Instructions to use Marqo/marqo-ecommerce-embeddings-L with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use Marqo/marqo-ecommerce-embeddings-L with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:Marqo/marqo-ecommerce-embeddings-L') tokenizer = open_clip.get_tokenizer('hf-hub:Marqo/marqo-ecommerce-embeddings-L') - Transformers
How to use Marqo/marqo-ecommerce-embeddings-L with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Marqo/marqo-ecommerce-embeddings-L", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Which languages?
#1
by snikoyo - opened
Where can I find the information which languages does the model support? There is no English tag but the examples are all in English. Is it English or multilingual?
its english only. any languages you are interested in?
Yes, especially German. All common European languages (Polish, French, Czech, Hungarian, ...) would be interesting. There are no pretrained multilingual / non-English ecommerce models so far, right? I assume everybody is finetuning a general multilingual model.