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