Femboyuwu2000 commited on
Commit
920f58f
1 Parent(s): 4419f9a

Training in progress, step 260

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:059ff3f5fc2664115eb878a279114b9e3a17a4729bf60b6d1f1c185acb6c86cb
3
  size 13982248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:522ee37b4985087ce98792cc977d563bbb4e264494f4c8b7e96a93bbf4fa1b5c
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:4ad0176cc865a278d194702d9aa6ec17658345c36f22b54267b76ef638277ac2
3
- size 7790
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9c4ef441751a48a3b26cfd18d959d3c9f6ab0c97f3c2a831555c904c1fdc1e3
3
+ size 8001
wandb/debug-internal.log CHANGED
@@ -264,3 +264,22 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
264
  2024-04-12 07:45:48,640 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
265
  2024-04-12 07:45:49,027 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
266
  2024-04-12 07:45:50,028 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  2024-04-12 07:45:48,640 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
265
  2024-04-12 07:45:49,027 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
266
  2024-04-12 07:45:50,028 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
267
+ 2024-04-12 07:45:52,334 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
268
+ 2024-04-12 07:45:57,334 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
269
+ 2024-04-12 07:46:01,040 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
270
+ 2024-04-12 07:46:01,041 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
271
+ 2024-04-12 07:46:01,042 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
272
+ 2024-04-12 07:46:03,170 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
273
+ 2024-04-12 07:46:08,171 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
274
+ 2024-04-12 07:46:13,173 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
275
+ 2024-04-12 07:46:15,026 DEBUG SenderThread:485 [sender.py:send():379] send: stats
276
+ 2024-04-12 07:46:16,040 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
277
+ 2024-04-12 07:46:16,040 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
278
+ 2024-04-12 07:46:16,041 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
279
+ 2024-04-12 07:46:16,643 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
280
+ 2024-04-12 07:46:16,644 DEBUG SenderThread:485 [sender.py:send():379] send: history
281
+ 2024-04-12 07:46:16,644 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
282
+ 2024-04-12 07:46:16,645 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
283
+ 2024-04-12 07:46:17,039 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
284
+ 2024-04-12 07:46:18,040 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
285
+ 2024-04-12 07:46:18,335 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
wandb/run-20240412_074044-widovcn3/files/output.log CHANGED
@@ -22,4 +22,6 @@
22
  warnings.warn(
23
  /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.
24
  warnings.warn(
 
 
25
  /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.
 
22
  warnings.warn(
23
  /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.
24
  warnings.warn(
25
+ /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.
26
+ warnings.warn(
27
  /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": 4.2839, "train/grad_norm": 35.7153434753418, "train/learning_rate": 1.2e-05, "train/epoch": 0.02, "train/global_step": 240, "_timestamp": 1712907948.6374013, "_runtime": 304.1296832561493, "_step": 11}
 
1
+ {"train/loss": 4.1238, "train/grad_norm": 91.47773742675781, "train/learning_rate": 1.3000000000000001e-05, "train/epoch": 0.02, "train/global_step": 260, "_timestamp": 1712907976.6427386, "_runtime": 332.13502049446106, "_step": 12}
wandb/run-20240412_074044-widovcn3/logs/debug-internal.log CHANGED
@@ -264,3 +264,22 @@ subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after
264
  2024-04-12 07:45:48,640 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
265
  2024-04-12 07:45:49,027 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
266
  2024-04-12 07:45:50,028 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  2024-04-12 07:45:48,640 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
265
  2024-04-12 07:45:49,027 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
266
  2024-04-12 07:45:50,028 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
267
+ 2024-04-12 07:45:52,334 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
268
+ 2024-04-12 07:45:57,334 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
269
+ 2024-04-12 07:46:01,040 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
270
+ 2024-04-12 07:46:01,041 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
271
+ 2024-04-12 07:46:01,042 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
272
+ 2024-04-12 07:46:03,170 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
273
+ 2024-04-12 07:46:08,171 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
274
+ 2024-04-12 07:46:13,173 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
275
+ 2024-04-12 07:46:15,026 DEBUG SenderThread:485 [sender.py:send():379] send: stats
276
+ 2024-04-12 07:46:16,040 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: internal_messages
277
+ 2024-04-12 07:46:16,040 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: stop_status
278
+ 2024-04-12 07:46:16,041 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: stop_status
279
+ 2024-04-12 07:46:16,643 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: partial_history
280
+ 2024-04-12 07:46:16,644 DEBUG SenderThread:485 [sender.py:send():379] send: history
281
+ 2024-04-12 07:46:16,644 DEBUG SenderThread:485 [sender.py:send_request():406] send_request: summary_record
282
+ 2024-04-12 07:46:16,645 INFO SenderThread:485 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end
283
+ 2024-04-12 07:46:17,039 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
284
+ 2024-04-12 07:46:18,040 INFO Thread-12 :485 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240412_074044-widovcn3/files/output.log
285
+ 2024-04-12 07:46:18,335 DEBUG HandlerThread:485 [handler.py:handle_request():146] handle_request: status_report
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