Text Generation
Transformers
Safetensors
7 languages
stablelm
causal-lm
Inference Endpoints
12 papers
hassanzay commited on
Commit
78f86b8
1 Parent(s): 3a8f08d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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). If you'd like to use this model for commercial products or purposes, please contact us [here](https://stability.ai/membership) to learn more.
 
86
  * **Contact**: For questions and comments about the model, please email `lm@stability.ai`
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 `lm@stability.ai`
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