Commit
•
427940f
1
Parent(s):
af07419
Add evaluation results on the plain_text config and validation split 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 and validation split of the [squad](https://huggingface.co/datasets/squad) dataset by
@18st13
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-squad-plain_text-26d159-2347473871).\
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
@@ -6,7 +6,24 @@ datasets:
|
|
6 |
- squad
|
7 |
model-index:
|
8 |
- name: albert-base-v2_squad
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- squad
|
7 |
model-index:
|
8 |
- name: albert-base-v2_squad
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: question-answering
|
12 |
+
name: Question Answering
|
13 |
+
dataset:
|
14 |
+
name: squad
|
15 |
+
type: squad
|
16 |
+
config: plain_text
|
17 |
+
split: validation
|
18 |
+
metrics:
|
19 |
+
- name: Exact Match
|
20 |
+
type: exact_match
|
21 |
+
value: 82.7027
|
22 |
+
verified: true
|
23 |
+
- name: F1
|
24 |
+
type: f1
|
25 |
+
value: 90.1174
|
26 |
+
verified: true
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|