gri11 commited on
Commit
8bd30b8
·
verified ·
1 Parent(s): 1967bdd

add bad translation examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,9 +12,9 @@ def score_translation(src_text, mt_text):
12
 
13
  examples = [
14
  ["The weather is beautiful today.", "วันนี้อากาศดีมาก"],
15
- ["I need to go to the hospital.", "ฉันต้องไปโรงพยาบาล"],
16
  ["This restaurant serves delicious food.", "ร้านอาหารนี้เสิร์ฟอาหารอร่อย"],
17
- ["Can you help me find the nearest train station?", "คุณช่วยฉันหาสถานีรถไฟที่ใกล้ที่สุดได้ไหม"]
 
18
  ]
19
 
20
  font_css = """
 
12
 
13
  examples = [
14
  ["The weather is beautiful today.", "วันนี้อากาศดีมาก"],
 
15
  ["This restaurant serves delicious food.", "ร้านอาหารนี้เสิร์ฟอาหารอร่อย"],
16
+ ["I need to go to the hospital.", "ฉันต้องไปโรงเรียน"],
17
+ ["Can you help me find the nearest train station?", "คุณช่วยฉันหาสถานีที่ใกล้ที่สุดได้ไหม"]
18
  ]
19
 
20
  font_css = """