asd
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def run_merge_and_push():
|
|
67 |
merged_model, tokenizer = merge_models()
|
68 |
|
69 |
# Push to Hugging Face Hub
|
70 |
-
hub_repo_name = "
|
71 |
push_to_hub(hub_repo_name)
|
72 |
|
73 |
return "Model merged and pushed to Hugging Face Hub successfully!"
|
|
|
67 |
merged_model, tokenizer = merge_models()
|
68 |
|
69 |
# Push to Hugging Face Hub
|
70 |
+
hub_repo_name = "NoaiGPT/mergedbatch1"
|
71 |
push_to_hub(hub_repo_name)
|
72 |
|
73 |
return "Model merged and pushed to Hugging Face Hub successfully!"
|