Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ It performs surprisingly well as a general summarization model for its size. Mor
|
|
22 |
|
23 |
## Usage
|
24 |
|
25 |
-
It's recommended to use this model with [beam search decoding](https://huggingface.co/docs/transformers/generation_strategies#beamsearch-decoding). If interested, you can also use the
|
26 |
|
27 |
|
28 |
```bash
|
|
|
22 |
|
23 |
## Usage
|
24 |
|
25 |
+
It's recommended to use this model with [beam search decoding](https://huggingface.co/docs/transformers/generation_strategies#beamsearch-decoding). If interested, you can also use the [textsum](https://github.com/pszemraj/textsum) util package to have most of this abstracted out for you:
|
26 |
|
27 |
|
28 |
```bash
|