Femboyuwu2000
commited on
Commit
•
95ff6e0
1
Parent(s):
240ebb1
Training in progress, step 5860
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 +14 -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 +14 -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:4ad91b707f2a94834727ceb71bd3a19c5ea0a8aadc4a8033e002e78433d6c063
|
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:b772f4f50075588e503a2387b0c2fa6b709b6fd56b6f12b7a17ad1511e2d1afb
|
3 |
+
size 67081
|
wandb/debug-internal.log
CHANGED
@@ -4846,3 +4846,17 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
4846 |
2024-04-12 09:40:02,925 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
4847 |
2024-04-12 09:40:02,926 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
4848 |
2024-04-12 09:40:03,891 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4846 |
2024-04-12 09:40:02,925 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
4847 |
2024-04-12 09:40:02,926 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
4848 |
2024-04-12 09:40:03,891 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
|
4849 |
+
2024-04-12 09:40:05,892 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
4850 |
+
2024-04-12 09:40:07,672 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
4851 |
+
2024-04-12 09:40:12,672 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
4852 |
+
2024-04-12 09:40:15,275 DEBUG SenderThread:485 [sender.py:send():379] send: stats
|
4853 |
+
2024-04-12 09:40:17,128 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
4854 |
+
2024-04-12 09:40:17,401 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
4855 |
+
2024-04-12 09:40:17,402 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
4856 |
+
2024-04-12 09:40:18,495 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
4857 |
+
2024-04-12 09:40:23,496 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
4858 |
+
2024-04-12 09:40:25,164 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
|
4859 |
+
2024-04-12 09:40:25,165 DEBUG SenderThread:485 [sender.py:send():379] send: history
|
4860 |
+
2024-04-12 09:40:25,166 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
4861 |
+
2024-04-12 09:40:25,166 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
4862 |
+
2024-04-12 09:40:25,900 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
@@ -580,4 +580,6 @@
|
|
580 |
warnings.warn(
|
581 |
/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.
|
582 |
warnings.warn(
|
|
|
|
|
583 |
/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.
|
|
|
580 |
warnings.warn(
|
581 |
/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.
|
582 |
warnings.warn(
|
583 |
+
/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.
|
584 |
+
warnings.warn(
|
585 |
/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.5581, "train/grad_norm": 38.79692077636719, "train/learning_rate": 2.487952958026282e-05, "train/epoch": 0.47, "train/global_step": 5860, "_timestamp": 1712914825.1641073, "_runtime": 7180.65638923645, "_step": 292}
|
wandb/run-20240412_074044-widovcn3/logs/debug-internal.log
CHANGED
@@ -4846,3 +4846,17 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
4846 |
2024-04-12 09:40:02,925 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
4847 |
2024-04-12 09:40:02,926 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
4848 |
2024-04-12 09:40:03,891 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4846 |
2024-04-12 09:40:02,925 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
4847 |
2024-04-12 09:40:02,926 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
4848 |
2024-04-12 09:40:03,891 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
|
4849 |
+
2024-04-12 09:40:05,892 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
4850 |
+
2024-04-12 09:40:07,672 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
4851 |
+
2024-04-12 09:40:12,672 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
4852 |
+
2024-04-12 09:40:15,275 DEBUG SenderThread:485 [sender.py:send():379] send: stats
|
4853 |
+
2024-04-12 09:40:17,128 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
4854 |
+
2024-04-12 09:40:17,401 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
4855 |
+
2024-04-12 09:40:17,402 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
4856 |
+
2024-04-12 09:40:18,495 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
4857 |
+
2024-04-12 09:40:23,496 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
4858 |
+
2024-04-12 09:40:25,164 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
|
4859 |
+
2024-04-12 09:40:25,165 DEBUG SenderThread:485 [sender.py:send():379] send: history
|
4860 |
+
2024-04-12 09:40:25,166 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
4861 |
+
2024-04-12 09:40:25,166 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
4862 |
+
2024-04-12 09:40:25,900 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
|