HiFox_Dataset / hf.py
yashbleh's picture
Upload folder using huggingface_hub
420bcd5 verified
Raw
History Blame Contribute Delete
272 Bytes
from huggingface_hub import login, upload_folder
# (optional) Login with your Hugging Face credentials
# login()
# Push your dataset files
upload_folder(folder_path=r"C:\Users\yashh\FAUX HATE\HiFoX-Dataset", repo_id="yashbleh/HiFox_Dataset", repo_type="dataset")