pszemraj commited on
Commit
bf76214
·
1 Parent(s): 3449896

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -13,6 +13,17 @@ inference:
13
  no_repeat_ngram_size: 5
14
  guidance_scale: 1.01
15
  eta_cutoff: 0.001
 
 
 
 
 
 
 
 
 
 
 
16
  datasets:
17
  - pszemraj/simple_wikipedia_LM
18
  pipeline_tag: text-generation
 
13
  no_repeat_ngram_size: 5
14
  guidance_scale: 1.01
15
  eta_cutoff: 0.001
16
+ widget:
17
+ - text: "My name is El Microondas the Wise and"
18
+ example_title: "El Microondas"
19
+ - text: "A meme is"
20
+ example_title: "meme"
21
+ - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had"
22
+ example_title: "Coreference resolution"
23
+ - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book"
24
+ example_title: "Logic puzzles"
25
+ - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night"
26
+ example_title: "Reading comprehension"
27
  datasets:
28
  - pszemraj/simple_wikipedia_LM
29
  pipeline_tag: text-generation