Upload create_dataset.py with huggingface_hub
Browse files- create_dataset.py +1 -1
create_dataset.py
CHANGED
|
@@ -82,7 +82,7 @@ def push_to_huggingface(train_files, test_files, hf_entity):
|
|
| 82 |
hf_url = f"https://huggingface.co/datasets/{repo_id}"
|
| 83 |
|
| 84 |
print(f"✅ Dataset uploaded: {dataset_name}")
|
| 85 |
-
print(f"🔗 Click to view: {hf_url}\n") # 👈 PRINTS THE LINK
|
| 86 |
|
| 87 |
dataset.push_to_hub(repo_id)
|
| 88 |
|
|
|
|
| 82 |
hf_url = f"https://huggingface.co/datasets/{repo_id}"
|
| 83 |
|
| 84 |
print(f"✅ Dataset uploaded: {dataset_name}")
|
| 85 |
+
# print(f"🔗 Click to view: {hf_url}\n") # 👈 PRINTS THE LINK
|
| 86 |
|
| 87 |
dataset.push_to_hub(repo_id)
|
| 88 |
|