nbroad HF staff autoevaluator HF staff commited on
Commit
0c637d2
1 Parent(s): 483c3e8

Add evaluation results on the plain_text config of squad (#4)

Browse files

- Add evaluation results on the plain_text config of squad (4996c9436e168c6eae812c9691cd9104c0f7d65e)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

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