Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ language:
|
|
| 4 |
tags:
|
| 5 |
- causal-lm
|
| 6 |
- llama
|
| 7 |
-
license: cc-by-nc-4.0
|
| 8 |
datasets:
|
| 9 |
- OpenAssistant/oasst1
|
| 10 |
- nomic-ai/gpt4all_prompt_generations
|
|
@@ -59,7 +59,7 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=True))
|
|
| 59 |
* **Model type:** **StableVicuna-13B** is an auto-regressive language model based on the LLaMA transformer architecture.
|
| 60 |
* **Language(s)**: English
|
| 61 |
* **Library**: [trlX](https://github.com/CarperAI/trlx)
|
| 62 |
-
* **License**: [CC-BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 63 |
* **Contact**: For questions and comments about the model, visit the [StableFoundation](https://discord.gg/stablediffusion) and [CarperAI](https://discord.com/invite/KgfkCVYHdu) Discord servers.
|
| 64 |
|
| 65 |
| Hyperparameter | Value |
|
|
|
|
| 4 |
tags:
|
| 5 |
- causal-lm
|
| 6 |
- llama
|
| 7 |
+
license: cc-by-nc-sa-4.0
|
| 8 |
datasets:
|
| 9 |
- OpenAssistant/oasst1
|
| 10 |
- nomic-ai/gpt4all_prompt_generations
|
|
|
|
| 59 |
* **Model type:** **StableVicuna-13B** is an auto-regressive language model based on the LLaMA transformer architecture.
|
| 60 |
* **Language(s)**: English
|
| 61 |
* **Library**: [trlX](https://github.com/CarperAI/trlx)
|
| 62 |
+
* **License**: [CC-BY-NC-SA-4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
| 63 |
* **Contact**: For questions and comments about the model, visit the [StableFoundation](https://discord.gg/stablediffusion) and [CarperAI](https://discord.com/invite/KgfkCVYHdu) Discord servers.
|
| 64 |
|
| 65 |
| Hyperparameter | Value |
|