might be nice to move to use CLI tools from Hugging Face Hub client library that weren't around when I originally put this repo together. That way we don't have to maintain our own python logic.
Upload Folder: https://huggingface.co/docs/huggingface_hub/v0.26.2/en/guides/cli#upload-an-entire-folder
Notably it takes care of creating the repo, which is 1/2 of what the script here in the repo currently does
might be nice to move to use CLI tools from Hugging Face Hub client library that weren't around when I originally put this repo together. That way we don't have to maintain our own python logic.
Upload Folder: https://huggingface.co/docs/huggingface_hub/v0.26.2/en/guides/cli#upload-an-entire-folder
Notably it takes care of creating the repo, which is 1/2 of what the script here in the repo currently does