minhtoan commited on
Commit
83a1b84
1 Parent(s): e379312

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -21,6 +21,7 @@ State-of-the-art lightweights pretrained Transformer-based encoder-decoder model
21
  Model trained on dataset CNN-DailyMail News with input length = 512, output length = 150
22
  ## How to use
23
  Input for model: prefix + input text
 
24
  Example: 'summarize: '+ 'Ever noticed how plane seats.....'
25
 
26
 
 
21
  Model trained on dataset CNN-DailyMail News with input length = 512, output length = 150
22
  ## How to use
23
  Input for model: prefix + input text
24
+
25
  Example: 'summarize: '+ 'Ever noticed how plane seats.....'
26
 
27