reshinthadith
commited on
Commit
•
b33828d
1
Parent(s):
8d63a27
Update README.md
Browse files
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
|