From c912d24570f36d83674a9b7644ac48b5cfc66bbd Mon Sep 17 00:00:00 2001 From: Juarez Bochi Date: Tue, 7 Nov 2023 10:14:04 -0500 Subject: [PATCH] Update README: Move T5 to Text to Text section (#1288) I think it makes more sense to have it there, since it's a seq2seq model with cross attention, and not a LM. There are also Decoder only T5 models that work as LMs, but that's not the standard. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87b39854..c3cdc092 100644 --- a/README.md +++ b/README.md @@ -173,16 +173,16 @@ If you have an addition to this list, please submit a pull request. - Mistral 7b v0.1. - StableLM-3B-4E1T. - Replit-code-v1.5-3B. - - T5 and its variants: FlanT5, MADLAD400 (translation), CoEdit (Grammar correction). - Bert. + - Text to text. + - T5 and its variants: FlanT5, MADLAD400 (translation), CoEdit (Grammar correction). + - Marian MT (Machine Translation). - Whisper (multi-lingual support). - Text to image. - Stable Diffusion v1.5, v2.1, XL v1.0. - Wurstchen v2. - Image to text. - BLIP. - - Text to text. - - Marian MT (Machine Translation). - Computer Vision Models. - DINOv2, ConvMixer, EfficientNet, ResNet, ViT. - yolo-v3, yolo-v8.