Text Generation
Transformers
PyTorch
English
gpt_neox
causal-lm
Inference Endpoints
text-generation-inference
reshinthadith commited on
Commit
17a1bc1
1 Parent(s): 56f0d9b

Fix license

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ language:
3
  - en
4
  tags:
5
  - causal-lm
6
- license: cc-by-nc-4.0
7
  datasets:
8
  - dmayhem93/ChatCombined
9
  - tatsu-lab/alpaca
@@ -46,7 +46,7 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=True))
46
  * **Model type**: StableLM-Tuned-Alpha models are auto-regressive language models based on the NeoX transformer architecture.
47
  * **Language(s)**: English
48
  * **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
49
- * **License**: [CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
50
  * **Contact**: For questions and comments about the model, please email {TODO: email address}
51
 
52
  ## Training
 
3
  - en
4
  tags:
5
  - causal-lm
6
+ license: cc-by-nc-sa-4.0
7
  datasets:
8
  - dmayhem93/ChatCombined
9
  - tatsu-lab/alpaca
 
46
  * **Model type**: StableLM-Tuned-Alpha models are auto-regressive language models based on the NeoX transformer architecture.
47
  * **Language(s)**: English
48
  * **Library**: [HuggingFace Transformers](https://github.com/huggingface/transformers)
49
+ * **License**: Fine-tuned checkpoints (`StableLM-Tuned-Alpha`) are licensed under the Non-Commercial Creative Commons license ([CC BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)), in-line with the original non-commercial license specified by [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca).
50
  * **Contact**: For questions and comments about the model, please email {TODO: email address}
51
 
52
  ## Training