Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,15 @@ language:
|
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
---
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
# Model Card: Fine-tuned DistilBERT-base-uncased for Question and Answering
|
10 |
|
|
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
---
|
7 |
+
---
|
8 |
+
widget:
|
9 |
+
- text: "What's my name?"
|
10 |
+
context: "My name is Soren and I live in the Hills."
|
11 |
+
example_title: "Name"
|
12 |
+
- text: "Where do I live?"
|
13 |
+
context: "My name is Shannon and I live in Macon"
|
14 |
+
example_title: "Location"
|
15 |
+
---
|
16 |
|
17 |
# Model Card: Fine-tuned DistilBERT-base-uncased for Question and Answering
|
18 |
|