domenicrosati commited on
Commit
8bafd36
1 Parent(s): edc6686

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -13,19 +13,20 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # roberta-base-squad2-nq-bioasq
15
 
16
- This model is a fine-tuned version of [nlpconnect/roberta-base-squad2-nq](https://huggingface.co/nlpconnect/roberta-base-squad2-nq) on the None dataset.
17
 
18
  ## Model description
19
 
20
- More information needed
21
 
22
  ## Intended uses & limitations
23
 
24
- More information needed
25
 
26
  ## Training and evaluation data
27
 
28
- More information needed
 
 
29
 
30
  ## Training procedure
31
 
 
13
 
14
  # roberta-base-squad2-nq-bioasq
15
 
 
16
 
17
  ## Model description
18
 
19
+ This model is a fine-tuned version of [nlpconnect/roberta-base-squad2-nq](https://huggingface.co/nlpconnect/roberta-base-squad2-nq) on the BioASQ 10b dataset.
20
 
21
  ## Intended uses & limitations
22
 
23
+ Cross-domain question answering!
24
 
25
  ## Training and evaluation data
26
 
27
+ Went from untrained exact match: 60.9% (f1 71.8%) to exact match: 95.2% (96.6% f1) on BioASQ 9B held out training set.
28
+ Scores on SQUAD+BioASQ remained stable at exact match: 72.5% (f1 81.4%) to 88.5% (f1 93.3%).
29
+
30
 
31
  ## Training procedure
32