Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
datasets:
|
4 |
- conceptofmind/cot_submix_original
|
5 |
- conceptofmind/flan2021_submix_original
|
@@ -87,14 +86,9 @@ Models are learned via supervised fine-tuning on the aforementioned datasets, tr
|
|
87 |
|
88 |
## Use and Limitations
|
89 |
|
90 |
-
###
|
91 |
-
|
92 |
-
These models are intended for research only, in adherence with the [CC BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/) license.
|
93 |
-
|
94 |
-
### Limitations and bias
|
95 |
-
|
96 |
-
Although the aforementioned dataset helps to steer the base language models into "safer" distributions of text, not all biases and toxicity can be mitigated through fine-tuning. We ask that users be mindful of such potential issues that can arise in generated responses. Do not treat model outputs as substitutes for human judgment or as sources of truth. Please use it responsibly.
|
97 |
|
|
|
98 |
|
99 |
|
100 |
## Citations
|
@@ -130,5 +124,4 @@ Although the aforementioned dataset helps to steer the base language models into
|
|
130 |
journal = {GitHub repository},
|
131 |
howpublished = {\url{https://github.com/tatsu-lab/stanford_alpaca}},
|
132 |
}
|
133 |
-
```
|
134 |
-
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- conceptofmind/cot_submix_original
|
4 |
- conceptofmind/flan2021_submix_original
|
|
|
86 |
|
87 |
## Use and Limitations
|
88 |
|
89 |
+
### Ethical Considerations and Limitations
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
+
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.
|
92 |
|
93 |
|
94 |
## Citations
|
|
|
124 |
journal = {GitHub repository},
|
125 |
howpublished = {\url{https://github.com/tatsu-lab/stanford_alpaca}},
|
126 |
}
|
127 |
+
```
|
|