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