pszemraj commited on
Commit
a492bb6
1 Parent(s): 4c281ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -213,7 +213,7 @@ This model is a fine-tuned version of [pszemraj/long-t5-tglobal-base-16384-book-
213
 
214
  ## Usage
215
 
216
- It's recommended to usage 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:
217
 
218
 
219
  ```bash
 
213
 
214
  ## Usage
215
 
216
+ 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:
217
 
218
 
219
  ```bash