-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use other models ? #8
Comments
Check the newest version of transformers document and you can easily solve the problem |
I have already acquired the model and embeddings I'd like to use and I have read the commands to load them. My question was about the necessary substitutions in this repo to make it work when using different ressources. In other words, which files are dependent on the Bert model and should be adapted, same goes for fasttext. |
You could try to adapt |
you can change the path of your file in "run_LSBert1.sh" or "run_LSBert2.sh" file. |
Which files should be changed if loading another pretrained bert with pytorch and other fasttext embeddings ?
The text was updated successfully, but these errors were encountered: