kovidritesh commited on
Commit
dde3c9f
·
verified ·
1 Parent(s): c45f5a6

Upload folder using huggingface_hub

Browse files
Files changed (48) hide show
  1. added_tokens.json +24 -0
  2. checkpoint-1000/added_tokens.json +24 -0
  3. checkpoint-1000/config.json +59 -0
  4. checkpoint-1000/generation_config.json +6 -0
  5. checkpoint-1000/merges.txt +0 -0
  6. checkpoint-1000/model.safetensors +3 -0
  7. checkpoint-1000/optimizer.pt +3 -0
  8. checkpoint-1000/rng_state.pth +3 -0
  9. checkpoint-1000/scheduler.pt +3 -0
  10. checkpoint-1000/special_tokens_map.json +31 -0
  11. checkpoint-1000/tokenizer_config.json +208 -0
  12. checkpoint-1000/trainer_state.json +384 -0
  13. checkpoint-1000/training_args.bin +3 -0
  14. checkpoint-1000/vocab.json +0 -0
  15. checkpoint-1233/added_tokens.json +24 -0
  16. checkpoint-1233/config.json +59 -0
  17. checkpoint-1233/generation_config.json +6 -0
  18. checkpoint-1233/merges.txt +0 -0
  19. checkpoint-1233/model.safetensors +3 -0
  20. checkpoint-1233/optimizer.pt +3 -0
  21. checkpoint-1233/rng_state.pth +3 -0
  22. checkpoint-1233/scheduler.pt +3 -0
  23. checkpoint-1233/special_tokens_map.json +31 -0
  24. checkpoint-1233/tokenizer_config.json +208 -0
  25. checkpoint-1233/trainer_state.json +461 -0
  26. checkpoint-1233/training_args.bin +3 -0
  27. checkpoint-1233/vocab.json +0 -0
  28. checkpoint-500/added_tokens.json +24 -0
  29. checkpoint-500/config.json +59 -0
  30. checkpoint-500/generation_config.json +6 -0
  31. checkpoint-500/merges.txt +0 -0
  32. checkpoint-500/model.safetensors +3 -0
  33. checkpoint-500/optimizer.pt +3 -0
  34. checkpoint-500/rng_state.pth +3 -0
  35. checkpoint-500/scheduler.pt +3 -0
  36. checkpoint-500/special_tokens_map.json +31 -0
  37. checkpoint-500/tokenizer_config.json +208 -0
  38. checkpoint-500/trainer_state.json +209 -0
  39. checkpoint-500/training_args.bin +3 -0
  40. checkpoint-500/vocab.json +0 -0
  41. config.json +59 -0
  42. generation_config.json +6 -0
  43. merges.txt +0 -0
  44. model.safetensors +3 -0
  45. special_tokens_map.json +31 -0
  46. tokenizer_config.json +208 -0
  47. training_args.bin +3 -0
  48. vocab.json +0 -0
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-1000/config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention"
42
+ ],
43
+ "max_position_embeddings": 131072,
44
+ "max_window_layers": 28,
45
+ "model_type": "qwen2",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 28,
48
+ "num_key_value_heads": 2,
49
+ "rms_norm_eps": 1e-06,
50
+ "rope_scaling": null,
51
+ "rope_theta": 1000000.0,
52
+ "sliding_window": null,
53
+ "tie_word_embeddings": true,
54
+ "transformers_version": "4.57.3",
55
+ "use_cache": true,
56
+ "use_mrope": false,
57
+ "use_sliding_window": false,
58
+ "vocab_size": 151936
59
+ }
checkpoint-1000/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.57.3"
6
+ }
checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c36548c03c0f50b366a5632643754b41471ebbf37cb287f4f02702f0f4f9c995
3
+ size 3087467144
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e40829730c842fc3dadca3ccd4b22c3d08f992587eeb1b8d155fdc67ef03a3
3
+ size 6175153765
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2534e434cd5abbb8f7668d3eab0549db0ef95d6a797a3efa86b712e8e32266a7
3
+ size 14645
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6263c2d59a2d471a7ef909974e48b3c91f7d0b811616c5c5cb1adf45b86358
3
+ size 1465
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": null,
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.433221782780651,
6
+ "eval_steps": 500,
7
+ "global_step": 1000,
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.048676604806814724,
14
+ "grad_norm": 1.8046875,
15
+ "learning_rate": 1.027027027027027e-05,
16
+ "loss": 1.7832,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.09735320961362945,
21
+ "grad_norm": 1.7890625,
22
+ "learning_rate": 1.996655518394649e-05,
23
+ "loss": 1.7722,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.1460298144204442,
28
+ "grad_norm": 1.796875,
29
+ "learning_rate": 1.9632107023411374e-05,
30
+ "loss": 1.7743,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.1947064192272589,
35
+ "grad_norm": 1.703125,
36
+ "learning_rate": 1.9297658862876256e-05,
37
+ "loss": 1.7206,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.24338302403407364,
42
+ "grad_norm": 1.921875,
43
+ "learning_rate": 1.896321070234114e-05,
44
+ "loss": 1.7695,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.2920596288408884,
49
+ "grad_norm": 1.8359375,
50
+ "learning_rate": 1.8628762541806024e-05,
51
+ "loss": 1.7434,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.34073623364770306,
56
+ "grad_norm": 1.828125,
57
+ "learning_rate": 1.8294314381270902e-05,
58
+ "loss": 1.7553,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.3894128384545178,
63
+ "grad_norm": 1.734375,
64
+ "learning_rate": 1.7959866220735788e-05,
65
+ "loss": 1.7411,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.43808944326133253,
70
+ "grad_norm": 1.8359375,
71
+ "learning_rate": 1.762541806020067e-05,
72
+ "loss": 1.74,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.4867660480681473,
77
+ "grad_norm": 1.75,
78
+ "learning_rate": 1.729096989966555e-05,
79
+ "loss": 1.7305,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.535442652874962,
84
+ "grad_norm": 1.8359375,
85
+ "learning_rate": 1.6956521739130437e-05,
86
+ "loss": 1.8263,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.5841192576817767,
91
+ "grad_norm": 1.71875,
92
+ "learning_rate": 1.662207357859532e-05,
93
+ "loss": 1.7434,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.6327958624885914,
98
+ "grad_norm": 1.6953125,
99
+ "learning_rate": 1.6287625418060204e-05,
100
+ "loss": 1.8066,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.6814724672954061,
105
+ "grad_norm": 1.7421875,
106
+ "learning_rate": 1.5953177257525086e-05,
107
+ "loss": 1.7684,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.7301490721022209,
112
+ "grad_norm": 1.7734375,
113
+ "learning_rate": 1.5618729096989968e-05,
114
+ "loss": 1.7585,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.7788256769090356,
119
+ "grad_norm": 1.859375,
120
+ "learning_rate": 1.5284280936454853e-05,
121
+ "loss": 1.7534,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.8275022817158503,
126
+ "grad_norm": 1.59375,
127
+ "learning_rate": 1.4949832775919733e-05,
128
+ "loss": 1.7249,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.8761788865226651,
133
+ "grad_norm": 1.71875,
134
+ "learning_rate": 1.4615384615384615e-05,
135
+ "loss": 1.6967,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.9248554913294798,
140
+ "grad_norm": 1.890625,
141
+ "learning_rate": 1.4280936454849499e-05,
142
+ "loss": 1.7558,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.9735320961362945,
147
+ "grad_norm": 1.7734375,
148
+ "learning_rate": 1.3946488294314383e-05,
149
+ "loss": 1.77,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 1.0219044721630666,
154
+ "grad_norm": 1.75,
155
+ "learning_rate": 1.3612040133779264e-05,
156
+ "loss": 1.749,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 1.0705810769698814,
161
+ "grad_norm": 1.7421875,
162
+ "learning_rate": 1.3277591973244148e-05,
163
+ "loss": 1.7204,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 1.1192576817766962,
168
+ "grad_norm": 1.84375,
169
+ "learning_rate": 1.2943143812709032e-05,
170
+ "loss": 1.7572,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 1.1679342865835107,
175
+ "grad_norm": 1.796875,
176
+ "learning_rate": 1.2608695652173915e-05,
177
+ "loss": 1.6993,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 1.2166108913903255,
182
+ "grad_norm": 1.8046875,
183
+ "learning_rate": 1.2274247491638797e-05,
184
+ "loss": 1.7129,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 1.2652874961971403,
189
+ "grad_norm": 1.6328125,
190
+ "learning_rate": 1.1939799331103681e-05,
191
+ "loss": 1.6805,
192
+ "step": 520
193
+ },
194
+ {
195
+ "epoch": 1.3139641010039549,
196
+ "grad_norm": 1.859375,
197
+ "learning_rate": 1.1605351170568561e-05,
198
+ "loss": 1.7443,
199
+ "step": 540
200
+ },
201
+ {
202
+ "epoch": 1.3626407058107697,
203
+ "grad_norm": 1.71875,
204
+ "learning_rate": 1.1270903010033445e-05,
205
+ "loss": 1.677,
206
+ "step": 560
207
+ },
208
+ {
209
+ "epoch": 1.4113173106175845,
210
+ "grad_norm": 1.796875,
211
+ "learning_rate": 1.0936454849498328e-05,
212
+ "loss": 1.7224,
213
+ "step": 580
214
+ },
215
+ {
216
+ "epoch": 1.4599939154243993,
217
+ "grad_norm": 1.75,
218
+ "learning_rate": 1.0602006688963212e-05,
219
+ "loss": 1.6752,
220
+ "step": 600
221
+ },
222
+ {
223
+ "epoch": 1.5086705202312138,
224
+ "grad_norm": 1.7265625,
225
+ "learning_rate": 1.0267558528428094e-05,
226
+ "loss": 1.7125,
227
+ "step": 620
228
+ },
229
+ {
230
+ "epoch": 1.5573471250380286,
231
+ "grad_norm": 1.7421875,
232
+ "learning_rate": 9.933110367892978e-06,
233
+ "loss": 1.7553,
234
+ "step": 640
235
+ },
236
+ {
237
+ "epoch": 1.6060237298448432,
238
+ "grad_norm": 1.796875,
239
+ "learning_rate": 9.598662207357861e-06,
240
+ "loss": 1.7282,
241
+ "step": 660
242
+ },
243
+ {
244
+ "epoch": 1.654700334651658,
245
+ "grad_norm": 1.8046875,
246
+ "learning_rate": 9.264214046822743e-06,
247
+ "loss": 1.744,
248
+ "step": 680
249
+ },
250
+ {
251
+ "epoch": 1.7033769394584728,
252
+ "grad_norm": 1.8515625,
253
+ "learning_rate": 8.929765886287625e-06,
254
+ "loss": 1.7289,
255
+ "step": 700
256
+ },
257
+ {
258
+ "epoch": 1.7520535442652876,
259
+ "grad_norm": 1.890625,
260
+ "learning_rate": 8.595317725752509e-06,
261
+ "loss": 1.7096,
262
+ "step": 720
263
+ },
264
+ {
265
+ "epoch": 1.8007301490721024,
266
+ "grad_norm": 1.7734375,
267
+ "learning_rate": 8.260869565217392e-06,
268
+ "loss": 1.6916,
269
+ "step": 740
270
+ },
271
+ {
272
+ "epoch": 1.849406753878917,
273
+ "grad_norm": 1.78125,
274
+ "learning_rate": 7.926421404682276e-06,
275
+ "loss": 1.7363,
276
+ "step": 760
277
+ },
278
+ {
279
+ "epoch": 1.8980833586857315,
280
+ "grad_norm": 1.8203125,
281
+ "learning_rate": 7.591973244147159e-06,
282
+ "loss": 1.7347,
283
+ "step": 780
284
+ },
285
+ {
286
+ "epoch": 1.9467599634925463,
287
+ "grad_norm": 1.8046875,
288
+ "learning_rate": 7.257525083612041e-06,
289
+ "loss": 1.6867,
290
+ "step": 800
291
+ },
292
+ {
293
+ "epoch": 1.9954365682993611,
294
+ "grad_norm": 1.8203125,
295
+ "learning_rate": 6.923076923076923e-06,
296
+ "loss": 1.6461,
297
+ "step": 820
298
+ },
299
+ {
300
+ "epoch": 2.043808944326133,
301
+ "grad_norm": 1.6875,
302
+ "learning_rate": 6.588628762541807e-06,
303
+ "loss": 1.6941,
304
+ "step": 840
305
+ },
306
+ {
307
+ "epoch": 2.092485549132948,
308
+ "grad_norm": 1.7578125,
309
+ "learning_rate": 6.25418060200669e-06,
310
+ "loss": 1.6659,
311
+ "step": 860
312
+ },
313
+ {
314
+ "epoch": 2.1411621539397627,
315
+ "grad_norm": 1.7109375,
316
+ "learning_rate": 5.9197324414715726e-06,
317
+ "loss": 1.7182,
318
+ "step": 880
319
+ },
320
+ {
321
+ "epoch": 2.1898387587465775,
322
+ "grad_norm": 1.8125,
323
+ "learning_rate": 5.585284280936455e-06,
324
+ "loss": 1.7083,
325
+ "step": 900
326
+ },
327
+ {
328
+ "epoch": 2.2385153635533923,
329
+ "grad_norm": 1.7578125,
330
+ "learning_rate": 5.250836120401338e-06,
331
+ "loss": 1.6896,
332
+ "step": 920
333
+ },
334
+ {
335
+ "epoch": 2.287191968360207,
336
+ "grad_norm": 1.7734375,
337
+ "learning_rate": 4.916387959866221e-06,
338
+ "loss": 1.7174,
339
+ "step": 940
340
+ },
341
+ {
342
+ "epoch": 2.3358685731670215,
343
+ "grad_norm": 1.765625,
344
+ "learning_rate": 4.581939799331104e-06,
345
+ "loss": 1.651,
346
+ "step": 960
347
+ },
348
+ {
349
+ "epoch": 2.3845451779738362,
350
+ "grad_norm": 1.71875,
351
+ "learning_rate": 4.247491638795987e-06,
352
+ "loss": 1.6978,
353
+ "step": 980
354
+ },
355
+ {
356
+ "epoch": 2.433221782780651,
357
+ "grad_norm": 1.84375,
358
+ "learning_rate": 3.91304347826087e-06,
359
+ "loss": 1.678,
360
+ "step": 1000
361
+ }
362
+ ],
363
+ "logging_steps": 20,
364
+ "max_steps": 1233,
365
+ "num_input_tokens_seen": 0,
366
+ "num_train_epochs": 3,
367
+ "save_steps": 500,
368
+ "stateful_callbacks": {
369
+ "TrainerControl": {
370
+ "args": {
371
+ "should_epoch_stop": false,
372
+ "should_evaluate": false,
373
+ "should_log": false,
374
+ "should_save": true,
375
+ "should_training_stop": false
376
+ },
377
+ "attributes": {}
378
+ }
379
+ },
380
+ "total_flos": 1.287795201980498e+17,
381
+ "train_batch_size": 1,
382
+ "trial_name": null,
383
+ "trial_params": null
384
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4642b2430df164f42bb40682356465be3c0dfb733a549768bec482cd28d0d49e
3
+ size 5841
checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1233/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-1233/config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention"
42
+ ],
43
+ "max_position_embeddings": 131072,
44
+ "max_window_layers": 28,
45
+ "model_type": "qwen2",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 28,
48
+ "num_key_value_heads": 2,
49
+ "rms_norm_eps": 1e-06,
50
+ "rope_scaling": null,
51
+ "rope_theta": 1000000.0,
52
+ "sliding_window": null,
53
+ "tie_word_embeddings": true,
54
+ "transformers_version": "4.57.3",
55
+ "use_cache": true,
56
+ "use_mrope": false,
57
+ "use_sliding_window": false,
58
+ "vocab_size": 151936
59
+ }
checkpoint-1233/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.57.3"
6
+ }
checkpoint-1233/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1233/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:275a91421ecf90b7731e35a8d77e6801b48552bb2760c633df1654fd05d7c5f2
3
+ size 3087467144
checkpoint-1233/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e008ccb87b40107dedc1e6e8b75ec6228503733e699f04a4400e2fd4ac617c67
3
+ size 6175153765
checkpoint-1233/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2534e434cd5abbb8f7668d3eab0549db0ef95d6a797a3efa86b712e8e32266a7
3
+ size 14645
checkpoint-1233/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67edfef4e8ccf0d5878cad7495dea597cebad8cf999c713218880d1a8322066c
3
+ size 1465
checkpoint-1233/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-1233/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": null,
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-1233/trainer_state.json ADDED
@@ -0,0 +1,461 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1233,
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.048676604806814724,
14
+ "grad_norm": 1.8046875,
15
+ "learning_rate": 1.027027027027027e-05,
16
+ "loss": 1.7832,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.09735320961362945,
21
+ "grad_norm": 1.7890625,
22
+ "learning_rate": 1.996655518394649e-05,
23
+ "loss": 1.7722,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.1460298144204442,
28
+ "grad_norm": 1.796875,
29
+ "learning_rate": 1.9632107023411374e-05,
30
+ "loss": 1.7743,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.1947064192272589,
35
+ "grad_norm": 1.703125,
36
+ "learning_rate": 1.9297658862876256e-05,
37
+ "loss": 1.7206,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.24338302403407364,
42
+ "grad_norm": 1.921875,
43
+ "learning_rate": 1.896321070234114e-05,
44
+ "loss": 1.7695,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.2920596288408884,
49
+ "grad_norm": 1.8359375,
50
+ "learning_rate": 1.8628762541806024e-05,
51
+ "loss": 1.7434,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.34073623364770306,
56
+ "grad_norm": 1.828125,
57
+ "learning_rate": 1.8294314381270902e-05,
58
+ "loss": 1.7553,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.3894128384545178,
63
+ "grad_norm": 1.734375,
64
+ "learning_rate": 1.7959866220735788e-05,
65
+ "loss": 1.7411,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.43808944326133253,
70
+ "grad_norm": 1.8359375,
71
+ "learning_rate": 1.762541806020067e-05,
72
+ "loss": 1.74,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.4867660480681473,
77
+ "grad_norm": 1.75,
78
+ "learning_rate": 1.729096989966555e-05,
79
+ "loss": 1.7305,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.535442652874962,
84
+ "grad_norm": 1.8359375,
85
+ "learning_rate": 1.6956521739130437e-05,
86
+ "loss": 1.8263,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.5841192576817767,
91
+ "grad_norm": 1.71875,
92
+ "learning_rate": 1.662207357859532e-05,
93
+ "loss": 1.7434,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.6327958624885914,
98
+ "grad_norm": 1.6953125,
99
+ "learning_rate": 1.6287625418060204e-05,
100
+ "loss": 1.8066,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.6814724672954061,
105
+ "grad_norm": 1.7421875,
106
+ "learning_rate": 1.5953177257525086e-05,
107
+ "loss": 1.7684,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.7301490721022209,
112
+ "grad_norm": 1.7734375,
113
+ "learning_rate": 1.5618729096989968e-05,
114
+ "loss": 1.7585,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.7788256769090356,
119
+ "grad_norm": 1.859375,
120
+ "learning_rate": 1.5284280936454853e-05,
121
+ "loss": 1.7534,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.8275022817158503,
126
+ "grad_norm": 1.59375,
127
+ "learning_rate": 1.4949832775919733e-05,
128
+ "loss": 1.7249,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.8761788865226651,
133
+ "grad_norm": 1.71875,
134
+ "learning_rate": 1.4615384615384615e-05,
135
+ "loss": 1.6967,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.9248554913294798,
140
+ "grad_norm": 1.890625,
141
+ "learning_rate": 1.4280936454849499e-05,
142
+ "loss": 1.7558,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.9735320961362945,
147
+ "grad_norm": 1.7734375,
148
+ "learning_rate": 1.3946488294314383e-05,
149
+ "loss": 1.77,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 1.0219044721630666,
154
+ "grad_norm": 1.75,
155
+ "learning_rate": 1.3612040133779264e-05,
156
+ "loss": 1.749,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 1.0705810769698814,
161
+ "grad_norm": 1.7421875,
162
+ "learning_rate": 1.3277591973244148e-05,
163
+ "loss": 1.7204,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 1.1192576817766962,
168
+ "grad_norm": 1.84375,
169
+ "learning_rate": 1.2943143812709032e-05,
170
+ "loss": 1.7572,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 1.1679342865835107,
175
+ "grad_norm": 1.796875,
176
+ "learning_rate": 1.2608695652173915e-05,
177
+ "loss": 1.6993,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 1.2166108913903255,
182
+ "grad_norm": 1.8046875,
183
+ "learning_rate": 1.2274247491638797e-05,
184
+ "loss": 1.7129,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 1.2652874961971403,
189
+ "grad_norm": 1.6328125,
190
+ "learning_rate": 1.1939799331103681e-05,
191
+ "loss": 1.6805,
192
+ "step": 520
193
+ },
194
+ {
195
+ "epoch": 1.3139641010039549,
196
+ "grad_norm": 1.859375,
197
+ "learning_rate": 1.1605351170568561e-05,
198
+ "loss": 1.7443,
199
+ "step": 540
200
+ },
201
+ {
202
+ "epoch": 1.3626407058107697,
203
+ "grad_norm": 1.71875,
204
+ "learning_rate": 1.1270903010033445e-05,
205
+ "loss": 1.677,
206
+ "step": 560
207
+ },
208
+ {
209
+ "epoch": 1.4113173106175845,
210
+ "grad_norm": 1.796875,
211
+ "learning_rate": 1.0936454849498328e-05,
212
+ "loss": 1.7224,
213
+ "step": 580
214
+ },
215
+ {
216
+ "epoch": 1.4599939154243993,
217
+ "grad_norm": 1.75,
218
+ "learning_rate": 1.0602006688963212e-05,
219
+ "loss": 1.6752,
220
+ "step": 600
221
+ },
222
+ {
223
+ "epoch": 1.5086705202312138,
224
+ "grad_norm": 1.7265625,
225
+ "learning_rate": 1.0267558528428094e-05,
226
+ "loss": 1.7125,
227
+ "step": 620
228
+ },
229
+ {
230
+ "epoch": 1.5573471250380286,
231
+ "grad_norm": 1.7421875,
232
+ "learning_rate": 9.933110367892978e-06,
233
+ "loss": 1.7553,
234
+ "step": 640
235
+ },
236
+ {
237
+ "epoch": 1.6060237298448432,
238
+ "grad_norm": 1.796875,
239
+ "learning_rate": 9.598662207357861e-06,
240
+ "loss": 1.7282,
241
+ "step": 660
242
+ },
243
+ {
244
+ "epoch": 1.654700334651658,
245
+ "grad_norm": 1.8046875,
246
+ "learning_rate": 9.264214046822743e-06,
247
+ "loss": 1.744,
248
+ "step": 680
249
+ },
250
+ {
251
+ "epoch": 1.7033769394584728,
252
+ "grad_norm": 1.8515625,
253
+ "learning_rate": 8.929765886287625e-06,
254
+ "loss": 1.7289,
255
+ "step": 700
256
+ },
257
+ {
258
+ "epoch": 1.7520535442652876,
259
+ "grad_norm": 1.890625,
260
+ "learning_rate": 8.595317725752509e-06,
261
+ "loss": 1.7096,
262
+ "step": 720
263
+ },
264
+ {
265
+ "epoch": 1.8007301490721024,
266
+ "grad_norm": 1.7734375,
267
+ "learning_rate": 8.260869565217392e-06,
268
+ "loss": 1.6916,
269
+ "step": 740
270
+ },
271
+ {
272
+ "epoch": 1.849406753878917,
273
+ "grad_norm": 1.78125,
274
+ "learning_rate": 7.926421404682276e-06,
275
+ "loss": 1.7363,
276
+ "step": 760
277
+ },
278
+ {
279
+ "epoch": 1.8980833586857315,
280
+ "grad_norm": 1.8203125,
281
+ "learning_rate": 7.591973244147159e-06,
282
+ "loss": 1.7347,
283
+ "step": 780
284
+ },
285
+ {
286
+ "epoch": 1.9467599634925463,
287
+ "grad_norm": 1.8046875,
288
+ "learning_rate": 7.257525083612041e-06,
289
+ "loss": 1.6867,
290
+ "step": 800
291
+ },
292
+ {
293
+ "epoch": 1.9954365682993611,
294
+ "grad_norm": 1.8203125,
295
+ "learning_rate": 6.923076923076923e-06,
296
+ "loss": 1.6461,
297
+ "step": 820
298
+ },
299
+ {
300
+ "epoch": 2.043808944326133,
301
+ "grad_norm": 1.6875,
302
+ "learning_rate": 6.588628762541807e-06,
303
+ "loss": 1.6941,
304
+ "step": 840
305
+ },
306
+ {
307
+ "epoch": 2.092485549132948,
308
+ "grad_norm": 1.7578125,
309
+ "learning_rate": 6.25418060200669e-06,
310
+ "loss": 1.6659,
311
+ "step": 860
312
+ },
313
+ {
314
+ "epoch": 2.1411621539397627,
315
+ "grad_norm": 1.7109375,
316
+ "learning_rate": 5.9197324414715726e-06,
317
+ "loss": 1.7182,
318
+ "step": 880
319
+ },
320
+ {
321
+ "epoch": 2.1898387587465775,
322
+ "grad_norm": 1.8125,
323
+ "learning_rate": 5.585284280936455e-06,
324
+ "loss": 1.7083,
325
+ "step": 900
326
+ },
327
+ {
328
+ "epoch": 2.2385153635533923,
329
+ "grad_norm": 1.7578125,
330
+ "learning_rate": 5.250836120401338e-06,
331
+ "loss": 1.6896,
332
+ "step": 920
333
+ },
334
+ {
335
+ "epoch": 2.287191968360207,
336
+ "grad_norm": 1.7734375,
337
+ "learning_rate": 4.916387959866221e-06,
338
+ "loss": 1.7174,
339
+ "step": 940
340
+ },
341
+ {
342
+ "epoch": 2.3358685731670215,
343
+ "grad_norm": 1.765625,
344
+ "learning_rate": 4.581939799331104e-06,
345
+ "loss": 1.651,
346
+ "step": 960
347
+ },
348
+ {
349
+ "epoch": 2.3845451779738362,
350
+ "grad_norm": 1.71875,
351
+ "learning_rate": 4.247491638795987e-06,
352
+ "loss": 1.6978,
353
+ "step": 980
354
+ },
355
+ {
356
+ "epoch": 2.433221782780651,
357
+ "grad_norm": 1.84375,
358
+ "learning_rate": 3.91304347826087e-06,
359
+ "loss": 1.678,
360
+ "step": 1000
361
+ },
362
+ {
363
+ "epoch": 2.481898387587466,
364
+ "grad_norm": 1.8671875,
365
+ "learning_rate": 3.578595317725753e-06,
366
+ "loss": 1.7307,
367
+ "step": 1020
368
+ },
369
+ {
370
+ "epoch": 2.5305749923942806,
371
+ "grad_norm": 1.7890625,
372
+ "learning_rate": 3.2441471571906356e-06,
373
+ "loss": 1.7118,
374
+ "step": 1040
375
+ },
376
+ {
377
+ "epoch": 2.579251597201095,
378
+ "grad_norm": 1.78125,
379
+ "learning_rate": 2.9096989966555184e-06,
380
+ "loss": 1.6911,
381
+ "step": 1060
382
+ },
383
+ {
384
+ "epoch": 2.6279282020079098,
385
+ "grad_norm": 1.84375,
386
+ "learning_rate": 2.5752508361204016e-06,
387
+ "loss": 1.6765,
388
+ "step": 1080
389
+ },
390
+ {
391
+ "epoch": 2.6766048068147246,
392
+ "grad_norm": 1.84375,
393
+ "learning_rate": 2.2408026755852844e-06,
394
+ "loss": 1.6877,
395
+ "step": 1100
396
+ },
397
+ {
398
+ "epoch": 2.7252814116215394,
399
+ "grad_norm": 1.6953125,
400
+ "learning_rate": 1.9063545150501676e-06,
401
+ "loss": 1.6672,
402
+ "step": 1120
403
+ },
404
+ {
405
+ "epoch": 2.773958016428354,
406
+ "grad_norm": 1.7578125,
407
+ "learning_rate": 1.5719063545150504e-06,
408
+ "loss": 1.7077,
409
+ "step": 1140
410
+ },
411
+ {
412
+ "epoch": 2.822634621235169,
413
+ "grad_norm": 1.796875,
414
+ "learning_rate": 1.2374581939799331e-06,
415
+ "loss": 1.717,
416
+ "step": 1160
417
+ },
418
+ {
419
+ "epoch": 2.8713112260419837,
420
+ "grad_norm": 1.734375,
421
+ "learning_rate": 9.030100334448161e-07,
422
+ "loss": 1.7282,
423
+ "step": 1180
424
+ },
425
+ {
426
+ "epoch": 2.9199878308487985,
427
+ "grad_norm": 1.859375,
428
+ "learning_rate": 5.68561872909699e-07,
429
+ "loss": 1.696,
430
+ "step": 1200
431
+ },
432
+ {
433
+ "epoch": 2.968664435655613,
434
+ "grad_norm": 1.875,
435
+ "learning_rate": 2.3411371237458194e-07,
436
+ "loss": 1.7116,
437
+ "step": 1220
438
+ }
439
+ ],
440
+ "logging_steps": 20,
441
+ "max_steps": 1233,
442
+ "num_input_tokens_seen": 0,
443
+ "num_train_epochs": 3,
444
+ "save_steps": 500,
445
+ "stateful_callbacks": {
446
+ "TrainerControl": {
447
+ "args": {
448
+ "should_epoch_stop": false,
449
+ "should_evaluate": false,
450
+ "should_log": false,
451
+ "should_save": true,
452
+ "should_training_stop": true
453
+ },
454
+ "attributes": {}
455
+ }
456
+ },
457
+ "total_flos": 1.5877655022167654e+17,
458
+ "train_batch_size": 1,
459
+ "trial_name": null,
460
+ "trial_params": null
461
+ }
checkpoint-1233/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4642b2430df164f42bb40682356465be3c0dfb733a549768bec482cd28d0d49e
3
+ size 5841
checkpoint-1233/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-500/config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention"
42
+ ],
43
+ "max_position_embeddings": 131072,
44
+ "max_window_layers": 28,
45
+ "model_type": "qwen2",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 28,
48
+ "num_key_value_heads": 2,
49
+ "rms_norm_eps": 1e-06,
50
+ "rope_scaling": null,
51
+ "rope_theta": 1000000.0,
52
+ "sliding_window": null,
53
+ "tie_word_embeddings": true,
54
+ "transformers_version": "4.57.3",
55
+ "use_cache": true,
56
+ "use_mrope": false,
57
+ "use_sliding_window": false,
58
+ "vocab_size": 151936
59
+ }
checkpoint-500/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.57.3"
6
+ }
checkpoint-500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a286b83871cd780a813e7d911b8d9e998276f2a92148c3539643049af3d40a78
3
+ size 3087467144
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b84df013fb8125c1ae90f0b7f68a3a415793cd917e79a63dfbfa8eef1932890
3
+ size 6175153765
checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de69a2834426ff9ef8199d077e00892579278af31d8969d77f98235b5cfc010a
3
+ size 14645
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eed66d6380895d5b77a88fea928ec6bd864c75866798dbcbd3318c9e817b4c5a
3
+ size 1465
checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": null,
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.2166108913903255,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
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.048676604806814724,
14
+ "grad_norm": 1.8046875,
15
+ "learning_rate": 1.027027027027027e-05,
16
+ "loss": 1.7832,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.09735320961362945,
21
+ "grad_norm": 1.7890625,
22
+ "learning_rate": 1.996655518394649e-05,
23
+ "loss": 1.7722,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.1460298144204442,
28
+ "grad_norm": 1.796875,
29
+ "learning_rate": 1.9632107023411374e-05,
30
+ "loss": 1.7743,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.1947064192272589,
35
+ "grad_norm": 1.703125,
36
+ "learning_rate": 1.9297658862876256e-05,
37
+ "loss": 1.7206,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.24338302403407364,
42
+ "grad_norm": 1.921875,
43
+ "learning_rate": 1.896321070234114e-05,
44
+ "loss": 1.7695,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.2920596288408884,
49
+ "grad_norm": 1.8359375,
50
+ "learning_rate": 1.8628762541806024e-05,
51
+ "loss": 1.7434,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.34073623364770306,
56
+ "grad_norm": 1.828125,
57
+ "learning_rate": 1.8294314381270902e-05,
58
+ "loss": 1.7553,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.3894128384545178,
63
+ "grad_norm": 1.734375,
64
+ "learning_rate": 1.7959866220735788e-05,
65
+ "loss": 1.7411,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.43808944326133253,
70
+ "grad_norm": 1.8359375,
71
+ "learning_rate": 1.762541806020067e-05,
72
+ "loss": 1.74,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.4867660480681473,
77
+ "grad_norm": 1.75,
78
+ "learning_rate": 1.729096989966555e-05,
79
+ "loss": 1.7305,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.535442652874962,
84
+ "grad_norm": 1.8359375,
85
+ "learning_rate": 1.6956521739130437e-05,
86
+ "loss": 1.8263,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.5841192576817767,
91
+ "grad_norm": 1.71875,
92
+ "learning_rate": 1.662207357859532e-05,
93
+ "loss": 1.7434,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.6327958624885914,
98
+ "grad_norm": 1.6953125,
99
+ "learning_rate": 1.6287625418060204e-05,
100
+ "loss": 1.8066,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.6814724672954061,
105
+ "grad_norm": 1.7421875,
106
+ "learning_rate": 1.5953177257525086e-05,
107
+ "loss": 1.7684,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.7301490721022209,
112
+ "grad_norm": 1.7734375,
113
+ "learning_rate": 1.5618729096989968e-05,
114
+ "loss": 1.7585,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.7788256769090356,
119
+ "grad_norm": 1.859375,
120
+ "learning_rate": 1.5284280936454853e-05,
121
+ "loss": 1.7534,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.8275022817158503,
126
+ "grad_norm": 1.59375,
127
+ "learning_rate": 1.4949832775919733e-05,
128
+ "loss": 1.7249,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.8761788865226651,
133
+ "grad_norm": 1.71875,
134
+ "learning_rate": 1.4615384615384615e-05,
135
+ "loss": 1.6967,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.9248554913294798,
140
+ "grad_norm": 1.890625,
141
+ "learning_rate": 1.4280936454849499e-05,
142
+ "loss": 1.7558,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.9735320961362945,
147
+ "grad_norm": 1.7734375,
148
+ "learning_rate": 1.3946488294314383e-05,
149
+ "loss": 1.77,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 1.0219044721630666,
154
+ "grad_norm": 1.75,
155
+ "learning_rate": 1.3612040133779264e-05,
156
+ "loss": 1.749,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 1.0705810769698814,
161
+ "grad_norm": 1.7421875,
162
+ "learning_rate": 1.3277591973244148e-05,
163
+ "loss": 1.7204,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 1.1192576817766962,
168
+ "grad_norm": 1.84375,
169
+ "learning_rate": 1.2943143812709032e-05,
170
+ "loss": 1.7572,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 1.1679342865835107,
175
+ "grad_norm": 1.796875,
176
+ "learning_rate": 1.2608695652173915e-05,
177
+ "loss": 1.6993,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 1.2166108913903255,
182
+ "grad_norm": 1.8046875,
183
+ "learning_rate": 1.2274247491638797e-05,
184
+ "loss": 1.7129,
185
+ "step": 500
186
+ }
187
+ ],
188
+ "logging_steps": 20,
189
+ "max_steps": 1233,
190
+ "num_input_tokens_seen": 0,
191
+ "num_train_epochs": 3,
192
+ "save_steps": 500,
193
+ "stateful_callbacks": {
194
+ "TrainerControl": {
195
+ "args": {
196
+ "should_epoch_stop": false,
197
+ "should_evaluate": false,
198
+ "should_log": false,
199
+ "should_save": true,
200
+ "should_training_stop": false
201
+ },
202
+ "attributes": {}
203
+ }
204
+ },
205
+ "total_flos": 6.43897600990249e+16,
206
+ "train_batch_size": 1,
207
+ "trial_name": null,
208
+ "trial_params": null
209
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4642b2430df164f42bb40682356465be3c0dfb733a549768bec482cd28d0d49e
3
+ size 5841
checkpoint-500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention"
42
+ ],
43
+ "max_position_embeddings": 131072,
44
+ "max_window_layers": 28,
45
+ "model_type": "qwen2",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 28,
48
+ "num_key_value_heads": 2,
49
+ "rms_norm_eps": 1e-06,
50
+ "rope_scaling": null,
51
+ "rope_theta": 1000000.0,
52
+ "sliding_window": null,
53
+ "tie_word_embeddings": true,
54
+ "transformers_version": "4.57.3",
55
+ "use_cache": true,
56
+ "use_mrope": false,
57
+ "use_sliding_window": false,
58
+ "vocab_size": 151936
59
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.57.3"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:275a91421ecf90b7731e35a8d77e6801b48552bb2760c633df1654fd05d7c5f2
3
+ size 3087467144
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": null,
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4642b2430df164f42bb40682356465be3c0dfb733a549768bec482cd28d0d49e
3
+ size 5841
vocab.json ADDED
The diff for this file is too large to render. See raw diff