Femboyuwu2000
commited on
Commit
•
c368b1b
1
Parent(s):
006b30f
Training in progress, step 7280
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 +13 -0
- wandb/run-20240412_074044-widovcn3/files/output.log +2 -0
- wandb/run-20240412_074044-widovcn3/files/wandb-summary.json +1 -1
- wandb/run-20240412_074044-widovcn3/logs/debug-internal.log +13 -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:123f9b11eb741004e46d64c2d21cdfeaf23bc587c35d6e98b16f992e874668be
|
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:378aaeaf0a39350949b13e0231e1c701f0962770cc0b68dc8052c0bd8e2cdb82
|
3 |
+
size 82062
|
wandb/debug-internal.log
CHANGED
@@ -6003,3 +6003,16 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
6003 |
2024-04-12 10:08:48,638 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
|
6004 |
2024-04-12 10:08:49,134 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6005 |
2024-04-12 10:08:49,638 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6003 |
2024-04-12 10:08:48,638 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
|
6004 |
2024-04-12 10:08:49,134 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6005 |
2024-04-12 10:08:49,638 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
6006 |
+
2024-04-12 10:08:54,135 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6007 |
+
2024-04-12 10:08:59,136 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6008 |
+
2024-04-12 10:09:02,146 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
6009 |
+
2024-04-12 10:09:02,722 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
6010 |
+
2024-04-12 10:09:02,722 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
6011 |
+
2024-04-12 10:09:04,830 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6012 |
+
2024-04-12 10:09:09,831 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6013 |
+
2024-04-12 10:09:12,443 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
|
6014 |
+
2024-04-12 10:09:12,444 DEBUG SenderThread:485 [sender.py:send():379] send: history
|
6015 |
+
2024-04-12 10:09:12,445 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
6016 |
+
2024-04-12 10:09:12,445 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
6017 |
+
2024-04-12 10:09:12,647 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
|
6018 |
+
2024-04-12 10:09:13,647 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
wandb/run-20240412_074044-widovcn3/files/output.log
CHANGED
@@ -724,4 +724,6 @@
|
|
724 |
warnings.warn(
|
725 |
/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.
|
726 |
warnings.warn(
|
|
|
|
|
727 |
/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.
|
|
|
724 |
warnings.warn(
|
725 |
/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.
|
726 |
warnings.warn(
|
727 |
+
/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.
|
728 |
+
warnings.warn(
|
729 |
/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.3627, "train/grad_norm": 28.221229553222656, "train/learning_rate": 2.2046839071055436e-05, "train/epoch": 0.58, "train/global_step": 7280, "_timestamp": 1712916552.4428494, "_runtime": 8907.935131311417, "_step": 363}
|
wandb/run-20240412_074044-widovcn3/logs/debug-internal.log
CHANGED
@@ -6003,3 +6003,16 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
6003 |
2024-04-12 10:08:48,638 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
|
6004 |
2024-04-12 10:08:49,134 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6005 |
2024-04-12 10:08:49,638 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6003 |
2024-04-12 10:08:48,638 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
|
6004 |
2024-04-12 10:08:49,134 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6005 |
2024-04-12 10:08:49,638 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
6006 |
+
2024-04-12 10:08:54,135 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6007 |
+
2024-04-12 10:08:59,136 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6008 |
+
2024-04-12 10:09:02,146 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
6009 |
+
2024-04-12 10:09:02,722 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
6010 |
+
2024-04-12 10:09:02,722 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
6011 |
+
2024-04-12 10:09:04,830 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6012 |
+
2024-04-12 10:09:09,831 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
6013 |
+
2024-04-12 10:09:12,443 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
|
6014 |
+
2024-04-12 10:09:12,444 DEBUG SenderThread:485 [sender.py:send():379] send: history
|
6015 |
+
2024-04-12 10:09:12,445 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
6016 |
+
2024-04-12 10:09:12,445 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
6017 |
+
2024-04-12 10:09:12,647 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
|
6018 |
+
2024-04-12 10:09:13,647 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|