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.
This commit is contained in:
Juarez Bochi
2023-11-07 10:14:04 -05:00
committed by GitHub
parent d5c2a7b64b
commit c912d24570

View File

@ -173,16 +173,16 @@ If you have an addition to this list, please submit a pull request.
- Mistral 7b v0.1. - Mistral 7b v0.1.
- StableLM-3B-4E1T. - StableLM-3B-4E1T.
- Replit-code-v1.5-3B. - Replit-code-v1.5-3B.
- T5 and its variants: FlanT5, MADLAD400 (translation), CoEdit (Grammar correction).
- Bert. - Bert.
- Text to text.
- T5 and its variants: FlanT5, MADLAD400 (translation), CoEdit (Grammar correction).
- Marian MT (Machine Translation).
- Whisper (multi-lingual support). - Whisper (multi-lingual support).
- Text to image. - Text to image.
- Stable Diffusion v1.5, v2.1, XL v1.0. - Stable Diffusion v1.5, v2.1, XL v1.0.
- Wurstchen v2. - Wurstchen v2.
- Image to text. - Image to text.
- BLIP. - BLIP.
- Text to text.
- Marian MT (Machine Translation).
- Computer Vision Models. - Computer Vision Models.
- DINOv2, ConvMixer, EfficientNet, ResNet, ViT. - DINOv2, ConvMixer, EfficientNet, ResNet, ViT.
- yolo-v3, yolo-v8. - yolo-v3, yolo-v8.