datmieu2k4 commited on
Commit
fc3c1fa
·
verified ·
1 Parent(s): 299d589

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ language:
15
  ```python
16
  from transformers import pipeline
17
 
18
- corrector = pipeline("text2text-generation", model="bmd1905/vietnamese-correction-v2")
19
  ```
20
  ```python
21
  # Example
 
15
  ```python
16
  from transformers import pipeline
17
 
18
+ corrector = pipeline("text2text-generation", model="datmieu2k4/check-grammar-vi_vn")
19
  ```
20
  ```python
21
  # Example