hongfenglu
commited on
Commit
·
ab9e4e4
1
Parent(s):
90f8446
Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ model = AutoModelForCausalLM.from_pretrained("sambanovasystems/starcoder-toolben
|
|
84 |
|
85 |
<!-- 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. -->
|
86 |
|
87 |
-
The training data is curated for the 8 tasks in ToolBench. See Appendix A of the paper
|
88 |
|
89 |
|
90 |
### Training Procedure
|
|
|
84 |
|
85 |
<!-- 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. -->
|
86 |
|
87 |
+
The training data is curated for the 8 tasks in ToolBench. See Appendix A of the [paper](dummy link) 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.
|
88 |
|
89 |
|
90 |
### Training Procedure
|