Mxytyu commited on
Commit
ce34394
·
verified ·
1 Parent(s): d4761ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -8
README.md CHANGED
@@ -1,11 +1,27 @@
1
  ---
2
  widget:
3
- - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
4
- example_title: "Sentiment analysis"
5
- - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
6
- example_title: "Coreference resolution"
7
- - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ..."
8
- example_title: "Logic puzzles"
9
- - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night ..."
10
- example_title: "Reading comprehension"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
 
1
  ---
2
  widget:
3
+ - text: >-
4
+ Is this review positive or negative? Review: Best cast iron skillet you will
5
+ ever buy.
6
+ example_title: Sentiment analysis
7
+ - text: >-
8
+ Barack Obama nominated Hilary Clinton as his secretary of state on Monday.
9
+ He chose her because she had ...
10
+ example_title: Coreference resolution
11
+ - text: >-
12
+ On a shelf, there are five books: a gray book, a red book, a purple book, a
13
+ blue book, and a black book ...
14
+ example_title: Logic puzzles
15
+ - text: >-
16
+ The two men running to become New York City's next mayor will face off in
17
+ their first debate Wednesday night ...
18
+ example_title: Reading comprehension
19
+ datasets:
20
+ - HuggingFaceFW/fineweb
21
+ language:
22
+ - en
23
+ metrics:
24
+ - accuracy
25
+ library_name: transformers
26
+ pipeline_tag: question-answering
27
  ---