lewtun HF staff commited on
Commit
1d8c003
1 Parent(s): d2f54c1

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-12205628).\
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: 77.1684
28
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  ## Overview
 
26
  type: f1
27
  value: 77.1684
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: 22.2
41
+ verified: true
42
+ - name: F1
43
+ type: f1
44
+ value: 33.6255
45
+ verified: true
46
  ---
47
 
48
  ## Overview