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