Instructions to use LayerFault/format-keras-clean-control with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use LayerFault/format-keras-clean-control with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://LayerFault/format-keras-clean-control") - Notebooks
- Google Colab
- Kaggle
File size: 200 Bytes
39c07e9 | 1 2 3 4 5 6 7 8 9 | {
"artifacts": [
"model.keras"
],
"family": "format",
"note": "All content is synthetic and inert. Do not treat this as a production model.",
"repo_name": "format-keras-clean-control"
}
|