Instructions to use aseifert/distilbert-base-german-cased-comma-derstandard with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aseifert/distilbert-base-german-cased-comma-derstandard with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="aseifert/distilbert-base-german-cased-comma-derstandard")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("aseifert/distilbert-base-german-cased-comma-derstandard") model = AutoModelForTokenClassification.from_pretrained("aseifert/distilbert-base-german-cased-comma-derstandard", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 3ae3f600e372ad3496c95fd7cfe33c94f689faee21f85c60b14ec442bc6195a3
- Size of remote file:
- 267 MB
- SHA256:
- 27df42f9333d933cc342423e90016557c978e1ebc204bd693d882a4ad37582ed
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.