lewtun HF staff commited on
Commit
bfa1e43
1 Parent(s): 13d15d6

Add evaluation results on the adversarialQA config of adversarial_qa

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the adversarialQA config of the [adversarial_qa](https://huggingface.co/datasets/adversarial_qa) dataset by

@ceyda

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-adversarial_qa-e34332b7-12205626).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=adversarial_qa).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=adversarial_qa).

Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -26,6 +26,23 @@ model-index:
26
  type: f1
27
  value: 84.0104
28
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  ## Overview
26
  type: f1
27
  value: 84.0104
28
  verified: true
29
+ - task:
30
+ type: question-answering
31
+ name: Question Answering
32
+ dataset:
33
+ name: adversarial_qa
34
+ type: adversarial_qa
35
+ config: adversarialQA
36
+ split: validation
37
+ metrics:
38
+ - name: Exact Match
39
+ type: exact_match
40
+ value: 29.8333
41
+ verified: true
42
+ - name: F1
43
+ type: f1
44
+ value: 41.2435
45
+ verified: true
46
  ---
47
 
48
  ## Overview