nbroad HF staff autoevaluator HF staff commited on
Commit
5978ee2
1 Parent(s): 4b1d92d

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

Browse files

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


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

Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -66,6 +66,23 @@ model-index:
66
  type: total
67
  value: 11870
68
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ---
70
 
71
 
 
66
  type: total
67
  value: 11870
68
  verified: true
69
+ - task:
70
+ type: question-answering
71
+ name: Question Answering
72
+ dataset:
73
+ name: squad
74
+ type: squad
75
+ config: plain_text
76
+ split: validation
77
+ metrics:
78
+ - name: Exact Match
79
+ type: exact_match
80
+ value: 84.1741
81
+ verified: true
82
+ - name: F1
83
+ type: f1
84
+ value: 91.0771
85
+ verified: true
86
  ---
87
 
88