Fix example

This commit is contained in:
Juarez Bochi 2023-12-18 15:07:50 -05:00
parent 64e53e8415
commit dbb4d6aea6
No known key found for this signature in database
GPG Key ID: 34CCBB77DC8BEBB6

View File

@ -33,7 +33,7 @@ Generate text with:
python t5.py --model t5-small --prompt "translate English to German: A tasty apple" 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: To see a list of options run: