42e commited on
Commit
e56a006
·
verified ·
1 Parent(s): af9f6f8

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. adapter_config.json +7 -7
  2. adapter_model.safetensors +2 -2
  3. checkpoint-100/adapter_config.json +7 -7
  4. checkpoint-100/adapter_model.safetensors +2 -2
  5. checkpoint-100/optimizer.pt +2 -2
  6. checkpoint-100/rng_state.pth +1 -1
  7. checkpoint-100/scheduler.pt +1 -1
  8. checkpoint-100/trainer_state.json +89 -89
  9. checkpoint-1000/README.md +209 -0
  10. checkpoint-1000/adapter_config.json +48 -0
  11. checkpoint-1000/adapter_model.safetensors +3 -0
  12. checkpoint-1000/chat_template.jinja +54 -0
  13. checkpoint-1000/optimizer.pt +3 -0
  14. checkpoint-1000/rng_state.pth +3 -0
  15. checkpoint-1000/scheduler.pt +3 -0
  16. checkpoint-1000/tokenizer.json +3 -0
  17. checkpoint-1000/tokenizer_config.json +30 -0
  18. checkpoint-1000/trainer_state.json +1254 -0
  19. checkpoint-1000/training_args.bin +3 -0
  20. checkpoint-1050/README.md +209 -0
  21. checkpoint-1050/adapter_config.json +48 -0
  22. checkpoint-1050/adapter_model.safetensors +3 -0
  23. checkpoint-1050/chat_template.jinja +54 -0
  24. checkpoint-1050/optimizer.pt +3 -0
  25. checkpoint-1050/rng_state.pth +3 -0
  26. checkpoint-1050/scheduler.pt +3 -0
  27. checkpoint-1050/tokenizer.json +3 -0
  28. checkpoint-1050/tokenizer_config.json +30 -0
  29. checkpoint-1050/trainer_state.json +1315 -0
  30. checkpoint-1050/training_args.bin +3 -0
  31. checkpoint-1100/README.md +209 -0
  32. checkpoint-1100/adapter_config.json +48 -0
  33. checkpoint-1100/adapter_model.safetensors +3 -0
  34. checkpoint-1100/chat_template.jinja +54 -0
  35. checkpoint-1100/optimizer.pt +3 -0
  36. checkpoint-1100/rng_state.pth +3 -0
  37. checkpoint-1100/scheduler.pt +3 -0
  38. checkpoint-1100/tokenizer.json +3 -0
  39. checkpoint-1100/tokenizer_config.json +30 -0
  40. checkpoint-1100/trainer_state.json +1376 -0
  41. checkpoint-1100/training_args.bin +3 -0
  42. checkpoint-1150/README.md +209 -0
  43. checkpoint-1150/adapter_config.json +48 -0
  44. checkpoint-1150/adapter_model.safetensors +3 -0
  45. checkpoint-1150/chat_template.jinja +54 -0
  46. checkpoint-1150/optimizer.pt +3 -0
  47. checkpoint-1150/rng_state.pth +3 -0
  48. checkpoint-1150/scheduler.pt +3 -0
  49. checkpoint-1150/tokenizer.json +3 -0
  50. checkpoint-1150/tokenizer_config.json +30 -0
adapter_config.json CHANGED
@@ -16,7 +16,7 @@
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
- "lora_alpha": 32,
20
  "lora_bias": false,
21
  "lora_dropout": 0.05,
22
  "lora_ga_config": null,
@@ -26,17 +26,17 @@
26
  "peft_type": "LORA",
27
  "peft_version": "0.19.1",
28
  "qalora_group_size": 16,
29
- "r": 16,
30
  "rank_pattern": {},
31
  "revision": null,
32
  "target_modules": [
33
- "up_proj",
34
- "v_proj",
35
  "down_proj",
36
- "gate_proj",
37
- "k_proj",
38
  "q_proj",
39
- "o_proj"
 
 
40
  ],
41
  "target_parameters": null,
42
  "task_type": "CAUSAL_LM",
 
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
+ "lora_alpha": 64,
20
  "lora_bias": false,
21
  "lora_dropout": 0.05,
22
  "lora_ga_config": null,
 
26
  "peft_type": "LORA",
27
  "peft_version": "0.19.1",
28
  "qalora_group_size": 16,
29
+ "r": 32,
30
  "rank_pattern": {},
31
  "revision": null,
32
  "target_modules": [
 
 
33
  "down_proj",
34
+ "v_proj",
35
+ "o_proj",
36
  "q_proj",
37
+ "up_proj",
38
+ "k_proj",
39
+ "gate_proj"
40
  ],
41
  "target_parameters": null,
42
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa34af23bf5f627420056c6ca93614eccb89a13a6b26ee39654b1c76f98c7b57
3
- size 36981856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa327a08e34b24d1fb838778e344666e08dc9be064f4729fa28e8d9aa75a75f
3
+ size 73911504
checkpoint-100/adapter_config.json CHANGED
@@ -16,7 +16,7 @@
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
- "lora_alpha": 32,
20
  "lora_bias": false,
21
  "lora_dropout": 0.05,
22
  "lora_ga_config": null,
@@ -26,17 +26,17 @@
26
  "peft_type": "LORA",
27
  "peft_version": "0.19.1",
28
  "qalora_group_size": 16,
29
- "r": 16,
30
  "rank_pattern": {},
31
  "revision": null,
32
  "target_modules": [
33
- "up_proj",
34
- "v_proj",
35
  "down_proj",
36
- "gate_proj",
37
- "k_proj",
38
  "q_proj",
39
- "o_proj"
 
 
40
  ],
41
  "target_parameters": null,
42
  "task_type": "CAUSAL_LM",
 
16
  "layers_pattern": null,
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
+ "lora_alpha": 64,
20
  "lora_bias": false,
21
  "lora_dropout": 0.05,
22
  "lora_ga_config": null,
 
26
  "peft_type": "LORA",
27
  "peft_version": "0.19.1",
28
  "qalora_group_size": 16,
29
+ "r": 32,
30
  "rank_pattern": {},
31
  "revision": null,
32
  "target_modules": [
 
 
33
  "down_proj",
34
+ "v_proj",
35
+ "o_proj",
36
  "q_proj",
37
+ "up_proj",
38
+ "k_proj",
39
+ "gate_proj"
40
  ],
41
  "target_parameters": null,
42
  "task_type": "CAUSAL_LM",
checkpoint-100/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa9275bf8376983416fa96843cefbf7e481b80c2337a48afe8223b447bc7aff2
3
- size 36981856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a352eac3525221c7e6492006ccf1a168de968d1936bfc484ec82d8516c1e7d
3
+ size 73911504
checkpoint-100/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dad7021362a705070b53d5b1fa56cd1fa4a9d6c14ae6591b7f0e4844da0dbf4
3
- size 37974277
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da9240a6a4f53d033d1c7ccb9219a8db25cf2054b464320188be62afbbc7005
3
+ size 75480837
checkpoint-100/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b00cceb7f37cfbd31e90b394ecb76bb027606e7d08fb604a18f1196079d2df1
3
  size 14581
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a1fc27eff0c588988dbf01aac3e8e85433fcd6f5a7b71ef1b74c5e8820fc929
3
  size 14581
checkpoint-100/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a551ce0dc3a0b68845751a0c5e671b9aae2271abcf89a90290c712dcbcc1aa1f
3
  size 1465
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb811f4a295c24e566f01228b6c8c274ddb3baab0e0c84cddf589d01ddc42a55
3
  size 1465
checkpoint-100/trainer_state.json CHANGED
@@ -2,7 +2,7 @@
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
- "epoch": 1.111731843575419,
6
  "eval_steps": 50,
7
  "global_step": 100,
8
  "is_hyper_param_search": false,
@@ -10,130 +10,130 @@
10
  "is_world_process_zero": true,
11
  "log_history": [
12
  {
13
- "entropy": 1.4779861330986024,
14
- "epoch": 0.11173184357541899,
15
- "grad_norm": 0.76953125,
16
- "learning_rate": 0.0002,
17
- "loss": 1.4731324195861817,
18
- "mean_token_accuracy": 0.7202368557453156,
19
- "num_tokens": 139114.0,
20
  "step": 10
21
  },
22
  {
23
- "entropy": 1.0133022338151931,
24
- "epoch": 0.22346368715083798,
25
- "grad_norm": 0.283203125,
26
- "learning_rate": 0.0001992764570419069,
27
- "loss": 0.8902671813964844,
28
- "mean_token_accuracy": 0.8063317209482193,
29
- "num_tokens": 287784.0,
30
  "step": 20
31
  },
32
  {
33
- "entropy": 0.7525231212377548,
34
- "epoch": 0.33519553072625696,
35
- "grad_norm": 0.328125,
36
- "learning_rate": 0.00019711629845587164,
37
- "loss": 0.7365246772766113,
38
- "mean_token_accuracy": 0.8312019616365433,
39
- "num_tokens": 425110.0,
40
  "step": 30
41
  },
42
  {
43
- "entropy": 0.7569459870457649,
44
- "epoch": 0.44692737430167595,
45
- "grad_norm": 0.30859375,
46
- "learning_rate": 0.0001935507835925601,
47
- "loss": 0.7281070709228515,
48
- "mean_token_accuracy": 0.8265180081129074,
49
- "num_tokens": 557368.0,
50
  "step": 40
51
  },
52
  {
53
- "entropy": 0.7587758377194405,
54
- "epoch": 0.5586592178770949,
55
- "grad_norm": 0.298828125,
56
- "learning_rate": 0.00018863150851539877,
57
- "loss": 0.7540057182312012,
58
- "mean_token_accuracy": 0.8272259771823883,
59
- "num_tokens": 697056.0,
60
  "step": 50
61
  },
62
  {
63
- "epoch": 0.5586592178770949,
64
- "eval_entropy": 0.7372037768363953,
65
- "eval_loss": 0.6630074381828308,
66
- "eval_mean_token_accuracy": 0.8417112976312637,
67
- "eval_num_tokens": 697056.0,
68
- "eval_runtime": 2.5833,
69
- "eval_samples_per_second": 24.774,
70
- "eval_steps_per_second": 3.097,
71
  "step": 50
72
  },
73
  {
74
- "entropy": 0.6524852216243744,
75
- "epoch": 0.6703910614525139,
76
- "grad_norm": 0.298828125,
77
- "learning_rate": 0.00018242965936120768,
78
- "loss": 0.6453401565551757,
79
- "mean_token_accuracy": 0.8488216072320938,
80
- "num_tokens": 839286.0,
81
  "step": 60
82
  },
83
  {
84
- "entropy": 0.6424317806959152,
85
- "epoch": 0.7821229050279329,
86
- "grad_norm": 0.271484375,
87
- "learning_rate": 0.00017503498221564025,
88
- "loss": 0.6219259262084961,
89
- "mean_token_accuracy": 0.8490033924579621,
90
- "num_tokens": 975302.0,
91
  "step": 70
92
  },
93
  {
94
- "entropy": 0.6861401617527008,
95
- "epoch": 0.8938547486033519,
96
- "grad_norm": 0.310546875,
97
- "learning_rate": 0.00016655448441021747,
98
- "loss": 0.6655363082885742,
99
- "mean_token_accuracy": 0.8398628294467926,
100
- "num_tokens": 1124078.0,
101
  "step": 80
102
  },
103
  {
104
- "entropy": 0.6849280376183359,
105
- "epoch": 1.0,
106
- "grad_norm": 0.52734375,
107
- "learning_rate": 0.00015711088603430405,
108
- "loss": 0.6517285823822021,
109
- "mean_token_accuracy": 0.8404176392053303,
110
- "num_tokens": 1253938.0,
111
  "step": 90
112
  },
113
  {
114
- "entropy": 0.5663869976997375,
115
- "epoch": 1.111731843575419,
116
- "grad_norm": 0.3515625,
117
- "learning_rate": 0.00014684084406997903,
118
- "loss": 0.5269561767578125,
119
- "mean_token_accuracy": 0.867387443780899,
120
- "num_tokens": 1393724.0,
121
  "step": 100
122
  },
123
  {
124
- "epoch": 1.111731843575419,
125
- "eval_entropy": 0.5684726685285568,
126
- "eval_loss": 0.6147818565368652,
127
- "eval_mean_token_accuracy": 0.8511798083782196,
128
- "eval_num_tokens": 1393724.0,
129
- "eval_runtime": 2.5766,
130
- "eval_samples_per_second": 24.839,
131
- "eval_steps_per_second": 3.105,
132
  "step": 100
133
  }
134
  ],
135
  "logging_steps": 10,
136
- "max_steps": 270,
137
  "num_input_tokens_seen": 0,
138
  "num_train_epochs": 3,
139
  "save_steps": 50,
@@ -149,7 +149,7 @@
149
  "attributes": {}
150
  }
151
  },
152
- "total_flos": 1.9212723876870144e+16,
153
  "train_batch_size": 8,
154
  "trial_name": null,
155
  "trial_params": null
 
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
+ "epoch": 0.1968503937007874,
6
  "eval_steps": 50,
7
  "global_step": 100,
8
  "is_hyper_param_search": false,
 
10
  "is_world_process_zero": true,
11
  "log_history": [
12
  {
13
+ "entropy": 1.4378354728221894,
14
+ "epoch": 0.01968503937007874,
15
+ "grad_norm": 0.62109375,
16
+ "learning_rate": 3.91304347826087e-05,
17
+ "loss": 1.657682228088379,
18
+ "mean_token_accuracy": 0.6598833322525024,
19
+ "num_tokens": 115439.0,
20
  "step": 10
21
  },
22
  {
23
+ "entropy": 1.5141301095485686,
24
+ "epoch": 0.03937007874015748,
25
+ "grad_norm": 0.44140625,
26
+ "learning_rate": 8.260869565217392e-05,
27
+ "loss": 1.4646138191223144,
28
+ "mean_token_accuracy": 0.6834615051746369,
29
+ "num_tokens": 225264.0,
30
  "step": 20
31
  },
32
  {
33
+ "entropy": 1.2295305937528611,
34
+ "epoch": 0.05905511811023622,
35
+ "grad_norm": 0.6796875,
36
+ "learning_rate": 0.00012608695652173915,
37
+ "loss": 1.1134957313537597,
38
+ "mean_token_accuracy": 0.7453642427921295,
39
+ "num_tokens": 330923.0,
40
  "step": 30
41
  },
42
  {
43
+ "entropy": 1.0573274463415145,
44
+ "epoch": 0.07874015748031496,
45
+ "grad_norm": 0.474609375,
46
+ "learning_rate": 0.00016956521739130436,
47
+ "loss": 1.077296829223633,
48
+ "mean_token_accuracy": 0.7446383863687516,
49
+ "num_tokens": 437622.0,
50
  "step": 40
51
  },
52
  {
53
+ "entropy": 0.952904561161995,
54
+ "epoch": 0.0984251968503937,
55
+ "grad_norm": 0.50390625,
56
+ "learning_rate": 0.00019999796688511753,
57
+ "loss": 0.9590332984924317,
58
+ "mean_token_accuracy": 0.768164387345314,
59
+ "num_tokens": 551175.0,
60
  "step": 50
61
  },
62
  {
63
+ "epoch": 0.0984251968503937,
64
+ "eval_entropy": 1.0900797645250957,
65
+ "eval_loss": 1.0484484434127808,
66
+ "eval_mean_token_accuracy": 0.7461776600943671,
67
+ "eval_num_tokens": 551175.0,
68
+ "eval_runtime": 15.9866,
69
+ "eval_samples_per_second": 26.71,
70
+ "eval_steps_per_second": 3.378,
71
  "step": 50
72
  },
73
  {
74
+ "entropy": 0.9487997680902481,
75
+ "epoch": 0.11811023622047244,
76
+ "grad_norm": 0.59375,
77
+ "learning_rate": 0.0001999618249203163,
78
+ "loss": 0.9577752113342285,
79
+ "mean_token_accuracy": 0.7689193069934845,
80
+ "num_tokens": 658006.0,
81
  "step": 60
82
  },
83
  {
84
+ "entropy": 1.0506175458431244,
85
+ "epoch": 0.1377952755905512,
86
+ "grad_norm": 0.5390625,
87
+ "learning_rate": 0.00019988052141977201,
88
+ "loss": 0.9976933479309082,
89
+ "mean_token_accuracy": 0.756487911939621,
90
+ "num_tokens": 771278.0,
91
  "step": 70
92
  },
93
  {
94
+ "entropy": 0.8528705358505249,
95
+ "epoch": 0.15748031496062992,
96
+ "grad_norm": 0.5078125,
97
+ "learning_rate": 0.0001997540931154166,
98
+ "loss": 0.8407608032226562,
99
+ "mean_token_accuracy": 0.7868376106023789,
100
+ "num_tokens": 886071.0,
101
  "step": 80
102
  },
103
  {
104
+ "entropy": 0.9220433413982392,
105
+ "epoch": 0.17716535433070865,
106
+ "grad_norm": 0.484375,
107
+ "learning_rate": 0.00019958259712601903,
108
+ "loss": 0.8958203315734863,
109
+ "mean_token_accuracy": 0.7736223608255386,
110
+ "num_tokens": 996361.0,
111
  "step": 90
112
  },
113
  {
114
+ "entropy": 0.8399994730949402,
115
+ "epoch": 0.1968503937007874,
116
+ "grad_norm": 0.51953125,
117
+ "learning_rate": 0.00019936611093137983,
118
+ "loss": 0.8394058227539063,
119
+ "mean_token_accuracy": 0.7876519203186035,
120
+ "num_tokens": 1103999.0,
121
  "step": 100
122
  },
123
  {
124
+ "epoch": 0.1968503937007874,
125
+ "eval_entropy": 0.9908565746413337,
126
+ "eval_loss": 0.949418842792511,
127
+ "eval_mean_token_accuracy": 0.7609190278583102,
128
+ "eval_num_tokens": 1103999.0,
129
+ "eval_runtime": 15.9475,
130
+ "eval_samples_per_second": 26.775,
131
+ "eval_steps_per_second": 3.386,
132
  "step": 100
133
  }
134
  ],
135
  "logging_steps": 10,
136
+ "max_steps": 1524,
137
  "num_input_tokens_seen": 0,
138
  "num_train_epochs": 3,
139
  "save_steps": 50,
 
149
  "attributes": {}
150
  }
151
  },
152
+ "total_flos": 1.5680413745086464e+16,
153
  "train_batch_size": 8,
154
  "trial_name": null,
155
  "trial_params": null
