Commit e8dc8c5
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 <[email protected]>1 parent e94e728 commit e8dc8c5
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
0 commit comments