Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,12 @@ Your prompt here
|
|
46 |
The output of Stable Beluga 2
|
47 |
```
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
## Model Details
|
50 |
|
51 |
* **Developed by**: [Stability AI](https://stability.ai/)
|
@@ -72,6 +78,16 @@ Models are learned via supervised fine-tuning on the aforementioned datasets, tr
|
|
72 |
|
73 |
Beluga is a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Beluga's potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Beluga, developers should perform safety testing and tuning tailored to their specific applications of the model.
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
## Citations
|
76 |
|
77 |
```bibtext
|
|
|
46 |
The output of Stable Beluga 2
|
47 |
```
|
48 |
|
49 |
+
## Other Beluga Models
|
50 |
+
|
51 |
+
[StableBeluga 1 - Delta](https://huggingface.co/stabilityai/StableBeluga1-Delta)
|
52 |
+
[StableBeluga 13B](https://huggingface.co/stabilityai/StableBeluga-13B)
|
53 |
+
[StableBeluga 7B](https://huggingface.co/stabilityai/StableBeluga-7B)
|
54 |
+
|
55 |
## Model Details
|
56 |
|
57 |
* **Developed by**: [Stability AI](https://stability.ai/)
|
|
|
78 |
|
79 |
Beluga is a new technology that carries risks with use. Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios. For these reasons, as with all LLMs, Beluga's potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Beluga, developers should perform safety testing and tuning tailored to their specific applications of the model.
|
80 |
|
81 |
+
## How to cite
|
82 |
+
|
83 |
+
```bibtex
|
84 |
+
@misc{StableBelugaModels,
|
85 |
+
url={[https://huggingface.co/stabilityai/StableBeluga2](https://huggingface.co/stabilityai/StableBeluga2)},
|
86 |
+
title={Stable Beluga models},
|
87 |
+
author={Mahan, Dakota and Carlow, Ryan and Castricato, Louis and Cooper, Nathan and Laforte, Christian}
|
88 |
+
}
|
89 |
+
```
|
90 |
+
|
91 |
## Citations
|
92 |
|
93 |
```bibtext
|