Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PaliGemma model Code Correction: Model Name & Documentation Link (#544)
* PaliGemma Code Correction: Model Name & Documentation Link Typo: Fixed the model name in the code - `paligemma = keras_hub.models.PaliGemmaCausalLM.from_preset("paligemma_3b_mix_224")` from "paligemma_3b_mix_224" to "pali_gemma_3b_mix_224" to correctly laod the model. Broken Link: Updated the URL for "PaliGemma prompt and system instructions" by replacing the existing URL with the https://ai.google.dev/gemma/docs/paligemma/prompt-system-instructions/##prompt_task_syntax. * Update inference-with-keras.ipynb Fixed problem with "View on" button from lint report --------- Co-authored-by: Joe Fernandez <joefernandez@users.noreply.github.com>
- Loading branch information