pszemraj commited on
Commit
b01c83e
·
verified ·
1 Parent(s): cdc4236

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `textsum` util repo to have most of this abstracted out for you:
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