Commit
·
bea2271
1
Parent(s):
90b15b8
Librarian Bot: Add base_model information to model (#6)
Browse files- Librarian Bot: Add base_model information to model (f1a69c78a193ce12bae024708257d3b2d2209347)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
|
@@ -1,25 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
datasets:
|
| 3 |
-
- squad
|
| 4 |
license: apache-2.0
|
| 5 |
-
tags:
|
| 6 |
- generated_from_keras_callback
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
- f1
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- name: transformers-qa
|
| 11 |
-
results:
|
| 12 |
-
- task:
|
| 13 |
-
name: "Question Answering"
|
| 14 |
-
type: question-answering
|
| 15 |
-
dataset:
|
| 16 |
-
type: squad
|
| 17 |
-
name: SQuAD
|
| 18 |
-
args: en
|
| 19 |
-
metrics:
|
| 20 |
-
[]
|
| 21 |
-
widget:
|
| 22 |
-
- context: "Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear and actionable feedback upon user error."
|
| 23 |
---
|
| 24 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 25 |
probably proofread and complete it, then remove this comment. -->
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
- generated_from_keras_callback
|
| 5 |
+
datasets:
|
| 6 |
+
- squad
|
| 7 |
+
metrics:
|
| 8 |
- f1
|
| 9 |
+
widget:
|
| 10 |
+
- context: 'Keras is an API designed for human beings, not machines. Keras follows
|
| 11 |
+
best practices for reducing cognitive load: it offers consistent & simple APIs,
|
| 12 |
+
it minimizes the number of user actions required for common use cases, and it
|
| 13 |
+
provides clear and actionable feedback upon user error.'
|
| 14 |
+
base_model: distilbert-base-cased
|
| 15 |
+
model-index:
|
| 16 |
- name: transformers-qa
|
| 17 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 20 |
probably proofread and complete it, then remove this comment. -->
|