Instructions to use rbawden/modern_french_normalisation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rbawden/modern_french_normalisation with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rbawden/modern_french_normalisation") model = AutoModelForSeq2SeqLM.from_pretrained("rbawden/modern_french_normalisation") - Notebooks
- Google Colab
- Kaggle
Pipeline output no longer matches the provided example
#2 opened about 1 year ago
by
cpasquer