Instructions to use blackWizard/phi_3_game with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
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") - Keras
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") - Notebooks
- Google Colab
- Kaggle
File size: 143 Bytes
ae7a022 | 1 2 3 4 5 6 | {
"keras_version": "3.4.1",
"keras_nlp_version": "0.14.0",
"parameter_count": 3821079552,
"date_saved": "2024-07-26@02:34:09"
} |