Cannot use the model following the ReadMe instructions

#61
by Matt2305 - opened

Hi everyone,

I'm a beginner trying to use the BGE-M3 embedding model so I closely followed the ReadMe instructions, pasting the Python code for Dense embedding generation. I already downloaded required libraries.

However when I run the coe without changing anything, I get this error :
OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory C:\Users\0104894R.cache\huggingface\hub\models--BAAI--bge-m3\snapshots\babcf60cae0a1f438d7ade582983d4ba462303c2.

After having searched for it on the Internet, I couldn't find anything. Could someone please help me and tell me how to make it work ?

Thanks !

Beijing Academy of Artificial Intelligence org

@Matt2305 , this error means that the model hasn't been downloaded successfully. You can remove this path C:\Users\0104894R.cache\huggingface\hub\models--BAAI--bge-m3\ and try to run the code again.

Alright it's working now thanks !

Matt2305 changed discussion status to closed

Sign up or log in to comment