How to use Qdrant/gte-small-onnx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Qdrant/gte-small-onnx") model = AutoModel.from_pretrained("Qdrant/gte-small-onnx")
ONNX port of thenlper/gte-small for text classification and similarity searches.