Is it possible to load/train FastText and incorporate it in a pytorch model so that it can update character level weights and therefore train embeddings for unknown tokens also?
I had a look at this but it seems that all the script does is to load the binary weights file into a word embedding matrix.
Is it possible to load/train FastText and incorporate it in a pytorch model so that it can update character level weights and therefore train embeddings for unknown tokens also?
I had a look at this but it seems that all the script does is to load the binary weights file into a word embedding matrix.