From 5be557e642b44280b8bf887b204a8cd088208ebf Mon Sep 17 00:00:00 2001 From: Santosh Bhavani Date: Tue, 14 May 2024 21:59:42 -0500 Subject: [PATCH] Update README.md - PaliGemma (#821) Added Gemma and PaliGemma references --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 85adc7458..f98a0461c 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,22 @@ + + + + + + + + ghcr.io/nvidia/jax:gemma + + + + + + + @@ -266,6 +282,7 @@ We currently enable training and evaluation for the following models: | [t5(t5x)](./rosetta/rosetta/projects/t5x) | ✔️ | ✔️ | ✔️ | | [ViT](./rosetta/rosetta/projects/vit) | ✔️ | ✔️ | ✔️ | | [Imagen](./rosetta/rosetta/projects/imagen) | ✔️ | | ✔️ | +| [PaliGemma](./rosetta/rosetta/projects/paligemma) | | ✔️ | ✔️ | We will update this table as new models become available, so stay tuned.