kiatkock commited on
Commit
abecedb
·
verified ·
1 Parent(s): f83a799

tickers_78_7_Channels_with_tape model training @ 2025-10-19 22:22:50

Browse files
checkpoint-500/config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "time_moe_50m",
3
+ "apply_aux_loss": true,
4
+ "architectures": [
5
+ "TimeMoeForPrediction"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "auto_map": {
9
+ "AutoConfig": "Maple728/TimeMoE-50M--configuration_time_moe.TimeMoeConfig",
10
+ "AutoModelForCausalLM": "Maple728/TimeMoE-50M--modeling_time_moe.TimeMoeForPrediction"
11
+ },
12
+ "channel_configs": [
13
+ [
14
+ 63,
15
+ 1,
16
+ 1
17
+ ],
18
+ [
19
+ 6,
20
+ 1,
21
+ 4
22
+ ],
23
+ [
24
+ 6,
25
+ 1,
26
+ 5
27
+ ],
28
+ [
29
+ 10,
30
+ 1,
31
+ 1
32
+ ],
33
+ [
34
+ 5,
35
+ 1,
36
+ 1
37
+ ],
38
+ [
39
+ 5,
40
+ 1,
41
+ 1
42
+ ],
43
+ [
44
+ 5,
45
+ 1,
46
+ 2
47
+ ]
48
+ ],
49
+ "embedding_hidden_size": 128,
50
+ "hidden_act": "silu",
51
+ "hidden_size": 384,
52
+ "horizon_lengths": [
53
+ 1,
54
+ 8,
55
+ 32,
56
+ 64
57
+ ],
58
+ "initializer_range": 0.02,
59
+ "input_size": 42,
60
+ "intermediate_size": 1536,
61
+ "max_position_embeddings": 4096,
62
+ "model_type": "time_moe",
63
+ "num_attention_heads": 12,
64
+ "num_experts": 8,
65
+ "num_experts_per_tok": 2,
66
+ "num_hidden_layers": 12,
67
+ "num_key_value_heads": 12,
68
+ "rms_norm_eps": 1e-06,
69
+ "rope_theta": 10000,
70
+ "router_aux_loss_factor": 0.02,
71
+ "tie_word_embeddings": false,
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.40.1",
74
+ "use_cache": true,
75
+ "use_dense": false
76
+ }
checkpoint-500/generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.40.1"
4
+ }
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3633c26b8e782677bdf040812ca4d90cec5bb1193143f36ee5fad386d22081a1
3
+ size 523327312
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.35392045974731445,
3
+ "best_model_checkpoint": "/home/yinkiat/logs/time_moe_tickers_78_7_Channels_with_tape/checkpoint-500",
4
+ "epoch": 0.6172839506172839,
5
+ "eval_steps": 250,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0012345679012345679,
13
+ "grad_norm": 0.6619585752487183,
14
+ "learning_rate": 9.999995299115366e-05,
15
+ "loss": 0.5046,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.06172839506172839,
20
+ "grad_norm": 0.05976645648479462,
21
+ "learning_rate": 9.988256989482915e-05,
22
+ "loss": 0.4091,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.12345679012345678,
27
+ "grad_norm": 0.2998131215572357,
28
+ "learning_rate": 9.953138276568462e-05,
29
+ "loss": 0.3854,
30
+ "step": 100
31
+ },
32
+ {
33
+ "epoch": 0.18518518518518517,
34
+ "grad_norm": 0.32706254720687866,
35
+ "learning_rate": 9.894973780788723e-05,
36
+ "loss": 0.3711,
37
+ "step": 150
38
+ },
39
+ {
40
+ "epoch": 0.24691358024691357,
41
+ "grad_norm": 0.18154236674308777,
42
+ "learning_rate": 9.814309923172227e-05,
43
+ "loss": 0.3614,
44
+ "step": 200
45
+ },
46
+ {
47
+ "epoch": 0.30864197530864196,
48
+ "grad_norm": 0.0911095142364502,
49
+ "learning_rate": 9.711904492941645e-05,
50
+ "loss": 0.3544,
51
+ "step": 250
52
+ },
53
+ {
54
+ "epoch": 0.30864197530864196,
55
+ "eval_loss": 0.36227765679359436,
56
+ "eval_runtime": 141.9212,
57
+ "eval_samples_per_second": 531.563,
58
+ "eval_steps_per_second": 16.615,
59
+ "step": 250
60
+ },
61
+ {
62
+ "epoch": 0.37037037037037035,
63
+ "grad_norm": 0.352092981338501,
64
+ "learning_rate": 9.588719528532342e-05,
65
+ "loss": 0.3503,
66
+ "step": 300
67
+ },
68
+ {
69
+ "epoch": 0.43209876543209874,
70
+ "grad_norm": 0.10818850994110107,
71
+ "learning_rate": 9.4459122798104e-05,
72
+ "loss": 0.3477,
73
+ "step": 350
74
+ },
75
+ {
76
+ "epoch": 0.49382716049382713,
77
+ "grad_norm": 0.09456054121255875,
78
+ "learning_rate": 9.284824336394749e-05,
79
+ "loss": 0.3425,
80
+ "step": 400
81
+ },
82
+ {
83
+ "epoch": 0.5555555555555556,
84
+ "grad_norm": 0.27488818764686584,
85
+ "learning_rate": 9.106969024216348e-05,
86
+ "loss": 0.3428,
87
+ "step": 450
88
+ },
89
+ {
90
+ "epoch": 0.6172839506172839,
91
+ "grad_norm": 0.10880504548549652,
92
+ "learning_rate": 8.914017188716347e-05,
93
+ "loss": 0.3406,
94
+ "step": 500
95
+ },
96
+ {
97
+ "epoch": 0.6172839506172839,
98
+ "eval_loss": 0.35392045974731445,
99
+ "eval_runtime": 145.9692,
100
+ "eval_samples_per_second": 516.821,
101
+ "eval_steps_per_second": 16.154,
102
+ "step": 500
103
+ }
104
+ ],
105
+ "logging_steps": 50,
106
+ "max_steps": 1620,
107
+ "num_input_tokens_seen": 0,
108
+ "num_train_epochs": 2,
109
+ "save_steps": 250,
110
+ "total_flos": 3164638740480000.0,
111
+ "train_batch_size": 16,
112
+ "trial_name": null,
113
+ "trial_params": null
114
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5edc06d66733730a64bef13b56324503876e24bbf51a066bf9182c51e90acc77
3
+ size 5585
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70c9a4f3d616b9b829abe11cd40619e0f19743fb43719e6eb9d1eb6e0da318a7
3
  size 523327312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3633c26b8e782677bdf040812ca4d90cec5bb1193143f36ee5fad386d22081a1
3
  size 523327312
tb_logs/events.out.tfevents.1760881013.luyao1.106761.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea08c84f4b9d300b5dfd7bd474ffb3e5cf720b71c7a034f605d0f4678588973
3
+ size 12624