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
How to display Training Metrics
#1
by kmfoda - opened
Hello, you can pass log_dir argument to push_to_hub_keras() if you want your TB logs to be hosted. See this blog post to leverage the Keras integration to the fullest: https://merveenoyan.medium.com/putting-keras-on-hub-for-collaborative-training-and-reproducibility-9018301de877
great thank you will take a look!
kmfoda changed discussion status to closed