Add evaluation results on the autoevaluate--squad-sample config of autoevaluate/squad-sample

#21
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -6,7 +6,24 @@ datasets:
6
  - squad
7
  model-index:
8
  - name: extractive-question-answering
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
6
  - squad
7
  model-index:
8
  - name: extractive-question-answering
9
+ results:
10
+ - task:
11
+ type: question-answering
12
+ name: Question Answering
13
+ dataset:
14
+ name: autoevaluate/squad-sample
15
+ type: autoevaluate/squad-sample
16
+ config: autoevaluate--squad-sample
17
+ split: test
18
+ metrics:
19
+ - name: Exact Match
20
+ type: exact_match
21
+ value: 70.0
22
+ verified: true
23
+ - name: F1
24
+ type: f1
25
+ value: 76.9929
26
+ verified: true
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You