bmd1905 commited on
Commit
8ff0c51
1 Parent(s): 94556e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,13 +11,13 @@ 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-Corrector/).
15
 
16
  ## Usage
17
  ```python
18
  from transformers import pipeline
19
 
20
- corrector = pipeline("text2text-generation", model="bmd1905/vietnamese-corrector")
21
  ```
22
  ```python
23
  # Example
@@ -35,4 +35,4 @@ Output:
35
  - Lần này anh Phương quyết xếp hàng mua bằng được 1 chiếc.
36
  - Nhưng sức huỷ diệt của cơn bão mitch vẫn chưa thấm vào đâu so với thảm hoạ tại Bangladesh năm 1970 .
37
  ```
38
- You can play around with my code at [Colab notebook](https://colab.research.google.com/github/bmd1905/Vietnamese-Corrector/blob/main/inference.ipynb?hl=en).
 
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
18
  from transformers import pipeline
19
 
20
+ corrector = pipeline("text2text-generation", model="bmd1905/vietnamese-correction")
21
  ```
22
  ```python
23
  # Example
 
35
  - Lần này anh Phương quyết xếp hàng mua bằng được 1 chiếc.
36
  - Nhưng sức huỷ diệt của cơn bão mitch vẫn chưa thấm vào đâu so với thảm hoạ tại Bangladesh năm 1970 .
37
  ```
38
+ You can play around with my code at [Colab notebook](https://colab.research.google.com/github/bmd1905/vietnamese-correction/blob/main/inference.ipynb?hl=en).