naver / biobert-pretrained

BioBERT: a pre-trained biomedical language representation model for biomedical text mining
667 stars 88 forks source link

using pretrained biobert matrix #24

Open bmmoore43 opened 4 years ago

bmmoore43 commented 4 years ago

Hello,

I am attempting to use your pretrained biobert weight matrix in my code (BioBERT v1.1), but my code takes an input for a matrix like GLOVE.6B (https://nlp.stanford.edu/projects/glove/), which is a text file with the word followed by weights. I wonder if there a way to convert your pretrained weights into this format or if you have this format already.

Thanks very much in advance!