minhtoan commited on
Commit
1f6d053
·
1 Parent(s): e67a5d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -12,8 +12,10 @@ inference:
12
  max_length: 256
13
  ---
14
 
15
- State-of-the-art lightweights pretrained Transformer-based encoder-decoder model for Vietnamese.
16
- Model trained on dataset Wikilingua of vietnamese language with input length = 512, output length = 256
 
 
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