Instructions to use clarin-pl/FastPDN-distiluse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clarin-pl/FastPDN-distiluse with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="clarin-pl/FastPDN-distiluse")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("clarin-pl/FastPDN-distiluse") model = AutoModelForTokenClassification.from_pretrained("clarin-pl/FastPDN-distiluse") - Notebooks
- Google Colab
- Kaggle
Ctrl+K