Instructions to use lhallee/ProteinVec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lhallee/ProteinVec with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lhallee/ProteinVec", dtype="auto") - Notebooks
- Google Colab
- Kaggle
How to access models.protein_vec.src_run.huggingface_protein_vec.py
#1
by yk0 - opened
Hi,
I'm trying to use huggingface to generate an embedding given a protein sequence, but I'm not sure where the huggingface_protein_vec.py file is located.
Thank you!
Hey sorry, the repo got moved. I'll update and post here.
lhallee changed discussion status to closed
Thanks! It works perfectly now.
Please consider starring the repo if you are going to use it. Thanks!