mavietduc commited on
Commit
015742b
·
verified ·
1 Parent(s): b54acce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -125,14 +125,14 @@ def translate_vi_to_tay(model, text_vi: str, max_len: int = 128, beam_size: int
125
  return decode_ids(output_ids)
126
 
127
 
128
- example_vi = "Hôm qua mẹ dắt tôi đến trường, được gặp thầy cô và bạn bè thật là vui biết bao."
129
  print(translate_vi_to_tay(model, example_vi))
130
  ```
131
 
132
  **Example output:**
133
 
134
  ```text
135
- Vằn ngòa me chung khỏi mà tường, đảy chặp slấy slư vạ pằng dạu khát kỷ hôn rụ
136
  ```
137
 
138
  ## Expected Inputs & Outputs
 
125
  return decode_ids(output_ids)
126
 
127
 
128
+ example_vi = "À ơi em ngủ, ngủ say đi, đợi mẹ về."
129
  print(translate_vi_to_tay(model, example_vi))
130
  ```
131
 
132
  **Example output:**
133
 
134
  ```text
135
+ hở noọng nòn, nòn đắc nòn pây, đợi me mà.
136
  ```
137
 
138
  ## Expected Inputs & Outputs