reshinthadith
commited on
Commit
•
c998d16
1
Parent(s):
cb246fb
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
4 |
tags:
|
5 |
- causal-lm
|
6 |
-
license: cc-by-nc-4.0
|
7 |
---
|
8 |
|
9 |
# StableLM-Base-Alpha
|
@@ -39,7 +40,9 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=True))
|
|
39 |
* **Model type**: StableLM-Base-Alpha models are auto-regressive language models based on the NeoX transformer architecture.
|
40 |
* **Language(s)**: English
|
41 |
* **Library**: [GPT-NeoX](https://github.com/EleutherAI/gpt-neox)
|
42 |
-
* **License**:
|
|
|
|
|
43 |
* **Contact**: For questions and comments about the model, please email **{TODO: FILL IN CONTACT ADDRESS}**
|
44 |
|
45 |
## Training
|
@@ -79,4 +82,4 @@ The pre-training dataset may contain offensive or inappropriate content even aft
|
|
79 |
year = {2021},
|
80 |
version = {0.0.1},
|
81 |
}
|
82 |
-
```
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
license:
|
5 |
+
- cc-by-sa-4.0
|
6 |
tags:
|
7 |
- causal-lm
|
|
|
8 |
---
|
9 |
|
10 |
# StableLM-Base-Alpha
|
|
|
40 |
* **Model type**: StableLM-Base-Alpha models are auto-regressive language models based on the NeoX transformer architecture.
|
41 |
* **Language(s)**: English
|
42 |
* **Library**: [GPT-NeoX](https://github.com/EleutherAI/gpt-neox)
|
43 |
+
* **License**: Base model checkpoints (StableLM-Base-Alpha) are licensed under the Creative Commons license (CC BY-SA-4.0). Under the license, you must give credit to Stability AI, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the Stability AI endorses you or your use.
|
44 |
+
|
45 |
+
|
46 |
* **Contact**: For questions and comments about the model, please email **{TODO: FILL IN CONTACT ADDRESS}**
|
47 |
|
48 |
## Training
|
|
|
82 |
year = {2021},
|
83 |
version = {0.0.1},
|
84 |
}
|
85 |
+
```
|