sehoonha/ha-lab-dataset
Hugging Face Dataset Upload Notes This note summarizes common commands for uploading and managing selected folders in the Hugging Face dataset repository. Repository: sehoonha/ha-lab-dataset Login Use a Hugging Face token with write permission. hf auth login hf auth whoami Upload One Folder Upload only the local test_folder/ directory to test_folder/ in the dataset repository. hf upload sehoonha/ha-lab-dataset test_folder test_folder --repo-type… See the full description on the dataset page: https://huggingface.co/datasets/sehoonha/ha-lab-dataset.
Hugging Face Dataset Upload Notes
This note summarizes common commands for uploading and managing selected folders in the Hugging Face dataset repository.
Repository:
sehoonha/ha-lab-datasetLogin
Use a Hugging Face token with write permission.
hf auth login
hf auth whoamiUpload One Folder
Upload only the local test_folder/ directory to test_folder/ in the dataset repository.
hf upload sehoonha/ha-lab-dataset test_folder test_folder --repo-type datasetThe first path is the local path. The second path is the destination path inside the Hugging Face repository.
Web page:
https://huggingface.co/datasets/sehoonha/ha-lab-dataset/tree/main