diff options
author | Juarez Bochi <jbochi@gmail.com> | 2023-11-07 10:14:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 16:14:04 +0100 |
commit | c912d24570f36d83674a9b7644ac48b5cfc66bbd (patch) | |
tree | 430c176b2d88f57796207cd9d99690fc0d5e90f7 | |
parent | d5c2a7b64b3716ad56e034d9bed82a022805670d (diff) | |
download | candle-c912d24570f36d83674a9b7644ac48b5cfc66bbd.tar.gz candle-c912d24570f36d83674a9b7644ac48b5cfc66bbd.tar.bz2 candle-c912d24570f36d83674a9b7644ac48b5cfc66bbd.zip |
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.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |