Instructions to use SJ-Ray/Re-Punctuate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SJ-Ray/Re-Punctuate with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("SJ-Ray/Re-Punctuate") model = AutoModelForSeq2SeqLM.from_pretrained("SJ-Ray/Re-Punctuate") - Notebooks
- Google Colab
- Kaggle
error loading the model in python 3.12
#3 opened almost 2 years ago
by
Lou1sM
How to speed up?
1
#1 opened almost 3 years ago
by
westeast