Instructions to use CohereLabs/Cohere-embed-multilingual-v3.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CohereLabs/Cohere-embed-multilingual-v3.0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CohereLabs/Cohere-embed-multilingual-v3.0", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Model should have "model_type" key in its config.json: HuggingFaceEmbeddings and Sentence Transformers
#5
by abiviano - opened
I have tried multiple different ways of downloading this model through both Hugging Face and Sentence Transformers and I get the same error: "Unrecognized model in Cohere/Cohere-embed-multilingual-v3.0. Should have a model_type key in its config.json, or contain one of the following strings in its name:".
I should also note that I am logged into Hugging Face with a key so I don't believe that should be causing any issues.
Any idea on how to resolve this issue?
our model isn't open-source so you won't be able to download the weights.