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")
ONNX port of thenlper/gte-base for text classification and similarity searches.