pere commited on
Commit
8ea577e
·
1 Parent(s): f95a7f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -45,14 +45,7 @@ st.set_page_config(
45
  )
46
  st.title("Bokmål ⇔ Nynorsk")
47
  st.sidebar.write("""
48
- # Sample text:
49
- ### Nynorsk
50
- Dette er ei tekst.
51
- ### Bokmål
52
- Dette er en tekst.
53
-
54
-
55
-
56
  """)
57
 
58
  masked_texts = [
 
45
  )
46
  st.title("Bokmål ⇔ Nynorsk")
47
  st.sidebar.write("""
48
+ Here are some sample texts in Norwegian Bokmål and Norwegian Nynorsk that you can try to translate. They are here presented in pairs (Bokmål, Nynorsk, Bokmål...). This way you can also see a suggested translation of the text. 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.
 
 
 
 
 
 
 
49
  """)
50
 
51
  masked_texts = [