getting error in transformer tokenizer
#4
by
Vikash9601
- opened
Exception: data did not match any variant of untagged enum PyNormalizerTypeWrapper at line 61 column 3
I got this error when i try to run the provided code on huuging face for using of slaesforce/SFR-embedding-mistral
Hi @Vikash9601 ,
We didn't meet this issue on our end. Could you try the following package version:
torch==2.0.0
transformers>=4.31.0
Please make sure to load the model name correctly.