yjernite HF staff commited on
Commit
70fbbf2
1 Parent(s): 0390002

Fix newline before options and add link to content disclaimer

Browse files

Options was missing a newline

Also tried to add a minimal reference to the content disclaimer we already have in BLOOM book

Files changed (1) hide show
  1. app.py +2 -0
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)