Instructions to use keras/siglip_so400m_patch14_224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
How to use keras/siglip_so400m_patch14_224 with KerasHub:
import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://keras/siglip_so400m_patch14_224") - Keras
How to use keras/siglip_so400m_patch14_224 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://keras/siglip_so400m_patch14_224") - Notebooks
- Google Colab
- Kaggle
| { | |
| "keras_version": "3.8.0", | |
| "keras_hub_version": "0.19.0", | |
| "parameter_count": 877360578, | |
| "date_saved": "2025-03-01@12:31:41", | |
| "tasks": [] | |
| } |