zeroMN commited on
Commit
8cfe9de
·
verified ·
1 Parent(s): cceec1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -29,6 +29,15 @@ model-index:
29
  - type: accuracy
30
  value: 85
31
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
32
  ---
33
  ### Model Sources
34
  You need to use separate code, audio, text, and natural language together with the model. Because the model will use separate word segmenters and vocabularies to achieve the best results when dealing with special cases.
 
29
  - type: accuracy
30
  value: 85
31
  pipeline_tag: text-generation
32
+ widget:
33
+ - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
34
+ example_title: "Sentiment analysis"
35
+ - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
36
+ example_title: "Coreference resolution"
37
+ - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ..."
38
+ example_title: "Logic puzzles"
39
+ - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night ..."
40
+ example_title: "Reading comprehension"
41
  ---
42
  ### Model Sources
43
  You need to use separate code, audio, text, and natural language together with the model. Because the model will use separate word segmenters and vocabularies to achieve the best results when dealing with special cases.