Instructions to use merve/model-card-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use merve/model-card-example with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://merve/model-card-example") - Notebooks
- Google Colab
- Kaggle
Fixed task tag
#6
by merve HF Staff - opened
No description provided.