From e899271275458b49dc347eac48933965b69e21a2 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Mon, 18 Dec 2023 11:01:16 -0800 Subject: [PATCH] nits --- t5/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: