-
Notifications
You must be signed in to change notification settings - Fork 323
Open
Description
Feature request
When attempting to use this reranker model mxbai-rerank-large-v1 from huggingface with TEI, I got the following error message:
Error: Could not create backend
Caused by:
Could not start backend: Model is not supported: unknown variant `deberta-v2`, expected one of `bert`, `xlm-roberta`, `camembert`, `roberta`, `distilbert`, `nomic_bert` at line 21 column 28
Steps to reproduce
model=mixedbread-ai/mxbai-rerank-large-v1
volume=$PWD/models
docker run -p 8088:80 -v $volume:/models --pull always ghcr.io/huggingface/text-embeddings-inference:cpu-1.1.0 --model-id $model
Motivation
Support for deberta-v2 model variant would allow the usage of mxbai-rerank-large-v1 model with /rerank endpoint
Your contribution
Support for deberta-v2 model variant
quannguyen268, toppev, Johnno1011, sapountzis, vikram71198 and 6 more
Metadata
Metadata
Assignees
Labels
No labels