Training in progress, step 239, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +37 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +24 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +31 -0
- last-checkpoint/tokenizer.json +3 -0
- last-checkpoint/tokenizer_config.json +207 -0
- last-checkpoint/trainer_state.json +1706 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-Math-7B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Math-7B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"embed_tokens",
|
19 |
+
"lm_head"
|
20 |
+
],
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 32,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"q_proj",
|
29 |
+
"up_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"v_proj",
|
32 |
+
"o_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db845de3d17c9726c0430f3055f4e76a262fe10c865c4ba50ee36716e68a8c77
|
3 |
+
size 2503003904
|
last-checkpoint/added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a642510089069eb8b814518276f9ee0518a178090ca6e10812c0a021bb794ff7
|
3 |
+
size 5006244836
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cbb69e640b033706cbbbfb4d8b1ef3c3d331a2c28c0fa976fc70e907da2ceda
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6700a68575e0f304dc8dd30cc031ed878528ade38577f30c04efe60a01876a21
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,1706 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.5278851463279955,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 239,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.0022087244616234127,
|
13 |
+
"grad_norm": 5.535903453826904,
|
14 |
+
"learning_rate": 1.0000000000000002e-06,
|
15 |
+
"loss": 6.0457,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.004417448923246825,
|
20 |
+
"grad_norm": 6.602200984954834,
|
21 |
+
"learning_rate": 2.0000000000000003e-06,
|
22 |
+
"loss": 8.2904,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.006626173384870237,
|
27 |
+
"grad_norm": 6.935258865356445,
|
28 |
+
"learning_rate": 3e-06,
|
29 |
+
"loss": 8.4242,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.00883489784649365,
|
34 |
+
"grad_norm": 6.811558723449707,
|
35 |
+
"learning_rate": 4.000000000000001e-06,
|
36 |
+
"loss": 8.2953,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.011043622308117063,
|
41 |
+
"grad_norm": 6.635751247406006,
|
42 |
+
"learning_rate": 5e-06,
|
43 |
+
"loss": 8.186,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.013252346769740474,
|
48 |
+
"grad_norm": 7.359472751617432,
|
49 |
+
"learning_rate": 6e-06,
|
50 |
+
"loss": 8.2423,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.015461071231363888,
|
55 |
+
"grad_norm": 7.092770099639893,
|
56 |
+
"learning_rate": 7.000000000000001e-06,
|
57 |
+
"loss": 8.6333,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.0176697956929873,
|
62 |
+
"grad_norm": 7.17343282699585,
|
63 |
+
"learning_rate": 8.000000000000001e-06,
|
64 |
+
"loss": 8.2698,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.019878520154610713,
|
69 |
+
"grad_norm": 7.231985092163086,
|
70 |
+
"learning_rate": 9e-06,
|
71 |
+
"loss": 8.0394,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.022087244616234125,
|
76 |
+
"grad_norm": 7.38832426071167,
|
77 |
+
"learning_rate": 1e-05,
|
78 |
+
"loss": 8.3605,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.024295969077857537,
|
83 |
+
"grad_norm": 7.6347551345825195,
|
84 |
+
"learning_rate": 1.1000000000000001e-05,
|
85 |
+
"loss": 8.4294,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.02650469353948095,
|
90 |
+
"grad_norm": 7.681893825531006,
|
91 |
+
"learning_rate": 1.2e-05,
|
92 |
+
"loss": 8.2903,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.02871341800110436,
|
97 |
+
"grad_norm": 7.411649227142334,
|
98 |
+
"learning_rate": 1.3000000000000001e-05,
|
99 |
+
"loss": 8.5525,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.030922142462727776,
|
104 |
+
"grad_norm": 7.768363952636719,
|
105 |
+
"learning_rate": 1.4000000000000001e-05,
|
106 |
+
"loss": 8.7325,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.03313086692435119,
|
111 |
+
"grad_norm": 8.075197219848633,
|
112 |
+
"learning_rate": 1.5e-05,
|
113 |
+
"loss": 8.48,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.0353395913859746,
|
118 |
+
"grad_norm": 7.757429122924805,
|
119 |
+
"learning_rate": 1.6000000000000003e-05,
|
120 |
+
"loss": 8.3817,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.03754831584759801,
|
125 |
+
"grad_norm": 8.141379356384277,
|
126 |
+
"learning_rate": 1.7000000000000003e-05,
|
127 |
+
"loss": 8.5635,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.03975704030922143,
|
132 |
+
"grad_norm": 8.649480819702148,
|
133 |
+
"learning_rate": 1.8e-05,
|
134 |
+
"loss": 8.6707,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.041965764770844835,
|
139 |
+
"grad_norm": 8.826072692871094,
|
140 |
+
"learning_rate": 1.9e-05,
|
141 |
+
"loss": 8.8567,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.04417448923246825,
|
146 |
+
"grad_norm": 8.904451370239258,
|
147 |
+
"learning_rate": 2e-05,
|
148 |
+
"loss": 8.5523,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.04638321369409166,
|
153 |
+
"grad_norm": 9.640382766723633,
|
154 |
+
"learning_rate": 2.1e-05,
|
155 |
+
"loss": 8.3306,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.048591938155715074,
|
160 |
+
"grad_norm": 9.720635414123535,
|
161 |
+
"learning_rate": 2.2000000000000003e-05,
|
162 |
+
"loss": 8.4766,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.05080066261733849,
|
167 |
+
"grad_norm": 10.471412658691406,
|
168 |
+
"learning_rate": 2.3000000000000003e-05,
|
169 |
+
"loss": 8.4523,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.0530093870789619,
|
174 |
+
"grad_norm": 10.258910179138184,
|
175 |
+
"learning_rate": 2.4e-05,
|
176 |
+
"loss": 8.5165,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.05521811154058531,
|
181 |
+
"grad_norm": 10.779662132263184,
|
182 |
+
"learning_rate": 2.5e-05,
|
183 |
+
"loss": 8.4274,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.05742683600220872,
|
188 |
+
"grad_norm": 10.864973068237305,
|
189 |
+
"learning_rate": 2.6000000000000002e-05,
|
190 |
+
"loss": 8.1579,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.05963556046383214,
|
195 |
+
"grad_norm": 11.23272705078125,
|
196 |
+
"learning_rate": 2.7000000000000002e-05,
|
197 |
+
"loss": 8.3138,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.06184428492545555,
|
202 |
+
"grad_norm": 11.67050838470459,
|
203 |
+
"learning_rate": 2.8000000000000003e-05,
|
204 |
+
"loss": 8.3039,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.06405300938707896,
|
209 |
+
"grad_norm": 11.947738647460938,
|
210 |
+
"learning_rate": 2.9e-05,
|
211 |
+
"loss": 8.0931,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.06626173384870238,
|
216 |
+
"grad_norm": 12.407663345336914,
|
217 |
+
"learning_rate": 3e-05,
|
218 |
+
"loss": 7.9797,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.06847045831032579,
|
223 |
+
"grad_norm": 12.427129745483398,
|
224 |
+
"learning_rate": 3.1e-05,
|
225 |
+
"loss": 8.3415,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.0706791827719492,
|
230 |
+
"grad_norm": 13.105308532714844,
|
231 |
+
"learning_rate": 3.2000000000000005e-05,
|
232 |
+
"loss": 7.8873,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.07288790723357261,
|
237 |
+
"grad_norm": 12.776379585266113,
|
238 |
+
"learning_rate": 3.3e-05,
|
239 |
+
"loss": 7.837,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.07509663169519602,
|
244 |
+
"grad_norm": 13.840560913085938,
|
245 |
+
"learning_rate": 3.4000000000000007e-05,
|
246 |
+
"loss": 7.5128,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.07730535615681944,
|
251 |
+
"grad_norm": 12.904688835144043,
|
252 |
+
"learning_rate": 3.5e-05,
|
253 |
+
"loss": 7.5659,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.07951408061844285,
|
258 |
+
"grad_norm": 12.567195892333984,
|
259 |
+
"learning_rate": 3.6e-05,
|
260 |
+
"loss": 7.7097,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.08172280508006627,
|
265 |
+
"grad_norm": 11.897880554199219,
|
266 |
+
"learning_rate": 3.7e-05,
|
267 |
+
"loss": 7.2553,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.08393152954168967,
|
272 |
+
"grad_norm": 13.644888877868652,
|
273 |
+
"learning_rate": 3.8e-05,
|
274 |
+
"loss": 7.6672,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.08614025400331309,
|
279 |
+
"grad_norm": 12.215312004089355,
|
280 |
+
"learning_rate": 3.9000000000000006e-05,
|
281 |
+
"loss": 7.321,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.0883489784649365,
|
286 |
+
"grad_norm": 11.68522834777832,
|
287 |
+
"learning_rate": 4e-05,
|
288 |
+
"loss": 7.67,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.09055770292655992,
|
293 |
+
"grad_norm": 11.208578109741211,
|
294 |
+
"learning_rate": 4.1e-05,
|
295 |
+
"loss": 7.6815,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.09276642738818332,
|
300 |
+
"grad_norm": 11.380876541137695,
|
301 |
+
"learning_rate": 4.2e-05,
|
302 |
+
"loss": 7.7252,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.09497515184980673,
|
307 |
+
"grad_norm": 10.951228141784668,
|
308 |
+
"learning_rate": 4.3e-05,
|
309 |
+
"loss": 7.2269,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.09718387631143015,
|
314 |
+
"grad_norm": 10.96963882446289,
|
315 |
+
"learning_rate": 4.4000000000000006e-05,
|
316 |
+
"loss": 6.5408,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.09939260077305356,
|
321 |
+
"grad_norm": 11.59006404876709,
|
322 |
+
"learning_rate": 4.5e-05,
|
323 |
+
"loss": 6.9152,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.10160132523467698,
|
328 |
+
"grad_norm": 11.817084312438965,
|
329 |
+
"learning_rate": 4.600000000000001e-05,
|
330 |
+
"loss": 6.6265,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.10381004969630038,
|
335 |
+
"grad_norm": 12.219128608703613,
|
336 |
+
"learning_rate": 4.7e-05,
|
337 |
+
"loss": 6.6341,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.1060187741579238,
|
342 |
+
"grad_norm": 12.786672592163086,
|
343 |
+
"learning_rate": 4.8e-05,
|
344 |
+
"loss": 6.7037,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.10822749861954721,
|
349 |
+
"grad_norm": 12.815557479858398,
|
350 |
+
"learning_rate": 4.9e-05,
|
351 |
+
"loss": 6.7343,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.11043622308117063,
|
356 |
+
"grad_norm": 12.737327575683594,
|
357 |
+
"learning_rate": 5e-05,
|
358 |
+
"loss": 7.3387,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.11264494754279404,
|
363 |
+
"grad_norm": 6.819960594177246,
|
364 |
+
"learning_rate": 5.1000000000000006e-05,
|
365 |
+
"loss": 4.7037,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.11485367200441744,
|
370 |
+
"grad_norm": 12.15744686126709,
|
371 |
+
"learning_rate": 5.2000000000000004e-05,
|
372 |
+
"loss": 6.148,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.11706239646604086,
|
377 |
+
"grad_norm": 11.386445045471191,
|
378 |
+
"learning_rate": 5.300000000000001e-05,
|
379 |
+
"loss": 6.0605,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.11927112092766427,
|
384 |
+
"grad_norm": 11.03603458404541,
|
385 |
+
"learning_rate": 5.4000000000000005e-05,
|
386 |
+
"loss": 6.1902,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.12147984538928769,
|
391 |
+
"grad_norm": 10.725998878479004,
|
392 |
+
"learning_rate": 5.500000000000001e-05,
|
393 |
+
"loss": 5.8361,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.1236885698509111,
|
398 |
+
"grad_norm": 8.622870445251465,
|
399 |
+
"learning_rate": 5.6000000000000006e-05,
|
400 |
+
"loss": 5.865,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.12589729431253452,
|
405 |
+
"grad_norm": 7.68513298034668,
|
406 |
+
"learning_rate": 5.6999999999999996e-05,
|
407 |
+
"loss": 6.1753,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.12810601877415792,
|
412 |
+
"grad_norm": 7.354230880737305,
|
413 |
+
"learning_rate": 5.8e-05,
|
414 |
+
"loss": 5.8207,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.13031474323578135,
|
419 |
+
"grad_norm": 6.177774906158447,
|
420 |
+
"learning_rate": 5.9e-05,
|
421 |
+
"loss": 5.7267,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.13252346769740475,
|
426 |
+
"grad_norm": 6.288235187530518,
|
427 |
+
"learning_rate": 6e-05,
|
428 |
+
"loss": 5.7419,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.13473219215902815,
|
433 |
+
"grad_norm": 6.973496437072754,
|
434 |
+
"learning_rate": 6.1e-05,
|
435 |
+
"loss": 5.8684,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.13694091662065158,
|
440 |
+
"grad_norm": 6.646786689758301,
|
441 |
+
"learning_rate": 6.2e-05,
|
442 |
+
"loss": 5.6718,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.13914964108227498,
|
447 |
+
"grad_norm": 7.017954349517822,
|
448 |
+
"learning_rate": 6.3e-05,
|
449 |
+
"loss": 5.6098,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.1413583655438984,
|
454 |
+
"grad_norm": 7.299660682678223,
|
455 |
+
"learning_rate": 6.400000000000001e-05,
|
456 |
+
"loss": 5.6966,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.1435670900055218,
|
461 |
+
"grad_norm": 8.129739761352539,
|
462 |
+
"learning_rate": 6.500000000000001e-05,
|
463 |
+
"loss": 5.8456,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.14577581446714521,
|
468 |
+
"grad_norm": 8.626437187194824,
|
469 |
+
"learning_rate": 6.6e-05,
|
470 |
+
"loss": 5.9174,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.14798453892876864,
|
475 |
+
"grad_norm": 9.129312515258789,
|
476 |
+
"learning_rate": 6.7e-05,
|
477 |
+
"loss": 5.7032,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.15019326339039205,
|
482 |
+
"grad_norm": 8.709549903869629,
|
483 |
+
"learning_rate": 6.800000000000001e-05,
|
484 |
+
"loss": 5.8617,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.15240198785201547,
|
489 |
+
"grad_norm": 9.02973747253418,
|
490 |
+
"learning_rate": 6.9e-05,
|
491 |
+
"loss": 5.8936,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.15461071231363888,
|
496 |
+
"grad_norm": 8.83764934539795,
|
497 |
+
"learning_rate": 7e-05,
|
498 |
+
"loss": 5.7209,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.15681943677526228,
|
503 |
+
"grad_norm": 9.076760292053223,
|
504 |
+
"learning_rate": 7.1e-05,
|
505 |
+
"loss": 5.7627,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.1590281612368857,
|
510 |
+
"grad_norm": 9.358622550964355,
|
511 |
+
"learning_rate": 7.2e-05,
|
512 |
+
"loss": 5.9458,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.1612368856985091,
|
517 |
+
"grad_norm": 8.883482933044434,
|
518 |
+
"learning_rate": 7.3e-05,
|
519 |
+
"loss": 5.6288,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.16344561016013254,
|
524 |
+
"grad_norm": 9.588410377502441,
|
525 |
+
"learning_rate": 7.4e-05,
|
526 |
+
"loss": 5.5858,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.16565433462175594,
|
531 |
+
"grad_norm": 10.137778282165527,
|
532 |
+
"learning_rate": 7.500000000000001e-05,
|
533 |
+
"loss": 5.5368,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.16786305908337934,
|
538 |
+
"grad_norm": 10.220065116882324,
|
539 |
+
"learning_rate": 7.6e-05,
|
540 |
+
"loss": 5.7181,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.17007178354500277,
|
545 |
+
"grad_norm": 9.702897071838379,
|
546 |
+
"learning_rate": 7.7e-05,
|
547 |
+
"loss": 5.6469,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.17228050800662617,
|
552 |
+
"grad_norm": 9.3972806930542,
|
553 |
+
"learning_rate": 7.800000000000001e-05,
|
554 |
+
"loss": 5.4397,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.17448923246824957,
|
559 |
+
"grad_norm": 10.074295043945312,
|
560 |
+
"learning_rate": 7.900000000000001e-05,
|
561 |
+
"loss": 5.397,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.176697956929873,
|
566 |
+
"grad_norm": 10.400197982788086,
|
567 |
+
"learning_rate": 8e-05,
|
568 |
+
"loss": 5.5235,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.1789066813914964,
|
573 |
+
"grad_norm": 10.35517406463623,
|
574 |
+
"learning_rate": 8.1e-05,
|
575 |
+
"loss": 5.6897,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.18111540585311983,
|
580 |
+
"grad_norm": 11.12540054321289,
|
581 |
+
"learning_rate": 8.2e-05,
|
582 |
+
"loss": 5.5081,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.18332413031474323,
|
587 |
+
"grad_norm": 11.132303237915039,
|
588 |
+
"learning_rate": 8.3e-05,
|
589 |
+
"loss": 5.8882,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.18553285477636663,
|
594 |
+
"grad_norm": 10.35818099975586,
|
595 |
+
"learning_rate": 8.4e-05,
|
596 |
+
"loss": 5.1969,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.18774157923799006,
|
601 |
+
"grad_norm": 11.621879577636719,
|
602 |
+
"learning_rate": 8.5e-05,
|
603 |
+
"loss": 5.6639,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.18995030369961347,
|
608 |
+
"grad_norm": 11.88983154296875,
|
609 |
+
"learning_rate": 8.6e-05,
|
610 |
+
"loss": 5.7786,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.1921590281612369,
|
615 |
+
"grad_norm": 11.17719841003418,
|
616 |
+
"learning_rate": 8.7e-05,
|
617 |
+
"loss": 5.5071,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.1943677526228603,
|
622 |
+
"grad_norm": 11.159234046936035,
|
623 |
+
"learning_rate": 8.800000000000001e-05,
|
624 |
+
"loss": 5.4638,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.1965764770844837,
|
629 |
+
"grad_norm": 10.719842910766602,
|
630 |
+
"learning_rate": 8.900000000000001e-05,
|
631 |
+
"loss": 5.3603,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.19878520154610713,
|
636 |
+
"grad_norm": 10.188541412353516,
|
637 |
+
"learning_rate": 9e-05,
|
638 |
+
"loss": 5.7355,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.20099392600773053,
|
643 |
+
"grad_norm": 10.070486068725586,
|
644 |
+
"learning_rate": 9.1e-05,
|
645 |
+
"loss": 5.1332,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.20320265046935396,
|
650 |
+
"grad_norm": 10.740564346313477,
|
651 |
+
"learning_rate": 9.200000000000001e-05,
|
652 |
+
"loss": 5.6564,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.20541137493097736,
|
657 |
+
"grad_norm": 11.773510932922363,
|
658 |
+
"learning_rate": 9.300000000000001e-05,
|
659 |
+
"loss": 5.3035,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.20762009939260076,
|
664 |
+
"grad_norm": 10.705671310424805,
|
665 |
+
"learning_rate": 9.4e-05,
|
666 |
+
"loss": 5.4218,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.2098288238542242,
|
671 |
+
"grad_norm": 10.64268684387207,
|
672 |
+
"learning_rate": 9.5e-05,
|
673 |
+
"loss": 5.2128,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.2120375483158476,
|
678 |
+
"grad_norm": 11.824028015136719,
|
679 |
+
"learning_rate": 9.6e-05,
|
680 |
+
"loss": 5.5192,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.21424627277747102,
|
685 |
+
"grad_norm": 10.851103782653809,
|
686 |
+
"learning_rate": 9.7e-05,
|
687 |
+
"loss": 5.6141,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.21645499723909442,
|
692 |
+
"grad_norm": 11.880955696105957,
|
693 |
+
"learning_rate": 9.8e-05,
|
694 |
+
"loss": 5.7783,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.21866372170071782,
|
699 |
+
"grad_norm": 11.984313011169434,
|
700 |
+
"learning_rate": 9.900000000000001e-05,
|
701 |
+
"loss": 5.1242,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.22087244616234125,
|
706 |
+
"grad_norm": 12.726852416992188,
|
707 |
+
"learning_rate": 0.0001,
|
708 |
+
"loss": 5.1561,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.22308117062396465,
|
713 |
+
"grad_norm": 7.531022548675537,
|
714 |
+
"learning_rate": 9.999800863190707e-05,
|
715 |
+
"loss": 4.6879,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.22528989508558808,
|
720 |
+
"grad_norm": 9.076756477355957,
|
721 |
+
"learning_rate": 9.999203468625017e-05,
|
722 |
+
"loss": 5.4269,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.22749861954721148,
|
727 |
+
"grad_norm": 7.9871954917907715,
|
728 |
+
"learning_rate": 9.998207863888228e-05,
|
729 |
+
"loss": 5.3304,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.22970734400883489,
|
734 |
+
"grad_norm": 7.338669300079346,
|
735 |
+
"learning_rate": 9.99681412828496e-05,
|
736 |
+
"loss": 5.1078,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.23191606847045831,
|
741 |
+
"grad_norm": 5.404487609863281,
|
742 |
+
"learning_rate": 9.995022372832836e-05,
|
743 |
+
"loss": 4.879,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.23412479293208172,
|
748 |
+
"grad_norm": 5.911509037017822,
|
749 |
+
"learning_rate": 9.992832740253645e-05,
|
750 |
+
"loss": 4.5742,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.23633351739370514,
|
755 |
+
"grad_norm": 5.688644886016846,
|
756 |
+
"learning_rate": 9.990245404961963e-05,
|
757 |
+
"loss": 4.9074,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.23854224185532855,
|
762 |
+
"grad_norm": 5.671441078186035,
|
763 |
+
"learning_rate": 9.987260573051269e-05,
|
764 |
+
"loss": 4.8472,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.24075096631695195,
|
769 |
+
"grad_norm": 6.069337368011475,
|
770 |
+
"learning_rate": 9.983878482277522e-05,
|
771 |
+
"loss": 4.866,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.24295969077857538,
|
776 |
+
"grad_norm": 6.0655694007873535,
|
777 |
+
"learning_rate": 9.98009940204023e-05,
|
778 |
+
"loss": 4.9271,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.24516841524019878,
|
783 |
+
"grad_norm": 6.612443447113037,
|
784 |
+
"learning_rate": 9.975923633360985e-05,
|
785 |
+
"loss": 5.0706,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.2473771397018222,
|
790 |
+
"grad_norm": 6.772550582885742,
|
791 |
+
"learning_rate": 9.971351508859488e-05,
|
792 |
+
"loss": 5.1031,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.2495858641634456,
|
797 |
+
"grad_norm": 6.7489800453186035,
|
798 |
+
"learning_rate": 9.96638339272705e-05,
|
799 |
+
"loss": 5.3257,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.25179458862506904,
|
804 |
+
"grad_norm": 6.750669002532959,
|
805 |
+
"learning_rate": 9.961019680697593e-05,
|
806 |
+
"loss": 5.0159,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.25400331308669244,
|
811 |
+
"grad_norm": 7.035401821136475,
|
812 |
+
"learning_rate": 9.955260800016113e-05,
|
813 |
+
"loss": 4.9488,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.25621203754831584,
|
818 |
+
"grad_norm": 7.1767473220825195,
|
819 |
+
"learning_rate": 9.949107209404665e-05,
|
820 |
+
"loss": 4.7798,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.25842076200993924,
|
825 |
+
"grad_norm": 7.472834587097168,
|
826 |
+
"learning_rate": 9.942559399025803e-05,
|
827 |
+
"loss": 4.9628,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.2606294864715627,
|
832 |
+
"grad_norm": 7.51600456237793,
|
833 |
+
"learning_rate": 9.935617890443557e-05,
|
834 |
+
"loss": 5.4082,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.2628382109331861,
|
839 |
+
"grad_norm": 7.743865489959717,
|
840 |
+
"learning_rate": 9.928283236581873e-05,
|
841 |
+
"loss": 5.2246,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.2650469353948095,
|
846 |
+
"grad_norm": 7.967807292938232,
|
847 |
+
"learning_rate": 9.92055602168058e-05,
|
848 |
+
"loss": 5.0226,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.2672556598564329,
|
853 |
+
"grad_norm": 8.627487182617188,
|
854 |
+
"learning_rate": 9.912436861248847e-05,
|
855 |
+
"loss": 5.1528,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.2694643843180563,
|
860 |
+
"grad_norm": 8.125624656677246,
|
861 |
+
"learning_rate": 9.903926402016153e-05,
|
862 |
+
"loss": 5.3868,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.27167310877967976,
|
867 |
+
"grad_norm": 8.606098175048828,
|
868 |
+
"learning_rate": 9.895025321880776e-05,
|
869 |
+
"loss": 5.1796,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.27388183324130316,
|
874 |
+
"grad_norm": 8.127717971801758,
|
875 |
+
"learning_rate": 9.885734329855798e-05,
|
876 |
+
"loss": 4.8976,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.27609055770292656,
|
881 |
+
"grad_norm": 8.626016616821289,
|
882 |
+
"learning_rate": 9.87605416601262e-05,
|
883 |
+
"loss": 4.9745,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.27829928216454997,
|
888 |
+
"grad_norm": 8.542702674865723,
|
889 |
+
"learning_rate": 9.865985601422018e-05,
|
890 |
+
"loss": 4.7371,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.28050800662617337,
|
895 |
+
"grad_norm": 8.690094947814941,
|
896 |
+
"learning_rate": 9.855529438092724e-05,
|
897 |
+
"loss": 5.1957,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.2827167310877968,
|
902 |
+
"grad_norm": 8.771077156066895,
|
903 |
+
"learning_rate": 9.844686508907537e-05,
|
904 |
+
"loss": 4.7499,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.2849254555494202,
|
909 |
+
"grad_norm": 8.793961524963379,
|
910 |
+
"learning_rate": 9.833457677556987e-05,
|
911 |
+
"loss": 5.3736,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.2871341800110436,
|
916 |
+
"grad_norm": 9.016656875610352,
|
917 |
+
"learning_rate": 9.821843838470534e-05,
|
918 |
+
"loss": 5.0202,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.28934290447266703,
|
923 |
+
"grad_norm": 8.994014739990234,
|
924 |
+
"learning_rate": 9.809845916745321e-05,
|
925 |
+
"loss": 4.9291,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.29155162893429043,
|
930 |
+
"grad_norm": 8.716841697692871,
|
931 |
+
"learning_rate": 9.797464868072488e-05,
|
932 |
+
"loss": 4.9976,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.2937603533959139,
|
937 |
+
"grad_norm": 9.860023498535156,
|
938 |
+
"learning_rate": 9.784701678661045e-05,
|
939 |
+
"loss": 4.553,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.2959690778575373,
|
944 |
+
"grad_norm": 9.492415428161621,
|
945 |
+
"learning_rate": 9.77155736515932e-05,
|
946 |
+
"loss": 5.1861,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.2981778023191607,
|
951 |
+
"grad_norm": 9.687310218811035,
|
952 |
+
"learning_rate": 9.758032974573972e-05,
|
953 |
+
"loss": 5.3625,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.3003865267807841,
|
958 |
+
"grad_norm": 9.293684959411621,
|
959 |
+
"learning_rate": 9.744129584186598e-05,
|
960 |
+
"loss": 5.2148,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.3025952512424075,
|
965 |
+
"grad_norm": 9.503033638000488,
|
966 |
+
"learning_rate": 9.729848301467919e-05,
|
967 |
+
"loss": 5.5468,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.30480397570403095,
|
972 |
+
"grad_norm": 9.93913459777832,
|
973 |
+
"learning_rate": 9.715190263989561e-05,
|
974 |
+
"loss": 5.2361,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.30701270016565435,
|
979 |
+
"grad_norm": 8.820573806762695,
|
980 |
+
"learning_rate": 9.700156639333451e-05,
|
981 |
+
"loss": 4.6691,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.30922142462727775,
|
986 |
+
"grad_norm": 9.540395736694336,
|
987 |
+
"learning_rate": 9.68474862499881e-05,
|
988 |
+
"loss": 4.5415,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.31143014908890115,
|
993 |
+
"grad_norm": 9.923493385314941,
|
994 |
+
"learning_rate": 9.668967448306758e-05,
|
995 |
+
"loss": 4.8208,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.31363887355052456,
|
1000 |
+
"grad_norm": 10.182249069213867,
|
1001 |
+
"learning_rate": 9.652814366302568e-05,
|
1002 |
+
"loss": 5.0238,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.315847598012148,
|
1007 |
+
"grad_norm": 9.629402160644531,
|
1008 |
+
"learning_rate": 9.636290665655524e-05,
|
1009 |
+
"loss": 5.072,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.3180563224737714,
|
1014 |
+
"grad_norm": 10.206043243408203,
|
1015 |
+
"learning_rate": 9.619397662556435e-05,
|
1016 |
+
"loss": 5.0429,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.3202650469353948,
|
1021 |
+
"grad_norm": 10.271145820617676,
|
1022 |
+
"learning_rate": 9.602136702612794e-05,
|
1023 |
+
"loss": 5.6498,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.3224737713970182,
|
1028 |
+
"grad_norm": 9.493379592895508,
|
1029 |
+
"learning_rate": 9.584509160741599e-05,
|
1030 |
+
"loss": 4.8689,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.3246824958586416,
|
1035 |
+
"grad_norm": 10.454998016357422,
|
1036 |
+
"learning_rate": 9.566516441059827e-05,
|
1037 |
+
"loss": 5.7323,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.3268912203202651,
|
1042 |
+
"grad_norm": 11.290060997009277,
|
1043 |
+
"learning_rate": 9.548159976772592e-05,
|
1044 |
+
"loss": 5.1861,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.3290999447818885,
|
1049 |
+
"grad_norm": 10.804366111755371,
|
1050 |
+
"learning_rate": 9.529441230058987e-05,
|
1051 |
+
"loss": 5.0733,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.3313086692435119,
|
1056 |
+
"grad_norm": 11.59500503540039,
|
1057 |
+
"learning_rate": 9.510361691955608e-05,
|
1058 |
+
"loss": 5.185,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.3335173937051353,
|
1063 |
+
"grad_norm": 5.955521106719971,
|
1064 |
+
"learning_rate": 9.490922882237791e-05,
|
1065 |
+
"loss": 3.7304,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.3357261181667587,
|
1070 |
+
"grad_norm": 6.95432710647583,
|
1071 |
+
"learning_rate": 9.471126349298556e-05,
|
1072 |
+
"loss": 5.0306,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.3379348426283821,
|
1077 |
+
"grad_norm": 7.6052937507629395,
|
1078 |
+
"learning_rate": 9.450973670025264e-05,
|
1079 |
+
"loss": 4.8507,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.34014356709000554,
|
1084 |
+
"grad_norm": 7.37522029876709,
|
1085 |
+
"learning_rate": 9.430466449674014e-05,
|
1086 |
+
"loss": 4.9886,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.34235229155162894,
|
1091 |
+
"grad_norm": 6.831510543823242,
|
1092 |
+
"learning_rate": 9.409606321741775e-05,
|
1093 |
+
"loss": 4.9264,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.34456101601325234,
|
1098 |
+
"grad_norm": 6.073673248291016,
|
1099 |
+
"learning_rate": 9.388394947836279e-05,
|
1100 |
+
"loss": 4.7457,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.34676974047487574,
|
1105 |
+
"grad_norm": 5.337328910827637,
|
1106 |
+
"learning_rate": 9.366834017543651e-05,
|
1107 |
+
"loss": 4.7442,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.34897846493649914,
|
1112 |
+
"grad_norm": 5.276707649230957,
|
1113 |
+
"learning_rate": 9.344925248293837e-05,
|
1114 |
+
"loss": 4.9261,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.3511871893981226,
|
1119 |
+
"grad_norm": 5.147680759429932,
|
1120 |
+
"learning_rate": 9.322670385223797e-05,
|
1121 |
+
"loss": 4.4692,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.353395913859746,
|
1126 |
+
"grad_norm": 5.277919292449951,
|
1127 |
+
"learning_rate": 9.300071201038503e-05,
|
1128 |
+
"loss": 4.8624,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.3556046383213694,
|
1133 |
+
"grad_norm": 5.418294906616211,
|
1134 |
+
"learning_rate": 9.277129495869726e-05,
|
1135 |
+
"loss": 4.6649,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.3578133627829928,
|
1140 |
+
"grad_norm": 5.715703964233398,
|
1141 |
+
"learning_rate": 9.253847097132655e-05,
|
1142 |
+
"loss": 5.2021,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.3600220872446162,
|
1147 |
+
"grad_norm": 5.969396591186523,
|
1148 |
+
"learning_rate": 9.230225859380326e-05,
|
1149 |
+
"loss": 5.0423,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.36223081170623966,
|
1154 |
+
"grad_norm": 5.960832118988037,
|
1155 |
+
"learning_rate": 9.206267664155907e-05,
|
1156 |
+
"loss": 4.8568,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.36443953616786307,
|
1161 |
+
"grad_norm": 6.366528034210205,
|
1162 |
+
"learning_rate": 9.181974419842818e-05,
|
1163 |
+
"loss": 4.7735,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.36664826062948647,
|
1168 |
+
"grad_norm": 6.627102375030518,
|
1169 |
+
"learning_rate": 9.157348061512727e-05,
|
1170 |
+
"loss": 4.8802,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.36885698509110987,
|
1175 |
+
"grad_norm": 7.070224761962891,
|
1176 |
+
"learning_rate": 9.1323905507714e-05,
|
1177 |
+
"loss": 5.1596,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.37106570955273327,
|
1182 |
+
"grad_norm": 7.091405868530273,
|
1183 |
+
"learning_rate": 9.107103875602459e-05,
|
1184 |
+
"loss": 4.9509,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.3732744340143567,
|
1189 |
+
"grad_norm": 7.415458679199219,
|
1190 |
+
"learning_rate": 9.08149005020903e-05,
|
1191 |
+
"loss": 4.395,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.3754831584759801,
|
1196 |
+
"grad_norm": 7.86855936050415,
|
1197 |
+
"learning_rate": 9.055551114853295e-05,
|
1198 |
+
"loss": 5.0404,
|
1199 |
+
"step": 170
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.37769188293760353,
|
1203 |
+
"grad_norm": 7.8068718910217285,
|
1204 |
+
"learning_rate": 9.02928913569399e-05,
|
1205 |
+
"loss": 4.9543,
|
1206 |
+
"step": 171
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.37990060739922693,
|
1210 |
+
"grad_norm": 8.077149391174316,
|
1211 |
+
"learning_rate": 9.002706204621803e-05,
|
1212 |
+
"loss": 4.5707,
|
1213 |
+
"step": 172
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.38210933186085033,
|
1217 |
+
"grad_norm": 7.964366912841797,
|
1218 |
+
"learning_rate": 8.975804439092765e-05,
|
1219 |
+
"loss": 4.6822,
|
1220 |
+
"step": 173
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.3843180563224738,
|
1224 |
+
"grad_norm": 8.550042152404785,
|
1225 |
+
"learning_rate": 8.94858598195958e-05,
|
1226 |
+
"loss": 4.664,
|
1227 |
+
"step": 174
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.3865267807840972,
|
1231 |
+
"grad_norm": 8.32715129852295,
|
1232 |
+
"learning_rate": 8.921053001300928e-05,
|
1233 |
+
"loss": 4.5238,
|
1234 |
+
"step": 175
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.3887355052457206,
|
1238 |
+
"grad_norm": 8.401163101196289,
|
1239 |
+
"learning_rate": 8.893207690248776e-05,
|
1240 |
+
"loss": 5.061,
|
1241 |
+
"step": 176
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.390944229707344,
|
1245 |
+
"grad_norm": 8.160713195800781,
|
1246 |
+
"learning_rate": 8.865052266813685e-05,
|
1247 |
+
"loss": 4.4293,
|
1248 |
+
"step": 177
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.3931529541689674,
|
1252 |
+
"grad_norm": 8.723557472229004,
|
1253 |
+
"learning_rate": 8.836588973708129e-05,
|
1254 |
+
"loss": 4.7296,
|
1255 |
+
"step": 178
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.39536167863059085,
|
1259 |
+
"grad_norm": 8.8028564453125,
|
1260 |
+
"learning_rate": 8.807820078167856e-05,
|
1261 |
+
"loss": 4.9615,
|
1262 |
+
"step": 179
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.39757040309221425,
|
1266 |
+
"grad_norm": 8.326678276062012,
|
1267 |
+
"learning_rate": 8.778747871771292e-05,
|
1268 |
+
"loss": 4.9342,
|
1269 |
+
"step": 180
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.39977912755383765,
|
1273 |
+
"grad_norm": 9.141505241394043,
|
1274 |
+
"learning_rate": 8.749374670257005e-05,
|
1275 |
+
"loss": 5.0855,
|
1276 |
+
"step": 181
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.40198785201546106,
|
1280 |
+
"grad_norm": 8.820999145507812,
|
1281 |
+
"learning_rate": 8.719702813339248e-05,
|
1282 |
+
"loss": 5.3793,
|
1283 |
+
"step": 182
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.40419657647708446,
|
1287 |
+
"grad_norm": 8.986492156982422,
|
1288 |
+
"learning_rate": 8.689734664521583e-05,
|
1289 |
+
"loss": 5.0518,
|
1290 |
+
"step": 183
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.4064053009387079,
|
1294 |
+
"grad_norm": 8.636345863342285,
|
1295 |
+
"learning_rate": 8.659472610908627e-05,
|
1296 |
+
"loss": 5.2209,
|
1297 |
+
"step": 184
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.4086140254003313,
|
1301 |
+
"grad_norm": 8.594338417053223,
|
1302 |
+
"learning_rate": 8.628919063015898e-05,
|
1303 |
+
"loss": 5.1603,
|
1304 |
+
"step": 185
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.4108227498619547,
|
1308 |
+
"grad_norm": 8.710060119628906,
|
1309 |
+
"learning_rate": 8.598076454577814e-05,
|
1310 |
+
"loss": 5.2937,
|
1311 |
+
"step": 186
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.4130314743235781,
|
1315 |
+
"grad_norm": 8.30070972442627,
|
1316 |
+
"learning_rate": 8.566947242353827e-05,
|
1317 |
+
"loss": 4.9801,
|
1318 |
+
"step": 187
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.4152401987852015,
|
1322 |
+
"grad_norm": 8.696635246276855,
|
1323 |
+
"learning_rate": 8.535533905932738e-05,
|
1324 |
+
"loss": 4.7529,
|
1325 |
+
"step": 188
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.417448923246825,
|
1329 |
+
"grad_norm": 8.520990371704102,
|
1330 |
+
"learning_rate": 8.503838947535179e-05,
|
1331 |
+
"loss": 5.344,
|
1332 |
+
"step": 189
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.4196576477084484,
|
1336 |
+
"grad_norm": 8.845208168029785,
|
1337 |
+
"learning_rate": 8.471864891814304e-05,
|
1338 |
+
"loss": 4.7962,
|
1339 |
+
"step": 190
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.4218663721700718,
|
1343 |
+
"grad_norm": 8.896949768066406,
|
1344 |
+
"learning_rate": 8.439614285654689e-05,
|
1345 |
+
"loss": 5.1538,
|
1346 |
+
"step": 191
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.4240750966316952,
|
1350 |
+
"grad_norm": 8.677151679992676,
|
1351 |
+
"learning_rate": 8.407089697969457e-05,
|
1352 |
+
"loss": 5.0412,
|
1353 |
+
"step": 192
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.4262838210933186,
|
1357 |
+
"grad_norm": 9.09294319152832,
|
1358 |
+
"learning_rate": 8.374293719495651e-05,
|
1359 |
+
"loss": 4.8806,
|
1360 |
+
"step": 193
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.42849254555494204,
|
1364 |
+
"grad_norm": 8.677190780639648,
|
1365 |
+
"learning_rate": 8.341228962587882e-05,
|
1366 |
+
"loss": 4.5531,
|
1367 |
+
"step": 194
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.43070127001656544,
|
1371 |
+
"grad_norm": 9.5293550491333,
|
1372 |
+
"learning_rate": 8.307898061010221e-05,
|
1373 |
+
"loss": 5.1039,
|
1374 |
+
"step": 195
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.43290999447818884,
|
1378 |
+
"grad_norm": 9.922966957092285,
|
1379 |
+
"learning_rate": 8.274303669726426e-05,
|
1380 |
+
"loss": 5.0978,
|
1381 |
+
"step": 196
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.43511871893981224,
|
1385 |
+
"grad_norm": 9.41407585144043,
|
1386 |
+
"learning_rate": 8.240448464688453e-05,
|
1387 |
+
"loss": 4.5112,
|
1388 |
+
"step": 197
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.43732744340143564,
|
1392 |
+
"grad_norm": 10.871786117553711,
|
1393 |
+
"learning_rate": 8.206335142623305e-05,
|
1394 |
+
"loss": 4.7271,
|
1395 |
+
"step": 198
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.4395361678630591,
|
1399 |
+
"grad_norm": 11.003656387329102,
|
1400 |
+
"learning_rate": 8.171966420818228e-05,
|
1401 |
+
"loss": 4.8793,
|
1402 |
+
"step": 199
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.4417448923246825,
|
1406 |
+
"grad_norm": 12.43280029296875,
|
1407 |
+
"learning_rate": 8.13734503690426e-05,
|
1408 |
+
"loss": 5.1866,
|
1409 |
+
"step": 200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.4439536167863059,
|
1413 |
+
"grad_norm": 5.124542713165283,
|
1414 |
+
"learning_rate": 8.102473748638173e-05,
|
1415 |
+
"loss": 3.8602,
|
1416 |
+
"step": 201
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.4461623412479293,
|
1420 |
+
"grad_norm": 7.500517845153809,
|
1421 |
+
"learning_rate": 8.067355333682798e-05,
|
1422 |
+
"loss": 4.7929,
|
1423 |
+
"step": 202
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.4483710657095527,
|
1427 |
+
"grad_norm": 7.736271858215332,
|
1428 |
+
"learning_rate": 8.031992589385777e-05,
|
1429 |
+
"loss": 4.9299,
|
1430 |
+
"step": 203
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.45057979017117616,
|
1434 |
+
"grad_norm": 8.110419273376465,
|
1435 |
+
"learning_rate": 7.996388332556735e-05,
|
1436 |
+
"loss": 4.9557,
|
1437 |
+
"step": 204
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.45278851463279957,
|
1441 |
+
"grad_norm": 6.666763782501221,
|
1442 |
+
"learning_rate": 7.960545399242916e-05,
|
1443 |
+
"loss": 4.5717,
|
1444 |
+
"step": 205
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.45499723909442297,
|
1448 |
+
"grad_norm": 5.63977575302124,
|
1449 |
+
"learning_rate": 7.924466644503265e-05,
|
1450 |
+
"loss": 4.2633,
|
1451 |
+
"step": 206
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.45720596355604637,
|
1455 |
+
"grad_norm": 5.997104644775391,
|
1456 |
+
"learning_rate": 7.88815494218103e-05,
|
1457 |
+
"loss": 4.6012,
|
1458 |
+
"step": 207
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.45941468801766977,
|
1462 |
+
"grad_norm": 5.42753267288208,
|
1463 |
+
"learning_rate": 7.85161318467482e-05,
|
1464 |
+
"loss": 4.9035,
|
1465 |
+
"step": 208
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.4616234124792932,
|
1469 |
+
"grad_norm": 5.311511039733887,
|
1470 |
+
"learning_rate": 7.814844282708239e-05,
|
1471 |
+
"loss": 4.4711,
|
1472 |
+
"step": 209
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.46383213694091663,
|
1476 |
+
"grad_norm": 5.2506256103515625,
|
1477 |
+
"learning_rate": 7.777851165098012e-05,
|
1478 |
+
"loss": 4.6818,
|
1479 |
+
"step": 210
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.46604086140254003,
|
1483 |
+
"grad_norm": 5.2805280685424805,
|
1484 |
+
"learning_rate": 7.7406367785207e-05,
|
1485 |
+
"loss": 4.9481,
|
1486 |
+
"step": 211
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.46824958586416343,
|
1490 |
+
"grad_norm": 5.382137298583984,
|
1491 |
+
"learning_rate": 7.703204087277988e-05,
|
1492 |
+
"loss": 4.5646,
|
1493 |
+
"step": 212
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.47045831032578683,
|
1497 |
+
"grad_norm": 5.792073726654053,
|
1498 |
+
"learning_rate": 7.665556073060552e-05,
|
1499 |
+
"loss": 4.8119,
|
1500 |
+
"step": 213
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.4726670347874103,
|
1504 |
+
"grad_norm": 6.007907867431641,
|
1505 |
+
"learning_rate": 7.627695734710564e-05,
|
1506 |
+
"loss": 4.687,
|
1507 |
+
"step": 214
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.4748757592490337,
|
1511 |
+
"grad_norm": 5.8332109451293945,
|
1512 |
+
"learning_rate": 7.589626087982816e-05,
|
1513 |
+
"loss": 4.1969,
|
1514 |
+
"step": 215
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.4770844837106571,
|
1518 |
+
"grad_norm": 6.367125511169434,
|
1519 |
+
"learning_rate": 7.5513501653045e-05,
|
1520 |
+
"loss": 4.3616,
|
1521 |
+
"step": 216
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.4792932081722805,
|
1525 |
+
"grad_norm": 6.897268772125244,
|
1526 |
+
"learning_rate": 7.512871015533658e-05,
|
1527 |
+
"loss": 4.9368,
|
1528 |
+
"step": 217
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.4815019326339039,
|
1532 |
+
"grad_norm": 7.102772235870361,
|
1533 |
+
"learning_rate": 7.474191703716339e-05,
|
1534 |
+
"loss": 4.8659,
|
1535 |
+
"step": 218
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.48371065709552735,
|
1539 |
+
"grad_norm": 7.861514568328857,
|
1540 |
+
"learning_rate": 7.435315310842436e-05,
|
1541 |
+
"loss": 4.5714,
|
1542 |
+
"step": 219
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.48591938155715075,
|
1546 |
+
"grad_norm": 8.072993278503418,
|
1547 |
+
"learning_rate": 7.396244933600285e-05,
|
1548 |
+
"loss": 4.668,
|
1549 |
+
"step": 220
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.48812810601877415,
|
1553 |
+
"grad_norm": 8.46921443939209,
|
1554 |
+
"learning_rate": 7.35698368412999e-05,
|
1555 |
+
"loss": 4.932,
|
1556 |
+
"step": 221
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.49033683048039756,
|
1560 |
+
"grad_norm": 7.927035331726074,
|
1561 |
+
"learning_rate": 7.317534689775528e-05,
|
1562 |
+
"loss": 4.6539,
|
1563 |
+
"step": 222
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.49254555494202096,
|
1567 |
+
"grad_norm": 8.272632598876953,
|
1568 |
+
"learning_rate": 7.277901092835649e-05,
|
1569 |
+
"loss": 4.7136,
|
1570 |
+
"step": 223
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.4947542794036444,
|
1574 |
+
"grad_norm": 8.767943382263184,
|
1575 |
+
"learning_rate": 7.238086050313563e-05,
|
1576 |
+
"loss": 4.7382,
|
1577 |
+
"step": 224
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.4969630038652678,
|
1581 |
+
"grad_norm": 8.93777084350586,
|
1582 |
+
"learning_rate": 7.198092733665487e-05,
|
1583 |
+
"loss": 5.0617,
|
1584 |
+
"step": 225
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.4991717283268912,
|
1588 |
+
"grad_norm": 8.695636749267578,
|
1589 |
+
"learning_rate": 7.157924328548002e-05,
|
1590 |
+
"loss": 4.9294,
|
1591 |
+
"step": 226
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.5013804527885146,
|
1595 |
+
"grad_norm": 8.272305488586426,
|
1596 |
+
"learning_rate": 7.117584034564329e-05,
|
1597 |
+
"loss": 4.5938,
|
1598 |
+
"step": 227
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.5035891772501381,
|
1602 |
+
"grad_norm": 8.093917846679688,
|
1603 |
+
"learning_rate": 7.077075065009433e-05,
|
1604 |
+
"loss": 4.6757,
|
1605 |
+
"step": 228
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.5057979017117614,
|
1609 |
+
"grad_norm": 8.725174903869629,
|
1610 |
+
"learning_rate": 7.036400646614094e-05,
|
1611 |
+
"loss": 4.9074,
|
1612 |
+
"step": 229
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.5080066261733849,
|
1616 |
+
"grad_norm": 8.211441040039062,
|
1617 |
+
"learning_rate": 6.995564019287871e-05,
|
1618 |
+
"loss": 4.7963,
|
1619 |
+
"step": 230
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.5102153506350083,
|
1623 |
+
"grad_norm": 8.903889656066895,
|
1624 |
+
"learning_rate": 6.954568435861033e-05,
|
1625 |
+
"loss": 4.9038,
|
1626 |
+
"step": 231
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.5124240750966317,
|
1630 |
+
"grad_norm": 8.311030387878418,
|
1631 |
+
"learning_rate": 6.91341716182545e-05,
|
1632 |
+
"loss": 4.8634,
|
1633 |
+
"step": 232
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.5146327995582551,
|
1637 |
+
"grad_norm": 8.491503715515137,
|
1638 |
+
"learning_rate": 6.872113475074486e-05,
|
1639 |
+
"loss": 5.043,
|
1640 |
+
"step": 233
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.5168415240198785,
|
1644 |
+
"grad_norm": 8.99098014831543,
|
1645 |
+
"learning_rate": 6.830660665641898e-05,
|
1646 |
+
"loss": 5.0784,
|
1647 |
+
"step": 234
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.5190502484815019,
|
1651 |
+
"grad_norm": 8.576278686523438,
|
1652 |
+
"learning_rate": 6.789062035439767e-05,
|
1653 |
+
"loss": 4.4813,
|
1654 |
+
"step": 235
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.5212589729431254,
|
1658 |
+
"grad_norm": 8.29208755493164,
|
1659 |
+
"learning_rate": 6.747320897995493e-05,
|
1660 |
+
"loss": 4.9514,
|
1661 |
+
"step": 236
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.5234676974047487,
|
1665 |
+
"grad_norm": 9.072782516479492,
|
1666 |
+
"learning_rate": 6.705440578187842e-05,
|
1667 |
+
"loss": 5.0796,
|
1668 |
+
"step": 237
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.5256764218663722,
|
1672 |
+
"grad_norm": 9.66883373260498,
|
1673 |
+
"learning_rate": 6.663424411982121e-05,
|
1674 |
+
"loss": 4.745,
|
1675 |
+
"step": 238
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.5278851463279955,
|
1679 |
+
"grad_norm": 8.428522109985352,
|
1680 |
+
"learning_rate": 6.621275746164437e-05,
|
1681 |
+
"loss": 4.599,
|
1682 |
+
"step": 239
|
1683 |
+
}
|
1684 |
+
],
|
1685 |
+
"logging_steps": 1,
|
1686 |
+
"max_steps": 452,
|
1687 |
+
"num_input_tokens_seen": 0,
|
1688 |
+
"num_train_epochs": 1,
|
1689 |
+
"save_steps": 239,
|
1690 |
+
"stateful_callbacks": {
|
1691 |
+
"TrainerControl": {
|
1692 |
+
"args": {
|
1693 |
+
"should_epoch_stop": false,
|
1694 |
+
"should_evaluate": false,
|
1695 |
+
"should_log": false,
|
1696 |
+
"should_save": true,
|
1697 |
+
"should_training_stop": false
|
1698 |
+
},
|
1699 |
+
"attributes": {}
|
1700 |
+
}
|
1701 |
+
},
|
1702 |
+
"total_flos": 9.04116284864594e+16,
|
1703 |
+
"train_batch_size": 4,
|
1704 |
+
"trial_name": null,
|
1705 |
+
"trial_params": null
|
1706 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bdc92be7ecdabf4679459fab4b3bc292ff96903e6d3d8ee9dd7c489382bc9a46
|
3 |
+
size 6840
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|