peterhung commited on
Commit
91a976f
1 Parent(s): 3fce884

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -13,16 +13,17 @@ metrics:
13
 
14
  # A Transformer model for inserting Vietnamese accent marks
15
 
16
- This model is finetuned from the XLM-Roberta Large.
17
 
18
  Example input: Nhin nhung mua thu di
19
  Target output: Nhìn những mùa thu đi
20
 
 
21
  ## Model training
22
  This problem was modelled as a token classification problem. For each input token, the goal is to asssign a "tag" that will transform it
23
  to the accented token.
24
 
25
- For more details on the training process, please refer to this
26
  <a href="https://peterhung.org/tech/insert-vietnamese-accent-transformer-model/" target="_blank">blog post</a>.
27
 
28
 
 
13
 
14
  # A Transformer model for inserting Vietnamese accent marks
15
 
16
+ This model inserts accent marks (diacritics) for Vietnamese texts that don't have them (or texts with some words accented and some not).
17
 
18
  Example input: Nhin nhung mua thu di
19
  Target output: Nhìn những mùa thu đi
20
 
21
+
22
  ## Model training
23
  This problem was modelled as a token classification problem. For each input token, the goal is to asssign a "tag" that will transform it
24
  to the accented token.
25
 
26
+ This model is finetuned from the XLM-Roberta Large. For more details on the training process, please refer to this
27
  <a href="https://peterhung.org/tech/insert-vietnamese-accent-transformer-model/" target="_blank">blog post</a>.
28
 
29