Add evaluation results on the plain_text config of squad
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 馃憢!\
Your model has been evaluated on the plain_text config of the [squad](https://huggingface.co/datasets/squad) dataset by
@mbartolo
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-squad-95d5e1fd-11835577).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=squad).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=squad).
README.md
CHANGED
|
@@ -3,7 +3,7 @@ language:
|
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- question-answering
|
| 6 |
-
license:
|
| 7 |
datasets:
|
| 8 |
- adversarial_qa
|
| 9 |
- mbartolo/synQA
|
|
@@ -11,6 +11,26 @@ datasets:
|
|
| 11 |
metrics:
|
| 12 |
- exact_match
|
| 13 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Model Overview
|
|
|
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- question-answering
|
| 6 |
+
license: apache-2.0
|
| 7 |
datasets:
|
| 8 |
- adversarial_qa
|
| 9 |
- mbartolo/synQA
|
|
|
|
| 11 |
metrics:
|
| 12 |
- exact_match
|
| 13 |
- f1
|
| 14 |
+
model-index:
|
| 15 |
+
- name: mbartolo/roberta-large-synqa
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
type: question-answering
|
| 19 |
+
name: Question Answering
|
| 20 |
+
dataset:
|
| 21 |
+
name: squad
|
| 22 |
+
type: squad
|
| 23 |
+
config: plain_text
|
| 24 |
+
split: validation
|
| 25 |
+
metrics:
|
| 26 |
+
- name: Exact Match
|
| 27 |
+
type: exact_match
|
| 28 |
+
value: 89.6529
|
| 29 |
+
verified: true
|
| 30 |
+
- name: F1
|
| 31 |
+
type: f1
|
| 32 |
+
value: 94.8172
|
| 33 |
+
verified: true
|
| 34 |
---
|
| 35 |
|
| 36 |
# Model Overview
|