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