bluesky-posts / upload.py
withalim's picture
Upload folder using huggingface_hub
602ccee verified
raw
history blame contribute delete
224 Bytes
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"
)