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
@@ -25,6 +25,23 @@ model-index:
25
  type: f1
26
  value: 84.8886
27
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  # Multilingual XLM-RoBERTa large for QA on various languages
 
25
  type: f1
26
  value: 84.8886
27
  verified: true
28
+ - task:
29
+ type: question-answering
30
+ name: Question Answering
31
+ dataset:
32
+ name: adversarial_qa
33
+ type: adversarial_qa
34
+ config: adversarialQA
35
+ split: validation
36
+ metrics:
37
+ - name: Exact Match
38
+ type: exact_match
39
+ value: 30.2333
40
+ verified: true
41
+ - name: F1
42
+ type: f1
43
+ value: 43.3606
44
+ verified: true
45
  ---
46
 
47
  # Multilingual XLM-RoBERTa large for QA on various languages