Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints
hamishivi commited on
Commit
2db56ac
1 Parent(s): 5874dd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -26,6 +26,8 @@ This was trained as part of the paper [How Far Can Camels Go? Exploring the Stat
26
  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).
27
 
28
  This model is licensed under the AI model license given in LICENSE.txt along with the original Llama license (llama_license.txt).
 
 
29
 
30
  ## Usage
31
 
 
26
  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).
27
 
28
  This model is licensed under the AI model license given in LICENSE.txt along with the original Llama license (llama_license.txt).
29
+ The licenses can be found in [our codebase](https://github.com/allenai/open-instruct/tree/main/model_licenses) - see `tulu_license.txt` for the model license and `llama_license.txt` for the Llama license.
30
+
31
 
32
  ## Usage
33