Update README.md
Browse files
README.md
CHANGED
@@ -7,17 +7,17 @@ language:
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- cer
|
10 |
-
library_name:
|
11 |
pipeline_tag: question-answering
|
12 |
tags:
|
13 |
- art
|
14 |
widget:
|
15 |
-
- text:
|
16 |
-
context:
|
17 |
-
example_title:
|
18 |
-
- text:
|
19 |
-
context:
|
20 |
-
example_title:
|
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 |
|