mistral.rs icon indicating copy to clipboard operation
mistral.rs copied to clipboard

Add the T5 seq2seq model

Open EricLBuehler opened this issue 1 year ago • 2 comments

This PR implements our first Seq2Seq model, T5. Refs #384.

EricLBuehler avatar Jun 14 '24 20:06 EricLBuehler

Code Metrics Report
  ===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 Dockerfile              1           34           25            0            9
 Happy                   1          442          369            0           73
 JSON                    9           21           21            0            0
 Python                 31         1217         1038           37          142
 TOML                   16          440          400            1           39
-------------------------------------------------------------------------------
 Jupyter Notebooks       1            0            0            0            0
 |- Markdown             1           60           30           22            8
 |- Python               1           96           87            1            8
 (Total)                            156          117           23           16
-------------------------------------------------------------------------------
 Markdown               16         1135            0          836          299
 |- BASH                 5          100           97            0            3
 |- Python               6          122          110            0           12
 |- Rust                 2           80           72            3            5
 (Total)                           1437          279          839          319
-------------------------------------------------------------------------------
 Rust                  115        34379        31132          584         2663
 |- Markdown            57          643           13          596           34
 (Total)                          35022        31145         1180         2697
===============================================================================
 Total                 191        37668        32985         1458         3225
===============================================================================
  

github-actions[bot] avatar Jun 14 '24 20:06 github-actions[bot]

It's been a while but is there any plan to merge this in soon? Especially interested with Google releasing T5Gemma https://huggingface.co/docs/transformers/en/model_doc/t5gemma. Thanks!

brian-at-pieces avatar Jul 14 '25 17:07 brian-at-pieces