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-autoevaluate__squad-sample-autoevaluate__squad-sample-778ba0-17436361).\
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).
@@ -1,8 +1,35 @@
|
|
1 |
---
|
2 |
language: en
|
|
|
3 |
datasets:
|
4 |
- squad_v2
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# roberta-base for QA
|
|
|
1 |
---
|
2 |
language: en
|
3 |
+
license: cc-by-4.0
|
4 |
datasets:
|
5 |
- squad_v2
|
6 |
+
model-index:
|
7 |
+
- name: autoevaluate/roberta-base-squad2
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: question-answering
|
11 |
+
name: Question Answering
|
12 |
+
dataset:
|
13 |
+
name: autoevaluate/squad-sample
|
14 |
+
type: autoevaluate/squad-sample
|
15 |
+
config: autoevaluate--squad-sample
|
16 |
+
split: test
|
17 |
+
metrics:
|
18 |
+
- type: f1
|
19 |
+
value: 92.2701
|
20 |
+
name: F1
|
21 |
+
verified: true
|
22 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiODVmNWIwMGQ3NjM1YjFkYThhZDEyYjI3YWRmMGY0MzkzMGU1NTY0NTIwZDNmOTM1MjJjNjRkOGFkZTQ0NzJhNSIsInZlcnNpb24iOjF9.TeI7h00Z7521NHcgxbnqEc_Mw2Gs9NbgwLSK5wu3rJUDkzIcoVO_PoTF7aW90Ti_4SFrUni2EayXRC4-NUbkAQ
|
23 |
+
- type: exact_match
|
24 |
+
value: 88.0
|
25 |
+
name: Exact Match
|
26 |
+
verified: true
|
27 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZDRiZDM5YTRmZmYyMjAwZTVjNzdlZmVhNzM3MDViYTVkODY0NGIxN2ExZTc0Y2M0ODNiNWMzNDAyZTgwZGJhYSIsInZlcnNpb24iOjF9.DX4wkgZRw71NqdkgxzgE2umuoCWDsOkYAFEt6dCYCaLBZ3Qs5jxSY_jr7r921cfqiJ9C6xaWzXaaje4I5Qf5Cg
|
28 |
+
- type: loss
|
29 |
+
value: 1.0867670774459839
|
30 |
+
name: loss
|
31 |
+
verified: true
|
32 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNDkwYzBkNmI4MGFiNDlhOTE4NWI3OTM3NDQ1NGM2N2Y3NzJiZTg5YTJlMzQ5NzlkNDk3ZmRkOGRlMzg0ZTY2ZCIsInZlcnNpb24iOjF9.12hHqilvpe8JaQyqvuq7D5hZ3XXysWdExiDgFTMTXL4CIX5YJYANJLEoWAo2yRFaTm4EVJO3Pmp4P6GF8zlXCw
|
33 |
---
|
34 |
|
35 |
# roberta-base for QA
|