Instructions to use airkingbd/dplm_150m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use airkingbd/dplm_150m with Transformers:
# Load model directly from transformers import AutoTokenizer, EsmForDPLM tokenizer = AutoTokenizer.from_pretrained("airkingbd/dplm_150m") model = EsmForDPLM.from_pretrained("airkingbd/dplm_150m") - Notebooks
- Google Colab
- Kaggle
Add link to paper, add pipeline tag
#1
by nielsr HF Staff - opened
Hi,
I discovered your work through the daily papers: https://huggingface.co/papers/2410.13782 (18 people upvoted your paper).
Would be great to link all models to the paper page, and add a model card, as done here.
Cheers!
airkingbd changed pull request status to merged