repo tracking my jax experiments
Go to file
Richard Wong aca80720c8 Feat: t5_jax_simple_parallel implements a working example of fsdp 2024-09-20 23:42:51 +09:00
learn_flax Feat: learn flax 2024-09-14 14:13:38 +09:00
parallel Feat: t5_jax_simple_parallel implements a working example of fsdp 2024-09-20 23:42:51 +09:00
.gitignore Feat: t5_jax_simple_parallel implements a working example of fsdp 2024-09-20 23:42:51 +09:00
check_time.py Feat: implement working prediction 2024-09-12 22:57:19 +09:00
requirements.yaml Feat: jax implementation of t5 training and prediction 2024-09-11 08:17:02 +09:00
t5_jax.py Feat: t5_jax_simple_parallel implements a working example of fsdp 2024-09-20 23:42:51 +09:00
t5_jax_parallel.py Feat: t5_jax_simple_parallel implements a working example of fsdp 2024-09-20 23:42:51 +09:00
t5_jax_prediction.py Feat: t5_jax_simple_parallel implements a working example of fsdp 2024-09-20 23:42:51 +09:00
t5_jax_retrieval.py Feat: jax implementation of t5 training and prediction 2024-09-11 08:17:02 +09:00
t5_jax_simple_parallel.py Feat: t5_jax_simple_parallel implements a working example of fsdp 2024-09-20 23:42:51 +09:00
t5_prediction_old.py Feat: t5_jax_simple_parallel implements a working example of fsdp 2024-09-20 23:42:51 +09:00
t5_summarizer_flax.py Feat: jax implementation of t5 training and prediction 2024-09-11 08:17:02 +09:00