Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ masked_texts = [
|
|
53 |
"Din tekst"
|
54 |
]
|
55 |
input_text = st.sidebar.selectbox("Select a Text", options=masked_texts)
|
56 |
-
|
57 |
st.sidebar.write("""
|
58 |
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.
|
59 |
""")
|
|
|
53 |
"Din tekst"
|
54 |
]
|
55 |
input_text = st.sidebar.selectbox("Select a Text", options=masked_texts)
|
56 |
+
st.sidebar.title("Bokmål ⇔ Nynorsk")
|
57 |
st.sidebar.write("""
|
58 |
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.
|
59 |
""")
|