Instructions to use HUBioDataLab/esol_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HUBioDataLab/esol_model with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForSelfiesClassification tokenizer = AutoTokenizer.from_pretrained("HUBioDataLab/esol_model") model = RobertaForSelfiesClassification.from_pretrained("HUBioDataLab/esol_model") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
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:7a5d7ef90dcf2c326c83c334d68c896dfb25b64f6624b1459d18aa8da6e64cb8
|
| 3 |
+
size 349019908
|