Edit model card

T5 Grammar Correction

This model restores upper and lower case as well as punctuation. It was trained with Happy Transformer on the German Wikipedia dump.

Usage

pip install happytransformer

from happytransformer import HappyTextToText, TTSettings
happy_tt = HappyTextToText("T5", "aiassociates/t5-small-grammar-correction-german")
args = TTSettings(num_beams=5, min_length=1)
# Add the prefix "grammar: " before each input 
result = happy_tt.generate_text("grammar: hier ein kleines beispiel was haltet ihr von der korrektur", args=args)
print(result.text) # Hier ein kleines Beispiel: Was haltet ihr von der Korrektur?

Authors

David Hustadt: [email protected]

About us

AI.Associates

LinkedIn

We're always looking for developers to join us. Feel free to contact us [email protected]

Downloads last month
109
Safetensors
Model size
60.5M params
Tensor type
F32
·
Inference API
This model can be loaded on Inference API (serverless).