Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
sahil2801
/
ref_kto_v1
like
0
Safetensors
llama
Model card
Files
Files and versions
Community
Train
8ffd10f
ref_kto_v1
/
upload.py
sahil2801
Upload folder using huggingface_hub
8ffd10f
verified
6 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"."
,
repo_id=
"sahil2801/ref_kto_v1"
,
repo_type=
"model"
,
)