Commit ·
ca83664
1
Parent(s): baeb4d9
fix model name
Browse files
README.md
CHANGED
|
@@ -72,9 +72,9 @@ If a question does not make any sense, or is not factually coherent, explain why
|
|
| 72 |
## Ethical Considerations and Limitations
|
| 73 |
|
| 74 |
Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios.
|
| 75 |
-
For these reasons, as with all LLMs, the potential outputs of
|
| 76 |
in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses
|
| 77 |
-
to user prompts. Therefore, before deploying any applications of
|
| 78 |
perform safety testing and tuning tailored to their specific applications of the model.
|
| 79 |
|
| 80 |
Please see Meta's [Responsible Use Guide](https://ai.meta.com/llama/responsible-use-guide/).
|
|
|
|
| 72 |
## Ethical Considerations and Limitations
|
| 73 |
|
| 74 |
Testing conducted to date has been in English, and has not covered, nor could it cover all scenarios.
|
| 75 |
+
For these reasons, as with all LLMs, the potential outputs of codellama-13b-oasst-sft-v10 cannot be predicted
|
| 76 |
in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses
|
| 77 |
+
to user prompts. Therefore, before deploying any applications of codellama-13b-oasst-sft-v10, developers should
|
| 78 |
perform safety testing and tuning tailored to their specific applications of the model.
|
| 79 |
|
| 80 |
Please see Meta's [Responsible Use Guide](https://ai.meta.com/llama/responsible-use-guide/).
|