checkpoint-1000/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Math-1.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Math-1.5B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-Math-1.5B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 32,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "down_proj",
34
+ "v_proj",
35
+ "o_proj",
36
+ "q_proj",
37
+ "up_proj",
38
+ "k_proj",
39
+ "gate_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee24119072f11c0af081f59c58bed9bbb7997ac37fcd76fd929cf8d51da4f518
3
+ size 73911504
checkpoint-1000/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'Please reason step by step, and put your final answer within \\boxed{}.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nPlease reason step by step, and put your final answer within \\boxed{}.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c64565b335948906b563dadefa773d27a12ffc17b35dc282189f2c04802e7ff
3
+ size 75481221
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7a36d4490dcc66ffb5c91559101a1ded1d487a9d57e77bb66d6f525a1f7b3f9
3
+ size 14581
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bf4431da4f9b62f328c3c855c395422d88886e20e8353946752b9c5d711e964
3
+ size 1465
checkpoint-1000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
3
+ size 11421892
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": false,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|fim_pad|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,1254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.968503937007874,
6
+ "eval_steps": 50,
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
+ "entropy": 1.4378354728221894,
14
+ "epoch": 0.01968503937007874,
15
+ "grad_norm": 0.62109375,
16
+ "learning_rate": 3.91304347826087e-05,
17
+ "loss": 1.657682228088379,
18
+ "mean_token_accuracy": 0.6598833322525024,
19
+ "num_tokens": 115439.0,
20
+ "step": 10
21
+ },
22
+ {
23
+ "entropy": 1.5141301095485686,
24
+ "epoch": 0.03937007874015748,
25
+ "grad_norm": 0.44140625,
26
+ "learning_rate": 8.260869565217392e-05,
27
+ "loss": 1.4646138191223144,
28
+ "mean_token_accuracy": 0.6834615051746369,
29
+ "num_tokens": 225264.0,
30
+ "step": 20
31
+ },
32
+ {
33
+ "entropy": 1.2295305937528611,
34
+ "epoch": 0.05905511811023622,
35
+ "grad_norm": 0.6796875,
36
+ "learning_rate": 0.00012608695652173915,
37
+ "loss": 1.1134957313537597,
38
+ "mean_token_accuracy": 0.7453642427921295,
39
+ "num_tokens": 330923.0,
40
+ "step": 30
41
+ },
42
+ {
43
+ "entropy": 1.0573274463415145,
44
+ "epoch": 0.07874015748031496,
45
+ "grad_norm": 0.474609375,
46
+ "learning_rate": 0.00016956521739130436,
47
+ "loss": 1.077296829223633,
48
+ "mean_token_accuracy": 0.7446383863687516,
49
+ "num_tokens": 437622.0,
50
+ "step": 40
51
+ },
52
+ {
53
+ "entropy": 0.952904561161995,
54
+ "epoch": 0.0984251968503937,
55
+ "grad_norm": 0.50390625,
56
+ "learning_rate": 0.00019999796688511753,
57
+ "loss": 0.9590332984924317,
58
+ "mean_token_accuracy": 0.768164387345314,
59
+ "num_tokens": 551175.0,
60
+ "step": 50
61
+ },
62
+ {
63
+ "epoch": 0.0984251968503937,
64
+ "eval_entropy": 1.0900797645250957,
65
+ "eval_loss": 1.0484484434127808,
66
+ "eval_mean_token_accuracy": 0.7461776600943671,
67
+ "eval_num_tokens": 551175.0,
68
+ "eval_runtime": 15.9866,
69
+ "eval_samples_per_second": 26.71,
70
+ "eval_steps_per_second": 3.378,
71
+ "step": 50
72
+ },
73
+ {
74
+ "entropy": 0.9487997680902481,
75
+ "epoch": 0.11811023622047244,
76
+ "grad_norm": 0.59375,
77
+ "learning_rate": 0.0001999618249203163,
78
+ "loss": 0.9577752113342285,
79
+ "mean_token_accuracy": 0.7689193069934845,
80
+ "num_tokens": 658006.0,
81
+ "step": 60
82
+ },
83
+ {
84
+ "entropy": 1.0506175458431244,
85
+ "epoch": 0.1377952755905512,
86
+ "grad_norm": 0.5390625,
87
+ "learning_rate": 0.00019988052141977201,
88
+ "loss": 0.9976933479309082,
89
+ "mean_token_accuracy": 0.756487911939621,
90
+ "num_tokens": 771278.0,
91
+ "step": 70
92
+ },
93
+ {
94
+ "entropy": 0.8528705358505249,
95
+ "epoch": 0.15748031496062992,
96
+ "grad_norm": 0.5078125,
97
+ "learning_rate": 0.0001997540931154166,
98
+ "loss": 0.8407608032226562,
99
+ "mean_token_accuracy": 0.7868376106023789,
100
+ "num_tokens": 886071.0,
101
+ "step": 80
102
+ },
103
+ {
104
+ "entropy": 0.9220433413982392,
105
+ "epoch": 0.17716535433070865,
106
+ "grad_norm": 0.484375,
107
+ "learning_rate": 0.00019958259712601903,
108
+ "loss": 0.8958203315734863,
109
+ "mean_token_accuracy": 0.7736223608255386,
110
+ "num_tokens": 996361.0,
111
+ "step": 90
112
+ },
113
+ {
114
+ "entropy": 0.8399994730949402,
115
+ "epoch": 0.1968503937007874,
116
+ "grad_norm": 0.51953125,
117
+ "learning_rate": 0.00019936611093137983,
118
+ "loss": 0.8394058227539063,
119
+ "mean_token_accuracy": 0.7876519203186035,
120
+ "num_tokens": 1103999.0,
121
+ "step": 100
122
+ },
123
+ {
124
+ "epoch": 0.1968503937007874,
125
+ "eval_entropy": 0.9908565746413337,
126
+ "eval_loss": 0.949418842792511,
127
+ "eval_mean_token_accuracy": 0.7609190278583102,
128
+ "eval_num_tokens": 1103999.0,
129
+ "eval_runtime": 15.9475,
130
+ "eval_samples_per_second": 26.775,
131
+ "eval_steps_per_second": 3.386,
132
+ "step": 100
133
+ },
134
+ {
135
+ "entropy": 0.8772778362035751,
136
+ "epoch": 0.21653543307086615,
137
+ "grad_norm": 0.40625,
138
+ "learning_rate": 0.00019910473233732668,
139
+ "loss": 0.8347702026367188,
140
+ "mean_token_accuracy": 0.7877911299467086,
141
+ "num_tokens": 1216586.0,
142
+ "step": 110
143
+ },
144
+ {
145
+ "entropy": 0.8745568007230758,
146
+ "epoch": 0.23622047244094488,
147
+ "grad_norm": 0.609375,
148
+ "learning_rate": 0.00019879857943152674,
149
+ "loss": 0.8359953880310058,
150
+ "mean_token_accuracy": 0.7790884494781494,
151
+ "num_tokens": 1324767.0,
152
+ "step": 120
153
+ },
154
+ {
155
+ "entropy": 0.878146781027317,
156
+ "epoch": 0.2559055118110236,
157
+ "grad_norm": 0.5390625,
158
+ "learning_rate": 0.00019844779053013637,
159
+ "loss": 0.8335110664367675,
160
+ "mean_token_accuracy": 0.7791220843791962,
161
+ "num_tokens": 1432356.0,
162
+ "step": 130
163
+ },
164
+ {
165
+ "entropy": 0.788033875823021,
166
+ "epoch": 0.2755905511811024,
167
+ "grad_norm": 0.546875,
168
+ "learning_rate": 0.00019805252411531126,
169
+ "loss": 0.7967269420623779,
170
+ "mean_token_accuracy": 0.7931749552488327,
171
+ "num_tokens": 1542545.0,
172
+ "step": 140
173
+ },
174
+ {
175
+ "entropy": 0.8667207360267639,
176
+ "epoch": 0.2952755905511811,
177
+ "grad_norm": 0.5546875,
178
+ "learning_rate": 0.0001976129587636064,
179
+ "loss": 0.8101954460144043,
180
+ "mean_token_accuracy": 0.7908060193061829,
181
+ "num_tokens": 1654462.0,
182
+ "step": 150
183
+ },
184
+ {
185
+ "epoch": 0.2952755905511811,
186
+ "eval_entropy": 0.9391163366812246,
187
+ "eval_loss": 0.9146928191184998,
188
+ "eval_mean_token_accuracy": 0.7670937886944523,
189
+ "eval_num_tokens": 1654462.0,
190
+ "eval_runtime": 15.956,
191
+ "eval_samples_per_second": 26.761,
192
+ "eval_steps_per_second": 3.384,
193
+ "step": 150
194
+ },
195
+ {
196
+ "entropy": 0.769407157599926,
197
+ "epoch": 0.31496062992125984,
198
+ "grad_norm": 0.470703125,
199
+ "learning_rate": 0.00019712929306529723,
200
+ "loss": 0.7655523777008056,
201
+ "mean_token_accuracy": 0.8053037762641907,
202
+ "num_tokens": 1760181.0,
203
+ "step": 160
204
+ },
205
+ {
206
+ "entropy": 0.8818381905555726,
207
+ "epoch": 0.3346456692913386,
208
+ "grad_norm": 0.625,
209
+ "learning_rate": 0.000196601745534659,
210
+ "loss": 0.8408863067626953,
211
+ "mean_token_accuracy": 0.7815578579902649,
212
+ "num_tokens": 1864683.0,
213
+ "step": 170
214
+ },
215
+ {
216
+ "entropy": 0.8344995141029358,
217
+ "epoch": 0.3543307086614173,
218
+ "grad_norm": 0.4765625,
219
+ "learning_rate": 0.0001960305545112445,
220
+ "loss": 0.8205550193786622,
221
+ "mean_token_accuracy": 0.7871369570493698,
222
+ "num_tokens": 1978641.0,
223
+ "step": 180
224
+ },
225
+ {
226
+ "entropy": 0.8058241099119187,
227
+ "epoch": 0.37401574803149606,
228
+ "grad_norm": 0.494140625,
229
+ "learning_rate": 0.0001954159780522056,
230
+ "loss": 0.8002825736999511,
231
+ "mean_token_accuracy": 0.7913093209266663,
232
+ "num_tokens": 2087989.0,
233
+ "step": 190
234
+ },
235
+ {
236
+ "entropy": 0.8938606142997741,
237
+ "epoch": 0.3937007874015748,
238
+ "grad_norm": 0.61328125,
239
+ "learning_rate": 0.00019475829381570566,
240
+ "loss": 0.8305434226989746,
241
+ "mean_token_accuracy": 0.7836446255445481,
242
+ "num_tokens": 2195494.0,
243
+ "step": 200
244
+ },
245
+ {
246
+ "epoch": 0.3937007874015748,
247
+ "eval_entropy": 0.9502577009024443,
248
+ "eval_loss": 0.8978050351142883,
249
+ "eval_mean_token_accuracy": 0.7696934717672842,
250
+ "eval_num_tokens": 2195494.0,
251
+ "eval_runtime": 15.9419,
252
+ "eval_samples_per_second": 26.785,
253
+ "eval_steps_per_second": 3.387,
254
+ "step": 200
255
+ },
256
+ {
257
+ "entropy": 0.7890492826700211,
258
+ "epoch": 0.41338582677165353,
259
+ "grad_norm": 0.40625,
260
+ "learning_rate": 0.0001940577989354773,
261
+ "loss": 0.7953387260437011,
262
+ "mean_token_accuracy": 0.7982505321502685,
263
+ "num_tokens": 2314228.0,
264
+ "step": 210
265
+ },
266
+ {
267
+ "entropy": 0.8576261162757873,
268
+ "epoch": 0.4330708661417323,
269
+ "grad_norm": 0.66015625,
270
+ "learning_rate": 0.00019331480988658083,
271
+ "loss": 0.8120486259460449,
272
+ "mean_token_accuracy": 0.7829198718070984,
273
+ "num_tokens": 2419122.0,
274
+ "step": 220
275
+ },
276
+ {
277
+ "entropy": 0.8514308303594589,
278
+ "epoch": 0.452755905511811,
279
+ "grad_norm": 0.470703125,
280
+ "learning_rate": 0.00019252966234242468,
281
+ "loss": 0.8203784942626953,
282
+ "mean_token_accuracy": 0.7819343030452728,
283
+ "num_tokens": 2524623.0,
284
+ "step": 230
285
+ },
286
+ {
287
+ "entropy": 0.8994888842105866,
288
+ "epoch": 0.47244094488188976,
289
+ "grad_norm": 0.59765625,
290
+ "learning_rate": 0.00019170271102311238,
291
+ "loss": 0.9019557952880859,
292
+ "mean_token_accuracy": 0.7712395042181015,
293
+ "num_tokens": 2631031.0,
294
+ "step": 240
295
+ },
296
+ {
297
+ "entropy": 0.7910601049661636,
298
+ "epoch": 0.4921259842519685,
299
+ "grad_norm": 0.494140625,
300
+ "learning_rate": 0.00019083432953518418,
301
+ "loss": 0.8107678413391113,
302
+ "mean_token_accuracy": 0.7996705889701843,
303
+ "num_tokens": 2741031.0,
304
+ "step": 250
305
+ },
306
+ {
307
+ "epoch": 0.4921259842519685,
308
+ "eval_entropy": 0.9037868281205496,
309
+ "eval_loss": 0.8843846917152405,
310
+ "eval_mean_token_accuracy": 0.7717091352851303,
311
+ "eval_num_tokens": 2741031.0,
312
+ "eval_runtime": 15.93,
313
+ "eval_samples_per_second": 26.805,
314
+ "eval_steps_per_second": 3.39,
315
+ "step": 250
316
+ },
317
+ {
318
+ "entropy": 0.7740790158510208,
319
+ "epoch": 0.5118110236220472,
320
+ "grad_norm": 0.57421875,
321
+ "learning_rate": 0.00018992491020282618,
322
+ "loss": 0.7579652309417725,
323
+ "mean_token_accuracy": 0.7955388814210892,
324
+ "num_tokens": 2853547.0,
325
+ "step": 260
326
+ },
327
+ {
328
+ "entropy": 0.8572690159082412,
329
+ "epoch": 0.531496062992126,
330
+ "grad_norm": 1.171875,
331
+ "learning_rate": 0.0001889748638906231,
332
+ "loss": 0.8072081565856933,
333
+ "mean_token_accuracy": 0.7910655379295349,
334
+ "num_tokens": 2968367.0,
335
+ "step": 270
336
+ },
337
+ {
338
+ "entropy": 0.8885004252195359,
339
+ "epoch": 0.5511811023622047,
340
+ "grad_norm": 0.451171875,
341
+ "learning_rate": 0.00018798461981793462,
342
+ "loss": 0.8460770606994629,
343
+ "mean_token_accuracy": 0.7776093751192092,
344
+ "num_tokens": 3075963.0,
345
+ "step": 280
346
+ },
347
+ {
348
+ "entropy": 0.829613895714283,
349
+ "epoch": 0.5708661417322834,
350
+ "grad_norm": 0.4453125,
351
+ "learning_rate": 0.00018695462536497934,
352
+ "loss": 0.823792839050293,
353
+ "mean_token_accuracy": 0.7848509013652801,
354
+ "num_tokens": 3185899.0,
355
+ "step": 290
356
+ },
357
+ {
358
+ "entropy": 0.8341330245137215,
359
+ "epoch": 0.5905511811023622,
360
+ "grad_norm": 0.490234375,
361
+ "learning_rate": 0.00018588534587071385,
362
+ "loss": 0.810818099975586,
363
+ "mean_token_accuracy": 0.7906568497419357,
364
+ "num_tokens": 3297319.0,
365
+ "step": 300
366
+ },
367
+ {
368
+ "epoch": 0.5905511811023622,
369
+ "eval_entropy": 0.8445847459413387,
370
+ "eval_loss": 0.8718247413635254,
371
+ "eval_mean_token_accuracy": 0.774838043583764,
372
+ "eval_num_tokens": 3297319.0,
373
+ "eval_runtime": 15.9561,
374
+ "eval_samples_per_second": 26.761,
375
+ "eval_steps_per_second": 3.384,
376
+ "step": 300
377
+ },
378
+ {
379
+ "entropy": 0.8317201763391495,
380
+ "epoch": 0.610236220472441,
381
+ "grad_norm": 0.396484375,
382
+ "learning_rate": 0.00018477726442259806,
383
+ "loss": 0.80075101852417,
384
+ "mean_token_accuracy": 0.7886052161455155,
385
+ "num_tokens": 3415477.0,
386
+ "step": 310
387
+ },
388
+ {
389
+ "entropy": 0.8597566410899162,
390
+ "epoch": 0.6299212598425197,
391
+ "grad_norm": 0.404296875,
392
+ "learning_rate": 0.00018363088163834252,
393
+ "loss": 0.8123328208923339,
394
+ "mean_token_accuracy": 0.7854531407356262,
395
+ "num_tokens": 3524759.0,
396
+ "step": 320
397
+ },
398
+ {
399
+ "entropy": 0.8519140958786011,
400
+ "epoch": 0.6496062992125984,
401
+ "grad_norm": 0.458984375,
402
+ "learning_rate": 0.00018244671543973513,
403
+ "loss": 0.8214571952819825,
404
+ "mean_token_accuracy": 0.7828344345092774,
405
+ "num_tokens": 3640838.0,
406
+ "step": 330
407
+ },
408
+ {
409
+ "entropy": 0.7781533747911453,
410
+ "epoch": 0.6692913385826772,
411
+ "grad_norm": 0.51953125,
412
+ "learning_rate": 0.0001812253008186505,
413
+ "loss": 0.753899097442627,
414
+ "mean_token_accuracy": 0.8011120349168778,
415
+ "num_tokens": 3756735.0,
416
+ "step": 340
417
+ },
418
+ {
419
+ "entropy": 0.8384901583194733,
420
+ "epoch": 0.6889763779527559,
421
+ "grad_norm": 0.51171875,
422
+ "learning_rate": 0.0001799671895953471,
423
+ "loss": 0.8112489700317382,
424
+ "mean_token_accuracy": 0.7898134678602219,
425
+ "num_tokens": 3870377.0,
426
+ "step": 350
427
+ },
428
+ {
429
+ "epoch": 0.6889763779527559,
430
+ "eval_entropy": 0.8795759567507991,
431
+ "eval_loss": 0.8568941354751587,
432
+ "eval_mean_token_accuracy": 0.7754804182935644,
433
+ "eval_num_tokens": 3870377.0,
434
+ "eval_runtime": 15.9337,
435
+ "eval_samples_per_second": 26.798,
436
+ "eval_steps_per_second": 3.389,
437
+ "step": 350
438
+ },
439
+ {
440
+ "entropy": 0.8008699864149094,
441
+ "epoch": 0.7086614173228346,
442
+ "grad_norm": 0.498046875,
443
+ "learning_rate": 0.00017867295016916167,
444
+ "loss": 0.7585730075836181,
445
+ "mean_token_accuracy": 0.7942175149917603,
446
+ "num_tokens": 3975692.0,
447
+ "step": 360
448
+ },
449
+ {
450
+ "entropy": 0.9035080641508102,
451
+ "epoch": 0.7283464566929134,
452
+ "grad_norm": 0.48046875,
453
+ "learning_rate": 0.0001773431672617132,
454
+ "loss": 0.8653995513916015,
455
+ "mean_token_accuracy": 0.7730168104171753,
456
+ "num_tokens": 4087256.0,
457
+ "step": 370
458
+ },
459
+ {
460
+ "entropy": 0.760843014717102,
461
+ "epoch": 0.7480314960629921,
462
+ "grad_norm": 0.49609375,
463
+ "learning_rate": 0.00017597844165273286,
464
+ "loss": 0.7377382278442383,
465
+ "mean_token_accuracy": 0.7972156703472137,
466
+ "num_tokens": 4192629.0,
467
+ "step": 380
468
+ },
469
+ {
470
+ "entropy": 0.8075762838125229,
471
+ "epoch": 0.7677165354330708,
472
+ "grad_norm": 0.447265625,
473
+ "learning_rate": 0.00017457938990863908,
474
+ "loss": 0.7615089893341065,
475
+ "mean_token_accuracy": 0.8005614727735519,
476
+ "num_tokens": 4303838.0,
477
+ "step": 390
478
+ },
479
+ {
480
+ "entropy": 0.8942124575376511,
481
+ "epoch": 0.7874015748031497,
482
+ "grad_norm": 0.48828125,
483
+ "learning_rate": 0.00017314664410398033,
484
+ "loss": 0.8365015983581543,
485
+ "mean_token_accuracy": 0.7790710270404816,
486
+ "num_tokens": 4414002.0,
487
+ "step": 400
488
+ },
489
+ {
490
+ "epoch": 0.7874015748031497,
491
+ "eval_entropy": 0.8613758815659417,
492
+ "eval_loss": 0.8455358743667603,
493
+ "eval_mean_token_accuracy": 0.7789811304321995,
494
+ "eval_num_tokens": 4414002.0,
495
+ "eval_runtime": 16.2401,
496
+ "eval_samples_per_second": 26.293,
497
+ "eval_steps_per_second": 3.325,
498
+ "step": 400
499
+ },
500
+ {
501
+ "entropy": 0.7841676041483879,
502
+ "epoch": 0.8070866141732284,
503
+ "grad_norm": 0.57421875,
504
+ "learning_rate": 0.0001716808515358714,
505
+ "loss": 0.8027224540710449,
506
+ "mean_token_accuracy": 0.79732064306736,
507
+ "num_tokens": 4525758.0,
508
+ "step": 410
509
+ },
510
+ {
511
+ "entropy": 0.7710117936134339,
512
+ "epoch": 0.8267716535433071,
513
+ "grad_norm": 0.4453125,
514
+ "learning_rate": 0.00017018267443155268,
515
+ "loss": 0.7185665130615234,
516
+ "mean_token_accuracy": 0.807221668958664,
517
+ "num_tokens": 4640742.0,
518
+ "step": 420
519
+ },
520
+ {
521
+ "entropy": 0.8494665056467057,
522
+ "epoch": 0.8464566929133859,
523
+ "grad_norm": 0.453125,
524
+ "learning_rate": 0.00016865278964920378,
525
+ "loss": 0.8273701667785645,
526
+ "mean_token_accuracy": 0.7870708376169204,
527
+ "num_tokens": 4754244.0,
528
+ "step": 430
529
+ },
530
+ {
531
+ "entropy": 0.7938957527279854,
532
+ "epoch": 0.8661417322834646,
533
+ "grad_norm": 0.345703125,
534
+ "learning_rate": 0.00016709188837214732,
535
+ "loss": 0.7776453971862793,
536
+ "mean_token_accuracy": 0.7911081612110138,
537
+ "num_tokens": 4862576.0,
538
+ "step": 440
539
+ },
540
+ {
541
+ "entropy": 0.7948901996016502,
542
+ "epoch": 0.8858267716535433,
543
+ "grad_norm": 0.376953125,
544
+ "learning_rate": 0.0001655006757965806,
545
+ "loss": 0.7554664611816406,
546
+ "mean_token_accuracy": 0.7939331024885178,
547
+ "num_tokens": 4984410.0,
548
+ "step": 450
549
+ },
550
+ {
551
+ "epoch": 0.8858267716535433,
552
+ "eval_entropy": 0.8405309479545664,
553
+ "eval_loss": 0.8371886610984802,
554
+ "eval_mean_token_accuracy": 0.7799682672376986,
555
+ "eval_num_tokens": 4984410.0,
556
+ "eval_runtime": 15.9419,
557
+ "eval_samples_per_second": 26.785,
558
+ "eval_steps_per_second": 3.387,
559
+ "step": 450
560
+ },
561
+ {
562
+ "entropy": 0.8764406844973565,
563
+ "epoch": 0.905511811023622,
564
+ "grad_norm": 0.5625,
565
+ "learning_rate": 0.0001638798708129768,
566
+ "loss": 0.8325652122497559,
567
+ "mean_token_accuracy": 0.7821455717086792,
568
+ "num_tokens": 5094029.0,
569
+ "step": 460
570
+ },
571
+ {
572
+ "entropy": 0.8582975655794144,
573
+ "epoch": 0.9251968503937008,
574
+ "grad_norm": 0.3828125,
575
+ "learning_rate": 0.00016223020568129854,
576
+ "loss": 0.8309861183166504,
577
+ "mean_token_accuracy": 0.7791573971509933,
578
+ "num_tokens": 5210613.0,
579
+ "step": 470
580
+ },
581
+ {
582
+ "entropy": 0.8273941457271576,
583
+ "epoch": 0.9448818897637795,
584
+ "grad_norm": 0.59375,
585
+ "learning_rate": 0.00016055242570017244,
586
+ "loss": 0.7878972053527832,
587
+ "mean_token_accuracy": 0.7900911033153534,
588
+ "num_tokens": 5322546.0,
589
+ "step": 480
590
+ },
591
+ {
592
+ "entropy": 0.8146103203296662,
593
+ "epoch": 0.9645669291338582,
594
+ "grad_norm": 0.42578125,
595
+ "learning_rate": 0.00015884728887017162,
596
+ "loss": 0.7865399837493896,
597
+ "mean_token_accuracy": 0.7947310745716095,
598
+ "num_tokens": 5434008.0,
599
+ "step": 490
600
+ },
601
+ {
602
+ "entropy": 0.6613125756382943,
603
+ "epoch": 0.984251968503937,
604
+ "grad_norm": 0.41796875,
605
+ "learning_rate": 0.0001571155655513606,
606
+ "loss": 0.6725417137145996,
607
+ "mean_token_accuracy": 0.816859421133995,
608
+ "num_tokens": 5544086.0,
609
+ "step": 500
610
+ },
611
+ {
612
+ "epoch": 0.984251968503937,
613
+ "eval_entropy": 0.8118620448642306,
614
+ "eval_loss": 0.8308539986610413,
615
+ "eval_mean_token_accuracy": 0.781522473803273,
616
+ "eval_num_tokens": 5544086.0,
617
+ "eval_runtime": 15.9383,
618
+ "eval_samples_per_second": 26.791,
619
+ "eval_steps_per_second": 3.388,
620
+ "step": 500
621
+ },
622
+ {
623
+ "entropy": 0.7347942754626274,
624
+ "epoch": 1.0039370078740157,
625
+ "grad_norm": 0.39453125,
626
+ "learning_rate": 0.0001553580381152559,
627
+ "loss": 0.6915054798126221,
628
+ "mean_token_accuracy": 0.8176700383424759,
629
+ "num_tokens": 5657246.0,
630
+ "step": 510
631
+ },
632
+ {
633
+ "entropy": 0.7550317242741584,
634
+ "epoch": 1.0236220472440944,
635
+ "grad_norm": 0.4921875,
636
+ "learning_rate": 0.0001535755005913602,
637
+ "loss": 0.6865068912506104,
638
+ "mean_token_accuracy": 0.8140248268842697,
639
+ "num_tokens": 5768184.0,
640
+ "step": 520
641
+ },
642
+ {
643
+ "entropy": 0.7479684263467788,
644
+ "epoch": 1.0433070866141732,
645
+ "grad_norm": 0.60546875,
646
+ "learning_rate": 0.00015176875830842938,
647
+ "loss": 0.7037695407867431,
648
+ "mean_token_accuracy": 0.8133333414793015,
649
+ "num_tokens": 5885598.0,
650
+ "step": 530
651
+ },
652
+ {
653
+ "entropy": 0.6792907789349556,
654
+ "epoch": 1.0629921259842519,
655
+ "grad_norm": 0.439453125,
656
+ "learning_rate": 0.0001499386275306348,
657
+ "loss": 0.640275239944458,
658
+ "mean_token_accuracy": 0.8249545454978943,
659
+ "num_tokens": 6002120.0,
660
+ "step": 540
661
+ },
662
+ {
663
+ "entropy": 0.6819084867835045,
664
+ "epoch": 1.0826771653543308,
665
+ "grad_norm": 0.41015625,
666
+ "learning_rate": 0.0001480859350887852,
667
+ "loss": 0.6469451904296875,
668
+ "mean_token_accuracy": 0.8235166579484939,
669
+ "num_tokens": 6112085.0,
670
+ "step": 550
671
+ },
672
+ {
673
+ "epoch": 1.0826771653543308,
674
+ "eval_entropy": 0.8042021377219094,
675
+ "eval_loss": 0.8352769017219543,
676
+ "eval_mean_token_accuracy": 0.7806271998970596,
677
+ "eval_num_tokens": 6112085.0,
678
+ "eval_runtime": 15.9298,
679
+ "eval_samples_per_second": 26.805,
680
+ "eval_steps_per_second": 3.39,
681
+ "step": 550
682
+ },
683
+ {
684
+ "entropy": 0.7026952266693115,
685
+ "epoch": 1.1023622047244095,
686
+ "grad_norm": 0.47265625,
687
+ "learning_rate": 0.00014621151800677434,
688
+ "loss": 0.667764139175415,
689
+ "mean_token_accuracy": 0.8164290696382522,
690
+ "num_tokens": 6224645.0,
691
+ "step": 560
692
+ },
693
+ {
694
+ "entropy": 0.6083555489778518,
695
+ "epoch": 1.1220472440944882,
696
+ "grad_norm": 0.37890625,
697
+ "learning_rate": 0.0001443162231234242,
698
+ "loss": 0.5703843116760254,
699
+ "mean_token_accuracy": 0.8396952480077744,
700
+ "num_tokens": 6336790.0,
701
+ "step": 570
702
+ },
703
+ {
704
+ "entropy": 0.6823922500014306,
705
+ "epoch": 1.141732283464567,
706
+ "grad_norm": 0.55078125,
707
+ "learning_rate": 0.0001424009067098931,
708
+ "loss": 0.6488718032836914,
709
+ "mean_token_accuracy": 0.8208951652050018,
710
+ "num_tokens": 6450761.0,
711
+ "step": 580
712
+ },
713
+ {
714
+ "entropy": 0.6331134095788002,
715
+ "epoch": 1.1614173228346456,
716
+ "grad_norm": 0.482421875,
717
+ "learning_rate": 0.00014046643408282305,
718
+ "loss": 0.5916334629058838,
719
+ "mean_token_accuracy": 0.8340157747268677,
720
+ "num_tokens": 6562060.0,
721
+ "step": 590
722
+ },
723
+ {
724
+ "entropy": 0.6203767985105515,
725
+ "epoch": 1.1811023622047245,
726
+ "grad_norm": 0.45703125,
727
+ "learning_rate": 0.00013851367921340017,
728
+ "loss": 0.5833216667175293,
729
+ "mean_token_accuracy": 0.8345949351787567,
730
+ "num_tokens": 6676922.0,
731
+ "step": 600
732
+ },
733
+ {
734
+ "epoch": 1.1811023622047245,
735
+ "eval_entropy": 0.7756788493306549,
736
+ "eval_loss": 0.8351659178733826,
737
+ "eval_mean_token_accuracy": 0.7810865651678156,
738
+ "eval_num_tokens": 6676922.0,
739
+ "eval_runtime": 15.9481,
740
+ "eval_samples_per_second": 26.774,
741
+ "eval_steps_per_second": 3.386,
742
+ "step": 600
743
+ },
744
+ {
745
+ "entropy": 0.645186324417591,
746
+ "epoch": 1.2007874015748032,
747
+ "grad_norm": 0.498046875,
748
+ "learning_rate": 0.0001365435243325051,
749
+ "loss": 0.6237170219421386,
750
+ "mean_token_accuracy": 0.8277532249689102,
751
+ "num_tokens": 6783497.0,
752
+ "step": 610
753
+ },
754
+ {
755
+ "entropy": 0.6759833052754403,
756
+ "epoch": 1.220472440944882,
757
+ "grad_norm": 0.546875,
758
+ "learning_rate": 0.00013455685953213194,
759
+ "loss": 0.6462036609649658,
760
+ "mean_token_accuracy": 0.8247299671173096,
761
+ "num_tokens": 6894014.0,
762
+ "step": 620
763
+ },
764
+ {
765
+ "entropy": 0.6737162366509437,
766
+ "epoch": 1.2401574803149606,
767
+ "grad_norm": 0.48828125,
768
+ "learning_rate": 0.0001325545823632554,
769
+ "loss": 0.6107028484344482,
770
+ "mean_token_accuracy": 0.8260864973068237,
771
+ "num_tokens": 6997350.0,
772
+ "step": 630
773
+ },
774
+ {
775
+ "entropy": 0.6702337503433228,
776
+ "epoch": 1.2598425196850394,
777
+ "grad_norm": 0.451171875,
778
+ "learning_rate": 0.00013053759743032823,
779
+ "loss": 0.6504123210906982,
780
+ "mean_token_accuracy": 0.818900191783905,
781
+ "num_tokens": 7109067.0,
782
+ "step": 640
783
+ },
784
+ {
785
+ "entropy": 0.7739008516073227,
786
+ "epoch": 1.279527559055118,
787
+ "grad_norm": 0.56640625,
788
+ "learning_rate": 0.00012850681598259195,
789
+ "loss": 0.7173595905303956,
790
+ "mean_token_accuracy": 0.7997365325689316,
791
+ "num_tokens": 7218739.0,
792
+ "step": 650
793
+ },
794
+ {
795
+ "epoch": 1.279527559055118,
796
+ "eval_entropy": 0.7500080190323017,
797
+ "eval_loss": 0.8297256231307983,
798
+ "eval_mean_token_accuracy": 0.7822851461392862,
799
+ "eval_num_tokens": 7218739.0,
800
+ "eval_runtime": 15.9417,
801
+ "eval_samples_per_second": 26.785,
802
+ "eval_steps_per_second": 3.387,
803
+ "step": 650
804
+ },
805
+ {
806
+ "entropy": 0.7080179423093795,
807
+ "epoch": 1.2992125984251968,
808
+ "grad_norm": 0.53125,
809
+ "learning_rate": 0.0001264631555023856,
810
+ "loss": 0.661363172531128,
811
+ "mean_token_accuracy": 0.8172380715608597,
812
+ "num_tokens": 7334561.0,
813
+ "step": 660
814
+ },
815
+ {
816
+ "entropy": 0.6184108316898346,
817
+ "epoch": 1.3188976377952755,
818
+ "grad_norm": 0.78515625,
819
+ "learning_rate": 0.00012440753929063826,
820
+ "loss": 0.6013145923614502,
821
+ "mean_token_accuracy": 0.8273262619972229,
822
+ "num_tokens": 7443871.0,
823
+ "step": 670
824
+ },
825
+ {
826
+ "entropy": 0.71297377794981,
827
+ "epoch": 1.3385826771653544,
828
+ "grad_norm": 0.5078125,
829
+ "learning_rate": 0.00012234089604973303,
830
+ "loss": 0.6702734470367432,
831
+ "mean_token_accuracy": 0.8151450455188751,
832
+ "num_tokens": 7555559.0,
833
+ "step": 680
834
+ },
835
+ {
836
+ "entropy": 0.6389088705182076,
837
+ "epoch": 1.358267716535433,
838
+ "grad_norm": 0.50390625,
839
+ "learning_rate": 0.0001202641594639305,
840
+ "loss": 0.6133567810058593,
841
+ "mean_token_accuracy": 0.8298202604055405,
842
+ "num_tokens": 7669861.0,
843
+ "step": 690
844
+ },
845
+ {
846
+ "entropy": 0.7520714432001114,
847
+ "epoch": 1.3779527559055118,
848
+ "grad_norm": 0.5390625,
849
+ "learning_rate": 0.00011817826777754171,
850
+ "loss": 0.6847642421722412,
851
+ "mean_token_accuracy": 0.8055585384368896,
852
+ "num_tokens": 7782831.0,
853
+ "step": 700
854
+ },
855
+ {
856
+ "epoch": 1.3779527559055118,
857
+ "eval_entropy": 0.7791200037355777,
858
+ "eval_loss": 0.8222253322601318,
859
+ "eval_mean_token_accuracy": 0.7843283326537521,
860
+ "eval_num_tokens": 7782831.0,
861
+ "eval_runtime": 15.9494,
862
+ "eval_samples_per_second": 26.772,
863
+ "eval_steps_per_second": 3.386,
864
+ "step": 700
865
+ },
866
+ {
867
+ "entropy": 0.7161616936326027,
868
+ "epoch": 1.3976377952755905,
869
+ "grad_norm": 0.421875,
870
+ "learning_rate": 0.00011608416337104065,
871
+ "loss": 0.6723262786865234,
872
+ "mean_token_accuracy": 0.8196182817220687,
873
+ "num_tokens": 7895511.0,
874
+ "step": 710
875
+ },
876
+ {
877
+ "entropy": 0.6407245740294456,
878
+ "epoch": 1.4173228346456692,
879
+ "grad_norm": 0.443359375,
880
+ "learning_rate": 0.00011398279233530829,
881
+ "loss": 0.6370048522949219,
882
+ "mean_token_accuracy": 0.8265632688999176,
883
+ "num_tokens": 8006186.0,
884
+ "step": 720
885
+ },
886
+ {
887
+ "entropy": 0.704089181125164,
888
+ "epoch": 1.4370078740157481,
889
+ "grad_norm": 0.51953125,
890
+ "learning_rate": 0.00011187510404420028,
891
+ "loss": 0.645330286026001,
892
+ "mean_token_accuracy": 0.8142861813306809,
893
+ "num_tokens": 8110444.0,
894
+ "step": 730
895
+ },
896
+ {
897
+ "entropy": 0.7673430755734444,
898
+ "epoch": 1.4566929133858268,
899
+ "grad_norm": 0.7109375,
900
+ "learning_rate": 0.00010976205072563132,
901
+ "loss": 0.7298968315124512,
902
+ "mean_token_accuracy": 0.8080587953329086,
903
+ "num_tokens": 8220128.0,
904
+ "step": 740
905
+ },
906
+ {
907
+ "entropy": 0.6395664170384407,
908
+ "epoch": 1.4763779527559056,
909
+ "grad_norm": 0.5078125,
910
+ "learning_rate": 0.00010764458703137024,
911
+ "loss": 0.6174263477325439,
912
+ "mean_token_accuracy": 0.8285290688276291,
913
+ "num_tokens": 8327961.0,
914
+ "step": 750
915
+ },
916
+ {
917
+ "epoch": 1.4763779527559056,
918
+ "eval_entropy": 0.7358508281133793,
919
+ "eval_loss": 0.8263605833053589,
920
+ "eval_mean_token_accuracy": 0.7838875507866895,
921
+ "eval_num_tokens": 8327961.0,
922
+ "eval_runtime": 15.9403,
923
+ "eval_samples_per_second": 26.787,
924
+ "eval_steps_per_second": 3.388,
925
+ "step": 750
926
+ },
927
+ {
928
+ "entropy": 0.701068015396595,
929
+ "epoch": 1.4960629921259843,
930
+ "grad_norm": 0.65625,
931
+ "learning_rate": 0.00010552366960573985,
932
+ "loss": 0.6718067646026611,
933
+ "mean_token_accuracy": 0.8166692137718201,
934
+ "num_tokens": 8432725.0,
935
+ "step": 760
936
+ },
937
+ {
938
+ "entropy": 0.6750249415636063,
939
+ "epoch": 1.515748031496063,
940
+ "grad_norm": 0.41796875,
941
+ "learning_rate": 0.00010340025665341684,
942
+ "loss": 0.6471256256103516,
943
+ "mean_token_accuracy": 0.8236999034881591,
944
+ "num_tokens": 8550042.0,
945
+ "step": 770
946
+ },
947
+ {
948
+ "entropy": 0.6500637173652649,
949
+ "epoch": 1.5354330708661417,
950
+ "grad_norm": 0.470703125,
951
+ "learning_rate": 0.00010127530750652642,
952
+ "loss": 0.5989052295684815,
953
+ "mean_token_accuracy": 0.8357917547225953,
954
+ "num_tokens": 8664499.0,
955
+ "step": 780
956
+ },
957
+ {
958
+ "entropy": 0.6429416075348854,
959
+ "epoch": 1.5551181102362204,
960
+ "grad_norm": 0.69140625,
961
+ "learning_rate": 9.914978219122791e-05,
962
+ "loss": 0.6052910327911377,
963
+ "mean_token_accuracy": 0.8295481771230697,
964
+ "num_tokens": 8778459.0,
965
+ "step": 790
966
+ },
967
+ {
968
+ "entropy": 0.6374648019671441,
969
+ "epoch": 1.574803149606299,
970
+ "grad_norm": 0.6484375,
971
+ "learning_rate": 9.702464099398632e-05,
972
+ "loss": 0.6044469833374023,
973
+ "mean_token_accuracy": 0.8315474331378937,
974
+ "num_tokens": 8886361.0,
975
+ "step": 800
976
+ },
977
+ {
978
+ "epoch": 1.574803149606299,
979
+ "eval_entropy": 0.7627564834223853,
980
+ "eval_loss": 0.8170398473739624,
981
+ "eval_mean_token_accuracy": 0.7843498874593664,
982
+ "eval_num_tokens": 8886361.0,
983
+ "eval_runtime": 15.9518,
984
+ "eval_samples_per_second": 26.768,
985
+ "eval_steps_per_second": 3.385,
986
+ "step": 800
987
+ },
988
+ {
989
+ "entropy": 0.6787230268120765,
990
+ "epoch": 1.594488188976378,
991
+ "grad_norm": 0.515625,
992
+ "learning_rate": 9.4900844027727e-05,
993
+ "loss": 0.6268706321716309,
994
+ "mean_token_accuracy": 0.8275486946105957,
995
+ "num_tokens": 8995558.0,
996
+ "step": 810
997
+ },
998
+ {
999
+ "entropy": 0.7012800723314285,
1000
+ "epoch": 1.6141732283464567,
1001
+ "grad_norm": 0.5390625,
1002
+ "learning_rate": 9.277935079806795e-05,
1003
+ "loss": 0.652205228805542,
1004
+ "mean_token_accuracy": 0.8216399610042572,
1005
+ "num_tokens": 9096245.0,
1006
+ "step": 820
1007
+ },
1008
+ {
1009
+ "entropy": 0.6063105046749115,
1010
+ "epoch": 1.6338582677165354,
1011
+ "grad_norm": 0.8125,
1012
+ "learning_rate": 9.066111976982712e-05,
1013
+ "loss": 0.597124719619751,
1014
+ "mean_token_accuracy": 0.836309888958931,
1015
+ "num_tokens": 9204264.0,
1016
+ "step": 830
1017
+ },
1018
+ {
1019
+ "entropy": 0.6953654140233994,
1020
+ "epoch": 1.6535433070866141,
1021
+ "grad_norm": 0.5,
1022
+ "learning_rate": 8.854710793399947e-05,
1023
+ "loss": 0.6501974105834961,
1024
+ "mean_token_accuracy": 0.8178625762462616,
1025
+ "num_tokens": 9314940.0,
1026
+ "step": 840
1027
+ },
1028
+ {
1029
+ "entropy": 0.6784902378916741,
1030
+ "epoch": 1.673228346456693,
1031
+ "grad_norm": 0.546875,
1032
+ "learning_rate": 8.64382703754003e-05,
1033
+ "loss": 0.636347484588623,
1034
+ "mean_token_accuracy": 0.8207234263420105,
1035
+ "num_tokens": 9429496.0,
1036
+ "step": 850
1037
+ },
1038
+ {
1039
+ "epoch": 1.673228346456693,
1040
+ "eval_entropy": 0.7619620506410245,
1041
+ "eval_loss": 0.8146092295646667,
1042
+ "eval_mean_token_accuracy": 0.7850696554890385,
1043
+ "eval_num_tokens": 9429496.0,
1044
+ "eval_runtime": 15.937,
1045
+ "eval_samples_per_second": 26.793,
1046
+ "eval_steps_per_second": 3.388,
1047
+ "step": 850
1048
+ },
1049
+ {
1050
+ "entropy": 0.6777935117483139,
1051
+ "epoch": 1.6929133858267718,
1052
+ "grad_norm": 0.478515625,
1053
+ "learning_rate": 8.433555984116937e-05,
1054
+ "loss": 0.6113362312316895,
1055
+ "mean_token_accuracy": 0.8263391226530075,
1056
+ "num_tokens": 9544270.0,
1057
+ "step": 860
1058
+ },
1059
+ {
1060
+ "entropy": 0.6014138415455819,
1061
+ "epoch": 1.7125984251968505,
1062
+ "grad_norm": 0.53125,
1063
+ "learning_rate": 8.22399263103314e-05,
1064
+ "loss": 0.6068051338195801,
1065
+ "mean_token_accuracy": 0.8325248181819915,
1066
+ "num_tokens": 9654198.0,
1067
+ "step": 870
1068
+ },
1069
+ {
1070
+ "entropy": 0.6414325833320618,
1071
+ "epoch": 1.7322834645669292,
1072
+ "grad_norm": 0.69140625,
1073
+ "learning_rate": 8.015231656460712e-05,
1074
+ "loss": 0.6324831008911133,
1075
+ "mean_token_accuracy": 0.834089708328247,
1076
+ "num_tokens": 9769457.0,
1077
+ "step": 880
1078
+ },
1079
+ {
1080
+ "entropy": 0.6839869737625122,
1081
+ "epoch": 1.7519685039370079,
1082
+ "grad_norm": 0.5390625,
1083
+ "learning_rate": 7.807367376066889e-05,
1084
+ "loss": 0.6296841144561768,
1085
+ "mean_token_accuracy": 0.8278504878282547,
1086
+ "num_tokens": 9875831.0,
1087
+ "step": 890
1088
+ },
1089
+ {
1090
+ "entropy": 0.6922678858041763,
1091
+ "epoch": 1.7716535433070866,
1092
+ "grad_norm": 0.48046875,
1093
+ "learning_rate": 7.60049370040338e-05,
1094
+ "loss": 0.6325759887695312,
1095
+ "mean_token_accuracy": 0.8210694164037704,
1096
+ "num_tokens": 9991758.0,
1097
+ "step": 900
1098
+ },
1099
+ {
1100
+ "epoch": 1.7716535433070866,
1101
+ "eval_entropy": 0.7464290934580343,
1102
+ "eval_loss": 0.8118129372596741,
1103
+ "eval_mean_token_accuracy": 0.7863925894101461,
1104
+ "eval_num_tokens": 9991758.0,
1105
+ "eval_runtime": 15.9375,
1106
+ "eval_samples_per_second": 26.792,
1107
+ "eval_steps_per_second": 3.388,
1108
+ "step": 900
1109
+ },
1110
+ {
1111
+ "entropy": 0.7232977166771889,
1112
+ "epoch": 1.7913385826771653,
1113
+ "grad_norm": 0.50390625,
1114
+ "learning_rate": 7.394704092478742e-05,
1115
+ "loss": 0.6871041774749755,
1116
+ "mean_token_accuracy": 0.8109384387731552,
1117
+ "num_tokens": 10106255.0,
1118
+ "step": 910
1119
+ },
1120
+ {
1121
+ "entropy": 0.639159494638443,
1122
+ "epoch": 1.811023622047244,
1123
+ "grad_norm": 0.51953125,
1124
+ "learning_rate": 7.190091525532921e-05,
1125
+ "loss": 0.5977220058441162,
1126
+ "mean_token_accuracy": 0.8346921026706695,
1127
+ "num_tokens": 10218066.0,
1128
+ "step": 920
1129
+ },
1130
+ {
1131
+ "entropy": 0.6970785558223724,
1132
+ "epoch": 1.8307086614173227,
1133
+ "grad_norm": 0.625,
1134
+ "learning_rate": 6.98674844103308e-05,
1135
+ "loss": 0.6659546852111816,
1136
+ "mean_token_accuracy": 0.8177712321281433,
1137
+ "num_tokens": 10326991.0,
1138
+ "step": 930
1139
+ },
1140
+ {
1141
+ "entropy": 0.705052088201046,
1142
+ "epoch": 1.8503937007874016,
1143
+ "grad_norm": 0.52734375,
1144
+ "learning_rate": 6.784766706909662e-05,
1145
+ "loss": 0.6586481094360351,
1146
+ "mean_token_accuracy": 0.8198566019535065,
1147
+ "num_tokens": 10432558.0,
1148
+ "step": 940
1149
+ },
1150
+ {
1151
+ "entropy": 0.6612584158778191,
1152
+ "epoch": 1.8700787401574803,
1153
+ "grad_norm": 0.65625,
1154
+ "learning_rate": 6.58423757605158e-05,
1155
+ "loss": 0.6631102561950684,
1156
+ "mean_token_accuracy": 0.8250136137008667,
1157
+ "num_tokens": 10541702.0,
1158
+ "step": 950
1159
+ },
1160
+ {
1161
+ "epoch": 1.8700787401574803,
1162
+ "eval_entropy": 0.7582799510823356,
1163
+ "eval_loss": 0.8087909817695618,
1164
+ "eval_mean_token_accuracy": 0.7858658830324808,
1165
+ "eval_num_tokens": 10541702.0,
1166
+ "eval_runtime": 15.9386,
1167
+ "eval_samples_per_second": 26.79,
1168
+ "eval_steps_per_second": 3.388,
1169
+ "step": 950
1170
+ },
1171
+ {
1172
+ "entropy": 0.7153135001659393,
1173
+ "epoch": 1.889763779527559,
1174
+ "grad_norm": 0.52734375,
1175
+ "learning_rate": 6.38525164507927e-05,
1176
+ "loss": 0.6485848426818848,
1177
+ "mean_token_accuracy": 0.8191622495651245,
1178
+ "num_tokens": 10652431.0,
1179
+ "step": 960
1180
+ },
1181
+ {
1182
+ "entropy": 0.6808911249041557,
1183
+ "epoch": 1.909448818897638,
1184
+ "grad_norm": 0.578125,
1185
+ "learning_rate": 6.187898813414251e-05,
1186
+ "loss": 0.6528217315673828,
1187
+ "mean_token_accuracy": 0.8256954222917556,
1188
+ "num_tokens": 10766036.0,
1189
+ "step": 970
1190
+ },
1191
+ {
1192
+ "entropy": 0.6457046732306481,
1193
+ "epoch": 1.9291338582677167,
1194
+ "grad_norm": 0.65625,
1195
+ "learning_rate": 5.99226824266365e-05,
1196
+ "loss": 0.6104453086853028,
1197
+ "mean_token_accuracy": 0.8297607868909835,
1198
+ "num_tokens": 10869598.0,
1199
+ "step": 980
1200
+ },
1201
+ {
1202
+ "entropy": 0.6919459193944931,
1203
+ "epoch": 1.9488188976377954,
1204
+ "grad_norm": 0.640625,
1205
+ "learning_rate": 5.7984483163380764e-05,
1206
+ "loss": 0.6459432601928711,
1207
+ "mean_token_accuracy": 0.8180149614810943,
1208
+ "num_tokens": 10983085.0,
1209
+ "step": 990
1210
+ },
1211
+ {
1212
+ "entropy": 0.6444254025816918,
1213
+ "epoch": 1.968503937007874,
1214
+ "grad_norm": 0.578125,
1215
+ "learning_rate": 5.606526599921026e-05,
1216
+ "loss": 0.6290760517120362,
1217
+ "mean_token_accuracy": 0.8319308578968048,
1218
+ "num_tokens": 11090966.0,
1219
+ "step": 1000
1220
+ },
1221
+ {
1222
+ "epoch": 1.968503937007874,
1223
+ "eval_entropy": 0.7388938731617398,
1224
+ "eval_loss": 0.8063948154449463,
1225
+ "eval_mean_token_accuracy": 0.786332004600101,
1226
+ "eval_num_tokens": 11090966.0,
1227
+ "eval_runtime": 15.9242,
1228
+ "eval_samples_per_second": 26.814,
1229
+ "eval_steps_per_second": 3.391,
1230
+ "step": 1000
1231
+ }
1232
+ ],
1233
+ "logging_steps": 10,
1234
+ "max_steps": 1524,
1235
+ "num_input_tokens_seen": 0,
1236
+ "num_train_epochs": 3,
1237
+ "save_steps": 50,
1238
+ "stateful_callbacks": {
1239
+ "TrainerControl": {
1240
+ "args": {
1241
+ "should_epoch_stop": false,
1242
+ "should_evaluate": false,
1243
+ "should_log": false,
1244
+ "should_save": true,
1245
+ "should_training_stop": false
1246
+ },
1247
+ "attributes": {}
1248
+ }
1249
+ },
1250
+ "total_flos": 1.5660697793799168e+17,
1251
+ "train_batch_size": 8,
1252
+ "trial_name": null,
1253
+ "trial_params": null
1254
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f0e55ef6f28af070d9ef917c7e02ff815b9b702bccb82471082d69e77b490b
3
+ size 5713
checkpoint-1050/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Math-1.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Math-1.5B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
checkpoint-1050/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-Math-1.5B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 32,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "down_proj",
34
+ "v_proj",
35
+ "o_proj",
36
+ "q_proj",
37
+ "up_proj",
38
+ "k_proj",
39
+ "gate_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
checkpoint-1050/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0adfe83ac12e39dc651a070343bc45b759ef58974ef14941c46f12971fa902bc
3
+ size 73911504
checkpoint-1050/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'Please reason step by step, and put your final answer within \\boxed{}.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nPlease reason step by step, and put your final answer within \\boxed{}.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-1050/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07b45d83bdad1b2e9f30ea5c8a59789f0e9b89dfad37650c70f0f666e2de072b
3
+ size 75481221
checkpoint-1050/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:390fc870f4ade423a549d8a2e2709fb1d7044ee4045de597cdb25006a87bc748
3
+ size 14581
checkpoint-1050/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba5e4970732fab54b57f4efe63c132ac3f4d4d587d25cf239934cb85e74c6f9
3
+ size 1465
checkpoint-1050/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
3
+ size 11421892
checkpoint-1050/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": false,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|fim_pad|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-1050/trainer_state.json ADDED
@@ -0,0 +1,1315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0669291338582676,
6
+ "eval_steps": 50,
7
+ "global_step": 1050,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 1.4378354728221894,
14
+ "epoch": 0.01968503937007874,
15
+ "grad_norm": 0.62109375,
16
+ "learning_rate": 3.91304347826087e-05,
17
+ "loss": 1.657682228088379,
18
+ "mean_token_accuracy": 0.6598833322525024,
19
+ "num_tokens": 115439.0,
20
+ "step": 10
21
+ },
22
+ {
23
+ "entropy": 1.5141301095485686,
24
+ "epoch": 0.03937007874015748,
25
+ "grad_norm": 0.44140625,
26
+ "learning_rate": 8.260869565217392e-05,
27
+ "loss": 1.4646138191223144,
28
+ "mean_token_accuracy": 0.6834615051746369,
29
+ "num_tokens": 225264.0,
30
+ "step": 20
31
+ },
32
+ {
33
+ "entropy": 1.2295305937528611,
34
+ "epoch": 0.05905511811023622,
35
+ "grad_norm": 0.6796875,
36
+ "learning_rate": 0.00012608695652173915,
37
+ "loss": 1.1134957313537597,
38
+ "mean_token_accuracy": 0.7453642427921295,
39
+ "num_tokens": 330923.0,
40
+ "step": 30
41
+ },
42
+ {
43
+ "entropy": 1.0573274463415145,
44
+ "epoch": 0.07874015748031496,
45
+ "grad_norm": 0.474609375,
46
+ "learning_rate": 0.00016956521739130436,
47
+ "loss": 1.077296829223633,
48
+ "mean_token_accuracy": 0.7446383863687516,
49
+ "num_tokens": 437622.0,
50
+ "step": 40
51
+ },
52
+ {
53
+ "entropy": 0.952904561161995,
54
+ "epoch": 0.0984251968503937,
55
+ "grad_norm": 0.50390625,
56
+ "learning_rate": 0.00019999796688511753,
57
+ "loss": 0.9590332984924317,
58
+ "mean_token_accuracy": 0.768164387345314,
59
+ "num_tokens": 551175.0,
60
+ "step": 50
61
+ },
62
+ {
63
+ "epoch": 0.0984251968503937,
64
+ "eval_entropy": 1.0900797645250957,
65
+ "eval_loss": 1.0484484434127808,
66
+ "eval_mean_token_accuracy": 0.7461776600943671,
67
+ "eval_num_tokens": 551175.0,
68
+ "eval_runtime": 15.9866,
69
+ "eval_samples_per_second": 26.71,
70
+ "eval_steps_per_second": 3.378,
71
+ "step": 50
72
+ },
73
+ {
74
+ "entropy": 0.9487997680902481,
75
+ "epoch": 0.11811023622047244,
76
+ "grad_norm": 0.59375,
77
+ "learning_rate": 0.0001999618249203163,
78
+ "loss": 0.9577752113342285,
79
+ "mean_token_accuracy": 0.7689193069934845,
80
+ "num_tokens": 658006.0,
81
+ "step": 60
82
+ },
83
+ {
84
+ "entropy": 1.0506175458431244,
85
+ "epoch": 0.1377952755905512,
86
+ "grad_norm": 0.5390625,
87
+ "learning_rate": 0.00019988052141977201,
88
+ "loss": 0.9976933479309082,
89
+ "mean_token_accuracy": 0.756487911939621,
90
+ "num_tokens": 771278.0,
91
+ "step": 70
92
+ },
93
+ {
94
+ "entropy": 0.8528705358505249,
95
+ "epoch": 0.15748031496062992,
96
+ "grad_norm": 0.5078125,
97
+ "learning_rate": 0.0001997540931154166,
98
+ "loss": 0.8407608032226562,
99
+ "mean_token_accuracy": 0.7868376106023789,
100
+ "num_tokens": 886071.0,
101
+ "step": 80
102
+ },
103
+ {
104
+ "entropy": 0.9220433413982392,
105
+ "epoch": 0.17716535433070865,
106
+ "grad_norm": 0.484375,
107
+ "learning_rate": 0.00019958259712601903,
108
+ "loss": 0.8958203315734863,
109
+ "mean_token_accuracy": 0.7736223608255386,
110
+ "num_tokens": 996361.0,
111
+ "step": 90
112
+ },
113
+ {
114
+ "entropy": 0.8399994730949402,
115
+ "epoch": 0.1968503937007874,
116
+ "grad_norm": 0.51953125,
117
+ "learning_rate": 0.00019936611093137983,
118
+ "loss": 0.8394058227539063,
119
+ "mean_token_accuracy": 0.7876519203186035,
120
+ "num_tokens": 1103999.0,
121
+ "step": 100
122
+ },
123
+ {
124
+ "epoch": 0.1968503937007874,
125
+ "eval_entropy": 0.9908565746413337,
126
+ "eval_loss": 0.949418842792511,
127
+ "eval_mean_token_accuracy": 0.7609190278583102,
128
+ "eval_num_tokens": 1103999.0,
129
+ "eval_runtime": 15.9475,
130
+ "eval_samples_per_second": 26.775,
131
+ "eval_steps_per_second": 3.386,
132
+ "step": 100
133
+ },
134
+ {
135
+ "entropy": 0.8772778362035751,
136
+ "epoch": 0.21653543307086615,
137
+ "grad_norm": 0.40625,
138
+ "learning_rate": 0.00019910473233732668,
139
+ "loss": 0.8347702026367188,
140
+ "mean_token_accuracy": 0.7877911299467086,
141
+ "num_tokens": 1216586.0,
142
+ "step": 110
143
+ },
144
+ {
145
+ "entropy": 0.8745568007230758,
146
+ "epoch": 0.23622047244094488,
147
+ "grad_norm": 0.609375,
148
+ "learning_rate": 0.00019879857943152674,
149
+ "loss": 0.8359953880310058,
150
+ "mean_token_accuracy": 0.7790884494781494,
151
+ "num_tokens": 1324767.0,
152
+ "step": 120
153
+ },
154
+ {
155
+ "entropy": 0.878146781027317,
156
+ "epoch": 0.2559055118110236,
157
+ "grad_norm": 0.5390625,
158
+ "learning_rate": 0.00019844779053013637,
159
+ "loss": 0.8335110664367675,
160
+ "mean_token_accuracy": 0.7791220843791962,
161
+ "num_tokens": 1432356.0,
162
+ "step": 130
163
+ },
164
+ {
165
+ "entropy": 0.788033875823021,
166
+ "epoch": 0.2755905511811024,
167
+ "grad_norm": 0.546875,
168
+ "learning_rate": 0.00019805252411531126,
169
+ "loss": 0.7967269420623779,
170
+ "mean_token_accuracy": 0.7931749552488327,
171
+ "num_tokens": 1542545.0,
172
+ "step": 140
173
+ },
174
+ {
175
+ "entropy": 0.8667207360267639,
176
+ "epoch": 0.2952755905511811,
177
+ "grad_norm": 0.5546875,
178
+ "learning_rate": 0.0001976129587636064,
179
+ "loss": 0.8101954460144043,
180
+ "mean_token_accuracy": 0.7908060193061829,
181
+ "num_tokens": 1654462.0,
182
+ "step": 150
183
+ },
184
+ {
185
+ "epoch": 0.2952755905511811,
186
+ "eval_entropy": 0.9391163366812246,
187
+ "eval_loss": 0.9146928191184998,
188
+ "eval_mean_token_accuracy": 0.7670937886944523,
189
+ "eval_num_tokens": 1654462.0,
190
+ "eval_runtime": 15.956,
191
+ "eval_samples_per_second": 26.761,
192
+ "eval_steps_per_second": 3.384,
193
+ "step": 150
194
+ },
195
+ {
196
+ "entropy": 0.769407157599926,
197
+ "epoch": 0.31496062992125984,
198
+ "grad_norm": 0.470703125,
199
+ "learning_rate": 0.00019712929306529723,
200
+ "loss": 0.7655523777008056,
201
+ "mean_token_accuracy": 0.8053037762641907,
202
+ "num_tokens": 1760181.0,
203
+ "step": 160
204
+ },
205
+ {
206
+ "entropy": 0.8818381905555726,
207
+ "epoch": 0.3346456692913386,
208
+ "grad_norm": 0.625,
209
+ "learning_rate": 0.000196601745534659,
210
+ "loss": 0.8408863067626953,
211
+ "mean_token_accuracy": 0.7815578579902649,
212
+ "num_tokens": 1864683.0,
213
+ "step": 170
214
+ },
215
+ {
216
+ "entropy": 0.8344995141029358,
217
+ "epoch": 0.3543307086614173,
218
+ "grad_norm": 0.4765625,
219
+ "learning_rate": 0.0001960305545112445,
220
+ "loss": 0.8205550193786622,
221
+ "mean_token_accuracy": 0.7871369570493698,
222
+ "num_tokens": 1978641.0,
223
+ "step": 180
224
+ },
225
+ {
226
+ "entropy": 0.8058241099119187,
227
+ "epoch": 0.37401574803149606,
228
+ "grad_norm": 0.494140625,
229
+ "learning_rate": 0.0001954159780522056,
230
+ "loss": 0.8002825736999511,
231
+ "mean_token_accuracy": 0.7913093209266663,
232
+ "num_tokens": 2087989.0,
233
+ "step": 190
234
+ },
235
+ {
236
+ "entropy": 0.8938606142997741,
237
+ "epoch": 0.3937007874015748,
238
+ "grad_norm": 0.61328125,
239
+ "learning_rate": 0.00019475829381570566,
240
+ "loss": 0.8305434226989746,
241
+ "mean_token_accuracy": 0.7836446255445481,
242
+ "num_tokens": 2195494.0,
243
+ "step": 200
244
+ },
245
+ {
246
+ "epoch": 0.3937007874015748,
247
+ "eval_entropy": 0.9502577009024443,
248
+ "eval_loss": 0.8978050351142883,
249
+ "eval_mean_token_accuracy": 0.7696934717672842,
250
+ "eval_num_tokens": 2195494.0,
251
+ "eval_runtime": 15.9419,
252
+ "eval_samples_per_second": 26.785,
253
+ "eval_steps_per_second": 3.387,
254
+ "step": 200
255
+ },
256
+ {
257
+ "entropy": 0.7890492826700211,
258
+ "epoch": 0.41338582677165353,
259
+ "grad_norm": 0.40625,
260
+ "learning_rate": 0.0001940577989354773,
261
+ "loss": 0.7953387260437011,
262
+ "mean_token_accuracy": 0.7982505321502685,
263
+ "num_tokens": 2314228.0,
264
+ "step": 210
265
+ },
266
+ {
267
+ "entropy": 0.8576261162757873,
268
+ "epoch": 0.4330708661417323,
269
+ "grad_norm": 0.66015625,
270
+ "learning_rate": 0.00019331480988658083,
271
+ "loss": 0.8120486259460449,
272
+ "mean_token_accuracy": 0.7829198718070984,
273
+ "num_tokens": 2419122.0,
274
+ "step": 220
275
+ },
276
+ {
277
+ "entropy": 0.8514308303594589,
278
+ "epoch": 0.452755905511811,
279
+ "grad_norm": 0.470703125,
280
+ "learning_rate": 0.00019252966234242468,
281
+ "loss": 0.8203784942626953,
282
+ "mean_token_accuracy": 0.7819343030452728,
283
+ "num_tokens": 2524623.0,
284
+ "step": 230
285
+ },
286
+ {
287
+ "entropy": 0.8994888842105866,
288
+ "epoch": 0.47244094488188976,
289
+ "grad_norm": 0.59765625,
290
+ "learning_rate": 0.00019170271102311238,
291
+ "loss": 0.9019557952880859,
292
+ "mean_token_accuracy": 0.7712395042181015,
293
+ "num_tokens": 2631031.0,
294
+ "step": 240
295
+ },
296
+ {
297
+ "entropy": 0.7910601049661636,
298
+ "epoch": 0.4921259842519685,
299
+ "grad_norm": 0.494140625,
300
+ "learning_rate": 0.00019083432953518418,
301
+ "loss": 0.8107678413391113,
302
+ "mean_token_accuracy": 0.7996705889701843,
303
+ "num_tokens": 2741031.0,
304
+ "step": 250
305
+ },
306
+ {
307
+ "epoch": 0.4921259842519685,
308
+ "eval_entropy": 0.9037868281205496,
309
+ "eval_loss": 0.8843846917152405,
310
+ "eval_mean_token_accuracy": 0.7717091352851303,
311
+ "eval_num_tokens": 2741031.0,
312
+ "eval_runtime": 15.93,
313
+ "eval_samples_per_second": 26.805,
314
+ "eval_steps_per_second": 3.39,
315
+ "step": 250
316
+ },
317
+ {
318
+ "entropy": 0.7740790158510208,
319
+ "epoch": 0.5118110236220472,
320
+ "grad_norm": 0.57421875,
321
+ "learning_rate": 0.00018992491020282618,
322
+ "loss": 0.7579652309417725,
323
+ "mean_token_accuracy": 0.7955388814210892,
324
+ "num_tokens": 2853547.0,
325
+ "step": 260
326
+ },
327
+ {
328
+ "entropy": 0.8572690159082412,
329
+ "epoch": 0.531496062992126,
330
+ "grad_norm": 1.171875,
331
+ "learning_rate": 0.0001889748638906231,
332
+ "loss": 0.8072081565856933,
333
+ "mean_token_accuracy": 0.7910655379295349,
334
+ "num_tokens": 2968367.0,
335
+ "step": 270
336
+ },
337
+ {
338
+ "entropy": 0.8885004252195359,
339
+ "epoch": 0.5511811023622047,
340
+ "grad_norm": 0.451171875,
341
+ "learning_rate": 0.00018798461981793462,
342
+ "loss": 0.8460770606994629,
343
+ "mean_token_accuracy": 0.7776093751192092,
344
+ "num_tokens": 3075963.0,
345
+ "step": 280
346
+ },
347
+ {
348
+ "entropy": 0.829613895714283,
349
+ "epoch": 0.5708661417322834,
350
+ "grad_norm": 0.4453125,
351
+ "learning_rate": 0.00018695462536497934,
352
+ "loss": 0.823792839050293,
353
+ "mean_token_accuracy": 0.7848509013652801,
354
+ "num_tokens": 3185899.0,
355
+ "step": 290
356
+ },
357
+ {
358
+ "entropy": 0.8341330245137215,
359
+ "epoch": 0.5905511811023622,
360
+ "grad_norm": 0.490234375,
361
+ "learning_rate": 0.00018588534587071385,
362
+ "loss": 0.810818099975586,
363
+ "mean_token_accuracy": 0.7906568497419357,
364
+ "num_tokens": 3297319.0,
365
+ "step": 300
366
+ },
367
+ {
368
+ "epoch": 0.5905511811023622,
369
+ "eval_entropy": 0.8445847459413387,
370
+ "eval_loss": 0.8718247413635254,
371
+ "eval_mean_token_accuracy": 0.774838043583764,
372
+ "eval_num_tokens": 3297319.0,
373
+ "eval_runtime": 15.9561,
374
+ "eval_samples_per_second": 26.761,
375
+ "eval_steps_per_second": 3.384,
376
+ "step": 300
377
+ },
378
+ {
379
+ "entropy": 0.8317201763391495,
380
+ "epoch": 0.610236220472441,
381
+ "grad_norm": 0.396484375,
382
+ "learning_rate": 0.00018477726442259806,
383
+ "loss": 0.80075101852417,
384
+ "mean_token_accuracy": 0.7886052161455155,
385
+ "num_tokens": 3415477.0,
386
+ "step": 310
387
+ },
388
+ {
389
+ "entropy": 0.8597566410899162,
390
+ "epoch": 0.6299212598425197,
391
+ "grad_norm": 0.404296875,
392
+ "learning_rate": 0.00018363088163834252,
393
+ "loss": 0.8123328208923339,
394
+ "mean_token_accuracy": 0.7854531407356262,
395
+ "num_tokens": 3524759.0,
396
+ "step": 320
397
+ },
398
+ {
399
+ "entropy": 0.8519140958786011,
400
+ "epoch": 0.6496062992125984,
401
+ "grad_norm": 0.458984375,
402
+ "learning_rate": 0.00018244671543973513,
403
+ "loss": 0.8214571952819825,
404
+ "mean_token_accuracy": 0.7828344345092774,
405
+ "num_tokens": 3640838.0,
406
+ "step": 330
407
+ },
408
+ {
409
+ "entropy": 0.7781533747911453,
410
+ "epoch": 0.6692913385826772,
411
+ "grad_norm": 0.51953125,
412
+ "learning_rate": 0.0001812253008186505,
413
+ "loss": 0.753899097442627,
414
+ "mean_token_accuracy": 0.8011120349168778,
415
+ "num_tokens": 3756735.0,
416
+ "step": 340
417
+ },
418
+ {
419
+ "entropy": 0.8384901583194733,
420
+ "epoch": 0.6889763779527559,
421
+ "grad_norm": 0.51171875,
422
+ "learning_rate": 0.0001799671895953471,
423
+ "loss": 0.8112489700317382,
424
+ "mean_token_accuracy": 0.7898134678602219,
425
+ "num_tokens": 3870377.0,
426
+ "step": 350
427
+ },
428
+ {
429
+ "epoch": 0.6889763779527559,
430
+ "eval_entropy": 0.8795759567507991,
431
+ "eval_loss": 0.8568941354751587,
432
+ "eval_mean_token_accuracy": 0.7754804182935644,
433
+ "eval_num_tokens": 3870377.0,
434
+ "eval_runtime": 15.9337,
435
+ "eval_samples_per_second": 26.798,
436
+ "eval_steps_per_second": 3.389,
437
+ "step": 350
438
+ },
439
+ {
440
+ "entropy": 0.8008699864149094,
441
+ "epoch": 0.7086614173228346,
442
+ "grad_norm": 0.498046875,
443
+ "learning_rate": 0.00017867295016916167,
444
+ "loss": 0.7585730075836181,
445
+ "mean_token_accuracy": 0.7942175149917603,
446
+ "num_tokens": 3975692.0,
447
+ "step": 360
448
+ },
449
+ {
450
+ "entropy": 0.9035080641508102,
451
+ "epoch": 0.7283464566929134,
452
+ "grad_norm": 0.48046875,
453
+ "learning_rate": 0.0001773431672617132,
454
+ "loss": 0.8653995513916015,
455
+ "mean_token_accuracy": 0.7730168104171753,
456
+ "num_tokens": 4087256.0,
457
+ "step": 370
458
+ },
459
+ {
460
+ "entropy": 0.760843014717102,
461
+ "epoch": 0.7480314960629921,
462
+ "grad_norm": 0.49609375,
463
+ "learning_rate": 0.00017597844165273286,
464
+ "loss": 0.7377382278442383,
465
+ "mean_token_accuracy": 0.7972156703472137,
466
+ "num_tokens": 4192629.0,
467
+ "step": 380
468
+ },
469
+ {
470
+ "entropy": 0.8075762838125229,
471
+ "epoch": 0.7677165354330708,
472
+ "grad_norm": 0.447265625,
473
+ "learning_rate": 0.00017457938990863908,
474
+ "loss": 0.7615089893341065,
475
+ "mean_token_accuracy": 0.8005614727735519,
476
+ "num_tokens": 4303838.0,
477
+ "step": 390
478
+ },
479
+ {
480
+ "entropy": 0.8942124575376511,
481
+ "epoch": 0.7874015748031497,
482
+ "grad_norm": 0.48828125,
483
+ "learning_rate": 0.00017314664410398033,
484
+ "loss": 0.8365015983581543,
485
+ "mean_token_accuracy": 0.7790710270404816,
486
+ "num_tokens": 4414002.0,
487
+ "step": 400
488
+ },
489
+ {
490
+ "epoch": 0.7874015748031497,
491
+ "eval_entropy": 0.8613758815659417,
492
+ "eval_loss": 0.8455358743667603,
493
+ "eval_mean_token_accuracy": 0.7789811304321995,
494
+ "eval_num_tokens": 4414002.0,
495
+ "eval_runtime": 16.2401,
496
+ "eval_samples_per_second": 26.293,
497
+ "eval_steps_per_second": 3.325,
498
+ "step": 400
499
+ },
500
+ {
501
+ "entropy": 0.7841676041483879,
502
+ "epoch": 0.8070866141732284,
503
+ "grad_norm": 0.57421875,
504
+ "learning_rate": 0.0001716808515358714,
505
+ "loss": 0.8027224540710449,
506
+ "mean_token_accuracy": 0.79732064306736,
507
+ "num_tokens": 4525758.0,
508
+ "step": 410
509
+ },
510
+ {
511
+ "entropy": 0.7710117936134339,
512
+ "epoch": 0.8267716535433071,
513
+ "grad_norm": 0.4453125,
514
+ "learning_rate": 0.00017018267443155268,
515
+ "loss": 0.7185665130615234,
516
+ "mean_token_accuracy": 0.807221668958664,
517
+ "num_tokens": 4640742.0,
518
+ "step": 420
519
+ },
520
+ {
521
+ "entropy": 0.8494665056467057,
522
+ "epoch": 0.8464566929133859,
523
+ "grad_norm": 0.453125,
524
+ "learning_rate": 0.00016865278964920378,
525
+ "loss": 0.8273701667785645,
526
+ "mean_token_accuracy": 0.7870708376169204,
527
+ "num_tokens": 4754244.0,
528
+ "step": 430
529
+ },
530
+ {
531
+ "entropy": 0.7938957527279854,
532
+ "epoch": 0.8661417322834646,
533
+ "grad_norm": 0.345703125,
534
+ "learning_rate": 0.00016709188837214732,
535
+ "loss": 0.7776453971862793,
536
+ "mean_token_accuracy": 0.7911081612110138,
537
+ "num_tokens": 4862576.0,
538
+ "step": 440
539
+ },
540
+ {
541
+ "entropy": 0.7948901996016502,
542
+ "epoch": 0.8858267716535433,
543
+ "grad_norm": 0.376953125,
544
+ "learning_rate": 0.0001655006757965806,
545
+ "loss": 0.7554664611816406,
546
+ "mean_token_accuracy": 0.7939331024885178,
547
+ "num_tokens": 4984410.0,
548
+ "step": 450
549
+ },
550
+ {
551
+ "epoch": 0.8858267716535433,
552
+ "eval_entropy": 0.8405309479545664,
553
+ "eval_loss": 0.8371886610984802,
554
+ "eval_mean_token_accuracy": 0.7799682672376986,
555
+ "eval_num_tokens": 4984410.0,
556
+ "eval_runtime": 15.9419,
557
+ "eval_samples_per_second": 26.785,
558
+ "eval_steps_per_second": 3.387,
559
+ "step": 450
560
+ },
561
+ {
562
+ "entropy": 0.8764406844973565,
563
+ "epoch": 0.905511811023622,
564
+ "grad_norm": 0.5625,
565
+ "learning_rate": 0.0001638798708129768,
566
+ "loss": 0.8325652122497559,
567
+ "mean_token_accuracy": 0.7821455717086792,
568
+ "num_tokens": 5094029.0,
569
+ "step": 460
570
+ },
571
+ {
572
+ "entropy": 0.8582975655794144,
573
+ "epoch": 0.9251968503937008,
574
+ "grad_norm": 0.3828125,
575
+ "learning_rate": 0.00016223020568129854,
576
+ "loss": 0.8309861183166504,
577
+ "mean_token_accuracy": 0.7791573971509933,
578
+ "num_tokens": 5210613.0,
579
+ "step": 470
580
+ },
581
+ {
582
+ "entropy": 0.8273941457271576,
583
+ "epoch": 0.9448818897637795,
584
+ "grad_norm": 0.59375,
585
+ "learning_rate": 0.00016055242570017244,
586
+ "loss": 0.7878972053527832,
587
+ "mean_token_accuracy": 0.7900911033153534,
588
+ "num_tokens": 5322546.0,
589
+ "step": 480
590
+ },
591
+ {
592
+ "entropy": 0.8146103203296662,
593
+ "epoch": 0.9645669291338582,
594
+ "grad_norm": 0.42578125,
595
+ "learning_rate": 0.00015884728887017162,
596
+ "loss": 0.7865399837493896,
597
+ "mean_token_accuracy": 0.7947310745716095,
598
+ "num_tokens": 5434008.0,
599
+ "step": 490
600
+ },
601
+ {
602
+ "entropy": 0.6613125756382943,
603
+ "epoch": 0.984251968503937,
604
+ "grad_norm": 0.41796875,
605
+ "learning_rate": 0.0001571155655513606,
606
+ "loss": 0.6725417137145996,
607
+ "mean_token_accuracy": 0.816859421133995,
608
+ "num_tokens": 5544086.0,
609
+ "step": 500
610
+ },
611
+ {
612
+ "epoch": 0.984251968503937,
613
+ "eval_entropy": 0.8118620448642306,
614
+ "eval_loss": 0.8308539986610413,
615
+ "eval_mean_token_accuracy": 0.781522473803273,
616
+ "eval_num_tokens": 5544086.0,
617
+ "eval_runtime": 15.9383,
618
+ "eval_samples_per_second": 26.791,
619
+ "eval_steps_per_second": 3.388,
620
+ "step": 500
621
+ },
622
+ {
623
+ "entropy": 0.7347942754626274,
624
+ "epoch": 1.0039370078740157,
625
+ "grad_norm": 0.39453125,
626
+ "learning_rate": 0.0001553580381152559,
627
+ "loss": 0.6915054798126221,
628
+ "mean_token_accuracy": 0.8176700383424759,
629
+ "num_tokens": 5657246.0,
630
+ "step": 510
631
+ },
632
+ {
633
+ "entropy": 0.7550317242741584,
634
+ "epoch": 1.0236220472440944,
635
+ "grad_norm": 0.4921875,
636
+ "learning_rate": 0.0001535755005913602,
637
+ "loss": 0.6865068912506104,
638
+ "mean_token_accuracy": 0.8140248268842697,
639
+ "num_tokens": 5768184.0,
640
+ "step": 520
641
+ },
642
+ {
643
+ "entropy": 0.7479684263467788,
644
+ "epoch": 1.0433070866141732,
645
+ "grad_norm": 0.60546875,
646
+ "learning_rate": 0.00015176875830842938,
647
+ "loss": 0.7037695407867431,
648
+ "mean_token_accuracy": 0.8133333414793015,
649
+ "num_tokens": 5885598.0,
650
+ "step": 530
651
+ },
652
+ {
653
+ "entropy": 0.6792907789349556,
654
+ "epoch": 1.0629921259842519,
655
+ "grad_norm": 0.439453125,
656
+ "learning_rate": 0.0001499386275306348,
657
+ "loss": 0.640275239944458,
658
+ "mean_token_accuracy": 0.8249545454978943,
659
+ "num_tokens": 6002120.0,
660
+ "step": 540
661
+ },
662
+ {
663
+ "entropy": 0.6819084867835045,
664
+ "epoch": 1.0826771653543308,
665
+ "grad_norm": 0.41015625,
666
+ "learning_rate": 0.0001480859350887852,
667
+ "loss": 0.6469451904296875,
668
+ "mean_token_accuracy": 0.8235166579484939,
669
+ "num_tokens": 6112085.0,
670
+ "step": 550
671
+ },
672
+ {
673
+ "epoch": 1.0826771653543308,
674
+ "eval_entropy": 0.8042021377219094,
675
+ "eval_loss": 0.8352769017219543,
676
+ "eval_mean_token_accuracy": 0.7806271998970596,
677
+ "eval_num_tokens": 6112085.0,
678
+ "eval_runtime": 15.9298,
679
+ "eval_samples_per_second": 26.805,
680
+ "eval_steps_per_second": 3.39,
681
+ "step": 550
682
+ },
683
+ {
684
+ "entropy": 0.7026952266693115,
685
+ "epoch": 1.1023622047244095,
686
+ "grad_norm": 0.47265625,
687
+ "learning_rate": 0.00014621151800677434,
688
+ "loss": 0.667764139175415,
689
+ "mean_token_accuracy": 0.8164290696382522,
690
+ "num_tokens": 6224645.0,
691
+ "step": 560
692
+ },
693
+ {
694
+ "entropy": 0.6083555489778518,
695
+ "epoch": 1.1220472440944882,
696
+ "grad_norm": 0.37890625,
697
+ "learning_rate": 0.0001443162231234242,
698
+ "loss": 0.5703843116760254,
699
+ "mean_token_accuracy": 0.8396952480077744,
700
+ "num_tokens": 6336790.0,
701
+ "step": 570
702
+ },
703
+ {
704
+ "entropy": 0.6823922500014306,
705
+ "epoch": 1.141732283464567,
706
+ "grad_norm": 0.55078125,
707
+ "learning_rate": 0.0001424009067098931,
708
+ "loss": 0.6488718032836914,
709
+ "mean_token_accuracy": 0.8208951652050018,
710
+ "num_tokens": 6450761.0,
711
+ "step": 580
712
+ },
713
+ {
714
+ "entropy": 0.6331134095788002,
715
+ "epoch": 1.1614173228346456,
716
+ "grad_norm": 0.482421875,
717
+ "learning_rate": 0.00014046643408282305,
718
+ "loss": 0.5916334629058838,
719
+ "mean_token_accuracy": 0.8340157747268677,
720
+ "num_tokens": 6562060.0,
721
+ "step": 590
722
+ },
723
+ {
724
+ "entropy": 0.6203767985105515,
725
+ "epoch": 1.1811023622047245,
726
+ "grad_norm": 0.45703125,
727
+ "learning_rate": 0.00013851367921340017,
728
+ "loss": 0.5833216667175293,
729
+ "mean_token_accuracy": 0.8345949351787567,
730
+ "num_tokens": 6676922.0,
731
+ "step": 600
732
+ },
733
+ {
734
+ "epoch": 1.1811023622047245,
735
+ "eval_entropy": 0.7756788493306549,
736
+ "eval_loss": 0.8351659178733826,
737
+ "eval_mean_token_accuracy": 0.7810865651678156,
738
+ "eval_num_tokens": 6676922.0,
739
+ "eval_runtime": 15.9481,
740
+ "eval_samples_per_second": 26.774,
741
+ "eval_steps_per_second": 3.386,
742
+ "step": 600
743
+ },
744
+ {
745
+ "entropy": 0.645186324417591,
746
+ "epoch": 1.2007874015748032,
747
+ "grad_norm": 0.498046875,
748
+ "learning_rate": 0.0001365435243325051,
749
+ "loss": 0.6237170219421386,
750
+ "mean_token_accuracy": 0.8277532249689102,
751
+ "num_tokens": 6783497.0,
752
+ "step": 610
753
+ },
754
+ {
755
+ "entropy": 0.6759833052754403,
756
+ "epoch": 1.220472440944882,
757
+ "grad_norm": 0.546875,
758
+ "learning_rate": 0.00013455685953213194,
759
+ "loss": 0.6462036609649658,
760
+ "mean_token_accuracy": 0.8247299671173096,
761
+ "num_tokens": 6894014.0,
762
+ "step": 620
763
+ },
764
+ {
765
+ "entropy": 0.6737162366509437,
766
+ "epoch": 1.2401574803149606,
767
+ "grad_norm": 0.48828125,
768
+ "learning_rate": 0.0001325545823632554,
769
+ "loss": 0.6107028484344482,
770
+ "mean_token_accuracy": 0.8260864973068237,
771
+ "num_tokens": 6997350.0,
772
+ "step": 630
773
+ },
774
+ {
775
+ "entropy": 0.6702337503433228,
776
+ "epoch": 1.2598425196850394,
777
+ "grad_norm": 0.451171875,
778
+ "learning_rate": 0.00013053759743032823,
779
+ "loss": 0.6504123210906982,
780
+ "mean_token_accuracy": 0.818900191783905,
781
+ "num_tokens": 7109067.0,
782
+ "step": 640
783
+ },
784
+ {
785
+ "entropy": 0.7739008516073227,
786
+ "epoch": 1.279527559055118,
787
+ "grad_norm": 0.56640625,
788
+ "learning_rate": 0.00012850681598259195,
789
+ "loss": 0.7173595905303956,
790
+ "mean_token_accuracy": 0.7997365325689316,
791
+ "num_tokens": 7218739.0,
792
+ "step": 650
793
+ },
794
+ {
795
+ "epoch": 1.279527559055118,
796
+ "eval_entropy": 0.7500080190323017,
797
+ "eval_loss": 0.8297256231307983,
798
+ "eval_mean_token_accuracy": 0.7822851461392862,
799
+ "eval_num_tokens": 7218739.0,
800
+ "eval_runtime": 15.9417,
801
+ "eval_samples_per_second": 26.785,
802
+ "eval_steps_per_second": 3.387,
803
+ "step": 650
804
+ },
805
+ {
806
+ "entropy": 0.7080179423093795,
807
+ "epoch": 1.2992125984251968,
808
+ "grad_norm": 0.53125,
809
+ "learning_rate": 0.0001264631555023856,
810
+ "loss": 0.661363172531128,
811
+ "mean_token_accuracy": 0.8172380715608597,
812
+ "num_tokens": 7334561.0,
813
+ "step": 660
814
+ },
815
+ {
816
+ "entropy": 0.6184108316898346,
817
+ "epoch": 1.3188976377952755,
818
+ "grad_norm": 0.78515625,
819
+ "learning_rate": 0.00012440753929063826,
820
+ "loss": 0.6013145923614502,
821
+ "mean_token_accuracy": 0.8273262619972229,
822
+ "num_tokens": 7443871.0,
823
+ "step": 670
824
+ },
825
+ {
826
+ "entropy": 0.71297377794981,
827
+ "epoch": 1.3385826771653544,
828
+ "grad_norm": 0.5078125,
829
+ "learning_rate": 0.00012234089604973303,
830
+ "loss": 0.6702734470367432,
831
+ "mean_token_accuracy": 0.8151450455188751,
832
+ "num_tokens": 7555559.0,
833
+ "step": 680
834
+ },
835
+ {
836
+ "entropy": 0.6389088705182076,
837
+ "epoch": 1.358267716535433,
838
+ "grad_norm": 0.50390625,
839
+ "learning_rate": 0.0001202641594639305,
840
+ "loss": 0.6133567810058593,
841
+ "mean_token_accuracy": 0.8298202604055405,
842
+ "num_tokens": 7669861.0,
843
+ "step": 690
844
+ },
845
+ {
846
+ "entropy": 0.7520714432001114,
847
+ "epoch": 1.3779527559055118,
848
+ "grad_norm": 0.5390625,
849
+ "learning_rate": 0.00011817826777754171,
850
+ "loss": 0.6847642421722412,
851
+ "mean_token_accuracy": 0.8055585384368896,
852
+ "num_tokens": 7782831.0,
853
+ "step": 700
854
+ },
855
+ {
856
+ "epoch": 1.3779527559055118,
857
+ "eval_entropy": 0.7791200037355777,
858
+ "eval_loss": 0.8222253322601318,
859
+ "eval_mean_token_accuracy": 0.7843283326537521,
860
+ "eval_num_tokens": 7782831.0,
861
+ "eval_runtime": 15.9494,
862
+ "eval_samples_per_second": 26.772,
863
+ "eval_steps_per_second": 3.386,
864
+ "step": 700
865
+ },
866
+ {
867
+ "entropy": 0.7161616936326027,
868
+ "epoch": 1.3976377952755905,
869
+ "grad_norm": 0.421875,
870
+ "learning_rate": 0.00011608416337104065,
871
+ "loss": 0.6723262786865234,
872
+ "mean_token_accuracy": 0.8196182817220687,
873
+ "num_tokens": 7895511.0,
874
+ "step": 710
875
+ },
876
+ {
877
+ "entropy": 0.6407245740294456,
878
+ "epoch": 1.4173228346456692,
879
+ "grad_norm": 0.443359375,
880
+ "learning_rate": 0.00011398279233530829,
881
+ "loss": 0.6370048522949219,
882
+ "mean_token_accuracy": 0.8265632688999176,
883
+ "num_tokens": 8006186.0,
884
+ "step": 720
885
+ },
886
+ {
887
+ "entropy": 0.704089181125164,
888
+ "epoch": 1.4370078740157481,
889
+ "grad_norm": 0.51953125,
890
+ "learning_rate": 0.00011187510404420028,
891
+ "loss": 0.645330286026001,
892
+ "mean_token_accuracy": 0.8142861813306809,
893
+ "num_tokens": 8110444.0,
894
+ "step": 730
895
+ },
896
+ {
897
+ "entropy": 0.7673430755734444,
898
+ "epoch": 1.4566929133858268,
899
+ "grad_norm": 0.7109375,
900
+ "learning_rate": 0.00010976205072563132,
901
+ "loss": 0.7298968315124512,
902
+ "mean_token_accuracy": 0.8080587953329086,
903
+ "num_tokens": 8220128.0,
904
+ "step": 740
905
+ },
906
+ {
907
+ "entropy": 0.6395664170384407,
908
+ "epoch": 1.4763779527559056,
909
+ "grad_norm": 0.5078125,
910
+ "learning_rate": 0.00010764458703137024,
911
+ "loss": 0.6174263477325439,
912
+ "mean_token_accuracy": 0.8285290688276291,
913
+ "num_tokens": 8327961.0,
914
+ "step": 750
915
+ },
916
+ {
917
+ "epoch": 1.4763779527559056,
918
+ "eval_entropy": 0.7358508281133793,
919
+ "eval_loss": 0.8263605833053589,
920
+ "eval_mean_token_accuracy": 0.7838875507866895,
921
+ "eval_num_tokens": 8327961.0,
922
+ "eval_runtime": 15.9403,
923
+ "eval_samples_per_second": 26.787,
924
+ "eval_steps_per_second": 3.388,
925
+ "step": 750
926
+ },
927
+ {
928
+ "entropy": 0.701068015396595,
929
+ "epoch": 1.4960629921259843,
930
+ "grad_norm": 0.65625,
931
+ "learning_rate": 0.00010552366960573985,
932
+ "loss": 0.6718067646026611,
933
+ "mean_token_accuracy": 0.8166692137718201,
934
+ "num_tokens": 8432725.0,
935
+ "step": 760
936
+ },
937
+ {
938
+ "entropy": 0.6750249415636063,
939
+ "epoch": 1.515748031496063,
940
+ "grad_norm": 0.41796875,
941
+ "learning_rate": 0.00010340025665341684,
942
+ "loss": 0.6471256256103516,
943
+ "mean_token_accuracy": 0.8236999034881591,
944
+ "num_tokens": 8550042.0,
945
+ "step": 770
946
+ },
947
+ {
948
+ "entropy": 0.6500637173652649,
949
+ "epoch": 1.5354330708661417,
950
+ "grad_norm": 0.470703125,
951
+ "learning_rate": 0.00010127530750652642,
952
+ "loss": 0.5989052295684815,
953
+ "mean_token_accuracy": 0.8357917547225953,
954
+ "num_tokens": 8664499.0,
955
+ "step": 780
956
+ },
957
+ {
958
+ "entropy": 0.6429416075348854,
959
+ "epoch": 1.5551181102362204,
960
+ "grad_norm": 0.69140625,
961
+ "learning_rate": 9.914978219122791e-05,
962
+ "loss": 0.6052910327911377,
963
+ "mean_token_accuracy": 0.8295481771230697,
964
+ "num_tokens": 8778459.0,
965
+ "step": 790
966
+ },
967
+ {
968
+ "entropy": 0.6374648019671441,
969
+ "epoch": 1.574803149606299,
970
+ "grad_norm": 0.6484375,
971
+ "learning_rate": 9.702464099398632e-05,
972
+ "loss": 0.6044469833374023,
973
+ "mean_token_accuracy": 0.8315474331378937,
974
+ "num_tokens": 8886361.0,
975
+ "step": 800
976
+ },
977
+ {
978
+ "epoch": 1.574803149606299,
979
+ "eval_entropy": 0.7627564834223853,
980
+ "eval_loss": 0.8170398473739624,
981
+ "eval_mean_token_accuracy": 0.7843498874593664,
982
+ "eval_num_tokens": 8886361.0,
983
+ "eval_runtime": 15.9518,
984
+ "eval_samples_per_second": 26.768,
985
+ "eval_steps_per_second": 3.385,
986
+ "step": 800
987
+ },
988
+ {
989
+ "entropy": 0.6787230268120765,
990
+ "epoch": 1.594488188976378,
991
+ "grad_norm": 0.515625,
992
+ "learning_rate": 9.4900844027727e-05,
993
+ "loss": 0.6268706321716309,
994
+ "mean_token_accuracy": 0.8275486946105957,
995
+ "num_tokens": 8995558.0,
996
+ "step": 810
997
+ },
998
+ {
999
+ "entropy": 0.7012800723314285,
1000
+ "epoch": 1.6141732283464567,
1001
+ "grad_norm": 0.5390625,
1002
+ "learning_rate": 9.277935079806795e-05,
1003
+ "loss": 0.652205228805542,
1004
+ "mean_token_accuracy": 0.8216399610042572,
1005
+ "num_tokens": 9096245.0,
1006
+ "step": 820
1007
+ },
1008
+ {
1009
+ "entropy": 0.6063105046749115,
1010
+ "epoch": 1.6338582677165354,
1011
+ "grad_norm": 0.8125,
1012
+ "learning_rate": 9.066111976982712e-05,
1013
+ "loss": 0.597124719619751,
1014
+ "mean_token_accuracy": 0.836309888958931,
1015
+ "num_tokens": 9204264.0,
1016
+ "step": 830
1017
+ },
1018
+ {
1019
+ "entropy": 0.6953654140233994,
1020
+ "epoch": 1.6535433070866141,
1021
+ "grad_norm": 0.5,
1022
+ "learning_rate": 8.854710793399947e-05,
1023
+ "loss": 0.6501974105834961,
1024
+ "mean_token_accuracy": 0.8178625762462616,
1025
+ "num_tokens": 9314940.0,
1026
+ "step": 840
1027
+ },
1028
+ {
1029
+ "entropy": 0.6784902378916741,
1030
+ "epoch": 1.673228346456693,
1031
+ "grad_norm": 0.546875,
1032
+ "learning_rate": 8.64382703754003e-05,
1033
+ "loss": 0.636347484588623,
1034
+ "mean_token_accuracy": 0.8207234263420105,
1035
+ "num_tokens": 9429496.0,
1036
+ "step": 850
1037
+ },
1038
+ {
1039
+ "epoch": 1.673228346456693,
1040
+ "eval_entropy": 0.7619620506410245,
1041
+ "eval_loss": 0.8146092295646667,
1042
+ "eval_mean_token_accuracy": 0.7850696554890385,
1043
+ "eval_num_tokens": 9429496.0,
1044
+ "eval_runtime": 15.937,
1045
+ "eval_samples_per_second": 26.793,
1046
+ "eval_steps_per_second": 3.388,
1047
+ "step": 850
1048
+ },
1049
+ {
1050
+ "entropy": 0.6777935117483139,
1051
+ "epoch": 1.6929133858267718,
1052
+ "grad_norm": 0.478515625,
1053
+ "learning_rate": 8.433555984116937e-05,
1054
+ "loss": 0.6113362312316895,
1055
+ "mean_token_accuracy": 0.8263391226530075,
1056
+ "num_tokens": 9544270.0,
1057
+ "step": 860
1058
+ },
1059
+ {
1060
+ "entropy": 0.6014138415455819,
1061
+ "epoch": 1.7125984251968505,
1062
+ "grad_norm": 0.53125,
1063
+ "learning_rate": 8.22399263103314e-05,
1064
+ "loss": 0.6068051338195801,
1065
+ "mean_token_accuracy": 0.8325248181819915,
1066
+ "num_tokens": 9654198.0,
1067
+ "step": 870
1068
+ },
1069
+ {
1070
+ "entropy": 0.6414325833320618,
1071
+ "epoch": 1.7322834645669292,
1072
+ "grad_norm": 0.69140625,
1073
+ "learning_rate": 8.015231656460712e-05,
1074
+ "loss": 0.6324831008911133,
1075
+ "mean_token_accuracy": 0.834089708328247,
1076
+ "num_tokens": 9769457.0,
1077
+ "step": 880
1078
+ },
1079
+ {
1080
+ "entropy": 0.6839869737625122,
1081
+ "epoch": 1.7519685039370079,
1082
+ "grad_norm": 0.5390625,
1083
+ "learning_rate": 7.807367376066889e-05,
1084
+ "loss": 0.6296841144561768,
1085
+ "mean_token_accuracy": 0.8278504878282547,
1086
+ "num_tokens": 9875831.0,
1087
+ "step": 890
1088
+ },
1089
+ {
1090
+ "entropy": 0.6922678858041763,
1091
+ "epoch": 1.7716535433070866,
1092
+ "grad_norm": 0.48046875,
1093
+ "learning_rate": 7.60049370040338e-05,
1094
+ "loss": 0.6325759887695312,
1095
+ "mean_token_accuracy": 0.8210694164037704,
1096
+ "num_tokens": 9991758.0,
1097
+ "step": 900
1098
+ },
1099
+ {
1100
+ "epoch": 1.7716535433070866,
1101
+ "eval_entropy": 0.7464290934580343,
1102
+ "eval_loss": 0.8118129372596741,
1103
+ "eval_mean_token_accuracy": 0.7863925894101461,
1104
+ "eval_num_tokens": 9991758.0,
1105
+ "eval_runtime": 15.9375,
1106
+ "eval_samples_per_second": 26.792,
1107
+ "eval_steps_per_second": 3.388,
1108
+ "step": 900
1109
+ },
1110
+ {
1111
+ "entropy": 0.7232977166771889,
1112
+ "epoch": 1.7913385826771653,
1113
+ "grad_norm": 0.50390625,
1114
+ "learning_rate": 7.394704092478742e-05,
1115
+ "loss": 0.6871041774749755,
1116
+ "mean_token_accuracy": 0.8109384387731552,
1117
+ "num_tokens": 10106255.0,
1118
+ "step": 910
1119
+ },
1120
+ {
1121
+ "entropy": 0.639159494638443,
1122
+ "epoch": 1.811023622047244,
1123
+ "grad_norm": 0.51953125,
1124
+ "learning_rate": 7.190091525532921e-05,
1125
+ "loss": 0.5977220058441162,
1126
+ "mean_token_accuracy": 0.8346921026706695,
1127
+ "num_tokens": 10218066.0,
1128
+ "step": 920
1129
+ },
1130
+ {
1131
+ "entropy": 0.6970785558223724,
1132
+ "epoch": 1.8307086614173227,
1133
+ "grad_norm": 0.625,
1134
+ "learning_rate": 6.98674844103308e-05,
1135
+ "loss": 0.6659546852111816,
1136
+ "mean_token_accuracy": 0.8177712321281433,
1137
+ "num_tokens": 10326991.0,
1138
+ "step": 930
1139
+ },
1140
+ {
1141
+ "entropy": 0.705052088201046,
1142
+ "epoch": 1.8503937007874016,
1143
+ "grad_norm": 0.52734375,
1144
+ "learning_rate": 6.784766706909662e-05,
1145
+ "loss": 0.6586481094360351,
1146
+ "mean_token_accuracy": 0.8198566019535065,
1147
+ "num_tokens": 10432558.0,
1148
+ "step": 940
1149
+ },
1150
+ {
1151
+ "entropy": 0.6612584158778191,
1152
+ "epoch": 1.8700787401574803,
1153
+ "grad_norm": 0.65625,
1154
+ "learning_rate": 6.58423757605158e-05,
1155
+ "loss": 0.6631102561950684,
1156
+ "mean_token_accuracy": 0.8250136137008667,
1157
+ "num_tokens": 10541702.0,
1158
+ "step": 950
1159
+ },
1160
+ {
1161
+ "epoch": 1.8700787401574803,
1162
+ "eval_entropy": 0.7582799510823356,
1163
+ "eval_loss": 0.8087909817695618,
1164
+ "eval_mean_token_accuracy": 0.7858658830324808,
1165
+ "eval_num_tokens": 10541702.0,
1166
+ "eval_runtime": 15.9386,
1167
+ "eval_samples_per_second": 26.79,
1168
+ "eval_steps_per_second": 3.388,
1169
+ "step": 950
1170
+ },
1171
+ {
1172
+ "entropy": 0.7153135001659393,
1173
+ "epoch": 1.889763779527559,
1174
+ "grad_norm": 0.52734375,
1175
+ "learning_rate": 6.38525164507927e-05,
1176
+ "loss": 0.6485848426818848,
1177
+ "mean_token_accuracy": 0.8191622495651245,
1178
+ "num_tokens": 10652431.0,
1179
+ "step": 960
1180
+ },
1181
+ {
1182
+ "entropy": 0.6808911249041557,
1183
+ "epoch": 1.909448818897638,
1184
+ "grad_norm": 0.578125,
1185
+ "learning_rate": 6.187898813414251e-05,
1186
+ "loss": 0.6528217315673828,
1187
+ "mean_token_accuracy": 0.8256954222917556,
1188
+ "num_tokens": 10766036.0,
1189
+ "step": 970
1190
+ },
1191
+ {
1192
+ "entropy": 0.6457046732306481,
1193
+ "epoch": 1.9291338582677167,
1194
+ "grad_norm": 0.65625,
1195
+ "learning_rate": 5.99226824266365e-05,
1196
+ "loss": 0.6104453086853028,
1197
+ "mean_token_accuracy": 0.8297607868909835,
1198
+ "num_tokens": 10869598.0,
1199
+ "step": 980
1200
+ },
1201
+ {
1202
+ "entropy": 0.6919459193944931,
1203
+ "epoch": 1.9488188976377954,
1204
+ "grad_norm": 0.640625,
1205
+ "learning_rate": 5.7984483163380764e-05,
1206
+ "loss": 0.6459432601928711,
1207
+ "mean_token_accuracy": 0.8180149614810943,
1208
+ "num_tokens": 10983085.0,
1209
+ "step": 990
1210
+ },
1211
+ {
1212
+ "entropy": 0.6444254025816918,
1213
+ "epoch": 1.968503937007874,
1214
+ "grad_norm": 0.578125,
1215
+ "learning_rate": 5.606526599921026e-05,
1216
+ "loss": 0.6290760517120362,
1217
+ "mean_token_accuracy": 0.8319308578968048,
1218
+ "num_tokens": 11090966.0,
1219
+ "step": 1000
1220
+ },
1221
+ {
1222
+ "epoch": 1.968503937007874,
1223
+ "eval_entropy": 0.7388938731617398,
1224
+ "eval_loss": 0.8063948154449463,
1225
+ "eval_mean_token_accuracy": 0.786332004600101,
1226
+ "eval_num_tokens": 11090966.0,
1227
+ "eval_runtime": 15.9242,
1228
+ "eval_samples_per_second": 26.814,
1229
+ "eval_steps_per_second": 3.391,
1230
+ "step": 1000
1231
+ },
1232
+ {
1233
+ "entropy": 0.716805949807167,
1234
+ "epoch": 1.9881889763779528,
1235
+ "grad_norm": 0.51953125,
1236
+ "learning_rate": 5.416589801307874e-05,
1237
+ "loss": 0.6740987300872803,
1238
+ "mean_token_accuracy": 0.8161014556884766,
1239
+ "num_tokens": 11204584.0,
1240
+ "step": 1010
1241
+ },
1242
+ {
1243
+ "entropy": 0.6367674544453621,
1244
+ "epoch": 2.0078740157480315,
1245
+ "grad_norm": 0.38671875,
1246
+ "learning_rate": 5.2287237316322676e-05,
1247
+ "loss": 0.5608503341674804,
1248
+ "mean_token_accuracy": 0.843386459350586,
1249
+ "num_tokens": 11314232.0,
1250
+ "step": 1020
1251
+ },
1252
+ {
1253
+ "entropy": 0.5910033389925957,
1254
+ "epoch": 2.02755905511811,
1255
+ "grad_norm": 0.515625,
1256
+ "learning_rate": 5.043013266497751e-05,
1257
+ "loss": 0.5252383708953857,
1258
+ "mean_token_accuracy": 0.8537230730056763,
1259
+ "num_tokens": 11422130.0,
1260
+ "step": 1030
1261
+ },
1262
+ {
1263
+ "entropy": 0.5933422192931175,
1264
+ "epoch": 2.047244094488189,
1265
+ "grad_norm": 0.45703125,
1266
+ "learning_rate": 4.85954230763197e-05,
1267
+ "loss": 0.5412720680236817,
1268
+ "mean_token_accuracy": 0.8524353206157684,
1269
+ "num_tokens": 11538400.0,
1270
+ "step": 1040
1271
+ },
1272
+ {
1273
+ "entropy": 0.5587056159973145,
1274
+ "epoch": 2.0669291338582676,
1275
+ "grad_norm": 0.482421875,
1276
+ "learning_rate": 4.6783937449808856e-05,
1277
+ "loss": 0.4972053050994873,
1278
+ "mean_token_accuracy": 0.8567238092422486,
1279
+ "num_tokens": 11645829.0,
1280
+ "step": 1050
1281
+ },
1282
+ {
1283
+ "epoch": 2.0669291338582676,
1284
+ "eval_entropy": 0.6584087091463583,
1285
+ "eval_loss": 0.8380542993545532,
1286
+ "eval_mean_token_accuracy": 0.7845212673699414,
1287
+ "eval_num_tokens": 11645829.0,
1288
+ "eval_runtime": 15.9414,
1289
+ "eval_samples_per_second": 26.786,
1290
+ "eval_steps_per_second": 3.387,
1291
+ "step": 1050
1292
+ }
1293
+ ],
1294
+ "logging_steps": 10,
1295
+ "max_steps": 1524,
1296
+ "num_input_tokens_seen": 0,
1297
+ "num_train_epochs": 3,
1298
+ "save_steps": 50,
1299
+ "stateful_callbacks": {
1300
+ "TrainerControl": {
1301
+ "args": {
1302
+ "should_epoch_stop": false,
1303
+ "should_evaluate": false,
1304
+ "should_log": false,
1305
+ "should_save": true,
1306
+ "should_training_stop": false
1307
+ },
1308
+ "attributes": {}
1309
+ }
1310
+ },
1311
+ "total_flos": 1.642644303100416e+17,
1312
+ "train_batch_size": 8,
1313
+ "trial_name": null,
1314
+ "trial_params": null
1315
+ }
checkpoint-1050/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f0e55ef6f28af070d9ef917c7e02ff815b9b702bccb82471082d69e77b490b
3
+ size 5713
checkpoint-1100/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Math-1.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Math-1.5B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
checkpoint-1100/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-Math-1.5B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 32,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "down_proj",
34
+ "v_proj",
35
+ "o_proj",
36
+ "q_proj",
37
+ "up_proj",
38
+ "k_proj",
39
+ "gate_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
checkpoint-1100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:638afaae366c6bb200e202b47dbf15d3d4ec51cee6afd45a9c47b13e49648b37
3
+ size 73911504
checkpoint-1100/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'Please reason step by step, and put your final answer within \\boxed{}.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nPlease reason step by step, and put your final answer within \\boxed{}.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-1100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b57ac7c918ec515e39245ff3eff83139cc8c503c0a78904ba2de8f7f8f37916
3
+ size 75481221
checkpoint-1100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5edb98e8c589e3319cfb7c2e86073a778d47397ebccbd5d51adff5536404040b
3
+ size 14581
checkpoint-1100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58306f796b4f41184f1068ccc068423547e5b3a13bbc20d807dd37db02917919
3
+ size 1465
checkpoint-1100/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
3
+ size 11421892
checkpoint-1100/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": false,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|fim_pad|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-1100/trainer_state.json ADDED
@@ -0,0 +1,1376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.1653543307086616,
6
+ "eval_steps": 50,
7
+ "global_step": 1100,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 1.4378354728221894,
14
+ "epoch": 0.01968503937007874,
15
+ "grad_norm": 0.62109375,
16
+ "learning_rate": 3.91304347826087e-05,
17
+ "loss": 1.657682228088379,
18
+ "mean_token_accuracy": 0.6598833322525024,
19
+ "num_tokens": 115439.0,
20
+ "step": 10
21
+ },
22
+ {
23
+ "entropy": 1.5141301095485686,
24
+ "epoch": 0.03937007874015748,
25
+ "grad_norm": 0.44140625,
26
+ "learning_rate": 8.260869565217392e-05,
27
+ "loss": 1.4646138191223144,
28
+ "mean_token_accuracy": 0.6834615051746369,
29
+ "num_tokens": 225264.0,
30
+ "step": 20
31
+ },
32
+ {
33
+ "entropy": 1.2295305937528611,
34
+ "epoch": 0.05905511811023622,
35
+ "grad_norm": 0.6796875,
36
+ "learning_rate": 0.00012608695652173915,
37
+ "loss": 1.1134957313537597,
38
+ "mean_token_accuracy": 0.7453642427921295,
39
+ "num_tokens": 330923.0,
40
+ "step": 30
41
+ },
42
+ {
43
+ "entropy": 1.0573274463415145,
44
+ "epoch": 0.07874015748031496,
45
+ "grad_norm": 0.474609375,
46
+ "learning_rate": 0.00016956521739130436,
47
+ "loss": 1.077296829223633,
48
+ "mean_token_accuracy": 0.7446383863687516,
49
+ "num_tokens": 437622.0,
50
+ "step": 40
51
+ },
52
+ {
53
+ "entropy": 0.952904561161995,
54
+ "epoch": 0.0984251968503937,
55
+ "grad_norm": 0.50390625,
56
+ "learning_rate": 0.00019999796688511753,
57
+ "loss": 0.9590332984924317,
58
+ "mean_token_accuracy": 0.768164387345314,
59
+ "num_tokens": 551175.0,
60
+ "step": 50
61
+ },
62
+ {
63
+ "epoch": 0.0984251968503937,
64
+ "eval_entropy": 1.0900797645250957,
65
+ "eval_loss": 1.0484484434127808,
66
+ "eval_mean_token_accuracy": 0.7461776600943671,
67
+ "eval_num_tokens": 551175.0,
68
+ "eval_runtime": 15.9866,
69
+ "eval_samples_per_second": 26.71,
70
+ "eval_steps_per_second": 3.378,
71
+ "step": 50
72
+ },
73
+ {
74
+ "entropy": 0.9487997680902481,
75
+ "epoch": 0.11811023622047244,
76
+ "grad_norm": 0.59375,
77
+ "learning_rate": 0.0001999618249203163,
78
+ "loss": 0.9577752113342285,
79
+ "mean_token_accuracy": 0.7689193069934845,
80
+ "num_tokens": 658006.0,
81
+ "step": 60
82
+ },
83
+ {
84
+ "entropy": 1.0506175458431244,
85
+ "epoch": 0.1377952755905512,
86
+ "grad_norm": 0.5390625,
87
+ "learning_rate": 0.00019988052141977201,
88
+ "loss": 0.9976933479309082,
89
+ "mean_token_accuracy": 0.756487911939621,
90
+ "num_tokens": 771278.0,
91
+ "step": 70
92
+ },
93
+ {
94
+ "entropy": 0.8528705358505249,
95
+ "epoch": 0.15748031496062992,
96
+ "grad_norm": 0.5078125,
97
+ "learning_rate": 0.0001997540931154166,
98
+ "loss": 0.8407608032226562,
99
+ "mean_token_accuracy": 0.7868376106023789,
100
+ "num_tokens": 886071.0,
101
+ "step": 80
102
+ },
103
+ {
104
+ "entropy": 0.9220433413982392,
105
+ "epoch": 0.17716535433070865,
106
+ "grad_norm": 0.484375,
107
+ "learning_rate": 0.00019958259712601903,
108
+ "loss": 0.8958203315734863,
109
+ "mean_token_accuracy": 0.7736223608255386,
110
+ "num_tokens": 996361.0,
111
+ "step": 90
112
+ },
113
+ {
114
+ "entropy": 0.8399994730949402,
115
+ "epoch": 0.1968503937007874,
116
+ "grad_norm": 0.51953125,
117
+ "learning_rate": 0.00019936611093137983,
118
+ "loss": 0.8394058227539063,
119
+ "mean_token_accuracy": 0.7876519203186035,
120
+ "num_tokens": 1103999.0,
121
+ "step": 100
122
+ },
123
+ {
124
+ "epoch": 0.1968503937007874,
125
+ "eval_entropy": 0.9908565746413337,
126
+ "eval_loss": 0.949418842792511,
127
+ "eval_mean_token_accuracy": 0.7609190278583102,
128
+ "eval_num_tokens": 1103999.0,
129
+ "eval_runtime": 15.9475,
130
+ "eval_samples_per_second": 26.775,
131
+ "eval_steps_per_second": 3.386,
132
+ "step": 100
133
+ },
134
+ {
135
+ "entropy": 0.8772778362035751,
136
+ "epoch": 0.21653543307086615,
137
+ "grad_norm": 0.40625,
138
+ "learning_rate": 0.00019910473233732668,
139
+ "loss": 0.8347702026367188,
140
+ "mean_token_accuracy": 0.7877911299467086,
141
+ "num_tokens": 1216586.0,
142
+ "step": 110
143
+ },
144
+ {
145
+ "entropy": 0.8745568007230758,
146
+ "epoch": 0.23622047244094488,
147
+ "grad_norm": 0.609375,
148
+ "learning_rate": 0.00019879857943152674,
149
+ "loss": 0.8359953880310058,
150
+ "mean_token_accuracy": 0.7790884494781494,
151
+ "num_tokens": 1324767.0,
152
+ "step": 120
153
+ },
154
+ {
155
+ "entropy": 0.878146781027317,
156
+ "epoch": 0.2559055118110236,
157
+ "grad_norm": 0.5390625,
158
+ "learning_rate": 0.00019844779053013637,
159
+ "loss": 0.8335110664367675,
160
+ "mean_token_accuracy": 0.7791220843791962,
161
+ "num_tokens": 1432356.0,
162
+ "step": 130
163
+ },
164
+ {
165
+ "entropy": 0.788033875823021,
166
+ "epoch": 0.2755905511811024,
167
+ "grad_norm": 0.546875,
168
+ "learning_rate": 0.00019805252411531126,
169
+ "loss": 0.7967269420623779,
170
+ "mean_token_accuracy": 0.7931749552488327,
171
+ "num_tokens": 1542545.0,
172
+ "step": 140
173
+ },
174
+ {
175
+ "entropy": 0.8667207360267639,
176
+ "epoch": 0.2952755905511811,
177
+ "grad_norm": 0.5546875,
178
+ "learning_rate": 0.0001976129587636064,
179
+ "loss": 0.8101954460144043,
180
+ "mean_token_accuracy": 0.7908060193061829,
181
+ "num_tokens": 1654462.0,
182
+ "step": 150
183
+ },
184
+ {
185
+ "epoch": 0.2952755905511811,
186
+ "eval_entropy": 0.9391163366812246,
187
+ "eval_loss": 0.9146928191184998,
188
+ "eval_mean_token_accuracy": 0.7670937886944523,
189
+ "eval_num_tokens": 1654462.0,
190
+ "eval_runtime": 15.956,
191
+ "eval_samples_per_second": 26.761,
192
+ "eval_steps_per_second": 3.384,
193
+ "step": 150
194
+ },
195
+ {
196
+ "entropy": 0.769407157599926,
197
+ "epoch": 0.31496062992125984,
198
+ "grad_norm": 0.470703125,
199
+ "learning_rate": 0.00019712929306529723,
200
+ "loss": 0.7655523777008056,
201
+ "mean_token_accuracy": 0.8053037762641907,
202
+ "num_tokens": 1760181.0,
203
+ "step": 160
204
+ },
205
+ {
206
+ "entropy": 0.8818381905555726,
207
+ "epoch": 0.3346456692913386,
208
+ "grad_norm": 0.625,
209
+ "learning_rate": 0.000196601745534659,
210
+ "loss": 0.8408863067626953,
211
+ "mean_token_accuracy": 0.7815578579902649,
212
+ "num_tokens": 1864683.0,
213
+ "step": 170
214
+ },
215
+ {
216
+ "entropy": 0.8344995141029358,
217
+ "epoch": 0.3543307086614173,
218
+ "grad_norm": 0.4765625,
219
+ "learning_rate": 0.0001960305545112445,
220
+ "loss": 0.8205550193786622,
221
+ "mean_token_accuracy": 0.7871369570493698,
222
+ "num_tokens": 1978641.0,
223
+ "step": 180
224
+ },
225
+ {
226
+ "entropy": 0.8058241099119187,
227
+ "epoch": 0.37401574803149606,
228
+ "grad_norm": 0.494140625,
229
+ "learning_rate": 0.0001954159780522056,
230
+ "loss": 0.8002825736999511,
231
+ "mean_token_accuracy": 0.7913093209266663,
232
+ "num_tokens": 2087989.0,
233
+ "step": 190
234
+ },
235
+ {
236
+ "entropy": 0.8938606142997741,
237
+ "epoch": 0.3937007874015748,
238
+ "grad_norm": 0.61328125,
239
+ "learning_rate": 0.00019475829381570566,
240
+ "loss": 0.8305434226989746,
241
+ "mean_token_accuracy": 0.7836446255445481,
242
+ "num_tokens": 2195494.0,
243
+ "step": 200
244
+ },
245
+ {
246
+ "epoch": 0.3937007874015748,
247
+ "eval_entropy": 0.9502577009024443,
248
+ "eval_loss": 0.8978050351142883,
249
+ "eval_mean_token_accuracy": 0.7696934717672842,
250
+ "eval_num_tokens": 2195494.0,
251
+ "eval_runtime": 15.9419,
252
+ "eval_samples_per_second": 26.785,
253
+ "eval_steps_per_second": 3.387,
254
+ "step": 200
255
+ },
256
+ {
257
+ "entropy": 0.7890492826700211,
258
+ "epoch": 0.41338582677165353,
259
+ "grad_norm": 0.40625,
260
+ "learning_rate": 0.0001940577989354773,
261
+ "loss": 0.7953387260437011,
262
+ "mean_token_accuracy": 0.7982505321502685,
263
+ "num_tokens": 2314228.0,
264
+ "step": 210
265
+ },
266
+ {
267
+ "entropy": 0.8576261162757873,
268
+ "epoch": 0.4330708661417323,
269
+ "grad_norm": 0.66015625,
270
+ "learning_rate": 0.00019331480988658083,
271
+ "loss": 0.8120486259460449,
272
+ "mean_token_accuracy": 0.7829198718070984,
273
+ "num_tokens": 2419122.0,
274
+ "step": 220
275
+ },
276
+ {
277
+ "entropy": 0.8514308303594589,
278
+ "epoch": 0.452755905511811,
279
+ "grad_norm": 0.470703125,
280
+ "learning_rate": 0.00019252966234242468,
281
+ "loss": 0.8203784942626953,
282
+ "mean_token_accuracy": 0.7819343030452728,
283
+ "num_tokens": 2524623.0,
284
+ "step": 230
285
+ },
286
+ {
287
+ "entropy": 0.8994888842105866,
288
+ "epoch": 0.47244094488188976,
289
+ "grad_norm": 0.59765625,
290
+ "learning_rate": 0.00019170271102311238,
291
+ "loss": 0.9019557952880859,
292
+ "mean_token_accuracy": 0.7712395042181015,
293
+ "num_tokens": 2631031.0,
294
+ "step": 240
295
+ },
296
+ {
297
+ "entropy": 0.7910601049661636,
298
+ "epoch": 0.4921259842519685,
299
+ "grad_norm": 0.494140625,
300
+ "learning_rate": 0.00019083432953518418,
301
+ "loss": 0.8107678413391113,
302
+ "mean_token_accuracy": 0.7996705889701843,
303
+ "num_tokens": 2741031.0,
304
+ "step": 250
305
+ },
306
+ {
307
+ "epoch": 0.4921259842519685,
308
+ "eval_entropy": 0.9037868281205496,
309
+ "eval_loss": 0.8843846917152405,
310
+ "eval_mean_token_accuracy": 0.7717091352851303,
311
+ "eval_num_tokens": 2741031.0,
312
+ "eval_runtime": 15.93,
313
+ "eval_samples_per_second": 26.805,
314
+ "eval_steps_per_second": 3.39,
315
+ "step": 250
316
+ },
317
+ {
318
+ "entropy": 0.7740790158510208,
319
+ "epoch": 0.5118110236220472,
320
+ "grad_norm": 0.57421875,
321
+ "learning_rate": 0.00018992491020282618,
322
+ "loss": 0.7579652309417725,
323
+ "mean_token_accuracy": 0.7955388814210892,
324
+ "num_tokens": 2853547.0,
325
+ "step": 260
326
+ },
327
+ {
328
+ "entropy": 0.8572690159082412,
329
+ "epoch": 0.531496062992126,
330
+ "grad_norm": 1.171875,
331
+ "learning_rate": 0.0001889748638906231,
332
+ "loss": 0.8072081565856933,
333
+ "mean_token_accuracy": 0.7910655379295349,
334
+ "num_tokens": 2968367.0,
335
+ "step": 270
336
+ },
337
+ {
338
+ "entropy": 0.8885004252195359,
339
+ "epoch": 0.5511811023622047,
340
+ "grad_norm": 0.451171875,
341
+ "learning_rate": 0.00018798461981793462,
342
+ "loss": 0.8460770606994629,
343
+ "mean_token_accuracy": 0.7776093751192092,
344
+ "num_tokens": 3075963.0,
345
+ "step": 280
346
+ },
347
+ {
348
+ "entropy": 0.829613895714283,
349
+ "epoch": 0.5708661417322834,
350
+ "grad_norm": 0.4453125,
351
+ "learning_rate": 0.00018695462536497934,
352
+ "loss": 0.823792839050293,
353
+ "mean_token_accuracy": 0.7848509013652801,
354
+ "num_tokens": 3185899.0,
355
+ "step": 290
356
+ },
357
+ {
358
+ "entropy": 0.8341330245137215,
359
+ "epoch": 0.5905511811023622,
360
+ "grad_norm": 0.490234375,
361
+ "learning_rate": 0.00018588534587071385,
362
+ "loss": 0.810818099975586,
363
+ "mean_token_accuracy": 0.7906568497419357,
364
+ "num_tokens": 3297319.0,
365
+ "step": 300
366
+ },
367
+ {
368
+ "epoch": 0.5905511811023622,
369
+ "eval_entropy": 0.8445847459413387,
370
+ "eval_loss": 0.8718247413635254,
371
+ "eval_mean_token_accuracy": 0.774838043583764,
372
+ "eval_num_tokens": 3297319.0,
373
+ "eval_runtime": 15.9561,
374
+ "eval_samples_per_second": 26.761,
375
+ "eval_steps_per_second": 3.384,
376
+ "step": 300
377
+ },
378
+ {
379
+ "entropy": 0.8317201763391495,
380
+ "epoch": 0.610236220472441,
381
+ "grad_norm": 0.396484375,
382
+ "learning_rate": 0.00018477726442259806,
383
+ "loss": 0.80075101852417,
384
+ "mean_token_accuracy": 0.7886052161455155,
385
+ "num_tokens": 3415477.0,
386
+ "step": 310
387
+ },
388
+ {
389
+ "entropy": 0.8597566410899162,
390
+ "epoch": 0.6299212598425197,
391
+ "grad_norm": 0.404296875,
392
+ "learning_rate": 0.00018363088163834252,
393
+ "loss": 0.8123328208923339,
394
+ "mean_token_accuracy": 0.7854531407356262,
395
+ "num_tokens": 3524759.0,
396
+ "step": 320
397
+ },
398
+ {
399
+ "entropy": 0.8519140958786011,
400
+ "epoch": 0.6496062992125984,
401
+ "grad_norm": 0.458984375,
402
+ "learning_rate": 0.00018244671543973513,
403
+ "loss": 0.8214571952819825,
404
+ "mean_token_accuracy": 0.7828344345092774,
405
+ "num_tokens": 3640838.0,
406
+ "step": 330
407
+ },
408
+ {
409
+ "entropy": 0.7781533747911453,
410
+ "epoch": 0.6692913385826772,
411
+ "grad_norm": 0.51953125,
412
+ "learning_rate": 0.0001812253008186505,
413
+ "loss": 0.753899097442627,
414
+ "mean_token_accuracy": 0.8011120349168778,
415
+ "num_tokens": 3756735.0,
416
+ "step": 340
417
+ },
418
+ {
419
+ "entropy": 0.8384901583194733,
420
+ "epoch": 0.6889763779527559,
421
+ "grad_norm": 0.51171875,
422
+ "learning_rate": 0.0001799671895953471,
423
+ "loss": 0.8112489700317382,
424
+ "mean_token_accuracy": 0.7898134678602219,
425
+ "num_tokens": 3870377.0,
426
+ "step": 350
427
+ },
428
+ {
429
+ "epoch": 0.6889763779527559,
430
+ "eval_entropy": 0.8795759567507991,
431
+ "eval_loss": 0.8568941354751587,
432
+ "eval_mean_token_accuracy": 0.7754804182935644,
433
+ "eval_num_tokens": 3870377.0,
434
+ "eval_runtime": 15.9337,
435
+ "eval_samples_per_second": 26.798,
436
+ "eval_steps_per_second": 3.389,
437
+ "step": 350
438
+ },
439
+ {
440
+ "entropy": 0.8008699864149094,
441
+ "epoch": 0.7086614173228346,
442
+ "grad_norm": 0.498046875,
443
+ "learning_rate": 0.00017867295016916167,
444
+ "loss": 0.7585730075836181,
445
+ "mean_token_accuracy": 0.7942175149917603,
446
+ "num_tokens": 3975692.0,
447
+ "step": 360
448
+ },
449
+ {
450
+ "entropy": 0.9035080641508102,
451
+ "epoch": 0.7283464566929134,
452
+ "grad_norm": 0.48046875,
453
+ "learning_rate": 0.0001773431672617132,
454
+ "loss": 0.8653995513916015,
455
+ "mean_token_accuracy": 0.7730168104171753,
456
+ "num_tokens": 4087256.0,
457
+ "step": 370
458
+ },
459
+ {
460
+ "entropy": 0.760843014717102,
461
+ "epoch": 0.7480314960629921,
462
+ "grad_norm": 0.49609375,
463
+ "learning_rate": 0.00017597844165273286,
464
+ "loss": 0.7377382278442383,
465
+ "mean_token_accuracy": 0.7972156703472137,
466
+ "num_tokens": 4192629.0,
467
+ "step": 380
468
+ },
469
+ {
470
+ "entropy": 0.8075762838125229,
471
+ "epoch": 0.7677165354330708,
472
+ "grad_norm": 0.447265625,
473
+ "learning_rate": 0.00017457938990863908,
474
+ "loss": 0.7615089893341065,
475
+ "mean_token_accuracy": 0.8005614727735519,
476
+ "num_tokens": 4303838.0,
477
+ "step": 390
478
+ },
479
+ {
480
+ "entropy": 0.8942124575376511,
481
+ "epoch": 0.7874015748031497,
482
+ "grad_norm": 0.48828125,
483
+ "learning_rate": 0.00017314664410398033,
484
+ "loss": 0.8365015983581543,
485
+ "mean_token_accuracy": 0.7790710270404816,
486
+ "num_tokens": 4414002.0,
487
+ "step": 400
488
+ },
489
+ {
490
+ "epoch": 0.7874015748031497,
491
+ "eval_entropy": 0.8613758815659417,
492
+ "eval_loss": 0.8455358743667603,
493
+ "eval_mean_token_accuracy": 0.7789811304321995,
494
+ "eval_num_tokens": 4414002.0,
495
+ "eval_runtime": 16.2401,
496
+ "eval_samples_per_second": 26.293,
497
+ "eval_steps_per_second": 3.325,
498
+ "step": 400
499
+ },
500
+ {
501
+ "entropy": 0.7841676041483879,
502
+ "epoch": 0.8070866141732284,
503
+ "grad_norm": 0.57421875,
504
+ "learning_rate": 0.0001716808515358714,
505
+ "loss": 0.8027224540710449,
506
+ "mean_token_accuracy": 0.79732064306736,
507
+ "num_tokens": 4525758.0,
508
+ "step": 410
509
+ },
510
+ {
511
+ "entropy": 0.7710117936134339,
512
+ "epoch": 0.8267716535433071,
513
+ "grad_norm": 0.4453125,
514
+ "learning_rate": 0.00017018267443155268,
515
+ "loss": 0.7185665130615234,
516
+ "mean_token_accuracy": 0.807221668958664,
517
+ "num_tokens": 4640742.0,
518
+ "step": 420
519
+ },
520
+ {
521
+ "entropy": 0.8494665056467057,
522
+ "epoch": 0.8464566929133859,
523
+ "grad_norm": 0.453125,
524
+ "learning_rate": 0.00016865278964920378,
525
+ "loss": 0.8273701667785645,
526
+ "mean_token_accuracy": 0.7870708376169204,
527
+ "num_tokens": 4754244.0,
528
+ "step": 430
529
+ },
530
+ {
531
+ "entropy": 0.7938957527279854,
532
+ "epoch": 0.8661417322834646,
533
+ "grad_norm": 0.345703125,
534
+ "learning_rate": 0.00016709188837214732,
535
+ "loss": 0.7776453971862793,
536
+ "mean_token_accuracy": 0.7911081612110138,
537
+ "num_tokens": 4862576.0,
538
+ "step": 440
539
+ },
540
+ {
541
+ "entropy": 0.7948901996016502,
542
+ "epoch": 0.8858267716535433,
543
+ "grad_norm": 0.376953125,
544
+ "learning_rate": 0.0001655006757965806,
545
+ "loss": 0.7554664611816406,
546
+ "mean_token_accuracy": 0.7939331024885178,
547
+ "num_tokens": 4984410.0,
548
+ "step": 450
549
+ },
550
+ {
551
+ "epoch": 0.8858267716535433,
552
+ "eval_entropy": 0.8405309479545664,
553
+ "eval_loss": 0.8371886610984802,
554
+ "eval_mean_token_accuracy": 0.7799682672376986,
555
+ "eval_num_tokens": 4984410.0,
556
+ "eval_runtime": 15.9419,
557
+ "eval_samples_per_second": 26.785,
558
+ "eval_steps_per_second": 3.387,
559
+ "step": 450
560
+ },
561
+ {
562
+ "entropy": 0.8764406844973565,
563
+ "epoch": 0.905511811023622,
564
+ "grad_norm": 0.5625,
565
+ "learning_rate": 0.0001638798708129768,
566
+ "loss": 0.8325652122497559,
567
+ "mean_token_accuracy": 0.7821455717086792,
568
+ "num_tokens": 5094029.0,
569
+ "step": 460
570
+ },
571
+ {
572
+ "entropy": 0.8582975655794144,
573
+ "epoch": 0.9251968503937008,
574
+ "grad_norm": 0.3828125,
575
+ "learning_rate": 0.00016223020568129854,
576
+ "loss": 0.8309861183166504,
577
+ "mean_token_accuracy": 0.7791573971509933,
578
+ "num_tokens": 5210613.0,
579
+ "step": 470
580
+ },
581
+ {
582
+ "entropy": 0.8273941457271576,
583
+ "epoch": 0.9448818897637795,
584
+ "grad_norm": 0.59375,
585
+ "learning_rate": 0.00016055242570017244,
586
+ "loss": 0.7878972053527832,
587
+ "mean_token_accuracy": 0.7900911033153534,
588
+ "num_tokens": 5322546.0,
589
+ "step": 480
590
+ },
591
+ {
592
+ "entropy": 0.8146103203296662,
593
+ "epoch": 0.9645669291338582,
594
+ "grad_norm": 0.42578125,
595
+ "learning_rate": 0.00015884728887017162,
596
+ "loss": 0.7865399837493896,
597
+ "mean_token_accuracy": 0.7947310745716095,
598
+ "num_tokens": 5434008.0,
599
+ "step": 490
600
+ },
601
+ {
602
+ "entropy": 0.6613125756382943,
603
+ "epoch": 0.984251968503937,
604
+ "grad_norm": 0.41796875,
605
+ "learning_rate": 0.0001571155655513606,
606
+ "loss": 0.6725417137145996,
607
+ "mean_token_accuracy": 0.816859421133995,
608
+ "num_tokens": 5544086.0,
609
+ "step": 500
610
+ },
611
+ {
612
+ "epoch": 0.984251968503937,
613
+ "eval_entropy": 0.8118620448642306,
614
+ "eval_loss": 0.8308539986610413,
615
+ "eval_mean_token_accuracy": 0.781522473803273,
616
+ "eval_num_tokens": 5544086.0,
617
+ "eval_runtime": 15.9383,
618
+ "eval_samples_per_second": 26.791,
619
+ "eval_steps_per_second": 3.388,
620
+ "step": 500
621
+ },
622
+ {
623
+ "entropy": 0.7347942754626274,
624
+ "epoch": 1.0039370078740157,
625
+ "grad_norm": 0.39453125,
626
+ "learning_rate": 0.0001553580381152559,
627
+ "loss": 0.6915054798126221,
628
+ "mean_token_accuracy": 0.8176700383424759,
629
+ "num_tokens": 5657246.0,
630
+ "step": 510
631
+ },
632
+ {
633
+ "entropy": 0.7550317242741584,
634
+ "epoch": 1.0236220472440944,
635
+ "grad_norm": 0.4921875,
636
+ "learning_rate": 0.0001535755005913602,
637
+ "loss": 0.6865068912506104,
638
+ "mean_token_accuracy": 0.8140248268842697,
639
+ "num_tokens": 5768184.0,
640
+ "step": 520
641
+ },
642
+ {
643
+ "entropy": 0.7479684263467788,
644
+ "epoch": 1.0433070866141732,
645
+ "grad_norm": 0.60546875,
646
+ "learning_rate": 0.00015176875830842938,
647
+ "loss": 0.7037695407867431,
648
+ "mean_token_accuracy": 0.8133333414793015,
649
+ "num_tokens": 5885598.0,
650
+ "step": 530
651
+ },
652
+ {
653
+ "entropy": 0.6792907789349556,
654
+ "epoch": 1.0629921259842519,
655
+ "grad_norm": 0.439453125,
656
+ "learning_rate": 0.0001499386275306348,
657
+ "loss": 0.640275239944458,
658
+ "mean_token_accuracy": 0.8249545454978943,
659
+ "num_tokens": 6002120.0,
660
+ "step": 540
661
+ },
662
+ {
663
+ "entropy": 0.6819084867835045,
664
+ "epoch": 1.0826771653543308,
665
+ "grad_norm": 0.41015625,
666
+ "learning_rate": 0.0001480859350887852,
667
+ "loss": 0.6469451904296875,
668
+ "mean_token_accuracy": 0.8235166579484939,
669
+ "num_tokens": 6112085.0,
670
+ "step": 550
671
+ },
672
+ {
673
+ "epoch": 1.0826771653543308,
674
+ "eval_entropy": 0.8042021377219094,
675
+ "eval_loss": 0.8352769017219543,
676
+ "eval_mean_token_accuracy": 0.7806271998970596,
677
+ "eval_num_tokens": 6112085.0,
678
+ "eval_runtime": 15.9298,
679
+ "eval_samples_per_second": 26.805,
680
+ "eval_steps_per_second": 3.39,
681
+ "step": 550
682
+ },
683
+ {
684
+ "entropy": 0.7026952266693115,
685
+ "epoch": 1.1023622047244095,
686
+ "grad_norm": 0.47265625,
687
+ "learning_rate": 0.00014621151800677434,
688
+ "loss": 0.667764139175415,
689
+ "mean_token_accuracy": 0.8164290696382522,
690
+ "num_tokens": 6224645.0,
691
+ "step": 560
692
+ },
693
+ {
694
+ "entropy": 0.6083555489778518,
695
+ "epoch": 1.1220472440944882,
696
+ "grad_norm": 0.37890625,
697
+ "learning_rate": 0.0001443162231234242,
698
+ "loss": 0.5703843116760254,
699
+ "mean_token_accuracy": 0.8396952480077744,
700
+ "num_tokens": 6336790.0,
701
+ "step": 570
702
+ },
703
+ {
704
+ "entropy": 0.6823922500014306,
705
+ "epoch": 1.141732283464567,
706
+ "grad_norm": 0.55078125,
707
+ "learning_rate": 0.0001424009067098931,
708
+ "loss": 0.6488718032836914,
709
+ "mean_token_accuracy": 0.8208951652050018,
710
+ "num_tokens": 6450761.0,
711
+ "step": 580
712
+ },
713
+ {
714
+ "entropy": 0.6331134095788002,
715
+ "epoch": 1.1614173228346456,
716
+ "grad_norm": 0.482421875,
717
+ "learning_rate": 0.00014046643408282305,
718
+ "loss": 0.5916334629058838,
719
+ "mean_token_accuracy": 0.8340157747268677,
720
+ "num_tokens": 6562060.0,
721
+ "step": 590
722
+ },
723
+ {
724
+ "entropy": 0.6203767985105515,
725
+ "epoch": 1.1811023622047245,
726
+ "grad_norm": 0.45703125,
727
+ "learning_rate": 0.00013851367921340017,
728
+ "loss": 0.5833216667175293,
729
+ "mean_token_accuracy": 0.8345949351787567,
730
+ "num_tokens": 6676922.0,
731
+ "step": 600
732
+ },
733
+ {
734
+ "epoch": 1.1811023622047245,
735
+ "eval_entropy": 0.7756788493306549,
736
+ "eval_loss": 0.8351659178733826,
737
+ "eval_mean_token_accuracy": 0.7810865651678156,
738
+ "eval_num_tokens": 6676922.0,
739
+ "eval_runtime": 15.9481,
740
+ "eval_samples_per_second": 26.774,
741
+ "eval_steps_per_second": 3.386,
742
+ "step": 600
743
+ },
744
+ {
745
+ "entropy": 0.645186324417591,
746
+ "epoch": 1.2007874015748032,
747
+ "grad_norm": 0.498046875,
748
+ "learning_rate": 0.0001365435243325051,
749
+ "loss": 0.6237170219421386,
750
+ "mean_token_accuracy": 0.8277532249689102,
751
+ "num_tokens": 6783497.0,
752
+ "step": 610
753
+ },
754
+ {
755
+ "entropy": 0.6759833052754403,
756
+ "epoch": 1.220472440944882,
757
+ "grad_norm": 0.546875,
758
+ "learning_rate": 0.00013455685953213194,
759
+ "loss": 0.6462036609649658,
760
+ "mean_token_accuracy": 0.8247299671173096,
761
+ "num_tokens": 6894014.0,
762
+ "step": 620
763
+ },
764
+ {
765
+ "entropy": 0.6737162366509437,
766
+ "epoch": 1.2401574803149606,
767
+ "grad_norm": 0.48828125,
768
+ "learning_rate": 0.0001325545823632554,
769
+ "loss": 0.6107028484344482,
770
+ "mean_token_accuracy": 0.8260864973068237,
771
+ "num_tokens": 6997350.0,
772
+ "step": 630
773
+ },
774
+ {
775
+ "entropy": 0.6702337503433228,
776
+ "epoch": 1.2598425196850394,
777
+ "grad_norm": 0.451171875,
778
+ "learning_rate": 0.00013053759743032823,
779
+ "loss": 0.6504123210906982,
780
+ "mean_token_accuracy": 0.818900191783905,
781
+ "num_tokens": 7109067.0,
782
+ "step": 640
783
+ },
784
+ {
785
+ "entropy": 0.7739008516073227,
786
+ "epoch": 1.279527559055118,
787
+ "grad_norm": 0.56640625,
788
+ "learning_rate": 0.00012850681598259195,
789
+ "loss": 0.7173595905303956,
790
+ "mean_token_accuracy": 0.7997365325689316,
791
+ "num_tokens": 7218739.0,
792
+ "step": 650
793
+ },
794
+ {
795
+ "epoch": 1.279527559055118,
796
+ "eval_entropy": 0.7500080190323017,
797
+ "eval_loss": 0.8297256231307983,
798
+ "eval_mean_token_accuracy": 0.7822851461392862,
799
+ "eval_num_tokens": 7218739.0,
800
+ "eval_runtime": 15.9417,
801
+ "eval_samples_per_second": 26.785,
802
+ "eval_steps_per_second": 3.387,
803
+ "step": 650
804
+ },
805
+ {
806
+ "entropy": 0.7080179423093795,
807
+ "epoch": 1.2992125984251968,
808
+ "grad_norm": 0.53125,
809
+ "learning_rate": 0.0001264631555023856,
810
+ "loss": 0.661363172531128,
811
+ "mean_token_accuracy": 0.8172380715608597,
812
+ "num_tokens": 7334561.0,
813
+ "step": 660
814
+ },
815
+ {
816
+ "entropy": 0.6184108316898346,
817
+ "epoch": 1.3188976377952755,
818
+ "grad_norm": 0.78515625,
819
+ "learning_rate": 0.00012440753929063826,
820
+ "loss": 0.6013145923614502,
821
+ "mean_token_accuracy": 0.8273262619972229,
822
+ "num_tokens": 7443871.0,
823
+ "step": 670
824
+ },
825
+ {
826
+ "entropy": 0.71297377794981,
827
+ "epoch": 1.3385826771653544,
828
+ "grad_norm": 0.5078125,
829
+ "learning_rate": 0.00012234089604973303,
830
+ "loss": 0.6702734470367432,
831
+ "mean_token_accuracy": 0.8151450455188751,
832
+ "num_tokens": 7555559.0,
833
+ "step": 680
834
+ },
835
+ {
836
+ "entropy": 0.6389088705182076,
837
+ "epoch": 1.358267716535433,
838
+ "grad_norm": 0.50390625,
839
+ "learning_rate": 0.0001202641594639305,
840
+ "loss": 0.6133567810058593,
841
+ "mean_token_accuracy": 0.8298202604055405,
842
+ "num_tokens": 7669861.0,
843
+ "step": 690
844
+ },
845
+ {
846
+ "entropy": 0.7520714432001114,
847
+ "epoch": 1.3779527559055118,
848
+ "grad_norm": 0.5390625,
849
+ "learning_rate": 0.00011817826777754171,
850
+ "loss": 0.6847642421722412,
851
+ "mean_token_accuracy": 0.8055585384368896,
852
+ "num_tokens": 7782831.0,
853
+ "step": 700
854
+ },
855
+ {
856
+ "epoch": 1.3779527559055118,
857
+ "eval_entropy": 0.7791200037355777,
858
+ "eval_loss": 0.8222253322601318,
859
+ "eval_mean_token_accuracy": 0.7843283326537521,
860
+ "eval_num_tokens": 7782831.0,
861
+ "eval_runtime": 15.9494,
862
+ "eval_samples_per_second": 26.772,
863
+ "eval_steps_per_second": 3.386,
864
+ "step": 700
865
+ },
866
+ {
867
+ "entropy": 0.7161616936326027,
868
+ "epoch": 1.3976377952755905,
869
+ "grad_norm": 0.421875,
870
+ "learning_rate": 0.00011608416337104065,
871
+ "loss": 0.6723262786865234,
872
+ "mean_token_accuracy": 0.8196182817220687,
873
+ "num_tokens": 7895511.0,
874
+ "step": 710
875
+ },
876
+ {
877
+ "entropy": 0.6407245740294456,
878
+ "epoch": 1.4173228346456692,
879
+ "grad_norm": 0.443359375,
880
+ "learning_rate": 0.00011398279233530829,
881
+ "loss": 0.6370048522949219,
882
+ "mean_token_accuracy": 0.8265632688999176,
883
+ "num_tokens": 8006186.0,
884
+ "step": 720
885
+ },
886
+ {
887
+ "entropy": 0.704089181125164,
888
+ "epoch": 1.4370078740157481,
889
+ "grad_norm": 0.51953125,
890
+ "learning_rate": 0.00011187510404420028,
891
+ "loss": 0.645330286026001,
892
+ "mean_token_accuracy": 0.8142861813306809,
893
+ "num_tokens": 8110444.0,
894
+ "step": 730
895
+ },
896
+ {
897
+ "entropy": 0.7673430755734444,
898
+ "epoch": 1.4566929133858268,
899
+ "grad_norm": 0.7109375,
900
+ "learning_rate": 0.00010976205072563132,
901
+ "loss": 0.7298968315124512,
902
+ "mean_token_accuracy": 0.8080587953329086,
903
+ "num_tokens": 8220128.0,
904
+ "step": 740
905
+ },
906
+ {
907
+ "entropy": 0.6395664170384407,
908
+ "epoch": 1.4763779527559056,
909
+ "grad_norm": 0.5078125,
910
+ "learning_rate": 0.00010764458703137024,
911
+ "loss": 0.6174263477325439,
912
+ "mean_token_accuracy": 0.8285290688276291,
913
+ "num_tokens": 8327961.0,
914
+ "step": 750
915
+ },
916
+ {
917
+ "epoch": 1.4763779527559056,
918
+ "eval_entropy": 0.7358508281133793,
919
+ "eval_loss": 0.8263605833053589,
920
+ "eval_mean_token_accuracy": 0.7838875507866895,
921
+ "eval_num_tokens": 8327961.0,
922
+ "eval_runtime": 15.9403,
923
+ "eval_samples_per_second": 26.787,
924
+ "eval_steps_per_second": 3.388,
925
+ "step": 750
926
+ },
927
+ {
928
+ "entropy": 0.701068015396595,
929
+ "epoch": 1.4960629921259843,
930
+ "grad_norm": 0.65625,
931
+ "learning_rate": 0.00010552366960573985,
932
+ "loss": 0.6718067646026611,
933
+ "mean_token_accuracy": 0.8166692137718201,
934
+ "num_tokens": 8432725.0,
935
+ "step": 760
936
+ },
937
+ {
938
+ "entropy": 0.6750249415636063,
939
+ "epoch": 1.515748031496063,
940
+ "grad_norm": 0.41796875,
941
+ "learning_rate": 0.00010340025665341684,
942
+ "loss": 0.6471256256103516,
943
+ "mean_token_accuracy": 0.8236999034881591,
944
+ "num_tokens": 8550042.0,
945
+ "step": 770
946
+ },
947
+ {
948
+ "entropy": 0.6500637173652649,
949
+ "epoch": 1.5354330708661417,
950
+ "grad_norm": 0.470703125,
951
+ "learning_rate": 0.00010127530750652642,
952
+ "loss": 0.5989052295684815,
953
+ "mean_token_accuracy": 0.8357917547225953,
954
+ "num_tokens": 8664499.0,
955
+ "step": 780
956
+ },
957
+ {
958
+ "entropy": 0.6429416075348854,
959
+ "epoch": 1.5551181102362204,
960
+ "grad_norm": 0.69140625,
961
+ "learning_rate": 9.914978219122791e-05,
962
+ "loss": 0.6052910327911377,
963
+ "mean_token_accuracy": 0.8295481771230697,
964
+ "num_tokens": 8778459.0,
965
+ "step": 790
966
+ },
967
+ {
968
+ "entropy": 0.6374648019671441,
969
+ "epoch": 1.574803149606299,
970
+ "grad_norm": 0.6484375,
971
+ "learning_rate": 9.702464099398632e-05,
972
+ "loss": 0.6044469833374023,
973
+ "mean_token_accuracy": 0.8315474331378937,
974
+ "num_tokens": 8886361.0,
975
+ "step": 800
976
+ },
977
+ {
978
+ "epoch": 1.574803149606299,
979
+ "eval_entropy": 0.7627564834223853,
980
+ "eval_loss": 0.8170398473739624,
981
+ "eval_mean_token_accuracy": 0.7843498874593664,
982
+ "eval_num_tokens": 8886361.0,
983
+ "eval_runtime": 15.9518,
984
+ "eval_samples_per_second": 26.768,
985
+ "eval_steps_per_second": 3.385,
986
+ "step": 800
987
+ },
988
+ {
989
+ "entropy": 0.6787230268120765,
990
+ "epoch": 1.594488188976378,
991
+ "grad_norm": 0.515625,
992
+ "learning_rate": 9.4900844027727e-05,
993
+ "loss": 0.6268706321716309,
994
+ "mean_token_accuracy": 0.8275486946105957,
995
+ "num_tokens": 8995558.0,
996
+ "step": 810
997
+ },
998
+ {
999
+ "entropy": 0.7012800723314285,
1000
+ "epoch": 1.6141732283464567,
1001
+ "grad_norm": 0.5390625,
1002
+ "learning_rate": 9.277935079806795e-05,
1003
+ "loss": 0.652205228805542,
1004
+ "mean_token_accuracy": 0.8216399610042572,
1005
+ "num_tokens": 9096245.0,
1006
+ "step": 820
1007
+ },
1008
+ {
1009
+ "entropy": 0.6063105046749115,
1010
+ "epoch": 1.6338582677165354,
1011
+ "grad_norm": 0.8125,
1012
+ "learning_rate": 9.066111976982712e-05,
1013
+ "loss": 0.597124719619751,
1014
+ "mean_token_accuracy": 0.836309888958931,
1015
+ "num_tokens": 9204264.0,
1016
+ "step": 830
1017
+ },
1018
+ {
1019
+ "entropy": 0.6953654140233994,
1020
+ "epoch": 1.6535433070866141,
1021
+ "grad_norm": 0.5,
1022
+ "learning_rate": 8.854710793399947e-05,
1023
+ "loss": 0.6501974105834961,
1024
+ "mean_token_accuracy": 0.8178625762462616,
1025
+ "num_tokens": 9314940.0,
1026
+ "step": 840
1027
+ },
1028
+ {
1029
+ "entropy": 0.6784902378916741,
1030
+ "epoch": 1.673228346456693,
1031
+ "grad_norm": 0.546875,
1032
+ "learning_rate": 8.64382703754003e-05,
1033
+ "loss": 0.636347484588623,
1034
+ "mean_token_accuracy": 0.8207234263420105,
1035
+ "num_tokens": 9429496.0,
1036
+ "step": 850
1037
+ },
1038
+ {
1039
+ "epoch": 1.673228346456693,
1040
+ "eval_entropy": 0.7619620506410245,
1041
+ "eval_loss": 0.8146092295646667,
1042
+ "eval_mean_token_accuracy": 0.7850696554890385,
1043
+ "eval_num_tokens": 9429496.0,
1044
+ "eval_runtime": 15.937,
1045
+ "eval_samples_per_second": 26.793,
1046
+ "eval_steps_per_second": 3.388,
1047
+ "step": 850
1048
+ },
1049
+ {
1050
+ "entropy": 0.6777935117483139,
1051
+ "epoch": 1.6929133858267718,
1052
+ "grad_norm": 0.478515625,
1053
+ "learning_rate": 8.433555984116937e-05,
1054
+ "loss": 0.6113362312316895,
1055
+ "mean_token_accuracy": 0.8263391226530075,
1056
+ "num_tokens": 9544270.0,
1057
+ "step": 860
1058
+ },
1059
+ {
1060
+ "entropy": 0.6014138415455819,
1061
+ "epoch": 1.7125984251968505,
1062
+ "grad_norm": 0.53125,
1063
+ "learning_rate": 8.22399263103314e-05,
1064
+ "loss": 0.6068051338195801,
1065
+ "mean_token_accuracy": 0.8325248181819915,
1066
+ "num_tokens": 9654198.0,
1067
+ "step": 870
1068
+ },
1069
+ {
1070
+ "entropy": 0.6414325833320618,
1071
+ "epoch": 1.7322834645669292,
1072
+ "grad_norm": 0.69140625,
1073
+ "learning_rate": 8.015231656460712e-05,
1074
+ "loss": 0.6324831008911133,
1075
+ "mean_token_accuracy": 0.834089708328247,
1076
+ "num_tokens": 9769457.0,
1077
+ "step": 880
1078
+ },
1079
+ {
1080
+ "entropy": 0.6839869737625122,
1081
+ "epoch": 1.7519685039370079,
1082
+ "grad_norm": 0.5390625,
1083
+ "learning_rate": 7.807367376066889e-05,
1084
+ "loss": 0.6296841144561768,
1085
+ "mean_token_accuracy": 0.8278504878282547,
1086
+ "num_tokens": 9875831.0,
1087
+ "step": 890
1088
+ },
1089
+ {
1090
+ "entropy": 0.6922678858041763,
1091
+ "epoch": 1.7716535433070866,
1092
+ "grad_norm": 0.48046875,
1093
+ "learning_rate": 7.60049370040338e-05,
1094
+ "loss": 0.6325759887695312,
1095
+ "mean_token_accuracy": 0.8210694164037704,
1096
+ "num_tokens": 9991758.0,
1097
+ "step": 900
1098
+ },
1099
+ {
1100
+ "epoch": 1.7716535433070866,
1101
+ "eval_entropy": 0.7464290934580343,
1102
+ "eval_loss": 0.8118129372596741,
1103
+ "eval_mean_token_accuracy": 0.7863925894101461,
1104
+ "eval_num_tokens": 9991758.0,
1105
+ "eval_runtime": 15.9375,
1106
+ "eval_samples_per_second": 26.792,
1107
+ "eval_steps_per_second": 3.388,
1108
+ "step": 900
1109
+ },
1110
+ {
1111
+ "entropy": 0.7232977166771889,
1112
+ "epoch": 1.7913385826771653,
1113
+ "grad_norm": 0.50390625,
1114
+ "learning_rate": 7.394704092478742e-05,
1115
+ "loss": 0.6871041774749755,
1116
+ "mean_token_accuracy": 0.8109384387731552,
1117
+ "num_tokens": 10106255.0,
1118
+ "step": 910
1119
+ },
1120
+ {
1121
+ "entropy": 0.639159494638443,
1122
+ "epoch": 1.811023622047244,
1123
+ "grad_norm": 0.51953125,
1124
+ "learning_rate": 7.190091525532921e-05,
1125
+ "loss": 0.5977220058441162,
1126
+ "mean_token_accuracy": 0.8346921026706695,
1127
+ "num_tokens": 10218066.0,
1128
+ "step": 920
1129
+ },
1130
+ {
1131
+ "entropy": 0.6970785558223724,
1132
+ "epoch": 1.8307086614173227,
1133
+ "grad_norm": 0.625,
1134
+ "learning_rate": 6.98674844103308e-05,
1135
+ "loss": 0.6659546852111816,
1136
+ "mean_token_accuracy": 0.8177712321281433,
1137
+ "num_tokens": 10326991.0,
1138
+ "step": 930
1139
+ },
1140
+ {
1141
+ "entropy": 0.705052088201046,
1142
+ "epoch": 1.8503937007874016,
1143
+ "grad_norm": 0.52734375,
1144
+ "learning_rate": 6.784766706909662e-05,
1145
+ "loss": 0.6586481094360351,
1146
+ "mean_token_accuracy": 0.8198566019535065,
1147
+ "num_tokens": 10432558.0,
1148
+ "step": 940
1149
+ },
1150
+ {
1151
+ "entropy": 0.6612584158778191,
1152
+ "epoch": 1.8700787401574803,
1153
+ "grad_norm": 0.65625,
1154
+ "learning_rate": 6.58423757605158e-05,
1155
+ "loss": 0.6631102561950684,
1156
+ "mean_token_accuracy": 0.8250136137008667,
1157
+ "num_tokens": 10541702.0,
1158
+ "step": 950
1159
+ },
1160
+ {
1161
+ "epoch": 1.8700787401574803,
1162
+ "eval_entropy": 0.7582799510823356,
1163
+ "eval_loss": 0.8087909817695618,
1164
+ "eval_mean_token_accuracy": 0.7858658830324808,
1165
+ "eval_num_tokens": 10541702.0,
1166
+ "eval_runtime": 15.9386,
1167
+ "eval_samples_per_second": 26.79,
1168
+ "eval_steps_per_second": 3.388,
1169
+ "step": 950
1170
+ },
1171
+ {
1172
+ "entropy": 0.7153135001659393,
1173
+ "epoch": 1.889763779527559,
1174
+ "grad_norm": 0.52734375,
1175
+ "learning_rate": 6.38525164507927e-05,
1176
+ "loss": 0.6485848426818848,
1177
+ "mean_token_accuracy": 0.8191622495651245,
1178
+ "num_tokens": 10652431.0,
1179
+ "step": 960
1180
+ },
1181
+ {
1182
+ "entropy": 0.6808911249041557,
1183
+ "epoch": 1.909448818897638,
1184
+ "grad_norm": 0.578125,
1185
+ "learning_rate": 6.187898813414251e-05,
1186
+ "loss": 0.6528217315673828,
1187
+ "mean_token_accuracy": 0.8256954222917556,
1188
+ "num_tokens": 10766036.0,
1189
+ "step": 970
1190
+ },
1191
+ {
1192
+ "entropy": 0.6457046732306481,
1193
+ "epoch": 1.9291338582677167,
1194
+ "grad_norm": 0.65625,
1195
+ "learning_rate": 5.99226824266365e-05,
1196
+ "loss": 0.6104453086853028,
1197
+ "mean_token_accuracy": 0.8297607868909835,
1198
+ "num_tokens": 10869598.0,
1199
+ "step": 980
1200
+ },
1201
+ {
1202
+ "entropy": 0.6919459193944931,
1203
+ "epoch": 1.9488188976377954,
1204
+ "grad_norm": 0.640625,
1205
+ "learning_rate": 5.7984483163380764e-05,
1206
+ "loss": 0.6459432601928711,
1207
+ "mean_token_accuracy": 0.8180149614810943,
1208
+ "num_tokens": 10983085.0,
1209
+ "step": 990
1210
+ },
1211
+ {
1212
+ "entropy": 0.6444254025816918,
1213
+ "epoch": 1.968503937007874,
1214
+ "grad_norm": 0.578125,
1215
+ "learning_rate": 5.606526599921026e-05,
1216
+ "loss": 0.6290760517120362,
1217
+ "mean_token_accuracy": 0.8319308578968048,
1218
+ "num_tokens": 11090966.0,
1219
+ "step": 1000
1220
+ },
1221
+ {
1222
+ "epoch": 1.968503937007874,
1223
+ "eval_entropy": 0.7388938731617398,
1224
+ "eval_loss": 0.8063948154449463,
1225
+ "eval_mean_token_accuracy": 0.786332004600101,
1226
+ "eval_num_tokens": 11090966.0,
1227
+ "eval_runtime": 15.9242,
1228
+ "eval_samples_per_second": 26.814,
1229
+ "eval_steps_per_second": 3.391,
1230
+ "step": 1000
1231
+ },
1232
+ {
1233
+ "entropy": 0.716805949807167,
1234
+ "epoch": 1.9881889763779528,
1235
+ "grad_norm": 0.51953125,
1236
+ "learning_rate": 5.416589801307874e-05,
1237
+ "loss": 0.6740987300872803,
1238
+ "mean_token_accuracy": 0.8161014556884766,
1239
+ "num_tokens": 11204584.0,
1240
+ "step": 1010
1241
+ },
1242
+ {
1243
+ "entropy": 0.6367674544453621,
1244
+ "epoch": 2.0078740157480315,
1245
+ "grad_norm": 0.38671875,
1246
+ "learning_rate": 5.2287237316322676e-05,
1247
+ "loss": 0.5608503341674804,
1248
+ "mean_token_accuracy": 0.843386459350586,
1249
+ "num_tokens": 11314232.0,
1250
+ "step": 1020
1251
+ },
1252
+ {
1253
+ "entropy": 0.5910033389925957,
1254
+ "epoch": 2.02755905511811,
1255
+ "grad_norm": 0.515625,
1256
+ "learning_rate": 5.043013266497751e-05,
1257
+ "loss": 0.5252383708953857,
1258
+ "mean_token_accuracy": 0.8537230730056763,
1259
+ "num_tokens": 11422130.0,
1260
+ "step": 1030
1261
+ },
1262
+ {
1263
+ "entropy": 0.5933422192931175,
1264
+ "epoch": 2.047244094488189,
1265
+ "grad_norm": 0.45703125,
1266
+ "learning_rate": 4.85954230763197e-05,
1267
+ "loss": 0.5412720680236817,
1268
+ "mean_token_accuracy": 0.8524353206157684,
1269
+ "num_tokens": 11538400.0,
1270
+ "step": 1040
1271
+ },
1272
+ {
1273
+ "entropy": 0.5587056159973145,
1274
+ "epoch": 2.0669291338582676,
1275
+ "grad_norm": 0.482421875,
1276
+ "learning_rate": 4.6783937449808856e-05,
1277
+ "loss": 0.4972053050994873,
1278
+ "mean_token_accuracy": 0.8567238092422486,
1279
+ "num_tokens": 11645829.0,
1280
+ "step": 1050
1281
+ },
1282
+ {
1283
+ "epoch": 2.0669291338582676,
1284
+ "eval_entropy": 0.6584087091463583,
1285
+ "eval_loss": 0.8380542993545532,
1286
+ "eval_mean_token_accuracy": 0.7845212673699414,
1287
+ "eval_num_tokens": 11645829.0,
1288
+ "eval_runtime": 15.9414,
1289
+ "eval_samples_per_second": 26.786,
1290
+ "eval_steps_per_second": 3.387,
1291
+ "step": 1050
1292
+ },
1293
+ {
1294
+ "entropy": 0.5155777037143707,
1295
+ "epoch": 2.0866141732283463,
1296
+ "grad_norm": 0.5546875,
1297
+ "learning_rate": 4.499649419260133e-05,
1298
+ "loss": 0.46482577323913576,
1299
+ "mean_token_accuracy": 0.8648948520421982,
1300
+ "num_tokens": 11760076.0,
1301
+ "step": 1060
1302
+ },
1303
+ {
1304
+ "entropy": 0.5826122924685478,
1305
+ "epoch": 2.106299212598425,
1306
+ "grad_norm": 0.390625,
1307
+ "learning_rate": 4.323390084980353e-05,
1308
+ "loss": 0.5252526760101318,
1309
+ "mean_token_accuracy": 0.8463617414236069,
1310
+ "num_tokens": 11875367.0,
1311
+ "step": 1070
1312
+ },
1313
+ {
1314
+ "entropy": 0.569524523615837,
1315
+ "epoch": 2.1259842519685037,
1316
+ "grad_norm": 0.578125,
1317
+ "learning_rate": 4.1496953739633124e-05,
1318
+ "loss": 0.4987020969390869,
1319
+ "mean_token_accuracy": 0.8567680090665817,
1320
+ "num_tokens": 11983766.0,
1321
+ "step": 1080
1322
+ },
1323
+ {
1324
+ "entropy": 0.5740523621439934,
1325
+ "epoch": 2.145669291338583,
1326
+ "grad_norm": 0.6015625,
1327
+ "learning_rate": 3.978643759365202e-05,
1328
+ "loss": 0.5137018680572509,
1329
+ "mean_token_accuracy": 0.8519427388906479,
1330
+ "num_tokens": 12092559.0,
1331
+ "step": 1090
1332
+ },
1333
+ {
1334
+ "entropy": 0.5408509276807308,
1335
+ "epoch": 2.1653543307086616,
1336
+ "grad_norm": 0.54296875,
1337
+ "learning_rate": 3.810312520223419e-05,
1338
+ "loss": 0.5046960830688476,
1339
+ "mean_token_accuracy": 0.8586939305067063,
1340
+ "num_tokens": 12207307.0,
1341
+ "step": 1100
1342
+ },
1343
+ {
1344
+ "epoch": 2.1653543307086616,
1345
+ "eval_entropy": 0.6570906854338117,
1346
+ "eval_loss": 0.8393341898918152,
1347
+ "eval_mean_token_accuracy": 0.7835258808400896,
1348
+ "eval_num_tokens": 12207307.0,
1349
+ "eval_runtime": 15.9395,
1350
+ "eval_samples_per_second": 26.789,
1351
+ "eval_steps_per_second": 3.388,
1352
+ "step": 1100
1353
+ }
1354
+ ],
1355
+ "logging_steps": 10,
1356
+ "max_steps": 1524,
1357
+ "num_input_tokens_seen": 0,
1358
+ "num_train_epochs": 3,
1359
+ "save_steps": 50,
1360
+ "stateful_callbacks": {
1361
+ "TrainerControl": {
1362
+ "args": {
1363
+ "should_epoch_stop": false,
1364
+ "should_evaluate": false,
1365
+ "should_log": false,
1366
+ "should_save": true,
1367
+ "should_training_stop": false
1368
+ },
1369
+ "attributes": {}
1370
+ }
1371
+ },
1372
+ "total_flos": 1.7210353781014733e+17,
1373
+ "train_batch_size": 8,
1374
+ "trial_name": null,
1375
+ "trial_params": null
1376
+ }
checkpoint-1100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f0e55ef6f28af070d9ef917c7e02ff815b9b702bccb82471082d69e77b490b
3
+ size 5713
checkpoint-1150/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Math-1.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Math-1.5B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
checkpoint-1150/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-Math-1.5B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 32,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "down_proj",
34
+ "v_proj",
35
+ "o_proj",
36
+ "q_proj",
37
+ "up_proj",
38
+ "k_proj",
39
+ "gate_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
checkpoint-1150/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34912f66e3f8ef3a006a793ea9a4a5fa140325760b401db19f0db3d684510ade
3
+ size 73911504
checkpoint-1150/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'Please reason step by step, and put your final answer within \\boxed{}.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nPlease reason step by step, and put your final answer within \\boxed{}.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-1150/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b1aebff74b8ad7a098b69f0c01185ec1315c45fc61beab31d9cda304c20b3e
3
+ size 75481221
checkpoint-1150/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2b64e0e2cfb04dc2c8f321cf94ccb9f7b00504aabf05b33d0aeea70f07c0b6c
3
+ size 14581
checkpoint-1150/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:accb2a528fca29d8797540258b7417dc4e9ad92752b163e17dc7de1effb4163c
3
+ size 1465
checkpoint-1150/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
3
+ size 11421892
checkpoint-1150/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": false,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|fim_pad|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }