ncbi-nlp / bluebert

BlueBERT, pre-trained on PubMed abstracts and clinical notes (MIMIC-III).
https://arxiv.org/abs/1906.05474
Other
558 stars 78 forks source link

missing the vocab and config in pretrained model #22

Closed luomancs closed 4 years ago

luomancs commented 4 years ago

hi

I would like to play with mt-bluebert-biomedical, but the download link only provide pt file, and the vocab and config files are missing, could you point to where I can get these two? Thanks

yfpeng commented 4 years ago

It can be found at https://ftp.ncbi.nlm.nih.gov/pub/lu/Suppl/NCBI-BERT/NCBI_BERT_pubmed_uncased_L-12_H-768_A-12.zip

luomancs commented 4 years ago

thanks