How to use google/codegemma-7b-it-keras with KerasHub:
import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://google/codegemma-7b-it-keras")
How to use google/codegemma-7b-it-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/codegemma-7b-it-keras")
The community tab is the place to discuss and collaborate with the HF community!