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