POGroup commited on
Commit
da740f4
·
verified ·
1 Parent(s): 95053e9

Training in progress, step 2512, checkpoint

Browse files
checkpoint-2512/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2-7b-bnb-4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.12.0
checkpoint-2512/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2-7b-bnb-4bit",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "down_proj",
24
+ "o_proj",
25
+ "up_proj",
26
+ "k_proj",
27
+ "v_proj",
28
+ "q_proj",
29
+ "gate_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-2512/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b09f644fd5e44cdbd2cf9e10cef60233e41242fbaed44466513805c96aece6
3
+ size 161533192
checkpoint-2512/added_tokens.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "<|PAD_TOKEN|>": 151646,
3
+ "<|endoftext|>": 151643,
4
+ "<|im_end|>": 151645,
5
+ "<|im_start|>": 151644
6
+ }
checkpoint-2512/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2512/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1fdabd8b88b10f990ce3c7bf81c3dbc51ab5f49c3391cd428c3c154a93cc17
3
+ size 82347842
checkpoint-2512/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c917636c7a58af68a29056522a757e9f9b99005b776641aa157c536967817d
3
+ size 14244
checkpoint-2512/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6501be0b7607e82125c92490ac0d6c895dbba3fbf919fcf6f1c174d6c203dcf9
3
+ size 1064
checkpoint-2512/special_tokens_map.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "bos_token": "<|endoftext|>",
7
+ "eos_token": {
8
+ "content": "<|endoftext|>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "pad_token": {
15
+ "content": "<|PAD_TOKEN|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ }
21
+ }
checkpoint-2512/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2512/tokenizer_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "151646": {
29
+ "content": "<|PAD_TOKEN|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ }
36
+ },
37
+ "additional_special_tokens": [
38
+ "<|im_start|>",
39
+ "<|im_end|>"
40
+ ],
41
+ "bos_token": "<|endoftext|>",
42
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
43
+ "clean_up_tokenization_spaces": false,
44
+ "eos_token": "<|endoftext|>",
45
+ "errors": "replace",
46
+ "model_max_length": 131072,
47
+ "pad_token": "<|PAD_TOKEN|>",
48
+ "padding_side": "right",
49
+ "split_special_tokens": false,
50
+ "tokenizer_class": "Qwen2Tokenizer",
51
+ "unk_token": null
52
+ }
checkpoint-2512/trainer_state.json ADDED
@@ -0,0 +1,408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9998009950248756,
5
+ "eval_steps": 500,
6
+ "global_step": 2512,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.03980099502487562,
13
+ "grad_norm": 1.5459058284759521,
14
+ "learning_rate": 4.980474401576887e-07,
15
+ "logits/chosen": -1.4838274717330933,
16
+ "logits/rejected": -1.5693057775497437,
17
+ "logps/chosen": -190.30685424804688,
18
+ "logps/rejected": -190.12179565429688,
19
+ "loss": 0.7107,
20
+ "rewards/accuracies": 0.49312499165534973,
21
+ "rewards/chosen": -0.8337415456771851,
22
+ "rewards/margins": 0.0017802910879254341,
23
+ "rewards/rejected": -0.8355217576026917,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.07960199004975124,
28
+ "grad_norm": 1.247958779335022,
29
+ "learning_rate": 4.922202605502572e-07,
30
+ "logits/chosen": -1.4577226638793945,
31
+ "logits/rejected": -1.544972538948059,
32
+ "logps/chosen": -191.1748504638672,
33
+ "logps/rejected": -191.21063232421875,
34
+ "loss": 0.7063,
35
+ "rewards/accuracies": 0.5017187595367432,
36
+ "rewards/chosen": -0.7915948629379272,
37
+ "rewards/margins": 0.004952423740178347,
38
+ "rewards/rejected": -0.7965472340583801,
39
+ "step": 200
40
+ },
41
+ {
42
+ "epoch": 0.11940298507462686,
43
+ "grad_norm": 1.1431488990783691,
44
+ "learning_rate": 4.82609484512869e-07,
45
+ "logits/chosen": -1.4753738641738892,
46
+ "logits/rejected": -1.5457732677459717,
47
+ "logps/chosen": -189.42088317871094,
48
+ "logps/rejected": -190.7891082763672,
49
+ "loss": 0.7009,
50
+ "rewards/accuracies": 0.5146874785423279,
51
+ "rewards/chosen": -0.7856764197349548,
52
+ "rewards/margins": 0.013686330057680607,
53
+ "rewards/rejected": -0.7993627190589905,
54
+ "step": 300
55
+ },
56
+ {
57
+ "epoch": 0.15920398009950248,
58
+ "grad_norm": 1.1773804426193237,
59
+ "learning_rate": 4.6936523696827614e-07,
60
+ "logits/chosen": -1.4836928844451904,
61
+ "logits/rejected": -1.5391887426376343,
62
+ "logps/chosen": -191.47879028320312,
63
+ "logps/rejected": -192.72312927246094,
64
+ "loss": 0.7031,
65
+ "rewards/accuracies": 0.4935937523841858,
66
+ "rewards/chosen": -0.7633911967277527,
67
+ "rewards/margins": 0.00844556000083685,
68
+ "rewards/rejected": -0.7718366384506226,
69
+ "step": 400
70
+ },
71
+ {
72
+ "epoch": 0.19900497512437812,
73
+ "grad_norm": 1.1332217454910278,
74
+ "learning_rate": 4.5269439940365644e-07,
75
+ "logits/chosen": -1.5031734704971313,
76
+ "logits/rejected": -1.5771981477737427,
77
+ "logps/chosen": -188.72503662109375,
78
+ "logps/rejected": -188.9233856201172,
79
+ "loss": 0.6982,
80
+ "rewards/accuracies": 0.5159375071525574,
81
+ "rewards/chosen": -0.7517531514167786,
82
+ "rewards/margins": 0.017128920182585716,
83
+ "rewards/rejected": -0.7688820362091064,
84
+ "step": 500
85
+ },
86
+ {
87
+ "epoch": 0.23880597014925373,
88
+ "grad_norm": 1.1783969402313232,
89
+ "learning_rate": 4.328573782827409e-07,
90
+ "logits/chosen": -1.4775351285934448,
91
+ "logits/rejected": -1.5578263998031616,
92
+ "logps/chosen": -187.82449340820312,
93
+ "logps/rejected": -186.08935546875,
94
+ "loss": 0.6956,
95
+ "rewards/accuracies": 0.5301562547683716,
96
+ "rewards/chosen": -0.7211830615997314,
97
+ "rewards/margins": 0.02292461320757866,
98
+ "rewards/rejected": -0.744107723236084,
99
+ "step": 600
100
+ },
101
+ {
102
+ "epoch": 0.27860696517412936,
103
+ "grad_norm": 1.2275896072387695,
104
+ "learning_rate": 4.1016403737218373e-07,
105
+ "logits/chosen": -1.4353595972061157,
106
+ "logits/rejected": -1.5325896739959717,
107
+ "logps/chosen": -190.53240966796875,
108
+ "logps/rejected": -186.2373504638672,
109
+ "loss": 0.6918,
110
+ "rewards/accuracies": 0.5306249856948853,
111
+ "rewards/chosen": -0.7291114926338196,
112
+ "rewards/margins": 0.02977893128991127,
113
+ "rewards/rejected": -0.7588903903961182,
114
+ "step": 700
115
+ },
116
+ {
117
+ "epoch": 0.31840796019900497,
118
+ "grad_norm": 1.2193249464035034,
119
+ "learning_rate": 3.849688575211836e-07,
120
+ "logits/chosen": -1.4531009197235107,
121
+ "logits/rejected": -1.528568148612976,
122
+ "logps/chosen": -193.5086669921875,
123
+ "logps/rejected": -190.48219299316406,
124
+ "loss": 0.6947,
125
+ "rewards/accuracies": 0.5360937714576721,
126
+ "rewards/chosen": -0.7271183729171753,
127
+ "rewards/margins": 0.027006981894373894,
128
+ "rewards/rejected": -0.7541253566741943,
129
+ "step": 800
130
+ },
131
+ {
132
+ "epoch": 0.3582089552238806,
133
+ "grad_norm": 1.3636894226074219,
134
+ "learning_rate": 3.576653995009154e-07,
135
+ "logits/chosen": -1.4581520557403564,
136
+ "logits/rejected": -1.5382471084594727,
137
+ "logps/chosen": -186.9196319580078,
138
+ "logps/rejected": -187.58917236328125,
139
+ "loss": 0.6881,
140
+ "rewards/accuracies": 0.538281261920929,
141
+ "rewards/chosen": -0.7291906476020813,
142
+ "rewards/margins": 0.039425306022167206,
143
+ "rewards/rejected": -0.7686160802841187,
144
+ "step": 900
145
+ },
146
+ {
147
+ "epoch": 0.39800995024875624,
148
+ "grad_norm": 1.2546725273132324,
149
+ "learning_rate": 3.286801563968721e-07,
150
+ "logits/chosen": -1.4330791234970093,
151
+ "logits/rejected": -1.5031362771987915,
152
+ "logps/chosen": -190.80686950683594,
153
+ "logps/rejected": -189.16189575195312,
154
+ "loss": 0.692,
155
+ "rewards/accuracies": 0.5220312476158142,
156
+ "rewards/chosen": -0.7390533685684204,
157
+ "rewards/margins": 0.03137853741645813,
158
+ "rewards/rejected": -0.7704318165779114,
159
+ "step": 1000
160
+ },
161
+ {
162
+ "epoch": 0.43781094527363185,
163
+ "grad_norm": 1.1531291007995605,
164
+ "learning_rate": 2.9846589158269034e-07,
165
+ "logits/chosen": -1.4307806491851807,
166
+ "logits/rejected": -1.5092757940292358,
167
+ "logps/chosen": -193.00648498535156,
168
+ "logps/rejected": -189.84764099121094,
169
+ "loss": 0.6892,
170
+ "rewards/accuracies": 0.5384374856948853,
171
+ "rewards/chosen": -0.7566314935684204,
172
+ "rewards/margins": 0.03836291283369064,
173
+ "rewards/rejected": -0.7949943542480469,
174
+ "step": 1100
175
+ },
176
+ {
177
+ "epoch": 0.47761194029850745,
178
+ "grad_norm": 1.5831681489944458,
179
+ "learning_rate": 2.674945663394993e-07,
180
+ "logits/chosen": -1.430738925933838,
181
+ "logits/rejected": -1.5082927942276,
182
+ "logps/chosen": -189.89476013183594,
183
+ "logps/rejected": -186.1005096435547,
184
+ "loss": 0.6903,
185
+ "rewards/accuracies": 0.5414062738418579,
186
+ "rewards/chosen": -0.754692018032074,
187
+ "rewards/margins": 0.03536057472229004,
188
+ "rewards/rejected": -0.790052592754364,
189
+ "step": 1200
190
+ },
191
+ {
192
+ "epoch": 0.5174129353233831,
193
+ "grad_norm": 1.3418159484863281,
194
+ "learning_rate": 2.3624996759476285e-07,
195
+ "logits/chosen": -1.4191877841949463,
196
+ "logits/rejected": -1.501223087310791,
197
+ "logps/chosen": -190.763671875,
198
+ "logps/rejected": -188.54310607910156,
199
+ "loss": 0.6848,
200
+ "rewards/accuracies": 0.5510937571525574,
201
+ "rewards/chosen": -0.7421095967292786,
202
+ "rewards/margins": 0.05018935725092888,
203
+ "rewards/rejected": -0.7922989726066589,
204
+ "step": 1300
205
+ },
206
+ {
207
+ "epoch": 0.5572139303482587,
208
+ "grad_norm": 1.0886973142623901,
209
+ "learning_rate": 2.0522015093886614e-07,
210
+ "logits/chosen": -1.4274046421051025,
211
+ "logits/rejected": -1.511489748954773,
212
+ "logps/chosen": -190.62181091308594,
213
+ "logps/rejected": -189.4832000732422,
214
+ "loss": 0.6884,
215
+ "rewards/accuracies": 0.5412499904632568,
216
+ "rewards/chosen": -0.742114782333374,
217
+ "rewards/margins": 0.042963698506355286,
218
+ "rewards/rejected": -0.7850785255432129,
219
+ "step": 1400
220
+ },
221
+ {
222
+ "epoch": 0.5970149253731343,
223
+ "grad_norm": 1.2839570045471191,
224
+ "learning_rate": 1.7488981696314154e-07,
225
+ "logits/chosen": -1.4310470819473267,
226
+ "logits/rejected": -1.504390001296997,
227
+ "logps/chosen": -190.2706298828125,
228
+ "logps/rejected": -188.0977020263672,
229
+ "loss": 0.6868,
230
+ "rewards/accuracies": 0.547656238079071,
231
+ "rewards/chosen": -0.7403038144111633,
232
+ "rewards/margins": 0.04620310664176941,
233
+ "rewards/rejected": -0.7865069508552551,
234
+ "step": 1500
235
+ },
236
+ {
237
+ "epoch": 0.6368159203980099,
238
+ "grad_norm": 1.2762988805770874,
239
+ "learning_rate": 1.4573274000458839e-07,
240
+ "logits/chosen": -1.4215110540390015,
241
+ "logits/rejected": -1.5031652450561523,
242
+ "logps/chosen": -189.7293701171875,
243
+ "logps/rejected": -189.09996032714844,
244
+ "loss": 0.6835,
245
+ "rewards/accuracies": 0.5501562356948853,
246
+ "rewards/chosen": -0.7511222958564758,
247
+ "rewards/margins": 0.05315619334578514,
248
+ "rewards/rejected": -0.8042784929275513,
249
+ "step": 1600
250
+ },
251
+ {
252
+ "epoch": 0.6766169154228856,
253
+ "grad_norm": 1.517782211303711,
254
+ "learning_rate": 1.1820436756391414e-07,
255
+ "logits/chosen": -1.385495901107788,
256
+ "logits/rejected": -1.4789422750473022,
257
+ "logps/chosen": -193.28277587890625,
258
+ "logps/rejected": -189.7715606689453,
259
+ "loss": 0.6848,
260
+ "rewards/accuracies": 0.5560937523841858,
261
+ "rewards/chosen": -0.7423578500747681,
262
+ "rewards/margins": 0.052127428352832794,
263
+ "rewards/rejected": -0.794485330581665,
264
+ "step": 1700
265
+ },
266
+ {
267
+ "epoch": 0.7164179104477612,
268
+ "grad_norm": 1.2326488494873047,
269
+ "learning_rate": 9.273470599753375e-08,
270
+ "logits/chosen": -1.4209693670272827,
271
+ "logits/rejected": -1.491072654724121,
272
+ "logps/chosen": -188.58055114746094,
273
+ "logps/rejected": -188.7568359375,
274
+ "loss": 0.6834,
275
+ "rewards/accuracies": 0.5548437237739563,
276
+ "rewards/chosen": -0.7456573247909546,
277
+ "rewards/margins": 0.05509215220808983,
278
+ "rewards/rejected": -0.8007495403289795,
279
+ "step": 1800
280
+ },
281
+ {
282
+ "epoch": 0.7562189054726368,
283
+ "grad_norm": 1.1635903120040894,
284
+ "learning_rate": 6.972160361242119e-08,
285
+ "logits/chosen": -1.4076248407363892,
286
+ "logits/rejected": -1.4701765775680542,
287
+ "logps/chosen": -187.25048828125,
288
+ "logps/rejected": -188.06027221679688,
289
+ "loss": 0.6849,
290
+ "rewards/accuracies": 0.5457812547683716,
291
+ "rewards/chosen": -0.7482488751411438,
292
+ "rewards/margins": 0.050881754606962204,
293
+ "rewards/rejected": -0.7991305589675903,
294
+ "step": 1900
295
+ },
296
+ {
297
+ "epoch": 0.7960199004975125,
298
+ "grad_norm": 1.463752031326294,
299
+ "learning_rate": 4.952453608509e-08,
300
+ "logits/chosen": -1.4001586437225342,
301
+ "logits/rejected": -1.4962129592895508,
302
+ "logps/chosen": -192.7788848876953,
303
+ "logps/rejected": -191.05316162109375,
304
+ "loss": 0.6877,
305
+ "rewards/accuracies": 0.5378124713897705,
306
+ "rewards/chosen": -0.7623865008354187,
307
+ "rewards/margins": 0.047943364828825,
308
+ "rewards/rejected": -0.8103299736976624,
309
+ "step": 2000
310
+ },
311
+ {
312
+ "epoch": 0.835820895522388,
313
+ "grad_norm": 1.200461506843567,
314
+ "learning_rate": 3.2458991279430717e-08,
315
+ "logits/chosen": -1.4338061809539795,
316
+ "logits/rejected": -1.492598295211792,
317
+ "logps/chosen": -187.86001586914062,
318
+ "logps/rejected": -190.3682403564453,
319
+ "loss": 0.6804,
320
+ "rewards/accuracies": 0.5598437786102295,
321
+ "rewards/chosen": -0.7565799951553345,
322
+ "rewards/margins": 0.06183221936225891,
323
+ "rewards/rejected": -0.818412184715271,
324
+ "step": 2100
325
+ },
326
+ {
327
+ "epoch": 0.8756218905472637,
328
+ "grad_norm": 1.30251145362854,
329
+ "learning_rate": 1.8791541175240787e-08,
330
+ "logits/chosen": -1.4070285558700562,
331
+ "logits/rejected": -1.487685203552246,
332
+ "logps/chosen": -189.3640594482422,
333
+ "logps/rejected": -188.98089599609375,
334
+ "loss": 0.6791,
335
+ "rewards/accuracies": 0.5614062547683716,
336
+ "rewards/chosen": -0.7591237425804138,
337
+ "rewards/margins": 0.06378559023141861,
338
+ "rewards/rejected": -0.822909414768219,
339
+ "step": 2200
340
+ },
341
+ {
342
+ "epoch": 0.9154228855721394,
343
+ "grad_norm": 1.1758041381835938,
344
+ "learning_rate": 8.735677886282183e-09,
345
+ "logits/chosen": -1.4267709255218506,
346
+ "logits/rejected": -1.4703466892242432,
347
+ "logps/chosen": -188.0686492919922,
348
+ "logps/rejected": -192.47093200683594,
349
+ "loss": 0.6804,
350
+ "rewards/accuracies": 0.553906261920929,
351
+ "rewards/chosen": -0.7582595348358154,
352
+ "rewards/margins": 0.06273117661476135,
353
+ "rewards/rejected": -0.8209907412528992,
354
+ "step": 2300
355
+ },
356
+ {
357
+ "epoch": 0.9552238805970149,
358
+ "grad_norm": 1.3671549558639526,
359
+ "learning_rate": 2.4484788112571488e-09,
360
+ "logits/chosen": -1.3968582153320312,
361
+ "logits/rejected": -1.4773013591766357,
362
+ "logps/chosen": -190.7488250732422,
363
+ "logps/rejected": -189.8838348388672,
364
+ "loss": 0.6805,
365
+ "rewards/accuracies": 0.5579687356948853,
366
+ "rewards/chosen": -0.756488025188446,
367
+ "rewards/margins": 0.061892423778772354,
368
+ "rewards/rejected": -0.8183805346488953,
369
+ "step": 2400
370
+ },
371
+ {
372
+ "epoch": 0.9950248756218906,
373
+ "grad_norm": 1.116024374961853,
374
+ "learning_rate": 2.8153009641818103e-11,
375
+ "logits/chosen": -1.4138067960739136,
376
+ "logits/rejected": -1.4724555015563965,
377
+ "logps/chosen": -188.42840576171875,
378
+ "logps/rejected": -188.1235809326172,
379
+ "loss": 0.6808,
380
+ "rewards/accuracies": 0.5667187571525574,
381
+ "rewards/chosen": -0.752957820892334,
382
+ "rewards/margins": 0.06008431315422058,
383
+ "rewards/rejected": -0.813042163848877,
384
+ "step": 2500
385
+ }
386
+ ],
387
+ "logging_steps": 100,
388
+ "max_steps": 2512,
389
+ "num_input_tokens_seen": 0,
390
+ "num_train_epochs": 1,
391
+ "save_steps": 100,
392
+ "stateful_callbacks": {
393
+ "TrainerControl": {
394
+ "args": {
395
+ "should_epoch_stop": false,
396
+ "should_evaluate": false,
397
+ "should_log": false,
398
+ "should_save": true,
399
+ "should_training_stop": true
400
+ },
401
+ "attributes": {}
402
+ }
403
+ },
404
+ "total_flos": 0.0,
405
+ "train_batch_size": 4,
406
+ "trial_name": null,
407
+ "trial_params": null
408
+ }
checkpoint-2512/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66cc57a0e2f8ad90da0d3d8e2cf37c61053a09a6b3b5d9bcbc209f66a8ffee9
3
+ size 6008
checkpoint-2512/vocab.json ADDED
The diff for this file is too large to render. See raw diff