Add evaluation results on the plain_text config of squad

#2
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -22,6 +22,23 @@ model-index:
22
  type: f1
23
  value: 77.1833
24
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Multilingual XLM-RoBERTa base for QA on various languages
 
22
  type: f1
23
  value: 77.1833
24
  verified: true
25
+ - task:
26
+ type: question-answering
27
+ name: Question Answering
28
+ dataset:
29
+ name: squad
30
+ type: squad
31
+ config: plain_text
32
+ split: validation
33
+ metrics:
34
+ - name: Exact Match
35
+ type: exact_match
36
+ value: 80.2503
37
+ verified: true
38
+ - name: F1
39
+ type: f1
40
+ value: 87.8327
41
+ verified: true
42
  ---
43
 
44
  # Multilingual XLM-RoBERTa base for QA on various languages