BCTR_Filter / upload.py
Yesianrohn's picture
Upload folder using huggingface_hub
bebb459 verified
raw
history blame contribute delete
225 Bytes
from huggingface_hub import login, upload_folder
# (optional) Login with your Hugging Face credentials
login()
# Push your dataset files
upload_folder(folder_path=".", repo_id="Yesianrohn/BCTR_Filter", repo_type="dataset")