laurentiubp commited on
Commit
399ba57
1 Parent(s): 2c3c20c

Delete .ipynb_checkpoints

Browse files
.ipynb_checkpoints/push-checkpoint.py DELETED
@@ -1,16 +0,0 @@
1
- from huggingface_hub import HfApi
2
-
3
- username = "catallama"
4
- MODEL_NAME = "checkpoint-4500"
5
-
6
- api = HfApi()
7
-
8
- api.create_repo(
9
- repo_id=f"{username}/{MODEL_NAME}",
10
- repo_type="model",
11
- private=True
12
- )
13
- api.upload_folder(
14
- repo_id=f"{username}/{MODEL_NAME}",
15
- folder_path=MODEL_NAME,
16
- )