Uploading files

#1
by Pranjal12345 - opened

How did you upload the variables.data file ?

Please following instruction below :

  1. Download libraries
    ! pip install git+https://github.com/huggingface/huggingface_hub.git@main
    ! sudo apt -qq install git-lfs
    ! git config --global credential.helper store
    ! huggingface-cli login

  2. Import library
    from huggingface_hub import push_to_hub_keras

  3. Push model
    model.push_to_hub("dummy-model")

Sign up or log in to comment