Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
xingzhikb
/
deepspeed
like
0
arxiv:
2312.00869
Model card
Files
Files and versions
Community
main
deepspeed
/
upload_hf.py
xingzhikb
init
002bd9b
28 days ago
raw
Copy download link
history
blame
contribute
delete
172 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"/data3/yunfei/medical-sca"
,
repo_id=
"xingzhikb/deepspeed"
,
repo_type=
"model"
,
)