Instructions to use clarin-pl/FastPDN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clarin-pl/FastPDN with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="clarin-pl/FastPDN")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("clarin-pl/FastPDN") model = AutoModelForTokenClassification.from_pretrained("clarin-pl/FastPDN") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 433121d6418d3f52f8c95b58e1291cbd2052dfb205b18561fc6a1982195f6cb9
- Size of remote file:
- 496 MB
- SHA256:
- 48ee72c68e72c35fe9a4f583fdb17442800c66a01d3ed4c2f44b8c1d3f54dd1a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.