lgaalves commited on
Commit
1319fee
1 Parent(s): 8ed4904

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -68,6 +68,4 @@ model = AutoModelForCausalLM.from_pretrained("lgaalves/mistral-7b-v0.1-platypus1
68
 
69
  ### Limitations and bias
70
 
71
- Llama 2 and fine-tuned variants are 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, Llama 2 and any fine-tuned varient'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 Llama 2 variants, developers should perform safety testing and tuning tailored to their specific applications of the model.
72
-
73
- Please see the Responsible Use Guide available at https://ai.meta.com/llama/responsible-use-guide/
 
68
 
69
  ### Limitations and bias
70
 
71
+ Mistral 7B and fine-tuned variants are 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, Llama 2 and any fine-tuned varient'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 Llama 2 variants, developers should perform safety testing and tuning tailored to their specific applications of the model.