Instructions to use bergum/product_title_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bergum/product_title_encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="bergum/product_title_encoder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("bergum/product_title_encoder") model = AutoModel.from_pretrained("bergum/product_title_encoder") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload tokenizer 859265f
Upload model 9552592
Upload tokenizer 24186b0
Upload model c4c5f2d
Upload tokenizer e60a5c2
Upload model af3ad44
initial commit 8435881
Jo Kristian Bergum commited on