exp_asr / upload_hf.sh
Stanwang1210's picture
Upload folder using huggingface_hub
7058a7e verified
raw
history blame contribute delete
163 Bytes
dir_repo=$1
expdir=exp_asr
echo "Uploading ${expdir}/${dir_repo} to Hugging Face"
huggingface-cli upload --repo-type dataset "${expdir}/${dir_repo}" "${dir_repo}"