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