ReneeYe commited on
Commit
960a1ed
β€’
1 Parent(s): 17b21b3

update detail description.

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -150,7 +150,10 @@ iface = gr.Interface(
150
  article="- The motivation of the ConST model is to use the contrastive learning method to learn similar representations for semantically similar speech and text, " \
151
  "thus leveraging MT to help improve ST performance. \n"
152
  "- The models you are experiencing are trained based on the MuST-C dataset (https://ict.fbk.eu/must-c/), " \
153
- "which only contains about 250k parallel data at each translation direction. \n"
 
 
 
154
  "- If you want to know how to train the models, you may refer to https://github.com/ReneeYe/ConST.",
155
  theme="peach",
156
  )
 
150
  article="- The motivation of the ConST model is to use the contrastive learning method to learn similar representations for semantically similar speech and text, " \
151
  "thus leveraging MT to help improve ST performance. \n"
152
  "- The models you are experiencing are trained based on the MuST-C dataset (https://ict.fbk.eu/must-c/), " \
153
+ "which only contains about 250k parallel data at each translation direction. "
154
+ "The translation performance of these language directions varies from 20-30+ BLEU, "
155
+ "so it is normal to find some flaws in the translation, and we are trying to improve the models, "
156
+ "such as training on larger datasets and developing more advanced algorithms.\n"
157
  "- If you want to know how to train the models, you may refer to https://github.com/ReneeYe/ConST.",
158
  theme="peach",
159
  )