Text Generation
Transformers
PyTorch
English
opt
text-generation-inference
hamishivi commited on
Commit
3aea858
·
1 Parent(s): 5a9b6c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ This model is a 6.7B OPT model finetuned on a mixture of instruction datasets (F
14
  This was trained as part of the paper [How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources](https://arxiv.org/abs/2306.04751).
15
  The codebase used to train and evaluate this model can be found at [https://github.com/allenai/open-instruct](https://github.com/allenai/open-instruct).
16
 
17
- This model is licensed under the AI model license given in LICENSE.txt, with the original model license at license_opt.md.
18
  ## Usage
19
 
20
  Simply download and use - this model is not a diff, unlike the other open-instruct models.
 
14
  This was trained as part of the paper [How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources](https://arxiv.org/abs/2306.04751).
15
  The codebase used to train and evaluate this model can be found at [https://github.com/allenai/open-instruct](https://github.com/allenai/open-instruct).
16
 
17
+ This model is licensed under the AI model license given in LICENSE.txt, with the original model license at opt_license.md.
18
  ## Usage
19
 
20
  Simply download and use - this model is not a diff, unlike the other open-instruct models.