hongfenglu
commited on
Commit
•
1f18ffa
1
Parent(s):
3e9c897
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ starcoder-toolbench is a 15 billion parameter model used for api based action ge
|
|
22 |
### Basic Information
|
23 |
|
24 |
<!-- Provide the basic links for the model. -->
|
25 |
-
- **Paper**: [link]
|
26 |
- **Github**: [link](https://github.com/sambanova/toolbench)
|
27 |
|
28 |
|
@@ -85,7 +85,7 @@ I have the following set of API:\n\n# To set the location for hotel search, give
|
|
85 |
|
86 |
<!-- This should link to a Data 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. -->
|
87 |
|
88 |
-
The training data is curated for the 8 tasks in ToolBench. See Appendix A of the [paper](
|
89 |
|
90 |
|
91 |
### Training Procedure
|
|
|
22 |
### Basic Information
|
23 |
|
24 |
<!-- Provide the basic links for the model. -->
|
25 |
+
- **Paper**: [link](https://arxiv.org/abs/2305.16504)
|
26 |
- **Github**: [link](https://github.com/sambanova/toolbench)
|
27 |
|
28 |
|
|
|
85 |
|
86 |
<!-- This should link to a Data 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. -->
|
87 |
|
88 |
+
The training data is curated for the 8 tasks in ToolBench. See Appendix A of the [paper](https://arxiv.org/abs/2305.16504) for task details and Appendix C.1 for the training data curation details. In total, there are 9704 training samples, organized in all-shot format as described in Appendix C.2. Here is the [download link](https://drive.google.com/file/d/1lUatLGnSVhfy1uVIPEQ7qCoLtnCIXi2O/view?usp=sharing) to the training data.
|
89 |
|
90 |
|
91 |
### Training Procedure
|