Text Generation
Transformers
PyTorch
codegen
hongfenglu commited on
Commit
fc2364f
·
1 Parent(s): bb68114

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,7 +23,7 @@ codgen-16B-mono-toolbench is a 16 billion parameter model used for api based act
23
  ### Basic Information
24
 
25
  <!-- Provide the basic links for the model. -->
26
- - **Paper**: [Link]
27
  - **Github**: [link](https://github.com/sambanova/toolbench)
28
 
29
 
@@ -91,7 +91,7 @@ I have the following set of API:\n\n# To set the location for hotel search, give
91
 
92
  <!-- 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. -->
93
 
94
- 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.
95
 
96
 
97
  ### Training Procedure
 
23
  ### Basic Information
24
 
25
  <!-- Provide the basic links for the model. -->
26
+ - **Paper**: [Link](https://arxiv.org/abs/2305.16504)
27
  - **Github**: [link](https://github.com/sambanova/toolbench)
28
 
29
 
 
91
 
92
  <!-- 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. -->
93
 
94
+ 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.
95
 
96
 
97
  ### Training Procedure