Update README.md
Browse files
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 = "
|
| 129 |
print(translate_vi_to_tay(model, example_vi))
|
| 130 |
```
|
| 131 |
|
| 132 |
**Example output:**
|
| 133 |
|
| 134 |
```text
|
| 135 |
-
|
| 136 |
```
|
| 137 |
|
| 138 |
## Expected Inputs & Outputs
|
|
|
|
| 125 |
return decode_ids(output_ids)
|
| 126 |
|
| 127 |
|
| 128 |
+
example_vi = "À ơi em ngủ, ngủ say đi, đợi tý 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 tý me mà.
|
| 136 |
```
|
| 137 |
|
| 138 |
## Expected Inputs & Outputs
|