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
However, I want to use BERT embedding because I need a sophisticated model to compare the performance of multiple embeddings. How can I use BERT in build_vocab?
The text was updated successfully, but these errors were encountered:
❓ Questions and Help
Description
Hi, we can use glove embedding when building vocab, using
something like:
However, I want to use BERT embedding because I need a sophisticated model to compare the performance of multiple embeddings. How can I use BERT in build_vocab?
The text was updated successfully, but these errors were encountered: