Add evaluation results on the adversarialQA config of adversarial_qa

#2
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -23,6 +23,23 @@ model-index:
23
  type: f1
24
  value: 78.6191
25
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  # bert-base-uncased for QA
 
23
  type: f1
24
  value: 78.6191
25
  verified: true
26
+ - task:
27
+ type: question-answering
28
+ name: Question Answering
29
+ dataset:
30
+ name: adversarial_qa
31
+ type: adversarial_qa
32
+ config: adversarialQA
33
+ split: validation
34
+ metrics:
35
+ - name: Exact Match
36
+ type: exact_match
37
+ value: 23.1333
38
+ verified: true
39
+ - name: F1
40
+ type: f1
41
+ value: 34.5358
42
+ verified: true
43
  ---
44
 
45
  # bert-base-uncased for QA