You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
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.