Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,9 @@ base_model:
|
|
9 |
## Model Description
|
10 |
|
11 |
<!-- Provide a longer summary of what this model is. -->
|
12 |
-
|
13 |
-
|
|
|
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 |
|