How to use efederici/gte-small-int8-dynamic with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("efederici/gte-small-int8-dynamic") model = AutoModel.from_pretrained("efederici/gte-small-int8-dynamic")
The community tab is the place to discuss and collaborate with the HF community!