Update README.md
Browse files
README.md
CHANGED
|
@@ -58,6 +58,8 @@ The model achieved a **BLEU score of ~41** on the **VLSP2023 test set**, calcula
|
|
| 58 |
|
| 59 |
## Usage
|
| 60 |
|
|
|
|
|
|
|
| 61 |
To perform translation using this model with 🤗 Transformers:
|
| 62 |
|
| 63 |
```python
|
|
|
|
| 58 |
|
| 59 |
## Usage
|
| 60 |
|
| 61 |
+
`BIG NOTE`: The training data and the vocab are all lowercased 😃, so please **lowercase your text** before pass it into the tokenizer
|
| 62 |
+
|
| 63 |
To perform translation using this model with 🤗 Transformers:
|
| 64 |
|
| 65 |
```python
|