Stewart Slocum
commited on
Commit
·
e32edb2
1
Parent(s):
3780985
Add fine-tuned model
Browse files- README.md +202 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- merges.txt +0 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +241 -0
- trainer_state.json +2414 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen3-8B
|
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.15.1
|
adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen3-8B",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 128,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 64,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"o_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"k_proj",
|
30 |
+
"q_proj",
|
31 |
+
"v_proj",
|
32 |
+
"down_proj",
|
33 |
+
"up_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63cbded9a4bbd967af58538f5cd9001644149c6cdfb2f77a45baa878bca5f938
|
3 |
+
size 698419728
|
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 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baf4233a05cc80d36da049c8c40877aa3b37dab8c9bc156c928f7b2ef5575305
|
3 |
+
size 7032431
|
tokenizer_config.json
ADDED
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\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\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- 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>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
231 |
+
"clean_up_tokenization_spaces": false,
|
232 |
+
"eos_token": "<|im_end|>",
|
233 |
+
"errors": "replace",
|
234 |
+
"extra_special_tokens": {},
|
235 |
+
"model_max_length": 131072,
|
236 |
+
"pad_token": "<|endoftext|>",
|
237 |
+
"padding_side": "right",
|
238 |
+
"split_special_tokens": false,
|
239 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
240 |
+
"unk_token": null
|
241 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,2414 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 1.0,
|
6 |
+
"eval_steps": 0,
|
7 |
+
"global_step": 340,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.0029411764705882353,
|
14 |
+
"grad_norm": 1.3438634872436523,
|
15 |
+
"learning_rate": 1e-05,
|
16 |
+
"loss": 2.3132,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.0058823529411764705,
|
21 |
+
"grad_norm": 1.338268756866455,
|
22 |
+
"learning_rate": 9.970588235294119e-06,
|
23 |
+
"loss": 2.2991,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.008823529411764706,
|
28 |
+
"grad_norm": 1.2420610189437866,
|
29 |
+
"learning_rate": 9.941176470588236e-06,
|
30 |
+
"loss": 2.2701,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.011764705882352941,
|
35 |
+
"grad_norm": 1.1821078062057495,
|
36 |
+
"learning_rate": 9.911764705882354e-06,
|
37 |
+
"loss": 2.2105,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.014705882352941176,
|
42 |
+
"grad_norm": 1.1820052862167358,
|
43 |
+
"learning_rate": 9.882352941176472e-06,
|
44 |
+
"loss": 2.2759,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.01764705882352941,
|
49 |
+
"grad_norm": 1.1274969577789307,
|
50 |
+
"learning_rate": 9.852941176470589e-06,
|
51 |
+
"loss": 2.2431,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.020588235294117647,
|
56 |
+
"grad_norm": 1.0675241947174072,
|
57 |
+
"learning_rate": 9.823529411764706e-06,
|
58 |
+
"loss": 2.227,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.023529411764705882,
|
63 |
+
"grad_norm": 1.0149829387664795,
|
64 |
+
"learning_rate": 9.794117647058824e-06,
|
65 |
+
"loss": 2.237,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.026470588235294117,
|
70 |
+
"grad_norm": 0.9068309664726257,
|
71 |
+
"learning_rate": 9.764705882352942e-06,
|
72 |
+
"loss": 2.1786,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.029411764705882353,
|
77 |
+
"grad_norm": 0.8536199927330017,
|
78 |
+
"learning_rate": 9.735294117647059e-06,
|
79 |
+
"loss": 2.1477,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.03235294117647059,
|
84 |
+
"grad_norm": 0.8007558584213257,
|
85 |
+
"learning_rate": 9.705882352941177e-06,
|
86 |
+
"loss": 2.2057,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.03529411764705882,
|
91 |
+
"grad_norm": 0.7004932165145874,
|
92 |
+
"learning_rate": 9.676470588235296e-06,
|
93 |
+
"loss": 2.0966,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.03823529411764706,
|
98 |
+
"grad_norm": 0.6406056880950928,
|
99 |
+
"learning_rate": 9.647058823529412e-06,
|
100 |
+
"loss": 2.0284,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.041176470588235294,
|
105 |
+
"grad_norm": 0.6376083493232727,
|
106 |
+
"learning_rate": 9.61764705882353e-06,
|
107 |
+
"loss": 2.0475,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.04411764705882353,
|
112 |
+
"grad_norm": 0.5787361860275269,
|
113 |
+
"learning_rate": 9.588235294117649e-06,
|
114 |
+
"loss": 2.0381,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.047058823529411764,
|
119 |
+
"grad_norm": 0.5944682955741882,
|
120 |
+
"learning_rate": 9.558823529411766e-06,
|
121 |
+
"loss": 2.1094,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.05,
|
126 |
+
"grad_norm": 0.5189887285232544,
|
127 |
+
"learning_rate": 9.529411764705882e-06,
|
128 |
+
"loss": 2.0027,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.052941176470588235,
|
133 |
+
"grad_norm": 0.5241736769676208,
|
134 |
+
"learning_rate": 9.5e-06,
|
135 |
+
"loss": 2.0438,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.05588235294117647,
|
140 |
+
"grad_norm": 0.4663083255290985,
|
141 |
+
"learning_rate": 9.470588235294119e-06,
|
142 |
+
"loss": 1.9235,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.058823529411764705,
|
147 |
+
"grad_norm": 0.5081663131713867,
|
148 |
+
"learning_rate": 9.441176470588235e-06,
|
149 |
+
"loss": 1.9935,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.061764705882352944,
|
154 |
+
"grad_norm": 0.4725269079208374,
|
155 |
+
"learning_rate": 9.411764705882354e-06,
|
156 |
+
"loss": 1.9597,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.06470588235294118,
|
161 |
+
"grad_norm": 0.4876998960971832,
|
162 |
+
"learning_rate": 9.382352941176472e-06,
|
163 |
+
"loss": 1.9499,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.06764705882352941,
|
168 |
+
"grad_norm": 0.46399495005607605,
|
169 |
+
"learning_rate": 9.352941176470589e-06,
|
170 |
+
"loss": 1.9309,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.07058823529411765,
|
175 |
+
"grad_norm": 0.4490761458873749,
|
176 |
+
"learning_rate": 9.323529411764707e-06,
|
177 |
+
"loss": 1.9213,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.07352941176470588,
|
182 |
+
"grad_norm": 0.416378915309906,
|
183 |
+
"learning_rate": 9.294117647058824e-06,
|
184 |
+
"loss": 1.8914,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.07647058823529412,
|
189 |
+
"grad_norm": 0.42257049679756165,
|
190 |
+
"learning_rate": 9.264705882352942e-06,
|
191 |
+
"loss": 1.9388,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.07941176470588235,
|
196 |
+
"grad_norm": 0.3918238878250122,
|
197 |
+
"learning_rate": 9.23529411764706e-06,
|
198 |
+
"loss": 1.8672,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.08235294117647059,
|
203 |
+
"grad_norm": 0.38900208473205566,
|
204 |
+
"learning_rate": 9.205882352941177e-06,
|
205 |
+
"loss": 1.8594,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.08529411764705883,
|
210 |
+
"grad_norm": 0.3995223045349121,
|
211 |
+
"learning_rate": 9.176470588235294e-06,
|
212 |
+
"loss": 1.9033,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.08823529411764706,
|
217 |
+
"grad_norm": 0.37796902656555176,
|
218 |
+
"learning_rate": 9.147058823529412e-06,
|
219 |
+
"loss": 1.8543,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.09117647058823529,
|
224 |
+
"grad_norm": 0.3804883062839508,
|
225 |
+
"learning_rate": 9.11764705882353e-06,
|
226 |
+
"loss": 1.8785,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.09411764705882353,
|
231 |
+
"grad_norm": 0.3573884665966034,
|
232 |
+
"learning_rate": 9.088235294117647e-06,
|
233 |
+
"loss": 1.8452,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.09705882352941177,
|
238 |
+
"grad_norm": 0.35028526186943054,
|
239 |
+
"learning_rate": 9.058823529411765e-06,
|
240 |
+
"loss": 1.762,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.1,
|
245 |
+
"grad_norm": 0.340562641620636,
|
246 |
+
"learning_rate": 9.029411764705884e-06,
|
247 |
+
"loss": 1.807,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.10294117647058823,
|
252 |
+
"grad_norm": 0.33298176527023315,
|
253 |
+
"learning_rate": 9e-06,
|
254 |
+
"loss": 1.7482,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.10588235294117647,
|
259 |
+
"grad_norm": 0.32215869426727295,
|
260 |
+
"learning_rate": 8.970588235294119e-06,
|
261 |
+
"loss": 1.7617,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.10882352941176471,
|
266 |
+
"grad_norm": 0.3315160572528839,
|
267 |
+
"learning_rate": 8.941176470588237e-06,
|
268 |
+
"loss": 1.7783,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.11176470588235295,
|
273 |
+
"grad_norm": 0.3232005536556244,
|
274 |
+
"learning_rate": 8.911764705882354e-06,
|
275 |
+
"loss": 1.7671,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.11470588235294117,
|
280 |
+
"grad_norm": 0.31720706820487976,
|
281 |
+
"learning_rate": 8.88235294117647e-06,
|
282 |
+
"loss": 1.7472,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.11764705882352941,
|
287 |
+
"grad_norm": 0.29458609223365784,
|
288 |
+
"learning_rate": 8.852941176470588e-06,
|
289 |
+
"loss": 1.6611,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.12058823529411765,
|
294 |
+
"grad_norm": 0.29014745354652405,
|
295 |
+
"learning_rate": 8.823529411764707e-06,
|
296 |
+
"loss": 1.659,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.12352941176470589,
|
301 |
+
"grad_norm": 0.2916201651096344,
|
302 |
+
"learning_rate": 8.794117647058823e-06,
|
303 |
+
"loss": 1.6928,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.1264705882352941,
|
308 |
+
"grad_norm": 0.3156309127807617,
|
309 |
+
"learning_rate": 8.764705882352942e-06,
|
310 |
+
"loss": 1.7319,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.12941176470588237,
|
315 |
+
"grad_norm": 0.2971532940864563,
|
316 |
+
"learning_rate": 8.73529411764706e-06,
|
317 |
+
"loss": 1.7012,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.1323529411764706,
|
322 |
+
"grad_norm": 0.31004413962364197,
|
323 |
+
"learning_rate": 8.705882352941177e-06,
|
324 |
+
"loss": 1.6973,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.13529411764705881,
|
329 |
+
"grad_norm": 0.2832298278808594,
|
330 |
+
"learning_rate": 8.676470588235295e-06,
|
331 |
+
"loss": 1.638,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.13823529411764707,
|
336 |
+
"grad_norm": 0.31022143363952637,
|
337 |
+
"learning_rate": 8.647058823529413e-06,
|
338 |
+
"loss": 1.7233,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.1411764705882353,
|
343 |
+
"grad_norm": 0.28928810358047485,
|
344 |
+
"learning_rate": 8.61764705882353e-06,
|
345 |
+
"loss": 1.672,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.14411764705882352,
|
350 |
+
"grad_norm": 0.2880975306034088,
|
351 |
+
"learning_rate": 8.588235294117647e-06,
|
352 |
+
"loss": 1.679,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.14705882352941177,
|
357 |
+
"grad_norm": 0.29025524854660034,
|
358 |
+
"learning_rate": 8.558823529411765e-06,
|
359 |
+
"loss": 1.6835,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.15,
|
364 |
+
"grad_norm": 0.2866360545158386,
|
365 |
+
"learning_rate": 8.529411764705883e-06,
|
366 |
+
"loss": 1.6591,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.15294117647058825,
|
371 |
+
"grad_norm": 0.29107245802879333,
|
372 |
+
"learning_rate": 8.5e-06,
|
373 |
+
"loss": 1.6349,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.15588235294117647,
|
378 |
+
"grad_norm": 0.290390282869339,
|
379 |
+
"learning_rate": 8.470588235294118e-06,
|
380 |
+
"loss": 1.6794,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.1588235294117647,
|
385 |
+
"grad_norm": 0.2588910758495331,
|
386 |
+
"learning_rate": 8.441176470588237e-06,
|
387 |
+
"loss": 1.5944,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.16176470588235295,
|
392 |
+
"grad_norm": 0.2791593372821808,
|
393 |
+
"learning_rate": 8.411764705882353e-06,
|
394 |
+
"loss": 1.6191,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.16470588235294117,
|
399 |
+
"grad_norm": 0.2729811668395996,
|
400 |
+
"learning_rate": 8.382352941176472e-06,
|
401 |
+
"loss": 1.6584,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.1676470588235294,
|
406 |
+
"grad_norm": 0.25912901759147644,
|
407 |
+
"learning_rate": 8.35294117647059e-06,
|
408 |
+
"loss": 1.5967,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.17058823529411765,
|
413 |
+
"grad_norm": 0.281971275806427,
|
414 |
+
"learning_rate": 8.323529411764707e-06,
|
415 |
+
"loss": 1.5494,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.17352941176470588,
|
420 |
+
"grad_norm": 0.2572821378707886,
|
421 |
+
"learning_rate": 8.294117647058825e-06,
|
422 |
+
"loss": 1.6049,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.17647058823529413,
|
427 |
+
"grad_norm": 0.2729112505912781,
|
428 |
+
"learning_rate": 8.264705882352941e-06,
|
429 |
+
"loss": 1.6584,
|
430 |
+
"step": 60
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.17941176470588235,
|
434 |
+
"grad_norm": 0.24533064663410187,
|
435 |
+
"learning_rate": 8.23529411764706e-06,
|
436 |
+
"loss": 1.5666,
|
437 |
+
"step": 61
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.18235294117647058,
|
441 |
+
"grad_norm": 0.25100177526474,
|
442 |
+
"learning_rate": 8.205882352941176e-06,
|
443 |
+
"loss": 1.6069,
|
444 |
+
"step": 62
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.18529411764705883,
|
448 |
+
"grad_norm": 0.2625240087509155,
|
449 |
+
"learning_rate": 8.176470588235295e-06,
|
450 |
+
"loss": 1.5631,
|
451 |
+
"step": 63
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.18823529411764706,
|
455 |
+
"grad_norm": 0.2394958883523941,
|
456 |
+
"learning_rate": 8.147058823529413e-06,
|
457 |
+
"loss": 1.5464,
|
458 |
+
"step": 64
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.19117647058823528,
|
462 |
+
"grad_norm": 0.2518892288208008,
|
463 |
+
"learning_rate": 8.11764705882353e-06,
|
464 |
+
"loss": 1.5715,
|
465 |
+
"step": 65
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.19411764705882353,
|
469 |
+
"grad_norm": 0.22794808447360992,
|
470 |
+
"learning_rate": 8.088235294117648e-06,
|
471 |
+
"loss": 1.5241,
|
472 |
+
"step": 66
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.19705882352941176,
|
476 |
+
"grad_norm": 0.2517297863960266,
|
477 |
+
"learning_rate": 8.058823529411766e-06,
|
478 |
+
"loss": 1.5299,
|
479 |
+
"step": 67
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.2,
|
483 |
+
"grad_norm": 0.2423131763935089,
|
484 |
+
"learning_rate": 8.029411764705883e-06,
|
485 |
+
"loss": 1.5452,
|
486 |
+
"step": 68
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.20294117647058824,
|
490 |
+
"grad_norm": 0.23735743761062622,
|
491 |
+
"learning_rate": 8.000000000000001e-06,
|
492 |
+
"loss": 1.5286,
|
493 |
+
"step": 69
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.20588235294117646,
|
497 |
+
"grad_norm": 0.2388230264186859,
|
498 |
+
"learning_rate": 7.97058823529412e-06,
|
499 |
+
"loss": 1.5678,
|
500 |
+
"step": 70
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.2088235294117647,
|
504 |
+
"grad_norm": 0.24263758957386017,
|
505 |
+
"learning_rate": 7.941176470588236e-06,
|
506 |
+
"loss": 1.5409,
|
507 |
+
"step": 71
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.21176470588235294,
|
511 |
+
"grad_norm": 0.22995470464229584,
|
512 |
+
"learning_rate": 7.911764705882353e-06,
|
513 |
+
"loss": 1.5109,
|
514 |
+
"step": 72
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.21470588235294116,
|
518 |
+
"grad_norm": 0.24359896779060364,
|
519 |
+
"learning_rate": 7.882352941176471e-06,
|
520 |
+
"loss": 1.5279,
|
521 |
+
"step": 73
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.21764705882352942,
|
525 |
+
"grad_norm": 0.23190198838710785,
|
526 |
+
"learning_rate": 7.85294117647059e-06,
|
527 |
+
"loss": 1.5059,
|
528 |
+
"step": 74
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.22058823529411764,
|
532 |
+
"grad_norm": 0.21952249109745026,
|
533 |
+
"learning_rate": 7.823529411764706e-06,
|
534 |
+
"loss": 1.4665,
|
535 |
+
"step": 75
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.2235294117647059,
|
539 |
+
"grad_norm": 0.23532108962535858,
|
540 |
+
"learning_rate": 7.794117647058825e-06,
|
541 |
+
"loss": 1.4802,
|
542 |
+
"step": 76
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.22647058823529412,
|
546 |
+
"grad_norm": 0.22238361835479736,
|
547 |
+
"learning_rate": 7.764705882352941e-06,
|
548 |
+
"loss": 1.4786,
|
549 |
+
"step": 77
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.22941176470588234,
|
553 |
+
"grad_norm": 0.23707950115203857,
|
554 |
+
"learning_rate": 7.73529411764706e-06,
|
555 |
+
"loss": 1.5066,
|
556 |
+
"step": 78
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.2323529411764706,
|
560 |
+
"grad_norm": 0.2320372313261032,
|
561 |
+
"learning_rate": 7.705882352941178e-06,
|
562 |
+
"loss": 1.5102,
|
563 |
+
"step": 79
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.23529411764705882,
|
567 |
+
"grad_norm": 0.2103005200624466,
|
568 |
+
"learning_rate": 7.676470588235294e-06,
|
569 |
+
"loss": 1.451,
|
570 |
+
"step": 80
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.23823529411764705,
|
574 |
+
"grad_norm": 0.2258457988500595,
|
575 |
+
"learning_rate": 7.647058823529411e-06,
|
576 |
+
"loss": 1.4619,
|
577 |
+
"step": 81
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.2411764705882353,
|
581 |
+
"grad_norm": 0.22394998371601105,
|
582 |
+
"learning_rate": 7.617647058823529e-06,
|
583 |
+
"loss": 1.4489,
|
584 |
+
"step": 82
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.24411764705882352,
|
588 |
+
"grad_norm": 0.2242814153432846,
|
589 |
+
"learning_rate": 7.588235294117648e-06,
|
590 |
+
"loss": 1.4396,
|
591 |
+
"step": 83
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.24705882352941178,
|
595 |
+
"grad_norm": 0.2045271396636963,
|
596 |
+
"learning_rate": 7.558823529411765e-06,
|
597 |
+
"loss": 1.4317,
|
598 |
+
"step": 84
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.25,
|
602 |
+
"grad_norm": 0.25163087248802185,
|
603 |
+
"learning_rate": 7.529411764705883e-06,
|
604 |
+
"loss": 1.5272,
|
605 |
+
"step": 85
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.2529411764705882,
|
609 |
+
"grad_norm": 0.2216181606054306,
|
610 |
+
"learning_rate": 7.500000000000001e-06,
|
611 |
+
"loss": 1.473,
|
612 |
+
"step": 86
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.25588235294117645,
|
616 |
+
"grad_norm": 0.21881218254566193,
|
617 |
+
"learning_rate": 7.4705882352941185e-06,
|
618 |
+
"loss": 1.4688,
|
619 |
+
"step": 87
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.25882352941176473,
|
623 |
+
"grad_norm": 0.21491402387619019,
|
624 |
+
"learning_rate": 7.441176470588236e-06,
|
625 |
+
"loss": 1.4473,
|
626 |
+
"step": 88
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.26176470588235295,
|
630 |
+
"grad_norm": 0.2092176228761673,
|
631 |
+
"learning_rate": 7.4117647058823535e-06,
|
632 |
+
"loss": 1.4247,
|
633 |
+
"step": 89
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.2647058823529412,
|
637 |
+
"grad_norm": 0.2171061933040619,
|
638 |
+
"learning_rate": 7.382352941176472e-06,
|
639 |
+
"loss": 1.4473,
|
640 |
+
"step": 90
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.2676470588235294,
|
644 |
+
"grad_norm": 0.21982724964618683,
|
645 |
+
"learning_rate": 7.352941176470589e-06,
|
646 |
+
"loss": 1.4603,
|
647 |
+
"step": 91
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.27058823529411763,
|
651 |
+
"grad_norm": 0.2244182974100113,
|
652 |
+
"learning_rate": 7.323529411764706e-06,
|
653 |
+
"loss": 1.4489,
|
654 |
+
"step": 92
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.2735294117647059,
|
658 |
+
"grad_norm": 0.20992304384708405,
|
659 |
+
"learning_rate": 7.294117647058823e-06,
|
660 |
+
"loss": 1.4407,
|
661 |
+
"step": 93
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.27647058823529413,
|
665 |
+
"grad_norm": 0.20890425145626068,
|
666 |
+
"learning_rate": 7.264705882352942e-06,
|
667 |
+
"loss": 1.4296,
|
668 |
+
"step": 94
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.27941176470588236,
|
672 |
+
"grad_norm": 0.2115417718887329,
|
673 |
+
"learning_rate": 7.235294117647059e-06,
|
674 |
+
"loss": 1.442,
|
675 |
+
"step": 95
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.2823529411764706,
|
679 |
+
"grad_norm": 0.2112250179052353,
|
680 |
+
"learning_rate": 7.205882352941177e-06,
|
681 |
+
"loss": 1.4032,
|
682 |
+
"step": 96
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.2852941176470588,
|
686 |
+
"grad_norm": 0.2054136097431183,
|
687 |
+
"learning_rate": 7.176470588235295e-06,
|
688 |
+
"loss": 1.4247,
|
689 |
+
"step": 97
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.28823529411764703,
|
693 |
+
"grad_norm": 0.20256075263023376,
|
694 |
+
"learning_rate": 7.1470588235294125e-06,
|
695 |
+
"loss": 1.4276,
|
696 |
+
"step": 98
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.2911764705882353,
|
700 |
+
"grad_norm": 0.19894371926784515,
|
701 |
+
"learning_rate": 7.11764705882353e-06,
|
702 |
+
"loss": 1.4252,
|
703 |
+
"step": 99
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.29411764705882354,
|
707 |
+
"grad_norm": 0.2137560397386551,
|
708 |
+
"learning_rate": 7.088235294117648e-06,
|
709 |
+
"loss": 1.4257,
|
710 |
+
"step": 100
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.29705882352941176,
|
714 |
+
"grad_norm": 0.21902890503406525,
|
715 |
+
"learning_rate": 7.058823529411766e-06,
|
716 |
+
"loss": 1.4388,
|
717 |
+
"step": 101
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.3,
|
721 |
+
"grad_norm": 0.2014230191707611,
|
722 |
+
"learning_rate": 7.029411764705882e-06,
|
723 |
+
"loss": 1.3986,
|
724 |
+
"step": 102
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.3029411764705882,
|
728 |
+
"grad_norm": 0.20032857358455658,
|
729 |
+
"learning_rate": 7e-06,
|
730 |
+
"loss": 1.3992,
|
731 |
+
"step": 103
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.3058823529411765,
|
735 |
+
"grad_norm": 0.19678668677806854,
|
736 |
+
"learning_rate": 6.970588235294118e-06,
|
737 |
+
"loss": 1.4049,
|
738 |
+
"step": 104
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.3088235294117647,
|
742 |
+
"grad_norm": 0.19840282201766968,
|
743 |
+
"learning_rate": 6.941176470588236e-06,
|
744 |
+
"loss": 1.3795,
|
745 |
+
"step": 105
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.31176470588235294,
|
749 |
+
"grad_norm": 0.2002464085817337,
|
750 |
+
"learning_rate": 6.911764705882353e-06,
|
751 |
+
"loss": 1.3844,
|
752 |
+
"step": 106
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.31470588235294117,
|
756 |
+
"grad_norm": 0.2164253145456314,
|
757 |
+
"learning_rate": 6.8823529411764715e-06,
|
758 |
+
"loss": 1.3717,
|
759 |
+
"step": 107
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.3176470588235294,
|
763 |
+
"grad_norm": 0.22221146523952484,
|
764 |
+
"learning_rate": 6.852941176470589e-06,
|
765 |
+
"loss": 1.4507,
|
766 |
+
"step": 108
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.3205882352941177,
|
770 |
+
"grad_norm": 0.21186649799346924,
|
771 |
+
"learning_rate": 6.8235294117647065e-06,
|
772 |
+
"loss": 1.4172,
|
773 |
+
"step": 109
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.3235294117647059,
|
777 |
+
"grad_norm": 0.20124290883541107,
|
778 |
+
"learning_rate": 6.794117647058824e-06,
|
779 |
+
"loss": 1.3752,
|
780 |
+
"step": 110
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.3264705882352941,
|
784 |
+
"grad_norm": 0.198337584733963,
|
785 |
+
"learning_rate": 6.764705882352942e-06,
|
786 |
+
"loss": 1.3627,
|
787 |
+
"step": 111
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.32941176470588235,
|
791 |
+
"grad_norm": 0.19650167226791382,
|
792 |
+
"learning_rate": 6.73529411764706e-06,
|
793 |
+
"loss": 1.3788,
|
794 |
+
"step": 112
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.3323529411764706,
|
798 |
+
"grad_norm": 0.2112877517938614,
|
799 |
+
"learning_rate": 6.705882352941176e-06,
|
800 |
+
"loss": 1.4014,
|
801 |
+
"step": 113
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.3352941176470588,
|
805 |
+
"grad_norm": 0.2184024453163147,
|
806 |
+
"learning_rate": 6.676470588235294e-06,
|
807 |
+
"loss": 1.361,
|
808 |
+
"step": 114
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.3382352941176471,
|
812 |
+
"grad_norm": 0.21179243922233582,
|
813 |
+
"learning_rate": 6.647058823529412e-06,
|
814 |
+
"loss": 1.4062,
|
815 |
+
"step": 115
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.3411764705882353,
|
819 |
+
"grad_norm": 0.2052818238735199,
|
820 |
+
"learning_rate": 6.61764705882353e-06,
|
821 |
+
"loss": 1.4081,
|
822 |
+
"step": 116
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.34411764705882353,
|
826 |
+
"grad_norm": 0.18473270535469055,
|
827 |
+
"learning_rate": 6.588235294117647e-06,
|
828 |
+
"loss": 1.3516,
|
829 |
+
"step": 117
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.34705882352941175,
|
833 |
+
"grad_norm": 0.2003200352191925,
|
834 |
+
"learning_rate": 6.5588235294117655e-06,
|
835 |
+
"loss": 1.3379,
|
836 |
+
"step": 118
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.35,
|
840 |
+
"grad_norm": 0.2096981555223465,
|
841 |
+
"learning_rate": 6.529411764705883e-06,
|
842 |
+
"loss": 1.3215,
|
843 |
+
"step": 119
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.35294117647058826,
|
847 |
+
"grad_norm": 0.20219340920448303,
|
848 |
+
"learning_rate": 6.5000000000000004e-06,
|
849 |
+
"loss": 1.3924,
|
850 |
+
"step": 120
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.3558823529411765,
|
854 |
+
"grad_norm": 0.2063460499048233,
|
855 |
+
"learning_rate": 6.470588235294119e-06,
|
856 |
+
"loss": 1.3207,
|
857 |
+
"step": 121
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.3588235294117647,
|
861 |
+
"grad_norm": 0.19160588085651398,
|
862 |
+
"learning_rate": 6.441176470588236e-06,
|
863 |
+
"loss": 1.3576,
|
864 |
+
"step": 122
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.36176470588235293,
|
868 |
+
"grad_norm": 0.19491398334503174,
|
869 |
+
"learning_rate": 6.411764705882354e-06,
|
870 |
+
"loss": 1.3422,
|
871 |
+
"step": 123
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.36470588235294116,
|
875 |
+
"grad_norm": 0.20939022302627563,
|
876 |
+
"learning_rate": 6.38235294117647e-06,
|
877 |
+
"loss": 1.3882,
|
878 |
+
"step": 124
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.36764705882352944,
|
882 |
+
"grad_norm": 0.18871594965457916,
|
883 |
+
"learning_rate": 6.352941176470589e-06,
|
884 |
+
"loss": 1.326,
|
885 |
+
"step": 125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.37058823529411766,
|
889 |
+
"grad_norm": 0.19551867246627808,
|
890 |
+
"learning_rate": 6.323529411764706e-06,
|
891 |
+
"loss": 1.3608,
|
892 |
+
"step": 126
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.3735294117647059,
|
896 |
+
"grad_norm": 0.22489897906780243,
|
897 |
+
"learning_rate": 6.294117647058824e-06,
|
898 |
+
"loss": 1.3508,
|
899 |
+
"step": 127
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.3764705882352941,
|
903 |
+
"grad_norm": 0.1882861703634262,
|
904 |
+
"learning_rate": 6.264705882352942e-06,
|
905 |
+
"loss": 1.3524,
|
906 |
+
"step": 128
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.37941176470588234,
|
910 |
+
"grad_norm": 0.19386906921863556,
|
911 |
+
"learning_rate": 6.2352941176470595e-06,
|
912 |
+
"loss": 1.2985,
|
913 |
+
"step": 129
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.38235294117647056,
|
917 |
+
"grad_norm": 0.20567823946475983,
|
918 |
+
"learning_rate": 6.205882352941177e-06,
|
919 |
+
"loss": 1.3408,
|
920 |
+
"step": 130
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.38529411764705884,
|
924 |
+
"grad_norm": 0.19469891488552094,
|
925 |
+
"learning_rate": 6.176470588235295e-06,
|
926 |
+
"loss": 1.3499,
|
927 |
+
"step": 131
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.38823529411764707,
|
931 |
+
"grad_norm": 0.18995414674282074,
|
932 |
+
"learning_rate": 6.147058823529413e-06,
|
933 |
+
"loss": 1.3411,
|
934 |
+
"step": 132
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.3911764705882353,
|
938 |
+
"grad_norm": 0.21560458838939667,
|
939 |
+
"learning_rate": 6.11764705882353e-06,
|
940 |
+
"loss": 1.358,
|
941 |
+
"step": 133
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.3941176470588235,
|
945 |
+
"grad_norm": 0.1946333795785904,
|
946 |
+
"learning_rate": 6.088235294117647e-06,
|
947 |
+
"loss": 1.3169,
|
948 |
+
"step": 134
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.39705882352941174,
|
952 |
+
"grad_norm": 0.18920110166072845,
|
953 |
+
"learning_rate": 6.058823529411765e-06,
|
954 |
+
"loss": 1.3718,
|
955 |
+
"step": 135
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.4,
|
959 |
+
"grad_norm": 0.18595238029956818,
|
960 |
+
"learning_rate": 6.029411764705883e-06,
|
961 |
+
"loss": 1.3159,
|
962 |
+
"step": 136
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.40294117647058825,
|
966 |
+
"grad_norm": 0.2145872712135315,
|
967 |
+
"learning_rate": 6e-06,
|
968 |
+
"loss": 1.3616,
|
969 |
+
"step": 137
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.40588235294117647,
|
973 |
+
"grad_norm": 0.19751091301441193,
|
974 |
+
"learning_rate": 5.970588235294118e-06,
|
975 |
+
"loss": 1.3262,
|
976 |
+
"step": 138
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.4088235294117647,
|
980 |
+
"grad_norm": 0.19155775010585785,
|
981 |
+
"learning_rate": 5.941176470588236e-06,
|
982 |
+
"loss": 1.3167,
|
983 |
+
"step": 139
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.4117647058823529,
|
987 |
+
"grad_norm": 0.20645888149738312,
|
988 |
+
"learning_rate": 5.9117647058823534e-06,
|
989 |
+
"loss": 1.3542,
|
990 |
+
"step": 140
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.4147058823529412,
|
994 |
+
"grad_norm": 0.20198330283164978,
|
995 |
+
"learning_rate": 5.882352941176471e-06,
|
996 |
+
"loss": 1.3657,
|
997 |
+
"step": 141
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.4176470588235294,
|
1001 |
+
"grad_norm": 0.193680539727211,
|
1002 |
+
"learning_rate": 5.852941176470589e-06,
|
1003 |
+
"loss": 1.3563,
|
1004 |
+
"step": 142
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.42058823529411765,
|
1008 |
+
"grad_norm": 0.20168571174144745,
|
1009 |
+
"learning_rate": 5.823529411764707e-06,
|
1010 |
+
"loss": 1.3181,
|
1011 |
+
"step": 143
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.4235294117647059,
|
1015 |
+
"grad_norm": 0.1950511932373047,
|
1016 |
+
"learning_rate": 5.794117647058824e-06,
|
1017 |
+
"loss": 1.3285,
|
1018 |
+
"step": 144
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.4264705882352941,
|
1022 |
+
"grad_norm": 0.2165108174085617,
|
1023 |
+
"learning_rate": 5.764705882352941e-06,
|
1024 |
+
"loss": 1.2961,
|
1025 |
+
"step": 145
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.4294117647058823,
|
1029 |
+
"grad_norm": 0.19887666404247284,
|
1030 |
+
"learning_rate": 5.735294117647059e-06,
|
1031 |
+
"loss": 1.3599,
|
1032 |
+
"step": 146
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.4323529411764706,
|
1036 |
+
"grad_norm": 0.19027899205684662,
|
1037 |
+
"learning_rate": 5.705882352941177e-06,
|
1038 |
+
"loss": 1.3207,
|
1039 |
+
"step": 147
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.43529411764705883,
|
1043 |
+
"grad_norm": 0.22622503340244293,
|
1044 |
+
"learning_rate": 5.676470588235294e-06,
|
1045 |
+
"loss": 1.3571,
|
1046 |
+
"step": 148
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.43823529411764706,
|
1050 |
+
"grad_norm": 0.1861388385295868,
|
1051 |
+
"learning_rate": 5.6470588235294125e-06,
|
1052 |
+
"loss": 1.2942,
|
1053 |
+
"step": 149
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.4411764705882353,
|
1057 |
+
"grad_norm": 0.21398037672042847,
|
1058 |
+
"learning_rate": 5.61764705882353e-06,
|
1059 |
+
"loss": 1.3484,
|
1060 |
+
"step": 150
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.4441176470588235,
|
1064 |
+
"grad_norm": 0.20565161108970642,
|
1065 |
+
"learning_rate": 5.588235294117647e-06,
|
1066 |
+
"loss": 1.2676,
|
1067 |
+
"step": 151
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.4470588235294118,
|
1071 |
+
"grad_norm": 0.1895921677350998,
|
1072 |
+
"learning_rate": 5.558823529411766e-06,
|
1073 |
+
"loss": 1.33,
|
1074 |
+
"step": 152
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.45,
|
1078 |
+
"grad_norm": 0.20349255204200745,
|
1079 |
+
"learning_rate": 5.529411764705883e-06,
|
1080 |
+
"loss": 1.3241,
|
1081 |
+
"step": 153
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.45294117647058824,
|
1085 |
+
"grad_norm": 0.2045360505580902,
|
1086 |
+
"learning_rate": 5.500000000000001e-06,
|
1087 |
+
"loss": 1.3136,
|
1088 |
+
"step": 154
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.45588235294117646,
|
1092 |
+
"grad_norm": 0.2077563852071762,
|
1093 |
+
"learning_rate": 5.470588235294119e-06,
|
1094 |
+
"loss": 1.3236,
|
1095 |
+
"step": 155
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.4588235294117647,
|
1099 |
+
"grad_norm": 0.20567862689495087,
|
1100 |
+
"learning_rate": 5.441176470588236e-06,
|
1101 |
+
"loss": 1.2985,
|
1102 |
+
"step": 156
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.46176470588235297,
|
1106 |
+
"grad_norm": 0.19040074944496155,
|
1107 |
+
"learning_rate": 5.411764705882353e-06,
|
1108 |
+
"loss": 1.2911,
|
1109 |
+
"step": 157
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 0.4647058823529412,
|
1113 |
+
"grad_norm": 0.1940772533416748,
|
1114 |
+
"learning_rate": 5.382352941176471e-06,
|
1115 |
+
"loss": 1.2961,
|
1116 |
+
"step": 158
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 0.4676470588235294,
|
1120 |
+
"grad_norm": 0.20115594565868378,
|
1121 |
+
"learning_rate": 5.352941176470589e-06,
|
1122 |
+
"loss": 1.2674,
|
1123 |
+
"step": 159
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 0.47058823529411764,
|
1127 |
+
"grad_norm": 0.204470694065094,
|
1128 |
+
"learning_rate": 5.3235294117647064e-06,
|
1129 |
+
"loss": 1.2938,
|
1130 |
+
"step": 160
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 0.47352941176470587,
|
1134 |
+
"grad_norm": 0.19836962223052979,
|
1135 |
+
"learning_rate": 5.294117647058824e-06,
|
1136 |
+
"loss": 1.2777,
|
1137 |
+
"step": 161
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.4764705882352941,
|
1141 |
+
"grad_norm": 0.2129388153553009,
|
1142 |
+
"learning_rate": 5.264705882352941e-06,
|
1143 |
+
"loss": 1.3394,
|
1144 |
+
"step": 162
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 0.47941176470588237,
|
1148 |
+
"grad_norm": 0.19126103818416595,
|
1149 |
+
"learning_rate": 5.23529411764706e-06,
|
1150 |
+
"loss": 1.3045,
|
1151 |
+
"step": 163
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 0.4823529411764706,
|
1155 |
+
"grad_norm": 0.18887600302696228,
|
1156 |
+
"learning_rate": 5.205882352941177e-06,
|
1157 |
+
"loss": 1.2799,
|
1158 |
+
"step": 164
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 0.4852941176470588,
|
1162 |
+
"grad_norm": 0.19526909291744232,
|
1163 |
+
"learning_rate": 5.176470588235295e-06,
|
1164 |
+
"loss": 1.2998,
|
1165 |
+
"step": 165
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 0.48823529411764705,
|
1169 |
+
"grad_norm": 0.1928415149450302,
|
1170 |
+
"learning_rate": 5.147058823529411e-06,
|
1171 |
+
"loss": 1.2844,
|
1172 |
+
"step": 166
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 0.49117647058823527,
|
1176 |
+
"grad_norm": 0.19584718346595764,
|
1177 |
+
"learning_rate": 5.11764705882353e-06,
|
1178 |
+
"loss": 1.2868,
|
1179 |
+
"step": 167
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.49411764705882355,
|
1183 |
+
"grad_norm": 0.2233351469039917,
|
1184 |
+
"learning_rate": 5.088235294117647e-06,
|
1185 |
+
"loss": 1.2921,
|
1186 |
+
"step": 168
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 0.4970588235294118,
|
1190 |
+
"grad_norm": 0.19540928304195404,
|
1191 |
+
"learning_rate": 5.058823529411765e-06,
|
1192 |
+
"loss": 1.2505,
|
1193 |
+
"step": 169
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 0.5,
|
1197 |
+
"grad_norm": 0.19762103259563446,
|
1198 |
+
"learning_rate": 5.029411764705883e-06,
|
1199 |
+
"loss": 1.2558,
|
1200 |
+
"step": 170
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 0.5029411764705882,
|
1204 |
+
"grad_norm": 0.2171436846256256,
|
1205 |
+
"learning_rate": 5e-06,
|
1206 |
+
"loss": 1.2721,
|
1207 |
+
"step": 171
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 0.5058823529411764,
|
1211 |
+
"grad_norm": 0.1995362490415573,
|
1212 |
+
"learning_rate": 4.970588235294118e-06,
|
1213 |
+
"loss": 1.2844,
|
1214 |
+
"step": 172
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.5088235294117647,
|
1218 |
+
"grad_norm": 0.19098186492919922,
|
1219 |
+
"learning_rate": 4.941176470588236e-06,
|
1220 |
+
"loss": 1.2798,
|
1221 |
+
"step": 173
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.5117647058823529,
|
1225 |
+
"grad_norm": 0.214595228433609,
|
1226 |
+
"learning_rate": 4.911764705882353e-06,
|
1227 |
+
"loss": 1.2638,
|
1228 |
+
"step": 174
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.5147058823529411,
|
1232 |
+
"grad_norm": 0.20727354288101196,
|
1233 |
+
"learning_rate": 4.882352941176471e-06,
|
1234 |
+
"loss": 1.2337,
|
1235 |
+
"step": 175
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 0.5176470588235295,
|
1239 |
+
"grad_norm": 0.20080780982971191,
|
1240 |
+
"learning_rate": 4.852941176470589e-06,
|
1241 |
+
"loss": 1.2851,
|
1242 |
+
"step": 176
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 0.5205882352941177,
|
1246 |
+
"grad_norm": 0.1904471218585968,
|
1247 |
+
"learning_rate": 4.823529411764706e-06,
|
1248 |
+
"loss": 1.2806,
|
1249 |
+
"step": 177
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 0.5235294117647059,
|
1253 |
+
"grad_norm": 0.19492854177951813,
|
1254 |
+
"learning_rate": 4.7941176470588245e-06,
|
1255 |
+
"loss": 1.3009,
|
1256 |
+
"step": 178
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 0.5264705882352941,
|
1260 |
+
"grad_norm": 0.2955009639263153,
|
1261 |
+
"learning_rate": 4.764705882352941e-06,
|
1262 |
+
"loss": 1.2878,
|
1263 |
+
"step": 179
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.5294117647058824,
|
1267 |
+
"grad_norm": 0.19284304976463318,
|
1268 |
+
"learning_rate": 4.7352941176470594e-06,
|
1269 |
+
"loss": 1.2886,
|
1270 |
+
"step": 180
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 0.5323529411764706,
|
1274 |
+
"grad_norm": 0.20411720871925354,
|
1275 |
+
"learning_rate": 4.705882352941177e-06,
|
1276 |
+
"loss": 1.2967,
|
1277 |
+
"step": 181
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 0.5352941176470588,
|
1281 |
+
"grad_norm": 0.20556944608688354,
|
1282 |
+
"learning_rate": 4.676470588235294e-06,
|
1283 |
+
"loss": 1.2794,
|
1284 |
+
"step": 182
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 0.538235294117647,
|
1288 |
+
"grad_norm": 0.20454242825508118,
|
1289 |
+
"learning_rate": 4.647058823529412e-06,
|
1290 |
+
"loss": 1.2511,
|
1291 |
+
"step": 183
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 0.5411764705882353,
|
1295 |
+
"grad_norm": 0.19416488707065582,
|
1296 |
+
"learning_rate": 4.61764705882353e-06,
|
1297 |
+
"loss": 1.2547,
|
1298 |
+
"step": 184
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 0.5441176470588235,
|
1302 |
+
"grad_norm": 0.19932816922664642,
|
1303 |
+
"learning_rate": 4.588235294117647e-06,
|
1304 |
+
"loss": 1.2753,
|
1305 |
+
"step": 185
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.5470588235294118,
|
1309 |
+
"grad_norm": 0.19213055074214935,
|
1310 |
+
"learning_rate": 4.558823529411765e-06,
|
1311 |
+
"loss": 1.2817,
|
1312 |
+
"step": 186
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 0.55,
|
1316 |
+
"grad_norm": 0.20141741633415222,
|
1317 |
+
"learning_rate": 4.529411764705883e-06,
|
1318 |
+
"loss": 1.2688,
|
1319 |
+
"step": 187
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 0.5529411764705883,
|
1323 |
+
"grad_norm": 0.29196280241012573,
|
1324 |
+
"learning_rate": 4.5e-06,
|
1325 |
+
"loss": 1.2337,
|
1326 |
+
"step": 188
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 0.5558823529411765,
|
1330 |
+
"grad_norm": 0.1982269138097763,
|
1331 |
+
"learning_rate": 4.4705882352941184e-06,
|
1332 |
+
"loss": 1.2908,
|
1333 |
+
"step": 189
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 0.5588235294117647,
|
1337 |
+
"grad_norm": 0.20643916726112366,
|
1338 |
+
"learning_rate": 4.441176470588235e-06,
|
1339 |
+
"loss": 1.2805,
|
1340 |
+
"step": 190
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 0.5617647058823529,
|
1344 |
+
"grad_norm": 0.19997625052928925,
|
1345 |
+
"learning_rate": 4.411764705882353e-06,
|
1346 |
+
"loss": 1.26,
|
1347 |
+
"step": 191
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.5647058823529412,
|
1351 |
+
"grad_norm": 0.19699303805828094,
|
1352 |
+
"learning_rate": 4.382352941176471e-06,
|
1353 |
+
"loss": 1.2779,
|
1354 |
+
"step": 192
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 0.5676470588235294,
|
1358 |
+
"grad_norm": 0.21281947195529938,
|
1359 |
+
"learning_rate": 4.352941176470588e-06,
|
1360 |
+
"loss": 1.2699,
|
1361 |
+
"step": 193
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 0.5705882352941176,
|
1365 |
+
"grad_norm": 0.19495797157287598,
|
1366 |
+
"learning_rate": 4.323529411764707e-06,
|
1367 |
+
"loss": 1.3029,
|
1368 |
+
"step": 194
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 0.5735294117647058,
|
1372 |
+
"grad_norm": 0.19357247650623322,
|
1373 |
+
"learning_rate": 4.294117647058823e-06,
|
1374 |
+
"loss": 1.2939,
|
1375 |
+
"step": 195
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 0.5764705882352941,
|
1379 |
+
"grad_norm": 0.19583550095558167,
|
1380 |
+
"learning_rate": 4.264705882352942e-06,
|
1381 |
+
"loss": 1.2853,
|
1382 |
+
"step": 196
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 0.5794117647058824,
|
1386 |
+
"grad_norm": 0.20000220835208893,
|
1387 |
+
"learning_rate": 4.235294117647059e-06,
|
1388 |
+
"loss": 1.2547,
|
1389 |
+
"step": 197
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.5823529411764706,
|
1393 |
+
"grad_norm": 0.2013193964958191,
|
1394 |
+
"learning_rate": 4.205882352941177e-06,
|
1395 |
+
"loss": 1.267,
|
1396 |
+
"step": 198
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 0.5852941176470589,
|
1400 |
+
"grad_norm": 0.19503088295459747,
|
1401 |
+
"learning_rate": 4.176470588235295e-06,
|
1402 |
+
"loss": 1.2518,
|
1403 |
+
"step": 199
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 0.5882352941176471,
|
1407 |
+
"grad_norm": 0.2089698612689972,
|
1408 |
+
"learning_rate": 4.147058823529412e-06,
|
1409 |
+
"loss": 1.28,
|
1410 |
+
"step": 200
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 0.5911764705882353,
|
1414 |
+
"grad_norm": 0.20785832405090332,
|
1415 |
+
"learning_rate": 4.11764705882353e-06,
|
1416 |
+
"loss": 1.254,
|
1417 |
+
"step": 201
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 0.5941176470588235,
|
1421 |
+
"grad_norm": 0.208516463637352,
|
1422 |
+
"learning_rate": 4.088235294117647e-06,
|
1423 |
+
"loss": 1.2209,
|
1424 |
+
"step": 202
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 0.5970588235294118,
|
1428 |
+
"grad_norm": 0.23369137942790985,
|
1429 |
+
"learning_rate": 4.058823529411765e-06,
|
1430 |
+
"loss": 1.2491,
|
1431 |
+
"step": 203
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 0.6,
|
1435 |
+
"grad_norm": 0.19783635437488556,
|
1436 |
+
"learning_rate": 4.029411764705883e-06,
|
1437 |
+
"loss": 1.2425,
|
1438 |
+
"step": 204
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 0.6029411764705882,
|
1442 |
+
"grad_norm": 0.20065787434577942,
|
1443 |
+
"learning_rate": 4.000000000000001e-06,
|
1444 |
+
"loss": 1.2825,
|
1445 |
+
"step": 205
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 0.6058823529411764,
|
1449 |
+
"grad_norm": 0.2648860812187195,
|
1450 |
+
"learning_rate": 3.970588235294118e-06,
|
1451 |
+
"loss": 1.2955,
|
1452 |
+
"step": 206
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 0.6088235294117647,
|
1456 |
+
"grad_norm": 0.2026977390050888,
|
1457 |
+
"learning_rate": 3.941176470588236e-06,
|
1458 |
+
"loss": 1.2135,
|
1459 |
+
"step": 207
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 0.611764705882353,
|
1463 |
+
"grad_norm": 0.20453715324401855,
|
1464 |
+
"learning_rate": 3.911764705882353e-06,
|
1465 |
+
"loss": 1.291,
|
1466 |
+
"step": 208
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 0.6147058823529412,
|
1470 |
+
"grad_norm": 0.20706233382225037,
|
1471 |
+
"learning_rate": 3.882352941176471e-06,
|
1472 |
+
"loss": 1.2653,
|
1473 |
+
"step": 209
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 0.6176470588235294,
|
1477 |
+
"grad_norm": 0.2134796380996704,
|
1478 |
+
"learning_rate": 3.852941176470589e-06,
|
1479 |
+
"loss": 1.275,
|
1480 |
+
"step": 210
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 0.6205882352941177,
|
1484 |
+
"grad_norm": 0.19665050506591797,
|
1485 |
+
"learning_rate": 3.8235294117647055e-06,
|
1486 |
+
"loss": 1.2548,
|
1487 |
+
"step": 211
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 0.6235294117647059,
|
1491 |
+
"grad_norm": 0.19556699693202972,
|
1492 |
+
"learning_rate": 3.794117647058824e-06,
|
1493 |
+
"loss": 1.2489,
|
1494 |
+
"step": 212
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 0.6264705882352941,
|
1498 |
+
"grad_norm": 0.21908941864967346,
|
1499 |
+
"learning_rate": 3.7647058823529414e-06,
|
1500 |
+
"loss": 1.279,
|
1501 |
+
"step": 213
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 0.6294117647058823,
|
1505 |
+
"grad_norm": 0.2127111852169037,
|
1506 |
+
"learning_rate": 3.7352941176470593e-06,
|
1507 |
+
"loss": 1.2813,
|
1508 |
+
"step": 214
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 0.6323529411764706,
|
1512 |
+
"grad_norm": 0.19539229571819305,
|
1513 |
+
"learning_rate": 3.7058823529411767e-06,
|
1514 |
+
"loss": 1.2768,
|
1515 |
+
"step": 215
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 0.6352941176470588,
|
1519 |
+
"grad_norm": 0.2204447239637375,
|
1520 |
+
"learning_rate": 3.6764705882352946e-06,
|
1521 |
+
"loss": 1.2534,
|
1522 |
+
"step": 216
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 0.638235294117647,
|
1526 |
+
"grad_norm": 0.20011326670646667,
|
1527 |
+
"learning_rate": 3.6470588235294117e-06,
|
1528 |
+
"loss": 1.2445,
|
1529 |
+
"step": 217
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 0.6411764705882353,
|
1533 |
+
"grad_norm": 0.2915826141834259,
|
1534 |
+
"learning_rate": 3.6176470588235296e-06,
|
1535 |
+
"loss": 1.2947,
|
1536 |
+
"step": 218
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 0.6441176470588236,
|
1540 |
+
"grad_norm": 0.23844808340072632,
|
1541 |
+
"learning_rate": 3.5882352941176475e-06,
|
1542 |
+
"loss": 1.271,
|
1543 |
+
"step": 219
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 0.6470588235294118,
|
1547 |
+
"grad_norm": 0.1928572803735733,
|
1548 |
+
"learning_rate": 3.558823529411765e-06,
|
1549 |
+
"loss": 1.2396,
|
1550 |
+
"step": 220
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 0.65,
|
1554 |
+
"grad_norm": 0.20265059173107147,
|
1555 |
+
"learning_rate": 3.529411764705883e-06,
|
1556 |
+
"loss": 1.2585,
|
1557 |
+
"step": 221
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 0.6529411764705882,
|
1561 |
+
"grad_norm": 0.21123601496219635,
|
1562 |
+
"learning_rate": 3.5e-06,
|
1563 |
+
"loss": 1.2582,
|
1564 |
+
"step": 222
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 0.6558823529411765,
|
1568 |
+
"grad_norm": 0.21861626207828522,
|
1569 |
+
"learning_rate": 3.470588235294118e-06,
|
1570 |
+
"loss": 1.2385,
|
1571 |
+
"step": 223
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 0.6588235294117647,
|
1575 |
+
"grad_norm": 0.2029096484184265,
|
1576 |
+
"learning_rate": 3.4411764705882358e-06,
|
1577 |
+
"loss": 1.2601,
|
1578 |
+
"step": 224
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 0.6617647058823529,
|
1582 |
+
"grad_norm": 0.21192094683647156,
|
1583 |
+
"learning_rate": 3.4117647058823532e-06,
|
1584 |
+
"loss": 1.2053,
|
1585 |
+
"step": 225
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 0.6647058823529411,
|
1589 |
+
"grad_norm": 0.22312545776367188,
|
1590 |
+
"learning_rate": 3.382352941176471e-06,
|
1591 |
+
"loss": 1.26,
|
1592 |
+
"step": 226
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 0.6676470588235294,
|
1596 |
+
"grad_norm": 0.20747867226600647,
|
1597 |
+
"learning_rate": 3.352941176470588e-06,
|
1598 |
+
"loss": 1.272,
|
1599 |
+
"step": 227
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 0.6705882352941176,
|
1603 |
+
"grad_norm": 0.22491739690303802,
|
1604 |
+
"learning_rate": 3.323529411764706e-06,
|
1605 |
+
"loss": 1.2312,
|
1606 |
+
"step": 228
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 0.6735294117647059,
|
1610 |
+
"grad_norm": 0.19999326765537262,
|
1611 |
+
"learning_rate": 3.2941176470588236e-06,
|
1612 |
+
"loss": 1.2744,
|
1613 |
+
"step": 229
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 0.6764705882352942,
|
1617 |
+
"grad_norm": 0.21332551538944244,
|
1618 |
+
"learning_rate": 3.2647058823529415e-06,
|
1619 |
+
"loss": 1.2828,
|
1620 |
+
"step": 230
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 0.6794117647058824,
|
1624 |
+
"grad_norm": 0.21874557435512543,
|
1625 |
+
"learning_rate": 3.2352941176470594e-06,
|
1626 |
+
"loss": 1.2511,
|
1627 |
+
"step": 231
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 0.6823529411764706,
|
1631 |
+
"grad_norm": 0.20348040759563446,
|
1632 |
+
"learning_rate": 3.205882352941177e-06,
|
1633 |
+
"loss": 1.2396,
|
1634 |
+
"step": 232
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 0.6852941176470588,
|
1638 |
+
"grad_norm": 0.21578504145145416,
|
1639 |
+
"learning_rate": 3.1764705882352943e-06,
|
1640 |
+
"loss": 1.2441,
|
1641 |
+
"step": 233
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 0.6882352941176471,
|
1645 |
+
"grad_norm": 0.22531576454639435,
|
1646 |
+
"learning_rate": 3.147058823529412e-06,
|
1647 |
+
"loss": 1.2576,
|
1648 |
+
"step": 234
|
1649 |
+
},
|
1650 |
+
{
|
1651 |
+
"epoch": 0.6911764705882353,
|
1652 |
+
"grad_norm": 0.2065943330526352,
|
1653 |
+
"learning_rate": 3.1176470588235297e-06,
|
1654 |
+
"loss": 1.2397,
|
1655 |
+
"step": 235
|
1656 |
+
},
|
1657 |
+
{
|
1658 |
+
"epoch": 0.6941176470588235,
|
1659 |
+
"grad_norm": 0.24996736645698547,
|
1660 |
+
"learning_rate": 3.0882352941176476e-06,
|
1661 |
+
"loss": 1.2707,
|
1662 |
+
"step": 236
|
1663 |
+
},
|
1664 |
+
{
|
1665 |
+
"epoch": 0.6970588235294117,
|
1666 |
+
"grad_norm": 0.20829372107982635,
|
1667 |
+
"learning_rate": 3.058823529411765e-06,
|
1668 |
+
"loss": 1.253,
|
1669 |
+
"step": 237
|
1670 |
+
},
|
1671 |
+
{
|
1672 |
+
"epoch": 0.7,
|
1673 |
+
"grad_norm": 0.1965947151184082,
|
1674 |
+
"learning_rate": 3.0294117647058826e-06,
|
1675 |
+
"loss": 1.2375,
|
1676 |
+
"step": 238
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 0.7029411764705882,
|
1680 |
+
"grad_norm": 0.2041807472705841,
|
1681 |
+
"learning_rate": 3e-06,
|
1682 |
+
"loss": 1.2014,
|
1683 |
+
"step": 239
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 0.7058823529411765,
|
1687 |
+
"grad_norm": 0.21452784538269043,
|
1688 |
+
"learning_rate": 2.970588235294118e-06,
|
1689 |
+
"loss": 1.2466,
|
1690 |
+
"step": 240
|
1691 |
+
},
|
1692 |
+
{
|
1693 |
+
"epoch": 0.7088235294117647,
|
1694 |
+
"grad_norm": 0.2058449685573578,
|
1695 |
+
"learning_rate": 2.9411764705882355e-06,
|
1696 |
+
"loss": 1.2226,
|
1697 |
+
"step": 241
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 0.711764705882353,
|
1701 |
+
"grad_norm": 0.2026214897632599,
|
1702 |
+
"learning_rate": 2.9117647058823534e-06,
|
1703 |
+
"loss": 1.2417,
|
1704 |
+
"step": 242
|
1705 |
+
},
|
1706 |
+
{
|
1707 |
+
"epoch": 0.7147058823529412,
|
1708 |
+
"grad_norm": 0.23192471265792847,
|
1709 |
+
"learning_rate": 2.8823529411764704e-06,
|
1710 |
+
"loss": 1.255,
|
1711 |
+
"step": 243
|
1712 |
+
},
|
1713 |
+
{
|
1714 |
+
"epoch": 0.7176470588235294,
|
1715 |
+
"grad_norm": 0.21273477375507355,
|
1716 |
+
"learning_rate": 2.8529411764705883e-06,
|
1717 |
+
"loss": 1.2518,
|
1718 |
+
"step": 244
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 0.7205882352941176,
|
1722 |
+
"grad_norm": 0.2994581460952759,
|
1723 |
+
"learning_rate": 2.8235294117647062e-06,
|
1724 |
+
"loss": 1.2697,
|
1725 |
+
"step": 245
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 0.7235294117647059,
|
1729 |
+
"grad_norm": 0.2345971018075943,
|
1730 |
+
"learning_rate": 2.7941176470588237e-06,
|
1731 |
+
"loss": 1.259,
|
1732 |
+
"step": 246
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"epoch": 0.7264705882352941,
|
1736 |
+
"grad_norm": 0.2013702690601349,
|
1737 |
+
"learning_rate": 2.7647058823529416e-06,
|
1738 |
+
"loss": 1.267,
|
1739 |
+
"step": 247
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"epoch": 0.7294117647058823,
|
1743 |
+
"grad_norm": 0.19744807481765747,
|
1744 |
+
"learning_rate": 2.7352941176470595e-06,
|
1745 |
+
"loss": 1.232,
|
1746 |
+
"step": 248
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"epoch": 0.7323529411764705,
|
1750 |
+
"grad_norm": 0.23536187410354614,
|
1751 |
+
"learning_rate": 2.7058823529411766e-06,
|
1752 |
+
"loss": 1.2345,
|
1753 |
+
"step": 249
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 0.7352941176470589,
|
1757 |
+
"grad_norm": 0.20424222946166992,
|
1758 |
+
"learning_rate": 2.6764705882352945e-06,
|
1759 |
+
"loss": 1.2425,
|
1760 |
+
"step": 250
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"epoch": 0.7382352941176471,
|
1764 |
+
"grad_norm": 0.21323567628860474,
|
1765 |
+
"learning_rate": 2.647058823529412e-06,
|
1766 |
+
"loss": 1.2108,
|
1767 |
+
"step": 251
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 0.7411764705882353,
|
1771 |
+
"grad_norm": 0.2056494802236557,
|
1772 |
+
"learning_rate": 2.61764705882353e-06,
|
1773 |
+
"loss": 1.2647,
|
1774 |
+
"step": 252
|
1775 |
+
},
|
1776 |
+
{
|
1777 |
+
"epoch": 0.7441176470588236,
|
1778 |
+
"grad_norm": 0.20393307507038116,
|
1779 |
+
"learning_rate": 2.5882352941176473e-06,
|
1780 |
+
"loss": 1.2484,
|
1781 |
+
"step": 253
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 0.7470588235294118,
|
1785 |
+
"grad_norm": 0.2029622346162796,
|
1786 |
+
"learning_rate": 2.558823529411765e-06,
|
1787 |
+
"loss": 1.2538,
|
1788 |
+
"step": 254
|
1789 |
+
},
|
1790 |
+
{
|
1791 |
+
"epoch": 0.75,
|
1792 |
+
"grad_norm": 0.20418420433998108,
|
1793 |
+
"learning_rate": 2.5294117647058823e-06,
|
1794 |
+
"loss": 1.2334,
|
1795 |
+
"step": 255
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 0.7529411764705882,
|
1799 |
+
"grad_norm": 0.2988414168357849,
|
1800 |
+
"learning_rate": 2.5e-06,
|
1801 |
+
"loss": 1.2198,
|
1802 |
+
"step": 256
|
1803 |
+
},
|
1804 |
+
{
|
1805 |
+
"epoch": 0.7558823529411764,
|
1806 |
+
"grad_norm": 0.2055780440568924,
|
1807 |
+
"learning_rate": 2.470588235294118e-06,
|
1808 |
+
"loss": 1.2163,
|
1809 |
+
"step": 257
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 0.7588235294117647,
|
1813 |
+
"grad_norm": 0.20274804532527924,
|
1814 |
+
"learning_rate": 2.4411764705882356e-06,
|
1815 |
+
"loss": 1.2424,
|
1816 |
+
"step": 258
|
1817 |
+
},
|
1818 |
+
{
|
1819 |
+
"epoch": 0.7617647058823529,
|
1820 |
+
"grad_norm": 0.20572786033153534,
|
1821 |
+
"learning_rate": 2.411764705882353e-06,
|
1822 |
+
"loss": 1.2195,
|
1823 |
+
"step": 259
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 0.7647058823529411,
|
1827 |
+
"grad_norm": 0.20011700689792633,
|
1828 |
+
"learning_rate": 2.3823529411764705e-06,
|
1829 |
+
"loss": 1.2085,
|
1830 |
+
"step": 260
|
1831 |
+
},
|
1832 |
+
{
|
1833 |
+
"epoch": 0.7676470588235295,
|
1834 |
+
"grad_norm": 0.21317557990550995,
|
1835 |
+
"learning_rate": 2.3529411764705885e-06,
|
1836 |
+
"loss": 1.2634,
|
1837 |
+
"step": 261
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"epoch": 0.7705882352941177,
|
1841 |
+
"grad_norm": 0.29602572321891785,
|
1842 |
+
"learning_rate": 2.323529411764706e-06,
|
1843 |
+
"loss": 1.2204,
|
1844 |
+
"step": 262
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"epoch": 0.7735294117647059,
|
1848 |
+
"grad_norm": 0.2161332666873932,
|
1849 |
+
"learning_rate": 2.2941176470588234e-06,
|
1850 |
+
"loss": 1.2383,
|
1851 |
+
"step": 263
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 0.7764705882352941,
|
1855 |
+
"grad_norm": 0.2204878330230713,
|
1856 |
+
"learning_rate": 2.2647058823529413e-06,
|
1857 |
+
"loss": 1.2579,
|
1858 |
+
"step": 264
|
1859 |
+
},
|
1860 |
+
{
|
1861 |
+
"epoch": 0.7794117647058824,
|
1862 |
+
"grad_norm": 0.19646871089935303,
|
1863 |
+
"learning_rate": 2.2352941176470592e-06,
|
1864 |
+
"loss": 1.2526,
|
1865 |
+
"step": 265
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 0.7823529411764706,
|
1869 |
+
"grad_norm": 0.2083110362291336,
|
1870 |
+
"learning_rate": 2.2058823529411767e-06,
|
1871 |
+
"loss": 1.2274,
|
1872 |
+
"step": 266
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"epoch": 0.7852941176470588,
|
1876 |
+
"grad_norm": 0.2103225737810135,
|
1877 |
+
"learning_rate": 2.176470588235294e-06,
|
1878 |
+
"loss": 1.2346,
|
1879 |
+
"step": 267
|
1880 |
+
},
|
1881 |
+
{
|
1882 |
+
"epoch": 0.788235294117647,
|
1883 |
+
"grad_norm": 0.20638549327850342,
|
1884 |
+
"learning_rate": 2.1470588235294117e-06,
|
1885 |
+
"loss": 1.2506,
|
1886 |
+
"step": 268
|
1887 |
+
},
|
1888 |
+
{
|
1889 |
+
"epoch": 0.7911764705882353,
|
1890 |
+
"grad_norm": 0.22682298719882965,
|
1891 |
+
"learning_rate": 2.1176470588235296e-06,
|
1892 |
+
"loss": 1.2002,
|
1893 |
+
"step": 269
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 0.7941176470588235,
|
1897 |
+
"grad_norm": 0.24447599053382874,
|
1898 |
+
"learning_rate": 2.0882352941176475e-06,
|
1899 |
+
"loss": 1.1757,
|
1900 |
+
"step": 270
|
1901 |
+
},
|
1902 |
+
{
|
1903 |
+
"epoch": 0.7970588235294118,
|
1904 |
+
"grad_norm": 0.2305765151977539,
|
1905 |
+
"learning_rate": 2.058823529411765e-06,
|
1906 |
+
"loss": 1.2249,
|
1907 |
+
"step": 271
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 0.8,
|
1911 |
+
"grad_norm": 0.2293112874031067,
|
1912 |
+
"learning_rate": 2.0294117647058824e-06,
|
1913 |
+
"loss": 1.2652,
|
1914 |
+
"step": 272
|
1915 |
+
},
|
1916 |
+
{
|
1917 |
+
"epoch": 0.8029411764705883,
|
1918 |
+
"grad_norm": 0.20950454473495483,
|
1919 |
+
"learning_rate": 2.0000000000000003e-06,
|
1920 |
+
"loss": 1.2385,
|
1921 |
+
"step": 273
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 0.8058823529411765,
|
1925 |
+
"grad_norm": 0.20213593542575836,
|
1926 |
+
"learning_rate": 1.970588235294118e-06,
|
1927 |
+
"loss": 1.2181,
|
1928 |
+
"step": 274
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"epoch": 0.8088235294117647,
|
1932 |
+
"grad_norm": 0.21232163906097412,
|
1933 |
+
"learning_rate": 1.9411764705882353e-06,
|
1934 |
+
"loss": 1.2408,
|
1935 |
+
"step": 275
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 0.8117647058823529,
|
1939 |
+
"grad_norm": 0.20971894264221191,
|
1940 |
+
"learning_rate": 1.9117647058823528e-06,
|
1941 |
+
"loss": 1.2156,
|
1942 |
+
"step": 276
|
1943 |
+
},
|
1944 |
+
{
|
1945 |
+
"epoch": 0.8147058823529412,
|
1946 |
+
"grad_norm": 0.21603603661060333,
|
1947 |
+
"learning_rate": 1.8823529411764707e-06,
|
1948 |
+
"loss": 1.2212,
|
1949 |
+
"step": 277
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 0.8176470588235294,
|
1953 |
+
"grad_norm": 0.20380698144435883,
|
1954 |
+
"learning_rate": 1.8529411764705884e-06,
|
1955 |
+
"loss": 1.2208,
|
1956 |
+
"step": 278
|
1957 |
+
},
|
1958 |
+
{
|
1959 |
+
"epoch": 0.8205882352941176,
|
1960 |
+
"grad_norm": 0.21416239440441132,
|
1961 |
+
"learning_rate": 1.8235294117647058e-06,
|
1962 |
+
"loss": 1.2177,
|
1963 |
+
"step": 279
|
1964 |
+
},
|
1965 |
+
{
|
1966 |
+
"epoch": 0.8235294117647058,
|
1967 |
+
"grad_norm": 0.21179580688476562,
|
1968 |
+
"learning_rate": 1.7941176470588238e-06,
|
1969 |
+
"loss": 1.2369,
|
1970 |
+
"step": 280
|
1971 |
+
},
|
1972 |
+
{
|
1973 |
+
"epoch": 0.8264705882352941,
|
1974 |
+
"grad_norm": 0.20711585879325867,
|
1975 |
+
"learning_rate": 1.7647058823529414e-06,
|
1976 |
+
"loss": 1.2436,
|
1977 |
+
"step": 281
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 0.8294117647058824,
|
1981 |
+
"grad_norm": 0.22897900640964508,
|
1982 |
+
"learning_rate": 1.735294117647059e-06,
|
1983 |
+
"loss": 1.2291,
|
1984 |
+
"step": 282
|
1985 |
+
},
|
1986 |
+
{
|
1987 |
+
"epoch": 0.8323529411764706,
|
1988 |
+
"grad_norm": 0.2032427191734314,
|
1989 |
+
"learning_rate": 1.7058823529411766e-06,
|
1990 |
+
"loss": 1.2252,
|
1991 |
+
"step": 283
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 0.8352941176470589,
|
1995 |
+
"grad_norm": 0.22233687341213226,
|
1996 |
+
"learning_rate": 1.676470588235294e-06,
|
1997 |
+
"loss": 1.2418,
|
1998 |
+
"step": 284
|
1999 |
+
},
|
2000 |
+
{
|
2001 |
+
"epoch": 0.8382352941176471,
|
2002 |
+
"grad_norm": 0.215422585606575,
|
2003 |
+
"learning_rate": 1.6470588235294118e-06,
|
2004 |
+
"loss": 1.1655,
|
2005 |
+
"step": 285
|
2006 |
+
},
|
2007 |
+
{
|
2008 |
+
"epoch": 0.8411764705882353,
|
2009 |
+
"grad_norm": 0.2225646674633026,
|
2010 |
+
"learning_rate": 1.6176470588235297e-06,
|
2011 |
+
"loss": 1.2358,
|
2012 |
+
"step": 286
|
2013 |
+
},
|
2014 |
+
{
|
2015 |
+
"epoch": 0.8441176470588235,
|
2016 |
+
"grad_norm": 0.20751933753490448,
|
2017 |
+
"learning_rate": 1.5882352941176472e-06,
|
2018 |
+
"loss": 1.2371,
|
2019 |
+
"step": 287
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 0.8470588235294118,
|
2023 |
+
"grad_norm": 0.22755876183509827,
|
2024 |
+
"learning_rate": 1.5588235294117649e-06,
|
2025 |
+
"loss": 1.2384,
|
2026 |
+
"step": 288
|
2027 |
+
},
|
2028 |
+
{
|
2029 |
+
"epoch": 0.85,
|
2030 |
+
"grad_norm": 0.21079415082931519,
|
2031 |
+
"learning_rate": 1.5294117647058826e-06,
|
2032 |
+
"loss": 1.1906,
|
2033 |
+
"step": 289
|
2034 |
+
},
|
2035 |
+
{
|
2036 |
+
"epoch": 0.8529411764705882,
|
2037 |
+
"grad_norm": 0.20934858918190002,
|
2038 |
+
"learning_rate": 1.5e-06,
|
2039 |
+
"loss": 1.2413,
|
2040 |
+
"step": 290
|
2041 |
+
},
|
2042 |
+
{
|
2043 |
+
"epoch": 0.8558823529411764,
|
2044 |
+
"grad_norm": 0.22325901687145233,
|
2045 |
+
"learning_rate": 1.4705882352941177e-06,
|
2046 |
+
"loss": 1.2005,
|
2047 |
+
"step": 291
|
2048 |
+
},
|
2049 |
+
{
|
2050 |
+
"epoch": 0.8588235294117647,
|
2051 |
+
"grad_norm": 0.21443122625350952,
|
2052 |
+
"learning_rate": 1.4411764705882352e-06,
|
2053 |
+
"loss": 1.2314,
|
2054 |
+
"step": 292
|
2055 |
+
},
|
2056 |
+
{
|
2057 |
+
"epoch": 0.861764705882353,
|
2058 |
+
"grad_norm": 0.22018679976463318,
|
2059 |
+
"learning_rate": 1.4117647058823531e-06,
|
2060 |
+
"loss": 1.2257,
|
2061 |
+
"step": 293
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 0.8647058823529412,
|
2065 |
+
"grad_norm": 0.19959358870983124,
|
2066 |
+
"learning_rate": 1.3823529411764708e-06,
|
2067 |
+
"loss": 1.2302,
|
2068 |
+
"step": 294
|
2069 |
+
},
|
2070 |
+
{
|
2071 |
+
"epoch": 0.8676470588235294,
|
2072 |
+
"grad_norm": 0.20845533907413483,
|
2073 |
+
"learning_rate": 1.3529411764705883e-06,
|
2074 |
+
"loss": 1.1833,
|
2075 |
+
"step": 295
|
2076 |
+
},
|
2077 |
+
{
|
2078 |
+
"epoch": 0.8705882352941177,
|
2079 |
+
"grad_norm": 0.21720649302005768,
|
2080 |
+
"learning_rate": 1.323529411764706e-06,
|
2081 |
+
"loss": 1.2297,
|
2082 |
+
"step": 296
|
2083 |
+
},
|
2084 |
+
{
|
2085 |
+
"epoch": 0.8735294117647059,
|
2086 |
+
"grad_norm": 0.22352543473243713,
|
2087 |
+
"learning_rate": 1.2941176470588237e-06,
|
2088 |
+
"loss": 1.2435,
|
2089 |
+
"step": 297
|
2090 |
+
},
|
2091 |
+
{
|
2092 |
+
"epoch": 0.8764705882352941,
|
2093 |
+
"grad_norm": 0.2171119600534439,
|
2094 |
+
"learning_rate": 1.2647058823529412e-06,
|
2095 |
+
"loss": 1.1807,
|
2096 |
+
"step": 298
|
2097 |
+
},
|
2098 |
+
{
|
2099 |
+
"epoch": 0.8794117647058823,
|
2100 |
+
"grad_norm": 0.22314921021461487,
|
2101 |
+
"learning_rate": 1.235294117647059e-06,
|
2102 |
+
"loss": 1.2173,
|
2103 |
+
"step": 299
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 0.8823529411764706,
|
2107 |
+
"grad_norm": 0.21364915370941162,
|
2108 |
+
"learning_rate": 1.2058823529411765e-06,
|
2109 |
+
"loss": 1.2393,
|
2110 |
+
"step": 300
|
2111 |
+
},
|
2112 |
+
{
|
2113 |
+
"epoch": 0.8852941176470588,
|
2114 |
+
"grad_norm": 0.20210106670856476,
|
2115 |
+
"learning_rate": 1.1764705882352942e-06,
|
2116 |
+
"loss": 1.2254,
|
2117 |
+
"step": 301
|
2118 |
+
},
|
2119 |
+
{
|
2120 |
+
"epoch": 0.888235294117647,
|
2121 |
+
"grad_norm": 0.22291605174541473,
|
2122 |
+
"learning_rate": 1.1470588235294117e-06,
|
2123 |
+
"loss": 1.2784,
|
2124 |
+
"step": 302
|
2125 |
+
},
|
2126 |
+
{
|
2127 |
+
"epoch": 0.8911764705882353,
|
2128 |
+
"grad_norm": 0.2087944746017456,
|
2129 |
+
"learning_rate": 1.1176470588235296e-06,
|
2130 |
+
"loss": 1.2415,
|
2131 |
+
"step": 303
|
2132 |
+
},
|
2133 |
+
{
|
2134 |
+
"epoch": 0.8941176470588236,
|
2135 |
+
"grad_norm": 0.21958114206790924,
|
2136 |
+
"learning_rate": 1.088235294117647e-06,
|
2137 |
+
"loss": 1.1936,
|
2138 |
+
"step": 304
|
2139 |
+
},
|
2140 |
+
{
|
2141 |
+
"epoch": 0.8970588235294118,
|
2142 |
+
"grad_norm": 0.19866281747817993,
|
2143 |
+
"learning_rate": 1.0588235294117648e-06,
|
2144 |
+
"loss": 1.2128,
|
2145 |
+
"step": 305
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 0.9,
|
2149 |
+
"grad_norm": 0.22457429766654968,
|
2150 |
+
"learning_rate": 1.0294117647058825e-06,
|
2151 |
+
"loss": 1.2442,
|
2152 |
+
"step": 306
|
2153 |
+
},
|
2154 |
+
{
|
2155 |
+
"epoch": 0.9029411764705882,
|
2156 |
+
"grad_norm": 0.20454378426074982,
|
2157 |
+
"learning_rate": 1.0000000000000002e-06,
|
2158 |
+
"loss": 1.209,
|
2159 |
+
"step": 307
|
2160 |
+
},
|
2161 |
+
{
|
2162 |
+
"epoch": 0.9058823529411765,
|
2163 |
+
"grad_norm": 0.21507087349891663,
|
2164 |
+
"learning_rate": 9.705882352941176e-07,
|
2165 |
+
"loss": 1.2534,
|
2166 |
+
"step": 308
|
2167 |
+
},
|
2168 |
+
{
|
2169 |
+
"epoch": 0.9088235294117647,
|
2170 |
+
"grad_norm": 0.20640642940998077,
|
2171 |
+
"learning_rate": 9.411764705882353e-07,
|
2172 |
+
"loss": 1.2168,
|
2173 |
+
"step": 309
|
2174 |
+
},
|
2175 |
+
{
|
2176 |
+
"epoch": 0.9117647058823529,
|
2177 |
+
"grad_norm": 0.2230111062526703,
|
2178 |
+
"learning_rate": 9.117647058823529e-07,
|
2179 |
+
"loss": 1.2361,
|
2180 |
+
"step": 310
|
2181 |
+
},
|
2182 |
+
{
|
2183 |
+
"epoch": 0.9147058823529411,
|
2184 |
+
"grad_norm": 0.21980363130569458,
|
2185 |
+
"learning_rate": 8.823529411764707e-07,
|
2186 |
+
"loss": 1.2418,
|
2187 |
+
"step": 311
|
2188 |
+
},
|
2189 |
+
{
|
2190 |
+
"epoch": 0.9176470588235294,
|
2191 |
+
"grad_norm": 0.20317475497722626,
|
2192 |
+
"learning_rate": 8.529411764705883e-07,
|
2193 |
+
"loss": 1.2103,
|
2194 |
+
"step": 312
|
2195 |
+
},
|
2196 |
+
{
|
2197 |
+
"epoch": 0.9205882352941176,
|
2198 |
+
"grad_norm": 0.2070719450712204,
|
2199 |
+
"learning_rate": 8.235294117647059e-07,
|
2200 |
+
"loss": 1.2378,
|
2201 |
+
"step": 313
|
2202 |
+
},
|
2203 |
+
{
|
2204 |
+
"epoch": 0.9235294117647059,
|
2205 |
+
"grad_norm": 0.20453043282032013,
|
2206 |
+
"learning_rate": 7.941176470588236e-07,
|
2207 |
+
"loss": 1.1993,
|
2208 |
+
"step": 314
|
2209 |
+
},
|
2210 |
+
{
|
2211 |
+
"epoch": 0.9264705882352942,
|
2212 |
+
"grad_norm": 0.20637425780296326,
|
2213 |
+
"learning_rate": 7.647058823529413e-07,
|
2214 |
+
"loss": 1.214,
|
2215 |
+
"step": 315
|
2216 |
+
},
|
2217 |
+
{
|
2218 |
+
"epoch": 0.9294117647058824,
|
2219 |
+
"grad_norm": 0.21601000428199768,
|
2220 |
+
"learning_rate": 7.352941176470589e-07,
|
2221 |
+
"loss": 1.2591,
|
2222 |
+
"step": 316
|
2223 |
+
},
|
2224 |
+
{
|
2225 |
+
"epoch": 0.9323529411764706,
|
2226 |
+
"grad_norm": 0.2458546757698059,
|
2227 |
+
"learning_rate": 7.058823529411766e-07,
|
2228 |
+
"loss": 1.2118,
|
2229 |
+
"step": 317
|
2230 |
+
},
|
2231 |
+
{
|
2232 |
+
"epoch": 0.9352941176470588,
|
2233 |
+
"grad_norm": 0.21045780181884766,
|
2234 |
+
"learning_rate": 6.764705882352941e-07,
|
2235 |
+
"loss": 1.198,
|
2236 |
+
"step": 318
|
2237 |
+
},
|
2238 |
+
{
|
2239 |
+
"epoch": 0.9382352941176471,
|
2240 |
+
"grad_norm": 0.2076854109764099,
|
2241 |
+
"learning_rate": 6.470588235294118e-07,
|
2242 |
+
"loss": 1.2379,
|
2243 |
+
"step": 319
|
2244 |
+
},
|
2245 |
+
{
|
2246 |
+
"epoch": 0.9411764705882353,
|
2247 |
+
"grad_norm": 0.22361429035663605,
|
2248 |
+
"learning_rate": 6.176470588235295e-07,
|
2249 |
+
"loss": 1.2102,
|
2250 |
+
"step": 320
|
2251 |
+
},
|
2252 |
+
{
|
2253 |
+
"epoch": 0.9441176470588235,
|
2254 |
+
"grad_norm": 0.2011408507823944,
|
2255 |
+
"learning_rate": 5.882352941176471e-07,
|
2256 |
+
"loss": 1.2036,
|
2257 |
+
"step": 321
|
2258 |
+
},
|
2259 |
+
{
|
2260 |
+
"epoch": 0.9470588235294117,
|
2261 |
+
"grad_norm": 0.21160759031772614,
|
2262 |
+
"learning_rate": 5.588235294117648e-07,
|
2263 |
+
"loss": 1.2305,
|
2264 |
+
"step": 322
|
2265 |
+
},
|
2266 |
+
{
|
2267 |
+
"epoch": 0.95,
|
2268 |
+
"grad_norm": 0.21312817931175232,
|
2269 |
+
"learning_rate": 5.294117647058824e-07,
|
2270 |
+
"loss": 1.2451,
|
2271 |
+
"step": 323
|
2272 |
+
},
|
2273 |
+
{
|
2274 |
+
"epoch": 0.9529411764705882,
|
2275 |
+
"grad_norm": 0.2063644677400589,
|
2276 |
+
"learning_rate": 5.000000000000001e-07,
|
2277 |
+
"loss": 1.2009,
|
2278 |
+
"step": 324
|
2279 |
+
},
|
2280 |
+
{
|
2281 |
+
"epoch": 0.9558823529411765,
|
2282 |
+
"grad_norm": 0.22507895529270172,
|
2283 |
+
"learning_rate": 4.7058823529411767e-07,
|
2284 |
+
"loss": 1.224,
|
2285 |
+
"step": 325
|
2286 |
+
},
|
2287 |
+
{
|
2288 |
+
"epoch": 0.9588235294117647,
|
2289 |
+
"grad_norm": 0.2035880982875824,
|
2290 |
+
"learning_rate": 4.4117647058823536e-07,
|
2291 |
+
"loss": 1.215,
|
2292 |
+
"step": 326
|
2293 |
+
},
|
2294 |
+
{
|
2295 |
+
"epoch": 0.961764705882353,
|
2296 |
+
"grad_norm": 0.2957701086997986,
|
2297 |
+
"learning_rate": 4.1176470588235295e-07,
|
2298 |
+
"loss": 1.2465,
|
2299 |
+
"step": 327
|
2300 |
+
},
|
2301 |
+
{
|
2302 |
+
"epoch": 0.9647058823529412,
|
2303 |
+
"grad_norm": 0.20566482841968536,
|
2304 |
+
"learning_rate": 3.8235294117647064e-07,
|
2305 |
+
"loss": 1.2085,
|
2306 |
+
"step": 328
|
2307 |
+
},
|
2308 |
+
{
|
2309 |
+
"epoch": 0.9676470588235294,
|
2310 |
+
"grad_norm": 0.22191384434700012,
|
2311 |
+
"learning_rate": 3.529411764705883e-07,
|
2312 |
+
"loss": 1.2513,
|
2313 |
+
"step": 329
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 0.9705882352941176,
|
2317 |
+
"grad_norm": 0.22317199409008026,
|
2318 |
+
"learning_rate": 3.235294117647059e-07,
|
2319 |
+
"loss": 1.2012,
|
2320 |
+
"step": 330
|
2321 |
+
},
|
2322 |
+
{
|
2323 |
+
"epoch": 0.9735294117647059,
|
2324 |
+
"grad_norm": 0.20409291982650757,
|
2325 |
+
"learning_rate": 2.9411764705882356e-07,
|
2326 |
+
"loss": 1.21,
|
2327 |
+
"step": 331
|
2328 |
+
},
|
2329 |
+
{
|
2330 |
+
"epoch": 0.9764705882352941,
|
2331 |
+
"grad_norm": 0.2099335938692093,
|
2332 |
+
"learning_rate": 2.647058823529412e-07,
|
2333 |
+
"loss": 1.2144,
|
2334 |
+
"step": 332
|
2335 |
+
},
|
2336 |
+
{
|
2337 |
+
"epoch": 0.9794117647058823,
|
2338 |
+
"grad_norm": 0.19947318732738495,
|
2339 |
+
"learning_rate": 2.3529411764705883e-07,
|
2340 |
+
"loss": 1.2081,
|
2341 |
+
"step": 333
|
2342 |
+
},
|
2343 |
+
{
|
2344 |
+
"epoch": 0.9823529411764705,
|
2345 |
+
"grad_norm": 0.20945507287979126,
|
2346 |
+
"learning_rate": 2.0588235294117647e-07,
|
2347 |
+
"loss": 1.2482,
|
2348 |
+
"step": 334
|
2349 |
+
},
|
2350 |
+
{
|
2351 |
+
"epoch": 0.9852941176470589,
|
2352 |
+
"grad_norm": 0.21310296654701233,
|
2353 |
+
"learning_rate": 1.7647058823529414e-07,
|
2354 |
+
"loss": 1.2042,
|
2355 |
+
"step": 335
|
2356 |
+
},
|
2357 |
+
{
|
2358 |
+
"epoch": 0.9882352941176471,
|
2359 |
+
"grad_norm": 0.21695765852928162,
|
2360 |
+
"learning_rate": 1.4705882352941178e-07,
|
2361 |
+
"loss": 1.249,
|
2362 |
+
"step": 336
|
2363 |
+
},
|
2364 |
+
{
|
2365 |
+
"epoch": 0.9911764705882353,
|
2366 |
+
"grad_norm": 0.20371992886066437,
|
2367 |
+
"learning_rate": 1.1764705882352942e-07,
|
2368 |
+
"loss": 1.1925,
|
2369 |
+
"step": 337
|
2370 |
+
},
|
2371 |
+
{
|
2372 |
+
"epoch": 0.9941176470588236,
|
2373 |
+
"grad_norm": 0.2230294644832611,
|
2374 |
+
"learning_rate": 8.823529411764707e-08,
|
2375 |
+
"loss": 1.2302,
|
2376 |
+
"step": 338
|
2377 |
+
},
|
2378 |
+
{
|
2379 |
+
"epoch": 0.9970588235294118,
|
2380 |
+
"grad_norm": 0.21647757291793823,
|
2381 |
+
"learning_rate": 5.882352941176471e-08,
|
2382 |
+
"loss": 1.2335,
|
2383 |
+
"step": 339
|
2384 |
+
},
|
2385 |
+
{
|
2386 |
+
"epoch": 1.0,
|
2387 |
+
"grad_norm": 0.20573148131370544,
|
2388 |
+
"learning_rate": 2.9411764705882354e-08,
|
2389 |
+
"loss": 1.1953,
|
2390 |
+
"step": 340
|
2391 |
+
}
|
2392 |
+
],
|
2393 |
+
"logging_steps": 1.0,
|
2394 |
+
"max_steps": 340,
|
2395 |
+
"num_input_tokens_seen": 0,
|
2396 |
+
"num_train_epochs": 1,
|
2397 |
+
"save_steps": 0,
|
2398 |
+
"stateful_callbacks": {
|
2399 |
+
"TrainerControl": {
|
2400 |
+
"args": {
|
2401 |
+
"should_epoch_stop": false,
|
2402 |
+
"should_evaluate": false,
|
2403 |
+
"should_log": false,
|
2404 |
+
"should_save": true,
|
2405 |
+
"should_training_stop": true
|
2406 |
+
},
|
2407 |
+
"attributes": {}
|
2408 |
+
}
|
2409 |
+
},
|
2410 |
+
"total_flos": 1.2083353304327782e+17,
|
2411 |
+
"train_batch_size": 1,
|
2412 |
+
"trial_name": null,
|
2413 |
+
"trial_params": null
|
2414 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|