Instructions to use Qdrant/gte-large-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qdrant/gte-large-onnx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Qdrant/gte-large-onnx") model = AutoModel.from_pretrained("Qdrant/gte-large-onnx") - Notebooks
- Google Colab
- Kaggle
Upload vocab.txt with huggingface_hub
Browse files
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|