Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,8 @@ tags:
|
|
20 |
---
|
21 |
# `Stable LM 2 1.6B`
|
22 |
|
|
|
|
|
23 |
## Model Description
|
24 |
|
25 |
`Stable LM 2 1.6B` is a 1.6 billion parameter decoder-only language model pre-trained on 2 trillion tokens of diverse multilingual and code datasets for two epochs.
|
@@ -82,7 +84,8 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=True))
|
|
82 |
* **Language(s)**: English
|
83 |
* **Paper**: [Stable LM 2 1.6B Technical Report](https://drive.google.com/file/d/1JYJHszhS8EFChTbNAf8xmqhKjogWRrQF/view?usp=sharing)
|
84 |
* **Library**: [GPT-NeoX](https://github.com/EleutherAI/gpt-neox)
|
85 |
-
* **License**: [Stability AI Non-Commercial Research Community License](https://huggingface.co/stabilityai/stablelm-2-1_6b/blob/main/LICENSE).
|
|
|
86 |
* **Contact**: For questions and comments about the model, please email `[email protected]`
|
87 |
|
88 |
### Model Architecture
|
@@ -120,7 +123,7 @@ The model is pre-trained on the aforementioned datasets in `bfloat16` precision,
|
|
120 |
|
121 |
### Intended Use
|
122 |
|
123 |
-
The model is intended to be used as a foundational base model for application-specific fine-tuning. Developers must evaluate and fine-tune the model for safe performance in downstream applications.
|
124 |
|
125 |
### Limitations and Bias
|
126 |
|
|
|
20 |
---
|
21 |
# `Stable LM 2 1.6B`
|
22 |
|
23 |
+
Please note: For commercial use, please refer to https://stability.ai/membership
|
24 |
+
|
25 |
## Model Description
|
26 |
|
27 |
`Stable LM 2 1.6B` is a 1.6 billion parameter decoder-only language model pre-trained on 2 trillion tokens of diverse multilingual and code datasets for two epochs.
|
|
|
84 |
* **Language(s)**: English
|
85 |
* **Paper**: [Stable LM 2 1.6B Technical Report](https://drive.google.com/file/d/1JYJHszhS8EFChTbNAf8xmqhKjogWRrQF/view?usp=sharing)
|
86 |
* **Library**: [GPT-NeoX](https://github.com/EleutherAI/gpt-neox)
|
87 |
+
* **License**: [Stability AI Non-Commercial Research Community License](https://huggingface.co/stabilityai/stablelm-2-1_6b/blob/main/LICENSE).
|
88 |
+
* **Commercial License**: to use this model commercially, please refer to https://stability.ai/membership
|
89 |
* **Contact**: For questions and comments about the model, please email `[email protected]`
|
90 |
|
91 |
### Model Architecture
|
|
|
123 |
|
124 |
### Intended Use
|
125 |
|
126 |
+
The model is intended to be used as a foundational base model for application-specific fine-tuning. Developers must evaluate and fine-tune the model for safe performance in downstream applications. For commercial use, please refer to https://stability.ai/membership.
|
127 |
|
128 |
### Limitations and Bias
|
129 |
|