Spaces:
Runtime error
Runtime error
Fix newline before options and add link to content disclaimer
Browse filesOptions was missing a newline
Also tried to add a minimal reference to the content disclaimer we already have in BLOOM book
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)
|