Instructions to use jinaai/xlm-roberta-flash-implementation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jinaai/xlm-roberta-flash-implementation with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jinaai/xlm-roberta-flash-implementation", dtype="auto") - Notebooks
- Google Colab
- Kaggle
No module named 'transformers_modules.jinaai.xlm-roberta-flash-implementation.2b6bc3f30750b3a9648fe9b63448c09920efe9be.rotary'
#57
by PeppePasti - opened
When trying to use jinaai/jina-embeddings-v3 via sentence transformers it occurs this error during the loading of the model and it can be traced back to this model. How can i fix it?
You're probably hitting this because you've run without "trust_remote_code" once and then the huggingface caching code can't handle partial downloads. Try deleting the cached files and run again.