minhtoan commited on
Commit
00fb2df
1 Parent(s): 1f6d053

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -12,10 +12,11 @@ inference:
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
 
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