Update README.md
Browse files
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 |
|