Word2Li's picture
Upload folder using huggingface_hub
7cd5972 verified
raw
history blame contribute delete
247 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="/mnt/petrelfs/tangzinan/LLaMA-Factory/saves/LLama3.1-8B/full/train_2024-12-03-21-04-03",
repo_id="Word2Li/LLaMA-3.1-8B-AGNews-SFT",
repo_type="model",
)