Text Generation
Transformers
Safetensors
English
stablelm_alpha
causal-lm
custom_code
5 papers
stable-jon-tow commited on
Commit
eb3b56f
1 Parent(s): 2224100

Add `How to cite` Section

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -91,4 +91,14 @@ These models are intended to be used by all individuals as foundational models f
91
 
92
  ### Limitations and bias
93
 
94
- The pre-training dataset may have contained offensive or inappropriate content even after applying data cleansing filters which can be reflected in the model-generated text. We recommend that users exercise caution when using these models in production systems. Do not use the models for any applications that may cause harm or distress to individuals or groups.
 
 
 
 
 
 
 
 
 
 
 
91
 
92
  ### Limitations and bias
93
 
94
+ The pre-training dataset may have contained offensive or inappropriate content even after applying data cleansing filters which can be reflected in the model-generated text. We recommend that users exercise caution when using these models in production systems. Do not use the models for any applications that may cause harm or distress to individuals or groups.
95
+
96
+ ### How to cite
97
+
98
+ ```bibtex
99
+ @misc{StableLMAlphaV2Models,
100
+ url={[https://huggingface.co/stabilityai/stablelm-base-alpha-7b-v2](https://huggingface.co/stabilityai/stablelm-base-alpha-7b-v2)},
101
+ title={StableLM Alpha v2 Models},
102
+ author={Tow, Jonathan}
103
+ }
104
+ ```