Transformers
TensorFlow
Dutch
t5
text2text-generation
text2text generation
spelling normalization
19th-century Dutch
Instructions to use AWolters/ByT5_DutchSpellingNormalization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AWolters/ByT5_DutchSpellingNormalization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("AWolters/ByT5_DutchSpellingNormalization") model = AutoModelForSeq2SeqLM.from_pretrained("AWolters/ByT5_DutchSpellingNormalization") - Notebooks
- Google Colab
- Kaggle