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.
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!