diff --git a/t5/README.md b/t5/README.md index 89654a37..58796a22 100644 --- a/t5/README.md +++ b/t5/README.md @@ -27,13 +27,13 @@ The `` can be any of the following: ## Generate -To gneerate text with the model, use the `t5.py` script: +Generate text with: ```sh python t5.py --model t5-small --prompt "translate English to German: A tasty apple" ``` -Should give the output: `Ein schmackhafter Apfel` +This should give the output: `Ein schmackhafter Apfel` To see a list of options run: