bmd1905 commited on
Commit
4fc735a
1 Parent(s): 8be70c4

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ language:
11
 
12
  # bartpho-syllable-finetuned-vietnamese_corrector
13
 
14
- This model is a fine-tuned version of [vinai/bartpho-syllable](https://huggingface.co/vinai/bartpho-syllable) in the dataset avaiable at [@duyvuleo/VNTC](https://github.com/duyvuleo/VNTC) for Vietnamese error correction task. All source code are avaible at [my github repository](https://github.com/bmd1905/vietnamese-correction).
15
 
16
  ## Usage
17
  ```python
 
11
 
12
  # bartpho-syllable-finetuned-vietnamese_corrector
13
 
14
+ This model is a fine-tuned version of [vinai/bartpho-syllable](https://github.com/VinAIResearch/BARTpho). The original dataset is avaiable at [@duyvuleo/VNTC](https://github.com/duyvuleo/VNTC), I customized it for error correction task, you can find my final dataset at [Huggingface Datasets](https://huggingface.co/datasets/bmd1905/error-correction-vi). All source code are avaible at [my Github repo](https://github.com/bmd1905/vietnamese-correction).
15
 
16
  ## Usage
17
  ```python