hongfenglu commited on
Commit
90f8446
1 Parent(s): 2d6d9e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- - [Fenglu to add](https://huggingface.co/datasets/laion/OIG)
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 [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/1XxGGktE_PCWL6CU245aPnJKpjWzSZFDd/view?usp=sharing) to the training data.
88
 
89
 
90
  ### Training Procedure