Femboyuwu2000
commited on
Commit
•
3c45183
1
Parent(s):
571cf48
Training in progress, step 2920
Browse files- adapter_model.safetensors +1 -1
- runs/Apr12_07-40-41_e5a48bec8248/events.out.tfevents.1712907642.e5a48bec8248.443.0 +2 -2
- wandb/debug-internal.log +15 -0
- wandb/run-20240412_074044-widovcn3/files/output.log +4 -0
- wandb/run-20240412_074044-widovcn3/files/wandb-summary.json +1 -1
- wandb/run-20240412_074044-widovcn3/logs/debug-internal.log +15 -0
- wandb/run-20240412_074044-widovcn3/run-widovcn3.wandb +0 -0
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 13982248
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a6c16135c13b23b78a32406104d4f95e87d9791d1a272abfccfbd9fdb510426
|
3 |
size 13982248
|
runs/Apr12_07-40-41_e5a48bec8248/events.out.tfevents.1712907642.e5a48bec8248.443.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d7cb1a081228fe53616945e4d3de7484453eeb4373cfb3285f6c29a5b44eb69
|
3 |
+
size 36064
|
wandb/debug-internal.log
CHANGED
@@ -2438,3 +2438,18 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
2438 |
2024-04-12 08:40:01,777 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
2439 |
2024-04-12 08:40:01,778 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
2440 |
2024-04-12 08:40:01,781 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2438 |
2024-04-12 08:40:01,777 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
2439 |
2024-04-12 08:40:01,778 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
2440 |
2024-04-12 08:40:01,781 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
2441 |
+
2024-04-12 08:40:04,403 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
2442 |
+
2024-04-12 08:40:05,060 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2443 |
+
2024-04-12 08:40:10,061 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2444 |
+
2024-04-12 08:40:15,061 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2445 |
+
2024-04-12 08:40:15,150 DEBUG SenderThread:485 [sender.py:send():379] send: stats
|
2446 |
+
2024-04-12 08:40:16,765 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
2447 |
+
2024-04-12 08:40:16,765 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
2448 |
+
2024-04-12 08:40:16,780 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
2449 |
+
2024-04-12 08:40:20,854 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2450 |
+
2024-04-12 08:40:25,855 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2451 |
+
2024-04-12 08:40:26,264 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
|
2452 |
+
2024-04-12 08:40:26,265 DEBUG SenderThread:485 [sender.py:send():379] send: history
|
2453 |
+
2024-04-12 08:40:26,266 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
2454 |
+
2024-04-12 08:40:26,266 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
2455 |
+
2024-04-12 08:40:26,412 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/wandb-summary.json
|
wandb/run-20240412_074044-widovcn3/files/output.log
CHANGED
@@ -286,4 +286,8 @@
|
|
286 |
warnings.warn(
|
287 |
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
|
288 |
warnings.warn(
|
|
|
|
|
|
|
|
|
289 |
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
|
|
|
286 |
warnings.warn(
|
287 |
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
|
288 |
warnings.warn(
|
289 |
+
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
|
290 |
+
warnings.warn(
|
291 |
+
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
|
292 |
+
warnings.warn(
|
293 |
/opt/conda/lib/python3.10/site-packages/torch/utils/checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
|
wandb/run-20240412_074044-widovcn3/files/wandb-summary.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"train/loss": 3.
|
|
|
1 |
+
{"train/loss": 3.5748, "train/grad_norm": 31.303403854370117, "train/learning_rate": 2.8953789174920795e-05, "train/epoch": 0.23, "train/global_step": 2920, "_timestamp": 1712911226.263947, "_runtime": 3581.7562289237976, "_step": 145}
|
wandb/run-20240412_074044-widovcn3/logs/debug-internal.log
CHANGED
@@ -2438,3 +2438,18 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
2438 |
2024-04-12 08:40:01,777 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
2439 |
2024-04-12 08:40:01,778 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
2440 |
2024-04-12 08:40:01,781 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2438 |
2024-04-12 08:40:01,777 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
2439 |
2024-04-12 08:40:01,778 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
2440 |
2024-04-12 08:40:01,781 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
2441 |
+
2024-04-12 08:40:04,403 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
2442 |
+
2024-04-12 08:40:05,060 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2443 |
+
2024-04-12 08:40:10,061 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2444 |
+
2024-04-12 08:40:15,061 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2445 |
+
2024-04-12 08:40:15,150 DEBUG SenderThread:485 [sender.py:send():379] send: stats
|
2446 |
+
2024-04-12 08:40:16,765 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
2447 |
+
2024-04-12 08:40:16,765 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
2448 |
+
2024-04-12 08:40:16,780 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
2449 |
+
2024-04-12 08:40:20,854 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2450 |
+
2024-04-12 08:40:25,855 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2451 |
+
2024-04-12 08:40:26,264 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
|
2452 |
+
2024-04-12 08:40:26,265 DEBUG SenderThread:485 [sender.py:send():379] send: history
|
2453 |
+
2024-04-12 08:40:26,266 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
2454 |
+
2024-04-12 08:40:26,266 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
2455 |
+
2024-04-12 08:40:26,412 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/wandb-summary.json
|
wandb/run-20240412_074044-widovcn3/run-widovcn3.wandb
CHANGED
Binary files a/wandb/run-20240412_074044-widovcn3/run-widovcn3.wandb and b/wandb/run-20240412_074044-widovcn3/run-widovcn3.wandb differ
|
|