Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PaliGemma 2 Quickstart #113

Merged
merged 3 commits into from
Dec 9, 2024
Merged
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
639 changes: 639 additions & 0 deletions PaliGemma_2/Keras_PaliGemma_2_Quickstart.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ You can find the Gemma models on GitHub, Hugging Face models, Kaggle, Google Clo
| [PaliGemma on Android](PaliGemma/PaliGemma-on-Android) | Inference PaliGemma on Android using Hugging Face and Gradio Client API for tasks like zero-shot object detection, image captioning, and visual question-answering. |

#### PaliGemma 2
| **Finetuning** | |
| **Inference** | |
| :----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Keras_PaliGemma_2_Quickstart.ipynb](PaliGemma_2/Keras_PaliGemma_2_Quickstart.ipynb) | PaliGemma 2 3B DOCCI model quickstart tutorial with Keras |
| **Finetuning** | |
| [Finetune_PaliGemma_2_with_Keras.ipynb](PaliGemma_2/Finetune_PaliGemma_2_with_Keras.ipynb) | Finetune PaliGemma 2 with Keras. |
| [Finetune_PaliGemma_2_with_JAX.ipynb](PaliGemma_2/Finetune_PaliGemma_2_with_JAX.ipynb) | Finetune PaliGemma 2 with JAX. |

Expand Down
Loading