We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
However, I received the following error:
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
The text was updated successfully, but these errors were encountered: