rayst3r / upload.py
RockRapid's picture
Add files using upload-large-folder tool
202105f verified
from huggingface_hub import HfApi
import os
api = HfApi(token=os.getenv("HF_TOKEN"))
api.upload_large_folder(
folder_path="/data3/bart/rayst3r_hf/",
repo_id="bartduis/rayst3r",
repo_type="dataset",
)