Spaces:
Sleeping
Sleeping
W&B disclaimer: point users to their own account, drop hardcoded entity URL
Browse files
train/job_train_single.py
CHANGED
|
@@ -254,7 +254,8 @@ def main() -> None:
|
|
| 254 |
f"System trained on → {SYSTEM_ID}\n"
|
| 255 |
f"Final model → https://huggingface.co/{PROFILE['hub_final_repo']}\n"
|
| 256 |
f"Checkpoints → https://huggingface.co/{PROFILE['hub_ckpt_repo']}\n"
|
| 257 |
-
|
|
|
|
| 258 |
flush=True,
|
| 259 |
)
|
| 260 |
|
|
|
|
| 254 |
f"System trained on → {SYSTEM_ID}\n"
|
| 255 |
f"Final model → https://huggingface.co/{PROFILE['hub_final_repo']}\n"
|
| 256 |
f"Checkpoints → https://huggingface.co/{PROFILE['hub_ckpt_repo']}\n"
|
| 257 |
+
"W&B project → check your own W&B account (the WANDB_API_KEY you set), "
|
| 258 |
+
"project 'physix-live'\n",
|
| 259 |
flush=True,
|
| 260 |
)
|
| 261 |
|