Download not possible

#9
by bloeci - opened

When i use the pre-generated code snipped

from transformers import AutoModel
model = AutoModel.from_pretrained("EvolutionaryScale/esm3-sm-open-v1", dtype="auto")

i get the error:

OSError: EvolutionaryScale/esm3-sm-open-v1 does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.

and taking a look at the config.json file looks like it is empty. How can i download the model?

Sign up or log in to comment