aiassociates
commited on
Commit
•
e3a080d
1
Parent(s):
9aff1e6
Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,8 @@ tags:
|
|
4 |
- grammar
|
5 |
- text2text-generation
|
6 |
license: cc-by-nc-sa-4.0
|
7 |
-
datasets:
|
8 |
-
- jfleg
|
9 |
widget:
|
10 |
-
- text: "grammar: hier
|
11 |
---
|
12 |
|
13 |
# T5 Grammar Correction
|
@@ -25,8 +23,8 @@ from happytransformer import HappyTextToText, TTSettings
|
|
25 |
happy_tt = HappyTextToText("T5", "aiassociates/t5-small-grammar-correction-german")
|
26 |
args = TTSettings(num_beams=5, min_length=1)
|
27 |
# Add the prefix "grammar: " before each input
|
28 |
-
result = happy_tt.generate_text("grammar: hier ein kleines beispiel", args=args)
|
29 |
-
print(result.text) # Hier ein kleines Beispiel
|
30 |
```
|
31 |
|
32 |
## Authors
|
|
|
4 |
- grammar
|
5 |
- text2text-generation
|
6 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
7 |
widget:
|
8 |
+
- text: "grammar: hier ein kleines beispiel was haltet ihr von der korrektur"
|
9 |
---
|
10 |
|
11 |
# T5 Grammar Correction
|
|
|
23 |
happy_tt = HappyTextToText("T5", "aiassociates/t5-small-grammar-correction-german")
|
24 |
args = TTSettings(num_beams=5, min_length=1)
|
25 |
# Add the prefix "grammar: " before each input
|
26 |
+
result = happy_tt.generate_text("grammar: hier ein kleines beispiel was haltet ihr von der korrektur", args=args)
|
27 |
+
print(result.text) # Hier ein kleines Beispiel: Was haltet ihr von der Korrektur?
|
28 |
```
|
29 |
|
30 |
## Authors
|