DiTy commited on
Commit
b4b3782
·
verified ·
1 Parent(s): 5a2ed21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ tags:
21
  This model is a supervised fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) for the **Tool Planning**
22
  task on synthetic data of the English [Vikhrmodels/tool-plannings-v0.1](https://huggingface.co/datasets/Vikhrmodels/tool-plannings-v0.1) dataset.
23
 
24
- **Tool Planning** means improved version of **Function Calling** task with additional model's capabilities of reasoning about calls.
25
 
26
  In this model, the features include:
27
  * **Simple Function** — the model has <u>*one*</u> function in its arsenal, and it is able to call it if necessary at the user's common request.
 
21
  This model is a supervised fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) for the **Tool Planning**
22
  task on synthetic data of the English [Vikhrmodels/tool-plannings-v0.1](https://huggingface.co/datasets/Vikhrmodels/tool-plannings-v0.1) dataset.
23
 
24
+ **Tool Planning** means modified version of **Function Calling** task with additional model's capabilities of reasoning about calls.
25
 
26
  In this model, the features include:
27
  * **Simple Function** — the model has <u>*one*</u> function in its arsenal, and it is able to call it if necessary at the user's common request.