Faced this issue while trying to use many sentence-similarity models uploaded in the last 2 months: (Mentioning the names of few models for example)
l3cube-pune/indic-sentence-similarity-sbert
l3cube-pune/indic-sentence-bert-nli
l3cube-pune/hindi-sentence-bert-nli
Is this some problem with the model or it this a problem related to HF inference API?
Any help regarding how to fix this error would be appreciated.
@bayang I haven’t found a solution yet. I could see this error in most sentence-similarity models pushed on Hugging Face recently. I do not think this is an issue with the model files
@ananya20 Exactly my model is working offline when I call my private model using use_auth_token, it works perfectly locally.
If we were able to see and modify the code behind their free API inferencing, this could be great.