Instructions to use Qdrant/gte-base-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qdrant/gte-base-onnx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Qdrant/gte-base-onnx") model = AutoModel.from_pretrained("Qdrant/gte-base-onnx") - Notebooks
- Google Colab
- Kaggle
Added model card
#2
by Anush008 - opened
This model is not on FastEmbed.
This model is not on FastEmbed.
Anush008 changed pull request status to closed
Anush008 changed pull request status to open
generall93 changed pull request status to merged