peterhung commited on
Commit
712ae11
1 Parent(s): 6207e35

Update README.md

Browse files

Add link to HMM model

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -209,7 +209,7 @@ In this example, the model made 1 mistake with the word "sầu" (but predicted "
209
 
210
  ## Limitations
211
  - This model will accept a maximum of 512 tokens, which is a limitation inherited from the base pretrained XLM-Roberta model.
212
- - It has a higher accuracy (97%) than an HMM version (91%).
213
  More info can be found <a href="https://peterhung.org/tech/insert-vietnamese-accent-transformer-model/#vs-hmm" target="_blank">here</a>.
214
 
215
 
 
209
 
210
  ## Limitations
211
  - This model will accept a maximum of 512 tokens, which is a limitation inherited from the base pretrained XLM-Roberta model.
212
+ - It has a higher accuracy (97%) than <a href="https://vietnameseaccent.com/" target="_blank">the HMM version</a> (91%).
213
  More info can be found <a href="https://peterhung.org/tech/insert-vietnamese-accent-transformer-model/#vs-hmm" target="_blank">here</a>.
214
 
215