Question Answering
Adapters
Afar
art
zlvincent commited on
Commit
a01fce5
·
1 Parent(s): 79cdf01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -12
README.md CHANGED
@@ -7,19 +7,27 @@ language:
7
  metrics:
8
  - accuracy
9
  - cer
10
- library_name: keras
11
  pipeline_tag: text-classification
12
  tags:
13
  - art
14
  widget:
15
- - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
16
- example_title: "Sentiment analysis"
17
- - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
18
- example_title: "Coreference resolution"
19
- - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ..."
20
- example_title: "Logic puzzles"
21
- - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night ..."
22
- example_title: "Reading comprehension"
 
 
 
 
 
 
 
 
23
  ---
24
  # Model Card for Model ID
25
 
@@ -213,6 +221,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
213
 
214
  ## Model Card Contact
215
 
216
- [More Information Needed]
217
-
218
-
 
7
  metrics:
8
  - accuracy
9
  - cer
10
+ library_name: adapter-transformers
11
  pipeline_tag: text-classification
12
  tags:
13
  - art
14
  widget:
15
+ - text: >-
16
+ Is this review positive or negative? Review: Best cast iron skillet you will
17
+ ever buy.
18
+ example_title: Sentiment analysis
19
+ - text: >-
20
+ Barack Obama nominated Hilary Clinton as his secretary of state on Monday.
21
+ He chose her because she had ...
22
+ example_title: Coreference resolution
23
+ - text: >-
24
+ On a shelf, there are five books: a gray book, a red book, a purple book, a
25
+ blue book, and a black book ...
26
+ example_title: Logic puzzles
27
+ - text: >-
28
+ The two men running to become New York City's next mayor will face off in
29
+ their first debate Wednesday night ...
30
+ example_title: Reading comprehension
31
  ---
32
  # Model Card for Model ID
33
 
 
221
 
222
  ## Model Card Contact
223
 
224
+ [More Information Needed]