Update README.md
Browse files
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/
|
15 |
|
16 |
## Usage
|
17 |
```python
|
18 |
from transformers import pipeline
|
19 |
|
20 |
-
corrector = pipeline("text2text-generation", model="bmd1905/vietnamese-
|
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/
|
|
|
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).
|