Update model card
Browse files
README.md
CHANGED
|
@@ -9,24 +9,25 @@ license: mit
|
|
| 9 |
datasets:
|
| 10 |
- squad
|
| 11 |
pipeline_tag: question-answering
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: roberta-large-squad_epoch_1
|
| 14 |
results:
|
| 15 |
-
- task:
|
| 16 |
type: question-answering
|
| 17 |
name: Question Answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
dataset:
|
| 19 |
name: SQuAD
|
| 20 |
type: squad
|
| 21 |
-
config: plain_text
|
| 22 |
-
split: validation
|
| 23 |
-
metrics:
|
| 24 |
-
- type: exact_match
|
| 25 |
-
value: N/A
|
| 26 |
-
name: Exact Match
|
| 27 |
-
- type: f1
|
| 28 |
-
value: N/A
|
| 29 |
-
name: F1
|
| 30 |
---
|
| 31 |
|
| 32 |
# roberta-large-squad_epoch_1
|
|
|
|
| 9 |
datasets:
|
| 10 |
- squad
|
| 11 |
pipeline_tag: question-answering
|
| 12 |
+
|
| 13 |
model-index:
|
| 14 |
- name: roberta-large-squad_epoch_1
|
| 15 |
results:
|
| 16 |
+
- task:
|
| 17 |
type: question-answering
|
| 18 |
name: Question Answering
|
| 19 |
+
metrics:
|
| 20 |
+
- type: exact_match
|
| 21 |
+
value: N/A # You can update this with actual metrics if available
|
| 22 |
+
name: Exact Match
|
| 23 |
+
- type: f1
|
| 24 |
+
value: N/A # You can update this with actual metrics if available
|
| 25 |
+
name: F1
|
| 26 |
dataset:
|
| 27 |
name: SQuAD
|
| 28 |
type: squad
|
| 29 |
+
config: plain_text # Adding the config field
|
| 30 |
+
split: validation # Adding the split field
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
# roberta-large-squad_epoch_1
|