Ankh
Ankh copied to clipboard
Error: Missing Model Files for ElnaggarLab/ankh2-large on HF
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