Instructions to use cfinley/punct_restore_fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cfinley/punct_restore_fr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="cfinley/punct_restore_fr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("cfinley/punct_restore_fr") model = AutoModelForTokenClassification.from_pretrained("cfinley/punct_restore_fr") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 7abcf18
add model 686253f
Connor Finley commited on
add model 3b1e5ca
Connor Finley commited on
add model f24a1c4
Connor Finley commited on
add model 9d253d4
Connor Finley commited on
add model a4c9469
Connor Finley commited on