nhanv commited on
Commit
8ba8680
1 Parent(s): 0e3a587

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ The results on test set.
25
  | Neural Phrase-based Machine Translation + LM [Huang et. al. (2017)](https://arxiv.org/abs/1706.05565) | 28.07
26
  | t5-en-vi-small (pretraining, without training data) | **28.46** (cased) / **29.23** (uncased)
27
  |t5-en-vi-small (fineturning with training data) | **32.38** (cased) / **33.19** (uncased)
28
- | t5-en-vi-small (pretraining, without training data) | **29.66** (cased) / **30.37** (uncased)
29
  #### Example Using
30
 
31
  ``` bash
 
25
  | Neural Phrase-based Machine Translation + LM [Huang et. al. (2017)](https://arxiv.org/abs/1706.05565) | 28.07
26
  | t5-en-vi-small (pretraining, without training data) | **28.46** (cased) / **29.23** (uncased)
27
  |t5-en-vi-small (fineturning with training data) | **32.38** (cased) / **33.19** (uncased)
28
+ | t5-en-vi-base (pretraining, without training data) | **29.66** (cased) / **30.37** (uncased)
29
  #### Example Using
30
 
31
  ``` bash