Spaces:
Runtime error
Runtime error
Fix newline before options and add link to content disclaimer (#5)
Browse files- Fix newline before options and add link to content disclaimer (70fbbf2936b39e15aee03b2ca0f2a3ec4082c911)
app.py
CHANGED
|
@@ -12,6 +12,8 @@ Tips:
|
|
| 12 |
- Do NOT talk to BLOOM as an entity, it's not a chatbot but a webpage/blog/article completion model.
|
| 13 |
- For the best results: MIMIC a few sentences of a webpage similar to the content you want to generate.
|
| 14 |
Start a paragraph as if YOU were writing a blog, webpage, math post, coding article and BLOOM will generate a coherent follow-up. Longer prompts usually give more interesting results.
|
|
|
|
|
|
|
| 15 |
Options:
|
| 16 |
- sampling: imaginative completions (may be not super accurate e.g. math/history)
|
| 17 |
- greedy: accurate completions (may be more boring or have repetitions)
|
|
|
|
| 12 |
- Do NOT talk to BLOOM as an entity, it's not a chatbot but a webpage/blog/article completion model.
|
| 13 |
- For the best results: MIMIC a few sentences of a webpage similar to the content you want to generate.
|
| 14 |
Start a paragraph as if YOU were writing a blog, webpage, math post, coding article and BLOOM will generate a coherent follow-up. Longer prompts usually give more interesting results.
|
| 15 |
+
- Content: Please see our [content disclaimer](https://huggingface.co/spaces/bigscience/bloom-book) before using the model, as it may sometimes behave in unexpected ways.
|
| 16 |
+
|
| 17 |
Options:
|
| 18 |
- sampling: imaginative completions (may be not super accurate e.g. math/history)
|
| 19 |
- greedy: accurate completions (may be more boring or have repetitions)
|