Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ st.sidebar.write("""
|
|
59 |
As you can see there are a lot of similarities between the languages. Since there also are some grammatical differences, the translation task can not be solved by dictionary replacements. A finetuned model on top of a pretrained t5-base from a balanced corpus, seem to solve the task with a SACREBLEU-score of 88.17.
|
60 |
""")
|
61 |
|
62 |
-
text = st.text_area(
|
63 |
input_text,
|
64 |
height=None,
|
65 |
max_chars=None,
|
|
|
59 |
As you can see there are a lot of similarities between the languages. Since there also are some grammatical differences, the translation task can not be solved by dictionary replacements. A finetuned model on top of a pretrained t5-base from a balanced corpus, seem to solve the task with a SACREBLEU-score of 88.17.
|
60 |
""")
|
61 |
|
62 |
+
text = st.text_area(" ",
|
63 |
input_text,
|
64 |
height=None,
|
65 |
max_chars=None,
|