well just the topic
Itβs technically possible, but not without work.
You can build a script that extracts the word embeddings from a checkpoint (the variable is name w_embs
) and serialize them in a text format like GloVe. Then configure the WordEmbedder
to use pretrained embeddings.
thank you!!