Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
library_name: transformers
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: distilbert/distilbert-base-uncased
|
|
@@ -5,12 +6,18 @@ tags:
|
|
| 5 |
- generated_from_trainer
|
| 6 |
- question-answering
|
| 7 |
- squad
|
| 8 |
-
pipeline_tag: question-answering
|
| 9 |
datasets:
|
| 10 |
- squad
|
| 11 |
widget:
|
| 12 |
-
- question:
|
| 13 |
-
context:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
model-index:
|
| 15 |
- name: my_awesome_qa_model
|
| 16 |
results:
|
|
@@ -20,11 +27,14 @@ model-index:
|
|
| 20 |
name: squad
|
| 21 |
type: squad
|
| 22 |
metrics:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 30 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
|
| 1 |
+
---
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: distilbert/distilbert-base-uncased
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
- question-answering
|
| 8 |
- squad
|
| 9 |
+
pipeline_tag: question-answering
|
| 10 |
datasets:
|
| 11 |
- squad
|
| 12 |
widget:
|
| 13 |
+
- question: Who supervises the 2017 film Baby Driver?
|
| 14 |
+
context: >-
|
| 15 |
+
Baby Driver is a 2017 American action film written and directed by Edgar
|
| 16 |
+
Wright. The film stars Ansel Elgort, Lily James, Jamie Foxx, Jon Hamm, Eiza
|
| 17 |
+
González and Kevin Spacey. The plot follows a young getaway driver who must
|
| 18 |
+
complete a final job for a crime boss. Baby Driver was released in the
|
| 19 |
+
United States by TriStar Pictures on June 28, 2017, and received praise from
|
| 20 |
+
critics.
|
| 21 |
model-index:
|
| 22 |
- name: my_awesome_qa_model
|
| 23 |
results:
|
|
|
|
| 27 |
name: squad
|
| 28 |
type: squad
|
| 29 |
metrics:
|
| 30 |
+
- name: loss
|
| 31 |
+
type: loss
|
| 32 |
+
value: 1.7431
|
| 33 |
+
language:
|
| 34 |
+
- en
|
| 35 |
+
metrics:
|
| 36 |
+
- f1
|
| 37 |
+
---
|
| 38 |
|
| 39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 40 |
should probably proofread and complete it, then remove this comment. -->
|