Instructions to use gerardovaldez0113/product-embeddings with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use gerardovaldez0113/product-embeddings with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:gerardovaldez0113/product-embeddings') tokenizer = open_clip.get_tokenizer('hf-hub:gerardovaldez0113/product-embeddings') - Transformers
How to use gerardovaldez0113/product-embeddings with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("gerardovaldez0113/product-embeddings", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!