YinkaiW's picture
Upload folder using huggingface_hub
db32e07 verified
Raw
History Blame Contribute Delete
336 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_file(
path_or_fileobj="experiments/20250913_optimized_filip-model/epoch=1993-train_loss=0.10.ckpt",
path_in_repo="epoch=1993-train_loss=0.10.ckpt",
repo_id="yzhouchen001/flare",
repo_type="space", # automatically uses your saved token
use_auth_token=True
)