aixk commited on
Commit
8288690
·
verified ·
1 Parent(s): 2319ec0

Upload folder using huggingface_hub

Browse files
checkpoint-200/config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "FastHyperNet125mForCausalLM"
4
+ ],
5
+ "dtype": "float32",
6
+ "hidden_size": 768,
7
+ "hyperbolic_dim": 16,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 2048,
10
+ "max_position_embeddings": 512,
11
+ "model_type": "fasthypernet_125m_8k",
12
+ "num_attention_heads": 12,
13
+ "num_hidden_layers": 16,
14
+ "transformers_version": "5.13.1",
15
+ "use_cache": false,
16
+ "vocab_size": 8192
17
+ }
checkpoint-200/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "output_attentions": false,
4
+ "output_hidden_states": false,
5
+ "transformers_version": "5.13.1"
6
+ }
checkpoint-200/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79737247af467e5b445deeadc8105d2379d6be8036afcf0499e888c71ce97681
3
+ size 492457480
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:784bdddf507a91a86c6e7c173f7560e46905650bf25f754f8dd9bf174c1b7d17
3
+ size 250761995
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ab7ee38d9f124c9b0a306a39dbc676c6b38fdb7f067b938117de601e30ec098
3
+ size 14645
checkpoint-200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:627bbb84c945c6d86cebd701faf2322d071ee5bad1f4ba0e1e0dc02cdeb413b2
3
+ size 1383
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11cb72d2887f45fa0a0c8e0b06727ce1988b92e7e58b242ece9220a1a3797427
3
+ size 1465
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.002333038301198161,
6
+ "eval_steps": 500,
7
+ "global_step": 200,
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.00011665191505990805,
14
+ "grad_norm": 36.77709197998047,
15
+ "learning_rate": 4.8e-07,
16
+ "loss": 8.7532,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.0002333038301198161,
21
+ "grad_norm": 27.75691795349121,
22
+ "learning_rate": 1.0799999999999998e-06,
23
+ "loss": 8.7454,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0003499557451797241,
28
+ "grad_norm": 28.70688247680664,
29
+ "learning_rate": 1.6799999999999998e-06,
30
+ "loss": 8.7275,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.0004666076602396322,
35
+ "grad_norm": 30.075843811035156,
36
+ "learning_rate": 2.2799999999999998e-06,
37
+ "loss": 8.7324,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.0005832595752995402,
42
+ "grad_norm": 24.32572364807129,
43
+ "learning_rate": 2.8799999999999995e-06,
44
+ "loss": 8.7301,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.0006999114903594483,
49
+ "grad_norm": 20.42615509033203,
50
+ "learning_rate": 3.4799999999999993e-06,
51
+ "loss": 8.7192,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.0008165634054193564,
56
+ "grad_norm": 21.43255043029785,
57
+ "learning_rate": 4.079999999999999e-06,
58
+ "loss": 8.7223,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.0009332153204792644,
63
+ "grad_norm": 15.917525291442871,
64
+ "learning_rate": 4.679999999999999e-06,
65
+ "loss": 8.7192,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.0010498672355391725,
70
+ "grad_norm": 18.44275665283203,
71
+ "learning_rate": 5.28e-06,
72
+ "loss": 8.7243,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.0011665191505990805,
77
+ "grad_norm": 23.859643936157227,
78
+ "learning_rate": 5.88e-06,
79
+ "loss": 8.7202,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.0012831710656589885,
84
+ "grad_norm": 25.342121124267578,
85
+ "learning_rate": 6.48e-06,
86
+ "loss": 8.7108,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.0013998229807188965,
91
+ "grad_norm": 31.435964584350586,
92
+ "learning_rate": 7.079999999999999e-06,
93
+ "loss": 8.7104,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.0015164748957788047,
98
+ "grad_norm": 28.961843490600586,
99
+ "learning_rate": 7.68e-06,
100
+ "loss": 8.7152,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.0016331268108387127,
105
+ "grad_norm": 34.92390060424805,
106
+ "learning_rate": 8.279999999999999e-06,
107
+ "loss": 8.7094,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.0017497787258986207,
112
+ "grad_norm": 33.02936553955078,
113
+ "learning_rate": 8.88e-06,
114
+ "loss": 8.6974,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.0018664306409585287,
119
+ "grad_norm": 32.488067626953125,
120
+ "learning_rate": 9.48e-06,
121
+ "loss": 8.6996,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.0019830825560184367,
126
+ "grad_norm": 23.191457748413086,
127
+ "learning_rate": 1.0079999999999998e-05,
128
+ "loss": 8.7105,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.002099734471078345,
133
+ "grad_norm": 106.55644226074219,
134
+ "learning_rate": 1.068e-05,
135
+ "loss": 8.6988,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.0022163863861382528,
140
+ "grad_norm": 38.405574798583984,
141
+ "learning_rate": 1.1279999999999999e-05,
142
+ "loss": 8.7015,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.002333038301198161,
147
+ "grad_norm": 12.893147468566895,
148
+ "learning_rate": 1.188e-05,
149
+ "loss": 8.6945,
150
+ "step": 200
151
+ }
152
+ ],
153
+ "logging_steps": 10,
154
+ "max_steps": 1000000,
155
+ "num_input_tokens_seen": 0,
156
+ "num_train_epochs": 12,
157
+ "save_steps": 100,
158
+ "stateful_callbacks": {
159
+ "TrainerControl": {
160
+ "args": {
161
+ "should_epoch_stop": false,
162
+ "should_evaluate": false,
163
+ "should_log": false,
164
+ "should_save": true,
165
+ "should_training_stop": false
166
+ },
167
+ "attributes": {}
168
+ }
169
+ },
170
+ "total_flos": 1811171346776064.0,
171
+ "train_batch_size": 8,
172
+ "trial_name": null,
173
+ "trial_params": null
174
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b170d18889101cba0d6a5dd19192f31549fbb1b1fc60a4d9f3703761083c42
3
+ size 5201
checkpoint-200/vocab_rank_shared_8k.json ADDED
The diff for this file is too large to render. See raw diff