Add evaluation results on the plain_text config of squad

#4
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -61,6 +61,23 @@ model-index:
61
  type: f1
62
  value: 53.3255
63
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ---
65
 
66
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
61
  type: f1
62
  value: 53.3255
63
  verified: true
64
+ - task:
65
+ type: question-answering
66
+ name: Question Answering
67
+ dataset:
68
+ name: squad
69
+ type: squad
70
+ config: plain_text
71
+ split: validation
72
+ metrics:
73
+ - name: Exact Match
74
+ type: exact_match
75
+ value: 86.1925
76
+ verified: true
77
+ - name: F1
78
+ type: f1
79
+ value: 92.4306
80
+ verified: true
81
  ---
82
 
83
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You