Hi,
I’m trying to create an inference endpoint for text embeddings inference using this model : Alibaba-NLP/gte-multilingual-base · Hugging Face
After setting up the endpoint, it won’t start and gives me the error: Error: 'config.json' does not contain 'id2label'
I don’t understand how to solve this because I’m not doing classification and I specified the container to be for “Text Embeddings Inference” and the task “Sentence Embeddings”.
Any idea on why I got this error and how can I solve it?
Thank you for your help!