Datasets:
License:
| 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") | |