-
Notifications
You must be signed in to change notification settings - Fork 12
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 models from huggingface? #4
Comments
Hi Jamie, One way to do it is to first download the weights, vocab and config file to a local folder then set the |
I'm very unfamiliar with these formats. I downloaded the tensorflow package for the spanish uncased, it only has the following files: model.ckpt-2000000.index The pytorch version only has: pytorch_model.bin But the BERT-WSD library appears to look for a config file, which you also mentioned. Is this a tensorflow version specific thing? |
You will only need the You can obtain the two files from the following links: Hope it helps. Cheers. |
How do I use models that aren't in the specified list?
I would like to use this model:
https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased
How do I go about doing this?
Regards,
Jamie
The text was updated successfully, but these errors were encountered: