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

#3
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  language:
3
  - en
4
- thumbnail: https://github.com/karanchahal/distiller/blob/master/distiller.jpg
5
  tags:
6
  - question-answering
7
- license: apache-2.0
8
  datasets:
9
  - squad
10
  metrics:
11
  - squad
 
12
  model-index:
13
  - name: osanseviero/distilbert-base-uncased-finetuned-squad-d5716d28
14
  results:
@@ -21,10 +21,11 @@ model-index:
21
  config: adversarialQA
22
  split: train
23
  metrics:
24
- - name: Loss
25
- type: loss
26
  value: 4.052208423614502
 
27
  verified: true
 
28
  ---
29
 
30
  # DistilBERT with a second step of distillation
 
1
  ---
2
  language:
3
  - en
4
+ license: apache-2.0
5
  tags:
6
  - question-answering
 
7
  datasets:
8
  - squad
9
  metrics:
10
  - squad
11
+ thumbnail: https://github.com/karanchahal/distiller/blob/master/distiller.jpg
12
  model-index:
13
  - name: osanseviero/distilbert-base-uncased-finetuned-squad-d5716d28
14
  results:
 
21
  config: adversarialQA
22
  split: train
23
  metrics:
24
+ - type: loss
 
25
  value: 4.052208423614502
26
+ name: Loss
27
  verified: true
28
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiYTE0YjhkNjk3ZDk0MzMyZmQyOTYxNjI3OGNmMjkwZGVjZjA1MWI3OGVmOWM4MmI5YjUwNTUxOTkwNzY2NmU5MyIsInZlcnNpb24iOjF9.p3QHHdy3BLWWpweJ0iQFBu0vFCPTylofdqTAnBhgjKvU-wATwSUqO7z9EYosTZSfIXQbnGTA2HLBey2j9sENDQ
29
  ---
30
 
31
  # DistilBERT with a second step of distillation