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
Adding `safetensors` variant of this model
#4
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc2c905db60d01b6313267afa17ce9d79edc7e7cd3c539571ba19e9575f053da
|
| 3 |
+
size 595249464
|