tastelikefeet
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -64,3 +64,11 @@ Comparison with the Original Model on the ToolBench Evaluation Set
|
|
64 |
|
65 |
For detailed explanations of the evaluation metrics, please refer to [document](https://github.com/modelscope/eval-scope/tree/main/llmuses/third_party/toolbench_static)
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
For detailed explanations of the evaluation metrics, please refer to [document](https://github.com/modelscope/eval-scope/tree/main/llmuses/third_party/toolbench_static)
|
66 |
|
67 |
+
deploy this model:
|
68 |
+
```shell
|
69 |
+
USE_HF=True swift deploy \
|
70 |
+
--model_id_or_path modelscope/qwen2-7b-agent-instruct \
|
71 |
+
--model_type qwen2-7b-instruct \
|
72 |
+
--infer_backend vllm \
|
73 |
+
--tools_prompt toolbench
|
74 |
+
```
|