Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions bonsai/models/t5gemma2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# T5Gemma2 in JAX

This directory contains a pure JAX implementation of the [T5Gemma2 model](https://huggingface.co/collections/google/t5gemma-2-release-6839e38ad1e09ed3703c47e7), using the [Flax NNX](https://flax.readthedocs.io/en/stable/index.html) API.

### Running this model

```sh
python -m bonsai.models.t5gemma2.tests.run_model
python -m bonsai.models.t5gemma2.tests.run_model --demo image
python -m bonsai.models.t5gemma2.tests.run_model --demo translate
```
Empty file.
Loading