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