How to use blackWizard/phi_3_game with KerasHub:
import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://blackWizard/phi_3_game")
How to use blackWizard/phi_3_game with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://blackWizard/phi_3_game")
The community tab is the place to discuss and collaborate with the HF community!