Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Missing Model Files for ElnaggarLab/ankh2-large on HF #52

Open
GavrilenkoA opened this issue Jun 19, 2024 · 0 comments
Open

Error: Missing Model Files for ElnaggarLab/ankh2-large on HF #52

GavrilenkoA opened this issue Jun 19, 2024 · 0 comments

Comments

@GavrilenkoA
Copy link

GavrilenkoA commented Jun 19, 2024

Hello,

I encountered an issue while trying to use the ankh2-large model on the Hugging Face model hub. Here is the code snippet I used:

from transformers import AutoTokenizer, AutoModelForSeq2SeqLM


tokenizer = AutoTokenizer.from_pretrained("ElnaggarLab/ankh2-large")
model = AutoModelForSeq2SeqLM.from_pretrained("ElnaggarLab/ankh2-large")

However, I received the following error:

OSError: ElnaggarLab/ankh2-large does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.

It seems that the model files are missing from the repository. Could you please check and upload the necessary files?

Thank you for your assistance.

Best regards,
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant