Transformers plugin other models from Hugging face #9934
-
Hello, I want to use another model from hugging face repository, namely this one: https://huggingface.co/DeepPavlov/bert-base-bg-cs-pl-ru-cased, but as I understand (after I tried) it's not possible by just downloading and replacing in the config file: name = |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A local file path should work there, though usually we recommend using the name on the Hugging Face Hub - if you use the name the model will be downloaded and set up properly for you. See here in the docs. What error are you getting? |
Beta Was this translation helpful? Give feedback.
A local file path should work there, though usually we recommend using the name on the Hugging Face Hub - if you use the name the model will be downloaded and set up properly for you. See here in the docs. What error are you getting?