Instructions to use EMBO/sd-smallmol-roles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EMBO/sd-smallmol-roles with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="EMBO/sd-smallmol-roles")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("EMBO/sd-smallmol-roles") model = AutoModelForTokenClassification.from_pretrained("EMBO/sd-smallmol-roles") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3fdcdac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:082f64934298d8791abe7b0f44b455717167ab3e6c9ff7ca603909e2fa798ef8
size 3055
|