Auto upload zain 2026-08-14T20:43:33.111422 (part 4)
Browse files- .gitattributes +2 -0
- zain/Activation/out/mlp-waleed10-9L_run/config.json +36 -0
- zain/Activation/out/mlp-waleed10-9L_run/model.safetensors +3 -0
- zain/Activation/out/mlp-waleed10-9L_run/tokenizer.json +0 -0
- zain/Activation/out/mlp-waleed10-9L_run/tokenizer_config.json +13 -0
- zain/Activation/out/mlp-waleed10-9L_run/training_args.bin +3 -0
- zain/Activation/out/mlp-waleed10-9L_run/training_log.jsonl +7 -0
- zain/Activation/wandb/debug-internal.log +39 -11
- zain/Activation/wandb/debug.log +18 -19
- zain/Activation/wandb/run-20260814_200425-npumf6lz/logs/debug-core.log +7 -0
- zain/Activation/wandb/run-20260814_201615-w8mr4w6k/logs/debug-core.log +7 -0
- zain/Activation/wandb/run-20260814_202806-g2ch84q3/files/config.yaml +439 -0
- zain/Activation/wandb/run-20260814_202806-g2ch84q3/files/output.log +19 -1
- zain/Activation/wandb/run-20260814_202806-g2ch84q3/files/wandb-summary.json +1 -0
- zain/Activation/wandb/run-20260814_202806-g2ch84q3/logs/debug-core.log +7 -0
- zain/Activation/wandb/run-20260814_202806-g2ch84q3/logs/debug-internal.log +18 -0
- zain/Activation/wandb/run-20260814_202806-g2ch84q3/logs/debug.log +5 -0
- zain/Activation/wandb/run-20260814_202806-g2ch84q3/run-g2ch84q3.wandb +2 -2
- zain/Activation/wandb/run-20260814_203803-7p5140bq/files/output.log +82 -1
- zain/Activation/wandb/run-20260814_203803-7p5140bq/logs/debug-internal.log +42 -0
- zain/Activation/wandb/run-20260814_203803-7p5140bq/run-7p5140bq.wandb +0 -0
- zain/Activation/wandb/run-20260814_203945-j86czemo/files/output.log +33 -0
- zain/Activation/wandb/run-20260814_203945-j86czemo/files/requirements.txt +149 -0
- zain/Activation/wandb/run-20260814_203945-j86czemo/files/wandb-metadata.json +101 -0
- zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug-core.log +28 -0
- zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug-internal.log +39 -0
- zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug.log +19 -0
- zain/Activation/wandb/run-20260814_203945-j86czemo/run-j86czemo.wandb +3 -0
.gitattributes
CHANGED
|
@@ -48,3 +48,5 @@ zain/Activation/wandb/run-20260814_200503-bdhnr27j/run-bdhnr27j.wandb filter=lfs
|
|
| 48 |
zain/Activation/wandb/run-20260814_201615-w8mr4w6k/run-w8mr4w6k.wandb filter=lfs diff=lfs merge=lfs -text
|
| 49 |
zain/Activation/wandb/run-20260814_202128-twgo1e89/run-twgo1e89.wandb filter=lfs diff=lfs merge=lfs -text
|
| 50 |
zain/Activation/wandb/run-20260814_202806-g2ch84q3/run-g2ch84q3.wandb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 48 |
zain/Activation/wandb/run-20260814_201615-w8mr4w6k/run-w8mr4w6k.wandb filter=lfs diff=lfs merge=lfs -text
|
| 49 |
zain/Activation/wandb/run-20260814_202128-twgo1e89/run-twgo1e89.wandb filter=lfs diff=lfs merge=lfs -text
|
| 50 |
zain/Activation/wandb/run-20260814_202806-g2ch84q3/run-g2ch84q3.wandb filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
zain/Activation/wandb/run-20260814_203803-7p5140bq/run-7p5140bq.wandb filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
zain/Activation/wandb/run-20260814_203945-j86czemo/run-j86czemo.wandb filter=lfs diff=lfs merge=lfs -text
|
zain/Activation/out/mlp-waleed10-9L_run/config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation": "waleed10",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"TinyLlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 1,
|
| 9 |
+
"dtype": "bfloat16",
|
| 10 |
+
"eos_token_id": 2,
|
| 11 |
+
"head_dim": 32,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 128,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 256,
|
| 16 |
+
"max_position_embeddings": 512,
|
| 17 |
+
"mlp_bias": false,
|
| 18 |
+
"mlp_type": "mlp",
|
| 19 |
+
"model_type": "tiny_llama",
|
| 20 |
+
"num_attention_heads": 4,
|
| 21 |
+
"num_hidden_layers": 9,
|
| 22 |
+
"num_key_value_heads": 4,
|
| 23 |
+
"pad_token_id": 0,
|
| 24 |
+
"pretraining_tp": 1,
|
| 25 |
+
"rms_norm_eps": 1e-06,
|
| 26 |
+
"rope_parameters": {
|
| 27 |
+
"rope_theta": 10000.0,
|
| 28 |
+
"rope_type": "default"
|
| 29 |
+
},
|
| 30 |
+
"tie_word_embeddings": true,
|
| 31 |
+
"tokenizer_name": "w-ahmad/tiny-stories-tokenizer",
|
| 32 |
+
"transformers_version": "5.16.0.dev0",
|
| 33 |
+
"use_cache": false,
|
| 34 |
+
"vocab_size": 4096,
|
| 35 |
+
"waleed_beta": 10.0
|
| 36 |
+
}
|
zain/Activation/out/mlp-waleed10-9L_run/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f2b230a08f5bc03bac3d5730be00f65d1714089fc0d0e7cc13b806564e116d8
|
| 3 |
+
size 4010544
|
zain/Activation/out/mlp-waleed10-9L_run/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
zain/Activation/out/mlp-waleed10-9L_run/tokenizer_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": "<|endoftext|>",
|
| 5 |
+
"eos_token": "<|endoftext|>",
|
| 6 |
+
"errors": "replace",
|
| 7 |
+
"is_local": false,
|
| 8 |
+
"local_files_only": false,
|
| 9 |
+
"model_max_length": 1024,
|
| 10 |
+
"pad_token": "<|endoftext|>",
|
| 11 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 12 |
+
"unk_token": "<|endoftext|>"
|
| 13 |
+
}
|
zain/Activation/out/mlp-waleed10-9L_run/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e619779e59dc19818520b0351cd8871bdc29ee6df9cd5004d2bf8cc1836e250e
|
| 3 |
+
size 4920
|
zain/Activation/out/mlp-waleed10-9L_run/training_log.jsonl
CHANGED
|
@@ -44,3 +44,10 @@
|
|
| 44 |
{"step": 880, "epoch": 0.4743935309973046, "timestamp": 1786739883.5160599, "loss": 2.68295841217041, "grad_norm": 1.140625, "learning_rate": 0.001, "train/total_time_seconds": 263.4235079474747, "train/time_per_step_avg": 0.2746262482553721, "train/epoch_time_elapsed": 596.1756766997278, "train/estimated_remaining_minutes": 0.5986897907897153}
|
| 45 |
{"step": 900, "epoch": 0.48517520215633425, "timestamp": 1786739897.1374428, "loss": 2.6740900039672852, "grad_norm": 0.82421875, "learning_rate": 0.001, "train/total_time_seconds": 269.418474663049, "train/time_per_step_avg": 0.28068523917347193, "train/epoch_time_elapsed": 609.7970554046333, "train/estimated_remaining_minutes": 0.4989231012278685}
|
| 46 |
{"step": 920, "epoch": 0.49595687331536387, "timestamp": 1786739910.96125, "loss": 2.6633071899414062, "grad_norm": 0.71875, "learning_rate": 0.001, "train/total_time_seconds": 275.5517046675086, "train/time_per_step_avg": 0.28259021110832694, "train/epoch_time_elapsed": 623.6208665408194, "train/estimated_remaining_minutes": 0.39935029661957766}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
{"step": 880, "epoch": 0.4743935309973046, "timestamp": 1786739883.5160599, "loss": 2.68295841217041, "grad_norm": 1.140625, "learning_rate": 0.001, "train/total_time_seconds": 263.4235079474747, "train/time_per_step_avg": 0.2746262482553721, "train/epoch_time_elapsed": 596.1756766997278, "train/estimated_remaining_minutes": 0.5986897907897153}
|
| 45 |
{"step": 900, "epoch": 0.48517520215633425, "timestamp": 1786739897.1374428, "loss": 2.6740900039672852, "grad_norm": 0.82421875, "learning_rate": 0.001, "train/total_time_seconds": 269.418474663049, "train/time_per_step_avg": 0.28068523917347193, "train/epoch_time_elapsed": 609.7970554046333, "train/estimated_remaining_minutes": 0.4989231012278685}
|
| 46 |
{"step": 920, "epoch": 0.49595687331536387, "timestamp": 1786739910.96125, "loss": 2.6633071899414062, "grad_norm": 0.71875, "learning_rate": 0.001, "train/total_time_seconds": 275.5517046675086, "train/time_per_step_avg": 0.28259021110832694, "train/epoch_time_elapsed": 623.6208665408194, "train/estimated_remaining_minutes": 0.39935029661957766}
|
| 47 |
+
{"step": 940, "epoch": 0.5067385444743935, "timestamp": 1786739924.6428165, "loss": 2.6555158615112306, "grad_norm": 0.63671875, "learning_rate": 0.001, "train/total_time_seconds": 281.58670626580715, "train/time_per_step_avg": 0.29087681483477357, "train/epoch_time_elapsed": 637.302432730794, "train/estimated_remaining_minutes": 0.29956032581468844}
|
| 48 |
+
{"step": 960, "epoch": 0.5175202156334232, "timestamp": 1786739938.3910303, "loss": 2.6521677017211913, "grad_norm": 0.98046875, "learning_rate": 0.001, "train/total_time_seconds": 287.67976446822286, "train/time_per_step_avg": 0.2981896402314305, "train/epoch_time_elapsed": 651.0506465211511, "train/estimated_remaining_minutes": 0.19977761421404364}
|
| 49 |
+
{"step": 980, "epoch": 0.5283018867924528, "timestamp": 1786739952.1133928, "loss": 2.6380289077758787, "grad_norm": 0.859375, "learning_rate": 0.001, "train/total_time_seconds": 293.7678536660969, "train/time_per_step_avg": 0.30344345718622207, "train/epoch_time_elapsed": 664.7730091884732, "train/estimated_remaining_minutes": 0.09992103866193773}
|
| 50 |
+
{"step": 1000, "epoch": 0.5390835579514824, "timestamp": 1786739965.7814448, "loss": 2.6369375228881835, "grad_norm": 1.0390625, "learning_rate": 0.001, "train/total_time_seconds": 299.73355290293694, "train/time_per_step_avg": 0.30315078239887955, "train/epoch_time_elapsed": 678.4410613812506, "train/estimated_remaining_minutes": 0.0}
|
| 51 |
+
{"step": 1000, "epoch": 0.5390835579514824, "timestamp": 1786739974.9520266, "eval_loss": 2.6366770267486572, "eval_runtime": 9.1687, "eval_samples_per_second": 1039.073, "eval_steps_per_second": 2.072, "train/total_time_seconds": 299.73355290293694, "train/time_per_step_avg": 0.30315078239887955, "train/epoch_time_elapsed": 687.6116429083049, "train/estimated_remaining_minutes": 0.0}
|
| 52 |
+
{"step": 1000, "epoch": 0.5390835579514824, "timestamp": 1786739975.0022418, "train_runtime": 688.4499, "train_samples_per_second": 743.7, "train_steps_per_second": 1.453, "total_flos": 2323107545088000.0, "train_loss": 3.3107347106933593, "train/total_time_seconds": 299.73355290293694, "train/time_per_step_avg": 0.30315078239887955, "train/epoch_time_elapsed": 687.6618567891419, "train/estimated_remaining_minutes": 0.0}
|
| 53 |
+
{"step": 1000, "epoch": 0.5390835579514824, "timestamp": 1786739983.9396794, "eval_loss": 2.6366770267486572, "eval_runtime": 8.9348, "eval_samples_per_second": 1066.275, "eval_steps_per_second": 2.127, "train/total_time_seconds": 299.73355290293694, "train/time_per_step_avg": 0.30315078239887955, "train/epoch_time_elapsed": 696.5992951057851, "train/estimated_remaining_minutes": 0.0}
|
zain/Activation/wandb/debug-internal.log
CHANGED
|
@@ -1,11 +1,39 @@
|
|
| 1 |
-
{"time":"2026-08-14T20:
|
| 2 |
-
{"time":"2026-08-14T20:
|
| 3 |
-
{"time":"2026-08-14T20:
|
| 4 |
-
{"time":"2026-08-14T20:
|
| 5 |
-
{"time":"2026-08-14T20:
|
| 6 |
-
{"time":"2026-08-14T20:
|
| 7 |
-
{"time":"2026-08-14T20:
|
| 8 |
-
{"time":"2026-08-14T20:
|
| 9 |
-
{"time":"2026-08-14T20:
|
| 10 |
-
{"time":"2026-08-14T20:
|
| 11 |
-
{"time":"2026-08-14T20:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-08-14T20:39:45.020404854Z","level":"INFO","msg":"wandb-core"}
|
| 2 |
+
{"time":"2026-08-14T20:39:45.020535959Z","level":"INFO","msg":"stream: starting","core version":"0.28.1"}
|
| 3 |
+
{"time":"2026-08-14T20:39:45.279239855Z","level":"INFO","msg":"stream: created new stream","id":"j86czemo"}
|
| 4 |
+
{"time":"2026-08-14T20:39:45.279331465Z","level":"INFO","msg":"handler: started"}
|
| 5 |
+
{"time":"2026-08-14T20:39:45.27940313Z","level":"INFO","msg":"stream: started"}
|
| 6 |
+
{"time":"2026-08-14T20:39:45.279417021Z","level":"INFO","msg":"writer: started","stream_id":"j86czemo"}
|
| 7 |
+
{"time":"2026-08-14T20:39:45.279439783Z","level":"INFO","msg":"sender: started"}
|
| 8 |
+
{"time":"2026-08-14T20:39:45.743788117Z","level":"INFO","msg":"filestream: sending request","total_files":1,"console_offset":0,"console_lines":1}
|
| 9 |
+
{"time":"2026-08-14T20:39:45.85449847Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 10 |
+
{"time":"2026-08-14T20:40:00.74416275Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":1,"events_offset":0,"events_lines":1,"console_offset":0,"console_lines":2,"uploaded_len":2}
|
| 11 |
+
{"time":"2026-08-14T20:40:00.977965075Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 12 |
+
{"time":"2026-08-14T20:40:15.744587204Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1,"history_lines":1,"events_offset":1,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 13 |
+
{"time":"2026-08-14T20:40:15.928506721Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 14 |
+
{"time":"2026-08-14T20:40:30.743869324Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":2,"history_lines":1,"events_offset":3,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 15 |
+
{"time":"2026-08-14T20:40:30.917560257Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 16 |
+
{"time":"2026-08-14T20:40:45.744229552Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":3,"history_lines":1,"events_offset":5,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 17 |
+
{"time":"2026-08-14T20:40:45.875347202Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 18 |
+
{"time":"2026-08-14T20:41:00.744908115Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":4,"history_lines":1,"events_offset":7,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 19 |
+
{"time":"2026-08-14T20:41:00.918429764Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 20 |
+
{"time":"2026-08-14T20:41:15.744313716Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":5,"history_lines":1,"events_offset":9,"events_lines":2,"console_offset":2,"console_lines":10}
|
| 21 |
+
{"time":"2026-08-14T20:41:15.966956122Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 22 |
+
{"time":"2026-08-14T20:41:30.744909744Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":6,"history_lines":1,"events_offset":11,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 23 |
+
{"time":"2026-08-14T20:41:30.903737277Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 24 |
+
{"time":"2026-08-14T20:41:45.744811784Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":7,"history_lines":1,"events_offset":13,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 25 |
+
{"time":"2026-08-14T20:41:45.881876523Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 26 |
+
{"time":"2026-08-14T20:42:00.744201973Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":8,"history_lines":1,"events_offset":15,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 27 |
+
{"time":"2026-08-14T20:42:00.896435129Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 28 |
+
{"time":"2026-08-14T20:42:15.743927337Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":9,"history_lines":1,"events_offset":17,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 29 |
+
{"time":"2026-08-14T20:42:15.934416786Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 30 |
+
{"time":"2026-08-14T20:42:30.744737861Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":10,"history_lines":1,"events_offset":19,"events_lines":2,"console_offset":12,"console_lines":10}
|
| 31 |
+
{"time":"2026-08-14T20:42:30.892376698Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 32 |
+
{"time":"2026-08-14T20:42:45.744822111Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":11,"history_lines":2,"events_offset":21,"events_lines":2,"console_offset":20,"console_lines":1}
|
| 33 |
+
{"time":"2026-08-14T20:42:45.971531834Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 34 |
+
{"time":"2026-08-14T20:43:00.744614977Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":13,"history_lines":1,"events_offset":23,"events_lines":2,"console_offset":20,"console_lines":1}
|
| 35 |
+
{"time":"2026-08-14T20:43:00.949080571Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 36 |
+
{"time":"2026-08-14T20:43:15.745651796Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":14,"history_lines":1,"events_offset":25,"events_lines":2,"console_offset":20,"console_lines":1}
|
| 37 |
+
{"time":"2026-08-14T20:43:15.911365748Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 38 |
+
{"time":"2026-08-14T20:43:30.744257431Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":15,"history_lines":1,"events_offset":27,"events_lines":2,"console_offset":22,"console_lines":10}
|
| 39 |
+
{"time":"2026-08-14T20:43:30.956144577Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
zain/Activation/wandb/debug.log
CHANGED
|
@@ -1,20 +1,19 @@
|
|
| 1 |
-
2026-08-14 20:
|
| 2 |
-
2026-08-14 20:
|
| 3 |
-
2026-08-14 20:
|
| 4 |
-
2026-08-14 20:
|
| 5 |
config: {'_wandb': {}}
|
| 6 |
-
2026-08-14 20:
|
| 7 |
-
2026-08-14 20:
|
| 8 |
-
2026-08-14 20:
|
| 9 |
-
2026-08-14 20:
|
| 10 |
-
2026-08-14 20:
|
| 11 |
-
2026-08-14 20:
|
| 12 |
-
2026-08-14 20:
|
| 13 |
-
2026-08-14 20:
|
| 14 |
-
2026-08-14 20:
|
| 15 |
-
2026-08-14 20:
|
| 16 |
-
2026-08-14 20:
|
| 17 |
-
2026-08-14 20:
|
| 18 |
-
2026-08-14 20:
|
| 19 |
-
2026-08-14 20:
|
| 20 |
-
2026-08-14 20:38:04,172 INFO MainThread:171901 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 16934016 None
|
|
|
|
| 1 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:setup_run_log_directory():729] Logging user logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug.log
|
| 2 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:setup_run_log_directory():730] Logging internal logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug-internal.log
|
| 3 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:init():772] calling init triggers
|
| 4 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:init():777] wandb.init called with sweep_config: {}
|
| 5 |
config: {'_wandb': {}}
|
| 6 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:init():820] starting backend
|
| 7 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:init():835] sending inform_init request
|
| 8 |
+
2026-08-14 20:39:45,279 INFO MainThread:409188 [wandb_init.py:init():840] backend started and connected
|
| 9 |
+
2026-08-14 20:39:45,280 INFO MainThread:409188 [wandb_init.py:init():910] updated telemetry
|
| 10 |
+
2026-08-14 20:39:45,287 INFO MainThread:409188 [wandb_init.py:init():933] communicating run to backend with 90.0 second timeout
|
| 11 |
+
2026-08-14 20:39:45,662 INFO MainThread:409188 [wandb_init.py:init():978] starting run threads in backend
|
| 12 |
+
2026-08-14 20:39:45,738 INFO MainThread:409188 [wandb_run.py:_console_start():2621] atexit reg
|
| 13 |
+
2026-08-14 20:39:45,738 INFO MainThread:409188 [wandb_run.py:_redirect():2471] redirect: wrap_raw
|
| 14 |
+
2026-08-14 20:39:45,738 INFO MainThread:409188 [wandb_run.py:_redirect():2540] Wrapping output streams.
|
| 15 |
+
2026-08-14 20:39:45,738 INFO MainThread:409188 [wandb_run.py:_redirect():2563] Redirects installed.
|
| 16 |
+
2026-08-14 20:39:45,739 INFO MainThread:409188 [wandb_init.py:init():1016] run started, returning control to user process
|
| 17 |
+
2026-08-14 20:39:45,740 INFO MainThread:409188 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 9, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'mlp', 'activation': 'silu-waleed10', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/mlp-silu-waleed10-9L_run', 'per_device_train_batch_size': 512, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.001, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-mlp-silu-waleed10-9L-2.0M-20260814-203944', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 60000, 'eval_delay': 0, 'per_device_eval_batch_size': 512, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 100, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/A-mlp-silu-waleed10-9L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 18 |
+
2026-08-14 20:39:45,742 INFO MainThread:409188 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 2001280 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x153f4a14ab50>>
|
| 19 |
+
2026-08-14 20:39:45,742 INFO MainThread:409188 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 2001280 None
|
|
|
zain/Activation/wandb/run-20260814_200425-npumf6lz/logs/debug-core.log
CHANGED
|
@@ -19,3 +19,10 @@
|
|
| 19 |
{"time":"2026-08-14T20:28:06.637357786Z","level":"INFO","msg":"handleInformInit: received","streamId":"g2ch84q3","id":"1(@)"}
|
| 20 |
{"time":"2026-08-14T20:28:06.894723818Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"g2ch84q3","id":"1(@)"}
|
| 21 |
{"time":"2026-08-14T20:28:12.337494383Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
{"time":"2026-08-14T20:28:06.637357786Z","level":"INFO","msg":"handleInformInit: received","streamId":"g2ch84q3","id":"1(@)"}
|
| 20 |
{"time":"2026-08-14T20:28:06.894723818Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"g2ch84q3","id":"1(@)"}
|
| 21 |
{"time":"2026-08-14T20:28:12.337494383Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 22 |
+
{"time":"2026-08-14T20:39:43.955226503Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 23 |
+
{"time":"2026-08-14T20:39:44.505666869Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 24 |
+
{"time":"2026-08-14T20:39:44.507136651Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"g2ch84q3","id":"1(@)"}
|
| 25 |
+
{"time":"2026-08-14T20:39:44.507897996Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"g2ch84q3","id":"1(@)"}
|
| 26 |
+
{"time":"2026-08-14T20:39:45.020279672Z","level":"INFO","msg":"handleInformInit: received","streamId":"j86czemo","id":"1(@)"}
|
| 27 |
+
{"time":"2026-08-14T20:39:45.27941156Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"j86czemo","id":"1(@)"}
|
| 28 |
+
{"time":"2026-08-14T20:39:50.74200388Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ibw5o8e0zw49"}
|
zain/Activation/wandb/run-20260814_201615-w8mr4w6k/logs/debug-core.log
CHANGED
|
@@ -19,3 +19,10 @@
|
|
| 19 |
{"time":"2026-08-14T20:28:06.637357786Z","level":"INFO","msg":"handleInformInit: received","streamId":"g2ch84q3","id":"1(@)"}
|
| 20 |
{"time":"2026-08-14T20:28:06.894723818Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"g2ch84q3","id":"1(@)"}
|
| 21 |
{"time":"2026-08-14T20:28:12.337494383Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
{"time":"2026-08-14T20:28:06.637357786Z","level":"INFO","msg":"handleInformInit: received","streamId":"g2ch84q3","id":"1(@)"}
|
| 20 |
{"time":"2026-08-14T20:28:06.894723818Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"g2ch84q3","id":"1(@)"}
|
| 21 |
{"time":"2026-08-14T20:28:12.337494383Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 22 |
+
{"time":"2026-08-14T20:39:43.955226503Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 23 |
+
{"time":"2026-08-14T20:39:44.505666869Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 24 |
+
{"time":"2026-08-14T20:39:44.507136651Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"g2ch84q3","id":"1(@)"}
|
| 25 |
+
{"time":"2026-08-14T20:39:44.507897996Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"g2ch84q3","id":"1(@)"}
|
| 26 |
+
{"time":"2026-08-14T20:39:45.020279672Z","level":"INFO","msg":"handleInformInit: received","streamId":"j86czemo","id":"1(@)"}
|
| 27 |
+
{"time":"2026-08-14T20:39:45.27941156Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"j86czemo","id":"1(@)"}
|
| 28 |
+
{"time":"2026-08-14T20:39:50.74200388Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ibw5o8e0zw49"}
|
zain/Activation/wandb/run-20260814_202806-g2ch84q3/files/config.yaml
ADDED
|
@@ -0,0 +1,439 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_name_or_path:
|
| 2 |
+
value: ""
|
| 3 |
+
_wandb:
|
| 4 |
+
value:
|
| 5 |
+
cli_version: 0.28.1
|
| 6 |
+
e:
|
| 7 |
+
xs4pfgh48fmwfr7akyadjs1xiecxnuk9:
|
| 8 |
+
args:
|
| 9 |
+
- --config
|
| 10 |
+
- /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/configs/baseline.yaml
|
| 11 |
+
- --variants
|
| 12 |
+
- glu-waleed10
|
| 13 |
+
- glu-silu-waleed10
|
| 14 |
+
- mlp-waleed10
|
| 15 |
+
- mlp-silu-waleed10
|
| 16 |
+
- glu-waleed
|
| 17 |
+
- glu-situglu_low
|
| 18 |
+
- glu-waleedglu_low
|
| 19 |
+
codePath: sweep.py
|
| 20 |
+
codePathLocal: sweep.py
|
| 21 |
+
cpu_count: 112
|
| 22 |
+
cpu_count_logical: 224
|
| 23 |
+
cudaVersion: "12.4"
|
| 24 |
+
disk:
|
| 25 |
+
/:
|
| 26 |
+
total: "1560765693952"
|
| 27 |
+
used: "696174620672"
|
| 28 |
+
email: deepnevro@gmail.com
|
| 29 |
+
executable: /mnt/data/zainulabideen/zain-exp/notebooks/my_env/bin/python
|
| 30 |
+
git:
|
| 31 |
+
commit: 3fb47c6943d6927eafc39bd399a3d3a520bae74a
|
| 32 |
+
remote: https://github.com/w-ahmad1a10/Activation.git
|
| 33 |
+
gpu: NVIDIA H100 80GB HBM3
|
| 34 |
+
gpu_count: 8
|
| 35 |
+
gpu_nvidia:
|
| 36 |
+
- architecture: Hopper
|
| 37 |
+
cudaCores: 16896
|
| 38 |
+
memoryTotal: "85520809984"
|
| 39 |
+
name: NVIDIA H100 80GB HBM3
|
| 40 |
+
uuid: GPU-39c684a5-fde6-83d7-1663-0859795881ae
|
| 41 |
+
- architecture: Hopper
|
| 42 |
+
cudaCores: 16896
|
| 43 |
+
memoryTotal: "85520809984"
|
| 44 |
+
name: NVIDIA H100 80GB HBM3
|
| 45 |
+
uuid: GPU-68012e5a-38b6-b643-0ca6-62fb66720bf3
|
| 46 |
+
- architecture: Hopper
|
| 47 |
+
cudaCores: 16896
|
| 48 |
+
memoryTotal: "85520809984"
|
| 49 |
+
name: NVIDIA H100 80GB HBM3
|
| 50 |
+
uuid: GPU-132944c4-b689-2b5f-89a4-d730401677ab
|
| 51 |
+
- architecture: Hopper
|
| 52 |
+
cudaCores: 16896
|
| 53 |
+
memoryTotal: "85520809984"
|
| 54 |
+
name: NVIDIA H100 80GB HBM3
|
| 55 |
+
uuid: GPU-2df386cc-6d26-d0e2-7a2d-a057b0d95864
|
| 56 |
+
- architecture: Hopper
|
| 57 |
+
cudaCores: 16896
|
| 58 |
+
memoryTotal: "85520809984"
|
| 59 |
+
name: NVIDIA H100 80GB HBM3
|
| 60 |
+
uuid: GPU-bfa16575-1d94-1aa2-4537-2c93433f42ef
|
| 61 |
+
- architecture: Hopper
|
| 62 |
+
cudaCores: 16896
|
| 63 |
+
memoryTotal: "85520809984"
|
| 64 |
+
name: NVIDIA H100 80GB HBM3
|
| 65 |
+
uuid: GPU-bc6c3e3c-9b90-09ca-c034-774961847c54
|
| 66 |
+
- architecture: Hopper
|
| 67 |
+
cudaCores: 16896
|
| 68 |
+
memoryTotal: "85520809984"
|
| 69 |
+
name: NVIDIA H100 80GB HBM3
|
| 70 |
+
uuid: GPU-00a441e1-7c95-e7d6-4c35-43d6b291aea9
|
| 71 |
+
- architecture: Hopper
|
| 72 |
+
cudaCores: 16896
|
| 73 |
+
memoryTotal: "85520809984"
|
| 74 |
+
name: NVIDIA H100 80GB HBM3
|
| 75 |
+
uuid: GPU-1c4d29a2-4647-6fce-d8fc-0c5ecfbbd6ea
|
| 76 |
+
host: deeplens-k3s-node1
|
| 77 |
+
memory:
|
| 78 |
+
total: "2164089937920"
|
| 79 |
+
os: Linux-5.15.0-126-generic-x86_64-with-glibc2.35
|
| 80 |
+
program: /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/sweep.py
|
| 81 |
+
python: CPython 3.11.15
|
| 82 |
+
root: /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation
|
| 83 |
+
startedAt: "2026-08-14T20:28:06.635059Z"
|
| 84 |
+
writerId: xs4pfgh48fmwfr7akyadjs1xiecxnuk9
|
| 85 |
+
m:
|
| 86 |
+
- "1": train/global_step
|
| 87 |
+
"6":
|
| 88 |
+
- 3
|
| 89 |
+
"7": []
|
| 90 |
+
- "2": '*'
|
| 91 |
+
"5": 1
|
| 92 |
+
"6":
|
| 93 |
+
- 1
|
| 94 |
+
"7": []
|
| 95 |
+
python_version: 3.11.15
|
| 96 |
+
t:
|
| 97 |
+
"1":
|
| 98 |
+
- 1
|
| 99 |
+
- 5
|
| 100 |
+
- 11
|
| 101 |
+
- 41
|
| 102 |
+
- 49
|
| 103 |
+
- 51
|
| 104 |
+
- 53
|
| 105 |
+
- 71
|
| 106 |
+
"2":
|
| 107 |
+
- 1
|
| 108 |
+
- 5
|
| 109 |
+
- 11
|
| 110 |
+
- 41
|
| 111 |
+
- 49
|
| 112 |
+
- 51
|
| 113 |
+
- 53
|
| 114 |
+
- 71
|
| 115 |
+
"3":
|
| 116 |
+
- 2
|
| 117 |
+
- 7
|
| 118 |
+
- 13
|
| 119 |
+
- 19
|
| 120 |
+
- 62
|
| 121 |
+
- 66
|
| 122 |
+
"4": 3.11.15
|
| 123 |
+
"5": 0.28.1
|
| 124 |
+
"6": 5.16.0.dev0
|
| 125 |
+
"9":
|
| 126 |
+
"1": transformers_trainer
|
| 127 |
+
"12": 0.28.1
|
| 128 |
+
"13": linux-x86_64
|
| 129 |
+
accelerator_config:
|
| 130 |
+
value:
|
| 131 |
+
dispatch_batches: null
|
| 132 |
+
even_batches: true
|
| 133 |
+
gradient_accumulation_kwargs: null
|
| 134 |
+
non_blocking: false
|
| 135 |
+
split_batches: false
|
| 136 |
+
use_seedable_sampler: true
|
| 137 |
+
activation:
|
| 138 |
+
value: waleed10
|
| 139 |
+
adam_beta1:
|
| 140 |
+
value: 0.9
|
| 141 |
+
adam_beta2:
|
| 142 |
+
value: 0.999
|
| 143 |
+
adam_epsilon:
|
| 144 |
+
value: 1e-08
|
| 145 |
+
architectures:
|
| 146 |
+
value: null
|
| 147 |
+
attention_bias:
|
| 148 |
+
value: false
|
| 149 |
+
attention_dropout:
|
| 150 |
+
value: 0
|
| 151 |
+
auto_find_batch_size:
|
| 152 |
+
value: false
|
| 153 |
+
average_tokens_across_devices:
|
| 154 |
+
value: true
|
| 155 |
+
batch_eval_metrics:
|
| 156 |
+
value: false
|
| 157 |
+
bf16:
|
| 158 |
+
value: true
|
| 159 |
+
bf16_full_eval:
|
| 160 |
+
value: false
|
| 161 |
+
bos_token_id:
|
| 162 |
+
value: 1
|
| 163 |
+
chunk_size_feed_forward:
|
| 164 |
+
value: 0
|
| 165 |
+
data_seed:
|
| 166 |
+
value: 42
|
| 167 |
+
dataloader_drop_last:
|
| 168 |
+
value: false
|
| 169 |
+
dataloader_in_order:
|
| 170 |
+
value: true
|
| 171 |
+
dataloader_multiprocessing_context:
|
| 172 |
+
value: null
|
| 173 |
+
dataloader_num_workers:
|
| 174 |
+
value: 0
|
| 175 |
+
dataloader_persistent_workers:
|
| 176 |
+
value: false
|
| 177 |
+
dataloader_pin_memory:
|
| 178 |
+
value: true
|
| 179 |
+
dataloader_prefetch_factor:
|
| 180 |
+
value: null
|
| 181 |
+
ddp_backend:
|
| 182 |
+
value: null
|
| 183 |
+
ddp_broadcast_buffers:
|
| 184 |
+
value: null
|
| 185 |
+
ddp_bucket_cap_mb:
|
| 186 |
+
value: null
|
| 187 |
+
ddp_find_unused_parameters:
|
| 188 |
+
value: null
|
| 189 |
+
ddp_static_graph:
|
| 190 |
+
value: null
|
| 191 |
+
ddp_timeout:
|
| 192 |
+
value: 1800
|
| 193 |
+
debug:
|
| 194 |
+
value: []
|
| 195 |
+
deepspeed:
|
| 196 |
+
value: null
|
| 197 |
+
disable_tqdm:
|
| 198 |
+
value: false
|
| 199 |
+
do_eval:
|
| 200 |
+
value: true
|
| 201 |
+
do_predict:
|
| 202 |
+
value: false
|
| 203 |
+
do_train:
|
| 204 |
+
value: false
|
| 205 |
+
dtype:
|
| 206 |
+
value: null
|
| 207 |
+
enable_jit_checkpoint:
|
| 208 |
+
value: false
|
| 209 |
+
eos_token_id:
|
| 210 |
+
value: 2
|
| 211 |
+
eval_accumulation_steps:
|
| 212 |
+
value: null
|
| 213 |
+
eval_delay:
|
| 214 |
+
value: 0
|
| 215 |
+
eval_do_concat_batches:
|
| 216 |
+
value: true
|
| 217 |
+
eval_on_start:
|
| 218 |
+
value: false
|
| 219 |
+
eval_steps:
|
| 220 |
+
value: 60000
|
| 221 |
+
eval_strategy:
|
| 222 |
+
value: steps
|
| 223 |
+
eval_use_gather_object:
|
| 224 |
+
value: false
|
| 225 |
+
fp16:
|
| 226 |
+
value: false
|
| 227 |
+
fp16_full_eval:
|
| 228 |
+
value: false
|
| 229 |
+
fsdp:
|
| 230 |
+
value: null
|
| 231 |
+
fsdp_config:
|
| 232 |
+
value: null
|
| 233 |
+
full_determinism:
|
| 234 |
+
value: false
|
| 235 |
+
gradient_accumulation_steps:
|
| 236 |
+
value: 1
|
| 237 |
+
gradient_checkpointing:
|
| 238 |
+
value: false
|
| 239 |
+
gradient_checkpointing_kwargs:
|
| 240 |
+
value: null
|
| 241 |
+
greater_is_better:
|
| 242 |
+
value: null
|
| 243 |
+
head_dim:
|
| 244 |
+
value: 32
|
| 245 |
+
hidden_act:
|
| 246 |
+
value: silu
|
| 247 |
+
hidden_size:
|
| 248 |
+
value: 128
|
| 249 |
+
hub_always_push:
|
| 250 |
+
value: false
|
| 251 |
+
hub_model_id:
|
| 252 |
+
value: w-ahmad/A-mlp-waleed10-9L
|
| 253 |
+
hub_private_repo:
|
| 254 |
+
value: null
|
| 255 |
+
hub_revision:
|
| 256 |
+
value: null
|
| 257 |
+
hub_strategy:
|
| 258 |
+
value: every_save
|
| 259 |
+
hub_token:
|
| 260 |
+
value: <HUB_TOKEN>
|
| 261 |
+
id2label:
|
| 262 |
+
value:
|
| 263 |
+
"0": LABEL_0
|
| 264 |
+
"1": LABEL_1
|
| 265 |
+
ignore_data_skip:
|
| 266 |
+
value: false
|
| 267 |
+
include_for_metrics:
|
| 268 |
+
value: []
|
| 269 |
+
include_num_input_tokens_seen:
|
| 270 |
+
value: "no"
|
| 271 |
+
initializer_range:
|
| 272 |
+
value: 0.02
|
| 273 |
+
intermediate_size:
|
| 274 |
+
value: 256
|
| 275 |
+
is_encoder_decoder:
|
| 276 |
+
value: false
|
| 277 |
+
label_names:
|
| 278 |
+
value: null
|
| 279 |
+
label_smoothing_factor:
|
| 280 |
+
value: 0
|
| 281 |
+
label2id:
|
| 282 |
+
value:
|
| 283 |
+
LABEL_0: 0
|
| 284 |
+
LABEL_1: 1
|
| 285 |
+
learning_rate:
|
| 286 |
+
value: 0.001
|
| 287 |
+
length_column_name:
|
| 288 |
+
value: length
|
| 289 |
+
liger_kernel_config:
|
| 290 |
+
value: null
|
| 291 |
+
load_best_model_at_end:
|
| 292 |
+
value: false
|
| 293 |
+
local_rank:
|
| 294 |
+
value: -1
|
| 295 |
+
log_level:
|
| 296 |
+
value: passive
|
| 297 |
+
log_level_replica:
|
| 298 |
+
value: warning
|
| 299 |
+
log_on_each_node:
|
| 300 |
+
value: true
|
| 301 |
+
logging_first_step:
|
| 302 |
+
value: false
|
| 303 |
+
logging_nan_inf_filter:
|
| 304 |
+
value: true
|
| 305 |
+
logging_steps:
|
| 306 |
+
value: 20
|
| 307 |
+
logging_strategy:
|
| 308 |
+
value: steps
|
| 309 |
+
lr_scheduler_kwargs:
|
| 310 |
+
value: null
|
| 311 |
+
lr_scheduler_type:
|
| 312 |
+
value: constant
|
| 313 |
+
max_grad_norm:
|
| 314 |
+
value: 1
|
| 315 |
+
max_position_embeddings:
|
| 316 |
+
value: 512
|
| 317 |
+
max_steps:
|
| 318 |
+
value: 1000
|
| 319 |
+
metric_for_best_model:
|
| 320 |
+
value: null
|
| 321 |
+
mlp_bias:
|
| 322 |
+
value: false
|
| 323 |
+
mlp_type:
|
| 324 |
+
value: mlp
|
| 325 |
+
model/num_parameters:
|
| 326 |
+
value: 2001280
|
| 327 |
+
model_type:
|
| 328 |
+
value: tiny_llama
|
| 329 |
+
neftune_noise_alpha:
|
| 330 |
+
value: null
|
| 331 |
+
num_attention_heads:
|
| 332 |
+
value: 4
|
| 333 |
+
num_hidden_layers:
|
| 334 |
+
value: 9
|
| 335 |
+
num_key_value_heads:
|
| 336 |
+
value: 4
|
| 337 |
+
num_train_epochs:
|
| 338 |
+
value: 1
|
| 339 |
+
optim:
|
| 340 |
+
value: adamw_torch
|
| 341 |
+
optim_args:
|
| 342 |
+
value: null
|
| 343 |
+
optim_target_modules:
|
| 344 |
+
value: null
|
| 345 |
+
output_attentions:
|
| 346 |
+
value: false
|
| 347 |
+
output_dir:
|
| 348 |
+
value: out/mlp-waleed10-9L_run
|
| 349 |
+
output_hidden_states:
|
| 350 |
+
value: false
|
| 351 |
+
pad_token_id:
|
| 352 |
+
value: 0
|
| 353 |
+
parallelism_config:
|
| 354 |
+
value: null
|
| 355 |
+
per_device_eval_batch_size:
|
| 356 |
+
value: 512
|
| 357 |
+
per_device_train_batch_size:
|
| 358 |
+
value: 512
|
| 359 |
+
prediction_loss_only:
|
| 360 |
+
value: false
|
| 361 |
+
pretraining_tp:
|
| 362 |
+
value: 1
|
| 363 |
+
problem_type:
|
| 364 |
+
value: null
|
| 365 |
+
project:
|
| 366 |
+
value: huggingface
|
| 367 |
+
push_to_hub:
|
| 368 |
+
value: false
|
| 369 |
+
remove_unused_columns:
|
| 370 |
+
value: false
|
| 371 |
+
report_to:
|
| 372 |
+
value:
|
| 373 |
+
- wandb
|
| 374 |
+
restore_callback_states_from_checkpoint:
|
| 375 |
+
value: false
|
| 376 |
+
resume_from_checkpoint:
|
| 377 |
+
value: null
|
| 378 |
+
return_dict:
|
| 379 |
+
value: true
|
| 380 |
+
rms_norm_eps:
|
| 381 |
+
value: 1e-06
|
| 382 |
+
rope_parameters:
|
| 383 |
+
value:
|
| 384 |
+
rope_theta: 10000
|
| 385 |
+
rope_type: default
|
| 386 |
+
run_name:
|
| 387 |
+
value: LM-mlp-waleed10-9L-2.0M-20260814-202806
|
| 388 |
+
save_on_each_node:
|
| 389 |
+
value: false
|
| 390 |
+
save_only_model:
|
| 391 |
+
value: false
|
| 392 |
+
save_steps:
|
| 393 |
+
value: 100
|
| 394 |
+
save_strategy:
|
| 395 |
+
value: steps
|
| 396 |
+
save_total_limit:
|
| 397 |
+
value: null
|
| 398 |
+
seed:
|
| 399 |
+
value: 42
|
| 400 |
+
skip_memory_metrics:
|
| 401 |
+
value: true
|
| 402 |
+
tf32:
|
| 403 |
+
value: null
|
| 404 |
+
tie_word_embeddings:
|
| 405 |
+
value: true
|
| 406 |
+
tokenizer_name:
|
| 407 |
+
value: w-ahmad/tiny-stories-tokenizer
|
| 408 |
+
torch_compile:
|
| 409 |
+
value: false
|
| 410 |
+
torch_compile_backend:
|
| 411 |
+
value: null
|
| 412 |
+
torch_compile_mode:
|
| 413 |
+
value: null
|
| 414 |
+
torch_empty_cache_steps:
|
| 415 |
+
value: null
|
| 416 |
+
trackio_bucket_id:
|
| 417 |
+
value: null
|
| 418 |
+
trackio_space_id:
|
| 419 |
+
value: null
|
| 420 |
+
trackio_static_space_id:
|
| 421 |
+
value: null
|
| 422 |
+
train_sampling_strategy:
|
| 423 |
+
value: random
|
| 424 |
+
transformers_version:
|
| 425 |
+
value: 5.16.0.dev0
|
| 426 |
+
use_cache:
|
| 427 |
+
value: false
|
| 428 |
+
use_cpu:
|
| 429 |
+
value: false
|
| 430 |
+
use_liger_kernel:
|
| 431 |
+
value: false
|
| 432 |
+
vocab_size:
|
| 433 |
+
value: 4096
|
| 434 |
+
waleed_beta:
|
| 435 |
+
value: 10
|
| 436 |
+
warmup_steps:
|
| 437 |
+
value: 0
|
| 438 |
+
weight_decay:
|
| 439 |
+
value: 0.01
|
zain/Activation/wandb/run-20260814_202806-g2ch84q3/files/output.log
CHANGED
|
@@ -88,5 +88,23 @@ Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 140
|
|
| 88 |
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 89 |
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 90 |
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 167.04it/s]
|
| 91 |
-
|
| 92 |
{'loss': '2.663', 'grad_norm': '0.7188', 'learning_rate': '0.001', 'epoch': '0.496', 'train/total_time_seconds': '275.6', 'train/time_per_step_avg': '0.2826', 'train/epoch_time_elapsed': '623.6', 'train/estimated_remaining_minutes': '0.3994'}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 89 |
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 90 |
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 167.04it/s]
|
| 91 |
+
100%|██████████| 1000/1000 [11:27<00:00, 1.46i[transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 92 |
{'loss': '2.663', 'grad_norm': '0.7188', 'learning_rate': '0.001', 'epoch': '0.496', 'train/total_time_seconds': '275.6', 'train/time_per_step_avg': '0.2826', 'train/epoch_time_elapsed': '623.6', 'train/estimated_remaining_minutes': '0.3994'}
|
| 93 |
+
{'loss': '2.656', 'grad_norm': '0.6367', 'learning_rate': '0.001', 'epoch': '0.5067', 'train/total_time_seconds': '281.6', 'train/time_per_step_avg': '0.2909', 'train/epoch_time_elapsed': '637.3', 'train/estimated_remaining_minutes': '0.2996'}
|
| 94 |
+
{'loss': '2.652', 'grad_norm': '0.9805', 'learning_rate': '0.001', 'epoch': '0.5175', 'train/total_time_seconds': '287.7', 'train/time_per_step_avg': '0.2982', 'train/epoch_time_elapsed': '651.1', 'train/estimated_remaining_minutes': '0.1998'}
|
| 95 |
+
{'loss': '2.638', 'grad_norm': '0.8594', 'learning_rate': '0.001', 'epoch': '0.5283', 'train/total_time_seconds': '293.8', 'train/time_per_step_avg': '0.3034', 'train/epoch_time_elapsed': '664.8', 'train/estimated_remaining_minutes': '0.09992'}
|
| 96 |
+
{'loss': '2.637', 'grad_norm': '1.039', 'learning_rate': '0.001', 'epoch': '0.5391', 'train/total_time_seconds': '299.7', 'train/time_per_step_avg': '0.3032', 'train/epoch_time_elapsed': '678.4', 'train/estimated_remaining_minutes': '0'}
|
| 97 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 98 |
+
{'eval_loss': '2.637', 'eval_runtime': '9.169', 'eval_samples_per_second': '1039', 'eval_steps_per_second': '2.072', 'epoch': '0.5391', 'train/total_time_seconds': '299.7', 'train/time_per_step_avg': '0.3032', 'train/epoch_time_elapsed': '687.6', 'train/estimated_remaining_minutes': '0'}
|
| 99 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 100 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 101 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 107.44it/s]
|
| 102 |
+
100%|██████████| 1000/1000 [11:27<00:00, 1.45it/s], ?it/s]
|
| 103 |
+
{'train_runtime': '688.4', 'train_samples_per_second': '743.7', 'train_steps_per_second': '1.453', 'train_loss': '3.311', 'epoch': '0.5391', 'train/total_time_seconds': '299.7', 'train/time_per_step_avg': '0.3032', 'train/epoch_time_elapsed': '687.7', 'train/estimated_remaining_minutes': '0'}
|
| 104 |
+
100%|██████████| 19/19 [00:08<00:00, 2.33it/s]
|
| 105 |
+
[transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 106 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 107 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 108 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 109 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 165.85it/s]
|
| 110 |
+
>>> FINISHED mlp-waleed10-9L successfully
|
zain/Activation/wandb/run-20260814_202806-g2ch84q3/files/wandb-summary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"train_loss":3.3107347106933593,"train/learning_rate":0.001,"train_samples_per_second":743.7,"_wandb":{"runtime":696},"train/epoch":0.5390835579514824,"_timestamp":1.7867399839392445e+09,"_runtime":696,"eval/loss":2.6366770267486572,"train/global_step":1000,"total_flos":2.323107545088e+15,"_step":52,"eval/runtime":8.9348,"train_steps_per_second":1.453,"train/loss":2.6369375228881835,"train/grad_norm":1.0390625,"eval/samples_per_second":1066.275,"eval/steps_per_second":2.127,"train_runtime":688.4499}
|
zain/Activation/wandb/run-20260814_202806-g2ch84q3/logs/debug-core.log
CHANGED
|
@@ -19,3 +19,10 @@
|
|
| 19 |
{"time":"2026-08-14T20:28:06.637357786Z","level":"INFO","msg":"handleInformInit: received","streamId":"g2ch84q3","id":"1(@)"}
|
| 20 |
{"time":"2026-08-14T20:28:06.894723818Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"g2ch84q3","id":"1(@)"}
|
| 21 |
{"time":"2026-08-14T20:28:12.337494383Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
{"time":"2026-08-14T20:28:06.637357786Z","level":"INFO","msg":"handleInformInit: received","streamId":"g2ch84q3","id":"1(@)"}
|
| 20 |
{"time":"2026-08-14T20:28:06.894723818Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"g2ch84q3","id":"1(@)"}
|
| 21 |
{"time":"2026-08-14T20:28:12.337494383Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 22 |
+
{"time":"2026-08-14T20:39:43.955226503Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 23 |
+
{"time":"2026-08-14T20:39:44.505666869Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 24 |
+
{"time":"2026-08-14T20:39:44.507136651Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"g2ch84q3","id":"1(@)"}
|
| 25 |
+
{"time":"2026-08-14T20:39:44.507897996Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"g2ch84q3","id":"1(@)"}
|
| 26 |
+
{"time":"2026-08-14T20:39:45.020279672Z","level":"INFO","msg":"handleInformInit: received","streamId":"j86czemo","id":"1(@)"}
|
| 27 |
+
{"time":"2026-08-14T20:39:45.27941156Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"j86czemo","id":"1(@)"}
|
| 28 |
+
{"time":"2026-08-14T20:39:50.74200388Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ibw5o8e0zw49"}
|
zain/Activation/wandb/run-20260814_202806-g2ch84q3/logs/debug-internal.log
CHANGED
|
@@ -89,3 +89,21 @@
|
|
| 89 |
{"time":"2026-08-14T20:38:07.581146769Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 90 |
{"time":"2026-08-14T20:38:22.341908397Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":44,"history_lines":1,"events_offset":79,"events_lines":2,"console_offset":80,"console_lines":1}
|
| 91 |
{"time":"2026-08-14T20:38:22.507136925Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
{"time":"2026-08-14T20:38:07.581146769Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 90 |
{"time":"2026-08-14T20:38:22.341908397Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":44,"history_lines":1,"events_offset":79,"events_lines":2,"console_offset":80,"console_lines":1}
|
| 91 |
{"time":"2026-08-14T20:38:22.507136925Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 92 |
+
{"time":"2026-08-14T20:38:37.34151095Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":45,"history_lines":1,"events_offset":81,"events_lines":2,"console_offset":83,"console_lines":9}
|
| 93 |
+
{"time":"2026-08-14T20:38:37.525773463Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 94 |
+
{"time":"2026-08-14T20:38:52.341625562Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":46,"history_lines":1,"events_offset":83,"events_lines":2,"console_offset":90,"console_lines":1}
|
| 95 |
+
{"time":"2026-08-14T20:38:52.4884038Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 96 |
+
{"time":"2026-08-14T20:39:07.341707427Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":47,"history_lines":1,"events_offset":85,"events_lines":2,"console_offset":90,"console_lines":1}
|
| 97 |
+
{"time":"2026-08-14T20:39:07.541501066Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 98 |
+
{"time":"2026-08-14T20:39:22.341230177Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":48,"history_lines":1,"events_offset":87,"events_lines":2,"console_offset":90,"console_lines":1}
|
| 99 |
+
{"time":"2026-08-14T20:39:22.487837117Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 100 |
+
{"time":"2026-08-14T20:39:37.341843026Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":49,"history_lines":3,"events_offset":89,"events_lines":2,"console_offset":90,"console_lines":1}
|
| 101 |
+
{"time":"2026-08-14T20:39:37.555554822Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 102 |
+
{"time":"2026-08-14T20:39:44.372813974Z","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
| 103 |
+
{"time":"2026-08-14T20:39:44.3730353Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":52,"history_lines":1,"events_offset":91,"events_lines":1,"console_offset":92,"console_lines":18,"uploaded_len":3,"complete":true,"exit_code":0}
|
| 104 |
+
{"time":"2026-08-14T20:39:44.503492138Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 105 |
+
{"time":"2026-08-14T20:39:44.504681145Z","level":"INFO","msg":"handler: operation stats","stats":{}}
|
| 106 |
+
{"time":"2026-08-14T20:39:44.507161532Z","level":"INFO","msg":"stream: finishing up"}
|
| 107 |
+
{"time":"2026-08-14T20:39:44.507176089Z","level":"INFO","msg":"handler: closed"}
|
| 108 |
+
{"time":"2026-08-14T20:39:44.507242589Z","level":"INFO","msg":"sender: closed"}
|
| 109 |
+
{"time":"2026-08-14T20:39:44.507246036Z","level":"INFO","msg":"stream: all finished"}
|
zain/Activation/wandb/run-20260814_202806-g2ch84q3/logs/debug.log
CHANGED
|
@@ -17,3 +17,8 @@ config: {'_wandb': {}}
|
|
| 17 |
2026-08-14 20:28:07,337 INFO MainThread:409188 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 9, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'mlp', 'activation': 'waleed10', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/mlp-waleed10-9L_run', 'per_device_train_batch_size': 512, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.001, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-mlp-waleed10-9L-2.0M-20260814-202806', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 60000, 'eval_delay': 0, 'per_device_eval_batch_size': 512, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 100, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/A-mlp-waleed10-9L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 18 |
2026-08-14 20:28:07,339 INFO MainThread:409188 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 2001280 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x153f142af950>>
|
| 19 |
2026-08-14 20:28:07,339 INFO MainThread:409188 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 2001280 None
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
2026-08-14 20:28:07,337 INFO MainThread:409188 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 9, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'mlp', 'activation': 'waleed10', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/mlp-waleed10-9L_run', 'per_device_train_batch_size': 512, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.001, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-mlp-waleed10-9L-2.0M-20260814-202806', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 60000, 'eval_delay': 0, 'per_device_eval_batch_size': 512, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 100, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/A-mlp-waleed10-9L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 18 |
2026-08-14 20:28:07,339 INFO MainThread:409188 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 2001280 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x153f142af950>>
|
| 19 |
2026-08-14 20:28:07,339 INFO MainThread:409188 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 2001280 None
|
| 20 |
+
2026-08-14 20:39:43,954 INFO MainThread:409188 [wandb_run.py:_finish():2383] finishing run deepnevro-deepnevro/research1/g2ch84q3
|
| 21 |
+
2026-08-14 20:39:43,954 INFO MainThread:409188 [wandb_run.py:_atexit_cleanup():2588] got exitcode: 0
|
| 22 |
+
2026-08-14 20:39:43,955 INFO MainThread:409188 [wandb_run.py:_restore():2570] restore
|
| 23 |
+
2026-08-14 20:39:43,955 INFO MainThread:409188 [wandb_run.py:_restore():2576] restore done
|
| 24 |
+
2026-08-14 20:39:44,506 INFO MainThread:409188 [wandb_run.py:_footer_sync_info():3993] logging synced files
|
zain/Activation/wandb/run-20260814_202806-g2ch84q3/run-g2ch84q3.wandb
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:88495cf23fa022409d83d0b5707d890709378cdd766bc20872752e5c98fefbfd
|
| 3 |
+
size 511047
|
zain/Activation/wandb/run-20260814_203803-7p5140bq/files/output.log
CHANGED
|
@@ -1,4 +1,85 @@
|
|
| 1 |
-
|
| 2 |
{'loss': '8.3', 'grad_norm': '2.078', 'learning_rate': '2.66e-05', 'epoch': '0.001348', 'train/total_time_seconds': '6.624', 'train/time_per_step_avg': '0.3312', 'train/epoch_time_elapsed': '7.719', 'train/estimated_remaining_minutes': '13.69'}
|
| 3 |
{'loss': '8.048', 'grad_norm': '1.352', 'learning_rate': '5.46e-05', 'epoch': '0.002696', 'train/total_time_seconds': '13.15', 'train/time_per_step_avg': '0.3287', 'train/epoch_time_elapsed': '15.27', 'train/estimated_remaining_minutes': '13.48'}
|
| 4 |
{'loss': '7.838', 'grad_norm': '1.273', 'learning_rate': '8.26e-05', 'epoch': '0.004044', 'train/total_time_seconds': '19.68', 'train/time_per_step_avg': '0.328', 'train/epoch_time_elapsed': '22.8', 'train/estimated_remaining_minutes': '13.34'}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
4%|▍ | 100/2500 [00:37<14:49, 2.70it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 2 |
{'loss': '8.3', 'grad_norm': '2.078', 'learning_rate': '2.66e-05', 'epoch': '0.001348', 'train/total_time_seconds': '6.624', 'train/time_per_step_avg': '0.3312', 'train/epoch_time_elapsed': '7.719', 'train/estimated_remaining_minutes': '13.69'}
|
| 3 |
{'loss': '8.048', 'grad_norm': '1.352', 'learning_rate': '5.46e-05', 'epoch': '0.002696', 'train/total_time_seconds': '13.15', 'train/time_per_step_avg': '0.3287', 'train/epoch_time_elapsed': '15.27', 'train/estimated_remaining_minutes': '13.48'}
|
| 4 |
{'loss': '7.838', 'grad_norm': '1.273', 'learning_rate': '8.26e-05', 'epoch': '0.004044', 'train/total_time_seconds': '19.68', 'train/time_per_step_avg': '0.328', 'train/epoch_time_elapsed': '22.8', 'train/estimated_remaining_minutes': '13.34'}
|
| 5 |
+
{'loss': '7.573', 'grad_norm': '1.266', 'learning_rate': '0.0001106', 'epoch': '0.005393', 'train/total_time_seconds': '26.13', 'train/time_per_step_avg': '0.3267', 'train/epoch_time_elapsed': '30.24', 'train/estimated_remaining_minutes': '13.18'}
|
| 6 |
+
{'loss': '7.233', 'grad_norm': '1.195', 'learning_rate': '0.0001386', 'epoch': '0.006741', 'train/total_time_seconds': '32.49', 'train/time_per_step_avg': '0.3249', 'train/epoch_time_elapsed': '37.59', 'train/estimated_remaining_minutes': '13'}
|
| 7 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 8 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 9 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 10 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 16.09it/s]
|
| 11 |
+
8%|▊ | 200/2500 [01:14<13:57, 2.75it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 12 |
+
{'loss': '6.861', 'grad_norm': '1.133', 'learning_rate': '0.0001666', 'epoch': '0.008089', 'train/total_time_seconds': '39.01', 'train/time_per_step_avg': '0.3239', 'train/epoch_time_elapsed': '45.41', 'train/estimated_remaining_minutes': '12.9'}
|
| 13 |
+
{'loss': '6.518', 'grad_norm': '0.9492', 'learning_rate': '0.0001946', 'epoch': '0.009437', 'train/total_time_seconds': '45.4', 'train/time_per_step_avg': '0.3225', 'train/epoch_time_elapsed': '52.8', 'train/estimated_remaining_minutes': '12.75'}
|
| 14 |
+
{'loss': '6.24', 'grad_norm': '0.8008', 'learning_rate': '0.0002226', 'epoch': '0.01079', 'train/total_time_seconds': '51.77', 'train/time_per_step_avg': '0.3209', 'train/epoch_time_elapsed': '60.16', 'train/estimated_remaining_minutes': '12.62'}
|
| 15 |
+
{'loss': '6.035', 'grad_norm': '0.7461', 'learning_rate': '0.0002506', 'epoch': '0.01213', 'train/total_time_seconds': '58.12', 'train/time_per_step_avg': '0.3199', 'train/epoch_time_elapsed': '67.5', 'train/estimated_remaining_minutes': '12.48'}
|
| 16 |
+
{'loss': '5.874', 'grad_norm': '0.5547', 'learning_rate': '0.0002786', 'epoch': '0.01348', 'train/total_time_seconds': '64.6', 'train/time_per_step_avg': '0.3211', 'train/epoch_time_elapsed': '74.97', 'train/estimated_remaining_minutes': '12.38'}
|
| 17 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 18 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 19 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 20 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 16.10it/s]
|
| 21 |
+
12%|█▏ | 300/2500 [01:49<14:50, 2.47it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 22 |
+
{'loss': '5.691', 'grad_norm': '0.498', 'learning_rate': '0.0003066', 'epoch': '0.01483', 'train/total_time_seconds': '70.89', 'train/time_per_step_avg': '0.3187', 'train/epoch_time_elapsed': '82.55', 'train/estimated_remaining_minutes': '12.24'}
|
| 23 |
+
{'loss': '5.474', 'grad_norm': '1.219', 'learning_rate': '0.0003346', 'epoch': '0.01618', 'train/total_time_seconds': '76.44', 'train/time_per_step_avg': '0.3104', 'train/epoch_time_elapsed': '89.09', 'train/estimated_remaining_minutes': '12'}
|
| 24 |
+
{'loss': '5.259', 'grad_norm': '1.508', 'learning_rate': '0.0003626', 'epoch': '0.01753', 'train/total_time_seconds': '82.15', 'train/time_per_step_avg': '0.3038', 'train/epoch_time_elapsed': '95.8', 'train/estimated_remaining_minutes': '11.8'}
|
| 25 |
+
{'loss': '5.03', 'grad_norm': '0.7969', 'learning_rate': '0.0003906', 'epoch': '0.01887', 'train/total_time_seconds': '87.44', 'train/time_per_step_avg': '0.2932', 'train/epoch_time_elapsed': '102.1', 'train/estimated_remaining_minutes': '11.55'}
|
| 26 |
+
{'loss': '4.798', 'grad_norm': '0.8438', 'learning_rate': '0.0004186', 'epoch': '0.02022', 'train/total_time_seconds': '93.92', 'train/time_per_step_avg': '0.2932', 'train/epoch_time_elapsed': '109.6', 'train/estimated_remaining_minutes': '11.48'}
|
| 27 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 28 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 29 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 30 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 15.55it/s]
|
| 31 |
+
16%|█▌ | 400/2500 [02:27<13:29, 2.59it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 32 |
+
{'loss': '4.604', 'grad_norm': '1.508', 'learning_rate': '0.0004466', 'epoch': '0.02157', 'train/total_time_seconds': '100.3', 'train/time_per_step_avg': '0.2944', 'train/epoch_time_elapsed': '117.3', 'train/estimated_remaining_minutes': '11.39'}
|
| 33 |
+
{'loss': '4.491', 'grad_norm': '0.9648', 'learning_rate': '0.0004746', 'epoch': '0.02292', 'train/total_time_seconds': '106.8', 'train/time_per_step_avg': '0.3038', 'train/epoch_time_elapsed': '124.8', 'train/estimated_remaining_minutes': '11.31'}
|
| 34 |
+
{'loss': '4.327', 'grad_norm': '0.6641', 'learning_rate': '0.0005026', 'epoch': '0.02427', 'train/total_time_seconds': '113.3', 'train/time_per_step_avg': '0.3118', 'train/epoch_time_elapsed': '132.3', 'train/estimated_remaining_minutes': '11.23'}
|
| 35 |
+
{'loss': '4.182', 'grad_norm': '0.8633', 'learning_rate': '0.0005306', 'epoch': '0.02562', 'train/total_time_seconds': '119.9', 'train/time_per_step_avg': '0.325', 'train/epoch_time_elapsed': '139.9', 'train/estimated_remaining_minutes': '11.15'}
|
| 36 |
+
{'loss': '4.036', 'grad_norm': '0.8242', 'learning_rate': '0.0005586', 'epoch': '0.02696', 'train/total_time_seconds': '126.4', 'train/time_per_step_avg': '0.3252', 'train/epoch_time_elapsed': '147.4', 'train/estimated_remaining_minutes': '11.06'}
|
| 37 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 38 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 39 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 40 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 15.16it/s]
|
| 41 |
+
20%|██ | 500/2500 [03:05<12:14, 2.72it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 42 |
+
{'loss': '3.919', 'grad_norm': '0.7148', 'learning_rate': '0.0005866', 'epoch': '0.02831', 'train/total_time_seconds': '132.9', 'train/time_per_step_avg': '0.326', 'train/epoch_time_elapsed': '155.2', 'train/estimated_remaining_minutes': '10.97'}
|
| 43 |
+
{'loss': '3.856', 'grad_norm': '0.7656', 'learning_rate': '0.0006146', 'epoch': '0.02966', 'train/total_time_seconds': '139.4', 'train/time_per_step_avg': '0.3261', 'train/epoch_time_elapsed': '162.7', 'train/estimated_remaining_minutes': '10.88'}
|
| 44 |
+
{'loss': '3.75', 'grad_norm': '0.7734', 'learning_rate': '0.0006426', 'epoch': '0.03101', 'train/total_time_seconds': '145.9', 'train/time_per_step_avg': '0.3253', 'train/epoch_time_elapsed': '170.2', 'train/estimated_remaining_minutes': '10.78'}
|
| 45 |
+
{'loss': '3.669', 'grad_norm': '0.6484', 'learning_rate': '0.0006706', 'epoch': '0.03236', 'train/total_time_seconds': '152.5', 'train/time_per_step_avg': '0.3252', 'train/epoch_time_elapsed': '177.8', 'train/estimated_remaining_minutes': '10.69'}
|
| 46 |
+
{'loss': '3.598', 'grad_norm': '0.8828', 'learning_rate': '0.0006986', 'epoch': '0.0337', 'train/total_time_seconds': '159', 'train/time_per_step_avg': '0.3253', 'train/epoch_time_elapsed': '185.3', 'train/estimated_remaining_minutes': '10.6'}
|
| 47 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 48 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 49 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 50 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 15.78it/s]
|
| 51 |
+
24%|██▍ | 600/2500 [03:43<12:41, 2.50it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 52 |
+
{'loss': '3.529', 'grad_norm': '0.5625', 'learning_rate': '0.0007', 'epoch': '0.03505', 'train/total_time_seconds': '165.5', 'train/time_per_step_avg': '0.3253', 'train/epoch_time_elapsed': '193.1', 'train/estimated_remaining_minutes': '10.5'}
|
| 53 |
+
{'loss': '3.449', 'grad_norm': '0.5664', 'learning_rate': '0.0007', 'epoch': '0.0364', 'train/total_time_seconds': '171.9', 'train/time_per_step_avg': '0.325', 'train/epoch_time_elapsed': '200.6', 'train/estimated_remaining_minutes': '10.4'}
|
| 54 |
+
{'loss': '3.398', 'grad_norm': '0.4531', 'learning_rate': '0.0007', 'epoch': '0.03775', 'train/total_time_seconds': '178.4', 'train/time_per_step_avg': '0.3257', 'train/epoch_time_elapsed': '208.1', 'train/estimated_remaining_minutes': '10.3'}
|
| 55 |
+
{'loss': '3.337', 'grad_norm': '0.5234', 'learning_rate': '0.0007', 'epoch': '0.0391', 'train/total_time_seconds': '185.3', 'train/time_per_step_avg': '0.3288', 'train/epoch_time_elapsed': '216', 'train/estimated_remaining_minutes': '10.23'}
|
| 56 |
+
{'loss': '3.304', 'grad_norm': '0.4883', 'learning_rate': '0.0007', 'epoch': '0.04044', 'train/total_time_seconds': '191.8', 'train/time_per_step_avg': '0.3286', 'train/epoch_time_elapsed': '223.5', 'train/estimated_remaining_minutes': '10.12'}
|
| 57 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 58 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 59 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 60 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 16.88it/s]
|
| 61 |
+
28%|██▊ | 700/2500 [04:21<10:49, 2.77it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 62 |
+
{'loss': '3.237', 'grad_norm': '0.5508', 'learning_rate': '0.0007', 'epoch': '0.04179', 'train/total_time_seconds': '198.2', 'train/time_per_step_avg': '0.328', 'train/epoch_time_elapsed': '231.2', 'train/estimated_remaining_minutes': '10.02'}
|
| 63 |
+
{'loss': '3.211', 'grad_norm': '0.4707', 'learning_rate': '0.0007', 'epoch': '0.04314', 'train/total_time_seconds': '204.7', 'train/time_per_step_avg': '0.3279', 'train/epoch_time_elapsed': '238.6', 'train/estimated_remaining_minutes': '9.916'}
|
| 64 |
+
{'loss': '3.154', 'grad_norm': '0.4688', 'learning_rate': '0.0007', 'epoch': '0.04449', 'train/total_time_seconds': '211.3', 'train/time_per_step_avg': '0.3283', 'train/epoch_time_elapsed': '246.2', 'train/estimated_remaining_minutes': '9.816'}
|
| 65 |
+
{'loss': '3.126', 'grad_norm': '0.4121', 'learning_rate': '0.0007', 'epoch': '0.04584', 'train/total_time_seconds': '217.8', 'train/time_per_step_avg': '0.3242', 'train/epoch_time_elapsed': '253.7', 'train/estimated_remaining_minutes': '9.714'}
|
| 66 |
+
{'loss': '3.08', 'grad_norm': '0.4492', 'learning_rate': '0.0007', 'epoch': '0.04719', 'train/total_time_seconds': '224.3', 'train/time_per_step_avg': '0.3248', 'train/epoch_time_elapsed': '261.3', 'train/estimated_remaining_minutes': '9.614'}
|
| 67 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 68 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 69 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 70 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 11.98it/s]
|
| 71 |
+
32%|███▏ | 800/2500 [04:59<10:26, 2.71it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 72 |
+
{'loss': '3.041', 'grad_norm': '0.3906', 'learning_rate': '0.0007', 'epoch': '0.04853', 'train/total_time_seconds': '230.9', 'train/time_per_step_avg': '0.3264', 'train/epoch_time_elapsed': '269.2', 'train/estimated_remaining_minutes': '9.514'}
|
| 73 |
+
{'loss': '3.003', 'grad_norm': '0.459', 'learning_rate': '0.0007', 'epoch': '0.04988', 'train/total_time_seconds': '237.4', 'train/time_per_step_avg': '0.3268', 'train/epoch_time_elapsed': '276.7', 'train/estimated_remaining_minutes': '9.411'}
|
| 74 |
+
{'loss': '2.985', 'grad_norm': '0.4062', 'learning_rate': '0.0007', 'epoch': '0.05123', 'train/total_time_seconds': '243.9', 'train/time_per_step_avg': '0.3259', 'train/epoch_time_elapsed': '284.2', 'train/estimated_remaining_minutes': '9.305'}
|
| 75 |
+
{'loss': '2.986', 'grad_norm': '0.4883', 'learning_rate': '0.0007', 'epoch': '0.05258', 'train/total_time_seconds': '250.4', 'train/time_per_step_avg': '0.3263', 'train/epoch_time_elapsed': '291.7', 'train/estimated_remaining_minutes': '9.202'}
|
| 76 |
+
{'loss': '2.932', 'grad_norm': '0.4746', 'learning_rate': '0.0007', 'epoch': '0.05393', 'train/total_time_seconds': '256.9', 'train/time_per_step_avg': '0.3259', 'train/epoch_time_elapsed': '299.3', 'train/estimated_remaining_minutes': '9.099'}
|
| 77 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 78 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 79 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 80 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 15.60it/s]
|
| 81 |
+
36%|███▌ | 894/2500 [05:34<10:00, 2.67it/s]?, ?it/s]
|
| 82 |
+
{'loss': '2.916', 'grad_norm': '0.416', 'learning_rate': '0.0007', 'epoch': '0.05527', 'train/total_time_seconds': '263.5', 'train/time_per_step_avg': '0.3258', 'train/epoch_time_elapsed': '307.1', 'train/estimated_remaining_minutes': '8.997'}
|
| 83 |
+
{'loss': '2.886', 'grad_norm': '0.373', 'learning_rate': '0.0007', 'epoch': '0.05662', 'train/total_time_seconds': '269.9', 'train/time_per_step_avg': '0.325', 'train/epoch_time_elapsed': '314.5', 'train/estimated_remaining_minutes': '8.89'}
|
| 84 |
+
{'loss': '2.84', 'grad_norm': '0.4395', 'learning_rate': '0.0007', 'epoch': '0.05797', 'train/total_time_seconds': '276.3', 'train/time_per_step_avg': '0.3241', 'train/epoch_time_elapsed': '321.9', 'train/estimated_remaining_minutes': '8.78'}
|
| 85 |
+
{'loss': '2.818', 'grad_norm': '0.4395', 'learning_rate': '0.0007', 'epoch': '0.05932', 'train/total_time_seconds': '283', 'train/time_per_step_avg': '0.3265', 'train/epoch_time_elapsed': '329.8', 'train/estimated_remaining_minutes': '8.684'}
|
zain/Activation/wandb/run-20260814_203803-7p5140bq/logs/debug-internal.log
CHANGED
|
@@ -9,3 +9,45 @@
|
|
| 9 |
{"time":"2026-08-14T20:38:04.349662463Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 10 |
{"time":"2026-08-14T20:38:19.173810778Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":1,"events_offset":0,"events_lines":1,"console_offset":0,"console_lines":2,"uploaded_len":2}
|
| 11 |
{"time":"2026-08-14T20:38:19.494112066Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
{"time":"2026-08-14T20:38:04.349662463Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 10 |
{"time":"2026-08-14T20:38:19.173810778Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":1,"events_offset":0,"events_lines":1,"console_offset":0,"console_lines":2,"uploaded_len":2}
|
| 11 |
{"time":"2026-08-14T20:38:19.494112066Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 12 |
+
{"time":"2026-08-14T20:38:34.174170719Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1,"history_lines":2,"events_offset":1,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 13 |
+
{"time":"2026-08-14T20:38:34.355801404Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 14 |
+
{"time":"2026-08-14T20:38:49.173731969Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":3,"history_lines":2,"events_offset":3,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 15 |
+
{"time":"2026-08-14T20:38:49.307056378Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 16 |
+
{"time":"2026-08-14T20:39:04.174302993Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":5,"history_lines":2,"events_offset":5,"events_lines":2,"console_offset":2,"console_lines":11}
|
| 17 |
+
{"time":"2026-08-14T20:39:04.384804376Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 18 |
+
{"time":"2026-08-14T20:39:19.173425986Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":7,"history_lines":3,"events_offset":7,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 19 |
+
{"time":"2026-08-14T20:39:19.315426459Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 20 |
+
{"time":"2026-08-14T20:39:34.173836176Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":10,"history_lines":2,"events_offset":9,"events_lines":2,"console_offset":13,"console_lines":10}
|
| 21 |
+
{"time":"2026-08-14T20:39:34.336054489Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 22 |
+
{"time":"2026-08-14T20:39:49.173909734Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":12,"history_lines":2,"events_offset":11,"events_lines":2,"console_offset":20,"console_lines":1}
|
| 23 |
+
{"time":"2026-08-14T20:39:49.369403865Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 24 |
+
{"time":"2026-08-14T20:40:04.174090891Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":14,"history_lines":2,"events_offset":13,"events_lines":2,"console_offset":20,"console_lines":1}
|
| 25 |
+
{"time":"2026-08-14T20:40:04.568325682Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 26 |
+
{"time":"2026-08-14T20:40:19.173701072Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":16,"history_lines":2,"events_offset":15,"events_lines":2,"console_offset":23,"console_lines":11}
|
| 27 |
+
{"time":"2026-08-14T20:40:19.332900945Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 28 |
+
{"time":"2026-08-14T20:40:34.17386923Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":18,"history_lines":2,"events_offset":17,"events_lines":2,"console_offset":30,"console_lines":1}
|
| 29 |
+
{"time":"2026-08-14T20:40:34.316709884Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 30 |
+
{"time":"2026-08-14T20:40:49.174178438Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":20,"history_lines":2,"events_offset":19,"events_lines":2,"console_offset":34,"console_lines":9}
|
| 31 |
+
{"time":"2026-08-14T20:40:49.339535632Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 32 |
+
{"time":"2026-08-14T20:41:04.174385674Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":22,"history_lines":2,"events_offset":21,"events_lines":2,"console_offset":40,"console_lines":1}
|
| 33 |
+
{"time":"2026-08-14T20:41:04.400662878Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 34 |
+
{"time":"2026-08-14T20:41:19.17386313Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":24,"history_lines":2,"events_offset":23,"events_lines":2,"console_offset":40,"console_lines":1}
|
| 35 |
+
{"time":"2026-08-14T20:41:19.286145363Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 36 |
+
{"time":"2026-08-14T20:41:34.17364169Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":26,"history_lines":2,"events_offset":25,"events_lines":2,"console_offset":43,"console_lines":11}
|
| 37 |
+
{"time":"2026-08-14T20:41:34.344272617Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 38 |
+
{"time":"2026-08-14T20:41:49.17398552Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":28,"history_lines":2,"events_offset":27,"events_lines":2,"console_offset":50,"console_lines":1}
|
| 39 |
+
{"time":"2026-08-14T20:41:49.282803705Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 40 |
+
{"time":"2026-08-14T20:42:04.174101565Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":30,"history_lines":2,"events_offset":29,"events_lines":2,"console_offset":54,"console_lines":9}
|
| 41 |
+
{"time":"2026-08-14T20:42:04.346991656Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 42 |
+
{"time":"2026-08-14T20:42:19.174468763Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":32,"history_lines":2,"events_offset":31,"events_lines":2,"console_offset":60,"console_lines":1}
|
| 43 |
+
{"time":"2026-08-14T20:42:19.311742849Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 44 |
+
{"time":"2026-08-14T20:42:34.173676954Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":34,"history_lines":2,"events_offset":33,"events_lines":2,"console_offset":60,"console_lines":1}
|
| 45 |
+
{"time":"2026-08-14T20:42:34.291767713Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 46 |
+
{"time":"2026-08-14T20:42:49.17381101Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":36,"history_lines":2,"events_offset":35,"events_lines":2,"console_offset":63,"console_lines":11}
|
| 47 |
+
{"time":"2026-08-14T20:42:49.328336145Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 48 |
+
{"time":"2026-08-14T20:43:04.173698143Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":38,"history_lines":2,"events_offset":37,"events_lines":2,"console_offset":70,"console_lines":1}
|
| 49 |
+
{"time":"2026-08-14T20:43:04.319999371Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 50 |
+
{"time":"2026-08-14T20:43:19.173436098Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":40,"history_lines":2,"events_offset":39,"events_lines":2,"console_offset":74,"console_lines":9}
|
| 51 |
+
{"time":"2026-08-14T20:43:19.295112626Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 52 |
+
{"time":"2026-08-14T20:43:34.174211982Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":42,"history_lines":2,"events_offset":41,"events_lines":2,"console_offset":80,"console_lines":1}
|
| 53 |
+
{"time":"2026-08-14T20:43:34.312402397Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
zain/Activation/wandb/run-20260814_203803-7p5140bq/run-7p5140bq.wandb
CHANGED
|
Binary files a/zain/Activation/wandb/run-20260814_203803-7p5140bq/run-7p5140bq.wandb and b/zain/Activation/wandb/run-20260814_203803-7p5140bq/run-7p5140bq.wandb differ
|
|
|
zain/Activation/wandb/run-20260814_203945-j86czemo/files/output.log
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
10%|█ | 100/1000 [01:09<10:31, 1.43it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 2 |
+
{'loss': '7.157', 'grad_norm': '1.008', 'learning_rate': '0.001', 'epoch': '0.01078', 'train/total_time_seconds': '6.079', 'train/time_per_step_avg': '0.304', 'train/epoch_time_elapsed': '14.06', 'train/estimated_remaining_minutes': '4.965'}
|
| 3 |
+
{'loss': '5.922', 'grad_norm': '0.6406', 'learning_rate': '0.001', 'epoch': '0.02156', 'train/total_time_seconds': '12.34', 'train/time_per_step_avg': '0.3084', 'train/epoch_time_elapsed': '27.79', 'train/estimated_remaining_minutes': '4.935'}
|
| 4 |
+
{'loss': '5.383', 'grad_norm': '0.5781', 'learning_rate': '0.001', 'epoch': '0.03235', 'train/total_time_seconds': '18.61', 'train/time_per_step_avg': '0.3102', 'train/epoch_time_elapsed': '41.65', 'train/estimated_remaining_minutes': '4.859'}
|
| 5 |
+
{'loss': '4.915', 'grad_norm': '0.6562', 'learning_rate': '0.001', 'epoch': '0.04313', 'train/total_time_seconds': '24.7', 'train/time_per_step_avg': '0.3088', 'train/epoch_time_elapsed': '55.18', 'train/estimated_remaining_minutes': '4.735'}
|
| 6 |
+
{'loss': '4.547', 'grad_norm': '1.57', 'learning_rate': '0.001', 'epoch': '0.05391', 'train/total_time_seconds': '31.02', 'train/time_per_step_avg': '0.3102', 'train/epoch_time_elapsed': '69.03', 'train/estimated_remaining_minutes': '4.653'}
|
| 7 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 8 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 9 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 10 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 168.45it/s]
|
| 11 |
+
20%|██ | 200/1000 [02:17<09:06, 1.46it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 12 |
+
{'loss': '4.307', 'grad_norm': '0.7188', 'learning_rate': '0.001', 'epoch': '0.06469', 'train/total_time_seconds': '37.31', 'train/time_per_step_avg': '0.3123', 'train/epoch_time_elapsed': '82.89', 'train/estimated_remaining_minutes': '4.561'}
|
| 13 |
+
{'loss': '4.099', 'grad_norm': '1.266', 'learning_rate': '0.001', 'epoch': '0.07547', 'train/total_time_seconds': '43.42', 'train/time_per_step_avg': '0.3108', 'train/epoch_time_elapsed': '96.4', 'train/estimated_remaining_minutes': '4.446'}
|
| 14 |
+
{'loss': '3.924', 'grad_norm': '0.6914', 'learning_rate': '0.001', 'epoch': '0.08625', 'train/total_time_seconds': '49.61', 'train/time_per_step_avg': '0.31', 'train/epoch_time_elapsed': '110.2', 'train/estimated_remaining_minutes': '4.341'}
|
| 15 |
+
{'loss': '3.787', 'grad_norm': '0.5234', 'learning_rate': '0.001', 'epoch': '0.09704', 'train/total_time_seconds': '55.81', 'train/time_per_step_avg': '0.311', 'train/epoch_time_elapsed': '123.8', 'train/estimated_remaining_minutes': '4.237'}
|
| 16 |
+
{'loss': '3.674', 'grad_norm': '0.5195', 'learning_rate': '0.001', 'epoch': '0.1078', 'train/total_time_seconds': '62', 'train/time_per_step_avg': '0.3098', 'train/epoch_time_elapsed': '137.5', 'train/estimated_remaining_minutes': '4.134'}
|
| 17 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 18 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 19 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 20 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 168.70it/s]
|
| 21 |
+
30%|███ | 300/1000 [03:26<07:56, 1.47it/s][transformers] TinyLlamaForCausalLM has generative capabilities, as `prepare_inputs_for_generation` is explicitly defined. However, it doesn't directly inherit from `GenerationMixin`. From 👉v4.50👈 onwards, `PreTrainedModel` will NOT inherit from `GenerationMixin`, and this model will lose the ability to call `generate` and other related functions.
|
| 22 |
+
{'loss': '3.575', 'grad_norm': '0.7188', 'learning_rate': '0.001', 'epoch': '0.1186', 'train/total_time_seconds': '68.26', 'train/time_per_step_avg': '0.3095', 'train/epoch_time_elapsed': '151.2', 'train/estimated_remaining_minutes': '4.034'}
|
| 23 |
+
{'loss': '3.497', 'grad_norm': '0.4707', 'learning_rate': '0.001', 'epoch': '0.1294', 'train/total_time_seconds': '74.39', 'train/time_per_step_avg': '0.3097', 'train/epoch_time_elapsed': '165', 'train/estimated_remaining_minutes': '3.926'}
|
| 24 |
+
{'loss': '3.417', 'grad_norm': '0.5156', 'learning_rate': '0.001', 'epoch': '0.1402', 'train/total_time_seconds': '80.68', 'train/time_per_step_avg': '0.3107', 'train/epoch_time_elapsed': '178.8', 'train/estimated_remaining_minutes': '3.827'}
|
| 25 |
+
{'loss': '3.354', 'grad_norm': '1.203', 'learning_rate': '0.001', 'epoch': '0.1509', 'train/total_time_seconds': '86.9', 'train/time_per_step_avg': '0.3109', 'train/epoch_time_elapsed': '192.4', 'train/estimated_remaining_minutes': '3.724'}
|
| 26 |
+
{'loss': '3.294', 'grad_norm': '0.5938', 'learning_rate': '0.001', 'epoch': '0.1617', 'train/total_time_seconds': '93.09', 'train/time_per_step_avg': '0.3109', 'train/epoch_time_elapsed': '206.1', 'train/estimated_remaining_minutes': '3.62'}
|
| 27 |
+
- If you're using `trust_remote_code=True`, you can get rid of this warning by loading the model with an auto class. See https://huggingface.co/docs/transformers/en/model_doc/auto#auto-classes
|
| 28 |
+
- If you are the owner of the model architecture code, please modify your model class such that it inherits from `GenerationMixin` (after `PreTrainedModel`, otherwise you'll get an exception).
|
| 29 |
+
- If you are not the owner of the model architecture class, please contact the model code owner to update it.
|
| 30 |
+
Writing model shards: 100%|██████████| 1/1 [00:00<00:00, 173.81it/s]
|
| 31 |
+
34%|███▍ | 342/1000 [03:54<07:34, 1.45it/s]?, ?it/s]
|
| 32 |
+
{'loss': '3.241', 'grad_norm': '1.055', 'learning_rate': '0.001', 'epoch': '0.1725', 'train/total_time_seconds': '99.27', 'train/time_per_step_avg': '0.3101', 'train/epoch_time_elapsed': '219.9', 'train/estimated_remaining_minutes': '3.516'}
|
| 33 |
+
{'loss': '3.187', 'grad_norm': '0.6523', 'learning_rate': '0.001', 'epoch': '0.1833', 'train/total_time_seconds': '105.4', 'train/time_per_step_avg': '0.3096', 'train/epoch_time_elapsed': '233.5', 'train/estimated_remaining_minutes': '3.409'}
|
zain/Activation/wandb/run-20260814_203945-j86czemo/files/requirements.txt
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
asttokens==3.0.1
|
| 2 |
+
comm==0.2.3
|
| 3 |
+
debugpy==1.8.21
|
| 4 |
+
decorator==5.3.1
|
| 5 |
+
executing==2.2.1
|
| 6 |
+
nest-asyncio==1.6.0
|
| 7 |
+
parso==0.8.7
|
| 8 |
+
platformdirs==4.11.0
|
| 9 |
+
psutil==7.2.2
|
| 10 |
+
ptyprocess==0.7.0
|
| 11 |
+
pure_eval==0.2.3
|
| 12 |
+
Pygments==2.20.0
|
| 13 |
+
pyzmq==27.1.0
|
| 14 |
+
setuptools==83.0.0
|
| 15 |
+
six==1.17.0
|
| 16 |
+
tornado==6.5.7
|
| 17 |
+
traitlets==5.15.0
|
| 18 |
+
fsspec==2026.4.0
|
| 19 |
+
wcwidth==0.8.2
|
| 20 |
+
ipython_pygments_lexers==1.1.1
|
| 21 |
+
jedi==0.20.0
|
| 22 |
+
jupyter_core==5.9.1
|
| 23 |
+
matplotlib-inline==0.2.2
|
| 24 |
+
pexpect==4.9.0
|
| 25 |
+
prompt_toolkit==3.0.53
|
| 26 |
+
python-dateutil==2.9.0.post0
|
| 27 |
+
stack_data==0.6.3
|
| 28 |
+
wheel==0.47.0
|
| 29 |
+
jupyter_client==8.9.1
|
| 30 |
+
pip==26.1.2
|
| 31 |
+
ipython==9.15.0
|
| 32 |
+
ipykernel==7.2.0
|
| 33 |
+
threadpoolctl==3.6.0
|
| 34 |
+
pyparsing==3.3.2
|
| 35 |
+
typing_extensions==4.15.0
|
| 36 |
+
Jinja2==3.1.6
|
| 37 |
+
narwhals==2.24.0
|
| 38 |
+
kiwisolver==1.5.0
|
| 39 |
+
joblib==1.5.3
|
| 40 |
+
fonttools==4.63.0
|
| 41 |
+
cycler==0.12.1
|
| 42 |
+
scipy==1.17.1
|
| 43 |
+
pandas==3.0.5
|
| 44 |
+
contourpy==1.3.3
|
| 45 |
+
scikit-learn==1.9.0
|
| 46 |
+
matplotlib==3.11.1
|
| 47 |
+
urllib3==2.7.0
|
| 48 |
+
tqdm==4.70.0
|
| 49 |
+
idna==3.18
|
| 50 |
+
charset-normalizer==3.4.9
|
| 51 |
+
certifi==2026.7.22
|
| 52 |
+
requests==2.34.2
|
| 53 |
+
seaborn==0.13.2
|
| 54 |
+
uv==0.12.0
|
| 55 |
+
shellingham==1.5.4
|
| 56 |
+
mpmath==1.3.0
|
| 57 |
+
attrs==26.1.0
|
| 58 |
+
hf-xet==1.5.2
|
| 59 |
+
nvidia-nccl-cu12==2.21.5
|
| 60 |
+
MarkupSafe==3.0.3
|
| 61 |
+
regex==2026.7.19
|
| 62 |
+
importlib_metadata==9.0.0
|
| 63 |
+
httpcore==1.0.9
|
| 64 |
+
annotated-doc==0.0.5
|
| 65 |
+
multidict==6.7.1
|
| 66 |
+
aiohttp==3.14.3
|
| 67 |
+
aiosignal==1.4.0
|
| 68 |
+
xxhash==3.8.1
|
| 69 |
+
aiohappyeyeballs==2.7.1
|
| 70 |
+
mdurl==0.1.2
|
| 71 |
+
cuda-toolkit==13.0.3.0
|
| 72 |
+
networkx==3.6.1
|
| 73 |
+
PyYAML==6.0.3
|
| 74 |
+
nvidia-cufile==1.15.1.6
|
| 75 |
+
typer==0.27.0
|
| 76 |
+
torchaudio==2.6.0+cu124
|
| 77 |
+
rich==15.0.0
|
| 78 |
+
nvidia-cufft-cu12==11.2.1.3
|
| 79 |
+
h11==0.16.0
|
| 80 |
+
dill==0.4.1
|
| 81 |
+
cuda-pathfinder==1.6.0
|
| 82 |
+
filelock==3.29.0
|
| 83 |
+
nvidia-nvtx-cu12==12.4.127
|
| 84 |
+
httpx==0.28.1
|
| 85 |
+
anyio==4.14.2
|
| 86 |
+
numpy==2.4.4
|
| 87 |
+
yarl==1.24.5
|
| 88 |
+
click==8.4.2
|
| 89 |
+
triton==3.2.0
|
| 90 |
+
frozenlist==1.8.0
|
| 91 |
+
zipp==4.1.0
|
| 92 |
+
propcache==0.5.2
|
| 93 |
+
tokenizers==0.22.2
|
| 94 |
+
markdown-it-py==4.2.0
|
| 95 |
+
nvidia-cuda-runtime==13.0.96
|
| 96 |
+
cuda-bindings==13.3.1
|
| 97 |
+
nvidia-cuda-cupti==13.0.85
|
| 98 |
+
torch==2.6.0+cu124
|
| 99 |
+
multiprocess==0.70.19
|
| 100 |
+
pillow==12.2.0
|
| 101 |
+
transformers==5.16.0.dev0
|
| 102 |
+
wandb==0.28.1
|
| 103 |
+
nvidia-curand==10.4.0.35
|
| 104 |
+
sympy==1.13.1
|
| 105 |
+
nvidia-cusparse==12.6.3.3
|
| 106 |
+
nvidia-cuda-nvrtc==13.0.88
|
| 107 |
+
typing-inspection==0.4.2
|
| 108 |
+
nvidia-cusolver==12.0.4.66
|
| 109 |
+
nvidia-cufft==12.0.0.61
|
| 110 |
+
nvidia-cudnn-cu13==9.20.0.48
|
| 111 |
+
nvidia-cublas==13.1.1.3
|
| 112 |
+
pyarrow==25.0.0
|
| 113 |
+
evaluate==0.4.6
|
| 114 |
+
diffusers==0.39.0
|
| 115 |
+
pydantic==2.13.4
|
| 116 |
+
annotated-types==0.8.0
|
| 117 |
+
protobuf==7.35.1
|
| 118 |
+
sentry-sdk==2.66.1
|
| 119 |
+
einops==0.8.2
|
| 120 |
+
packaging==26.2
|
| 121 |
+
nvidia-nvjitlink-cu12==12.4.127
|
| 122 |
+
nvidia-curand-cu12==10.3.5.147
|
| 123 |
+
nvidia-cusparselt-cu12==0.6.2
|
| 124 |
+
nvidia-cusparse-cu12==12.3.1.170
|
| 125 |
+
nvidia-cuda-runtime-cu12==12.4.127
|
| 126 |
+
torchvision==0.21.0+cu124
|
| 127 |
+
nvidia-cuda-nvrtc-cu12==12.4.127
|
| 128 |
+
nvidia-cuda-cupti-cu12==12.4.127
|
| 129 |
+
nvidia-cusolver-cu12==11.6.1.9
|
| 130 |
+
nvidia-cublas-cu12==12.4.5.8
|
| 131 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 132 |
+
huggingface_hub==1.26.0
|
| 133 |
+
datasets==5.0.1
|
| 134 |
+
safetensors==0.8.0
|
| 135 |
+
accelerate==1.14.0
|
| 136 |
+
pydantic_core==2.46.4
|
| 137 |
+
ninja==1.13.0
|
| 138 |
+
autocommand==2.2.2
|
| 139 |
+
backports.tarfile==1.2.0
|
| 140 |
+
importlib_metadata==8.7.1
|
| 141 |
+
jaraco.text==4.0.0
|
| 142 |
+
jaraco.context==6.1.0
|
| 143 |
+
jaraco.functools==4.4.0
|
| 144 |
+
more-itertools==10.8.0
|
| 145 |
+
packaging==26.0
|
| 146 |
+
platformdirs==4.4.0
|
| 147 |
+
tomli==2.4.0
|
| 148 |
+
wheel==0.46.3
|
| 149 |
+
zipp==3.23.0
|
zain/Activation/wandb/run-20260814_203945-j86czemo/files/wandb-metadata.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "Linux-5.15.0-126-generic-x86_64-with-glibc2.35",
|
| 3 |
+
"python": "CPython 3.11.15",
|
| 4 |
+
"startedAt": "2026-08-14T20:39:45.018091Z",
|
| 5 |
+
"args": [
|
| 6 |
+
"--config",
|
| 7 |
+
"/mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/configs/baseline.yaml",
|
| 8 |
+
"--variants",
|
| 9 |
+
"glu-waleed10",
|
| 10 |
+
"glu-silu-waleed10",
|
| 11 |
+
"mlp-waleed10",
|
| 12 |
+
"mlp-silu-waleed10",
|
| 13 |
+
"glu-waleed",
|
| 14 |
+
"glu-situglu_low",
|
| 15 |
+
"glu-waleedglu_low"
|
| 16 |
+
],
|
| 17 |
+
"program": "/mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/sweep.py",
|
| 18 |
+
"codePath": "sweep.py",
|
| 19 |
+
"codePathLocal": "sweep.py",
|
| 20 |
+
"git": {
|
| 21 |
+
"remote": "https://github.com/w-ahmad1a10/Activation.git",
|
| 22 |
+
"commit": "3fb47c6943d6927eafc39bd399a3d3a520bae74a"
|
| 23 |
+
},
|
| 24 |
+
"email": "deepnevro@gmail.com",
|
| 25 |
+
"root": "/mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation",
|
| 26 |
+
"host": "deeplens-k3s-node1",
|
| 27 |
+
"executable": "/mnt/data/zainulabideen/zain-exp/notebooks/my_env/bin/python",
|
| 28 |
+
"cpu_count": 112,
|
| 29 |
+
"cpu_count_logical": 224,
|
| 30 |
+
"gpu": "NVIDIA H100 80GB HBM3",
|
| 31 |
+
"gpu_count": 8,
|
| 32 |
+
"disk": {
|
| 33 |
+
"/": {
|
| 34 |
+
"total": "1560765693952",
|
| 35 |
+
"used": "696197320704"
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
"memory": {
|
| 39 |
+
"total": "2164089937920"
|
| 40 |
+
},
|
| 41 |
+
"gpu_nvidia": [
|
| 42 |
+
{
|
| 43 |
+
"name": "NVIDIA H100 80GB HBM3",
|
| 44 |
+
"memoryTotal": "85520809984",
|
| 45 |
+
"cudaCores": 16896,
|
| 46 |
+
"architecture": "Hopper",
|
| 47 |
+
"uuid": "GPU-39c684a5-fde6-83d7-1663-0859795881ae"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"name": "NVIDIA H100 80GB HBM3",
|
| 51 |
+
"memoryTotal": "85520809984",
|
| 52 |
+
"cudaCores": 16896,
|
| 53 |
+
"architecture": "Hopper",
|
| 54 |
+
"uuid": "GPU-68012e5a-38b6-b643-0ca6-62fb66720bf3"
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"name": "NVIDIA H100 80GB HBM3",
|
| 58 |
+
"memoryTotal": "85520809984",
|
| 59 |
+
"cudaCores": 16896,
|
| 60 |
+
"architecture": "Hopper",
|
| 61 |
+
"uuid": "GPU-132944c4-b689-2b5f-89a4-d730401677ab"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"name": "NVIDIA H100 80GB HBM3",
|
| 65 |
+
"memoryTotal": "85520809984",
|
| 66 |
+
"cudaCores": 16896,
|
| 67 |
+
"architecture": "Hopper",
|
| 68 |
+
"uuid": "GPU-2df386cc-6d26-d0e2-7a2d-a057b0d95864"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"name": "NVIDIA H100 80GB HBM3",
|
| 72 |
+
"memoryTotal": "85520809984",
|
| 73 |
+
"cudaCores": 16896,
|
| 74 |
+
"architecture": "Hopper",
|
| 75 |
+
"uuid": "GPU-bfa16575-1d94-1aa2-4537-2c93433f42ef"
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"name": "NVIDIA H100 80GB HBM3",
|
| 79 |
+
"memoryTotal": "85520809984",
|
| 80 |
+
"cudaCores": 16896,
|
| 81 |
+
"architecture": "Hopper",
|
| 82 |
+
"uuid": "GPU-bc6c3e3c-9b90-09ca-c034-774961847c54"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"name": "NVIDIA H100 80GB HBM3",
|
| 86 |
+
"memoryTotal": "85520809984",
|
| 87 |
+
"cudaCores": 16896,
|
| 88 |
+
"architecture": "Hopper",
|
| 89 |
+
"uuid": "GPU-00a441e1-7c95-e7d6-4c35-43d6b291aea9"
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"name": "NVIDIA H100 80GB HBM3",
|
| 93 |
+
"memoryTotal": "85520809984",
|
| 94 |
+
"cudaCores": 16896,
|
| 95 |
+
"architecture": "Hopper",
|
| 96 |
+
"uuid": "GPU-1c4d29a2-4647-6fce-d8fc-0c5ecfbbd6ea"
|
| 97 |
+
}
|
| 98 |
+
],
|
| 99 |
+
"cudaVersion": "12.4",
|
| 100 |
+
"writerId": "d0qv8t55nt5dj13xc4z90g53tv25vz77"
|
| 101 |
+
}
|
zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug-core.log
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-08-14T20:04:25.06988208Z","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmp4_27mh86/port-409188.txt","pid":409188,"detached":false,"idle-timeout":600000000000,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
|
| 2 |
+
{"time":"2026-08-14T20:04:25.070357566Z","level":"INFO","msg":"server: will exit if parent process dies","ppid":409188}
|
| 3 |
+
{"time":"2026-08-14T20:04:25.070338944Z","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-409188-410559-1836801570/socket","Net":"unix"}}
|
| 4 |
+
{"time":"2026-08-14T20:04:25.24795932Z","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
|
| 5 |
+
{"time":"2026-08-14T20:04:25.504127391Z","level":"INFO","msg":"handleInformInit: received","streamId":"npumf6lz","id":"1(@)"}
|
| 6 |
+
{"time":"2026-08-14T20:04:25.765319769Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"npumf6lz","id":"1(@)"}
|
| 7 |
+
{"time":"2026-08-14T20:04:31.109816098Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"d0p7d03ygyti"}
|
| 8 |
+
{"time":"2026-08-14T20:16:14.526898083Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"d0p7d03ygyti"}
|
| 9 |
+
{"time":"2026-08-14T20:16:15.115854524Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"d0p7d03ygyti"}
|
| 10 |
+
{"time":"2026-08-14T20:16:15.117591712Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"npumf6lz","id":"1(@)"}
|
| 11 |
+
{"time":"2026-08-14T20:16:15.118263697Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"npumf6lz","id":"1(@)"}
|
| 12 |
+
{"time":"2026-08-14T20:16:15.759561877Z","level":"INFO","msg":"handleInformInit: received","streamId":"w8mr4w6k","id":"1(@)"}
|
| 13 |
+
{"time":"2026-08-14T20:16:16.020082435Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"w8mr4w6k","id":"1(@)"}
|
| 14 |
+
{"time":"2026-08-14T20:16:21.531557612Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ewwa8fnip5gl"}
|
| 15 |
+
{"time":"2026-08-14T20:28:05.375497777Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ewwa8fnip5gl"}
|
| 16 |
+
{"time":"2026-08-14T20:28:06.097599346Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ewwa8fnip5gl"}
|
| 17 |
+
{"time":"2026-08-14T20:28:06.099103114Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"w8mr4w6k","id":"1(@)"}
|
| 18 |
+
{"time":"2026-08-14T20:28:06.099811223Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"w8mr4w6k","id":"1(@)"}
|
| 19 |
+
{"time":"2026-08-14T20:28:06.637357786Z","level":"INFO","msg":"handleInformInit: received","streamId":"g2ch84q3","id":"1(@)"}
|
| 20 |
+
{"time":"2026-08-14T20:28:06.894723818Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"g2ch84q3","id":"1(@)"}
|
| 21 |
+
{"time":"2026-08-14T20:28:12.337494383Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 22 |
+
{"time":"2026-08-14T20:39:43.955226503Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 23 |
+
{"time":"2026-08-14T20:39:44.505666869Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"3viso7y2z8wp"}
|
| 24 |
+
{"time":"2026-08-14T20:39:44.507136651Z","level":"INFO","msg":"handleInformFinish: finish message received","streamId":"g2ch84q3","id":"1(@)"}
|
| 25 |
+
{"time":"2026-08-14T20:39:44.507897996Z","level":"INFO","msg":"handleInformFinish: stream closed","streamId":"g2ch84q3","id":"1(@)"}
|
| 26 |
+
{"time":"2026-08-14T20:39:45.020279672Z","level":"INFO","msg":"handleInformInit: received","streamId":"j86czemo","id":"1(@)"}
|
| 27 |
+
{"time":"2026-08-14T20:39:45.27941156Z","level":"INFO","msg":"handleInformInit: stream started","streamId":"j86czemo","id":"1(@)"}
|
| 28 |
+
{"time":"2026-08-14T20:39:50.74200388Z","level":"INFO","msg":"connection: cancelling request","id":"1(@)","requestId":"ibw5o8e0zw49"}
|
zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug-internal.log
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-08-14T20:39:45.020404854Z","level":"INFO","msg":"wandb-core"}
|
| 2 |
+
{"time":"2026-08-14T20:39:45.020535959Z","level":"INFO","msg":"stream: starting","core version":"0.28.1"}
|
| 3 |
+
{"time":"2026-08-14T20:39:45.279239855Z","level":"INFO","msg":"stream: created new stream","id":"j86czemo"}
|
| 4 |
+
{"time":"2026-08-14T20:39:45.279331465Z","level":"INFO","msg":"handler: started"}
|
| 5 |
+
{"time":"2026-08-14T20:39:45.27940313Z","level":"INFO","msg":"stream: started"}
|
| 6 |
+
{"time":"2026-08-14T20:39:45.279417021Z","level":"INFO","msg":"writer: started","stream_id":"j86czemo"}
|
| 7 |
+
{"time":"2026-08-14T20:39:45.279439783Z","level":"INFO","msg":"sender: started"}
|
| 8 |
+
{"time":"2026-08-14T20:39:45.743788117Z","level":"INFO","msg":"filestream: sending request","total_files":1,"console_offset":0,"console_lines":1}
|
| 9 |
+
{"time":"2026-08-14T20:39:45.85449847Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 10 |
+
{"time":"2026-08-14T20:40:00.74416275Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":1,"events_offset":0,"events_lines":1,"console_offset":0,"console_lines":2,"uploaded_len":2}
|
| 11 |
+
{"time":"2026-08-14T20:40:00.977965075Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 12 |
+
{"time":"2026-08-14T20:40:15.744587204Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":1,"history_lines":1,"events_offset":1,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 13 |
+
{"time":"2026-08-14T20:40:15.928506721Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 14 |
+
{"time":"2026-08-14T20:40:30.743869324Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":2,"history_lines":1,"events_offset":3,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 15 |
+
{"time":"2026-08-14T20:40:30.917560257Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 16 |
+
{"time":"2026-08-14T20:40:45.744229552Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":3,"history_lines":1,"events_offset":5,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 17 |
+
{"time":"2026-08-14T20:40:45.875347202Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 18 |
+
{"time":"2026-08-14T20:41:00.744908115Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":4,"history_lines":1,"events_offset":7,"events_lines":2,"console_offset":0,"console_lines":1}
|
| 19 |
+
{"time":"2026-08-14T20:41:00.918429764Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 20 |
+
{"time":"2026-08-14T20:41:15.744313716Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":5,"history_lines":1,"events_offset":9,"events_lines":2,"console_offset":2,"console_lines":10}
|
| 21 |
+
{"time":"2026-08-14T20:41:15.966956122Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 22 |
+
{"time":"2026-08-14T20:41:30.744909744Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":6,"history_lines":1,"events_offset":11,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 23 |
+
{"time":"2026-08-14T20:41:30.903737277Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 24 |
+
{"time":"2026-08-14T20:41:45.744811784Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":7,"history_lines":1,"events_offset":13,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 25 |
+
{"time":"2026-08-14T20:41:45.881876523Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 26 |
+
{"time":"2026-08-14T20:42:00.744201973Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":8,"history_lines":1,"events_offset":15,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 27 |
+
{"time":"2026-08-14T20:42:00.896435129Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 28 |
+
{"time":"2026-08-14T20:42:15.743927337Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":9,"history_lines":1,"events_offset":17,"events_lines":2,"console_offset":10,"console_lines":1}
|
| 29 |
+
{"time":"2026-08-14T20:42:15.934416786Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 30 |
+
{"time":"2026-08-14T20:42:30.744737861Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":10,"history_lines":1,"events_offset":19,"events_lines":2,"console_offset":12,"console_lines":10}
|
| 31 |
+
{"time":"2026-08-14T20:42:30.892376698Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 32 |
+
{"time":"2026-08-14T20:42:45.744822111Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":11,"history_lines":2,"events_offset":21,"events_lines":2,"console_offset":20,"console_lines":1}
|
| 33 |
+
{"time":"2026-08-14T20:42:45.971531834Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 34 |
+
{"time":"2026-08-14T20:43:00.744614977Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":13,"history_lines":1,"events_offset":23,"events_lines":2,"console_offset":20,"console_lines":1}
|
| 35 |
+
{"time":"2026-08-14T20:43:00.949080571Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 36 |
+
{"time":"2026-08-14T20:43:15.745651796Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":14,"history_lines":1,"events_offset":25,"events_lines":2,"console_offset":20,"console_lines":1}
|
| 37 |
+
{"time":"2026-08-14T20:43:15.911365748Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 38 |
+
{"time":"2026-08-14T20:43:30.744257431Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":15,"history_lines":1,"events_offset":27,"events_lines":2,"console_offset":22,"console_lines":10}
|
| 39 |
+
{"time":"2026-08-14T20:43:30.956144577Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug.log
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:setup_run_log_directory():729] Logging user logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug.log
|
| 2 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:setup_run_log_directory():730] Logging internal logs to /mnt/data/zainulabideen/zain-exp/notebooks/zain/Activation/wandb/run-20260814_203945-j86czemo/logs/debug-internal.log
|
| 3 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:init():772] calling init triggers
|
| 4 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:init():777] wandb.init called with sweep_config: {}
|
| 5 |
+
config: {'_wandb': {}}
|
| 6 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:init():820] starting backend
|
| 7 |
+
2026-08-14 20:39:45,019 INFO MainThread:409188 [wandb_init.py:init():835] sending inform_init request
|
| 8 |
+
2026-08-14 20:39:45,279 INFO MainThread:409188 [wandb_init.py:init():840] backend started and connected
|
| 9 |
+
2026-08-14 20:39:45,280 INFO MainThread:409188 [wandb_init.py:init():910] updated telemetry
|
| 10 |
+
2026-08-14 20:39:45,287 INFO MainThread:409188 [wandb_init.py:init():933] communicating run to backend with 90.0 second timeout
|
| 11 |
+
2026-08-14 20:39:45,662 INFO MainThread:409188 [wandb_init.py:init():978] starting run threads in backend
|
| 12 |
+
2026-08-14 20:39:45,738 INFO MainThread:409188 [wandb_run.py:_console_start():2621] atexit reg
|
| 13 |
+
2026-08-14 20:39:45,738 INFO MainThread:409188 [wandb_run.py:_redirect():2471] redirect: wrap_raw
|
| 14 |
+
2026-08-14 20:39:45,738 INFO MainThread:409188 [wandb_run.py:_redirect():2540] Wrapping output streams.
|
| 15 |
+
2026-08-14 20:39:45,738 INFO MainThread:409188 [wandb_run.py:_redirect():2563] Redirects installed.
|
| 16 |
+
2026-08-14 20:39:45,739 INFO MainThread:409188 [wandb_init.py:init():1016] run started, returning control to user process
|
| 17 |
+
2026-08-14 20:39:45,740 INFO MainThread:409188 [wandb_run.py:_config_callback():1346] config_cb None None {'transformers_version': '5.16.0.dev0', 'architectures': None, 'output_hidden_states': False, 'return_dict': True, 'dtype': None, 'chunk_size_feed_forward': 0, 'is_encoder_decoder': False, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'problem_type': None, 'vocab_size': 4096, 'hidden_size': 128, 'intermediate_size': 256, 'num_hidden_layers': 9, 'num_attention_heads': 4, 'num_key_value_heads': 4, 'hidden_act': 'silu', 'max_position_embeddings': 512, 'initializer_range': 0.02, 'rms_norm_eps': 1e-06, 'use_cache': False, 'pad_token_id': 0, 'bos_token_id': 1, 'eos_token_id': 2, 'pretraining_tp': 1, 'tie_word_embeddings': True, 'rope_parameters': {'rope_theta': 10000.0, 'rope_type': 'default'}, 'attention_bias': False, 'attention_dropout': 0.0, 'mlp_bias': False, 'head_dim': 32, '_name_or_path': '', 'tokenizer_name': 'w-ahmad/tiny-stories-tokenizer', 'mlp_type': 'mlp', 'activation': 'silu-waleed10', 'waleed_beta': 10.0, 'model_type': 'tiny_llama', 'output_attentions': False, 'output_dir': 'out/mlp-silu-waleed10-9L_run', 'per_device_train_batch_size': 512, 'num_train_epochs': 1, 'max_steps': 1000, 'learning_rate': 0.001, 'lr_scheduler_type': 'constant', 'lr_scheduler_kwargs': None, 'warmup_steps': 0, 'optim': 'adamw_torch', 'optim_args': None, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'optim_target_modules': None, 'gradient_accumulation_steps': 1, 'average_tokens_across_devices': True, 'max_grad_norm': 1.0, 'label_smoothing_factor': 0.0, 'bf16': True, 'fp16': False, 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'use_liger_kernel': False, 'liger_kernel_config': None, 'neftune_noise_alpha': None, 'torch_empty_cache_steps': None, 'auto_find_batch_size': False, 'logging_strategy': 'steps', 'logging_steps': 20, 'logging_first_step': False, 'log_on_each_node': True, 'logging_nan_inf_filter': True, 'include_num_input_tokens_seen': 'no', 'log_level': 'passive', 'log_level_replica': 'warning', 'disable_tqdm': False, 'report_to': ['wandb'], 'run_name': 'LM-mlp-silu-waleed10-9L-2.0M-20260814-203944', 'project': 'huggingface', 'trackio_space_id': None, 'trackio_bucket_id': None, 'trackio_static_space_id': None, 'eval_strategy': 'steps', 'eval_steps': 60000, 'eval_delay': 0, 'per_device_eval_batch_size': 512, 'prediction_loss_only': False, 'eval_on_start': False, 'eval_do_concat_batches': True, 'eval_use_gather_object': False, 'eval_accumulation_steps': None, 'include_for_metrics': [], 'batch_eval_metrics': False, 'save_only_model': False, 'save_strategy': 'steps', 'save_steps': 100, 'save_on_each_node': False, 'save_total_limit': None, 'enable_jit_checkpoint': False, 'push_to_hub': False, 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': None, 'hub_model_id': 'w-ahmad/A-mlp-silu-waleed10-9L', 'hub_strategy': 'every_save', 'hub_always_push': False, 'hub_revision': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'restore_callback_states_from_checkpoint': False, 'full_determinism': False, 'seed': 42, 'data_seed': 42, 'use_cpu': False, 'accelerator_config': {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}, 'parallelism_config': None, 'dataloader_drop_last': False, 'dataloader_num_workers': 0, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'dataloader_prefetch_factor': None, 'dataloader_multiprocessing_context': None, 'dataloader_in_order': True, 'remove_unused_columns': False, 'label_names': None, 'train_sampling_strategy': 'random', 'length_column_name': 'length', 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'ddp_static_graph': None, 'ddp_backend': None, 'ddp_timeout': 1800, 'fsdp': None, 'fsdp_config': None, 'deepspeed': None, 'debug': [], 'skip_memory_metrics': True, 'do_train': False, 'do_eval': True, 'do_predict': False, 'resume_from_checkpoint': None, 'local_rank': -1}
|
| 18 |
+
2026-08-14 20:39:45,742 INFO MainThread:409188 [wandb_config.py:__setitem__():155] [no run ID] config set model/num_parameters = 2001280 - <bound method Run._config_callback of <wandb.sdk.wandb_run.Run object at 0x153f4a14ab50>>
|
| 19 |
+
2026-08-14 20:39:45,742 INFO MainThread:409188 [wandb_run.py:_config_callback():1346] config_cb model/num_parameters 2001280 None
|
zain/Activation/wandb/run-20260814_203945-j86czemo/run-j86czemo.wandb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfed7a646bae5674ccf4bbb56d1c9fc949ee090944b63376022e56022a78c463
|
| 3 |
+
size 163840
|