File size: 224 Bytes
602ccee |
1 2 3 4 5 6 7 8 9 |
from huggingface_hub import HfApi
# Upload the folder
api = HfApi()
api.upload_folder(
folder_path="/Users/alimmaasoglu/data-cleanup/data/processed_files",
repo_id="withalim/bluesky-posts",
repo_type="dataset"
) |