summaryrefslogtreecommitdiff
path: root/candle-examples/examples/t5
Commit message (Expand)AuthorAgeFilesLines
* Expose the t5 config fields + allow t5-large. (#1987)Laurent Mazare2024-04-011-0/+2
* Add some examples using the MT5 variants. (#1963)Laurent Mazare2024-03-291-8/+44
* Add a couple t5 models. (#1958)Laurent Mazare2024-03-281-3/+19
* Helper function to load sharded safetensors files (#1481)Laurent Mazare2023-12-251-19/+3
* Add support to UL2 model family (#1300)Juarez Bochi2023-11-092-1/+14
* Add info about MADLAD-400 in readme files (#1287)Juarez Bochi2023-11-071-1/+13
* Add support for MADLAD400 (#1285)Juarez Bochi2023-11-071-1/+6
* Add some reinforcement learning example. (#1090)Laurent Mazare2023-10-141-1/+0
* Self-contained safetensor wrappers (#946)Laurent Mazare2023-09-231-20/+6
* Add the t5-xxl version. (#924)Laurent Mazare2023-09-211-36/+37
* Tracing mode for T5. (#913)Laurent Mazare2023-09-201-0/+13
* Fix T5 kv cache (#899)Juarez Bochi2023-09-191-6/+20
* T5: Add option to override use_cache from config (#892)Juarez Bochi2023-09-181-1/+6
* Avoid re-encoding the input in the T5 example. (#875)Laurent Mazare2023-09-171-1/+2
* Tweaks for the T5 example. (#874)Laurent Mazare2023-09-171-3/+37
* Add a KV cache to T5. (#873)Laurent Mazare2023-09-172-22/+19
* Implement T5 decoding (#864)Juarez Bochi2023-09-152-32/+106
* Remove the padding. (#838)Laurent Mazare2023-09-131-38/+29
* Add some sentence similarity part to the t5 example. (#835)Laurent Mazare2023-09-131-18/+88
* T5 tweaks (#831)Laurent Mazare2023-09-131-14/+2
* Extract T5 module and add main function to use it (#829)Juarez Bochi2023-09-132-0/+151