Instructions to use sinequa/vectorizer.vanilla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sinequa/vectorizer.vanilla with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sinequa/vectorizer.vanilla") model = AutoModel.from_pretrained("sinequa/vectorizer.vanilla") - Notebooks
- Google Colab
- Kaggle
Initial model card
#2
by youval - opened