DiTy commited on
Commit
5a64fc5
·
verified ·
1 Parent(s): f1e92e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -38,6 +38,8 @@ All examples of these features are described below.
38
  * [Usage (HuggingFace Transformers)](#usage_hf)
39
  * [Usage (VLLM)](#usage_vllm)
40
  * [Tool Planning Examples](#examples)
 
 
41
 
42
  ## Usage (HuggingFace Transformers) <a name="usage_hf"></a>
43
 
@@ -713,8 +715,7 @@ Thats great! Okey, can you provide weather in Krasnodar, Moscow and only the sun
713
  <|start_response|>The weather in Krasnodar and Moscow is sunny. Unfortunately, the server is currently unavailable, so I cannot provide the sunrise time for Krasnoyarsk.<|end_response|><|im_end|>
714
  ```
715
 
716
-
717
- ## Limitations
718
 
719
  This model just 7B version of Qwen2.5 and some hallucinations are possible. If you find something interesting in model behavior, please create [issue and lets discuss it!](https://huggingface.co/Vikhrmodels/Qwen2.5-7B-Instruct-Tool-Planning/discussions)
720
 
@@ -723,7 +724,7 @@ This model just 7B version of Qwen2.5 and some hallucinations are possible. If y
723
  * The model can solve very easy tasks on the fly, right in the process of calls (for example, basic arithmetic).
724
 
725
 
726
- ## Evaluation
727
 
728
  *BFCL benchmark* <br>
729
  [More Information Needed]
 
38
  * [Usage (HuggingFace Transformers)](#usage_hf)
39
  * [Usage (VLLM)](#usage_vllm)
40
  * [Tool Planning Examples](#examples)
41
+ * [Limitations](#lim)
42
+ * [Evaluation](#eval)
43
 
44
  ## Usage (HuggingFace Transformers) <a name="usage_hf"></a>
45
 
 
715
  <|start_response|>The weather in Krasnodar and Moscow is sunny. Unfortunately, the server is currently unavailable, so I cannot provide the sunrise time for Krasnoyarsk.<|end_response|><|im_end|>
716
  ```
717
 
718
+ ## Limitations <a name="lim"></a>
 
719
 
720
  This model just 7B version of Qwen2.5 and some hallucinations are possible. If you find something interesting in model behavior, please create [issue and lets discuss it!](https://huggingface.co/Vikhrmodels/Qwen2.5-7B-Instruct-Tool-Planning/discussions)
721
 
 
724
  * The model can solve very easy tasks on the fly, right in the process of calls (for example, basic arithmetic).
725
 
726
 
727
+ ## Evaluation <a name="eval"></a>
728
 
729
  *BFCL benchmark* <br>
730
  [More Information Needed]