ref_kto_v1 / upload.py
sahil2801's picture
Upload folder using huggingface_hub
8ffd10f verified
raw
history blame contribute delete
150 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path=".",
repo_id="sahil2801/ref_kto_v1",
repo_type="model",
)