Add evaluation results on the squad_v2 config of squad_v2

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