justinphan3110
commited on
Commit
·
f35a462
1
Parent(s):
eabecbf
Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ State-of-the-art pretrained Transformer-based encoder-decoder model for Vietname
|
|
17 |
## How to use
|
18 |
For more details, do check out [our Github repo](https://github.com/vietai/mtet).
|
19 |
|
20 |
-
[Finetunning
|
21 |
|
22 |
```python
|
23 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
|
17 |
## How to use
|
18 |
For more details, do check out [our Github repo](https://github.com/vietai/mtet).
|
19 |
|
20 |
+
[Finetunning examples can be found here](https://github.com/vietai/ViT5/tree/main/finetunning_huggingface).
|
21 |
|
22 |
```python
|
23 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|