Closed izuna385 closed 5 years ago
For now, we don't have any plans to use different formats for pre-trained weights. But if you are a torch user (pytorch I guess), this closed issue might help: https://github.com/dmis-lab/biobert/issues/2. Thanks.
Thanks, I'll try that.
Thanks for uploading pretrained weight.
.ckpt
seems to be model fromtf
. Because I am torch user, so I tried to find how to converttf
weights totorch
weight(something like weight fornn.Embedding
), but I couldn't find out.Is there any plan to upload weight in the form of, say, GloVe txt format? Like, one row is consisted from word and weight.
If this could be done, I would do fine-tuning during training my model, for downstream tasks. Thanks.