Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,11 @@ inference:
|
|
12 |
max_length: 256
|
13 |
---
|
14 |
|
15 |
-
# Vietnamese pretrain model for
|
16 |
|
17 |
`State-of-the-art lightweights pretrained Transformer-based encoder-decoder model for Vietnamese.`
|
18 |
-
|
|
|
19 |
## How to use
|
20 |
|
21 |
```python
|
|
|
12 |
max_length: 256
|
13 |
---
|
14 |
|
15 |
+
# Vietnamese pretrain model for abstractive~ text summarization
|
16 |
|
17 |
`State-of-the-art lightweights pretrained Transformer-based encoder-decoder model for Vietnamese.`
|
18 |
+
|
19 |
+
``Model trained on dataset Wikilingua of vietnamese language with input length = 512, output length = 256``
|
20 |
## How to use
|
21 |
|
22 |
```python
|