luongmanhlinh commited on
Commit
f5ed961
·
verified ·
1 Parent(s): 6142779

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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