Question Answering
Adapters
Afar
art
zlvincent commited on
Commit
a83b5c7
·
1 Parent(s): bfbeda5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -7,17 +7,17 @@ language:
7
  metrics:
8
  - accuracy
9
  - cer
10
- library_name: adapter-transformers
11
  pipeline_tag: question-answering
12
  tags:
13
  - art
14
  widget:
15
- - text: "What's my name?"
16
- context: "My name is Clara and I live in Berkeley."
17
- example_title: "Name"
18
- - text: "Where do I live?"
19
- context: "My name is Sarah and I live in London"
20
- example_title: "Location"
21
  ---
22
  # Model Card for Model ID
23
 
 
7
  metrics:
8
  - accuracy
9
  - cer
10
+ library_name: diffusers
11
  pipeline_tag: question-answering
12
  tags:
13
  - art
14
  widget:
15
+ - text: What's my name?
16
+ context: My name is Clara and I live in Berkeley.
17
+ example_title: Name
18
+ - text: Where do I live?
19
+ context: My name is Sarah and I live in London
20
+ example_title: Location
21
  ---
22
  # Model Card for Model ID
23