CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 17d agoView on Hugging Face
1likes1.2kdownloads
Dataset Card

Hugging Face Dataset Upload Notes

This note summarizes common commands for uploading and managing selected folders in the Hugging Face dataset repository.

Repository:

bash
sehoonha/ha-lab-dataset

Login

Use a Hugging Face token with write permission.

bash
hf auth login
hf auth whoami

Upload One Folder

Upload only the local test_folder/ directory to test_folder/ in the dataset repository.

bash
hf upload sehoonha/ha-lab-dataset test_folder test_folder --repo-type dataset

The first path is the local path. The second path is the destination path inside the Hugging Face repository.

Web page:

text
https://huggingface.co/datasets/sehoonha/ha-lab-dataset/tree/main
sehoonha/ha-lab-dataset · CoolFace