Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ license: mit
|
|
| 15 |
State-of-the-art pre-trained Transformer-based encoder-decoder model for Vietnamese.
|
| 16 |
|
| 17 |
## How to use
|
| 18 |
-
For more details, do check out [our Github repo](https://github.com/
|
| 19 |
```python
|
| 20 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 21 |
|
|
|
|
| 15 |
State-of-the-art pre-trained Transformer-based encoder-decoder model for Vietnamese.
|
| 16 |
|
| 17 |
## How to use
|
| 18 |
+
For more details, do check out [our Github repo](https://github.com/vietai/ViT5).
|
| 19 |
```python
|
| 20 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 21 |
|