Sebastian autoevaluator HF staff commited on
Commit
765597d
1 Parent(s): e3a3ac5

Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#4)

Browse files

- Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (fbffd5e5d65cb84703c7f444696f3a3f5ab49982)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
  language: en
3
- datasets:
4
- - squad_v2
5
  license: mit
6
- thumbnail: https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg
7
  tags:
8
  - exbert
 
 
 
9
  model-index:
10
  - name: deepset/roberta-base-squad2-distilled
11
  results:
@@ -18,14 +18,16 @@ model-index:
18
  config: squad_v2
19
  split: validation
20
  metrics:
21
- - name: Exact Match
22
- type: exact_match
23
  value: 80.8593
 
24
  verified: true
25
- - name: F1
26
- type: f1
27
  value: 84.0104
 
28
  verified: true
 
29
  ---
30
 
31
  ## Overview
 
1
  ---
2
  language: en
 
 
3
  license: mit
 
4
  tags:
5
  - exbert
6
+ datasets:
7
+ - squad_v2
8
+ thumbnail: https://thumb.tildacdn.com/tild3433-3637-4830-a533-353833613061/-/resize/720x/-/format/webp/germanquad.jpg
9
  model-index:
10
  - name: deepset/roberta-base-squad2-distilled
11
  results:
 
18
  config: squad_v2
19
  split: validation
20
  metrics:
21
+ - type: exact_match
 
22
  value: 80.8593
23
+ name: Exact Match
24
  verified: true
25
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzVjNzkxNmNiNDkzNzdiYjJjZGM3ZTViMGJhOGM2ZjFmYjg1MjYxMDM2YzM5NWMwNDIyYzNlN2QwNGYyNDMzZSIsInZlcnNpb24iOjF9.Rgww8tf8D7nF2dh2U_DMrFzmp87k8s7RFibrDXSvQyA66PGWXwjlsd1552lzjHnNV5hvHUM1-h3PTuY_5p64BA
26
+ - type: f1
27
  value: 84.0104
28
+ name: F1
29
  verified: true
30
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNTAyZDViNWYzNjA4OWQ5MzgyYmQ2ZDlhNWRhMTIzYTYxYzViMmI4NWE4ZGU5MzVhZTAwNTRlZmRlNWUwMjI0ZSIsInZlcnNpb24iOjF9.Er21BNgJ3jJXLuZtpubTYq9wCwO1i_VLQFwS5ET0e4eAYVVj0aOA40I5FvP5pZac3LjkCnVacxzsFWGCYVmnDA
31
  ---
32
 
33
  ## Overview