Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,27 @@
|
|
1 |
---
|
2 |
widget:
|
3 |
-
- text:
|
4 |
-
|
5 |
-
|
6 |
-
example_title:
|
7 |
-
- text:
|
8 |
-
|
9 |
-
|
10 |
-
example_title:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
---
|