tahamajs commited on
Commit
b934b75
·
verified ·
1 Parent(s): 5b09265

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ model_name: qwen_bitcoin_enhanced_grpo_unsloth_pretrained
4
+ tags:
5
+ - generated_from_trainer
6
+ - grpo
7
+ - unsloth
8
+ - trl
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for qwen_bitcoin_enhanced_grpo_unsloth_pretrained
13
+
14
+ This model is a fine-tuned version of [None](https://huggingface.co/None).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="None", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+
31
+
32
+
33
+ This model was trained with GRPO, a method introduced in [DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models](https://huggingface.co/papers/2402.03300).
34
+
35
+ ### Framework versions
36
+
37
+ - TRL: 0.19.1
38
+ - Transformers: 4.53.3
39
+ - Pytorch: 2.7.1
40
+ - Datasets: 3.6.0
41
+ - Tokenizers: 0.21.2
42
+
43
+ ## Citations
44
+
45
+ Cite GRPO as:
46
+
47
+ ```bibtex
48
+ @article{zhihong2024deepseekmath,
49
+ title = {{DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models}},
50
+ author = {Zhihong Shao and Peiyi Wang and Qihao Zhu and Runxin Xu and Junxiao Song and Mingchuan Zhang and Y. K. Li and Y. Wu and Daya Guo},
51
+ year = 2024,
52
+ eprint = {arXiv:2402.03300},
53
+ }
54
+
55
+ ```
56
+
57
+ Cite TRL as:
58
+
59
+ ```bibtex
60
+ @misc{vonwerra2022trl,
61
+ title = {{TRL: Transformer Reinforcement Learning}},
62
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
63
+ year = 2020,
64
+ journal = {GitHub repository},
65
+ publisher = {GitHub},
66
+ howpublished = {\url{https://github.com/huggingface/trl}}
67
+ }
68
+ ```
checkpoint-100/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ./Qwen3-8B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:./Qwen3-8B
7
+ - grpo
8
+ - lora
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.16.0
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./Qwen3-8B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "q_proj",
29
+ "down_proj",
30
+ "up_proj",
31
+ "v_proj",
32
+ "k_proj",
33
+ "o_proj",
34
+ "gate_proj"
35
+ ],
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1b42ce0a1a90aacdad483b19333f30271488bf7d0f9ec7eeb6dbd8dccbf878
3
+ size 2834188880
checkpoint-100/chat_template.jinja ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if messages[0]['role'] == 'system' %}
2
+ {%- set system_message = messages[0]['content'] %}
3
+ {%- set loop_messages = messages[1:] %}
4
+ {%- else %}
5
+ {%- set loop_messages = messages %}
6
+ {%- endif %}
7
+
8
+ {{- bos_token }}
9
+ {%- for message in loop_messages %}
10
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}
11
+ {{- raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}
12
+ {%- endif %}
13
+ {%- if message['role'] == 'user' %}
14
+ {%- if loop.first and system_message is defined %}
15
+ {{- ' [INST] ' + system_message + '\n\n' + message['content'] + ' [/INST]' }}
16
+ {%- else %}
17
+ {{- ' [INST] ' + message['content'] + ' [/INST]' }}
18
+ {%- endif %}
19
+ {%- elif message['role'] == 'assistant' %}
20
+ {{- ' ' + message['content'] + eos_token}}
21
+ {%- else %}
22
+ {{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}
23
+ {%- endif %}
24
+ {%- endfor %}
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54fedddffa80baea5d7ad84e404041d4771a71c719287829cb2bc9d3e9b041da
3
+ size 177908485
checkpoint-100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e3dd8304e7f02762f1a8d3ce7da2e69a906c552944bc0cc584cc8fd3a88e813
3
+ size 14645
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03566a03cd40afcb38d7cae5d17e940e057e68f4184c70da97f5314037ba41e
3
+ size 1465
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<unk>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "extra_special_tokens": {},
36
+ "legacy": false,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "<unk>",
39
+ "padding_side": "right",
40
+ "sp_model_kwargs": {},
41
+ "spaces_between_special_tokens": false,
42
+ "tokenizer_class": "LlamaTokenizer",
43
+ "unk_token": "<unk>",
44
+ "use_default_system_prompt": false
45
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.34737299174989145,
6
+ "eval_steps": 500,
7
+ "global_step": 100,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "completion_length": 255.64375,
14
+ "completions/clipped_ratio": 0.996875,
15
+ "completions/max_length": 256.0,
16
+ "completions/max_terminated_length": 28.4,
17
+ "completions/mean_length": 255.64375,
18
+ "completions/mean_terminated_length": 28.4,
19
+ "completions/min_length": 233.2,
20
+ "completions/min_terminated_length": 28.4,
21
+ "epoch": 0.03473729917498915,
22
+ "frac_reward_zero_std": 0.2875,
23
+ "grad_norm": 130931.8125,
24
+ "kl": 269.47680719275485,
25
+ "learning_rate": 9.310344827586207e-08,
26
+ "loss": 0.2695,
27
+ "num_tokens": 491292.0,
28
+ "reward": 0.03610468655824661,
29
+ "reward_std": 0.01530927000567317,
30
+ "rewards/_compute_reward_batch/mean": 0.03610468655824661,
31
+ "rewards/_compute_reward_batch/std": 0.020850298926234245,
32
+ "step": 10
33
+ },
34
+ {
35
+ "completion_length": 254.775,
36
+ "completions/clipped_ratio": 0.99375,
37
+ "completions/max_length": 256.0,
38
+ "completions/max_terminated_length": 23.7,
39
+ "completions/mean_length": 254.775,
40
+ "completions/mean_terminated_length": 14.6,
41
+ "completions/min_length": 184.7,
42
+ "completions/min_terminated_length": 5.5,
43
+ "epoch": 0.0694745983499783,
44
+ "frac_reward_zero_std": 0.2875,
45
+ "grad_norm": 0.4160437285900116,
46
+ "kl": 1610.124977708745,
47
+ "learning_rate": 1.96551724137931e-07,
48
+ "loss": 1.6101,
49
+ "num_tokens": 982028.0,
50
+ "reward": 0.03492968715727329,
51
+ "reward_std": 0.014985853293910622,
52
+ "rewards/_compute_reward_batch/mean": 0.03492968715727329,
53
+ "rewards/_compute_reward_batch/std": 0.01945421490818262,
54
+ "step": 20
55
+ },
56
+ {
57
+ "completion_length": 255.4390625,
58
+ "completions/clipped_ratio": 0.9953125,
59
+ "completions/max_length": 256.0,
60
+ "completions/max_terminated_length": 40.9,
61
+ "completions/mean_length": 255.4390625,
62
+ "completions/mean_terminated_length": 40.9,
63
+ "completions/min_length": 220.1,
64
+ "completions/min_terminated_length": 40.9,
65
+ "epoch": 0.10421189752496743,
66
+ "frac_reward_zero_std": 0.325,
67
+ "grad_norm": 0.40752336382865906,
68
+ "kl": 2.820639212317201,
69
+ "learning_rate": 3e-07,
70
+ "loss": 0.0028,
71
+ "num_tokens": 1473189.0,
72
+ "reward": 0.0342492189258337,
73
+ "reward_std": 0.014405169710516929,
74
+ "rewards/_compute_reward_batch/mean": 0.0342492189258337,
75
+ "rewards/_compute_reward_batch/std": 0.018433418311178684,
76
+ "step": 30
77
+ },
78
+ {
79
+ "completion_length": 255.209375,
80
+ "completions/clipped_ratio": 0.99375,
81
+ "completions/max_length": 256.0,
82
+ "completions/max_terminated_length": 51.5,
83
+ "completions/mean_length": 255.209375,
84
+ "completions/mean_terminated_length": 40.15,
85
+ "completions/min_length": 208.0,
86
+ "completions/min_terminated_length": 28.8,
87
+ "epoch": 0.1389491966999566,
88
+ "frac_reward_zero_std": 0.2125,
89
+ "grad_norm": 0.38160598278045654,
90
+ "kl": 148.89099561194962,
91
+ "learning_rate": 2.9889787986854207e-07,
92
+ "loss": 0.1489,
93
+ "num_tokens": 1964203.0,
94
+ "reward": 0.0361015610396862,
95
+ "reward_std": 0.01680153692141175,
96
+ "rewards/_compute_reward_batch/mean": 0.0361015610396862,
97
+ "rewards/_compute_reward_batch/std": 0.020919482782483102,
98
+ "step": 40
99
+ },
100
+ {
101
+ "completion_length": 255.5890625,
102
+ "completions/clipped_ratio": 0.996875,
103
+ "completions/max_length": 256.0,
104
+ "completions/max_terminated_length": 24.3,
105
+ "completions/mean_length": 255.5890625,
106
+ "completions/mean_terminated_length": 12.45,
107
+ "completions/min_length": 231.0,
108
+ "completions/min_terminated_length": 0.6,
109
+ "epoch": 0.17368649587494572,
110
+ "frac_reward_zero_std": 0.2625,
111
+ "grad_norm": 0.3335726261138916,
112
+ "kl": 20030.556412971106,
113
+ "learning_rate": 2.9560771505795707e-07,
114
+ "loss": 20.0305,
115
+ "num_tokens": 2455460.0,
116
+ "reward": 0.0361429687589407,
117
+ "reward_std": 0.015527476696297527,
118
+ "rewards/_compute_reward_batch/mean": 0.0361429687589407,
119
+ "rewards/_compute_reward_batch/std": 0.0197121380828321,
120
+ "step": 50
121
+ },
122
+ {
123
+ "completion_length": 255.4,
124
+ "completions/clipped_ratio": 0.9953125,
125
+ "completions/max_length": 256.0,
126
+ "completions/max_terminated_length": 38.4,
127
+ "completions/mean_length": 255.4,
128
+ "completions/mean_terminated_length": 38.4,
129
+ "completions/min_length": 217.6,
130
+ "completions/min_terminated_length": 38.4,
131
+ "epoch": 0.20842379504993486,
132
+ "frac_reward_zero_std": 0.1875,
133
+ "grad_norm": 83.67845153808594,
134
+ "kl": 19.275865298390634,
135
+ "learning_rate": 2.9017785432655933e-07,
136
+ "loss": 0.0193,
137
+ "num_tokens": 2946596.0,
138
+ "reward": 0.0375078123062849,
139
+ "reward_std": 0.018846951704472304,
140
+ "rewards/_compute_reward_batch/mean": 0.0375078123062849,
141
+ "rewards/_compute_reward_batch/std": 0.02245297310873866,
142
+ "step": 60
143
+ },
144
+ {
145
+ "completion_length": 254.59375,
146
+ "completions/clipped_ratio": 0.9921875,
147
+ "completions/max_length": 256.0,
148
+ "completions/max_terminated_length": 23.1,
149
+ "completions/mean_length": 254.59375,
150
+ "completions/mean_terminated_length": 17.783333396911623,
151
+ "completions/min_length": 219.4,
152
+ "completions/min_terminated_length": 14.6,
153
+ "epoch": 0.24316109422492402,
154
+ "frac_reward_zero_std": 0.1625,
155
+ "grad_norm": 0.4499155879020691,
156
+ "kl": 88954.83695179786,
157
+ "learning_rate": 2.8268808912532313e-07,
158
+ "loss": 88.9549,
159
+ "num_tokens": 3437216.0,
160
+ "reward": 0.03609999939799309,
161
+ "reward_std": 0.016712853871285915,
162
+ "rewards/_compute_reward_batch/mean": 0.03609999865293503,
163
+ "rewards/_compute_reward_batch/std": 0.02061031572520733,
164
+ "step": 70
165
+ },
166
+ {
167
+ "completion_length": 256.0,
168
+ "completions/clipped_ratio": 1.0,
169
+ "completions/max_length": 256.0,
170
+ "completions/max_terminated_length": 0.0,
171
+ "completions/mean_length": 256.0,
172
+ "completions/mean_terminated_length": 0.0,
173
+ "completions/min_length": 256.0,
174
+ "completions/min_terminated_length": 0.0,
175
+ "epoch": 0.2778983933999132,
176
+ "frac_reward_zero_std": 0.3,
177
+ "grad_norm": 0.35025492310523987,
178
+ "kl": 2583915.0346054067,
179
+ "learning_rate": 2.7324848106769094e-07,
180
+ "loss": 2583.916,
181
+ "num_tokens": 3928736.0,
182
+ "reward": 0.03463203031569719,
183
+ "reward_std": 0.013046108931303025,
184
+ "rewards/_compute_reward_batch/mean": 0.03463203031569719,
185
+ "rewards/_compute_reward_batch/std": 0.017884962540119887,
186
+ "step": 80
187
+ },
188
+ {
189
+ "completion_length": 255.00625,
190
+ "completions/clipped_ratio": 0.99375,
191
+ "completions/max_length": 256.0,
192
+ "completions/max_terminated_length": 38.8,
193
+ "completions/mean_length": 255.00625,
194
+ "completions/mean_terminated_length": 38.8,
195
+ "completions/min_length": 192.4,
196
+ "completions/min_terminated_length": 38.8,
197
+ "epoch": 0.3126356925749023,
198
+ "frac_reward_zero_std": 0.225,
199
+ "grad_norm": 19258694172672.0,
200
+ "kl": 107877725960.70322,
201
+ "learning_rate": 2.619977445813078e-07,
202
+ "loss": 107877734.4,
203
+ "num_tokens": 4419620.0,
204
+ "reward": 0.0350828118622303,
205
+ "reward_std": 0.016073159407824278,
206
+ "rewards/_compute_reward_batch/mean": 0.03508281260728836,
207
+ "rewards/_compute_reward_batch/std": 0.02045220332220197,
208
+ "step": 90
209
+ },
210
+ {
211
+ "completion_length": 255.7625,
212
+ "completions/clipped_ratio": 0.9984375,
213
+ "completions/max_length": 256.0,
214
+ "completions/max_terminated_length": 10.4,
215
+ "completions/mean_length": 255.7625,
216
+ "completions/mean_terminated_length": 10.4,
217
+ "completions/min_length": 240.8,
218
+ "completions/min_terminated_length": 10.4,
219
+ "epoch": 0.34737299174989145,
220
+ "frac_reward_zero_std": 0.2125,
221
+ "grad_norm": 0.49514052271842957,
222
+ "kl": 21444.80109843279,
223
+ "learning_rate": 2.491012085085122e-07,
224
+ "loss": 21.4448,
225
+ "num_tokens": 4910988.0,
226
+ "reward": 0.03618437498807907,
227
+ "reward_std": 0.016471943352371454,
228
+ "rewards/_compute_reward_batch/mean": 0.03618437498807907,
229
+ "rewards/_compute_reward_batch/std": 0.020619902573525906,
230
+ "step": 100
231
+ }
232
+ ],
233
+ "logging_steps": 10,
234
+ "max_steps": 288,
235
+ "num_input_tokens_seen": 4910988,
236
+ "num_train_epochs": 1,
237
+ "save_steps": 100,
238
+ "stateful_callbacks": {
239
+ "TrainerControl": {
240
+ "args": {
241
+ "should_epoch_stop": false,
242
+ "should_evaluate": false,
243
+ "should_log": false,
244
+ "should_save": true,
245
+ "should_training_stop": false
246
+ },
247
+ "attributes": {}
248
+ }
249
+ },
250
+ "total_flos": 0.0,
251
+ "train_batch_size": 8,
252
+ "trial_name": null,
253
+ "trial_params": null
254
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30d3eec709ed3b495c2152d69adbc48084917c2a5e4544c863136c3258211d7a
3
+ size 6929