mnist-custom-keras-model / push-model-to-huggingface-with-cli.sh
Manu
Initial commit
af44b2b
raw
history blame
300 Bytes
#/bin/bash
# PUSH model to HuggingFace using CLI
# HUGGINGFACE_TOKEN should be set on your environment variables
# commit message is not customizable
# https://huggingface.co/docs/huggingface_hub/guides/upload
huggingface-cli upload manufy/mnist_model_keras saved_model . --token $HUGGINGFACE_TOKEN