From dbb4d6aea6e8af0788d81f94f3fd1ff92626fa69 Mon Sep 17 00:00:00 2001 From: Juarez Bochi Date: Mon, 18 Dec 2023 15:07:50 -0500 Subject: [PATCH] Fix example --- t5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t5/README.md b/t5/README.md index 58796a22..6c1c254d 100644 --- a/t5/README.md +++ b/t5/README.md @@ -33,7 +33,7 @@ Generate text with: python t5.py --model t5-small --prompt "translate English to German: A tasty apple" ``` -This should give the output: `Ein schmackhafter Apfel` +This should give the output: `Ein leckerer Apfel` To see a list of options run: