Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- dongsheng/DTA-Tool
|
| 5 |
+
base_model:
|
| 6 |
+
- meta-llama/Llama-2-7b
|
| 7 |
+
---
|
| 8 |
+
|
| 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 |
+
|
| 17 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 18 |
+
The related code can be found in our GitHub [repository](https://github.com/Zhudongsheng75/Divide-Then-Aggregate).
|
| 19 |
+
|
| 20 |
+
## Training Data
|
| 21 |
+
|
| 22 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 23 |
+
|
| 24 |
+
The training data comes from our specially constructed [DTA-Tool](https://huggingface.co/datasets/dongsheng/DTA-Toolhttps://github.com/OpenBMB/ToolBench), which is derived from [ToolBench](https://github.com/OpenBMB/ToolBench).
|
| 25 |
+
|
| 26 |
+
## Evaluation
|
| 27 |
+
|
| 28 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 29 |
+
|
| 30 |
+
### Testing Data
|
| 31 |
+
|
| 32 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 33 |
+
|
| 34 |
+
We evaluated the performance of DTA-Llama on [StableToolBench](https://github.com/THUNLP-MT/StableToolBench).
|
| 35 |
+
|
| 36 |
+
### Results
|
| 37 |
+
|
| 38 |
+

|
| 39 |
+
|
| 40 |
+
## Citation
|
| 41 |
+
|
| 42 |
+
<!-- If there is a paper or blog post introducing the model, the APA
|
| 43 |
+
 that should go in this section. -->
|
| 44 |
+
|
| 45 |
+
[More Information Needed]
|