trevorkwan
commited on
Commit
•
02923ef
1
Parent(s):
92dcab5
Update README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ This model is a fine-tuned version of [bionlp/bluebert_pubmed_mimic_uncased_L-12
|
|
18 |
|
19 |
## Intended uses & limitations
|
20 |
|
21 |
-
This is the first model on huggingface that combines MIMIC data
|
22 |
|
23 |
## Training and evaluation data
|
24 |
|
25 |
-
- Takes
|
26 |
|
27 |
## Training procedure
|
28 |
|
|
|
18 |
|
19 |
## Intended uses & limitations
|
20 |
|
21 |
+
This is the first model on huggingface that combines [MIMIC data](https://mimic.mit.edu/) with [squadv2](https://huggingface.co/datasets/squad_v2) for question answering purposes.
|
22 |
|
23 |
## Training and evaluation data
|
24 |
|
25 |
+
- Takes the pretrained model [bionlp/bluebert_pubmed_mimic_uncased_L-12_H-768_A-12](https://huggingface.co/bionlp/bluebert_pubmed_mimic_uncased_L-12_H-768_A-12) and fine-tunes and evaluates on [squad_v2](https://huggingface.co/datasets/squad_v2) data.
|
26 |
|
27 |
## Training procedure
|
28 |
|