You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your great work! I download the retrieval evaluator in https://drive.google.com/drive/folders/1CRFGsyNguXJwKSvFvJm_82GOOlkWSkW7, I failed to load the model.
The problem is OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory.
It seems like something wrong with the files. I wonder how to fix this problem. Thanks!
The text was updated successfully, but these errors were encountered:
Hi @hummingbird2030 ! I retried the code without the error you mentioned, the files mentioned in the problem are not required to load the model in our code. I was wondering if there is any discrepancy in the created environment or maybe some other reasons.
Thanks for your great work! I download the retrieval evaluator in https://drive.google.com/drive/folders/1CRFGsyNguXJwKSvFvJm_82GOOlkWSkW7, I failed to load the model.
The problem is
OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory
.It seems like something wrong with the files. I wonder how to fix this problem. Thanks!
The text was updated successfully, but these errors were encountered: