Muennighoff
commited on
Commit
·
4cb792b
1
Parent(s):
44f3fe5
Update README.md
Browse files
README.md
CHANGED
@@ -206,6 +206,9 @@ print(tokenizer.decode(outputs[0]))
|
|
206 |
|
207 |
</details>
|
208 |
|
|
|
|
|
|
|
209 |
# Limitations
|
210 |
|
211 |
The performance may vary depending on the prompt. For BLOOMZ models, we recommend making it very clear when the input stops to avoid the model trying to continue it. For example, the prompt "*Translate to English: Je t'aime*" without the full stop (.) at the end, may result in the model trying to continue the French sentence. Better prompts are e.g. "*Translate to English: Je t'aime.*", "*Translate to English: Je t'aime. Translation:*" "*What is "Je t'aime." in English?*", where it is clear for the model when it should answer. Further, we recommend providing the model as much context as possible. For example, if you want it to answer in Telugu, then tell the model, e.g. "*Explain in a sentence in Telugu what is backpropagation in neural networks.*".
|
|
|
206 |
|
207 |
</details>
|
208 |
|
209 |
+
<!-- Necessary for whitespace -->
|
210 |
+
###
|
211 |
+
|
212 |
# Limitations
|
213 |
|
214 |
The performance may vary depending on the prompt. For BLOOMZ models, we recommend making it very clear when the input stops to avoid the model trying to continue it. For example, the prompt "*Translate to English: Je t'aime*" without the full stop (.) at the end, may result in the model trying to continue the French sentence. Better prompts are e.g. "*Translate to English: Je t'aime.*", "*Translate to English: Je t'aime. Translation:*" "*What is "Je t'aime." in English?*", where it is clear for the model when it should answer. Further, we recommend providing the model as much context as possible. For example, if you want it to answer in Telugu, then tell the model, e.g. "*Explain in a sentence in Telugu what is backpropagation in neural networks.*".
|