Delete upload.py
Browse files
upload.py
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
from huggingface_hub import login, upload_folder
|
| 2 |
-
|
| 3 |
-
# (optional) Login with your Hugging Face credentials
|
| 4 |
-
login()
|
| 5 |
-
|
| 6 |
-
# Push your model files
|
| 7 |
-
upload_folder(folder_path=".", repo_id="Yewei-Liu/SHINE-ift_mqa_1qa", repo_type="model")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|