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
@nbroad
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-project-squad-1eddc82e-1303649872).\
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
@@ -61,6 +61,23 @@ model-index:
|
|
61 |
type: f1
|
62 |
value: 53.3255
|
63 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
---
|
65 |
|
66 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
61 |
type: f1
|
62 |
value: 53.3255
|
63 |
verified: true
|
64 |
+
- task:
|
65 |
+
type: question-answering
|
66 |
+
name: Question Answering
|
67 |
+
dataset:
|
68 |
+
name: squad
|
69 |
+
type: squad
|
70 |
+
config: plain_text
|
71 |
+
split: validation
|
72 |
+
metrics:
|
73 |
+
- name: Exact Match
|
74 |
+
type: exact_match
|
75 |
+
value: 86.1925
|
76 |
+
verified: true
|
77 |
+
- name: F1
|
78 |
+
type: f1
|
79 |
+
value: 92.4306
|
80 |
+
verified: true
|
81 |
---
|
82 |
|
83 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|