Commit
•
856d6a8
1
Parent(s):
fa11a57
Add evaluation results on the squad_v2 config and validation split of squad_v2
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the squad_v2 config and validation split of the [squad_v2](https://huggingface.co/datasets/squad_v2) dataset by
@anchal
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-squad_v2-squad_v2-5d46e4-1992966289).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=squad_v2).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=squad_v2).
README.md
CHANGED
@@ -40,5 +40,24 @@ language:
|
|
40 |
license: apache-2.0
|
41 |
datasets:
|
42 |
- squad_v2
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
---
|
|
|
40 |
license: apache-2.0
|
41 |
datasets:
|
42 |
- squad_v2
|
43 |
+
model-index:
|
44 |
+
- name: abhilash1910/albert-squad-v2
|
45 |
+
results:
|
46 |
+
- task:
|
47 |
+
type: question-answering
|
48 |
+
name: Question Answering
|
49 |
+
dataset:
|
50 |
+
name: squad_v2
|
51 |
+
type: squad_v2
|
52 |
+
config: squad_v2
|
53 |
+
split: validation
|
54 |
+
metrics:
|
55 |
+
- name: Exact Match
|
56 |
+
type: exact_match
|
57 |
+
value: 23.6563
|
58 |
+
verified: true
|
59 |
+
- name: F1
|
60 |
+
type: f1
|
61 |
+
value: 29.3808
|
62 |
+
verified: true
|
63 |
---
|