Sebastian autoevaluator HF staff commited on
Commit
2e1428b
1 Parent(s): 56d2650

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 (18fbc0b43dc6138c1b332f638d383f53d802fffb)


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/tinybert-6l-768d-squad2
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: 73.8248
 
24
  verified: true
25
- - name: F1
26
- type: f1
27
  value: 77.1684
 
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/tinybert-6l-768d-squad2
11
  results:
18
  config: squad_v2
19
  split: validation
20
  metrics:
21
+ - type: exact_match
 
22
  value: 73.8248
23
+ name: Exact Match
24
  verified: true
25
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMGFmZmFiN2E5ODZkOTkyMjQ1NTUzMmQwMjc0M2RlYzVlNmM4YTFlNzA4YzIwY2JkY2EyNDg2ZTY3OTdjZTVlZiIsInZlcnNpb24iOjF9.ZZ6c2OI3lzeNhuSWTh28j00zk-sPrqkTvdVBZv2wJc1D4YnR-xOj72haybT6MV_xeYqTg3-x9L8PsWSS20NaDw
26
+ - type: f1
27
  value: 77.1684
28
+ name: F1
29
  verified: true
30
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNzAxMDk1YzI5ZjA2N2ZmMzAxNjgxYzJiNzAzYmI1ZWU5ZDRmYWY3OWJmMjlmNDcyMGE0YWY5NjNhZTk4YWY5ZSIsInZlcnNpb24iOjF9.rF3raNGUSYv5D2xzWLZztD99vwDKvWb22LG32RomrDGP6XKTbCVqZzAw5UFw93jKb0VoLApbQQ-AOGxLj3U_Cg
31
  ---
32
 
33
  ## Overview