Upload training checkpoints and logs
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +5 -0
- training_checkpoints/README.md +68 -0
- training_checkpoints/checkpoint-100/README.md +209 -0
- training_checkpoints/checkpoint-100/adapter_config.json +36 -0
- training_checkpoints/checkpoint-100/adapter_model.safetensors +3 -0
- training_checkpoints/checkpoint-100/added_tokens.json +28 -0
- training_checkpoints/checkpoint-100/chat_template.jinja +89 -0
- training_checkpoints/checkpoint-100/merges.txt +0 -0
- training_checkpoints/checkpoint-100/optimizer.pt +3 -0
- training_checkpoints/checkpoint-100/rng_state.pth +3 -0
- training_checkpoints/checkpoint-100/scheduler.pt +3 -0
- training_checkpoints/checkpoint-100/special_tokens_map.json +25 -0
- training_checkpoints/checkpoint-100/tokenizer.json +3 -0
- training_checkpoints/checkpoint-100/tokenizer_config.json +239 -0
- training_checkpoints/checkpoint-100/trainer_state.json +574 -0
- training_checkpoints/checkpoint-100/training_args.bin +3 -0
- training_checkpoints/checkpoint-100/vocab.json +0 -0
- training_checkpoints/checkpoint-150/README.md +209 -0
- training_checkpoints/checkpoint-150/adapter_config.json +36 -0
- training_checkpoints/checkpoint-150/adapter_model.safetensors +3 -0
- training_checkpoints/checkpoint-150/added_tokens.json +28 -0
- training_checkpoints/checkpoint-150/chat_template.jinja +89 -0
- training_checkpoints/checkpoint-150/merges.txt +0 -0
- training_checkpoints/checkpoint-150/optimizer.pt +3 -0
- training_checkpoints/checkpoint-150/rng_state.pth +3 -0
- training_checkpoints/checkpoint-150/scheduler.pt +3 -0
- training_checkpoints/checkpoint-150/special_tokens_map.json +25 -0
- training_checkpoints/checkpoint-150/tokenizer.json +3 -0
- training_checkpoints/checkpoint-150/tokenizer_config.json +239 -0
- training_checkpoints/checkpoint-150/trainer_state.json +844 -0
- training_checkpoints/checkpoint-150/training_args.bin +3 -0
- training_checkpoints/checkpoint-150/vocab.json +0 -0
- training_checkpoints/checkpoint-200/README.md +209 -0
- training_checkpoints/checkpoint-200/adapter_config.json +36 -0
- training_checkpoints/checkpoint-200/adapter_model.safetensors +3 -0
- training_checkpoints/checkpoint-200/added_tokens.json +28 -0
- training_checkpoints/checkpoint-200/chat_template.jinja +89 -0
- training_checkpoints/checkpoint-200/merges.txt +0 -0
- training_checkpoints/checkpoint-200/optimizer.pt +3 -0
- training_checkpoints/checkpoint-200/rng_state.pth +3 -0
- training_checkpoints/checkpoint-200/scheduler.pt +3 -0
- training_checkpoints/checkpoint-200/special_tokens_map.json +25 -0
- training_checkpoints/checkpoint-200/tokenizer.json +3 -0
- training_checkpoints/checkpoint-200/tokenizer_config.json +239 -0
- training_checkpoints/checkpoint-200/trainer_state.json +1114 -0
- training_checkpoints/checkpoint-200/training_args.bin +3 -0
- training_checkpoints/checkpoint-200/vocab.json +0 -0
- training_checkpoints/checkpoint-250/README.md +209 -0
- training_checkpoints/checkpoint-250/adapter_config.json +36 -0
- training_checkpoints/checkpoint-250/adapter_model.safetensors +3 -0
.gitattributes
CHANGED
@@ -34,3 +34,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
training_checkpoints/checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
training_checkpoints/checkpoint-150/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
39 |
+
training_checkpoints/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
40 |
+
training_checkpoints/checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
41 |
+
training_checkpoints/checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
training_checkpoints/README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-14B
|
3 |
+
library_name: transformers
|
4 |
+
model_name: grpo_rw
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
- grpo
|
8 |
+
- trl
|
9 |
+
licence: license
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model Card for grpo_rw
|
13 |
+
|
14 |
+
This model is a fine-tuned version of [Qwen/Qwen3-14B](https://huggingface.co/Qwen/Qwen3-14B).
|
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.2
|
39 |
+
- Pytorch: 2.9.0.dev20250708+cu128
|
40 |
+
- Datasets: 4.0.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 |
+
```
|
training_checkpoints/checkpoint-100/README.md
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-14B
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen3-14B
|
7 |
+
- grpo
|
8 |
+
- lora
|
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.16.0
|
training_checkpoints/checkpoint-100/adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-14B",
|
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.05,
|
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 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"trainable_token_indices": null,
|
33 |
+
"use_dora": false,
|
34 |
+
"use_qalora": false,
|
35 |
+
"use_rslora": false
|
36 |
+
}
|
training_checkpoints/checkpoint-100/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53899b87d787035947efc6a751f717d222626553ce4c8be987293b0fb5a9231b
|
3 |
+
size 83907640
|
training_checkpoints/checkpoint-100/added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
training_checkpoints/checkpoint-100/chat_template.jinja
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
88 |
+
{%- endif %}
|
89 |
+
{%- endif %}
|
training_checkpoints/checkpoint-100/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_checkpoints/checkpoint-100/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c1de78071ea166887b35b35834c8ed17a96d0ef06e6bac023e3b42060551d9a
|
3 |
+
size 167907531
|
training_checkpoints/checkpoint-100/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4f43637aec8d97c7153005a954885d26b520fbb0dd32a7018b2abd9256ac39d
|
3 |
+
size 14645
|
training_checkpoints/checkpoint-100/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff23d2c8d0500b3c5785fce2b8a14536ee63969efedcfdeca4bc909dea166101
|
3 |
+
size 1465
|
training_checkpoints/checkpoint-100/special_tokens_map.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": "<|im_end|>"
|
25 |
+
}
|
training_checkpoints/checkpoint-100/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de053c72a4ae289224ac988558897303006ceea1db22f30b97d0d856969ea6b9
|
3 |
+
size 11422818
|
training_checkpoints/checkpoint-100/tokenizer_config.json
ADDED
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
},
|
181 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"clean_up_tokenization_spaces": false,
|
231 |
+
"eos_token": "<|im_end|>",
|
232 |
+
"errors": "replace",
|
233 |
+
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 131072,
|
235 |
+
"pad_token": "<|im_end|>",
|
236 |
+
"split_special_tokens": false,
|
237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
238 |
+
"unk_token": null
|
239 |
+
}
|
training_checkpoints/checkpoint-100/trainer_state.json
ADDED
@@ -0,0 +1,574 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.2,
|
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 |
+
"clip_ratio/high_max": 0.0,
|
14 |
+
"clip_ratio/high_mean": 0.0,
|
15 |
+
"clip_ratio/low_mean": 0.0,
|
16 |
+
"clip_ratio/low_min": 0.0,
|
17 |
+
"clip_ratio/region_mean": 0.0,
|
18 |
+
"completions/clipped_ratio": 0.0,
|
19 |
+
"completions/max_length": 986.8,
|
20 |
+
"completions/max_terminated_length": 986.8,
|
21 |
+
"completions/mean_length": 859.9,
|
22 |
+
"completions/mean_terminated_length": 859.9,
|
23 |
+
"completions/min_length": 716.6,
|
24 |
+
"completions/min_terminated_length": 716.6,
|
25 |
+
"epoch": 0.01,
|
26 |
+
"frac_reward_zero_std": 0.0,
|
27 |
+
"grad_norm": 0.09593440592288971,
|
28 |
+
"learning_rate": 2e-05,
|
29 |
+
"loss": 0.0005,
|
30 |
+
"num_tokens": 36204.0,
|
31 |
+
"reward": 0.5495000004768371,
|
32 |
+
"reward_std": 0.17061833292245865,
|
33 |
+
"rewards/reward_RULER/mean": 0.5495000004768371,
|
34 |
+
"rewards/reward_RULER/std": 0.17061834409832954,
|
35 |
+
"rewards/reward_short/mean": 0.0,
|
36 |
+
"rewards/reward_short/std": 0.0,
|
37 |
+
"step": 5
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"clip_ratio/high_max": 0.0,
|
41 |
+
"clip_ratio/high_mean": 0.0,
|
42 |
+
"clip_ratio/low_mean": 0.0,
|
43 |
+
"clip_ratio/low_min": 0.0,
|
44 |
+
"clip_ratio/region_mean": 0.0,
|
45 |
+
"completions/clipped_ratio": 0.0,
|
46 |
+
"completions/max_length": 552.0,
|
47 |
+
"completions/max_terminated_length": 552.0,
|
48 |
+
"completions/mean_length": 464.425,
|
49 |
+
"completions/mean_terminated_length": 464.425,
|
50 |
+
"completions/min_length": 381.0,
|
51 |
+
"completions/min_terminated_length": 381.0,
|
52 |
+
"epoch": 0.02,
|
53 |
+
"frac_reward_zero_std": 0.0,
|
54 |
+
"grad_norm": 0.03579658269882202,
|
55 |
+
"learning_rate": 2e-05,
|
56 |
+
"loss": -0.013,
|
57 |
+
"num_tokens": 57069.0,
|
58 |
+
"reward": 0.6187500059604645,
|
59 |
+
"reward_std": 0.13032747879624368,
|
60 |
+
"rewards/reward_RULER/mean": 0.6187500059604645,
|
61 |
+
"rewards/reward_RULER/std": 0.13032748326659202,
|
62 |
+
"rewards/reward_short/mean": 0.0,
|
63 |
+
"rewards/reward_short/std": 0.0,
|
64 |
+
"step": 10
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"clip_ratio/high_max": 0.0,
|
68 |
+
"clip_ratio/high_mean": 0.0,
|
69 |
+
"clip_ratio/low_mean": 0.0,
|
70 |
+
"clip_ratio/low_min": 0.0,
|
71 |
+
"clip_ratio/region_mean": 0.0,
|
72 |
+
"completions/clipped_ratio": 0.0,
|
73 |
+
"completions/max_length": 1370.8,
|
74 |
+
"completions/max_terminated_length": 1370.8,
|
75 |
+
"completions/mean_length": 1088.35,
|
76 |
+
"completions/mean_terminated_length": 1088.35,
|
77 |
+
"completions/min_length": 836.2,
|
78 |
+
"completions/min_terminated_length": 836.2,
|
79 |
+
"epoch": 0.03,
|
80 |
+
"frac_reward_zero_std": 0.0,
|
81 |
+
"grad_norm": 0.030775019899010658,
|
82 |
+
"learning_rate": 2e-05,
|
83 |
+
"loss": -0.0392,
|
84 |
+
"num_tokens": 102323.0,
|
85 |
+
"reward": 0.503250002861023,
|
86 |
+
"reward_std": 0.14202061779797076,
|
87 |
+
"rewards/reward_RULER/mean": 0.503250002861023,
|
88 |
+
"rewards/reward_RULER/std": 0.1420206159353256,
|
89 |
+
"rewards/reward_short/mean": 0.0,
|
90 |
+
"rewards/reward_short/std": 0.0,
|
91 |
+
"step": 15
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"clip_ratio/high_max": 0.0,
|
95 |
+
"clip_ratio/high_mean": 0.0,
|
96 |
+
"clip_ratio/low_mean": 0.0,
|
97 |
+
"clip_ratio/low_min": 0.0,
|
98 |
+
"clip_ratio/region_mean": 0.0,
|
99 |
+
"completions/clipped_ratio": 0.0,
|
100 |
+
"completions/max_length": 735.6,
|
101 |
+
"completions/max_terminated_length": 735.6,
|
102 |
+
"completions/mean_length": 602.4,
|
103 |
+
"completions/mean_terminated_length": 602.4,
|
104 |
+
"completions/min_length": 494.4,
|
105 |
+
"completions/min_terminated_length": 494.4,
|
106 |
+
"epoch": 0.04,
|
107 |
+
"frac_reward_zero_std": 0.0,
|
108 |
+
"grad_norm": 0.11490475386381149,
|
109 |
+
"learning_rate": 2e-05,
|
110 |
+
"loss": 0.0578,
|
111 |
+
"num_tokens": 129907.0,
|
112 |
+
"reward": 0.5053500056266784,
|
113 |
+
"reward_std": 0.18268517702817916,
|
114 |
+
"rewards/reward_RULER/mean": 0.5053500056266784,
|
115 |
+
"rewards/reward_RULER/std": 0.1826851785182953,
|
116 |
+
"rewards/reward_short/mean": 0.0,
|
117 |
+
"rewards/reward_short/std": 0.0,
|
118 |
+
"step": 20
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"clip_ratio/high_max": 0.0,
|
122 |
+
"clip_ratio/high_mean": 0.0,
|
123 |
+
"clip_ratio/low_mean": 0.0,
|
124 |
+
"clip_ratio/low_min": 0.0,
|
125 |
+
"clip_ratio/region_mean": 0.0,
|
126 |
+
"completions/clipped_ratio": 0.0,
|
127 |
+
"completions/max_length": 774.8,
|
128 |
+
"completions/max_terminated_length": 774.8,
|
129 |
+
"completions/mean_length": 638.225,
|
130 |
+
"completions/mean_terminated_length": 638.225,
|
131 |
+
"completions/min_length": 552.0,
|
132 |
+
"completions/min_terminated_length": 552.0,
|
133 |
+
"epoch": 0.05,
|
134 |
+
"frac_reward_zero_std": 0.0,
|
135 |
+
"grad_norm": 0.0625438317656517,
|
136 |
+
"learning_rate": 2e-05,
|
137 |
+
"loss": -0.016,
|
138 |
+
"num_tokens": 157732.0,
|
139 |
+
"reward": 0.521749985218048,
|
140 |
+
"reward_std": 0.15968329459428787,
|
141 |
+
"rewards/reward_RULER/mean": 0.521749985218048,
|
142 |
+
"rewards/reward_RULER/std": 0.15968331769108773,
|
143 |
+
"rewards/reward_short/mean": 0.0,
|
144 |
+
"rewards/reward_short/std": 0.0,
|
145 |
+
"step": 25
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"clip_ratio/high_max": 0.0,
|
149 |
+
"clip_ratio/high_mean": 0.0,
|
150 |
+
"clip_ratio/low_mean": 0.0,
|
151 |
+
"clip_ratio/low_min": 0.0,
|
152 |
+
"clip_ratio/region_mean": 0.0,
|
153 |
+
"completions/clipped_ratio": 0.0,
|
154 |
+
"completions/max_length": 277.2,
|
155 |
+
"completions/max_terminated_length": 277.2,
|
156 |
+
"completions/mean_length": 210.925,
|
157 |
+
"completions/mean_terminated_length": 210.925,
|
158 |
+
"completions/min_length": 150.4,
|
159 |
+
"completions/min_terminated_length": 150.4,
|
160 |
+
"epoch": 0.06,
|
161 |
+
"frac_reward_zero_std": 0.0,
|
162 |
+
"grad_norm": 0.12225955724716187,
|
163 |
+
"learning_rate": 2e-05,
|
164 |
+
"loss": -0.0276,
|
165 |
+
"num_tokens": 170273.0,
|
166 |
+
"reward": 0.6259999990463256,
|
167 |
+
"reward_std": 0.23134377971291542,
|
168 |
+
"rewards/reward_RULER/mean": 0.6259999990463256,
|
169 |
+
"rewards/reward_RULER/std": 0.2313437804579735,
|
170 |
+
"rewards/reward_short/mean": 0.0,
|
171 |
+
"rewards/reward_short/std": 0.0,
|
172 |
+
"step": 30
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"clip_ratio/high_max": 0.0,
|
176 |
+
"clip_ratio/high_mean": 0.0,
|
177 |
+
"clip_ratio/low_mean": 0.0,
|
178 |
+
"clip_ratio/low_min": 0.0,
|
179 |
+
"clip_ratio/region_mean": 0.0,
|
180 |
+
"completions/clipped_ratio": 0.0,
|
181 |
+
"completions/max_length": 846.0,
|
182 |
+
"completions/max_terminated_length": 846.0,
|
183 |
+
"completions/mean_length": 736.775,
|
184 |
+
"completions/mean_terminated_length": 736.775,
|
185 |
+
"completions/min_length": 618.4,
|
186 |
+
"completions/min_terminated_length": 618.4,
|
187 |
+
"epoch": 0.07,
|
188 |
+
"frac_reward_zero_std": 0.0,
|
189 |
+
"grad_norm": 0.03475014120340347,
|
190 |
+
"learning_rate": 2e-05,
|
191 |
+
"loss": 0.0223,
|
192 |
+
"num_tokens": 201488.0,
|
193 |
+
"reward": 0.5945000052452087,
|
194 |
+
"reward_std": 0.09596815258264542,
|
195 |
+
"rewards/reward_RULER/mean": 0.5945000052452087,
|
196 |
+
"rewards/reward_RULER/std": 0.09596815742552281,
|
197 |
+
"rewards/reward_short/mean": 0.0,
|
198 |
+
"rewards/reward_short/std": 0.0,
|
199 |
+
"step": 35
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"clip_ratio/high_max": 0.0,
|
203 |
+
"clip_ratio/high_mean": 0.0,
|
204 |
+
"clip_ratio/low_mean": 0.0,
|
205 |
+
"clip_ratio/low_min": 0.0,
|
206 |
+
"clip_ratio/region_mean": 0.0,
|
207 |
+
"completions/clipped_ratio": 0.0,
|
208 |
+
"completions/max_length": 960.6,
|
209 |
+
"completions/max_terminated_length": 960.6,
|
210 |
+
"completions/mean_length": 774.175,
|
211 |
+
"completions/mean_terminated_length": 774.175,
|
212 |
+
"completions/min_length": 655.4,
|
213 |
+
"completions/min_terminated_length": 655.4,
|
214 |
+
"epoch": 0.08,
|
215 |
+
"frac_reward_zero_std": 0.0,
|
216 |
+
"grad_norm": 0.10908406227827072,
|
217 |
+
"learning_rate": 2e-05,
|
218 |
+
"loss": 0.0087,
|
219 |
+
"num_tokens": 235343.0,
|
220 |
+
"reward": 0.5429999977350235,
|
221 |
+
"reward_std": 0.12850210070610046,
|
222 |
+
"rewards/reward_RULER/mean": 0.5429999977350235,
|
223 |
+
"rewards/reward_RULER/std": 0.12850209772586824,
|
224 |
+
"rewards/reward_short/mean": 0.0,
|
225 |
+
"rewards/reward_short/std": 0.0,
|
226 |
+
"step": 40
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"clip_ratio/high_max": 0.0,
|
230 |
+
"clip_ratio/high_mean": 0.0,
|
231 |
+
"clip_ratio/low_mean": 0.0,
|
232 |
+
"clip_ratio/low_min": 0.0,
|
233 |
+
"clip_ratio/region_mean": 0.0,
|
234 |
+
"completions/clipped_ratio": 0.0,
|
235 |
+
"completions/max_length": 500.4,
|
236 |
+
"completions/max_terminated_length": 500.4,
|
237 |
+
"completions/mean_length": 400.825,
|
238 |
+
"completions/mean_terminated_length": 400.825,
|
239 |
+
"completions/min_length": 327.0,
|
240 |
+
"completions/min_terminated_length": 327.0,
|
241 |
+
"epoch": 0.09,
|
242 |
+
"frac_reward_zero_std": 0.0,
|
243 |
+
"grad_norm": 0.1326361447572708,
|
244 |
+
"learning_rate": 2e-05,
|
245 |
+
"loss": -0.0385,
|
246 |
+
"num_tokens": 254880.0,
|
247 |
+
"reward": 0.7205000162124634,
|
248 |
+
"reward_std": 0.16288756281137468,
|
249 |
+
"rewards/reward_RULER/mean": 0.7205000162124634,
|
250 |
+
"rewards/reward_RULER/std": 0.1628875747323036,
|
251 |
+
"rewards/reward_short/mean": 0.0,
|
252 |
+
"rewards/reward_short/std": 0.0,
|
253 |
+
"step": 45
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"clip_ratio/high_max": 0.0,
|
257 |
+
"clip_ratio/high_mean": 0.0,
|
258 |
+
"clip_ratio/low_mean": 0.0,
|
259 |
+
"clip_ratio/low_min": 0.0,
|
260 |
+
"clip_ratio/region_mean": 0.0,
|
261 |
+
"completions/clipped_ratio": 0.0,
|
262 |
+
"completions/max_length": 688.4,
|
263 |
+
"completions/max_terminated_length": 688.4,
|
264 |
+
"completions/mean_length": 601.575,
|
265 |
+
"completions/mean_terminated_length": 601.575,
|
266 |
+
"completions/min_length": 520.0,
|
267 |
+
"completions/min_terminated_length": 520.0,
|
268 |
+
"epoch": 0.1,
|
269 |
+
"frac_reward_zero_std": 0.0,
|
270 |
+
"grad_norm": 0.029254460707306862,
|
271 |
+
"learning_rate": 2e-05,
|
272 |
+
"loss": -0.0005,
|
273 |
+
"num_tokens": 281871.0,
|
274 |
+
"reward": 0.6317500114440918,
|
275 |
+
"reward_std": 0.07507448904216289,
|
276 |
+
"rewards/reward_RULER/mean": 0.6317500114440918,
|
277 |
+
"rewards/reward_RULER/std": 0.0750744953751564,
|
278 |
+
"rewards/reward_short/mean": 0.0,
|
279 |
+
"rewards/reward_short/std": 0.0,
|
280 |
+
"step": 50
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"clip_ratio/high_max": 0.0,
|
284 |
+
"clip_ratio/high_mean": 0.0,
|
285 |
+
"clip_ratio/low_mean": 0.0,
|
286 |
+
"clip_ratio/low_min": 0.0,
|
287 |
+
"clip_ratio/region_mean": 0.0,
|
288 |
+
"completions/clipped_ratio": 0.0,
|
289 |
+
"completions/max_length": 820.0,
|
290 |
+
"completions/max_terminated_length": 820.0,
|
291 |
+
"completions/mean_length": 683.625,
|
292 |
+
"completions/mean_terminated_length": 683.625,
|
293 |
+
"completions/min_length": 563.4,
|
294 |
+
"completions/min_terminated_length": 563.4,
|
295 |
+
"epoch": 0.11,
|
296 |
+
"frac_reward_zero_std": 0.0,
|
297 |
+
"grad_norm": 0.11336018145084381,
|
298 |
+
"learning_rate": 2e-05,
|
299 |
+
"loss": -0.0224,
|
300 |
+
"num_tokens": 311520.0,
|
301 |
+
"reward": 0.5732500076293945,
|
302 |
+
"reward_std": 0.1114729531109333,
|
303 |
+
"rewards/reward_RULER/mean": 0.5732500076293945,
|
304 |
+
"rewards/reward_RULER/std": 0.11147295236587525,
|
305 |
+
"rewards/reward_short/mean": 0.0,
|
306 |
+
"rewards/reward_short/std": 0.0,
|
307 |
+
"step": 55
|
308 |
+
},
|
309 |
+
{
|
310 |
+
"clip_ratio/high_max": 0.0,
|
311 |
+
"clip_ratio/high_mean": 0.0,
|
312 |
+
"clip_ratio/low_mean": 0.0,
|
313 |
+
"clip_ratio/low_min": 0.0,
|
314 |
+
"clip_ratio/region_mean": 0.0,
|
315 |
+
"completions/clipped_ratio": 0.0,
|
316 |
+
"completions/max_length": 885.4,
|
317 |
+
"completions/max_terminated_length": 885.4,
|
318 |
+
"completions/mean_length": 779.375,
|
319 |
+
"completions/mean_terminated_length": 779.375,
|
320 |
+
"completions/min_length": 674.8,
|
321 |
+
"completions/min_terminated_length": 674.8,
|
322 |
+
"epoch": 0.12,
|
323 |
+
"frac_reward_zero_std": 0.0,
|
324 |
+
"grad_norm": 0.06287448108196259,
|
325 |
+
"learning_rate": 2e-05,
|
326 |
+
"loss": -0.0008,
|
327 |
+
"num_tokens": 344991.0,
|
328 |
+
"reward": 0.5884999990463257,
|
329 |
+
"reward_std": 0.08821321353316307,
|
330 |
+
"rewards/reward_RULER/mean": 0.5884999990463257,
|
331 |
+
"rewards/reward_RULER/std": 0.08821322023868561,
|
332 |
+
"rewards/reward_short/mean": 0.0,
|
333 |
+
"rewards/reward_short/std": 0.0,
|
334 |
+
"step": 60
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"clip_ratio/high_max": 0.0,
|
338 |
+
"clip_ratio/high_mean": 0.0,
|
339 |
+
"clip_ratio/low_mean": 0.0,
|
340 |
+
"clip_ratio/low_min": 0.0,
|
341 |
+
"clip_ratio/region_mean": 0.0,
|
342 |
+
"completions/clipped_ratio": 0.0,
|
343 |
+
"completions/max_length": 783.8,
|
344 |
+
"completions/max_terminated_length": 783.8,
|
345 |
+
"completions/mean_length": 667.15,
|
346 |
+
"completions/mean_terminated_length": 667.15,
|
347 |
+
"completions/min_length": 572.0,
|
348 |
+
"completions/min_terminated_length": 572.0,
|
349 |
+
"epoch": 0.13,
|
350 |
+
"frac_reward_zero_std": 0.0,
|
351 |
+
"grad_norm": 0.027877327054739,
|
352 |
+
"learning_rate": 2e-05,
|
353 |
+
"loss": 0.0063,
|
354 |
+
"num_tokens": 374045.0,
|
355 |
+
"reward": 0.46200000047683715,
|
356 |
+
"reward_std": 0.2109530285000801,
|
357 |
+
"rewards/reward_RULER/mean": 0.46200000047683715,
|
358 |
+
"rewards/reward_RULER/std": 0.2109530344605446,
|
359 |
+
"rewards/reward_short/mean": 0.0,
|
360 |
+
"rewards/reward_short/std": 0.0,
|
361 |
+
"step": 65
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"clip_ratio/high_max": 0.0,
|
365 |
+
"clip_ratio/high_mean": 0.0,
|
366 |
+
"clip_ratio/low_mean": 0.0,
|
367 |
+
"clip_ratio/low_min": 0.0,
|
368 |
+
"clip_ratio/region_mean": 0.0,
|
369 |
+
"completions/clipped_ratio": 0.0,
|
370 |
+
"completions/max_length": 709.4,
|
371 |
+
"completions/max_terminated_length": 709.4,
|
372 |
+
"completions/mean_length": 581.75,
|
373 |
+
"completions/mean_terminated_length": 581.75,
|
374 |
+
"completions/min_length": 471.4,
|
375 |
+
"completions/min_terminated_length": 471.4,
|
376 |
+
"epoch": 0.14,
|
377 |
+
"frac_reward_zero_std": 0.0,
|
378 |
+
"grad_norm": 0.09375127404928207,
|
379 |
+
"learning_rate": 2e-05,
|
380 |
+
"loss": 0.0049,
|
381 |
+
"num_tokens": 400283.0,
|
382 |
+
"reward": 0.5572499990463257,
|
383 |
+
"reward_std": 0.1743679016828537,
|
384 |
+
"rewards/reward_RULER/mean": 0.5572499990463257,
|
385 |
+
"rewards/reward_RULER/std": 0.17436790391802787,
|
386 |
+
"rewards/reward_short/mean": 0.0,
|
387 |
+
"rewards/reward_short/std": 0.0,
|
388 |
+
"step": 70
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"clip_ratio/high_max": 0.0,
|
392 |
+
"clip_ratio/high_mean": 0.0,
|
393 |
+
"clip_ratio/low_mean": 0.0,
|
394 |
+
"clip_ratio/low_min": 0.0,
|
395 |
+
"clip_ratio/region_mean": 0.0,
|
396 |
+
"completions/clipped_ratio": 0.0,
|
397 |
+
"completions/max_length": 918.6,
|
398 |
+
"completions/max_terminated_length": 918.6,
|
399 |
+
"completions/mean_length": 813.2,
|
400 |
+
"completions/mean_terminated_length": 813.2,
|
401 |
+
"completions/min_length": 702.6,
|
402 |
+
"completions/min_terminated_length": 702.6,
|
403 |
+
"epoch": 0.15,
|
404 |
+
"frac_reward_zero_std": 0.0,
|
405 |
+
"grad_norm": 0.0945519357919693,
|
406 |
+
"learning_rate": 2e-05,
|
407 |
+
"loss": -0.0095,
|
408 |
+
"num_tokens": 435299.0,
|
409 |
+
"reward": 0.556124997138977,
|
410 |
+
"reward_std": 0.16700446270406247,
|
411 |
+
"rewards/reward_RULER/mean": 0.556124997138977,
|
412 |
+
"rewards/reward_RULER/std": 0.1670044705271721,
|
413 |
+
"rewards/reward_short/mean": 0.0,
|
414 |
+
"rewards/reward_short/std": 0.0,
|
415 |
+
"step": 75
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"clip_ratio/high_max": 0.0,
|
419 |
+
"clip_ratio/high_mean": 0.0,
|
420 |
+
"clip_ratio/low_mean": 0.0,
|
421 |
+
"clip_ratio/low_min": 0.0,
|
422 |
+
"clip_ratio/region_mean": 0.0,
|
423 |
+
"completions/clipped_ratio": 0.0,
|
424 |
+
"completions/max_length": 663.4,
|
425 |
+
"completions/max_terminated_length": 663.4,
|
426 |
+
"completions/mean_length": 547.4,
|
427 |
+
"completions/mean_terminated_length": 547.4,
|
428 |
+
"completions/min_length": 448.2,
|
429 |
+
"completions/min_terminated_length": 448.2,
|
430 |
+
"epoch": 0.16,
|
431 |
+
"frac_reward_zero_std": 0.0,
|
432 |
+
"grad_norm": 0.07022809982299805,
|
433 |
+
"learning_rate": 2e-05,
|
434 |
+
"loss": -0.0113,
|
435 |
+
"num_tokens": 459531.0,
|
436 |
+
"reward": 0.5712500035762786,
|
437 |
+
"reward_std": 0.14846770018339156,
|
438 |
+
"rewards/reward_RULER/mean": 0.5712500035762786,
|
439 |
+
"rewards/reward_RULER/std": 0.14846770316362382,
|
440 |
+
"rewards/reward_short/mean": 0.0,
|
441 |
+
"rewards/reward_short/std": 0.0,
|
442 |
+
"step": 80
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"clip_ratio/high_max": 0.0,
|
446 |
+
"clip_ratio/high_mean": 0.0,
|
447 |
+
"clip_ratio/low_mean": 0.0,
|
448 |
+
"clip_ratio/low_min": 0.0,
|
449 |
+
"clip_ratio/region_mean": 0.0,
|
450 |
+
"completions/clipped_ratio": 0.0,
|
451 |
+
"completions/max_length": 836.8,
|
452 |
+
"completions/max_terminated_length": 836.8,
|
453 |
+
"completions/mean_length": 698.55,
|
454 |
+
"completions/mean_terminated_length": 698.55,
|
455 |
+
"completions/min_length": 566.4,
|
456 |
+
"completions/min_terminated_length": 566.4,
|
457 |
+
"epoch": 0.17,
|
458 |
+
"frac_reward_zero_std": 0.0,
|
459 |
+
"grad_norm": 0.04778388887643814,
|
460 |
+
"learning_rate": 2e-05,
|
461 |
+
"loss": -0.0051,
|
462 |
+
"num_tokens": 489793.0,
|
463 |
+
"reward": 0.4829999953508377,
|
464 |
+
"reward_std": 0.15985746309161186,
|
465 |
+
"rewards/reward_RULER/mean": 0.4829999953508377,
|
466 |
+
"rewards/reward_RULER/std": 0.1598574735224247,
|
467 |
+
"rewards/reward_short/mean": 0.0,
|
468 |
+
"rewards/reward_short/std": 0.0,
|
469 |
+
"step": 85
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"clip_ratio/high_max": 0.0,
|
473 |
+
"clip_ratio/high_mean": 0.0,
|
474 |
+
"clip_ratio/low_mean": 0.0,
|
475 |
+
"clip_ratio/low_min": 0.0,
|
476 |
+
"clip_ratio/region_mean": 0.0,
|
477 |
+
"completions/clipped_ratio": 0.0,
|
478 |
+
"completions/max_length": 714.2,
|
479 |
+
"completions/max_terminated_length": 714.2,
|
480 |
+
"completions/mean_length": 619.025,
|
481 |
+
"completions/mean_terminated_length": 619.025,
|
482 |
+
"completions/min_length": 491.6,
|
483 |
+
"completions/min_terminated_length": 491.6,
|
484 |
+
"epoch": 0.18,
|
485 |
+
"frac_reward_zero_std": 0.0,
|
486 |
+
"grad_norm": 0.1008564755320549,
|
487 |
+
"learning_rate": 2e-05,
|
488 |
+
"loss": -0.0276,
|
489 |
+
"num_tokens": 517498.0,
|
490 |
+
"reward": 0.6216249942779541,
|
491 |
+
"reward_std": 0.15076738223433495,
|
492 |
+
"rewards/reward_RULER/mean": 0.6216249942779541,
|
493 |
+
"rewards/reward_RULER/std": 0.15076739713549614,
|
494 |
+
"rewards/reward_short/mean": 0.0,
|
495 |
+
"rewards/reward_short/std": 0.0,
|
496 |
+
"step": 90
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"clip_ratio/high_max": 0.0,
|
500 |
+
"clip_ratio/high_mean": 0.0,
|
501 |
+
"clip_ratio/low_mean": 0.0,
|
502 |
+
"clip_ratio/low_min": 0.0,
|
503 |
+
"clip_ratio/region_mean": 0.0,
|
504 |
+
"completions/clipped_ratio": 0.025,
|
505 |
+
"completions/max_length": 1427.6,
|
506 |
+
"completions/max_terminated_length": 1427.0,
|
507 |
+
"completions/mean_length": 1197.925,
|
508 |
+
"completions/mean_terminated_length": 1191.521435546875,
|
509 |
+
"completions/min_length": 1005.0,
|
510 |
+
"completions/min_terminated_length": 1005.0,
|
511 |
+
"epoch": 0.19,
|
512 |
+
"frac_reward_zero_std": 0.0,
|
513 |
+
"grad_norm": 0.028887949883937836,
|
514 |
+
"learning_rate": 2e-05,
|
515 |
+
"loss": -0.0034,
|
516 |
+
"num_tokens": 567743.0,
|
517 |
+
"reward": 0.4914999961853027,
|
518 |
+
"reward_std": 0.2115367479622364,
|
519 |
+
"rewards/reward_RULER/mean": 0.4914999961853027,
|
520 |
+
"rewards/reward_RULER/std": 0.21153675839304925,
|
521 |
+
"rewards/reward_short/mean": 0.0,
|
522 |
+
"rewards/reward_short/std": 0.0,
|
523 |
+
"step": 95
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"clip_ratio/high_max": 0.0,
|
527 |
+
"clip_ratio/high_mean": 0.0,
|
528 |
+
"clip_ratio/low_mean": 0.0,
|
529 |
+
"clip_ratio/low_min": 0.0,
|
530 |
+
"clip_ratio/region_mean": 0.0,
|
531 |
+
"completions/clipped_ratio": 0.0,
|
532 |
+
"completions/max_length": 788.0,
|
533 |
+
"completions/max_terminated_length": 788.0,
|
534 |
+
"completions/mean_length": 668.3,
|
535 |
+
"completions/mean_terminated_length": 668.3,
|
536 |
+
"completions/min_length": 565.2,
|
537 |
+
"completions/min_terminated_length": 565.2,
|
538 |
+
"epoch": 0.2,
|
539 |
+
"frac_reward_zero_std": 0.0,
|
540 |
+
"grad_norm": 0.028161412104964256,
|
541 |
+
"learning_rate": 2e-05,
|
542 |
+
"loss": -0.0153,
|
543 |
+
"num_tokens": 597411.0,
|
544 |
+
"reward": 0.5952500104904175,
|
545 |
+
"reward_std": 0.19533000886440277,
|
546 |
+
"rewards/reward_RULER/mean": 0.5952500104904175,
|
547 |
+
"rewards/reward_RULER/std": 0.19533000737428666,
|
548 |
+
"rewards/reward_short/mean": 0.0,
|
549 |
+
"rewards/reward_short/std": 0.0,
|
550 |
+
"step": 100
|
551 |
+
}
|
552 |
+
],
|
553 |
+
"logging_steps": 5,
|
554 |
+
"max_steps": 500,
|
555 |
+
"num_input_tokens_seen": 597411,
|
556 |
+
"num_train_epochs": 1,
|
557 |
+
"save_steps": 50,
|
558 |
+
"stateful_callbacks": {
|
559 |
+
"TrainerControl": {
|
560 |
+
"args": {
|
561 |
+
"should_epoch_stop": false,
|
562 |
+
"should_evaluate": false,
|
563 |
+
"should_log": false,
|
564 |
+
"should_save": true,
|
565 |
+
"should_training_stop": false
|
566 |
+
},
|
567 |
+
"attributes": {}
|
568 |
+
}
|
569 |
+
},
|
570 |
+
"total_flos": 0.0,
|
571 |
+
"train_batch_size": 2,
|
572 |
+
"trial_name": null,
|
573 |
+
"trial_params": null
|
574 |
+
}
|
training_checkpoints/checkpoint-100/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e820b35a29facd8d90413e6786100f0b5b07ce34c3be80a51f0645676330754
|
3 |
+
size 6801
|
training_checkpoints/checkpoint-100/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_checkpoints/checkpoint-150/README.md
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-14B
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen3-14B
|
7 |
+
- grpo
|
8 |
+
- lora
|
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.16.0
|
training_checkpoints/checkpoint-150/adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-14B",
|
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.05,
|
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 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"trainable_token_indices": null,
|
33 |
+
"use_dora": false,
|
34 |
+
"use_qalora": false,
|
35 |
+
"use_rslora": false
|
36 |
+
}
|
training_checkpoints/checkpoint-150/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c88de12fc0daa75ec9ae0ef0452b58b9cb3a89e45cb915f417ce73ea20b7536
|
3 |
+
size 83907640
|
training_checkpoints/checkpoint-150/added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
training_checkpoints/checkpoint-150/chat_template.jinja
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
88 |
+
{%- endif %}
|
89 |
+
{%- endif %}
|
training_checkpoints/checkpoint-150/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_checkpoints/checkpoint-150/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e741a78f0a5eb324ce9d910370295240dd6dabefb56656435de73c979351f230
|
3 |
+
size 167907531
|
training_checkpoints/checkpoint-150/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a8c6f2e4e963f8926593ea0b04df43de6024faef7951ebba41cdfcf34d8e1bb
|
3 |
+
size 14645
|
training_checkpoints/checkpoint-150/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad292b5d14b8f8d85544d7d54740ffc013a4923be9b6dca5a08e1479e52628cc
|
3 |
+
size 1465
|
training_checkpoints/checkpoint-150/special_tokens_map.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": "<|im_end|>"
|
25 |
+
}
|
training_checkpoints/checkpoint-150/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de053c72a4ae289224ac988558897303006ceea1db22f30b97d0d856969ea6b9
|
3 |
+
size 11422818
|
training_checkpoints/checkpoint-150/tokenizer_config.json
ADDED
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
},
|
181 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"clean_up_tokenization_spaces": false,
|
231 |
+
"eos_token": "<|im_end|>",
|
232 |
+
"errors": "replace",
|
233 |
+
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 131072,
|
235 |
+
"pad_token": "<|im_end|>",
|
236 |
+
"split_special_tokens": false,
|
237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
238 |
+
"unk_token": null
|
239 |
+
}
|
training_checkpoints/checkpoint-150/trainer_state.json
ADDED
@@ -0,0 +1,844 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.3,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 150,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"clip_ratio/high_max": 0.0,
|
14 |
+
"clip_ratio/high_mean": 0.0,
|
15 |
+
"clip_ratio/low_mean": 0.0,
|
16 |
+
"clip_ratio/low_min": 0.0,
|
17 |
+
"clip_ratio/region_mean": 0.0,
|
18 |
+
"completions/clipped_ratio": 0.0,
|
19 |
+
"completions/max_length": 986.8,
|
20 |
+
"completions/max_terminated_length": 986.8,
|
21 |
+
"completions/mean_length": 859.9,
|
22 |
+
"completions/mean_terminated_length": 859.9,
|
23 |
+
"completions/min_length": 716.6,
|
24 |
+
"completions/min_terminated_length": 716.6,
|
25 |
+
"epoch": 0.01,
|
26 |
+
"frac_reward_zero_std": 0.0,
|
27 |
+
"grad_norm": 0.09593440592288971,
|
28 |
+
"learning_rate": 2e-05,
|
29 |
+
"loss": 0.0005,
|
30 |
+
"num_tokens": 36204.0,
|
31 |
+
"reward": 0.5495000004768371,
|
32 |
+
"reward_std": 0.17061833292245865,
|
33 |
+
"rewards/reward_RULER/mean": 0.5495000004768371,
|
34 |
+
"rewards/reward_RULER/std": 0.17061834409832954,
|
35 |
+
"rewards/reward_short/mean": 0.0,
|
36 |
+
"rewards/reward_short/std": 0.0,
|
37 |
+
"step": 5
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"clip_ratio/high_max": 0.0,
|
41 |
+
"clip_ratio/high_mean": 0.0,
|
42 |
+
"clip_ratio/low_mean": 0.0,
|
43 |
+
"clip_ratio/low_min": 0.0,
|
44 |
+
"clip_ratio/region_mean": 0.0,
|
45 |
+
"completions/clipped_ratio": 0.0,
|
46 |
+
"completions/max_length": 552.0,
|
47 |
+
"completions/max_terminated_length": 552.0,
|
48 |
+
"completions/mean_length": 464.425,
|
49 |
+
"completions/mean_terminated_length": 464.425,
|
50 |
+
"completions/min_length": 381.0,
|
51 |
+
"completions/min_terminated_length": 381.0,
|
52 |
+
"epoch": 0.02,
|
53 |
+
"frac_reward_zero_std": 0.0,
|
54 |
+
"grad_norm": 0.03579658269882202,
|
55 |
+
"learning_rate": 2e-05,
|
56 |
+
"loss": -0.013,
|
57 |
+
"num_tokens": 57069.0,
|
58 |
+
"reward": 0.6187500059604645,
|
59 |
+
"reward_std": 0.13032747879624368,
|
60 |
+
"rewards/reward_RULER/mean": 0.6187500059604645,
|
61 |
+
"rewards/reward_RULER/std": 0.13032748326659202,
|
62 |
+
"rewards/reward_short/mean": 0.0,
|
63 |
+
"rewards/reward_short/std": 0.0,
|
64 |
+
"step": 10
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"clip_ratio/high_max": 0.0,
|
68 |
+
"clip_ratio/high_mean": 0.0,
|
69 |
+
"clip_ratio/low_mean": 0.0,
|
70 |
+
"clip_ratio/low_min": 0.0,
|
71 |
+
"clip_ratio/region_mean": 0.0,
|
72 |
+
"completions/clipped_ratio": 0.0,
|
73 |
+
"completions/max_length": 1370.8,
|
74 |
+
"completions/max_terminated_length": 1370.8,
|
75 |
+
"completions/mean_length": 1088.35,
|
76 |
+
"completions/mean_terminated_length": 1088.35,
|
77 |
+
"completions/min_length": 836.2,
|
78 |
+
"completions/min_terminated_length": 836.2,
|
79 |
+
"epoch": 0.03,
|
80 |
+
"frac_reward_zero_std": 0.0,
|
81 |
+
"grad_norm": 0.030775019899010658,
|
82 |
+
"learning_rate": 2e-05,
|
83 |
+
"loss": -0.0392,
|
84 |
+
"num_tokens": 102323.0,
|
85 |
+
"reward": 0.503250002861023,
|
86 |
+
"reward_std": 0.14202061779797076,
|
87 |
+
"rewards/reward_RULER/mean": 0.503250002861023,
|
88 |
+
"rewards/reward_RULER/std": 0.1420206159353256,
|
89 |
+
"rewards/reward_short/mean": 0.0,
|
90 |
+
"rewards/reward_short/std": 0.0,
|
91 |
+
"step": 15
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"clip_ratio/high_max": 0.0,
|
95 |
+
"clip_ratio/high_mean": 0.0,
|
96 |
+
"clip_ratio/low_mean": 0.0,
|
97 |
+
"clip_ratio/low_min": 0.0,
|
98 |
+
"clip_ratio/region_mean": 0.0,
|
99 |
+
"completions/clipped_ratio": 0.0,
|
100 |
+
"completions/max_length": 735.6,
|
101 |
+
"completions/max_terminated_length": 735.6,
|
102 |
+
"completions/mean_length": 602.4,
|
103 |
+
"completions/mean_terminated_length": 602.4,
|
104 |
+
"completions/min_length": 494.4,
|
105 |
+
"completions/min_terminated_length": 494.4,
|
106 |
+
"epoch": 0.04,
|
107 |
+
"frac_reward_zero_std": 0.0,
|
108 |
+
"grad_norm": 0.11490475386381149,
|
109 |
+
"learning_rate": 2e-05,
|
110 |
+
"loss": 0.0578,
|
111 |
+
"num_tokens": 129907.0,
|
112 |
+
"reward": 0.5053500056266784,
|
113 |
+
"reward_std": 0.18268517702817916,
|
114 |
+
"rewards/reward_RULER/mean": 0.5053500056266784,
|
115 |
+
"rewards/reward_RULER/std": 0.1826851785182953,
|
116 |
+
"rewards/reward_short/mean": 0.0,
|
117 |
+
"rewards/reward_short/std": 0.0,
|
118 |
+
"step": 20
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"clip_ratio/high_max": 0.0,
|
122 |
+
"clip_ratio/high_mean": 0.0,
|
123 |
+
"clip_ratio/low_mean": 0.0,
|
124 |
+
"clip_ratio/low_min": 0.0,
|
125 |
+
"clip_ratio/region_mean": 0.0,
|
126 |
+
"completions/clipped_ratio": 0.0,
|
127 |
+
"completions/max_length": 774.8,
|
128 |
+
"completions/max_terminated_length": 774.8,
|
129 |
+
"completions/mean_length": 638.225,
|
130 |
+
"completions/mean_terminated_length": 638.225,
|
131 |
+
"completions/min_length": 552.0,
|
132 |
+
"completions/min_terminated_length": 552.0,
|
133 |
+
"epoch": 0.05,
|
134 |
+
"frac_reward_zero_std": 0.0,
|
135 |
+
"grad_norm": 0.0625438317656517,
|
136 |
+
"learning_rate": 2e-05,
|
137 |
+
"loss": -0.016,
|
138 |
+
"num_tokens": 157732.0,
|
139 |
+
"reward": 0.521749985218048,
|
140 |
+
"reward_std": 0.15968329459428787,
|
141 |
+
"rewards/reward_RULER/mean": 0.521749985218048,
|
142 |
+
"rewards/reward_RULER/std": 0.15968331769108773,
|
143 |
+
"rewards/reward_short/mean": 0.0,
|
144 |
+
"rewards/reward_short/std": 0.0,
|
145 |
+
"step": 25
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"clip_ratio/high_max": 0.0,
|
149 |
+
"clip_ratio/high_mean": 0.0,
|
150 |
+
"clip_ratio/low_mean": 0.0,
|
151 |
+
"clip_ratio/low_min": 0.0,
|
152 |
+
"clip_ratio/region_mean": 0.0,
|
153 |
+
"completions/clipped_ratio": 0.0,
|
154 |
+
"completions/max_length": 277.2,
|
155 |
+
"completions/max_terminated_length": 277.2,
|
156 |
+
"completions/mean_length": 210.925,
|
157 |
+
"completions/mean_terminated_length": 210.925,
|
158 |
+
"completions/min_length": 150.4,
|
159 |
+
"completions/min_terminated_length": 150.4,
|
160 |
+
"epoch": 0.06,
|
161 |
+
"frac_reward_zero_std": 0.0,
|
162 |
+
"grad_norm": 0.12225955724716187,
|
163 |
+
"learning_rate": 2e-05,
|
164 |
+
"loss": -0.0276,
|
165 |
+
"num_tokens": 170273.0,
|
166 |
+
"reward": 0.6259999990463256,
|
167 |
+
"reward_std": 0.23134377971291542,
|
168 |
+
"rewards/reward_RULER/mean": 0.6259999990463256,
|
169 |
+
"rewards/reward_RULER/std": 0.2313437804579735,
|
170 |
+
"rewards/reward_short/mean": 0.0,
|
171 |
+
"rewards/reward_short/std": 0.0,
|
172 |
+
"step": 30
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"clip_ratio/high_max": 0.0,
|
176 |
+
"clip_ratio/high_mean": 0.0,
|
177 |
+
"clip_ratio/low_mean": 0.0,
|
178 |
+
"clip_ratio/low_min": 0.0,
|
179 |
+
"clip_ratio/region_mean": 0.0,
|
180 |
+
"completions/clipped_ratio": 0.0,
|
181 |
+
"completions/max_length": 846.0,
|
182 |
+
"completions/max_terminated_length": 846.0,
|
183 |
+
"completions/mean_length": 736.775,
|
184 |
+
"completions/mean_terminated_length": 736.775,
|
185 |
+
"completions/min_length": 618.4,
|
186 |
+
"completions/min_terminated_length": 618.4,
|
187 |
+
"epoch": 0.07,
|
188 |
+
"frac_reward_zero_std": 0.0,
|
189 |
+
"grad_norm": 0.03475014120340347,
|
190 |
+
"learning_rate": 2e-05,
|
191 |
+
"loss": 0.0223,
|
192 |
+
"num_tokens": 201488.0,
|
193 |
+
"reward": 0.5945000052452087,
|
194 |
+
"reward_std": 0.09596815258264542,
|
195 |
+
"rewards/reward_RULER/mean": 0.5945000052452087,
|
196 |
+
"rewards/reward_RULER/std": 0.09596815742552281,
|
197 |
+
"rewards/reward_short/mean": 0.0,
|
198 |
+
"rewards/reward_short/std": 0.0,
|
199 |
+
"step": 35
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"clip_ratio/high_max": 0.0,
|
203 |
+
"clip_ratio/high_mean": 0.0,
|
204 |
+
"clip_ratio/low_mean": 0.0,
|
205 |
+
"clip_ratio/low_min": 0.0,
|
206 |
+
"clip_ratio/region_mean": 0.0,
|
207 |
+
"completions/clipped_ratio": 0.0,
|
208 |
+
"completions/max_length": 960.6,
|
209 |
+
"completions/max_terminated_length": 960.6,
|
210 |
+
"completions/mean_length": 774.175,
|
211 |
+
"completions/mean_terminated_length": 774.175,
|
212 |
+
"completions/min_length": 655.4,
|
213 |
+
"completions/min_terminated_length": 655.4,
|
214 |
+
"epoch": 0.08,
|
215 |
+
"frac_reward_zero_std": 0.0,
|
216 |
+
"grad_norm": 0.10908406227827072,
|
217 |
+
"learning_rate": 2e-05,
|
218 |
+
"loss": 0.0087,
|
219 |
+
"num_tokens": 235343.0,
|
220 |
+
"reward": 0.5429999977350235,
|
221 |
+
"reward_std": 0.12850210070610046,
|
222 |
+
"rewards/reward_RULER/mean": 0.5429999977350235,
|
223 |
+
"rewards/reward_RULER/std": 0.12850209772586824,
|
224 |
+
"rewards/reward_short/mean": 0.0,
|
225 |
+
"rewards/reward_short/std": 0.0,
|
226 |
+
"step": 40
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"clip_ratio/high_max": 0.0,
|
230 |
+
"clip_ratio/high_mean": 0.0,
|
231 |
+
"clip_ratio/low_mean": 0.0,
|
232 |
+
"clip_ratio/low_min": 0.0,
|
233 |
+
"clip_ratio/region_mean": 0.0,
|
234 |
+
"completions/clipped_ratio": 0.0,
|
235 |
+
"completions/max_length": 500.4,
|
236 |
+
"completions/max_terminated_length": 500.4,
|
237 |
+
"completions/mean_length": 400.825,
|
238 |
+
"completions/mean_terminated_length": 400.825,
|
239 |
+
"completions/min_length": 327.0,
|
240 |
+
"completions/min_terminated_length": 327.0,
|
241 |
+
"epoch": 0.09,
|
242 |
+
"frac_reward_zero_std": 0.0,
|
243 |
+
"grad_norm": 0.1326361447572708,
|
244 |
+
"learning_rate": 2e-05,
|
245 |
+
"loss": -0.0385,
|
246 |
+
"num_tokens": 254880.0,
|
247 |
+
"reward": 0.7205000162124634,
|
248 |
+
"reward_std": 0.16288756281137468,
|
249 |
+
"rewards/reward_RULER/mean": 0.7205000162124634,
|
250 |
+
"rewards/reward_RULER/std": 0.1628875747323036,
|
251 |
+
"rewards/reward_short/mean": 0.0,
|
252 |
+
"rewards/reward_short/std": 0.0,
|
253 |
+
"step": 45
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"clip_ratio/high_max": 0.0,
|
257 |
+
"clip_ratio/high_mean": 0.0,
|
258 |
+
"clip_ratio/low_mean": 0.0,
|
259 |
+
"clip_ratio/low_min": 0.0,
|
260 |
+
"clip_ratio/region_mean": 0.0,
|
261 |
+
"completions/clipped_ratio": 0.0,
|
262 |
+
"completions/max_length": 688.4,
|
263 |
+
"completions/max_terminated_length": 688.4,
|
264 |
+
"completions/mean_length": 601.575,
|
265 |
+
"completions/mean_terminated_length": 601.575,
|
266 |
+
"completions/min_length": 520.0,
|
267 |
+
"completions/min_terminated_length": 520.0,
|
268 |
+
"epoch": 0.1,
|
269 |
+
"frac_reward_zero_std": 0.0,
|
270 |
+
"grad_norm": 0.029254460707306862,
|
271 |
+
"learning_rate": 2e-05,
|
272 |
+
"loss": -0.0005,
|
273 |
+
"num_tokens": 281871.0,
|
274 |
+
"reward": 0.6317500114440918,
|
275 |
+
"reward_std": 0.07507448904216289,
|
276 |
+
"rewards/reward_RULER/mean": 0.6317500114440918,
|
277 |
+
"rewards/reward_RULER/std": 0.0750744953751564,
|
278 |
+
"rewards/reward_short/mean": 0.0,
|
279 |
+
"rewards/reward_short/std": 0.0,
|
280 |
+
"step": 50
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"clip_ratio/high_max": 0.0,
|
284 |
+
"clip_ratio/high_mean": 0.0,
|
285 |
+
"clip_ratio/low_mean": 0.0,
|
286 |
+
"clip_ratio/low_min": 0.0,
|
287 |
+
"clip_ratio/region_mean": 0.0,
|
288 |
+
"completions/clipped_ratio": 0.0,
|
289 |
+
"completions/max_length": 820.0,
|
290 |
+
"completions/max_terminated_length": 820.0,
|
291 |
+
"completions/mean_length": 683.625,
|
292 |
+
"completions/mean_terminated_length": 683.625,
|
293 |
+
"completions/min_length": 563.4,
|
294 |
+
"completions/min_terminated_length": 563.4,
|
295 |
+
"epoch": 0.11,
|
296 |
+
"frac_reward_zero_std": 0.0,
|
297 |
+
"grad_norm": 0.11336018145084381,
|
298 |
+
"learning_rate": 2e-05,
|
299 |
+
"loss": -0.0224,
|
300 |
+
"num_tokens": 311520.0,
|
301 |
+
"reward": 0.5732500076293945,
|
302 |
+
"reward_std": 0.1114729531109333,
|
303 |
+
"rewards/reward_RULER/mean": 0.5732500076293945,
|
304 |
+
"rewards/reward_RULER/std": 0.11147295236587525,
|
305 |
+
"rewards/reward_short/mean": 0.0,
|
306 |
+
"rewards/reward_short/std": 0.0,
|
307 |
+
"step": 55
|
308 |
+
},
|
309 |
+
{
|
310 |
+
"clip_ratio/high_max": 0.0,
|
311 |
+
"clip_ratio/high_mean": 0.0,
|
312 |
+
"clip_ratio/low_mean": 0.0,
|
313 |
+
"clip_ratio/low_min": 0.0,
|
314 |
+
"clip_ratio/region_mean": 0.0,
|
315 |
+
"completions/clipped_ratio": 0.0,
|
316 |
+
"completions/max_length": 885.4,
|
317 |
+
"completions/max_terminated_length": 885.4,
|
318 |
+
"completions/mean_length": 779.375,
|
319 |
+
"completions/mean_terminated_length": 779.375,
|
320 |
+
"completions/min_length": 674.8,
|
321 |
+
"completions/min_terminated_length": 674.8,
|
322 |
+
"epoch": 0.12,
|
323 |
+
"frac_reward_zero_std": 0.0,
|
324 |
+
"grad_norm": 0.06287448108196259,
|
325 |
+
"learning_rate": 2e-05,
|
326 |
+
"loss": -0.0008,
|
327 |
+
"num_tokens": 344991.0,
|
328 |
+
"reward": 0.5884999990463257,
|
329 |
+
"reward_std": 0.08821321353316307,
|
330 |
+
"rewards/reward_RULER/mean": 0.5884999990463257,
|
331 |
+
"rewards/reward_RULER/std": 0.08821322023868561,
|
332 |
+
"rewards/reward_short/mean": 0.0,
|
333 |
+
"rewards/reward_short/std": 0.0,
|
334 |
+
"step": 60
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"clip_ratio/high_max": 0.0,
|
338 |
+
"clip_ratio/high_mean": 0.0,
|
339 |
+
"clip_ratio/low_mean": 0.0,
|
340 |
+
"clip_ratio/low_min": 0.0,
|
341 |
+
"clip_ratio/region_mean": 0.0,
|
342 |
+
"completions/clipped_ratio": 0.0,
|
343 |
+
"completions/max_length": 783.8,
|
344 |
+
"completions/max_terminated_length": 783.8,
|
345 |
+
"completions/mean_length": 667.15,
|
346 |
+
"completions/mean_terminated_length": 667.15,
|
347 |
+
"completions/min_length": 572.0,
|
348 |
+
"completions/min_terminated_length": 572.0,
|
349 |
+
"epoch": 0.13,
|
350 |
+
"frac_reward_zero_std": 0.0,
|
351 |
+
"grad_norm": 0.027877327054739,
|
352 |
+
"learning_rate": 2e-05,
|
353 |
+
"loss": 0.0063,
|
354 |
+
"num_tokens": 374045.0,
|
355 |
+
"reward": 0.46200000047683715,
|
356 |
+
"reward_std": 0.2109530285000801,
|
357 |
+
"rewards/reward_RULER/mean": 0.46200000047683715,
|
358 |
+
"rewards/reward_RULER/std": 0.2109530344605446,
|
359 |
+
"rewards/reward_short/mean": 0.0,
|
360 |
+
"rewards/reward_short/std": 0.0,
|
361 |
+
"step": 65
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"clip_ratio/high_max": 0.0,
|
365 |
+
"clip_ratio/high_mean": 0.0,
|
366 |
+
"clip_ratio/low_mean": 0.0,
|
367 |
+
"clip_ratio/low_min": 0.0,
|
368 |
+
"clip_ratio/region_mean": 0.0,
|
369 |
+
"completions/clipped_ratio": 0.0,
|
370 |
+
"completions/max_length": 709.4,
|
371 |
+
"completions/max_terminated_length": 709.4,
|
372 |
+
"completions/mean_length": 581.75,
|
373 |
+
"completions/mean_terminated_length": 581.75,
|
374 |
+
"completions/min_length": 471.4,
|
375 |
+
"completions/min_terminated_length": 471.4,
|
376 |
+
"epoch": 0.14,
|
377 |
+
"frac_reward_zero_std": 0.0,
|
378 |
+
"grad_norm": 0.09375127404928207,
|
379 |
+
"learning_rate": 2e-05,
|
380 |
+
"loss": 0.0049,
|
381 |
+
"num_tokens": 400283.0,
|
382 |
+
"reward": 0.5572499990463257,
|
383 |
+
"reward_std": 0.1743679016828537,
|
384 |
+
"rewards/reward_RULER/mean": 0.5572499990463257,
|
385 |
+
"rewards/reward_RULER/std": 0.17436790391802787,
|
386 |
+
"rewards/reward_short/mean": 0.0,
|
387 |
+
"rewards/reward_short/std": 0.0,
|
388 |
+
"step": 70
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"clip_ratio/high_max": 0.0,
|
392 |
+
"clip_ratio/high_mean": 0.0,
|
393 |
+
"clip_ratio/low_mean": 0.0,
|
394 |
+
"clip_ratio/low_min": 0.0,
|
395 |
+
"clip_ratio/region_mean": 0.0,
|
396 |
+
"completions/clipped_ratio": 0.0,
|
397 |
+
"completions/max_length": 918.6,
|
398 |
+
"completions/max_terminated_length": 918.6,
|
399 |
+
"completions/mean_length": 813.2,
|
400 |
+
"completions/mean_terminated_length": 813.2,
|
401 |
+
"completions/min_length": 702.6,
|
402 |
+
"completions/min_terminated_length": 702.6,
|
403 |
+
"epoch": 0.15,
|
404 |
+
"frac_reward_zero_std": 0.0,
|
405 |
+
"grad_norm": 0.0945519357919693,
|
406 |
+
"learning_rate": 2e-05,
|
407 |
+
"loss": -0.0095,
|
408 |
+
"num_tokens": 435299.0,
|
409 |
+
"reward": 0.556124997138977,
|
410 |
+
"reward_std": 0.16700446270406247,
|
411 |
+
"rewards/reward_RULER/mean": 0.556124997138977,
|
412 |
+
"rewards/reward_RULER/std": 0.1670044705271721,
|
413 |
+
"rewards/reward_short/mean": 0.0,
|
414 |
+
"rewards/reward_short/std": 0.0,
|
415 |
+
"step": 75
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"clip_ratio/high_max": 0.0,
|
419 |
+
"clip_ratio/high_mean": 0.0,
|
420 |
+
"clip_ratio/low_mean": 0.0,
|
421 |
+
"clip_ratio/low_min": 0.0,
|
422 |
+
"clip_ratio/region_mean": 0.0,
|
423 |
+
"completions/clipped_ratio": 0.0,
|
424 |
+
"completions/max_length": 663.4,
|
425 |
+
"completions/max_terminated_length": 663.4,
|
426 |
+
"completions/mean_length": 547.4,
|
427 |
+
"completions/mean_terminated_length": 547.4,
|
428 |
+
"completions/min_length": 448.2,
|
429 |
+
"completions/min_terminated_length": 448.2,
|
430 |
+
"epoch": 0.16,
|
431 |
+
"frac_reward_zero_std": 0.0,
|
432 |
+
"grad_norm": 0.07022809982299805,
|
433 |
+
"learning_rate": 2e-05,
|
434 |
+
"loss": -0.0113,
|
435 |
+
"num_tokens": 459531.0,
|
436 |
+
"reward": 0.5712500035762786,
|
437 |
+
"reward_std": 0.14846770018339156,
|
438 |
+
"rewards/reward_RULER/mean": 0.5712500035762786,
|
439 |
+
"rewards/reward_RULER/std": 0.14846770316362382,
|
440 |
+
"rewards/reward_short/mean": 0.0,
|
441 |
+
"rewards/reward_short/std": 0.0,
|
442 |
+
"step": 80
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"clip_ratio/high_max": 0.0,
|
446 |
+
"clip_ratio/high_mean": 0.0,
|
447 |
+
"clip_ratio/low_mean": 0.0,
|
448 |
+
"clip_ratio/low_min": 0.0,
|
449 |
+
"clip_ratio/region_mean": 0.0,
|
450 |
+
"completions/clipped_ratio": 0.0,
|
451 |
+
"completions/max_length": 836.8,
|
452 |
+
"completions/max_terminated_length": 836.8,
|
453 |
+
"completions/mean_length": 698.55,
|
454 |
+
"completions/mean_terminated_length": 698.55,
|
455 |
+
"completions/min_length": 566.4,
|
456 |
+
"completions/min_terminated_length": 566.4,
|
457 |
+
"epoch": 0.17,
|
458 |
+
"frac_reward_zero_std": 0.0,
|
459 |
+
"grad_norm": 0.04778388887643814,
|
460 |
+
"learning_rate": 2e-05,
|
461 |
+
"loss": -0.0051,
|
462 |
+
"num_tokens": 489793.0,
|
463 |
+
"reward": 0.4829999953508377,
|
464 |
+
"reward_std": 0.15985746309161186,
|
465 |
+
"rewards/reward_RULER/mean": 0.4829999953508377,
|
466 |
+
"rewards/reward_RULER/std": 0.1598574735224247,
|
467 |
+
"rewards/reward_short/mean": 0.0,
|
468 |
+
"rewards/reward_short/std": 0.0,
|
469 |
+
"step": 85
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"clip_ratio/high_max": 0.0,
|
473 |
+
"clip_ratio/high_mean": 0.0,
|
474 |
+
"clip_ratio/low_mean": 0.0,
|
475 |
+
"clip_ratio/low_min": 0.0,
|
476 |
+
"clip_ratio/region_mean": 0.0,
|
477 |
+
"completions/clipped_ratio": 0.0,
|
478 |
+
"completions/max_length": 714.2,
|
479 |
+
"completions/max_terminated_length": 714.2,
|
480 |
+
"completions/mean_length": 619.025,
|
481 |
+
"completions/mean_terminated_length": 619.025,
|
482 |
+
"completions/min_length": 491.6,
|
483 |
+
"completions/min_terminated_length": 491.6,
|
484 |
+
"epoch": 0.18,
|
485 |
+
"frac_reward_zero_std": 0.0,
|
486 |
+
"grad_norm": 0.1008564755320549,
|
487 |
+
"learning_rate": 2e-05,
|
488 |
+
"loss": -0.0276,
|
489 |
+
"num_tokens": 517498.0,
|
490 |
+
"reward": 0.6216249942779541,
|
491 |
+
"reward_std": 0.15076738223433495,
|
492 |
+
"rewards/reward_RULER/mean": 0.6216249942779541,
|
493 |
+
"rewards/reward_RULER/std": 0.15076739713549614,
|
494 |
+
"rewards/reward_short/mean": 0.0,
|
495 |
+
"rewards/reward_short/std": 0.0,
|
496 |
+
"step": 90
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"clip_ratio/high_max": 0.0,
|
500 |
+
"clip_ratio/high_mean": 0.0,
|
501 |
+
"clip_ratio/low_mean": 0.0,
|
502 |
+
"clip_ratio/low_min": 0.0,
|
503 |
+
"clip_ratio/region_mean": 0.0,
|
504 |
+
"completions/clipped_ratio": 0.025,
|
505 |
+
"completions/max_length": 1427.6,
|
506 |
+
"completions/max_terminated_length": 1427.0,
|
507 |
+
"completions/mean_length": 1197.925,
|
508 |
+
"completions/mean_terminated_length": 1191.521435546875,
|
509 |
+
"completions/min_length": 1005.0,
|
510 |
+
"completions/min_terminated_length": 1005.0,
|
511 |
+
"epoch": 0.19,
|
512 |
+
"frac_reward_zero_std": 0.0,
|
513 |
+
"grad_norm": 0.028887949883937836,
|
514 |
+
"learning_rate": 2e-05,
|
515 |
+
"loss": -0.0034,
|
516 |
+
"num_tokens": 567743.0,
|
517 |
+
"reward": 0.4914999961853027,
|
518 |
+
"reward_std": 0.2115367479622364,
|
519 |
+
"rewards/reward_RULER/mean": 0.4914999961853027,
|
520 |
+
"rewards/reward_RULER/std": 0.21153675839304925,
|
521 |
+
"rewards/reward_short/mean": 0.0,
|
522 |
+
"rewards/reward_short/std": 0.0,
|
523 |
+
"step": 95
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"clip_ratio/high_max": 0.0,
|
527 |
+
"clip_ratio/high_mean": 0.0,
|
528 |
+
"clip_ratio/low_mean": 0.0,
|
529 |
+
"clip_ratio/low_min": 0.0,
|
530 |
+
"clip_ratio/region_mean": 0.0,
|
531 |
+
"completions/clipped_ratio": 0.0,
|
532 |
+
"completions/max_length": 788.0,
|
533 |
+
"completions/max_terminated_length": 788.0,
|
534 |
+
"completions/mean_length": 668.3,
|
535 |
+
"completions/mean_terminated_length": 668.3,
|
536 |
+
"completions/min_length": 565.2,
|
537 |
+
"completions/min_terminated_length": 565.2,
|
538 |
+
"epoch": 0.2,
|
539 |
+
"frac_reward_zero_std": 0.0,
|
540 |
+
"grad_norm": 0.028161412104964256,
|
541 |
+
"learning_rate": 2e-05,
|
542 |
+
"loss": -0.0153,
|
543 |
+
"num_tokens": 597411.0,
|
544 |
+
"reward": 0.5952500104904175,
|
545 |
+
"reward_std": 0.19533000886440277,
|
546 |
+
"rewards/reward_RULER/mean": 0.5952500104904175,
|
547 |
+
"rewards/reward_RULER/std": 0.19533000737428666,
|
548 |
+
"rewards/reward_short/mean": 0.0,
|
549 |
+
"rewards/reward_short/std": 0.0,
|
550 |
+
"step": 100
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"clip_ratio/high_max": 0.0,
|
554 |
+
"clip_ratio/high_mean": 0.0,
|
555 |
+
"clip_ratio/low_mean": 0.0,
|
556 |
+
"clip_ratio/low_min": 0.0,
|
557 |
+
"clip_ratio/region_mean": 0.0,
|
558 |
+
"completions/clipped_ratio": 0.0,
|
559 |
+
"completions/max_length": 275.6,
|
560 |
+
"completions/max_terminated_length": 275.6,
|
561 |
+
"completions/mean_length": 228.975,
|
562 |
+
"completions/mean_terminated_length": 228.975,
|
563 |
+
"completions/min_length": 187.0,
|
564 |
+
"completions/min_terminated_length": 187.0,
|
565 |
+
"epoch": 0.21,
|
566 |
+
"frac_reward_zero_std": 0.0,
|
567 |
+
"grad_norm": 0.11290512979030609,
|
568 |
+
"learning_rate": 2e-05,
|
569 |
+
"loss": -0.0205,
|
570 |
+
"num_tokens": 610706.0,
|
571 |
+
"reward": 0.6417499899864196,
|
572 |
+
"reward_std": 0.16421875953674317,
|
573 |
+
"rewards/reward_RULER/mean": 0.6417499899864196,
|
574 |
+
"rewards/reward_RULER/std": 0.16421877443790436,
|
575 |
+
"rewards/reward_short/mean": 0.0,
|
576 |
+
"rewards/reward_short/std": 0.0,
|
577 |
+
"step": 105
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"clip_ratio/high_max": 0.0,
|
581 |
+
"clip_ratio/high_mean": 0.0,
|
582 |
+
"clip_ratio/low_mean": 0.0,
|
583 |
+
"clip_ratio/low_min": 0.0,
|
584 |
+
"clip_ratio/region_mean": 0.0,
|
585 |
+
"completions/clipped_ratio": 0.0,
|
586 |
+
"completions/max_length": 326.0,
|
587 |
+
"completions/max_terminated_length": 326.0,
|
588 |
+
"completions/mean_length": 270.55,
|
589 |
+
"completions/mean_terminated_length": 270.55,
|
590 |
+
"completions/min_length": 212.6,
|
591 |
+
"completions/min_terminated_length": 212.6,
|
592 |
+
"epoch": 0.22,
|
593 |
+
"frac_reward_zero_std": 0.0,
|
594 |
+
"grad_norm": 0.1103404238820076,
|
595 |
+
"learning_rate": 2e-05,
|
596 |
+
"loss": -0.0187,
|
597 |
+
"num_tokens": 625584.0,
|
598 |
+
"reward": 0.7517500042915344,
|
599 |
+
"reward_std": 0.1672534689307213,
|
600 |
+
"rewards/reward_RULER/mean": 0.7517500042915344,
|
601 |
+
"rewards/reward_RULER/std": 0.16725347489118575,
|
602 |
+
"rewards/reward_short/mean": 0.0,
|
603 |
+
"rewards/reward_short/std": 0.0,
|
604 |
+
"step": 110
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"clip_ratio/high_max": 0.0,
|
608 |
+
"clip_ratio/high_mean": 0.0,
|
609 |
+
"clip_ratio/low_mean": 0.0,
|
610 |
+
"clip_ratio/low_min": 0.0,
|
611 |
+
"clip_ratio/region_mean": 0.0,
|
612 |
+
"completions/clipped_ratio": 0.0,
|
613 |
+
"completions/max_length": 517.0,
|
614 |
+
"completions/max_terminated_length": 517.0,
|
615 |
+
"completions/mean_length": 402.475,
|
616 |
+
"completions/mean_terminated_length": 402.475,
|
617 |
+
"completions/min_length": 293.6,
|
618 |
+
"completions/min_terminated_length": 293.6,
|
619 |
+
"epoch": 0.23,
|
620 |
+
"frac_reward_zero_std": 0.0,
|
621 |
+
"grad_norm": 0.11264097690582275,
|
622 |
+
"learning_rate": 2e-05,
|
623 |
+
"loss": -0.0225,
|
624 |
+
"num_tokens": 645755.0,
|
625 |
+
"reward": 0.6604750037193299,
|
626 |
+
"reward_std": 0.20599216669797898,
|
627 |
+
"rewards/reward_RULER/mean": 0.6604750037193299,
|
628 |
+
"rewards/reward_RULER/std": 0.2059921696782112,
|
629 |
+
"rewards/reward_short/mean": 0.0,
|
630 |
+
"rewards/reward_short/std": 0.0,
|
631 |
+
"step": 115
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"clip_ratio/high_max": 0.0,
|
635 |
+
"clip_ratio/high_mean": 0.0,
|
636 |
+
"clip_ratio/low_mean": 0.0,
|
637 |
+
"clip_ratio/low_min": 0.0,
|
638 |
+
"clip_ratio/region_mean": 0.0,
|
639 |
+
"completions/clipped_ratio": 0.0,
|
640 |
+
"completions/max_length": 360.4,
|
641 |
+
"completions/max_terminated_length": 360.4,
|
642 |
+
"completions/mean_length": 284.425,
|
643 |
+
"completions/mean_terminated_length": 284.425,
|
644 |
+
"completions/min_length": 205.8,
|
645 |
+
"completions/min_terminated_length": 205.8,
|
646 |
+
"epoch": 0.24,
|
647 |
+
"frac_reward_zero_std": 0.0,
|
648 |
+
"grad_norm": 0.12727950513362885,
|
649 |
+
"learning_rate": 2e-05,
|
650 |
+
"loss": 0.0234,
|
651 |
+
"num_tokens": 661252.0,
|
652 |
+
"reward": 0.768750011920929,
|
653 |
+
"reward_std": 0.1357171952724457,
|
654 |
+
"rewards/reward_RULER/mean": 0.768750011920929,
|
655 |
+
"rewards/reward_RULER/std": 0.1357172027230263,
|
656 |
+
"rewards/reward_short/mean": 0.0,
|
657 |
+
"rewards/reward_short/std": 0.0,
|
658 |
+
"step": 120
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"clip_ratio/high_max": 0.0,
|
662 |
+
"clip_ratio/high_mean": 0.0,
|
663 |
+
"clip_ratio/low_mean": 0.0,
|
664 |
+
"clip_ratio/low_min": 0.0,
|
665 |
+
"clip_ratio/region_mean": 0.0,
|
666 |
+
"completions/clipped_ratio": 0.0,
|
667 |
+
"completions/max_length": 515.4,
|
668 |
+
"completions/max_terminated_length": 515.4,
|
669 |
+
"completions/mean_length": 387.825,
|
670 |
+
"completions/mean_terminated_length": 387.825,
|
671 |
+
"completions/min_length": 283.0,
|
672 |
+
"completions/min_terminated_length": 283.0,
|
673 |
+
"epoch": 0.25,
|
674 |
+
"frac_reward_zero_std": 0.0,
|
675 |
+
"grad_norm": 0.14301519095897675,
|
676 |
+
"learning_rate": 2e-05,
|
677 |
+
"loss": -0.0407,
|
678 |
+
"num_tokens": 680845.0,
|
679 |
+
"reward": 0.7815000057220459,
|
680 |
+
"reward_std": 0.14280348569154738,
|
681 |
+
"rewards/reward_RULER/mean": 0.7815000057220459,
|
682 |
+
"rewards/reward_RULER/std": 0.14280349388718605,
|
683 |
+
"rewards/reward_short/mean": 0.0,
|
684 |
+
"rewards/reward_short/std": 0.0,
|
685 |
+
"step": 125
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"clip_ratio/high_max": 0.0,
|
689 |
+
"clip_ratio/high_mean": 0.0,
|
690 |
+
"clip_ratio/low_mean": 0.0,
|
691 |
+
"clip_ratio/low_min": 0.0,
|
692 |
+
"clip_ratio/region_mean": 0.0,
|
693 |
+
"completions/clipped_ratio": 0.0,
|
694 |
+
"completions/max_length": 364.4,
|
695 |
+
"completions/max_terminated_length": 364.4,
|
696 |
+
"completions/mean_length": 282.725,
|
697 |
+
"completions/mean_terminated_length": 282.725,
|
698 |
+
"completions/min_length": 214.4,
|
699 |
+
"completions/min_terminated_length": 214.4,
|
700 |
+
"epoch": 0.26,
|
701 |
+
"frac_reward_zero_std": 0.0,
|
702 |
+
"grad_norm": 0.17479407787322998,
|
703 |
+
"learning_rate": 2e-05,
|
704 |
+
"loss": 0.015,
|
705 |
+
"num_tokens": 696266.0,
|
706 |
+
"reward": 0.7152499914169311,
|
707 |
+
"reward_std": 0.17013568431138992,
|
708 |
+
"rewards/reward_RULER/mean": 0.7152499914169311,
|
709 |
+
"rewards/reward_RULER/std": 0.17013569176197052,
|
710 |
+
"rewards/reward_short/mean": 0.0,
|
711 |
+
"rewards/reward_short/std": 0.0,
|
712 |
+
"step": 130
|
713 |
+
},
|
714 |
+
{
|
715 |
+
"clip_ratio/high_max": 0.0,
|
716 |
+
"clip_ratio/high_mean": 0.0,
|
717 |
+
"clip_ratio/low_mean": 0.0,
|
718 |
+
"clip_ratio/low_min": 0.0,
|
719 |
+
"clip_ratio/region_mean": 0.0,
|
720 |
+
"completions/clipped_ratio": 0.0,
|
721 |
+
"completions/max_length": 357.6,
|
722 |
+
"completions/max_terminated_length": 357.6,
|
723 |
+
"completions/mean_length": 292.525,
|
724 |
+
"completions/mean_terminated_length": 292.525,
|
725 |
+
"completions/min_length": 224.6,
|
726 |
+
"completions/min_terminated_length": 224.6,
|
727 |
+
"epoch": 0.27,
|
728 |
+
"frac_reward_zero_std": 0.0,
|
729 |
+
"grad_norm": 0.09733476489782333,
|
730 |
+
"learning_rate": 2e-05,
|
731 |
+
"loss": -0.0231,
|
732 |
+
"num_tokens": 712055.0,
|
733 |
+
"reward": 0.7517499685287475,
|
734 |
+
"reward_std": 0.13246890008449555,
|
735 |
+
"rewards/reward_RULER/mean": 0.7517499685287475,
|
736 |
+
"rewards/reward_RULER/std": 0.13246890008449555,
|
737 |
+
"rewards/reward_short/mean": 0.0,
|
738 |
+
"rewards/reward_short/std": 0.0,
|
739 |
+
"step": 135
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"clip_ratio/high_max": 0.0,
|
743 |
+
"clip_ratio/high_mean": 0.0,
|
744 |
+
"clip_ratio/low_mean": 0.0,
|
745 |
+
"clip_ratio/low_min": 0.0,
|
746 |
+
"clip_ratio/region_mean": 0.0,
|
747 |
+
"completions/clipped_ratio": 0.0,
|
748 |
+
"completions/max_length": 370.4,
|
749 |
+
"completions/max_terminated_length": 370.4,
|
750 |
+
"completions/mean_length": 304.275,
|
751 |
+
"completions/mean_terminated_length": 304.275,
|
752 |
+
"completions/min_length": 213.6,
|
753 |
+
"completions/min_terminated_length": 213.6,
|
754 |
+
"epoch": 0.28,
|
755 |
+
"frac_reward_zero_std": 0.0,
|
756 |
+
"grad_norm": 0.12624062597751617,
|
757 |
+
"learning_rate": 2e-05,
|
758 |
+
"loss": -0.0389,
|
759 |
+
"num_tokens": 728314.0,
|
760 |
+
"reward": 0.6374999850988388,
|
761 |
+
"reward_std": 0.13343365490436554,
|
762 |
+
"rewards/reward_RULER/mean": 0.6374999850988388,
|
763 |
+
"rewards/reward_RULER/std": 0.13343365341424943,
|
764 |
+
"rewards/reward_short/mean": 0.0,
|
765 |
+
"rewards/reward_short/std": 0.0,
|
766 |
+
"step": 140
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"clip_ratio/high_max": 0.0,
|
770 |
+
"clip_ratio/high_mean": 0.0,
|
771 |
+
"clip_ratio/low_mean": 0.0,
|
772 |
+
"clip_ratio/low_min": 0.0,
|
773 |
+
"clip_ratio/region_mean": 0.0,
|
774 |
+
"completions/clipped_ratio": 0.0,
|
775 |
+
"completions/max_length": 395.0,
|
776 |
+
"completions/max_terminated_length": 395.0,
|
777 |
+
"completions/mean_length": 317.75,
|
778 |
+
"completions/mean_terminated_length": 317.75,
|
779 |
+
"completions/min_length": 234.0,
|
780 |
+
"completions/min_terminated_length": 234.0,
|
781 |
+
"epoch": 0.29,
|
782 |
+
"frac_reward_zero_std": 0.0,
|
783 |
+
"grad_norm": 0.1336814910173416,
|
784 |
+
"learning_rate": 2e-05,
|
785 |
+
"loss": 0.014,
|
786 |
+
"num_tokens": 745048.0,
|
787 |
+
"reward": 0.6405000209808349,
|
788 |
+
"reward_std": 0.14023895263671876,
|
789 |
+
"rewards/reward_RULER/mean": 0.6405000209808349,
|
790 |
+
"rewards/reward_RULER/std": 0.1402389571070671,
|
791 |
+
"rewards/reward_short/mean": 0.0,
|
792 |
+
"rewards/reward_short/std": 0.0,
|
793 |
+
"step": 145
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"clip_ratio/high_max": 0.0,
|
797 |
+
"clip_ratio/high_mean": 0.0,
|
798 |
+
"clip_ratio/low_mean": 0.0,
|
799 |
+
"clip_ratio/low_min": 0.0,
|
800 |
+
"clip_ratio/region_mean": 0.0,
|
801 |
+
"completions/clipped_ratio": 0.0,
|
802 |
+
"completions/max_length": 551.0,
|
803 |
+
"completions/max_terminated_length": 551.0,
|
804 |
+
"completions/mean_length": 414.05,
|
805 |
+
"completions/mean_terminated_length": 414.05,
|
806 |
+
"completions/min_length": 315.0,
|
807 |
+
"completions/min_terminated_length": 315.0,
|
808 |
+
"epoch": 0.3,
|
809 |
+
"frac_reward_zero_std": 0.0,
|
810 |
+
"grad_norm": 0.08828690648078918,
|
811 |
+
"learning_rate": 2e-05,
|
812 |
+
"loss": -0.0075,
|
813 |
+
"num_tokens": 765682.0,
|
814 |
+
"reward": 0.7235000133514404,
|
815 |
+
"reward_std": 0.15303127020597457,
|
816 |
+
"rewards/reward_RULER/mean": 0.7235000133514404,
|
817 |
+
"rewards/reward_RULER/std": 0.15303127393126487,
|
818 |
+
"rewards/reward_short/mean": 0.0,
|
819 |
+
"rewards/reward_short/std": 0.0,
|
820 |
+
"step": 150
|
821 |
+
}
|
822 |
+
],
|
823 |
+
"logging_steps": 5,
|
824 |
+
"max_steps": 500,
|
825 |
+
"num_input_tokens_seen": 765682,
|
826 |
+
"num_train_epochs": 1,
|
827 |
+
"save_steps": 50,
|
828 |
+
"stateful_callbacks": {
|
829 |
+
"TrainerControl": {
|
830 |
+
"args": {
|
831 |
+
"should_epoch_stop": false,
|
832 |
+
"should_evaluate": false,
|
833 |
+
"should_log": false,
|
834 |
+
"should_save": true,
|
835 |
+
"should_training_stop": false
|
836 |
+
},
|
837 |
+
"attributes": {}
|
838 |
+
}
|
839 |
+
},
|
840 |
+
"total_flos": 0.0,
|
841 |
+
"train_batch_size": 2,
|
842 |
+
"trial_name": null,
|
843 |
+
"trial_params": null
|
844 |
+
}
|
training_checkpoints/checkpoint-150/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c509fca5a6c9cf5657a2fdf58d7053a8838a1ec2d2c5a5328347b2fa836eb76
|
3 |
+
size 6801
|
training_checkpoints/checkpoint-150/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_checkpoints/checkpoint-200/README.md
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-14B
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen3-14B
|
7 |
+
- grpo
|
8 |
+
- lora
|
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.16.0
|
training_checkpoints/checkpoint-200/adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-14B",
|
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.05,
|
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 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"trainable_token_indices": null,
|
33 |
+
"use_dora": false,
|
34 |
+
"use_qalora": false,
|
35 |
+
"use_rslora": false
|
36 |
+
}
|
training_checkpoints/checkpoint-200/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6ce77ab4c308c3852c49eb867e633665f23f9c8040d35962e9ad2bea46947ae
|
3 |
+
size 83907640
|
training_checkpoints/checkpoint-200/added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
training_checkpoints/checkpoint-200/chat_template.jinja
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
88 |
+
{%- endif %}
|
89 |
+
{%- endif %}
|
training_checkpoints/checkpoint-200/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_checkpoints/checkpoint-200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06b5fa5b5249ce7ed8259dda3948543f03a4e7b24073ba95bcc3b3d92b6eb6d7
|
3 |
+
size 167907531
|
training_checkpoints/checkpoint-200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fad19311d793b4786dad43a363fbf4d500c9a3dfe38fa1c9829c69931937e65b
|
3 |
+
size 14645
|
training_checkpoints/checkpoint-200/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6081ec7dd1df8dbae82c29a2535e4e2a776621f54df52246eada222f4cfa3133
|
3 |
+
size 1465
|
training_checkpoints/checkpoint-200/special_tokens_map.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": "<|im_end|>"
|
25 |
+
}
|
training_checkpoints/checkpoint-200/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de053c72a4ae289224ac988558897303006ceea1db22f30b97d0d856969ea6b9
|
3 |
+
size 11422818
|
training_checkpoints/checkpoint-200/tokenizer_config.json
ADDED
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
},
|
181 |
+
"151665": {
|
182 |
+
"content": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"clean_up_tokenization_spaces": false,
|
231 |
+
"eos_token": "<|im_end|>",
|
232 |
+
"errors": "replace",
|
233 |
+
"extra_special_tokens": {},
|
234 |
+
"model_max_length": 131072,
|
235 |
+
"pad_token": "<|im_end|>",
|
236 |
+
"split_special_tokens": false,
|
237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
238 |
+
"unk_token": null
|
239 |
+
}
|
training_checkpoints/checkpoint-200/trainer_state.json
ADDED
@@ -0,0 +1,1114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.4,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 200,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"clip_ratio/high_max": 0.0,
|
14 |
+
"clip_ratio/high_mean": 0.0,
|
15 |
+
"clip_ratio/low_mean": 0.0,
|
16 |
+
"clip_ratio/low_min": 0.0,
|
17 |
+
"clip_ratio/region_mean": 0.0,
|
18 |
+
"completions/clipped_ratio": 0.0,
|
19 |
+
"completions/max_length": 986.8,
|
20 |
+
"completions/max_terminated_length": 986.8,
|
21 |
+
"completions/mean_length": 859.9,
|
22 |
+
"completions/mean_terminated_length": 859.9,
|
23 |
+
"completions/min_length": 716.6,
|
24 |
+
"completions/min_terminated_length": 716.6,
|
25 |
+
"epoch": 0.01,
|
26 |
+
"frac_reward_zero_std": 0.0,
|
27 |
+
"grad_norm": 0.09593440592288971,
|
28 |
+
"learning_rate": 2e-05,
|
29 |
+
"loss": 0.0005,
|
30 |
+
"num_tokens": 36204.0,
|
31 |
+
"reward": 0.5495000004768371,
|
32 |
+
"reward_std": 0.17061833292245865,
|
33 |
+
"rewards/reward_RULER/mean": 0.5495000004768371,
|
34 |
+
"rewards/reward_RULER/std": 0.17061834409832954,
|
35 |
+
"rewards/reward_short/mean": 0.0,
|
36 |
+
"rewards/reward_short/std": 0.0,
|
37 |
+
"step": 5
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"clip_ratio/high_max": 0.0,
|
41 |
+
"clip_ratio/high_mean": 0.0,
|
42 |
+
"clip_ratio/low_mean": 0.0,
|
43 |
+
"clip_ratio/low_min": 0.0,
|
44 |
+
"clip_ratio/region_mean": 0.0,
|
45 |
+
"completions/clipped_ratio": 0.0,
|
46 |
+
"completions/max_length": 552.0,
|
47 |
+
"completions/max_terminated_length": 552.0,
|
48 |
+
"completions/mean_length": 464.425,
|
49 |
+
"completions/mean_terminated_length": 464.425,
|
50 |
+
"completions/min_length": 381.0,
|
51 |
+
"completions/min_terminated_length": 381.0,
|
52 |
+
"epoch": 0.02,
|
53 |
+
"frac_reward_zero_std": 0.0,
|
54 |
+
"grad_norm": 0.03579658269882202,
|
55 |
+
"learning_rate": 2e-05,
|
56 |
+
"loss": -0.013,
|
57 |
+
"num_tokens": 57069.0,
|
58 |
+
"reward": 0.6187500059604645,
|
59 |
+
"reward_std": 0.13032747879624368,
|
60 |
+
"rewards/reward_RULER/mean": 0.6187500059604645,
|
61 |
+
"rewards/reward_RULER/std": 0.13032748326659202,
|
62 |
+
"rewards/reward_short/mean": 0.0,
|
63 |
+
"rewards/reward_short/std": 0.0,
|
64 |
+
"step": 10
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"clip_ratio/high_max": 0.0,
|
68 |
+
"clip_ratio/high_mean": 0.0,
|
69 |
+
"clip_ratio/low_mean": 0.0,
|
70 |
+
"clip_ratio/low_min": 0.0,
|
71 |
+
"clip_ratio/region_mean": 0.0,
|
72 |
+
"completions/clipped_ratio": 0.0,
|
73 |
+
"completions/max_length": 1370.8,
|
74 |
+
"completions/max_terminated_length": 1370.8,
|
75 |
+
"completions/mean_length": 1088.35,
|
76 |
+
"completions/mean_terminated_length": 1088.35,
|
77 |
+
"completions/min_length": 836.2,
|
78 |
+
"completions/min_terminated_length": 836.2,
|
79 |
+
"epoch": 0.03,
|
80 |
+
"frac_reward_zero_std": 0.0,
|
81 |
+
"grad_norm": 0.030775019899010658,
|
82 |
+
"learning_rate": 2e-05,
|
83 |
+
"loss": -0.0392,
|
84 |
+
"num_tokens": 102323.0,
|
85 |
+
"reward": 0.503250002861023,
|
86 |
+
"reward_std": 0.14202061779797076,
|
87 |
+
"rewards/reward_RULER/mean": 0.503250002861023,
|
88 |
+
"rewards/reward_RULER/std": 0.1420206159353256,
|
89 |
+
"rewards/reward_short/mean": 0.0,
|
90 |
+
"rewards/reward_short/std": 0.0,
|
91 |
+
"step": 15
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"clip_ratio/high_max": 0.0,
|
95 |
+
"clip_ratio/high_mean": 0.0,
|
96 |
+
"clip_ratio/low_mean": 0.0,
|
97 |
+
"clip_ratio/low_min": 0.0,
|
98 |
+
"clip_ratio/region_mean": 0.0,
|
99 |
+
"completions/clipped_ratio": 0.0,
|
100 |
+
"completions/max_length": 735.6,
|
101 |
+
"completions/max_terminated_length": 735.6,
|
102 |
+
"completions/mean_length": 602.4,
|
103 |
+
"completions/mean_terminated_length": 602.4,
|
104 |
+
"completions/min_length": 494.4,
|
105 |
+
"completions/min_terminated_length": 494.4,
|
106 |
+
"epoch": 0.04,
|
107 |
+
"frac_reward_zero_std": 0.0,
|
108 |
+
"grad_norm": 0.11490475386381149,
|
109 |
+
"learning_rate": 2e-05,
|
110 |
+
"loss": 0.0578,
|
111 |
+
"num_tokens": 129907.0,
|
112 |
+
"reward": 0.5053500056266784,
|
113 |
+
"reward_std": 0.18268517702817916,
|
114 |
+
"rewards/reward_RULER/mean": 0.5053500056266784,
|
115 |
+
"rewards/reward_RULER/std": 0.1826851785182953,
|
116 |
+
"rewards/reward_short/mean": 0.0,
|
117 |
+
"rewards/reward_short/std": 0.0,
|
118 |
+
"step": 20
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"clip_ratio/high_max": 0.0,
|
122 |
+
"clip_ratio/high_mean": 0.0,
|
123 |
+
"clip_ratio/low_mean": 0.0,
|
124 |
+
"clip_ratio/low_min": 0.0,
|
125 |
+
"clip_ratio/region_mean": 0.0,
|
126 |
+
"completions/clipped_ratio": 0.0,
|
127 |
+
"completions/max_length": 774.8,
|
128 |
+
"completions/max_terminated_length": 774.8,
|
129 |
+
"completions/mean_length": 638.225,
|
130 |
+
"completions/mean_terminated_length": 638.225,
|
131 |
+
"completions/min_length": 552.0,
|
132 |
+
"completions/min_terminated_length": 552.0,
|
133 |
+
"epoch": 0.05,
|
134 |
+
"frac_reward_zero_std": 0.0,
|
135 |
+
"grad_norm": 0.0625438317656517,
|
136 |
+
"learning_rate": 2e-05,
|
137 |
+
"loss": -0.016,
|
138 |
+
"num_tokens": 157732.0,
|
139 |
+
"reward": 0.521749985218048,
|
140 |
+
"reward_std": 0.15968329459428787,
|
141 |
+
"rewards/reward_RULER/mean": 0.521749985218048,
|
142 |
+
"rewards/reward_RULER/std": 0.15968331769108773,
|
143 |
+
"rewards/reward_short/mean": 0.0,
|
144 |
+
"rewards/reward_short/std": 0.0,
|
145 |
+
"step": 25
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"clip_ratio/high_max": 0.0,
|
149 |
+
"clip_ratio/high_mean": 0.0,
|
150 |
+
"clip_ratio/low_mean": 0.0,
|
151 |
+
"clip_ratio/low_min": 0.0,
|
152 |
+
"clip_ratio/region_mean": 0.0,
|
153 |
+
"completions/clipped_ratio": 0.0,
|
154 |
+
"completions/max_length": 277.2,
|
155 |
+
"completions/max_terminated_length": 277.2,
|
156 |
+
"completions/mean_length": 210.925,
|
157 |
+
"completions/mean_terminated_length": 210.925,
|
158 |
+
"completions/min_length": 150.4,
|
159 |
+
"completions/min_terminated_length": 150.4,
|
160 |
+
"epoch": 0.06,
|
161 |
+
"frac_reward_zero_std": 0.0,
|
162 |
+
"grad_norm": 0.12225955724716187,
|
163 |
+
"learning_rate": 2e-05,
|
164 |
+
"loss": -0.0276,
|
165 |
+
"num_tokens": 170273.0,
|
166 |
+
"reward": 0.6259999990463256,
|
167 |
+
"reward_std": 0.23134377971291542,
|
168 |
+
"rewards/reward_RULER/mean": 0.6259999990463256,
|
169 |
+
"rewards/reward_RULER/std": 0.2313437804579735,
|
170 |
+
"rewards/reward_short/mean": 0.0,
|
171 |
+
"rewards/reward_short/std": 0.0,
|
172 |
+
"step": 30
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"clip_ratio/high_max": 0.0,
|
176 |
+
"clip_ratio/high_mean": 0.0,
|
177 |
+
"clip_ratio/low_mean": 0.0,
|
178 |
+
"clip_ratio/low_min": 0.0,
|
179 |
+
"clip_ratio/region_mean": 0.0,
|
180 |
+
"completions/clipped_ratio": 0.0,
|
181 |
+
"completions/max_length": 846.0,
|
182 |
+
"completions/max_terminated_length": 846.0,
|
183 |
+
"completions/mean_length": 736.775,
|
184 |
+
"completions/mean_terminated_length": 736.775,
|
185 |
+
"completions/min_length": 618.4,
|
186 |
+
"completions/min_terminated_length": 618.4,
|
187 |
+
"epoch": 0.07,
|
188 |
+
"frac_reward_zero_std": 0.0,
|
189 |
+
"grad_norm": 0.03475014120340347,
|
190 |
+
"learning_rate": 2e-05,
|
191 |
+
"loss": 0.0223,
|
192 |
+
"num_tokens": 201488.0,
|
193 |
+
"reward": 0.5945000052452087,
|
194 |
+
"reward_std": 0.09596815258264542,
|
195 |
+
"rewards/reward_RULER/mean": 0.5945000052452087,
|
196 |
+
"rewards/reward_RULER/std": 0.09596815742552281,
|
197 |
+
"rewards/reward_short/mean": 0.0,
|
198 |
+
"rewards/reward_short/std": 0.0,
|
199 |
+
"step": 35
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"clip_ratio/high_max": 0.0,
|
203 |
+
"clip_ratio/high_mean": 0.0,
|
204 |
+
"clip_ratio/low_mean": 0.0,
|
205 |
+
"clip_ratio/low_min": 0.0,
|
206 |
+
"clip_ratio/region_mean": 0.0,
|
207 |
+
"completions/clipped_ratio": 0.0,
|
208 |
+
"completions/max_length": 960.6,
|
209 |
+
"completions/max_terminated_length": 960.6,
|
210 |
+
"completions/mean_length": 774.175,
|
211 |
+
"completions/mean_terminated_length": 774.175,
|
212 |
+
"completions/min_length": 655.4,
|
213 |
+
"completions/min_terminated_length": 655.4,
|
214 |
+
"epoch": 0.08,
|
215 |
+
"frac_reward_zero_std": 0.0,
|
216 |
+
"grad_norm": 0.10908406227827072,
|
217 |
+
"learning_rate": 2e-05,
|
218 |
+
"loss": 0.0087,
|
219 |
+
"num_tokens": 235343.0,
|
220 |
+
"reward": 0.5429999977350235,
|
221 |
+
"reward_std": 0.12850210070610046,
|
222 |
+
"rewards/reward_RULER/mean": 0.5429999977350235,
|
223 |
+
"rewards/reward_RULER/std": 0.12850209772586824,
|
224 |
+
"rewards/reward_short/mean": 0.0,
|
225 |
+
"rewards/reward_short/std": 0.0,
|
226 |
+
"step": 40
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"clip_ratio/high_max": 0.0,
|
230 |
+
"clip_ratio/high_mean": 0.0,
|
231 |
+
"clip_ratio/low_mean": 0.0,
|
232 |
+
"clip_ratio/low_min": 0.0,
|
233 |
+
"clip_ratio/region_mean": 0.0,
|
234 |
+
"completions/clipped_ratio": 0.0,
|
235 |
+
"completions/max_length": 500.4,
|
236 |
+
"completions/max_terminated_length": 500.4,
|
237 |
+
"completions/mean_length": 400.825,
|
238 |
+
"completions/mean_terminated_length": 400.825,
|
239 |
+
"completions/min_length": 327.0,
|
240 |
+
"completions/min_terminated_length": 327.0,
|
241 |
+
"epoch": 0.09,
|
242 |
+
"frac_reward_zero_std": 0.0,
|
243 |
+
"grad_norm": 0.1326361447572708,
|
244 |
+
"learning_rate": 2e-05,
|
245 |
+
"loss": -0.0385,
|
246 |
+
"num_tokens": 254880.0,
|
247 |
+
"reward": 0.7205000162124634,
|
248 |
+
"reward_std": 0.16288756281137468,
|
249 |
+
"rewards/reward_RULER/mean": 0.7205000162124634,
|
250 |
+
"rewards/reward_RULER/std": 0.1628875747323036,
|
251 |
+
"rewards/reward_short/mean": 0.0,
|
252 |
+
"rewards/reward_short/std": 0.0,
|
253 |
+
"step": 45
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"clip_ratio/high_max": 0.0,
|
257 |
+
"clip_ratio/high_mean": 0.0,
|
258 |
+
"clip_ratio/low_mean": 0.0,
|
259 |
+
"clip_ratio/low_min": 0.0,
|
260 |
+
"clip_ratio/region_mean": 0.0,
|
261 |
+
"completions/clipped_ratio": 0.0,
|
262 |
+
"completions/max_length": 688.4,
|
263 |
+
"completions/max_terminated_length": 688.4,
|
264 |
+
"completions/mean_length": 601.575,
|
265 |
+
"completions/mean_terminated_length": 601.575,
|
266 |
+
"completions/min_length": 520.0,
|
267 |
+
"completions/min_terminated_length": 520.0,
|
268 |
+
"epoch": 0.1,
|
269 |
+
"frac_reward_zero_std": 0.0,
|
270 |
+
"grad_norm": 0.029254460707306862,
|
271 |
+
"learning_rate": 2e-05,
|
272 |
+
"loss": -0.0005,
|
273 |
+
"num_tokens": 281871.0,
|
274 |
+
"reward": 0.6317500114440918,
|
275 |
+
"reward_std": 0.07507448904216289,
|
276 |
+
"rewards/reward_RULER/mean": 0.6317500114440918,
|
277 |
+
"rewards/reward_RULER/std": 0.0750744953751564,
|
278 |
+
"rewards/reward_short/mean": 0.0,
|
279 |
+
"rewards/reward_short/std": 0.0,
|
280 |
+
"step": 50
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"clip_ratio/high_max": 0.0,
|
284 |
+
"clip_ratio/high_mean": 0.0,
|
285 |
+
"clip_ratio/low_mean": 0.0,
|
286 |
+
"clip_ratio/low_min": 0.0,
|
287 |
+
"clip_ratio/region_mean": 0.0,
|
288 |
+
"completions/clipped_ratio": 0.0,
|
289 |
+
"completions/max_length": 820.0,
|
290 |
+
"completions/max_terminated_length": 820.0,
|
291 |
+
"completions/mean_length": 683.625,
|
292 |
+
"completions/mean_terminated_length": 683.625,
|
293 |
+
"completions/min_length": 563.4,
|
294 |
+
"completions/min_terminated_length": 563.4,
|
295 |
+
"epoch": 0.11,
|
296 |
+
"frac_reward_zero_std": 0.0,
|
297 |
+
"grad_norm": 0.11336018145084381,
|
298 |
+
"learning_rate": 2e-05,
|
299 |
+
"loss": -0.0224,
|
300 |
+
"num_tokens": 311520.0,
|
301 |
+
"reward": 0.5732500076293945,
|
302 |
+
"reward_std": 0.1114729531109333,
|
303 |
+
"rewards/reward_RULER/mean": 0.5732500076293945,
|
304 |
+
"rewards/reward_RULER/std": 0.11147295236587525,
|
305 |
+
"rewards/reward_short/mean": 0.0,
|
306 |
+
"rewards/reward_short/std": 0.0,
|
307 |
+
"step": 55
|
308 |
+
},
|
309 |
+
{
|
310 |
+
"clip_ratio/high_max": 0.0,
|
311 |
+
"clip_ratio/high_mean": 0.0,
|
312 |
+
"clip_ratio/low_mean": 0.0,
|
313 |
+
"clip_ratio/low_min": 0.0,
|
314 |
+
"clip_ratio/region_mean": 0.0,
|
315 |
+
"completions/clipped_ratio": 0.0,
|
316 |
+
"completions/max_length": 885.4,
|
317 |
+
"completions/max_terminated_length": 885.4,
|
318 |
+
"completions/mean_length": 779.375,
|
319 |
+
"completions/mean_terminated_length": 779.375,
|
320 |
+
"completions/min_length": 674.8,
|
321 |
+
"completions/min_terminated_length": 674.8,
|
322 |
+
"epoch": 0.12,
|
323 |
+
"frac_reward_zero_std": 0.0,
|
324 |
+
"grad_norm": 0.06287448108196259,
|
325 |
+
"learning_rate": 2e-05,
|
326 |
+
"loss": -0.0008,
|
327 |
+
"num_tokens": 344991.0,
|
328 |
+
"reward": 0.5884999990463257,
|
329 |
+
"reward_std": 0.08821321353316307,
|
330 |
+
"rewards/reward_RULER/mean": 0.5884999990463257,
|
331 |
+
"rewards/reward_RULER/std": 0.08821322023868561,
|
332 |
+
"rewards/reward_short/mean": 0.0,
|
333 |
+
"rewards/reward_short/std": 0.0,
|
334 |
+
"step": 60
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"clip_ratio/high_max": 0.0,
|
338 |
+
"clip_ratio/high_mean": 0.0,
|
339 |
+
"clip_ratio/low_mean": 0.0,
|
340 |
+
"clip_ratio/low_min": 0.0,
|
341 |
+
"clip_ratio/region_mean": 0.0,
|
342 |
+
"completions/clipped_ratio": 0.0,
|
343 |
+
"completions/max_length": 783.8,
|
344 |
+
"completions/max_terminated_length": 783.8,
|
345 |
+
"completions/mean_length": 667.15,
|
346 |
+
"completions/mean_terminated_length": 667.15,
|
347 |
+
"completions/min_length": 572.0,
|
348 |
+
"completions/min_terminated_length": 572.0,
|
349 |
+
"epoch": 0.13,
|
350 |
+
"frac_reward_zero_std": 0.0,
|
351 |
+
"grad_norm": 0.027877327054739,
|
352 |
+
"learning_rate": 2e-05,
|
353 |
+
"loss": 0.0063,
|
354 |
+
"num_tokens": 374045.0,
|
355 |
+
"reward": 0.46200000047683715,
|
356 |
+
"reward_std": 0.2109530285000801,
|
357 |
+
"rewards/reward_RULER/mean": 0.46200000047683715,
|
358 |
+
"rewards/reward_RULER/std": 0.2109530344605446,
|
359 |
+
"rewards/reward_short/mean": 0.0,
|
360 |
+
"rewards/reward_short/std": 0.0,
|
361 |
+
"step": 65
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"clip_ratio/high_max": 0.0,
|
365 |
+
"clip_ratio/high_mean": 0.0,
|
366 |
+
"clip_ratio/low_mean": 0.0,
|
367 |
+
"clip_ratio/low_min": 0.0,
|
368 |
+
"clip_ratio/region_mean": 0.0,
|
369 |
+
"completions/clipped_ratio": 0.0,
|
370 |
+
"completions/max_length": 709.4,
|
371 |
+
"completions/max_terminated_length": 709.4,
|
372 |
+
"completions/mean_length": 581.75,
|
373 |
+
"completions/mean_terminated_length": 581.75,
|
374 |
+
"completions/min_length": 471.4,
|
375 |
+
"completions/min_terminated_length": 471.4,
|
376 |
+
"epoch": 0.14,
|
377 |
+
"frac_reward_zero_std": 0.0,
|
378 |
+
"grad_norm": 0.09375127404928207,
|
379 |
+
"learning_rate": 2e-05,
|
380 |
+
"loss": 0.0049,
|
381 |
+
"num_tokens": 400283.0,
|
382 |
+
"reward": 0.5572499990463257,
|
383 |
+
"reward_std": 0.1743679016828537,
|
384 |
+
"rewards/reward_RULER/mean": 0.5572499990463257,
|
385 |
+
"rewards/reward_RULER/std": 0.17436790391802787,
|
386 |
+
"rewards/reward_short/mean": 0.0,
|
387 |
+
"rewards/reward_short/std": 0.0,
|
388 |
+
"step": 70
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"clip_ratio/high_max": 0.0,
|
392 |
+
"clip_ratio/high_mean": 0.0,
|
393 |
+
"clip_ratio/low_mean": 0.0,
|
394 |
+
"clip_ratio/low_min": 0.0,
|
395 |
+
"clip_ratio/region_mean": 0.0,
|
396 |
+
"completions/clipped_ratio": 0.0,
|
397 |
+
"completions/max_length": 918.6,
|
398 |
+
"completions/max_terminated_length": 918.6,
|
399 |
+
"completions/mean_length": 813.2,
|
400 |
+
"completions/mean_terminated_length": 813.2,
|
401 |
+
"completions/min_length": 702.6,
|
402 |
+
"completions/min_terminated_length": 702.6,
|
403 |
+
"epoch": 0.15,
|
404 |
+
"frac_reward_zero_std": 0.0,
|
405 |
+
"grad_norm": 0.0945519357919693,
|
406 |
+
"learning_rate": 2e-05,
|
407 |
+
"loss": -0.0095,
|
408 |
+
"num_tokens": 435299.0,
|
409 |
+
"reward": 0.556124997138977,
|
410 |
+
"reward_std": 0.16700446270406247,
|
411 |
+
"rewards/reward_RULER/mean": 0.556124997138977,
|
412 |
+
"rewards/reward_RULER/std": 0.1670044705271721,
|
413 |
+
"rewards/reward_short/mean": 0.0,
|
414 |
+
"rewards/reward_short/std": 0.0,
|
415 |
+
"step": 75
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"clip_ratio/high_max": 0.0,
|
419 |
+
"clip_ratio/high_mean": 0.0,
|
420 |
+
"clip_ratio/low_mean": 0.0,
|
421 |
+
"clip_ratio/low_min": 0.0,
|
422 |
+
"clip_ratio/region_mean": 0.0,
|
423 |
+
"completions/clipped_ratio": 0.0,
|
424 |
+
"completions/max_length": 663.4,
|
425 |
+
"completions/max_terminated_length": 663.4,
|
426 |
+
"completions/mean_length": 547.4,
|
427 |
+
"completions/mean_terminated_length": 547.4,
|
428 |
+
"completions/min_length": 448.2,
|
429 |
+
"completions/min_terminated_length": 448.2,
|
430 |
+
"epoch": 0.16,
|
431 |
+
"frac_reward_zero_std": 0.0,
|
432 |
+
"grad_norm": 0.07022809982299805,
|
433 |
+
"learning_rate": 2e-05,
|
434 |
+
"loss": -0.0113,
|
435 |
+
"num_tokens": 459531.0,
|
436 |
+
"reward": 0.5712500035762786,
|
437 |
+
"reward_std": 0.14846770018339156,
|
438 |
+
"rewards/reward_RULER/mean": 0.5712500035762786,
|
439 |
+
"rewards/reward_RULER/std": 0.14846770316362382,
|
440 |
+
"rewards/reward_short/mean": 0.0,
|
441 |
+
"rewards/reward_short/std": 0.0,
|
442 |
+
"step": 80
|
443 |
+
},
|
444 |
+
{
|
445 |
+
"clip_ratio/high_max": 0.0,
|
446 |
+
"clip_ratio/high_mean": 0.0,
|
447 |
+
"clip_ratio/low_mean": 0.0,
|
448 |
+
"clip_ratio/low_min": 0.0,
|
449 |
+
"clip_ratio/region_mean": 0.0,
|
450 |
+
"completions/clipped_ratio": 0.0,
|
451 |
+
"completions/max_length": 836.8,
|
452 |
+
"completions/max_terminated_length": 836.8,
|
453 |
+
"completions/mean_length": 698.55,
|
454 |
+
"completions/mean_terminated_length": 698.55,
|
455 |
+
"completions/min_length": 566.4,
|
456 |
+
"completions/min_terminated_length": 566.4,
|
457 |
+
"epoch": 0.17,
|
458 |
+
"frac_reward_zero_std": 0.0,
|
459 |
+
"grad_norm": 0.04778388887643814,
|
460 |
+
"learning_rate": 2e-05,
|
461 |
+
"loss": -0.0051,
|
462 |
+
"num_tokens": 489793.0,
|
463 |
+
"reward": 0.4829999953508377,
|
464 |
+
"reward_std": 0.15985746309161186,
|
465 |
+
"rewards/reward_RULER/mean": 0.4829999953508377,
|
466 |
+
"rewards/reward_RULER/std": 0.1598574735224247,
|
467 |
+
"rewards/reward_short/mean": 0.0,
|
468 |
+
"rewards/reward_short/std": 0.0,
|
469 |
+
"step": 85
|
470 |
+
},
|
471 |
+
{
|
472 |
+
"clip_ratio/high_max": 0.0,
|
473 |
+
"clip_ratio/high_mean": 0.0,
|
474 |
+
"clip_ratio/low_mean": 0.0,
|
475 |
+
"clip_ratio/low_min": 0.0,
|
476 |
+
"clip_ratio/region_mean": 0.0,
|
477 |
+
"completions/clipped_ratio": 0.0,
|
478 |
+
"completions/max_length": 714.2,
|
479 |
+
"completions/max_terminated_length": 714.2,
|
480 |
+
"completions/mean_length": 619.025,
|
481 |
+
"completions/mean_terminated_length": 619.025,
|
482 |
+
"completions/min_length": 491.6,
|
483 |
+
"completions/min_terminated_length": 491.6,
|
484 |
+
"epoch": 0.18,
|
485 |
+
"frac_reward_zero_std": 0.0,
|
486 |
+
"grad_norm": 0.1008564755320549,
|
487 |
+
"learning_rate": 2e-05,
|
488 |
+
"loss": -0.0276,
|
489 |
+
"num_tokens": 517498.0,
|
490 |
+
"reward": 0.6216249942779541,
|
491 |
+
"reward_std": 0.15076738223433495,
|
492 |
+
"rewards/reward_RULER/mean": 0.6216249942779541,
|
493 |
+
"rewards/reward_RULER/std": 0.15076739713549614,
|
494 |
+
"rewards/reward_short/mean": 0.0,
|
495 |
+
"rewards/reward_short/std": 0.0,
|
496 |
+
"step": 90
|
497 |
+
},
|
498 |
+
{
|
499 |
+
"clip_ratio/high_max": 0.0,
|
500 |
+
"clip_ratio/high_mean": 0.0,
|
501 |
+
"clip_ratio/low_mean": 0.0,
|
502 |
+
"clip_ratio/low_min": 0.0,
|
503 |
+
"clip_ratio/region_mean": 0.0,
|
504 |
+
"completions/clipped_ratio": 0.025,
|
505 |
+
"completions/max_length": 1427.6,
|
506 |
+
"completions/max_terminated_length": 1427.0,
|
507 |
+
"completions/mean_length": 1197.925,
|
508 |
+
"completions/mean_terminated_length": 1191.521435546875,
|
509 |
+
"completions/min_length": 1005.0,
|
510 |
+
"completions/min_terminated_length": 1005.0,
|
511 |
+
"epoch": 0.19,
|
512 |
+
"frac_reward_zero_std": 0.0,
|
513 |
+
"grad_norm": 0.028887949883937836,
|
514 |
+
"learning_rate": 2e-05,
|
515 |
+
"loss": -0.0034,
|
516 |
+
"num_tokens": 567743.0,
|
517 |
+
"reward": 0.4914999961853027,
|
518 |
+
"reward_std": 0.2115367479622364,
|
519 |
+
"rewards/reward_RULER/mean": 0.4914999961853027,
|
520 |
+
"rewards/reward_RULER/std": 0.21153675839304925,
|
521 |
+
"rewards/reward_short/mean": 0.0,
|
522 |
+
"rewards/reward_short/std": 0.0,
|
523 |
+
"step": 95
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"clip_ratio/high_max": 0.0,
|
527 |
+
"clip_ratio/high_mean": 0.0,
|
528 |
+
"clip_ratio/low_mean": 0.0,
|
529 |
+
"clip_ratio/low_min": 0.0,
|
530 |
+
"clip_ratio/region_mean": 0.0,
|
531 |
+
"completions/clipped_ratio": 0.0,
|
532 |
+
"completions/max_length": 788.0,
|
533 |
+
"completions/max_terminated_length": 788.0,
|
534 |
+
"completions/mean_length": 668.3,
|
535 |
+
"completions/mean_terminated_length": 668.3,
|
536 |
+
"completions/min_length": 565.2,
|
537 |
+
"completions/min_terminated_length": 565.2,
|
538 |
+
"epoch": 0.2,
|
539 |
+
"frac_reward_zero_std": 0.0,
|
540 |
+
"grad_norm": 0.028161412104964256,
|
541 |
+
"learning_rate": 2e-05,
|
542 |
+
"loss": -0.0153,
|
543 |
+
"num_tokens": 597411.0,
|
544 |
+
"reward": 0.5952500104904175,
|
545 |
+
"reward_std": 0.19533000886440277,
|
546 |
+
"rewards/reward_RULER/mean": 0.5952500104904175,
|
547 |
+
"rewards/reward_RULER/std": 0.19533000737428666,
|
548 |
+
"rewards/reward_short/mean": 0.0,
|
549 |
+
"rewards/reward_short/std": 0.0,
|
550 |
+
"step": 100
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"clip_ratio/high_max": 0.0,
|
554 |
+
"clip_ratio/high_mean": 0.0,
|
555 |
+
"clip_ratio/low_mean": 0.0,
|
556 |
+
"clip_ratio/low_min": 0.0,
|
557 |
+
"clip_ratio/region_mean": 0.0,
|
558 |
+
"completions/clipped_ratio": 0.0,
|
559 |
+
"completions/max_length": 275.6,
|
560 |
+
"completions/max_terminated_length": 275.6,
|
561 |
+
"completions/mean_length": 228.975,
|
562 |
+
"completions/mean_terminated_length": 228.975,
|
563 |
+
"completions/min_length": 187.0,
|
564 |
+
"completions/min_terminated_length": 187.0,
|
565 |
+
"epoch": 0.21,
|
566 |
+
"frac_reward_zero_std": 0.0,
|
567 |
+
"grad_norm": 0.11290512979030609,
|
568 |
+
"learning_rate": 2e-05,
|
569 |
+
"loss": -0.0205,
|
570 |
+
"num_tokens": 610706.0,
|
571 |
+
"reward": 0.6417499899864196,
|
572 |
+
"reward_std": 0.16421875953674317,
|
573 |
+
"rewards/reward_RULER/mean": 0.6417499899864196,
|
574 |
+
"rewards/reward_RULER/std": 0.16421877443790436,
|
575 |
+
"rewards/reward_short/mean": 0.0,
|
576 |
+
"rewards/reward_short/std": 0.0,
|
577 |
+
"step": 105
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"clip_ratio/high_max": 0.0,
|
581 |
+
"clip_ratio/high_mean": 0.0,
|
582 |
+
"clip_ratio/low_mean": 0.0,
|
583 |
+
"clip_ratio/low_min": 0.0,
|
584 |
+
"clip_ratio/region_mean": 0.0,
|
585 |
+
"completions/clipped_ratio": 0.0,
|
586 |
+
"completions/max_length": 326.0,
|
587 |
+
"completions/max_terminated_length": 326.0,
|
588 |
+
"completions/mean_length": 270.55,
|
589 |
+
"completions/mean_terminated_length": 270.55,
|
590 |
+
"completions/min_length": 212.6,
|
591 |
+
"completions/min_terminated_length": 212.6,
|
592 |
+
"epoch": 0.22,
|
593 |
+
"frac_reward_zero_std": 0.0,
|
594 |
+
"grad_norm": 0.1103404238820076,
|
595 |
+
"learning_rate": 2e-05,
|
596 |
+
"loss": -0.0187,
|
597 |
+
"num_tokens": 625584.0,
|
598 |
+
"reward": 0.7517500042915344,
|
599 |
+
"reward_std": 0.1672534689307213,
|
600 |
+
"rewards/reward_RULER/mean": 0.7517500042915344,
|
601 |
+
"rewards/reward_RULER/std": 0.16725347489118575,
|
602 |
+
"rewards/reward_short/mean": 0.0,
|
603 |
+
"rewards/reward_short/std": 0.0,
|
604 |
+
"step": 110
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"clip_ratio/high_max": 0.0,
|
608 |
+
"clip_ratio/high_mean": 0.0,
|
609 |
+
"clip_ratio/low_mean": 0.0,
|
610 |
+
"clip_ratio/low_min": 0.0,
|
611 |
+
"clip_ratio/region_mean": 0.0,
|
612 |
+
"completions/clipped_ratio": 0.0,
|
613 |
+
"completions/max_length": 517.0,
|
614 |
+
"completions/max_terminated_length": 517.0,
|
615 |
+
"completions/mean_length": 402.475,
|
616 |
+
"completions/mean_terminated_length": 402.475,
|
617 |
+
"completions/min_length": 293.6,
|
618 |
+
"completions/min_terminated_length": 293.6,
|
619 |
+
"epoch": 0.23,
|
620 |
+
"frac_reward_zero_std": 0.0,
|
621 |
+
"grad_norm": 0.11264097690582275,
|
622 |
+
"learning_rate": 2e-05,
|
623 |
+
"loss": -0.0225,
|
624 |
+
"num_tokens": 645755.0,
|
625 |
+
"reward": 0.6604750037193299,
|
626 |
+
"reward_std": 0.20599216669797898,
|
627 |
+
"rewards/reward_RULER/mean": 0.6604750037193299,
|
628 |
+
"rewards/reward_RULER/std": 0.2059921696782112,
|
629 |
+
"rewards/reward_short/mean": 0.0,
|
630 |
+
"rewards/reward_short/std": 0.0,
|
631 |
+
"step": 115
|
632 |
+
},
|
633 |
+
{
|
634 |
+
"clip_ratio/high_max": 0.0,
|
635 |
+
"clip_ratio/high_mean": 0.0,
|
636 |
+
"clip_ratio/low_mean": 0.0,
|
637 |
+
"clip_ratio/low_min": 0.0,
|
638 |
+
"clip_ratio/region_mean": 0.0,
|
639 |
+
"completions/clipped_ratio": 0.0,
|
640 |
+
"completions/max_length": 360.4,
|
641 |
+
"completions/max_terminated_length": 360.4,
|
642 |
+
"completions/mean_length": 284.425,
|
643 |
+
"completions/mean_terminated_length": 284.425,
|
644 |
+
"completions/min_length": 205.8,
|
645 |
+
"completions/min_terminated_length": 205.8,
|
646 |
+
"epoch": 0.24,
|
647 |
+
"frac_reward_zero_std": 0.0,
|
648 |
+
"grad_norm": 0.12727950513362885,
|
649 |
+
"learning_rate": 2e-05,
|
650 |
+
"loss": 0.0234,
|
651 |
+
"num_tokens": 661252.0,
|
652 |
+
"reward": 0.768750011920929,
|
653 |
+
"reward_std": 0.1357171952724457,
|
654 |
+
"rewards/reward_RULER/mean": 0.768750011920929,
|
655 |
+
"rewards/reward_RULER/std": 0.1357172027230263,
|
656 |
+
"rewards/reward_short/mean": 0.0,
|
657 |
+
"rewards/reward_short/std": 0.0,
|
658 |
+
"step": 120
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"clip_ratio/high_max": 0.0,
|
662 |
+
"clip_ratio/high_mean": 0.0,
|
663 |
+
"clip_ratio/low_mean": 0.0,
|
664 |
+
"clip_ratio/low_min": 0.0,
|
665 |
+
"clip_ratio/region_mean": 0.0,
|
666 |
+
"completions/clipped_ratio": 0.0,
|
667 |
+
"completions/max_length": 515.4,
|
668 |
+
"completions/max_terminated_length": 515.4,
|
669 |
+
"completions/mean_length": 387.825,
|
670 |
+
"completions/mean_terminated_length": 387.825,
|
671 |
+
"completions/min_length": 283.0,
|
672 |
+
"completions/min_terminated_length": 283.0,
|
673 |
+
"epoch": 0.25,
|
674 |
+
"frac_reward_zero_std": 0.0,
|
675 |
+
"grad_norm": 0.14301519095897675,
|
676 |
+
"learning_rate": 2e-05,
|
677 |
+
"loss": -0.0407,
|
678 |
+
"num_tokens": 680845.0,
|
679 |
+
"reward": 0.7815000057220459,
|
680 |
+
"reward_std": 0.14280348569154738,
|
681 |
+
"rewards/reward_RULER/mean": 0.7815000057220459,
|
682 |
+
"rewards/reward_RULER/std": 0.14280349388718605,
|
683 |
+
"rewards/reward_short/mean": 0.0,
|
684 |
+
"rewards/reward_short/std": 0.0,
|
685 |
+
"step": 125
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"clip_ratio/high_max": 0.0,
|
689 |
+
"clip_ratio/high_mean": 0.0,
|
690 |
+
"clip_ratio/low_mean": 0.0,
|
691 |
+
"clip_ratio/low_min": 0.0,
|
692 |
+
"clip_ratio/region_mean": 0.0,
|
693 |
+
"completions/clipped_ratio": 0.0,
|
694 |
+
"completions/max_length": 364.4,
|
695 |
+
"completions/max_terminated_length": 364.4,
|
696 |
+
"completions/mean_length": 282.725,
|
697 |
+
"completions/mean_terminated_length": 282.725,
|
698 |
+
"completions/min_length": 214.4,
|
699 |
+
"completions/min_terminated_length": 214.4,
|
700 |
+
"epoch": 0.26,
|
701 |
+
"frac_reward_zero_std": 0.0,
|
702 |
+
"grad_norm": 0.17479407787322998,
|
703 |
+
"learning_rate": 2e-05,
|
704 |
+
"loss": 0.015,
|
705 |
+
"num_tokens": 696266.0,
|
706 |
+
"reward": 0.7152499914169311,
|
707 |
+
"reward_std": 0.17013568431138992,
|
708 |
+
"rewards/reward_RULER/mean": 0.7152499914169311,
|
709 |
+
"rewards/reward_RULER/std": 0.17013569176197052,
|
710 |
+
"rewards/reward_short/mean": 0.0,
|
711 |
+
"rewards/reward_short/std": 0.0,
|
712 |
+
"step": 130
|
713 |
+
},
|
714 |
+
{
|
715 |
+
"clip_ratio/high_max": 0.0,
|
716 |
+
"clip_ratio/high_mean": 0.0,
|
717 |
+
"clip_ratio/low_mean": 0.0,
|
718 |
+
"clip_ratio/low_min": 0.0,
|
719 |
+
"clip_ratio/region_mean": 0.0,
|
720 |
+
"completions/clipped_ratio": 0.0,
|
721 |
+
"completions/max_length": 357.6,
|
722 |
+
"completions/max_terminated_length": 357.6,
|
723 |
+
"completions/mean_length": 292.525,
|
724 |
+
"completions/mean_terminated_length": 292.525,
|
725 |
+
"completions/min_length": 224.6,
|
726 |
+
"completions/min_terminated_length": 224.6,
|
727 |
+
"epoch": 0.27,
|
728 |
+
"frac_reward_zero_std": 0.0,
|
729 |
+
"grad_norm": 0.09733476489782333,
|
730 |
+
"learning_rate": 2e-05,
|
731 |
+
"loss": -0.0231,
|
732 |
+
"num_tokens": 712055.0,
|
733 |
+
"reward": 0.7517499685287475,
|
734 |
+
"reward_std": 0.13246890008449555,
|
735 |
+
"rewards/reward_RULER/mean": 0.7517499685287475,
|
736 |
+
"rewards/reward_RULER/std": 0.13246890008449555,
|
737 |
+
"rewards/reward_short/mean": 0.0,
|
738 |
+
"rewards/reward_short/std": 0.0,
|
739 |
+
"step": 135
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"clip_ratio/high_max": 0.0,
|
743 |
+
"clip_ratio/high_mean": 0.0,
|
744 |
+
"clip_ratio/low_mean": 0.0,
|
745 |
+
"clip_ratio/low_min": 0.0,
|
746 |
+
"clip_ratio/region_mean": 0.0,
|
747 |
+
"completions/clipped_ratio": 0.0,
|
748 |
+
"completions/max_length": 370.4,
|
749 |
+
"completions/max_terminated_length": 370.4,
|
750 |
+
"completions/mean_length": 304.275,
|
751 |
+
"completions/mean_terminated_length": 304.275,
|
752 |
+
"completions/min_length": 213.6,
|
753 |
+
"completions/min_terminated_length": 213.6,
|
754 |
+
"epoch": 0.28,
|
755 |
+
"frac_reward_zero_std": 0.0,
|
756 |
+
"grad_norm": 0.12624062597751617,
|
757 |
+
"learning_rate": 2e-05,
|
758 |
+
"loss": -0.0389,
|
759 |
+
"num_tokens": 728314.0,
|
760 |
+
"reward": 0.6374999850988388,
|
761 |
+
"reward_std": 0.13343365490436554,
|
762 |
+
"rewards/reward_RULER/mean": 0.6374999850988388,
|
763 |
+
"rewards/reward_RULER/std": 0.13343365341424943,
|
764 |
+
"rewards/reward_short/mean": 0.0,
|
765 |
+
"rewards/reward_short/std": 0.0,
|
766 |
+
"step": 140
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"clip_ratio/high_max": 0.0,
|
770 |
+
"clip_ratio/high_mean": 0.0,
|
771 |
+
"clip_ratio/low_mean": 0.0,
|
772 |
+
"clip_ratio/low_min": 0.0,
|
773 |
+
"clip_ratio/region_mean": 0.0,
|
774 |
+
"completions/clipped_ratio": 0.0,
|
775 |
+
"completions/max_length": 395.0,
|
776 |
+
"completions/max_terminated_length": 395.0,
|
777 |
+
"completions/mean_length": 317.75,
|
778 |
+
"completions/mean_terminated_length": 317.75,
|
779 |
+
"completions/min_length": 234.0,
|
780 |
+
"completions/min_terminated_length": 234.0,
|
781 |
+
"epoch": 0.29,
|
782 |
+
"frac_reward_zero_std": 0.0,
|
783 |
+
"grad_norm": 0.1336814910173416,
|
784 |
+
"learning_rate": 2e-05,
|
785 |
+
"loss": 0.014,
|
786 |
+
"num_tokens": 745048.0,
|
787 |
+
"reward": 0.6405000209808349,
|
788 |
+
"reward_std": 0.14023895263671876,
|
789 |
+
"rewards/reward_RULER/mean": 0.6405000209808349,
|
790 |
+
"rewards/reward_RULER/std": 0.1402389571070671,
|
791 |
+
"rewards/reward_short/mean": 0.0,
|
792 |
+
"rewards/reward_short/std": 0.0,
|
793 |
+
"step": 145
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"clip_ratio/high_max": 0.0,
|
797 |
+
"clip_ratio/high_mean": 0.0,
|
798 |
+
"clip_ratio/low_mean": 0.0,
|
799 |
+
"clip_ratio/low_min": 0.0,
|
800 |
+
"clip_ratio/region_mean": 0.0,
|
801 |
+
"completions/clipped_ratio": 0.0,
|
802 |
+
"completions/max_length": 551.0,
|
803 |
+
"completions/max_terminated_length": 551.0,
|
804 |
+
"completions/mean_length": 414.05,
|
805 |
+
"completions/mean_terminated_length": 414.05,
|
806 |
+
"completions/min_length": 315.0,
|
807 |
+
"completions/min_terminated_length": 315.0,
|
808 |
+
"epoch": 0.3,
|
809 |
+
"frac_reward_zero_std": 0.0,
|
810 |
+
"grad_norm": 0.08828690648078918,
|
811 |
+
"learning_rate": 2e-05,
|
812 |
+
"loss": -0.0075,
|
813 |
+
"num_tokens": 765682.0,
|
814 |
+
"reward": 0.7235000133514404,
|
815 |
+
"reward_std": 0.15303127020597457,
|
816 |
+
"rewards/reward_RULER/mean": 0.7235000133514404,
|
817 |
+
"rewards/reward_RULER/std": 0.15303127393126487,
|
818 |
+
"rewards/reward_short/mean": 0.0,
|
819 |
+
"rewards/reward_short/std": 0.0,
|
820 |
+
"step": 150
|
821 |
+
},
|
822 |
+
{
|
823 |
+
"clip_ratio/high_max": 0.0,
|
824 |
+
"clip_ratio/high_mean": 0.0,
|
825 |
+
"clip_ratio/low_mean": 0.0,
|
826 |
+
"clip_ratio/low_min": 0.0,
|
827 |
+
"clip_ratio/region_mean": 0.0,
|
828 |
+
"completions/clipped_ratio": 0.0,
|
829 |
+
"completions/max_length": 419.0,
|
830 |
+
"completions/max_terminated_length": 419.0,
|
831 |
+
"completions/mean_length": 331.5,
|
832 |
+
"completions/mean_terminated_length": 331.5,
|
833 |
+
"completions/min_length": 241.8,
|
834 |
+
"completions/min_terminated_length": 241.8,
|
835 |
+
"epoch": 0.31,
|
836 |
+
"frac_reward_zero_std": 0.0,
|
837 |
+
"grad_norm": 0.12572863698005676,
|
838 |
+
"learning_rate": 2e-05,
|
839 |
+
"loss": -0.0197,
|
840 |
+
"num_tokens": 782950.0,
|
841 |
+
"reward": 0.7467499852180481,
|
842 |
+
"reward_std": 0.15639701783657073,
|
843 |
+
"rewards/reward_RULER/mean": 0.7467499852180481,
|
844 |
+
"rewards/reward_RULER/std": 0.1563970223069191,
|
845 |
+
"rewards/reward_short/mean": 0.0,
|
846 |
+
"rewards/reward_short/std": 0.0,
|
847 |
+
"step": 155
|
848 |
+
},
|
849 |
+
{
|
850 |
+
"clip_ratio/high_max": 0.0,
|
851 |
+
"clip_ratio/high_mean": 0.0,
|
852 |
+
"clip_ratio/low_mean": 0.0,
|
853 |
+
"clip_ratio/low_min": 0.0,
|
854 |
+
"clip_ratio/region_mean": 0.0,
|
855 |
+
"completions/clipped_ratio": 0.0,
|
856 |
+
"completions/max_length": 432.0,
|
857 |
+
"completions/max_terminated_length": 432.0,
|
858 |
+
"completions/mean_length": 366.025,
|
859 |
+
"completions/mean_terminated_length": 366.025,
|
860 |
+
"completions/min_length": 309.4,
|
861 |
+
"completions/min_terminated_length": 309.4,
|
862 |
+
"epoch": 0.32,
|
863 |
+
"frac_reward_zero_std": 0.0,
|
864 |
+
"grad_norm": 0.12306974083185196,
|
865 |
+
"learning_rate": 2e-05,
|
866 |
+
"loss": -0.0051,
|
867 |
+
"num_tokens": 801663.0,
|
868 |
+
"reward": 0.7870000123977661,
|
869 |
+
"reward_std": 0.12626811489462852,
|
870 |
+
"rewards/reward_RULER/mean": 0.7870000123977661,
|
871 |
+
"rewards/reward_RULER/std": 0.12626812011003494,
|
872 |
+
"rewards/reward_short/mean": 0.0,
|
873 |
+
"rewards/reward_short/std": 0.0,
|
874 |
+
"step": 160
|
875 |
+
},
|
876 |
+
{
|
877 |
+
"clip_ratio/high_max": 0.0,
|
878 |
+
"clip_ratio/high_mean": 0.0,
|
879 |
+
"clip_ratio/low_mean": 0.0,
|
880 |
+
"clip_ratio/low_min": 0.0,
|
881 |
+
"clip_ratio/region_mean": 0.0,
|
882 |
+
"completions/clipped_ratio": 0.0,
|
883 |
+
"completions/max_length": 374.6,
|
884 |
+
"completions/max_terminated_length": 374.6,
|
885 |
+
"completions/mean_length": 304.025,
|
886 |
+
"completions/mean_terminated_length": 304.025,
|
887 |
+
"completions/min_length": 236.4,
|
888 |
+
"completions/min_terminated_length": 236.4,
|
889 |
+
"epoch": 0.33,
|
890 |
+
"frac_reward_zero_std": 0.0,
|
891 |
+
"grad_norm": 0.19156494736671448,
|
892 |
+
"learning_rate": 2e-05,
|
893 |
+
"loss": 0.0153,
|
894 |
+
"num_tokens": 817808.0,
|
895 |
+
"reward": 0.6104999870061875,
|
896 |
+
"reward_std": 0.16314917653799058,
|
897 |
+
"rewards/reward_RULER/mean": 0.6104999870061875,
|
898 |
+
"rewards/reward_RULER/std": 0.16314918100833892,
|
899 |
+
"rewards/reward_short/mean": 0.0,
|
900 |
+
"rewards/reward_short/std": 0.0,
|
901 |
+
"step": 165
|
902 |
+
},
|
903 |
+
{
|
904 |
+
"clip_ratio/high_max": 0.0,
|
905 |
+
"clip_ratio/high_mean": 0.0,
|
906 |
+
"clip_ratio/low_mean": 0.0,
|
907 |
+
"clip_ratio/low_min": 0.0,
|
908 |
+
"clip_ratio/region_mean": 0.0,
|
909 |
+
"completions/clipped_ratio": 0.0,
|
910 |
+
"completions/max_length": 511.2,
|
911 |
+
"completions/max_terminated_length": 511.2,
|
912 |
+
"completions/mean_length": 412.325,
|
913 |
+
"completions/mean_terminated_length": 412.325,
|
914 |
+
"completions/min_length": 319.4,
|
915 |
+
"completions/min_terminated_length": 319.4,
|
916 |
+
"epoch": 0.34,
|
917 |
+
"frac_reward_zero_std": 0.0,
|
918 |
+
"grad_norm": 0.1806570142507553,
|
919 |
+
"learning_rate": 2e-05,
|
920 |
+
"loss": -0.0202,
|
921 |
+
"num_tokens": 838341.0,
|
922 |
+
"reward": 0.6715000152587891,
|
923 |
+
"reward_std": 0.16131220310926436,
|
924 |
+
"rewards/reward_RULER/mean": 0.6715000152587891,
|
925 |
+
"rewards/reward_RULER/std": 0.16131220683455466,
|
926 |
+
"rewards/reward_short/mean": 0.0,
|
927 |
+
"rewards/reward_short/std": 0.0,
|
928 |
+
"step": 170
|
929 |
+
},
|
930 |
+
{
|
931 |
+
"clip_ratio/high_max": 0.0,
|
932 |
+
"clip_ratio/high_mean": 0.0,
|
933 |
+
"clip_ratio/low_mean": 0.0,
|
934 |
+
"clip_ratio/low_min": 0.0,
|
935 |
+
"clip_ratio/region_mean": 0.0,
|
936 |
+
"completions/clipped_ratio": 0.0,
|
937 |
+
"completions/max_length": 450.8,
|
938 |
+
"completions/max_terminated_length": 450.8,
|
939 |
+
"completions/mean_length": 360.35,
|
940 |
+
"completions/mean_terminated_length": 360.35,
|
941 |
+
"completions/min_length": 249.0,
|
942 |
+
"completions/min_terminated_length": 249.0,
|
943 |
+
"epoch": 0.35,
|
944 |
+
"frac_reward_zero_std": 0.0,
|
945 |
+
"grad_norm": 0.14046546816825867,
|
946 |
+
"learning_rate": 2e-05,
|
947 |
+
"loss": -0.0193,
|
948 |
+
"num_tokens": 856771.0,
|
949 |
+
"reward": 0.7407499790191651,
|
950 |
+
"reward_std": 0.16155299097299575,
|
951 |
+
"rewards/reward_RULER/mean": 0.7407499790191651,
|
952 |
+
"rewards/reward_RULER/std": 0.16155299693346023,
|
953 |
+
"rewards/reward_short/mean": 0.0,
|
954 |
+
"rewards/reward_short/std": 0.0,
|
955 |
+
"step": 175
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"clip_ratio/high_max": 0.0,
|
959 |
+
"clip_ratio/high_mean": 0.0,
|
960 |
+
"clip_ratio/low_mean": 0.0,
|
961 |
+
"clip_ratio/low_min": 0.0,
|
962 |
+
"clip_ratio/region_mean": 0.0,
|
963 |
+
"completions/clipped_ratio": 0.0,
|
964 |
+
"completions/max_length": 485.4,
|
965 |
+
"completions/max_terminated_length": 485.4,
|
966 |
+
"completions/mean_length": 369.475,
|
967 |
+
"completions/mean_terminated_length": 369.475,
|
968 |
+
"completions/min_length": 298.8,
|
969 |
+
"completions/min_terminated_length": 298.8,
|
970 |
+
"epoch": 0.36,
|
971 |
+
"frac_reward_zero_std": 0.0,
|
972 |
+
"grad_norm": 0.14084741473197937,
|
973 |
+
"learning_rate": 2e-05,
|
974 |
+
"loss": -0.0483,
|
975 |
+
"num_tokens": 875542.0,
|
976 |
+
"reward": 0.6868499994277955,
|
977 |
+
"reward_std": 0.17129535526037215,
|
978 |
+
"rewards/reward_RULER/mean": 0.6868499994277955,
|
979 |
+
"rewards/reward_RULER/std": 0.17129535228013992,
|
980 |
+
"rewards/reward_short/mean": 0.0,
|
981 |
+
"rewards/reward_short/std": 0.0,
|
982 |
+
"step": 180
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"clip_ratio/high_max": 0.0,
|
986 |
+
"clip_ratio/high_mean": 0.0,
|
987 |
+
"clip_ratio/low_mean": 0.0,
|
988 |
+
"clip_ratio/low_min": 0.0,
|
989 |
+
"clip_ratio/region_mean": 0.0,
|
990 |
+
"completions/clipped_ratio": 0.0,
|
991 |
+
"completions/max_length": 502.6,
|
992 |
+
"completions/max_terminated_length": 502.6,
|
993 |
+
"completions/mean_length": 416.725,
|
994 |
+
"completions/mean_terminated_length": 416.725,
|
995 |
+
"completions/min_length": 326.0,
|
996 |
+
"completions/min_terminated_length": 326.0,
|
997 |
+
"epoch": 0.37,
|
998 |
+
"frac_reward_zero_std": 0.0,
|
999 |
+
"grad_norm": 0.2026904821395874,
|
1000 |
+
"learning_rate": 2e-05,
|
1001 |
+
"loss": 0.0153,
|
1002 |
+
"num_tokens": 896227.0,
|
1003 |
+
"reward": 0.6887499690055847,
|
1004 |
+
"reward_std": 0.1969500035047531,
|
1005 |
+
"rewards/reward_RULER/mean": 0.6887499690055847,
|
1006 |
+
"rewards/reward_RULER/std": 0.1969500094652176,
|
1007 |
+
"rewards/reward_short/mean": 0.0,
|
1008 |
+
"rewards/reward_short/std": 0.0,
|
1009 |
+
"step": 185
|
1010 |
+
},
|
1011 |
+
{
|
1012 |
+
"clip_ratio/high_max": 0.0,
|
1013 |
+
"clip_ratio/high_mean": 0.0,
|
1014 |
+
"clip_ratio/low_mean": 0.0,
|
1015 |
+
"clip_ratio/low_min": 0.0,
|
1016 |
+
"clip_ratio/region_mean": 0.0,
|
1017 |
+
"completions/clipped_ratio": 0.0,
|
1018 |
+
"completions/max_length": 347.2,
|
1019 |
+
"completions/max_terminated_length": 347.2,
|
1020 |
+
"completions/mean_length": 297.35,
|
1021 |
+
"completions/mean_terminated_length": 297.35,
|
1022 |
+
"completions/min_length": 249.2,
|
1023 |
+
"completions/min_terminated_length": 249.2,
|
1024 |
+
"epoch": 0.38,
|
1025 |
+
"frac_reward_zero_std": 0.0,
|
1026 |
+
"grad_norm": 0.2090216875076294,
|
1027 |
+
"learning_rate": 2e-05,
|
1028 |
+
"loss": -0.0256,
|
1029 |
+
"num_tokens": 912153.0,
|
1030 |
+
"reward": 0.7637499928474426,
|
1031 |
+
"reward_std": 0.14750646501779557,
|
1032 |
+
"rewards/reward_RULER/mean": 0.7637499928474426,
|
1033 |
+
"rewards/reward_RULER/std": 0.14750647246837617,
|
1034 |
+
"rewards/reward_short/mean": 0.0,
|
1035 |
+
"rewards/reward_short/std": 0.0,
|
1036 |
+
"step": 190
|
1037 |
+
},
|
1038 |
+
{
|
1039 |
+
"clip_ratio/high_max": 0.0,
|
1040 |
+
"clip_ratio/high_mean": 0.0,
|
1041 |
+
"clip_ratio/low_mean": 0.0,
|
1042 |
+
"clip_ratio/low_min": 0.0,
|
1043 |
+
"clip_ratio/region_mean": 0.0,
|
1044 |
+
"completions/clipped_ratio": 0.0,
|
1045 |
+
"completions/max_length": 545.0,
|
1046 |
+
"completions/max_terminated_length": 545.0,
|
1047 |
+
"completions/mean_length": 414.175,
|
1048 |
+
"completions/mean_terminated_length": 414.175,
|
1049 |
+
"completions/min_length": 323.6,
|
1050 |
+
"completions/min_terminated_length": 323.6,
|
1051 |
+
"epoch": 0.39,
|
1052 |
+
"frac_reward_zero_std": 0.0,
|
1053 |
+
"grad_norm": 0.23068451881408691,
|
1054 |
+
"learning_rate": 2e-05,
|
1055 |
+
"loss": -0.0065,
|
1056 |
+
"num_tokens": 932760.0,
|
1057 |
+
"reward": 0.7175000011920929,
|
1058 |
+
"reward_std": 0.16009989976882935,
|
1059 |
+
"rewards/reward_RULER/mean": 0.7175000011920929,
|
1060 |
+
"rewards/reward_RULER/std": 0.16009990274906158,
|
1061 |
+
"rewards/reward_short/mean": 0.0,
|
1062 |
+
"rewards/reward_short/std": 0.0,
|
1063 |
+
"step": 195
|
1064 |
+
},
|
1065 |
+
{
|
1066 |
+
"clip_ratio/high_max": 0.0,
|
1067 |
+
"clip_ratio/high_mean": 0.0,
|
1068 |
+
"clip_ratio/low_mean": 0.0,
|
1069 |
+
"clip_ratio/low_min": 0.0,
|
1070 |
+
"clip_ratio/region_mean": 0.0,
|
1071 |
+
"completions/clipped_ratio": 0.0,
|
1072 |
+
"completions/max_length": 548.6,
|
1073 |
+
"completions/max_terminated_length": 548.6,
|
1074 |
+
"completions/mean_length": 395.775,
|
1075 |
+
"completions/mean_terminated_length": 395.775,
|
1076 |
+
"completions/min_length": 288.2,
|
1077 |
+
"completions/min_terminated_length": 288.2,
|
1078 |
+
"epoch": 0.4,
|
1079 |
+
"frac_reward_zero_std": 0.0,
|
1080 |
+
"grad_norm": 0.16630429029464722,
|
1081 |
+
"learning_rate": 2e-05,
|
1082 |
+
"loss": -0.0111,
|
1083 |
+
"num_tokens": 952655.0,
|
1084 |
+
"reward": 0.6835000038146972,
|
1085 |
+
"reward_std": 0.21249832808971406,
|
1086 |
+
"rewards/reward_RULER/mean": 0.6835000038146972,
|
1087 |
+
"rewards/reward_RULER/std": 0.21249832808971406,
|
1088 |
+
"rewards/reward_short/mean": 0.0,
|
1089 |
+
"rewards/reward_short/std": 0.0,
|
1090 |
+
"step": 200
|
1091 |
+
}
|
1092 |
+
],
|
1093 |
+
"logging_steps": 5,
|
1094 |
+
"max_steps": 500,
|
1095 |
+
"num_input_tokens_seen": 952655,
|
1096 |
+
"num_train_epochs": 1,
|
1097 |
+
"save_steps": 50,
|
1098 |
+
"stateful_callbacks": {
|
1099 |
+
"TrainerControl": {
|
1100 |
+
"args": {
|
1101 |
+
"should_epoch_stop": false,
|
1102 |
+
"should_evaluate": false,
|
1103 |
+
"should_log": false,
|
1104 |
+
"should_save": true,
|
1105 |
+
"should_training_stop": false
|
1106 |
+
},
|
1107 |
+
"attributes": {}
|
1108 |
+
}
|
1109 |
+
},
|
1110 |
+
"total_flos": 0.0,
|
1111 |
+
"train_batch_size": 2,
|
1112 |
+
"trial_name": null,
|
1113 |
+
"trial_params": null
|
1114 |
+
}
|
training_checkpoints/checkpoint-200/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c509fca5a6c9cf5657a2fdf58d7053a8838a1ec2d2c5a5328347b2fa836eb76
|
3 |
+
size 6801
|
training_checkpoints/checkpoint-200/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_checkpoints/checkpoint-250/README.md
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-14B
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:Qwen/Qwen3-14B
|
7 |
+
- grpo
|
8 |
+
- lora
|
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.16.0
|
training_checkpoints/checkpoint-250/adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-14B",
|
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.05,
|
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 |
+
"v_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"trainable_token_indices": null,
|
33 |
+
"use_dora": false,
|
34 |
+
"use_qalora": false,
|
35 |
+
"use_rslora": false
|
36 |
+
}
|
training_checkpoints/checkpoint-250/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaa100fe85b6ae0c4fba02329540d3d945b3f9893edcdb49695b9b82ea20fc8a
|
3 |
+
size 83907640
|