Commit
•
1d3952c
1
Parent(s):
e83599a
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#3)
Browse files- Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (d195acb4f31c9d8b2dca4f9bce59deb2bc6355da)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -16,14 +16,16 @@ model-index:
|
|
16 |
config: squad_v2
|
17 |
split: validation
|
18 |
metrics:
|
19 |
-
-
|
20 |
-
type: exact_match
|
21 |
value: 40.2443
|
|
|
22 |
verified: true
|
23 |
-
|
24 |
-
|
25 |
value: 44.135
|
|
|
26 |
verified: true
|
|
|
27 |
- task:
|
28 |
type: question-answering
|
29 |
name: Question Answering
|
@@ -33,14 +35,16 @@ model-index:
|
|
33 |
config: grocery
|
34 |
split: train
|
35 |
metrics:
|
36 |
-
-
|
37 |
-
type: exact_match
|
38 |
value: 5.625
|
|
|
39 |
verified: true
|
40 |
-
|
41 |
-
|
42 |
value: 15.8411
|
|
|
43 |
verified: true
|
|
|
44 |
---
|
45 |
|
46 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
config: squad_v2
|
17 |
split: validation
|
18 |
metrics:
|
19 |
+
- type: exact_match
|
|
|
20 |
value: 40.2443
|
21 |
+
name: Exact Match
|
22 |
verified: true
|
23 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNTc3Y2YyY2Y5ZTMxMGQ3M2U3YThmMjFiM2JlOWQ4MjE0YzZmMmM3NzY4ZDcxYzY4ZTAwNTU4MGE3YmQxOTJhNiIsInZlcnNpb24iOjF9.tk2uBvygzQsexdkxKvFBgKGY8lPNzEG7Pqi-6fL688LTiCMACFFSrZUhyv5b31orF7_CbJkHFjKuMHmX0V_UCA
|
24 |
+
- type: f1
|
25 |
value: 44.135
|
26 |
+
name: F1
|
27 |
verified: true
|
28 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYmE1NWFlYzQ3YTZiMmY3ZDgyYWRlNzI5M2IwYzZkOWUwMDE2NGU4M2RjODBiNjEzY2YxNTVlZmE5OWNmNDU2NiIsInZlcnNpb24iOjF9.pgr2rkyQe-QdwVXuw-uBXheKFz0EhDiyO0doLMmcOi51t_slDPldk29YRXQKvpsfy3YpH_t-xaXQLs1n8VcjDQ
|
29 |
- task:
|
30 |
type: question-answering
|
31 |
name: Question Answering
|
|
|
35 |
config: grocery
|
36 |
split: train
|
37 |
metrics:
|
38 |
+
- type: exact_match
|
|
|
39 |
value: 5.625
|
40 |
+
name: Exact Match
|
41 |
verified: true
|
42 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNDMyMDQ1OWFkY2IwYTcxNTljYTZjYTM0ZThjOGEwZWJjYjBlZWQxYWE1ZjMwNDg5NGY5MTFiYmM4YWM0Y2Y2NCIsInZlcnNpb24iOjF9.4nwNKC2teDPVd5YqvjS8sV3q-ylC9fWO5lOiZVk8o3UNdKyAtl3qAH6dU7lGcHZrxasN7zNrxv5kD5nNWr9YBQ
|
43 |
+
- type: f1
|
44 |
value: 15.8411
|
45 |
+
name: F1
|
46 |
verified: true
|
47 |
+
verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMWMzMTAzNTljNjFlM2E4NGIzNjRjNzRiZTIxZjBlNjkzZWM4NjcxMjUzOGZjZTgxMGUxODk4ZjFkZmJiMjg4ZiIsInZlcnNpb24iOjF9.agcp8QkYeHBvs2Qp0YmEMlvEx1_4a_dv_0cm26UbF-YgYU_7cR86ar-h1V56mrfcKUjNRRiK79GD0P9WT6mADw
|
48 |
---
|
49 |
|
50 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|