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