tastelikefeet commited on
Commit
ce33651
1 Parent(s): 9ca0ef7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -63,3 +63,12 @@ Comparison with the Original Model on the ToolBench Evaluation Set
63
  | llama3-8b-agent-instruct-v2 | **85.15** | **58.1** | **1.57** | **52.10** | **26.02** | **85.79** | **59.43** | **2.56** | **52.19** | **31.43** |
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)
 
 
 
 
 
 
 
 
 
 
63
  | llama3-8b-agent-instruct-v2 | **85.15** | **58.1** | **1.57** | **52.10** | **26.02** | **85.79** | **59.43** | **2.56** | **52.19** | **31.43** |
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/llama3-8b-agent-instruct-v2 \
71
+ --model_type llama3-8b-instruct \
72
+ --infer_backend vllm \
73
+ --tools_prompt toolbench
74
+ ```