Transformers
PyTorch
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use oliverguhr/spelling-correction-german-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use oliverguhr/spelling-correction-german-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("oliverguhr/spelling-correction-german-base") model = AutoModelForMultimodalLM.from_pretrained("oliverguhr/spelling-correction-german-base") - Notebooks
- Google Colab
- Kaggle