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: 134 Bytes
3fdcdac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:51496506fa268a6af1f38ca6e37ded58491bbe0314c7c688fc78da2252cb9ff6
size 496320241
|