Safetensors
llama
dongsheng commited on
Commit
6f5cb26
·
verified ·
1 Parent(s): c737eb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,8 +9,9 @@ base_model:
9
  ## Model Description
10
 
11
  <!-- Provide a longer summary of what this model is. -->
12
- DTA-Llama is a large language model capable of invoking tools and can parallel invoke multiple tools within a single round.
13
- The tool format it uses is similar to OpenAI's Function Call.
 
14
 
15
  ## Uses
16
 
 
9
  ## Model Description
10
 
11
  <!-- Provide a longer summary of what this model is. -->
12
+ DTA_llama3_8b is from the paper "[Divide-Then-Aggregate: An Efficient Tool Learning Method via Parallel Tool Invocation](https://arxiv.org/abs/2501.12432)".
13
+ It is a large language model capable of invoking tools and can parallel invoke multiple tools within a single round.
14
+ The tool format it used is similar to OpenAI's Function Call.
15
 
16
  ## Uses
17