lhoestq HF staff commited on
Commit
bb0eeb1
1 Parent(s): ef72894

add disclaimer

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -1
gradio_app.py CHANGED
@@ -57,7 +57,10 @@ def stream_more_output(query: str):
57
 
58
 
59
  title = "LLM DataGen"
60
- description = "Generate and stream synthetic dataset files in JSON Lines format"
 
 
 
61
  examples = [
62
  "movies_data.jsonl",
63
  "dungeon_and_dragon_characters.jsonl",
 
57
 
58
 
59
  title = "LLM DataGen"
60
+ description = (
61
+ "Generate and stream synthetic dataset files in `{JSON Lines}` format\n\n"
62
+ "Disclaimer: LLM data generation is an area of active research with known problems such as biased generation and incorrect information."
63
+ )
64
  examples = [
65
  "movies_data.jsonl",
66
  "dungeon_and_dragon_characters.jsonl",