From 156cde3206c93c4f4d53983b3e7613df51719e61 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Mon, 18 Dec 2023 20:23:09 -0800 Subject: [PATCH] nit --- t5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t5/README.md b/t5/README.md index 3ff76c57..a0cc861b 100644 --- a/t5/README.md +++ b/t5/README.md @@ -27,7 +27,7 @@ The `` can be any of the following: | t5-3b | 3 billion | | t5-11b | 11 billion | -The FLAN variants can be specified with the e.g. `google/flan-t5-small`, +The FLAN variants can be specified with `google/flan-t5-small`, `google/flan-t5-base`, etc. See the [Hugging Face page](https://huggingface.co/docs/transformers/model_doc/flan-t5) for a complete list of models.