legalLLM / pushToHub.py
mehrdad-es's picture
Upload folder using huggingface_hub
7698833
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="./out/legalLLM-hf/",
repo_id="mehrdad-es/legalLLM",
repo_type="space"
)