w-ahmad commited on
Commit
4051384
·
verified ·
1 Parent(s): 495140e

Auto upload zain 2026-08-14T21:35:16.328459 (part 3)

Browse files
zain/Activation/out/glu-waleed10-21L_run/checkpoint-100/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": "glu",
19
+ "model_type": "tiny_llama",
20
+ "num_attention_heads": 4,
21
+ "num_hidden_layers": 21,
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/glu-waleed10-21L_run/checkpoint-100/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ab1b31bcb11397bd80ec3e4e5c6abdb0fc687c21b77afea19332b3f8f7da8d
3
+ size 7961528
zain/Activation/out/glu-waleed10-21L_run/checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a620acef2e0005500c7c1363f29d54ff2e5807a4052b91201178ea0703ab5199
3
+ size 16041274
zain/Activation/out/glu-waleed10-21L_run/checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d9cd6a0487226e5bd30d1846894c82af483733ab4381b75bae9c0745e05d405
3
+ size 14244
zain/Activation/out/glu-waleed10-21L_run/checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906745ab5f61e73e8c1ba850ef3b839e2766eba889b49c843836266988895165
3
+ size 1064
zain/Activation/out/glu-waleed10-21L_run/checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
zain/Activation/out/glu-waleed10-21L_run/checkpoint-100/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/glu-waleed10-21L_run/checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.05392289026691831,
6
+ "eval_steps": 60000,
7
+ "global_step": 100,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.010784578053383662,
14
+ "grad_norm": 4.0,
15
+ "learning_rate": 0.001,
16
+ "loss": 28.876385498046876,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.021569156106767323,
21
+ "grad_norm": 1.3984375,
22
+ "learning_rate": 0.001,
23
+ "loss": 24.010443115234374,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.032353734160150985,
28
+ "grad_norm": 1.453125,
29
+ "learning_rate": 0.001,
30
+ "loss": 22.35637664794922,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.043138312213534646,
35
+ "grad_norm": 3.34375,
36
+ "learning_rate": 0.001,
37
+ "loss": 20.596783447265626,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.05392289026691831,
42
+ "grad_norm": 1.9140625,
43
+ "learning_rate": 0.001,
44
+ "loss": 18.65278015136719,
45
+ "step": 100
46
+ }
47
+ ],
48
+ "logging_steps": 20,
49
+ "max_steps": 1000,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 1,
52
+ "save_steps": 100,
53
+ "stateful_callbacks": {
54
+ "TrainerControl": {
55
+ "args": {
56
+ "should_epoch_stop": false,
57
+ "should_evaluate": false,
58
+ "should_log": false,
59
+ "should_save": true,
60
+ "should_training_stop": false
61
+ },
62
+ "attributes": {}
63
+ }
64
+ },
65
+ "total_flos": 542031583641600.0,
66
+ "train_batch_size": 128,
67
+ "trial_name": null,
68
+ "trial_params": null
69
+ }
zain/Activation/out/glu-waleed10-21L_run/checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4a5fb74d92c2a824150af3ee3051d6e747acb606e30ff7dc799c234f6c87bd3
3
+ size 4920
zain/Activation/out/glu-waleed10-21L_run/training_log.jsonl ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {"step": 20, "epoch": 0.010784578053383662, "timestamp": 1786743136.1027415, "loss": 28.876385498046876, "grad_norm": 4.0, "learning_rate": 0.001, "train/total_time_seconds": 13.991009909659624, "train/time_per_step_avg": 0.6995504954829812, "train/epoch_time_elapsed": 21.68653191253543, "train/estimated_remaining_minutes": 11.425991426222026}
2
+ {"step": 40, "epoch": 0.021569156106767323, "timestamp": 1786743157.294506, "loss": 24.010443115234374, "grad_norm": 1.3984375, "learning_rate": 0.001, "train/total_time_seconds": 27.58999863639474, "train/time_per_step_avg": 0.6897499659098685, "train/epoch_time_elapsed": 42.87829800695181, "train/estimated_remaining_minutes": 11.035999454557896}
3
+ {"step": 60, "epoch": 0.032353734160150985, "timestamp": 1786743178.5719721, "loss": 22.35637664794922, "grad_norm": 1.453125, "learning_rate": 0.001, "train/total_time_seconds": 41.22402549535036, "train/time_per_step_avg": 0.6870670915891727, "train/epoch_time_elapsed": 64.1557636745274, "train/estimated_remaining_minutes": 10.764051101563705}
4
+ {"step": 80, "epoch": 0.043138312213534646, "timestamp": 1786743199.783026, "loss": 20.596783447265626, "grad_norm": 3.34375, "learning_rate": 0.001, "train/total_time_seconds": 54.91238158941269, "train/time_per_step_avg": 0.6864047698676586, "train/epoch_time_elapsed": 85.36681762337685, "train/estimated_remaining_minutes": 10.524873137970765}
5
+ {"step": 100, "epoch": 0.05392289026691831, "timestamp": 1786743220.9183896, "loss": 18.65278015136719, "grad_norm": 1.9140625, "learning_rate": 0.001, "train/total_time_seconds": 68.49352874606848, "train/time_per_step_avg": 0.6849352874606848, "train/epoch_time_elapsed": 106.50218157470226, "train/estimated_remaining_minutes": 10.274029311910272}
6
+ {"step": 120, "epoch": 0.06470746832030197, "timestamp": 1786743242.2572048, "loss": 17.364892578125, "grad_norm": 3.109375, "learning_rate": 0.001, "train/total_time_seconds": 82.1613814868033, "train/time_per_step_avg": 0.6817037157714367, "train/epoch_time_elapsed": 127.84099610894918, "train/estimated_remaining_minutes": 10.041946626164847}
7
+ {"step": 140, "epoch": 0.07549204637368563, "timestamp": 1786743263.472586, "loss": 16.395790100097656, "grad_norm": 1.6015625, "learning_rate": 0.001, "train/total_time_seconds": 95.80696863308549, "train/time_per_step_avg": 0.6821696999669075, "train/epoch_time_elapsed": 149.05637842416763, "train/estimated_remaining_minutes": 9.808808693387324}
8
+ {"step": 160, "epoch": 0.08627662442706929, "timestamp": 1786743283.5837717, "loss": 15.567823791503907, "grad_norm": 1.5234375, "learning_rate": 0.001, "train/total_time_seconds": 108.37814669311047, "train/time_per_step_avg": 0.6715412119776011, "train/epoch_time_elapsed": 169.16756326332688, "train/estimated_remaining_minutes": 9.483087835647165}
9
+ {"step": 180, "epoch": 0.09706120248045295, "timestamp": 1786743303.724438, "loss": 14.909393310546875, "grad_norm": 1.703125, "learning_rate": 0.001, "train/total_time_seconds": 120.95274137333035, "train/time_per_step_avg": 0.6604035978391767, "train/epoch_time_elapsed": 189.30822933092713, "train/estimated_remaining_minutes": 9.183448882049158}
10
+ {"step": 200, "epoch": 0.10784578053383662, "timestamp": 1786743319.5532258, "loss": 14.338616943359375, "grad_norm": 2.4375, "learning_rate": 0.001, "train/total_time_seconds": 129.02139946818352, "train/time_per_step_avg": 0.6052787072211504, "train/epoch_time_elapsed": 205.13701867312193, "train/estimated_remaining_minutes": 8.601426631212234}