Femboyuwu2000
commited on
Commit
•
035607c
1
Parent(s):
c1f6e66
Training in progress, step 3220
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:8122bbd98f8227d974587a8804355e4be014bcbc039c6bbd9203a2ffe740d4c3
|
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:c11b8ed8ea5d14299e5539bd6bc96463de0f2864eed771465a8ab28dab5c3aa9
|
3 |
+
size 39229
|
wandb/debug-internal.log
CHANGED
@@ -2688,3 +2688,17 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
2688 |
2024-04-12 08:46:17,086 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
2689 |
2024-04-12 08:46:17,087 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
2690 |
2024-04-12 08:46:17,559 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2688 |
2024-04-12 08:46:17,086 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
2689 |
2024-04-12 08:46:17,087 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
2690 |
2024-04-12 08:46:17,559 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
|
2691 |
+
2024-04-12 08:46:20,560 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
2692 |
+
2024-04-12 08:46:22,821 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2693 |
+
2024-04-12 08:46:27,822 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2694 |
+
2024-04-12 08:46:31,769 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
2695 |
+
2024-04-12 08:46:31,769 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
2696 |
+
2024-04-12 08:46:31,783 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
2697 |
+
2024-04-12 08:46:33,800 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2698 |
+
2024-04-12 08:46:38,800 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2699 |
+
2024-04-12 08:46:43,075 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
|
2700 |
+
2024-04-12 08:46:43,076 DEBUG SenderThread:485 [sender.py:send():379] send: history
|
2701 |
+
2024-04-12 08:46:43,076 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
2702 |
+
2024-04-12 08:46:43,077 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
2703 |
+
2024-04-12 08:46:43,570 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
|
2704 |
+
2024-04-12 08:46:43,812 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
wandb/run-20240412_074044-widovcn3/files/output.log
CHANGED
@@ -316,4 +316,6 @@
|
|
316 |
warnings.warn(
|
317 |
/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.
|
318 |
warnings.warn(
|
|
|
|
|
319 |
/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.
|
|
|
316 |
warnings.warn(
|
317 |
/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.
|
318 |
warnings.warn(
|
319 |
+
/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.
|
320 |
+
warnings.warn(
|
321 |
/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.5054, "train/grad_norm": 32.61063003540039, "train/learning_rate": 2.8670049374545873e-05, "train/epoch": 0.26, "train/global_step": 3220, "_timestamp": 1712911603.0746808, "_runtime": 3958.5669627189636, "_step": 160}
|
wandb/run-20240412_074044-widovcn3/logs/debug-internal.log
CHANGED
@@ -2688,3 +2688,17 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
|
|
2688 |
2024-04-12 08:46:17,086 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
2689 |
2024-04-12 08:46:17,087 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
2690 |
2024-04-12 08:46:17,559 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2688 |
2024-04-12 08:46:17,086 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
2689 |
2024-04-12 08:46:17,087 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
2690 |
2024-04-12 08:46:17,559 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
|
2691 |
+
2024-04-12 08:46:20,560 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
|
2692 |
+
2024-04-12 08:46:22,821 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2693 |
+
2024-04-12 08:46:27,822 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2694 |
+
2024-04-12 08:46:31,769 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
|
2695 |
+
2024-04-12 08:46:31,769 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
|
2696 |
+
2024-04-12 08:46:31,783 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
|
2697 |
+
2024-04-12 08:46:33,800 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2698 |
+
2024-04-12 08:46:38,800 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|
2699 |
+
2024-04-12 08:46:43,075 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
|
2700 |
+
2024-04-12 08:46:43,076 DEBUG SenderThread:485 [sender.py:send():379] send: history
|
2701 |
+
2024-04-12 08:46:43,076 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
|
2702 |
+
2024-04-12 08:46:43,077 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
|
2703 |
+
2024-04-12 08:46:43,570 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
|
2704 |
+
2024-04-12 08:46:43,812 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
|