Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use EMBO/sd-smallmol-roles-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EMBO/sd-smallmol-roles-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="EMBO/sd-smallmol-roles-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("EMBO/sd-smallmol-roles-v2") model = AutoModelForTokenClassification.from_pretrained("EMBO/sd-smallmol-roles-v2") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 05b40b5
Dr. Jorge Abreu Vicente commited on
End of training edee199
Dr. Jorge Abreu Vicente commited on
Update README.md 0d6c9e5
update model card README.md f7dc0d7
Dr. Jorge Abreu Vicente commited on
End of training 1f9683d
Dr. Jorge Abreu Vicente commited on
Update README.md f1fc466
Dr. Jorge Abreu Vicente commited on
Update README.md 095bd46
Dr. Jorge Abreu Vicente commited on
Update README.md 53523d4
Dr. Jorge Abreu Vicente commited on
Update README.md a9fce47
Dr. Jorge Abreu Vicente commited on
Upload vocab.txt 7b33960
Dr. Jorge Abreu Vicente commited on
Upload tokenizer.json ca2baa0
Dr. Jorge Abreu Vicente commited on
Create new file baa13c8
Dr. Jorge Abreu Vicente commited on
Create new file 1edabe4
Dr. Jorge Abreu Vicente commited on
update model card README.md 94690bb
Dr. Jorge Abreu Vicente commited on
End of training a5f5559
Dr. Jorge Abreu Vicente commited on
initial commit 639e936
Dr. Jorge Abreu Vicente commited on