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