aixk commited on
Commit
c144b02
·
verified ·
1 Parent(s): 25a07f0

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_tagless",
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/hybrid_tokenizer_mapping.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b0ee3e2eab5b29488ab4c9afa6c09bfc52f4539d17b358c681e5b596bd2aeaa
3
+ size 501755480
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f9fb6469af38bafb2f7ff6630775d162931b15216bd9622eec3890b5568dc2f
3
+ size 254028235
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e18d1a0a8905bf76046fbd57bd2a92ee690f1537b119955a5c97c83aacbff90
3
+ size 14645
checkpoint-200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb22dbede66ad7a98c11fb496813e1803325871e2016e5d29a056027d8f91089
3
+ size 1383
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4740c83a8d487f8c66d35ee96265fa1587e3e5fb469c8ea471a63e194c9897c
3
+ size 1465
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "HFCompatibleHybridTokenizer",
3
+ "vocab_size": 8192,
4
+ "model_max_length": 512,
5
+ "bos_token": "<bos>",
6
+ "eos_token": "<eos>",
7
+ "unk_token": "<unk>",
8
+ "pad_token": "<pad>"
9
+ }
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.010499376599514405,
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.0005249688299757202,
14
+ "grad_norm": 4051.18359375,
15
+ "learning_rate": 9e-07,
16
+ "loss": 7.93,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.0010499376599514404,
21
+ "grad_norm": 111.26915740966797,
22
+ "learning_rate": 3.899999999999999e-06,
23
+ "loss": 7.7273,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0015749064899271605,
28
+ "grad_norm": 176.40713500976562,
29
+ "learning_rate": 6.899999999999999e-06,
30
+ "loss": 7.5271,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.002099875319902881,
35
+ "grad_norm": 668.3442993164062,
36
+ "learning_rate": 9.9e-06,
37
+ "loss": 7.6155,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.002624844149878601,
42
+ "grad_norm": 171.85369873046875,
43
+ "learning_rate": 1.2899999999999998e-05,
44
+ "loss": 7.4873,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.003149812979854321,
49
+ "grad_norm": 477.1031494140625,
50
+ "learning_rate": 1.5899999999999997e-05,
51
+ "loss": 7.4295,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.0036747818098300414,
56
+ "grad_norm": 256.7841491699219,
57
+ "learning_rate": 1.89e-05,
58
+ "loss": 7.3037,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.004199750639805762,
63
+ "grad_norm": 240.86167907714844,
64
+ "learning_rate": 2.1899999999999997e-05,
65
+ "loss": 7.3488,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.0047247194697814816,
70
+ "grad_norm": 151.8752899169922,
71
+ "learning_rate": 2.49e-05,
72
+ "loss": 7.1664,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.005249688299757202,
77
+ "grad_norm": 92.41702270507812,
78
+ "learning_rate": 2.7899999999999997e-05,
79
+ "loss": 7.2001,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.005774657129732922,
84
+ "grad_norm": 125.6628189086914,
85
+ "learning_rate": 3.09e-05,
86
+ "loss": 7.1956,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.006299625959708642,
91
+ "grad_norm": 105.1700210571289,
92
+ "learning_rate": 3.39e-05,
93
+ "loss": 7.2136,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.006824594789684363,
98
+ "grad_norm": 95.49678039550781,
99
+ "learning_rate": 3.6899999999999996e-05,
100
+ "loss": 7.2046,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.007349563619660083,
105
+ "grad_norm": 70.33267974853516,
106
+ "learning_rate": 3.99e-05,
107
+ "loss": 7.0895,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.007874532449635803,
112
+ "grad_norm": 42.994972229003906,
113
+ "learning_rate": 4.289999999999999e-05,
114
+ "loss": 7.1157,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.008399501279611523,
119
+ "grad_norm": 87.23907470703125,
120
+ "learning_rate": 4.59e-05,
121
+ "loss": 7.1537,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.008924470109587244,
126
+ "grad_norm": 53.14045333862305,
127
+ "learning_rate": 4.8899999999999996e-05,
128
+ "loss": 7.0126,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.009449438939562963,
133
+ "grad_norm": 44.222225189208984,
134
+ "learning_rate": 5.1899999999999994e-05,
135
+ "loss": 7.1067,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.009974407769538684,
140
+ "grad_norm": 65.67877197265625,
141
+ "learning_rate": 5.489999999999999e-05,
142
+ "loss": 7.0359,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.010499376599514405,
147
+ "grad_norm": 34.80784225463867,
148
+ "learning_rate": 5.79e-05,
149
+ "loss": 7.0124,
150
+ "step": 200
151
+ }
152
+ ],
153
+ "logging_steps": 10,
154
+ "max_steps": 10000000,
155
+ "num_input_tokens_seen": 0,
156
+ "num_train_epochs": 525,
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": 2988639533875200.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:a40bbf14bc866e7549dd7e35b2f1efa93574f3325f7dcb8eac5341e7f4b4f035
3
+ size 5201