Add evaluation results on the autoevaluate--squad-sample config and test split of autoevaluate/squad-sample
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the autoevaluate--squad-sample config and test split of the [autoevaluate/squad-sample](https://huggingface.co/datasets/autoevaluate/squad-sample) dataset by
@lewtun
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-07b25a74-bd51-47fa-acc1-af839bad3b38-9999).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=autoevaluate/squad-sample).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=autoevaluate/squad-sample).
README.md
CHANGED
@@ -1,10 +1,32 @@
|
|
1 |
---
|
2 |
-
language:
|
|
|
3 |
datasets:
|
4 |
- squad
|
5 |
metrics:
|
6 |
- squad
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# DistilBERT base cased distilled SQuAD
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
datasets:
|
5 |
- squad
|
6 |
metrics:
|
7 |
- squad
|
8 |
+
model-index:
|
9 |
+
- name: autoevaluate/distilbert-base-cased-distilled-squad
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
type: question-answering
|
13 |
+
name: Question Answering
|
14 |
+
dataset:
|
15 |
+
name: autoevaluate/squad-sample
|
16 |
+
type: autoevaluate/squad-sample
|
17 |
+
config: autoevaluate--squad-sample
|
18 |
+
split: test
|
19 |
+
metrics:
|
20 |
+
- type: f1
|
21 |
+
value: 87.8248
|
22 |
+
name: F1
|
23 |
+
verified: true
|
24 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNWRkMTE3Mzg1YjhhYjA3NmI0ZjRjMmQ4ZmU0ODUyMzFjYTdlMDdjM2U0NDYyNDRjOTJiMzA0Yjk4ODlmNWUwMCIsInZlcnNpb24iOjF9.rld1n6sOped3yqbgs4P6egT3g-Eq3pt-tOkCewF9DzQSkl7m0B2AnwKp3wuXtd9e-x8siemGqEVTwsMkTpFmCA
|
25 |
+
- type: exact_match
|
26 |
+
value: 84.0
|
27 |
+
name: Exact Match
|
28 |
+
verified: true
|
29 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNjJiOWU4MmZkZTJlZDliZWRhYjBhMjhmM2YzYjlmYTE3ZmQ5OGU4MzFiYjViNDU5ZDJlODI5YzQzODI2OWQ3NSIsInZlcnNpb24iOjF9.XtqAnYzCO0_oll5_txjeIYsiAhdTIBYq6VYLrtBcp7O0t4hFpBIdKlLAoYSvfhLz-Bf3tsl-r6CrCrzvTmWQCg
|
30 |
---
|
31 |
|
32 |
# DistilBERT base cased distilled SQuAD
|