Instructions to use biohub/esm3-sm-open-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use biohub/esm3-sm-open-v1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("biohub/esm3-sm-open-v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
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?