Training in progress, step 200, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +37 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +24 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +31 -0
- last-checkpoint/tokenizer.json +3 -0
- last-checkpoint/tokenizer_config.json +207 -0
- last-checkpoint/trainer_state.json +1433 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-0.5B
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-0.5B",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"embed_tokens",
|
19 |
+
"lm_head"
|
20 |
+
],
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 32,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"up_proj",
|
27 |
+
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"o_proj",
|
30 |
+
"v_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"down_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:513314b835dfbcb1189de49bb87cdf75f8f8c5298cdf7aae68006b2d60c2a540
|
3 |
+
size 614968888
|
last-checkpoint/added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f7f8ffe374c173609f6d89ca852fa1bfb50a064bd19c8b247339c92c8d8d404
|
3 |
+
size 1230132424
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9058c72f64f2c4868281c121659022d5a488d7c6df64260b5297e16239a78cc9
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2d754412c61116546142914503e7369d0cc35d3c380a07e5218f595d76b6d96
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|endoftext|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,1433 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.009741248097412482,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 200,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 4.8706240487062404e-05,
|
13 |
+
"grad_norm": 5.851158142089844,
|
14 |
+
"learning_rate": 1.0000000000000002e-06,
|
15 |
+
"loss": 2.1245,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 9.741248097412481e-05,
|
20 |
+
"grad_norm": 18.33625602722168,
|
21 |
+
"learning_rate": 2.0000000000000003e-06,
|
22 |
+
"loss": 3.869,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.00014611872146118722,
|
27 |
+
"grad_norm": 15.931517601013184,
|
28 |
+
"learning_rate": 3e-06,
|
29 |
+
"loss": 3.1648,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.00019482496194824962,
|
34 |
+
"grad_norm": 26.00968360900879,
|
35 |
+
"learning_rate": 4.000000000000001e-06,
|
36 |
+
"loss": 2.3093,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.000243531202435312,
|
41 |
+
"grad_norm": 27.92300033569336,
|
42 |
+
"learning_rate": 5e-06,
|
43 |
+
"loss": 2.221,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.00029223744292237444,
|
48 |
+
"grad_norm": 9.341499328613281,
|
49 |
+
"learning_rate": 6e-06,
|
50 |
+
"loss": 2.2322,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.0003409436834094368,
|
55 |
+
"grad_norm": 13.460984230041504,
|
56 |
+
"learning_rate": 7.000000000000001e-06,
|
57 |
+
"loss": 2.5544,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.00038964992389649923,
|
62 |
+
"grad_norm": 12.86645793914795,
|
63 |
+
"learning_rate": 8.000000000000001e-06,
|
64 |
+
"loss": 2.537,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.00043835616438356166,
|
69 |
+
"grad_norm": 15.244658470153809,
|
70 |
+
"learning_rate": 9e-06,
|
71 |
+
"loss": 2.7317,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.000487062404870624,
|
76 |
+
"grad_norm": 11.827373504638672,
|
77 |
+
"learning_rate": 1e-05,
|
78 |
+
"loss": 2.2533,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.0005357686453576865,
|
83 |
+
"grad_norm": 10.726211547851562,
|
84 |
+
"learning_rate": 1.1000000000000001e-05,
|
85 |
+
"loss": 2.2206,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.0005844748858447489,
|
90 |
+
"grad_norm": 13.430566787719727,
|
91 |
+
"learning_rate": 1.2e-05,
|
92 |
+
"loss": 2.4726,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.0006331811263318112,
|
97 |
+
"grad_norm": 15.749054908752441,
|
98 |
+
"learning_rate": 1.3000000000000001e-05,
|
99 |
+
"loss": 2.3328,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.0006818873668188736,
|
104 |
+
"grad_norm": 13.098236083984375,
|
105 |
+
"learning_rate": 1.4000000000000001e-05,
|
106 |
+
"loss": 2.3669,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.0007305936073059361,
|
111 |
+
"grad_norm": 14.811712265014648,
|
112 |
+
"learning_rate": 1.5e-05,
|
113 |
+
"loss": 2.3254,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.0007792998477929985,
|
118 |
+
"grad_norm": 13.960674285888672,
|
119 |
+
"learning_rate": 1.6000000000000003e-05,
|
120 |
+
"loss": 2.3478,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.0008280060882800608,
|
125 |
+
"grad_norm": 13.510299682617188,
|
126 |
+
"learning_rate": 1.7000000000000003e-05,
|
127 |
+
"loss": 2.3439,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.0008767123287671233,
|
132 |
+
"grad_norm": 21.18514060974121,
|
133 |
+
"learning_rate": 1.8e-05,
|
134 |
+
"loss": 2.6721,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.0009254185692541857,
|
139 |
+
"grad_norm": 17.1453800201416,
|
140 |
+
"learning_rate": 1.9e-05,
|
141 |
+
"loss": 2.1923,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.000974124809741248,
|
146 |
+
"grad_norm": 15.410392761230469,
|
147 |
+
"learning_rate": 2e-05,
|
148 |
+
"loss": 2.4277,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.0010228310502283105,
|
153 |
+
"grad_norm": 17.85428810119629,
|
154 |
+
"learning_rate": 2.1e-05,
|
155 |
+
"loss": 2.1419,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.001071537290715373,
|
160 |
+
"grad_norm": 16.322954177856445,
|
161 |
+
"learning_rate": 2.2000000000000003e-05,
|
162 |
+
"loss": 2.4326,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.0011202435312024353,
|
167 |
+
"grad_norm": 18.91599464416504,
|
168 |
+
"learning_rate": 2.3000000000000003e-05,
|
169 |
+
"loss": 2.1728,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.0011689497716894977,
|
174 |
+
"grad_norm": 14.737173080444336,
|
175 |
+
"learning_rate": 2.4e-05,
|
176 |
+
"loss": 2.2486,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.0012176560121765602,
|
181 |
+
"grad_norm": 14.996482849121094,
|
182 |
+
"learning_rate": 2.5e-05,
|
183 |
+
"loss": 1.9959,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.0012663622526636225,
|
188 |
+
"grad_norm": 12.736573219299316,
|
189 |
+
"learning_rate": 2.6000000000000002e-05,
|
190 |
+
"loss": 1.8652,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.001315068493150685,
|
195 |
+
"grad_norm": 13.891550064086914,
|
196 |
+
"learning_rate": 2.7000000000000002e-05,
|
197 |
+
"loss": 2.3333,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.0013637747336377472,
|
202 |
+
"grad_norm": 11.90274429321289,
|
203 |
+
"learning_rate": 2.8000000000000003e-05,
|
204 |
+
"loss": 1.8707,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.0014124809741248097,
|
209 |
+
"grad_norm": 16.16830062866211,
|
210 |
+
"learning_rate": 2.9e-05,
|
211 |
+
"loss": 1.9199,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.0014611872146118722,
|
216 |
+
"grad_norm": 12.124021530151367,
|
217 |
+
"learning_rate": 3e-05,
|
218 |
+
"loss": 1.8475,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.0015098934550989344,
|
223 |
+
"grad_norm": 13.702016830444336,
|
224 |
+
"learning_rate": 3.1e-05,
|
225 |
+
"loss": 1.6096,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.001558599695585997,
|
230 |
+
"grad_norm": 16.256940841674805,
|
231 |
+
"learning_rate": 3.2000000000000005e-05,
|
232 |
+
"loss": 2.0673,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.0016073059360730594,
|
237 |
+
"grad_norm": 11.912320137023926,
|
238 |
+
"learning_rate": 3.3e-05,
|
239 |
+
"loss": 1.5261,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.0016560121765601217,
|
244 |
+
"grad_norm": 12.158217430114746,
|
245 |
+
"learning_rate": 3.4000000000000007e-05,
|
246 |
+
"loss": 1.566,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.0017047184170471841,
|
251 |
+
"grad_norm": 11.484949111938477,
|
252 |
+
"learning_rate": 3.5e-05,
|
253 |
+
"loss": 2.0858,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.0017534246575342466,
|
258 |
+
"grad_norm": 12.884050369262695,
|
259 |
+
"learning_rate": 3.6e-05,
|
260 |
+
"loss": 1.0508,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.0018021308980213089,
|
265 |
+
"grad_norm": 14.054976463317871,
|
266 |
+
"learning_rate": 3.7e-05,
|
267 |
+
"loss": 1.2539,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.0018508371385083714,
|
272 |
+
"grad_norm": 13.9093599319458,
|
273 |
+
"learning_rate": 3.8e-05,
|
274 |
+
"loss": 1.5044,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.0018995433789954338,
|
279 |
+
"grad_norm": 42.75831604003906,
|
280 |
+
"learning_rate": 3.9000000000000006e-05,
|
281 |
+
"loss": 1.2133,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.001948249619482496,
|
286 |
+
"grad_norm": 13.14990234375,
|
287 |
+
"learning_rate": 4e-05,
|
288 |
+
"loss": 1.4692,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.0019969558599695586,
|
293 |
+
"grad_norm": 11.442179679870605,
|
294 |
+
"learning_rate": 4.1e-05,
|
295 |
+
"loss": 1.1273,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.002045662100456621,
|
300 |
+
"grad_norm": 9.139272689819336,
|
301 |
+
"learning_rate": 4.2e-05,
|
302 |
+
"loss": 0.6377,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.0020943683409436835,
|
307 |
+
"grad_norm": 9.682751655578613,
|
308 |
+
"learning_rate": 4.3e-05,
|
309 |
+
"loss": 0.8092,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.002143074581430746,
|
314 |
+
"grad_norm": 10.700410842895508,
|
315 |
+
"learning_rate": 4.4000000000000006e-05,
|
316 |
+
"loss": 0.9342,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.002191780821917808,
|
321 |
+
"grad_norm": 8.799379348754883,
|
322 |
+
"learning_rate": 4.5e-05,
|
323 |
+
"loss": 0.6458,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.0022404870624048705,
|
328 |
+
"grad_norm": 7.537528038024902,
|
329 |
+
"learning_rate": 4.600000000000001e-05,
|
330 |
+
"loss": 0.3726,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.002289193302891933,
|
335 |
+
"grad_norm": 9.551314353942871,
|
336 |
+
"learning_rate": 4.7e-05,
|
337 |
+
"loss": 0.6441,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.0023378995433789955,
|
342 |
+
"grad_norm": 13.743586540222168,
|
343 |
+
"learning_rate": 4.8e-05,
|
344 |
+
"loss": 1.0114,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.002386605783866058,
|
349 |
+
"grad_norm": 9.87704849243164,
|
350 |
+
"learning_rate": 4.9e-05,
|
351 |
+
"loss": 0.5438,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.0024353120243531205,
|
356 |
+
"grad_norm": 20.906862258911133,
|
357 |
+
"learning_rate": 5e-05,
|
358 |
+
"loss": 1.8715,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.0024840182648401825,
|
363 |
+
"grad_norm": 8.490747451782227,
|
364 |
+
"learning_rate": 5.1000000000000006e-05,
|
365 |
+
"loss": 2.5756,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.002532724505327245,
|
370 |
+
"grad_norm": 12.285213470458984,
|
371 |
+
"learning_rate": 5.2000000000000004e-05,
|
372 |
+
"loss": 2.3924,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.0025814307458143075,
|
377 |
+
"grad_norm": 15.3045015335083,
|
378 |
+
"learning_rate": 5.300000000000001e-05,
|
379 |
+
"loss": 1.8956,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.00263013698630137,
|
384 |
+
"grad_norm": 15.969414710998535,
|
385 |
+
"learning_rate": 5.4000000000000005e-05,
|
386 |
+
"loss": 1.8218,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.0026788432267884324,
|
391 |
+
"grad_norm": 13.07938003540039,
|
392 |
+
"learning_rate": 5.500000000000001e-05,
|
393 |
+
"loss": 1.8747,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.0027275494672754945,
|
398 |
+
"grad_norm": 9.398449897766113,
|
399 |
+
"learning_rate": 5.6000000000000006e-05,
|
400 |
+
"loss": 1.8304,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.002776255707762557,
|
405 |
+
"grad_norm": 7.938607215881348,
|
406 |
+
"learning_rate": 5.6999999999999996e-05,
|
407 |
+
"loss": 1.9411,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.0028249619482496194,
|
412 |
+
"grad_norm": 9.889793395996094,
|
413 |
+
"learning_rate": 5.8e-05,
|
414 |
+
"loss": 2.0788,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.002873668188736682,
|
419 |
+
"grad_norm": 7.4011101722717285,
|
420 |
+
"learning_rate": 5.9e-05,
|
421 |
+
"loss": 1.954,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.0029223744292237444,
|
426 |
+
"grad_norm": 7.340896129608154,
|
427 |
+
"learning_rate": 6e-05,
|
428 |
+
"loss": 1.9234,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.002971080669710807,
|
433 |
+
"grad_norm": 13.956856727600098,
|
434 |
+
"learning_rate": 6.1e-05,
|
435 |
+
"loss": 2.3137,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.003019786910197869,
|
440 |
+
"grad_norm": 12.846822738647461,
|
441 |
+
"learning_rate": 6.2e-05,
|
442 |
+
"loss": 1.5154,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.0030684931506849314,
|
447 |
+
"grad_norm": 10.943364143371582,
|
448 |
+
"learning_rate": 6.3e-05,
|
449 |
+
"loss": 1.9186,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.003117199391171994,
|
454 |
+
"grad_norm": 9.687166213989258,
|
455 |
+
"learning_rate": 6.400000000000001e-05,
|
456 |
+
"loss": 1.5523,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.0031659056316590563,
|
461 |
+
"grad_norm": 9.057082176208496,
|
462 |
+
"learning_rate": 6.500000000000001e-05,
|
463 |
+
"loss": 1.9528,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.003214611872146119,
|
468 |
+
"grad_norm": 12.989787101745605,
|
469 |
+
"learning_rate": 6.6e-05,
|
470 |
+
"loss": 1.9981,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.0032633181126331813,
|
475 |
+
"grad_norm": 12.194509506225586,
|
476 |
+
"learning_rate": 6.7e-05,
|
477 |
+
"loss": 2.0458,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.0033120243531202433,
|
482 |
+
"grad_norm": 14.83133316040039,
|
483 |
+
"learning_rate": 6.800000000000001e-05,
|
484 |
+
"loss": 2.1763,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.003360730593607306,
|
489 |
+
"grad_norm": 12.523411750793457,
|
490 |
+
"learning_rate": 6.9e-05,
|
491 |
+
"loss": 2.1116,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.0034094368340943683,
|
496 |
+
"grad_norm": 10.275344848632812,
|
497 |
+
"learning_rate": 7e-05,
|
498 |
+
"loss": 2.2137,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.0034581430745814308,
|
503 |
+
"grad_norm": 11.111023902893066,
|
504 |
+
"learning_rate": 7.1e-05,
|
505 |
+
"loss": 2.3323,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.0035068493150684932,
|
510 |
+
"grad_norm": 11.215889930725098,
|
511 |
+
"learning_rate": 7.2e-05,
|
512 |
+
"loss": 2.2838,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.0035555555555555557,
|
517 |
+
"grad_norm": 11.466020584106445,
|
518 |
+
"learning_rate": 7.3e-05,
|
519 |
+
"loss": 2.3188,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.0036042617960426178,
|
524 |
+
"grad_norm": 12.254678726196289,
|
525 |
+
"learning_rate": 7.4e-05,
|
526 |
+
"loss": 1.899,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.0036529680365296802,
|
531 |
+
"grad_norm": 12.059733390808105,
|
532 |
+
"learning_rate": 7.500000000000001e-05,
|
533 |
+
"loss": 1.8779,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.0037016742770167427,
|
538 |
+
"grad_norm": 14.260489463806152,
|
539 |
+
"learning_rate": 7.6e-05,
|
540 |
+
"loss": 1.941,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.003750380517503805,
|
545 |
+
"grad_norm": 11.856407165527344,
|
546 |
+
"learning_rate": 7.7e-05,
|
547 |
+
"loss": 1.8031,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.0037990867579908677,
|
552 |
+
"grad_norm": 13.23192024230957,
|
553 |
+
"learning_rate": 7.800000000000001e-05,
|
554 |
+
"loss": 1.8466,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.00384779299847793,
|
559 |
+
"grad_norm": 14.03378677368164,
|
560 |
+
"learning_rate": 7.900000000000001e-05,
|
561 |
+
"loss": 2.0481,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.003896499238964992,
|
566 |
+
"grad_norm": 12.832358360290527,
|
567 |
+
"learning_rate": 8e-05,
|
568 |
+
"loss": 2.223,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.003945205479452055,
|
573 |
+
"grad_norm": 11.655765533447266,
|
574 |
+
"learning_rate": 8.1e-05,
|
575 |
+
"loss": 1.6975,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.003993911719939117,
|
580 |
+
"grad_norm": 13.00943660736084,
|
581 |
+
"learning_rate": 8.2e-05,
|
582 |
+
"loss": 1.6346,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.00404261796042618,
|
587 |
+
"grad_norm": 13.812478065490723,
|
588 |
+
"learning_rate": 8.3e-05,
|
589 |
+
"loss": 1.818,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.004091324200913242,
|
594 |
+
"grad_norm": 10.820585250854492,
|
595 |
+
"learning_rate": 8.4e-05,
|
596 |
+
"loss": 1.4317,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.004140030441400305,
|
601 |
+
"grad_norm": 11.540773391723633,
|
602 |
+
"learning_rate": 8.5e-05,
|
603 |
+
"loss": 1.6072,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.004188736681887367,
|
608 |
+
"grad_norm": 12.939353942871094,
|
609 |
+
"learning_rate": 8.6e-05,
|
610 |
+
"loss": 1.5664,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.0042374429223744296,
|
615 |
+
"grad_norm": 13.942463874816895,
|
616 |
+
"learning_rate": 8.7e-05,
|
617 |
+
"loss": 1.6459,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.004286149162861492,
|
622 |
+
"grad_norm": 10.26823902130127,
|
623 |
+
"learning_rate": 8.800000000000001e-05,
|
624 |
+
"loss": 1.2702,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.004334855403348554,
|
629 |
+
"grad_norm": 11.739928245544434,
|
630 |
+
"learning_rate": 8.900000000000001e-05,
|
631 |
+
"loss": 1.4725,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.004383561643835616,
|
636 |
+
"grad_norm": 9.966146469116211,
|
637 |
+
"learning_rate": 9e-05,
|
638 |
+
"loss": 0.7986,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.004432267884322679,
|
643 |
+
"grad_norm": 12.615833282470703,
|
644 |
+
"learning_rate": 9.1e-05,
|
645 |
+
"loss": 1.2814,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.004480974124809741,
|
650 |
+
"grad_norm": 10.074495315551758,
|
651 |
+
"learning_rate": 9.200000000000001e-05,
|
652 |
+
"loss": 0.6983,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.0045296803652968036,
|
657 |
+
"grad_norm": 14.656659126281738,
|
658 |
+
"learning_rate": 9.300000000000001e-05,
|
659 |
+
"loss": 0.8942,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.004578386605783866,
|
664 |
+
"grad_norm": 8.69896411895752,
|
665 |
+
"learning_rate": 9.4e-05,
|
666 |
+
"loss": 0.6231,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.0046270928462709285,
|
671 |
+
"grad_norm": 9.49130630493164,
|
672 |
+
"learning_rate": 9.5e-05,
|
673 |
+
"loss": 0.5908,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.004675799086757991,
|
678 |
+
"grad_norm": 10.93470287322998,
|
679 |
+
"learning_rate": 9.6e-05,
|
680 |
+
"loss": 0.9713,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.0047245053272450535,
|
685 |
+
"grad_norm": 14.361600875854492,
|
686 |
+
"learning_rate": 9.7e-05,
|
687 |
+
"loss": 1.1417,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.004773211567732116,
|
692 |
+
"grad_norm": 10.079813003540039,
|
693 |
+
"learning_rate": 9.8e-05,
|
694 |
+
"loss": 0.8555,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.004821917808219178,
|
699 |
+
"grad_norm": 10.335041999816895,
|
700 |
+
"learning_rate": 9.900000000000001e-05,
|
701 |
+
"loss": 0.7722,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.004870624048706241,
|
706 |
+
"grad_norm": 16.433164596557617,
|
707 |
+
"learning_rate": 0.0001,
|
708 |
+
"loss": 1.3996,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.0049193302891933025,
|
713 |
+
"grad_norm": 10.94658374786377,
|
714 |
+
"learning_rate": 9.997532801828658e-05,
|
715 |
+
"loss": 2.4347,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.004968036529680365,
|
720 |
+
"grad_norm": 17.193456649780273,
|
721 |
+
"learning_rate": 9.990133642141359e-05,
|
722 |
+
"loss": 3.2929,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.0050167427701674275,
|
727 |
+
"grad_norm": 12.511935234069824,
|
728 |
+
"learning_rate": 9.977809823015401e-05,
|
729 |
+
"loss": 1.2897,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.00506544901065449,
|
734 |
+
"grad_norm": 10.709287643432617,
|
735 |
+
"learning_rate": 9.96057350657239e-05,
|
736 |
+
"loss": 1.7389,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.0051141552511415524,
|
741 |
+
"grad_norm": 12.061141014099121,
|
742 |
+
"learning_rate": 9.938441702975689e-05,
|
743 |
+
"loss": 1.0578,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.005162861491628615,
|
748 |
+
"grad_norm": 8.664139747619629,
|
749 |
+
"learning_rate": 9.911436253643445e-05,
|
750 |
+
"loss": 1.5287,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.005211567732115677,
|
755 |
+
"grad_norm": 8.517009735107422,
|
756 |
+
"learning_rate": 9.879583809693738e-05,
|
757 |
+
"loss": 1.5803,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.00526027397260274,
|
762 |
+
"grad_norm": 7.50566291809082,
|
763 |
+
"learning_rate": 9.842915805643155e-05,
|
764 |
+
"loss": 1.6515,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.005308980213089802,
|
769 |
+
"grad_norm": 7.030799388885498,
|
770 |
+
"learning_rate": 9.801468428384716e-05,
|
771 |
+
"loss": 1.6422,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.005357686453576865,
|
776 |
+
"grad_norm": 8.954855918884277,
|
777 |
+
"learning_rate": 9.755282581475769e-05,
|
778 |
+
"loss": 2.0945,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.005406392694063927,
|
783 |
+
"grad_norm": 11.065245628356934,
|
784 |
+
"learning_rate": 9.704403844771128e-05,
|
785 |
+
"loss": 1.7066,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.005455098934550989,
|
790 |
+
"grad_norm": 8.86803150177002,
|
791 |
+
"learning_rate": 9.648882429441257e-05,
|
792 |
+
"loss": 1.2714,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.005503805175038051,
|
797 |
+
"grad_norm": 8.038043022155762,
|
798 |
+
"learning_rate": 9.588773128419906e-05,
|
799 |
+
"loss": 1.3595,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.005552511415525114,
|
804 |
+
"grad_norm": 7.1317877769470215,
|
805 |
+
"learning_rate": 9.524135262330098e-05,
|
806 |
+
"loss": 1.012,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.005601217656012176,
|
811 |
+
"grad_norm": 9.007568359375,
|
812 |
+
"learning_rate": 9.45503262094184e-05,
|
813 |
+
"loss": 1.7679,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.005649923896499239,
|
818 |
+
"grad_norm": 9.552806854248047,
|
819 |
+
"learning_rate": 9.381533400219318e-05,
|
820 |
+
"loss": 1.6309,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.005698630136986301,
|
825 |
+
"grad_norm": 13.193597793579102,
|
826 |
+
"learning_rate": 9.30371013501972e-05,
|
827 |
+
"loss": 1.8146,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.005747336377473364,
|
832 |
+
"grad_norm": 10.52649974822998,
|
833 |
+
"learning_rate": 9.221639627510076e-05,
|
834 |
+
"loss": 2.1017,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.005796042617960426,
|
839 |
+
"grad_norm": 13.295526504516602,
|
840 |
+
"learning_rate": 9.135402871372808e-05,
|
841 |
+
"loss": 1.8865,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.005844748858447489,
|
846 |
+
"grad_norm": 11.041900634765625,
|
847 |
+
"learning_rate": 9.045084971874738e-05,
|
848 |
+
"loss": 1.8419,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.005893455098934551,
|
853 |
+
"grad_norm": 12.388705253601074,
|
854 |
+
"learning_rate": 8.950775061878453e-05,
|
855 |
+
"loss": 2.1317,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.005942161339421614,
|
860 |
+
"grad_norm": 10.880697250366211,
|
861 |
+
"learning_rate": 8.852566213878947e-05,
|
862 |
+
"loss": 2.2668,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.005990867579908676,
|
867 |
+
"grad_norm": 9.947246551513672,
|
868 |
+
"learning_rate": 8.750555348152298e-05,
|
869 |
+
"loss": 2.0057,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.006039573820395738,
|
874 |
+
"grad_norm": 11.419881820678711,
|
875 |
+
"learning_rate": 8.644843137107059e-05,
|
876 |
+
"loss": 2.2503,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.0060882800608828,
|
881 |
+
"grad_norm": 17.00235939025879,
|
882 |
+
"learning_rate": 8.535533905932738e-05,
|
883 |
+
"loss": 1.7933,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.006136986301369863,
|
888 |
+
"grad_norm": 12.406261444091797,
|
889 |
+
"learning_rate": 8.422735529643444e-05,
|
890 |
+
"loss": 2.0982,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.006185692541856925,
|
895 |
+
"grad_norm": 11.130414009094238,
|
896 |
+
"learning_rate": 8.306559326618259e-05,
|
897 |
+
"loss": 2.1638,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.006234398782343988,
|
902 |
+
"grad_norm": 12.033727645874023,
|
903 |
+
"learning_rate": 8.18711994874345e-05,
|
904 |
+
"loss": 2.3324,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.00628310502283105,
|
909 |
+
"grad_norm": 10.567495346069336,
|
910 |
+
"learning_rate": 8.064535268264883e-05,
|
911 |
+
"loss": 2.0464,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.006331811263318113,
|
916 |
+
"grad_norm": 11.884528160095215,
|
917 |
+
"learning_rate": 7.938926261462366e-05,
|
918 |
+
"loss": 1.7445,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.006380517503805175,
|
923 |
+
"grad_norm": 11.059581756591797,
|
924 |
+
"learning_rate": 7.810416889260653e-05,
|
925 |
+
"loss": 1.9192,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.006429223744292238,
|
930 |
+
"grad_norm": 11.430746078491211,
|
931 |
+
"learning_rate": 7.679133974894983e-05,
|
932 |
+
"loss": 1.9024,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.0064779299847793,
|
937 |
+
"grad_norm": 10.843358039855957,
|
938 |
+
"learning_rate": 7.545207078751857e-05,
|
939 |
+
"loss": 1.882,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.006526636225266363,
|
944 |
+
"grad_norm": 12.441071510314941,
|
945 |
+
"learning_rate": 7.408768370508576e-05,
|
946 |
+
"loss": 1.2063,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.006575342465753425,
|
951 |
+
"grad_norm": 12.600017547607422,
|
952 |
+
"learning_rate": 7.269952498697734e-05,
|
953 |
+
"loss": 1.7018,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.006624048706240487,
|
958 |
+
"grad_norm": 10.350911140441895,
|
959 |
+
"learning_rate": 7.128896457825364e-05,
|
960 |
+
"loss": 1.0953,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.006672754946727549,
|
965 |
+
"grad_norm": 11.342569351196289,
|
966 |
+
"learning_rate": 6.985739453173903e-05,
|
967 |
+
"loss": 1.2846,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.006721461187214612,
|
972 |
+
"grad_norm": 9.398454666137695,
|
973 |
+
"learning_rate": 6.840622763423391e-05,
|
974 |
+
"loss": 1.0346,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.006770167427701674,
|
979 |
+
"grad_norm": 8.416460990905762,
|
980 |
+
"learning_rate": 6.693689601226458e-05,
|
981 |
+
"loss": 0.8632,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.006818873668188737,
|
986 |
+
"grad_norm": 9.184191703796387,
|
987 |
+
"learning_rate": 6.545084971874738e-05,
|
988 |
+
"loss": 1.0037,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.006867579908675799,
|
993 |
+
"grad_norm": 11.087357521057129,
|
994 |
+
"learning_rate": 6.394955530196147e-05,
|
995 |
+
"loss": 1.1403,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.0069162861491628615,
|
1000 |
+
"grad_norm": 11.673155784606934,
|
1001 |
+
"learning_rate": 6.243449435824276e-05,
|
1002 |
+
"loss": 1.3567,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.006964992389649924,
|
1007 |
+
"grad_norm": 9.134658813476562,
|
1008 |
+
"learning_rate": 6.090716206982714e-05,
|
1009 |
+
"loss": 0.9909,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.0070136986301369865,
|
1014 |
+
"grad_norm": 7.556820869445801,
|
1015 |
+
"learning_rate": 5.9369065729286245e-05,
|
1016 |
+
"loss": 0.6842,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.007062404870624049,
|
1021 |
+
"grad_norm": 8.291131973266602,
|
1022 |
+
"learning_rate": 5.782172325201155e-05,
|
1023 |
+
"loss": 0.682,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.0071111111111111115,
|
1028 |
+
"grad_norm": 7.839075088500977,
|
1029 |
+
"learning_rate": 5.6266661678215216e-05,
|
1030 |
+
"loss": 0.6249,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.007159817351598174,
|
1035 |
+
"grad_norm": 8.085784912109375,
|
1036 |
+
"learning_rate": 5.470541566592573e-05,
|
1037 |
+
"loss": 0.7631,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.0072085235920852355,
|
1042 |
+
"grad_norm": 10.273898124694824,
|
1043 |
+
"learning_rate": 5.313952597646568e-05,
|
1044 |
+
"loss": 1.0338,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.007257229832572298,
|
1049 |
+
"grad_norm": 7.386903285980225,
|
1050 |
+
"learning_rate": 5.157053795390642e-05,
|
1051 |
+
"loss": 0.4861,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.0073059360730593605,
|
1056 |
+
"grad_norm": 14.1038236618042,
|
1057 |
+
"learning_rate": 5e-05,
|
1058 |
+
"loss": 1.4195,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.007354642313546423,
|
1063 |
+
"grad_norm": 6.475687026977539,
|
1064 |
+
"learning_rate": 4.8429462046093585e-05,
|
1065 |
+
"loss": 2.2988,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.0074033485540334855,
|
1070 |
+
"grad_norm": 12.853471755981445,
|
1071 |
+
"learning_rate": 4.6860474023534335e-05,
|
1072 |
+
"loss": 2.8033,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.007452054794520548,
|
1077 |
+
"grad_norm": 9.609049797058105,
|
1078 |
+
"learning_rate": 4.529458433407429e-05,
|
1079 |
+
"loss": 1.9798,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.00750076103500761,
|
1084 |
+
"grad_norm": 6.795541286468506,
|
1085 |
+
"learning_rate": 4.373333832178478e-05,
|
1086 |
+
"loss": 1.5672,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.007549467275494673,
|
1091 |
+
"grad_norm": 6.115726470947266,
|
1092 |
+
"learning_rate": 4.2178276747988446e-05,
|
1093 |
+
"loss": 1.0559,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.007598173515981735,
|
1098 |
+
"grad_norm": 6.5415239334106445,
|
1099 |
+
"learning_rate": 4.063093427071376e-05,
|
1100 |
+
"loss": 1.0537,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.007646879756468798,
|
1105 |
+
"grad_norm": 10.223687171936035,
|
1106 |
+
"learning_rate": 3.9092837930172884e-05,
|
1107 |
+
"loss": 1.9506,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.00769558599695586,
|
1112 |
+
"grad_norm": 11.674057006835938,
|
1113 |
+
"learning_rate": 3.756550564175727e-05,
|
1114 |
+
"loss": 1.8997,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.007744292237442923,
|
1119 |
+
"grad_norm": 7.180853843688965,
|
1120 |
+
"learning_rate": 3.605044469803854e-05,
|
1121 |
+
"loss": 1.6581,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.007792998477929984,
|
1126 |
+
"grad_norm": 9.071992874145508,
|
1127 |
+
"learning_rate": 3.4549150281252636e-05,
|
1128 |
+
"loss": 1.4177,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.007841704718417048,
|
1133 |
+
"grad_norm": 7.320943355560303,
|
1134 |
+
"learning_rate": 3.3063103987735433e-05,
|
1135 |
+
"loss": 1.5026,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.00789041095890411,
|
1140 |
+
"grad_norm": 5.533285617828369,
|
1141 |
+
"learning_rate": 3.1593772365766105e-05,
|
1142 |
+
"loss": 0.8148,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.007939117199391173,
|
1147 |
+
"grad_norm": 7.4456610679626465,
|
1148 |
+
"learning_rate": 3.0142605468260978e-05,
|
1149 |
+
"loss": 1.2012,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.007987823439878234,
|
1154 |
+
"grad_norm": 7.7538862228393555,
|
1155 |
+
"learning_rate": 2.8711035421746367e-05,
|
1156 |
+
"loss": 2.0698,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.008036529680365296,
|
1161 |
+
"grad_norm": 8.773526191711426,
|
1162 |
+
"learning_rate": 2.7300475013022663e-05,
|
1163 |
+
"loss": 2.6465,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.00808523592085236,
|
1168 |
+
"grad_norm": 9.068692207336426,
|
1169 |
+
"learning_rate": 2.591231629491423e-05,
|
1170 |
+
"loss": 2.0785,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.008133942161339421,
|
1175 |
+
"grad_norm": 11.246406555175781,
|
1176 |
+
"learning_rate": 2.4547929212481435e-05,
|
1177 |
+
"loss": 2.3037,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.008182648401826484,
|
1182 |
+
"grad_norm": 10.597480773925781,
|
1183 |
+
"learning_rate": 2.3208660251050158e-05,
|
1184 |
+
"loss": 2.0094,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.008231354642313546,
|
1189 |
+
"grad_norm": 9.89315128326416,
|
1190 |
+
"learning_rate": 2.1895831107393484e-05,
|
1191 |
+
"loss": 1.8189,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.00828006088280061,
|
1196 |
+
"grad_norm": 9.914687156677246,
|
1197 |
+
"learning_rate": 2.061073738537635e-05,
|
1198 |
+
"loss": 1.7016,
|
1199 |
+
"step": 170
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.00832876712328767,
|
1203 |
+
"grad_norm": 9.6238431930542,
|
1204 |
+
"learning_rate": 1.9354647317351188e-05,
|
1205 |
+
"loss": 2.3516,
|
1206 |
+
"step": 171
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.008377473363774734,
|
1210 |
+
"grad_norm": 8.912046432495117,
|
1211 |
+
"learning_rate": 1.8128800512565513e-05,
|
1212 |
+
"loss": 2.2398,
|
1213 |
+
"step": 172
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.008426179604261796,
|
1217 |
+
"grad_norm": 9.197094917297363,
|
1218 |
+
"learning_rate": 1.6934406733817414e-05,
|
1219 |
+
"loss": 2.3229,
|
1220 |
+
"step": 173
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.008474885844748859,
|
1224 |
+
"grad_norm": 9.847735404968262,
|
1225 |
+
"learning_rate": 1.5772644703565565e-05,
|
1226 |
+
"loss": 2.0305,
|
1227 |
+
"step": 174
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.00852359208523592,
|
1231 |
+
"grad_norm": 10.200972557067871,
|
1232 |
+
"learning_rate": 1.4644660940672627e-05,
|
1233 |
+
"loss": 1.656,
|
1234 |
+
"step": 175
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.008572298325722984,
|
1238 |
+
"grad_norm": 10.505123138427734,
|
1239 |
+
"learning_rate": 1.3551568628929434e-05,
|
1240 |
+
"loss": 2.147,
|
1241 |
+
"step": 176
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.008621004566210046,
|
1245 |
+
"grad_norm": 8.955830574035645,
|
1246 |
+
"learning_rate": 1.2494446518477022e-05,
|
1247 |
+
"loss": 1.4854,
|
1248 |
+
"step": 177
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.008669710806697107,
|
1252 |
+
"grad_norm": 12.1397066116333,
|
1253 |
+
"learning_rate": 1.1474337861210543e-05,
|
1254 |
+
"loss": 2.39,
|
1255 |
+
"step": 178
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.00871841704718417,
|
1259 |
+
"grad_norm": 12.608519554138184,
|
1260 |
+
"learning_rate": 1.049224938121548e-05,
|
1261 |
+
"loss": 2.3129,
|
1262 |
+
"step": 179
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.008767123287671232,
|
1266 |
+
"grad_norm": 9.86025619506836,
|
1267 |
+
"learning_rate": 9.549150281252633e-06,
|
1268 |
+
"loss": 1.6276,
|
1269 |
+
"step": 180
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.008815829528158296,
|
1273 |
+
"grad_norm": 12.893600463867188,
|
1274 |
+
"learning_rate": 8.645971286271904e-06,
|
1275 |
+
"loss": 2.4241,
|
1276 |
+
"step": 181
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.008864535768645357,
|
1280 |
+
"grad_norm": 11.86868667602539,
|
1281 |
+
"learning_rate": 7.783603724899257e-06,
|
1282 |
+
"loss": 2.2967,
|
1283 |
+
"step": 182
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.00891324200913242,
|
1287 |
+
"grad_norm": 11.338330268859863,
|
1288 |
+
"learning_rate": 6.962898649802823e-06,
|
1289 |
+
"loss": 1.6438,
|
1290 |
+
"step": 183
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.008961948249619482,
|
1294 |
+
"grad_norm": 11.070121765136719,
|
1295 |
+
"learning_rate": 6.184665997806832e-06,
|
1296 |
+
"loss": 1.3556,
|
1297 |
+
"step": 184
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.009010654490106546,
|
1301 |
+
"grad_norm": 10.048547744750977,
|
1302 |
+
"learning_rate": 5.449673790581611e-06,
|
1303 |
+
"loss": 1.6426,
|
1304 |
+
"step": 185
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.009059360730593607,
|
1308 |
+
"grad_norm": 14.009288787841797,
|
1309 |
+
"learning_rate": 4.758647376699032e-06,
|
1310 |
+
"loss": 1.7888,
|
1311 |
+
"step": 186
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.00910806697108067,
|
1315 |
+
"grad_norm": 10.863405227661133,
|
1316 |
+
"learning_rate": 4.112268715800943e-06,
|
1317 |
+
"loss": 1.5613,
|
1318 |
+
"step": 187
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.009156773211567732,
|
1322 |
+
"grad_norm": 11.333900451660156,
|
1323 |
+
"learning_rate": 3.511175705587433e-06,
|
1324 |
+
"loss": 1.4206,
|
1325 |
+
"step": 188
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.009205479452054794,
|
1329 |
+
"grad_norm": 10.498023986816406,
|
1330 |
+
"learning_rate": 2.9559615522887273e-06,
|
1331 |
+
"loss": 1.8235,
|
1332 |
+
"step": 189
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.009254185692541857,
|
1336 |
+
"grad_norm": 9.978139877319336,
|
1337 |
+
"learning_rate": 2.4471741852423237e-06,
|
1338 |
+
"loss": 1.4594,
|
1339 |
+
"step": 190
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.009302891933028919,
|
1343 |
+
"grad_norm": 10.376583099365234,
|
1344 |
+
"learning_rate": 1.985315716152847e-06,
|
1345 |
+
"loss": 1.3848,
|
1346 |
+
"step": 191
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.009351598173515982,
|
1350 |
+
"grad_norm": 9.732892036437988,
|
1351 |
+
"learning_rate": 1.5708419435684462e-06,
|
1352 |
+
"loss": 1.0441,
|
1353 |
+
"step": 192
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.009400304414003044,
|
1357 |
+
"grad_norm": 10.896247863769531,
|
1358 |
+
"learning_rate": 1.2041619030626284e-06,
|
1359 |
+
"loss": 1.2706,
|
1360 |
+
"step": 193
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.009449010654490107,
|
1364 |
+
"grad_norm": 9.157602310180664,
|
1365 |
+
"learning_rate": 8.856374635655695e-07,
|
1366 |
+
"loss": 0.7031,
|
1367 |
+
"step": 194
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.009497716894977169,
|
1371 |
+
"grad_norm": 7.2205047607421875,
|
1372 |
+
"learning_rate": 6.15582970243117e-07,
|
1373 |
+
"loss": 0.4888,
|
1374 |
+
"step": 195
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.009546423135464232,
|
1378 |
+
"grad_norm": 6.679050922393799,
|
1379 |
+
"learning_rate": 3.9426493427611177e-07,
|
1380 |
+
"loss": 0.4518,
|
1381 |
+
"step": 196
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.009595129375951294,
|
1385 |
+
"grad_norm": 8.90599250793457,
|
1386 |
+
"learning_rate": 2.219017698460002e-07,
|
1387 |
+
"loss": 0.8044,
|
1388 |
+
"step": 197
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.009643835616438357,
|
1392 |
+
"grad_norm": 11.641607284545898,
|
1393 |
+
"learning_rate": 9.866357858642205e-08,
|
1394 |
+
"loss": 1.0654,
|
1395 |
+
"step": 198
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.009692541856925418,
|
1399 |
+
"grad_norm": 10.517057418823242,
|
1400 |
+
"learning_rate": 2.467198171342e-08,
|
1401 |
+
"loss": 0.7411,
|
1402 |
+
"step": 199
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.009741248097412482,
|
1406 |
+
"grad_norm": 12.261541366577148,
|
1407 |
+
"learning_rate": 0.0,
|
1408 |
+
"loss": 1.2423,
|
1409 |
+
"step": 200
|
1410 |
+
}
|
1411 |
+
],
|
1412 |
+
"logging_steps": 1,
|
1413 |
+
"max_steps": 200,
|
1414 |
+
"num_input_tokens_seen": 0,
|
1415 |
+
"num_train_epochs": 1,
|
1416 |
+
"save_steps": 239,
|
1417 |
+
"stateful_callbacks": {
|
1418 |
+
"TrainerControl": {
|
1419 |
+
"args": {
|
1420 |
+
"should_epoch_stop": false,
|
1421 |
+
"should_evaluate": false,
|
1422 |
+
"should_log": false,
|
1423 |
+
"should_save": true,
|
1424 |
+
"should_training_stop": true
|
1425 |
+
},
|
1426 |
+
"attributes": {}
|
1427 |
+
}
|
1428 |
+
},
|
1429 |
+
"total_flos": 5236987211022336.0,
|
1430 |
+
"train_batch_size": 4,
|
1431 |
+
"trial_name": null,
|
1432 |
+
"trial_params": null
|
1433 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:503af2c218da2cb644dec4a956076e2ab18e4c3fc722d027a07340b95d9ec2bf
|
3 |
+
size 6840
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|