Instructions to use google/paligemma2-3b-pt-448-keras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
How to use google/paligemma2-3b-pt-448-keras with KerasHub:
import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://google/paligemma2-3b-pt-448-keras") - Keras
How to use google/paligemma2-3b-pt-448-keras with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://google/paligemma2-3b-pt-448-keras") - Notebooks
- Google Colab
- Kaggle
| { | |
| "keras_version": "3.7.0", | |
| "keras_hub_version": "0.17.0.dev0", | |
| "parameter_count": 3032979696, | |
| "date_saved": "2024-11-21@20:27:38" | |
| } |