Datasets:
License:
File size: 272 Bytes
420bcd5 | 1 2 3 4 5 6 7 8 | 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")
|