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
@@ -25,6 +25,23 @@ model-index:
25
  type: f1
26
  value: 83.4669
27
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  # Roberta-base-Squad2-NQ
 
25
  type: f1
26
  value: 83.4669
27
  verified: true
28
+ - task:
29
+ type: question-answering
30
+ name: Question Answering
31
+ dataset:
32
+ name: squad
33
+ type: squad
34
+ config: plain_text
35
+ split: validation
36
+ metrics:
37
+ - name: Exact Match
38
+ type: exact_match
39
+ value: 85.5666
40
+ verified: true
41
+ - name: F1
42
+ type: f1
43
+ value: 92.1939
44
+ verified: true
45
  ---
46
 
47
  # Roberta-base-Squad2-NQ