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
@ankur310794
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-squad-ef91144d-11985603).\
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
@@ -25,6 +25,23 @@ model-index:
|
|
25 |
type: f1
|
26 |
value: 83.4669
|
27 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# Roberta-base-Squad2-NQ
|
|
|
25 |
type: f1
|
26 |
value: 83.4669
|
27 |
verified: true
|
28 |
+
- task:
|
29 |
+
type: question-answering
|
30 |
+
name: Question Answering
|
31 |
+
dataset:
|
32 |
+
name: squad
|
33 |
+
type: squad
|
34 |
+
config: plain_text
|
35 |
+
split: validation
|
36 |
+
metrics:
|
37 |
+
- name: Exact Match
|
38 |
+
type: exact_match
|
39 |
+
value: 85.5666
|
40 |
+
verified: true
|
41 |
+
- name: F1
|
42 |
+
type: f1
|
43 |
+
value: 92.1939
|
44 |
+
verified: true
|
45 |
---
|
46 |
|
47 |
# Roberta-base-Squad2-NQ
|