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