Question Answering
Transformers
PyTorch
English
electra
Eval Results
Inference Endpoints
autoevaluator HF staff commited on
Commit
5426f69
1 Parent(s): 40732e9

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

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋! We've added a new `verifyToken` field to your evaluation results to verify that they are produced by the model evaluator. Accept this PR to ensure that your results remain listed as **verified** on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards).

Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
  language:
3
  - en
 
4
  tags:
5
  - question-answering
6
- license: "apache-2.0"
7
  datasets:
8
  - adversarial_qa
9
  - mbartolo/synQA
@@ -23,14 +23,16 @@ model-index:
23
  config: plain_text
24
  split: validation
25
  metrics:
26
- - name: Exact Match
27
- type: exact_match
28
  value: 89.4158
 
29
  verified: true
30
- - name: F1
31
- type: f1
32
  value: 94.7851
 
33
  verified: true
 
34
  ---
35
 
36
  # Model Overview
 
1
  ---
2
  language:
3
  - en
4
+ license: apache-2.0
5
  tags:
6
  - question-answering
 
7
  datasets:
8
  - adversarial_qa
9
  - mbartolo/synQA
 
23
  config: plain_text
24
  split: validation
25
  metrics:
26
+ - type: exact_match
 
27
  value: 89.4158
28
+ name: Exact Match
29
  verified: true
30
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNzk4ZDNiZGE2YTYyMWZlOWZjMWVjNTFhNjZhNDkwZjQzN2QwNGZhZDViMDA5NTg5Yzc3ODQ1OGY2MzkwOGUxYSIsInZlcnNpb24iOjF9.1NIJWXAJEOwMj8hzyY847s3NPhFzQJNX6EDZS4UE_2ViLZu8HINwJcvqw_bnNI6lbuMPgrRIXr3Or2mPU67OAw
31
+ - type: f1
32
  value: 94.7851
33
+ name: F1
34
  verified: true
35
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNmJjZTVjODZkNTA5ZThmZGQyODgwOWZlMzQ1MWViMjFjOTM1ODNkNTJhOGJhMzE0MTAxNDhiOWIyNmE0YWVhNyIsInZlcnNpb24iOjF9.fKCT4m04P5bl50PHXke63d8bwofIXLYlP-xRwen9f1Z0Y4tEzBVJzOr-1Z6SaTUUsmRAdhYu6ifL5u7ImlDyCw
36
  ---
37
 
38
  # Model Overview