Fizzarolli
commited on
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +208 -0
- trainer_state.json +1783 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-72B-Instruct
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.14.0
|
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-72B-Instruct",
|
5 |
+
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
+
"fan_in_fan_out": null,
|
9 |
+
"inference_mode": true,
|
10 |
+
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 32,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.25,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 16,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"q_proj",
|
27 |
+
"o_proj",
|
28 |
+
"v_proj",
|
29 |
+
"k_proj",
|
30 |
+
"up_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"down_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d88d38d302d3ed0192fafc37059558c43044b2c2f2894789bb350f5409a77bb
|
3 |
+
size 842289128
|
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 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13a9f55599507f3df292d13bfe6c520d5b359a0dcbf4cb9b54c478025a7531ed
|
3 |
+
size 428971348
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:033134f97541cc1a94091f5af8ef273579eb3eda06210f170aa2a795b84f320f
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0055dcc520e0bc6d25f33ad10b60792bb955cce2d186e1dce26112c16085ad39
|
3 |
+
size 1064
|
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:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
tokenizer_config.json
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|im_end|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"extra_special_tokens": {},
|
203 |
+
"model_max_length": 131072,
|
204 |
+
"pad_token": "<|endoftext|>",
|
205 |
+
"split_special_tokens": false,
|
206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
207 |
+
"unk_token": null
|
208 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1783 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0040160642570282,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 250,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.004016064257028112,
|
13 |
+
"grad_norm": 0.7356438636779785,
|
14 |
+
"learning_rate": 2.4000000000000003e-06,
|
15 |
+
"loss": 2.1205,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.008032128514056224,
|
20 |
+
"grad_norm": 0.6866766810417175,
|
21 |
+
"learning_rate": 4.800000000000001e-06,
|
22 |
+
"loss": 2.122,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.012048192771084338,
|
27 |
+
"grad_norm": 0.7540773153305054,
|
28 |
+
"learning_rate": 7.2e-06,
|
29 |
+
"loss": 2.326,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.01606425702811245,
|
34 |
+
"grad_norm": 0.8841753005981445,
|
35 |
+
"learning_rate": 9.600000000000001e-06,
|
36 |
+
"loss": 1.9947,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.020080321285140562,
|
41 |
+
"grad_norm": 0.7485767006874084,
|
42 |
+
"learning_rate": 1.2e-05,
|
43 |
+
"loss": 1.9986,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.024096385542168676,
|
48 |
+
"grad_norm": 0.5316860675811768,
|
49 |
+
"learning_rate": 1.44e-05,
|
50 |
+
"loss": 1.9405,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.028112449799196786,
|
55 |
+
"grad_norm": 0.2008056938648224,
|
56 |
+
"learning_rate": 1.6800000000000002e-05,
|
57 |
+
"loss": 1.7299,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.0321285140562249,
|
62 |
+
"grad_norm": 0.08951256424188614,
|
63 |
+
"learning_rate": 1.9200000000000003e-05,
|
64 |
+
"loss": 1.8174,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.03614457831325301,
|
69 |
+
"grad_norm": 0.19312520325183868,
|
70 |
+
"learning_rate": 2.16e-05,
|
71 |
+
"loss": 1.8569,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.040160642570281124,
|
76 |
+
"grad_norm": 0.2667342722415924,
|
77 |
+
"learning_rate": 2.4e-05,
|
78 |
+
"loss": 1.8051,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.04417670682730924,
|
83 |
+
"grad_norm": 0.3407232165336609,
|
84 |
+
"learning_rate": 2.64e-05,
|
85 |
+
"loss": 1.8647,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.04819277108433735,
|
90 |
+
"grad_norm": 0.4737996459007263,
|
91 |
+
"learning_rate": 2.88e-05,
|
92 |
+
"loss": 1.7965,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.05220883534136546,
|
97 |
+
"grad_norm": 0.41904422640800476,
|
98 |
+
"learning_rate": 3.12e-05,
|
99 |
+
"loss": 1.8721,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.05622489959839357,
|
104 |
+
"grad_norm": 0.23236039280891418,
|
105 |
+
"learning_rate": 3.3600000000000004e-05,
|
106 |
+
"loss": 2.0646,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.060240963855421686,
|
111 |
+
"grad_norm": 0.26083624362945557,
|
112 |
+
"learning_rate": 3.6e-05,
|
113 |
+
"loss": 1.7836,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.0642570281124498,
|
118 |
+
"grad_norm": 0.35279905796051025,
|
119 |
+
"learning_rate": 3.8400000000000005e-05,
|
120 |
+
"loss": 1.8611,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.06827309236947791,
|
125 |
+
"grad_norm": 0.30636098980903625,
|
126 |
+
"learning_rate": 4.08e-05,
|
127 |
+
"loss": 1.9236,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.07228915662650602,
|
132 |
+
"grad_norm": 0.2782573997974396,
|
133 |
+
"learning_rate": 4.32e-05,
|
134 |
+
"loss": 1.6871,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.07630522088353414,
|
139 |
+
"grad_norm": 0.16966235637664795,
|
140 |
+
"learning_rate": 4.5600000000000004e-05,
|
141 |
+
"loss": 1.7482,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.08032128514056225,
|
146 |
+
"grad_norm": 0.20790238678455353,
|
147 |
+
"learning_rate": 4.8e-05,
|
148 |
+
"loss": 1.7494,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.08433734939759036,
|
153 |
+
"grad_norm": 0.1863771229982376,
|
154 |
+
"learning_rate": 5.04e-05,
|
155 |
+
"loss": 1.7022,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.08835341365461848,
|
160 |
+
"grad_norm": 0.1544342190027237,
|
161 |
+
"learning_rate": 5.28e-05,
|
162 |
+
"loss": 1.9192,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.09236947791164658,
|
167 |
+
"grad_norm": 0.1717195063829422,
|
168 |
+
"learning_rate": 5.520000000000001e-05,
|
169 |
+
"loss": 2.0797,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.0963855421686747,
|
174 |
+
"grad_norm": 0.13888715207576752,
|
175 |
+
"learning_rate": 5.76e-05,
|
176 |
+
"loss": 1.8933,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.10040160642570281,
|
181 |
+
"grad_norm": 0.12953609228134155,
|
182 |
+
"learning_rate": 6e-05,
|
183 |
+
"loss": 1.8774,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.10441767068273092,
|
188 |
+
"grad_norm": 0.1392662227153778,
|
189 |
+
"learning_rate": 5.999933829087074e-05,
|
190 |
+
"loss": 1.9031,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.10843373493975904,
|
195 |
+
"grad_norm": 0.17272761464118958,
|
196 |
+
"learning_rate": 5.999735319267354e-05,
|
197 |
+
"loss": 1.8345,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.11244979919678715,
|
202 |
+
"grad_norm": 0.17943339049816132,
|
203 |
+
"learning_rate": 5.999404479297892e-05,
|
204 |
+
"loss": 1.7537,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.11646586345381527,
|
209 |
+
"grad_norm": 0.14608968794345856,
|
210 |
+
"learning_rate": 5.998941323773343e-05,
|
211 |
+
"loss": 1.8518,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.12048192771084337,
|
216 |
+
"grad_norm": 0.12942039966583252,
|
217 |
+
"learning_rate": 5.9983458731253224e-05,
|
218 |
+
"loss": 1.8527,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.12449799196787148,
|
223 |
+
"grad_norm": 0.1064087525010109,
|
224 |
+
"learning_rate": 5.9976181536215066e-05,
|
225 |
+
"loss": 1.7588,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.1285140562248996,
|
230 |
+
"grad_norm": 0.123220294713974,
|
231 |
+
"learning_rate": 5.99675819736447e-05,
|
232 |
+
"loss": 1.7637,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.13253012048192772,
|
237 |
+
"grad_norm": 0.1729809194803238,
|
238 |
+
"learning_rate": 5.9957660422902735e-05,
|
239 |
+
"loss": 1.9683,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.13654618473895583,
|
244 |
+
"grad_norm": 0.12830182909965515,
|
245 |
+
"learning_rate": 5.9946417321667896e-05,
|
246 |
+
"loss": 1.8534,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.14056224899598393,
|
251 |
+
"grad_norm": 0.10919933766126633,
|
252 |
+
"learning_rate": 5.993385316591769e-05,
|
253 |
+
"loss": 1.801,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.14457831325301204,
|
258 |
+
"grad_norm": 0.10252447426319122,
|
259 |
+
"learning_rate": 5.991996850990655e-05,
|
260 |
+
"loss": 1.7462,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.14859437751004015,
|
265 |
+
"grad_norm": 0.10130741447210312,
|
266 |
+
"learning_rate": 5.9904763966141394e-05,
|
267 |
+
"loss": 1.7917,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.15261044176706828,
|
272 |
+
"grad_norm": 0.14359734952449799,
|
273 |
+
"learning_rate": 5.9888240205354576e-05,
|
274 |
+
"loss": 1.5508,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.1566265060240964,
|
279 |
+
"grad_norm": 0.13955214619636536,
|
280 |
+
"learning_rate": 5.987039795647432e-05,
|
281 |
+
"loss": 1.8419,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.1606425702811245,
|
286 |
+
"grad_norm": 0.1250331997871399,
|
287 |
+
"learning_rate": 5.985123800659256e-05,
|
288 |
+
"loss": 1.8584,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.1646586345381526,
|
293 |
+
"grad_norm": 0.09694834798574448,
|
294 |
+
"learning_rate": 5.983076120093022e-05,
|
295 |
+
"loss": 1.7475,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.1686746987951807,
|
300 |
+
"grad_norm": 0.10690533369779587,
|
301 |
+
"learning_rate": 5.98089684427999e-05,
|
302 |
+
"loss": 1.881,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.17269076305220885,
|
307 |
+
"grad_norm": 0.10619474202394485,
|
308 |
+
"learning_rate": 5.978586069356608e-05,
|
309 |
+
"loss": 1.7596,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.17670682730923695,
|
314 |
+
"grad_norm": 0.1079355850815773,
|
315 |
+
"learning_rate": 5.9761438972602665e-05,
|
316 |
+
"loss": 1.8796,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.18072289156626506,
|
321 |
+
"grad_norm": 0.1343262791633606,
|
322 |
+
"learning_rate": 5.973570435724803e-05,
|
323 |
+
"loss": 1.8608,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.18473895582329317,
|
328 |
+
"grad_norm": 0.08072712272405624,
|
329 |
+
"learning_rate": 5.970865798275751e-05,
|
330 |
+
"loss": 1.8684,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.18875502008032127,
|
335 |
+
"grad_norm": 0.08719664812088013,
|
336 |
+
"learning_rate": 5.968030104225331e-05,
|
337 |
+
"loss": 1.7377,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.1927710843373494,
|
342 |
+
"grad_norm": 0.1065979152917862,
|
343 |
+
"learning_rate": 5.9650634786671835e-05,
|
344 |
+
"loss": 1.9423,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.19678714859437751,
|
349 |
+
"grad_norm": 0.10489759594202042,
|
350 |
+
"learning_rate": 5.961966052470857e-05,
|
351 |
+
"loss": 1.7712,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.20080321285140562,
|
356 |
+
"grad_norm": 0.08399316668510437,
|
357 |
+
"learning_rate": 5.9587379622760314e-05,
|
358 |
+
"loss": 1.9296,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.20481927710843373,
|
363 |
+
"grad_norm": 0.08468279987573624,
|
364 |
+
"learning_rate": 5.95537935048649e-05,
|
365 |
+
"loss": 1.8012,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.20883534136546184,
|
370 |
+
"grad_norm": 0.08074142038822174,
|
371 |
+
"learning_rate": 5.9518903652638376e-05,
|
372 |
+
"loss": 1.8227,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.21285140562248997,
|
377 |
+
"grad_norm": 0.13968394696712494,
|
378 |
+
"learning_rate": 5.948271160520967e-05,
|
379 |
+
"loss": 1.8852,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.21686746987951808,
|
384 |
+
"grad_norm": 0.14500737190246582,
|
385 |
+
"learning_rate": 5.944521895915265e-05,
|
386 |
+
"loss": 1.664,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.22088353413654618,
|
391 |
+
"grad_norm": 0.15516269207000732,
|
392 |
+
"learning_rate": 5.9406427368415735e-05,
|
393 |
+
"loss": 1.8514,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.2248995983935743,
|
398 |
+
"grad_norm": 0.07931994646787643,
|
399 |
+
"learning_rate": 5.93663385442489e-05,
|
400 |
+
"loss": 2.0106,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.2289156626506024,
|
405 |
+
"grad_norm": 0.07893547415733337,
|
406 |
+
"learning_rate": 5.932495425512823e-05,
|
407 |
+
"loss": 1.7823,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.23293172690763053,
|
412 |
+
"grad_norm": 0.10270941257476807,
|
413 |
+
"learning_rate": 5.928227632667782e-05,
|
414 |
+
"loss": 1.7455,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.23694779116465864,
|
419 |
+
"grad_norm": 0.0862252414226532,
|
420 |
+
"learning_rate": 5.923830664158934e-05,
|
421 |
+
"loss": 1.8221,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.24096385542168675,
|
426 |
+
"grad_norm": 0.09398238360881805,
|
427 |
+
"learning_rate": 5.919304713953893e-05,
|
428 |
+
"loss": 1.8726,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.24497991967871485,
|
433 |
+
"grad_norm": 0.12090852856636047,
|
434 |
+
"learning_rate": 5.914649981710164e-05,
|
435 |
+
"loss": 1.9723,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.24899598393574296,
|
440 |
+
"grad_norm": 0.10450229793787003,
|
441 |
+
"learning_rate": 5.909866672766334e-05,
|
442 |
+
"loss": 1.9845,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.25301204819277107,
|
447 |
+
"grad_norm": 0.10860798507928848,
|
448 |
+
"learning_rate": 5.904954998133017e-05,
|
449 |
+
"loss": 1.9028,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.2570281124497992,
|
454 |
+
"grad_norm": 0.13051600754261017,
|
455 |
+
"learning_rate": 5.8999151744835415e-05,
|
456 |
+
"loss": 1.7577,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.26104417670682734,
|
461 |
+
"grad_norm": 0.15481741726398468,
|
462 |
+
"learning_rate": 5.894747424144397e-05,
|
463 |
+
"loss": 1.6495,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.26506024096385544,
|
468 |
+
"grad_norm": 0.10475904494524002,
|
469 |
+
"learning_rate": 5.8894519750854215e-05,
|
470 |
+
"loss": 1.8233,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.26907630522088355,
|
475 |
+
"grad_norm": 0.08438512682914734,
|
476 |
+
"learning_rate": 5.8840290609097454e-05,
|
477 |
+
"loss": 1.9323,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.27309236947791166,
|
482 |
+
"grad_norm": 0.08830106258392334,
|
483 |
+
"learning_rate": 5.878478920843492e-05,
|
484 |
+
"loss": 1.8682,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.27710843373493976,
|
489 |
+
"grad_norm": 0.09730786830186844,
|
490 |
+
"learning_rate": 5.872801799725218e-05,
|
491 |
+
"loss": 1.8755,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.28112449799196787,
|
496 |
+
"grad_norm": 0.09512544423341751,
|
497 |
+
"learning_rate": 5.866997947995114e-05,
|
498 |
+
"loss": 1.6028,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.285140562248996,
|
503 |
+
"grad_norm": 0.11627932637929916,
|
504 |
+
"learning_rate": 5.8610676216839586e-05,
|
505 |
+
"loss": 1.9151,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.2891566265060241,
|
510 |
+
"grad_norm": 0.13668064773082733,
|
511 |
+
"learning_rate": 5.855011082401822e-05,
|
512 |
+
"loss": 1.664,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.2931726907630522,
|
517 |
+
"grad_norm": 0.10782669484615326,
|
518 |
+
"learning_rate": 5.848828597326528e-05,
|
519 |
+
"loss": 1.7598,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.2971887550200803,
|
524 |
+
"grad_norm": 0.09803726524114609,
|
525 |
+
"learning_rate": 5.842520439191862e-05,
|
526 |
+
"loss": 1.5882,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.30120481927710846,
|
531 |
+
"grad_norm": 0.09667789936065674,
|
532 |
+
"learning_rate": 5.836086886275548e-05,
|
533 |
+
"loss": 2.0459,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.30522088353413657,
|
538 |
+
"grad_norm": 0.10181078314781189,
|
539 |
+
"learning_rate": 5.829528222386966e-05,
|
540 |
+
"loss": 1.771,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.3092369477911647,
|
545 |
+
"grad_norm": 0.08946649730205536,
|
546 |
+
"learning_rate": 5.8228447368546314e-05,
|
547 |
+
"loss": 1.7914,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.3132530120481928,
|
552 |
+
"grad_norm": 0.0814245194196701,
|
553 |
+
"learning_rate": 5.816036724513439e-05,
|
554 |
+
"loss": 1.764,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.3172690763052209,
|
559 |
+
"grad_norm": 0.07315659523010254,
|
560 |
+
"learning_rate": 5.809104485691649e-05,
|
561 |
+
"loss": 1.8567,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.321285140562249,
|
566 |
+
"grad_norm": 0.07435451447963715,
|
567 |
+
"learning_rate": 5.802048326197644e-05,
|
568 |
+
"loss": 1.8489,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.3253012048192771,
|
573 |
+
"grad_norm": 0.13348247110843658,
|
574 |
+
"learning_rate": 5.794868557306433e-05,
|
575 |
+
"loss": 1.6286,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.3293172690763052,
|
580 |
+
"grad_norm": 0.0857180655002594,
|
581 |
+
"learning_rate": 5.787565495745924e-05,
|
582 |
+
"loss": 1.8996,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.3333333333333333,
|
587 |
+
"grad_norm": 0.11295263469219208,
|
588 |
+
"learning_rate": 5.780139463682952e-05,
|
589 |
+
"loss": 1.5915,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.3373493975903614,
|
594 |
+
"grad_norm": 0.08790762722492218,
|
595 |
+
"learning_rate": 5.7725907887090634e-05,
|
596 |
+
"loss": 1.7598,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.3413654618473896,
|
601 |
+
"grad_norm": 0.08483127504587173,
|
602 |
+
"learning_rate": 5.764919803826068e-05,
|
603 |
+
"loss": 1.862,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.3453815261044177,
|
608 |
+
"grad_norm": 0.08203373849391937,
|
609 |
+
"learning_rate": 5.757126847431347e-05,
|
610 |
+
"loss": 1.8408,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.3493975903614458,
|
615 |
+
"grad_norm": 0.0757412239909172,
|
616 |
+
"learning_rate": 5.749212263302927e-05,
|
617 |
+
"loss": 1.8627,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.3534136546184739,
|
622 |
+
"grad_norm": 0.09138002246618271,
|
623 |
+
"learning_rate": 5.741176400584313e-05,
|
624 |
+
"loss": 1.6849,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.357429718875502,
|
629 |
+
"grad_norm": 0.1019127294421196,
|
630 |
+
"learning_rate": 5.733019613769086e-05,
|
631 |
+
"loss": 1.7678,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.3614457831325301,
|
636 |
+
"grad_norm": 0.09306428581476212,
|
637 |
+
"learning_rate": 5.7247422626852666e-05,
|
638 |
+
"loss": 1.7371,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.3654618473895582,
|
643 |
+
"grad_norm": 0.10577791184186935,
|
644 |
+
"learning_rate": 5.7163447124794405e-05,
|
645 |
+
"loss": 1.6762,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.36947791164658633,
|
650 |
+
"grad_norm": 0.12335649132728577,
|
651 |
+
"learning_rate": 5.707827333600648e-05,
|
652 |
+
"loss": 1.7191,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.37349397590361444,
|
657 |
+
"grad_norm": 0.10361435264348984,
|
658 |
+
"learning_rate": 5.699190501784049e-05,
|
659 |
+
"loss": 1.8953,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.37751004016064255,
|
664 |
+
"grad_norm": 0.0855787992477417,
|
665 |
+
"learning_rate": 5.690434598034338e-05,
|
666 |
+
"loss": 1.884,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.3815261044176707,
|
671 |
+
"grad_norm": 0.09389682114124298,
|
672 |
+
"learning_rate": 5.6815600086089486e-05,
|
673 |
+
"loss": 1.5828,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.3855421686746988,
|
678 |
+
"grad_norm": 0.08702408522367477,
|
679 |
+
"learning_rate": 5.672567125001e-05,
|
680 |
+
"loss": 1.8452,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.3895582329317269,
|
685 |
+
"grad_norm": 0.10916967689990997,
|
686 |
+
"learning_rate": 5.663456343922039e-05,
|
687 |
+
"loss": 1.6201,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.39357429718875503,
|
692 |
+
"grad_norm": 0.081611767411232,
|
693 |
+
"learning_rate": 5.654228067284534e-05,
|
694 |
+
"loss": 1.9651,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.39759036144578314,
|
699 |
+
"grad_norm": 0.12812922894954681,
|
700 |
+
"learning_rate": 5.6448827021841444e-05,
|
701 |
+
"loss": 1.7838,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.40160642570281124,
|
706 |
+
"grad_norm": 0.08412948250770569,
|
707 |
+
"learning_rate": 5.635420660881763e-05,
|
708 |
+
"loss": 1.737,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.40562248995983935,
|
713 |
+
"grad_norm": 0.09557431936264038,
|
714 |
+
"learning_rate": 5.6258423607853306e-05,
|
715 |
+
"loss": 1.8245,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.40963855421686746,
|
720 |
+
"grad_norm": 0.10354951024055481,
|
721 |
+
"learning_rate": 5.616148224431423e-05,
|
722 |
+
"loss": 1.8694,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.41365461847389556,
|
727 |
+
"grad_norm": 0.08835772424936295,
|
728 |
+
"learning_rate": 5.6063386794666075e-05,
|
729 |
+
"loss": 1.7883,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.41767068273092367,
|
734 |
+
"grad_norm": 0.10105304419994354,
|
735 |
+
"learning_rate": 5.596414158628581e-05,
|
736 |
+
"loss": 1.6835,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.42168674698795183,
|
741 |
+
"grad_norm": 0.13019445538520813,
|
742 |
+
"learning_rate": 5.586375099727081e-05,
|
743 |
+
"loss": 1.8853,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.42570281124497994,
|
748 |
+
"grad_norm": 0.12298959493637085,
|
749 |
+
"learning_rate": 5.5762219456245676e-05,
|
750 |
+
"loss": 1.7237,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.42971887550200805,
|
755 |
+
"grad_norm": 0.10004926472902298,
|
756 |
+
"learning_rate": 5.5659551442166924e-05,
|
757 |
+
"loss": 1.6178,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.43373493975903615,
|
762 |
+
"grad_norm": 0.11601317673921585,
|
763 |
+
"learning_rate": 5.555575148412536e-05,
|
764 |
+
"loss": 1.6619,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.43775100401606426,
|
769 |
+
"grad_norm": 0.09062661230564117,
|
770 |
+
"learning_rate": 5.545082416114632e-05,
|
771 |
+
"loss": 1.7387,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.44176706827309237,
|
776 |
+
"grad_norm": 0.096687912940979,
|
777 |
+
"learning_rate": 5.534477410198763e-05,
|
778 |
+
"loss": 1.8114,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.4457831325301205,
|
783 |
+
"grad_norm": 0.09439574927091599,
|
784 |
+
"learning_rate": 5.5237605984935435e-05,
|
785 |
+
"loss": 1.8035,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.4497991967871486,
|
790 |
+
"grad_norm": 0.1305311769247055,
|
791 |
+
"learning_rate": 5.5129324537597846e-05,
|
792 |
+
"loss": 1.9107,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.4538152610441767,
|
797 |
+
"grad_norm": 0.09376931935548782,
|
798 |
+
"learning_rate": 5.5019934536696336e-05,
|
799 |
+
"loss": 1.8721,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.4578313253012048,
|
804 |
+
"grad_norm": 0.10925185680389404,
|
805 |
+
"learning_rate": 5.490944080785507e-05,
|
806 |
+
"loss": 1.8682,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.46184738955823296,
|
811 |
+
"grad_norm": 0.1156877651810646,
|
812 |
+
"learning_rate": 5.479784822538796e-05,
|
813 |
+
"loss": 1.5833,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.46586345381526106,
|
818 |
+
"grad_norm": 0.1127604991197586,
|
819 |
+
"learning_rate": 5.468516171208373e-05,
|
820 |
+
"loss": 1.6511,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.46987951807228917,
|
825 |
+
"grad_norm": 0.08820759505033493,
|
826 |
+
"learning_rate": 5.4571386238988685e-05,
|
827 |
+
"loss": 1.569,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.4738955823293173,
|
832 |
+
"grad_norm": 0.11805479973554611,
|
833 |
+
"learning_rate": 5.445652682518744e-05,
|
834 |
+
"loss": 1.7633,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.4779116465863454,
|
839 |
+
"grad_norm": 0.10260842740535736,
|
840 |
+
"learning_rate": 5.434058853758151e-05,
|
841 |
+
"loss": 1.5363,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.4819277108433735,
|
846 |
+
"grad_norm": 0.09707831591367722,
|
847 |
+
"learning_rate": 5.422357649066577e-05,
|
848 |
+
"loss": 1.8102,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.4859437751004016,
|
853 |
+
"grad_norm": 0.1374276876449585,
|
854 |
+
"learning_rate": 5.4105495846302885e-05,
|
855 |
+
"loss": 1.6286,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.4899598393574297,
|
860 |
+
"grad_norm": 0.1383811980485916,
|
861 |
+
"learning_rate": 5.398635181349553e-05,
|
862 |
+
"loss": 1.8758,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.4939759036144578,
|
867 |
+
"grad_norm": 0.1613747775554657,
|
868 |
+
"learning_rate": 5.386614964815666e-05,
|
869 |
+
"loss": 1.8786,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.4979919678714859,
|
874 |
+
"grad_norm": 0.12664808332920074,
|
875 |
+
"learning_rate": 5.3744894652877625e-05,
|
876 |
+
"loss": 2.0399,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.5020080321285141,
|
881 |
+
"grad_norm": 0.10178882628679276,
|
882 |
+
"learning_rate": 5.362259217669424e-05,
|
883 |
+
"loss": 1.9754,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.5060240963855421,
|
888 |
+
"grad_norm": 0.12219224870204926,
|
889 |
+
"learning_rate": 5.349924761485084e-05,
|
890 |
+
"loss": 1.6695,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.5100401606425703,
|
895 |
+
"grad_norm": 0.11439970135688782,
|
896 |
+
"learning_rate": 5.3374866408562266e-05,
|
897 |
+
"loss": 1.9119,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.5140562248995983,
|
902 |
+
"grad_norm": 0.09417600184679031,
|
903 |
+
"learning_rate": 5.324945404477383e-05,
|
904 |
+
"loss": 1.7473,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.5180722891566265,
|
909 |
+
"grad_norm": 0.09558118879795074,
|
910 |
+
"learning_rate": 5.3123016055919275e-05,
|
911 |
+
"loss": 1.4051,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.5220883534136547,
|
916 |
+
"grad_norm": 0.10001164674758911,
|
917 |
+
"learning_rate": 5.29955580196767e-05,
|
918 |
+
"loss": 1.7789,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.5261044176706827,
|
923 |
+
"grad_norm": 0.09575448930263519,
|
924 |
+
"learning_rate": 5.2867085558722515e-05,
|
925 |
+
"loss": 1.7881,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.5301204819277109,
|
930 |
+
"grad_norm": 0.09888429939746857,
|
931 |
+
"learning_rate": 5.27376043404834e-05,
|
932 |
+
"loss": 1.7188,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.5341365461847389,
|
937 |
+
"grad_norm": 0.11489002406597137,
|
938 |
+
"learning_rate": 5.260712007688631e-05,
|
939 |
+
"loss": 1.5928,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.5381526104417671,
|
944 |
+
"grad_norm": 0.10772331058979034,
|
945 |
+
"learning_rate": 5.247563852410647e-05,
|
946 |
+
"loss": 1.7395,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.5421686746987951,
|
951 |
+
"grad_norm": 0.12452363222837448,
|
952 |
+
"learning_rate": 5.234316548231346e-05,
|
953 |
+
"loss": 1.7145,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.5461847389558233,
|
958 |
+
"grad_norm": 0.162751242518425,
|
959 |
+
"learning_rate": 5.220970679541537e-05,
|
960 |
+
"loss": 1.93,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.5502008032128514,
|
965 |
+
"grad_norm": 0.09236788004636765,
|
966 |
+
"learning_rate": 5.207526835080096e-05,
|
967 |
+
"loss": 1.7755,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.5542168674698795,
|
972 |
+
"grad_norm": 0.09892769902944565,
|
973 |
+
"learning_rate": 5.193985607907996e-05,
|
974 |
+
"loss": 1.8125,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.5582329317269076,
|
979 |
+
"grad_norm": 0.10891012102365494,
|
980 |
+
"learning_rate": 5.180347595382148e-05,
|
981 |
+
"loss": 1.7344,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.5622489959839357,
|
986 |
+
"grad_norm": 0.10631144046783447,
|
987 |
+
"learning_rate": 5.166613399129045e-05,
|
988 |
+
"loss": 1.8008,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.5662650602409639,
|
993 |
+
"grad_norm": 0.10682453960180283,
|
994 |
+
"learning_rate": 5.1527836250182216e-05,
|
995 |
+
"loss": 1.8495,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.570281124497992,
|
1000 |
+
"grad_norm": 0.10644228011369705,
|
1001 |
+
"learning_rate": 5.138858883135532e-05,
|
1002 |
+
"loss": 1.7763,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.5742971887550201,
|
1007 |
+
"grad_norm": 0.10813590884208679,
|
1008 |
+
"learning_rate": 5.1248397877562306e-05,
|
1009 |
+
"loss": 1.7689,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.5783132530120482,
|
1014 |
+
"grad_norm": 0.1288304626941681,
|
1015 |
+
"learning_rate": 5.1107269573178765e-05,
|
1016 |
+
"loss": 1.5501,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.5823293172690763,
|
1021 |
+
"grad_norm": 0.09014229476451874,
|
1022 |
+
"learning_rate": 5.096521014393053e-05,
|
1023 |
+
"loss": 2.0159,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.5863453815261044,
|
1028 |
+
"grad_norm": 0.11336657404899597,
|
1029 |
+
"learning_rate": 5.082222585661902e-05,
|
1030 |
+
"loss": 1.6987,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.5903614457831325,
|
1035 |
+
"grad_norm": 0.10714301466941833,
|
1036 |
+
"learning_rate": 5.0678323018844784e-05,
|
1037 |
+
"loss": 1.6675,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.5943775100401606,
|
1042 |
+
"grad_norm": 0.1200934424996376,
|
1043 |
+
"learning_rate": 5.0533507978729236e-05,
|
1044 |
+
"loss": 1.7993,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.5983935742971888,
|
1049 |
+
"grad_norm": 0.09276578575372696,
|
1050 |
+
"learning_rate": 5.0387787124634674e-05,
|
1051 |
+
"loss": 1.7931,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.6024096385542169,
|
1056 |
+
"grad_norm": 0.12235195189714432,
|
1057 |
+
"learning_rate": 5.0241166884882394e-05,
|
1058 |
+
"loss": 1.8777,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.606425702811245,
|
1063 |
+
"grad_norm": 0.10112816095352173,
|
1064 |
+
"learning_rate": 5.0093653727469127e-05,
|
1065 |
+
"loss": 1.6646,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.6104417670682731,
|
1070 |
+
"grad_norm": 0.10711057484149933,
|
1071 |
+
"learning_rate": 4.994525415978175e-05,
|
1072 |
+
"loss": 1.6652,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.6144578313253012,
|
1077 |
+
"grad_norm": 0.12113311886787415,
|
1078 |
+
"learning_rate": 4.979597472831016e-05,
|
1079 |
+
"loss": 1.8628,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.6184738955823293,
|
1084 |
+
"grad_norm": 0.10867751389741898,
|
1085 |
+
"learning_rate": 4.964582201835856e-05,
|
1086 |
+
"loss": 1.8879,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.6224899598393574,
|
1091 |
+
"grad_norm": 0.1424121856689453,
|
1092 |
+
"learning_rate": 4.9494802653754846e-05,
|
1093 |
+
"loss": 1.6689,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.6265060240963856,
|
1098 |
+
"grad_norm": 0.11042691767215729,
|
1099 |
+
"learning_rate": 4.934292329655852e-05,
|
1100 |
+
"loss": 1.5745,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.6305220883534136,
|
1105 |
+
"grad_norm": 0.11223538219928741,
|
1106 |
+
"learning_rate": 4.919019064676674e-05,
|
1107 |
+
"loss": 1.7756,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.6345381526104418,
|
1112 |
+
"grad_norm": 0.12498051673173904,
|
1113 |
+
"learning_rate": 4.903661144201873e-05,
|
1114 |
+
"loss": 1.6208,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.6385542168674698,
|
1119 |
+
"grad_norm": 0.11375685781240463,
|
1120 |
+
"learning_rate": 4.888219245729863e-05,
|
1121 |
+
"loss": 1.9195,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.642570281124498,
|
1126 |
+
"grad_norm": 0.11936648935079575,
|
1127 |
+
"learning_rate": 4.872694050463656e-05,
|
1128 |
+
"loss": 1.7615,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.6465863453815262,
|
1133 |
+
"grad_norm": 0.14738889038562775,
|
1134 |
+
"learning_rate": 4.857086243280815e-05,
|
1135 |
+
"loss": 1.4813,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.6506024096385542,
|
1140 |
+
"grad_norm": 0.10601120442152023,
|
1141 |
+
"learning_rate": 4.8413965127032396e-05,
|
1142 |
+
"loss": 1.7443,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.6546184738955824,
|
1147 |
+
"grad_norm": 0.16903774440288544,
|
1148 |
+
"learning_rate": 4.825625550866795e-05,
|
1149 |
+
"loss": 1.7467,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.6586345381526104,
|
1154 |
+
"grad_norm": 0.1252775341272354,
|
1155 |
+
"learning_rate": 4.8097740534907745e-05,
|
1156 |
+
"loss": 1.7344,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.6626506024096386,
|
1161 |
+
"grad_norm": 0.09926458448171616,
|
1162 |
+
"learning_rate": 4.793842719847214e-05,
|
1163 |
+
"loss": 1.8299,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.6666666666666666,
|
1168 |
+
"grad_norm": 0.11151187121868134,
|
1169 |
+
"learning_rate": 4.7778322527300415e-05,
|
1170 |
+
"loss": 1.9818,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.6706827309236948,
|
1175 |
+
"grad_norm": 0.09780837595462799,
|
1176 |
+
"learning_rate": 4.761743358424073e-05,
|
1177 |
+
"loss": 1.8249,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.6746987951807228,
|
1182 |
+
"grad_norm": 0.11365465819835663,
|
1183 |
+
"learning_rate": 4.745576746673859e-05,
|
1184 |
+
"loss": 1.7066,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.678714859437751,
|
1189 |
+
"grad_norm": 0.11123645305633545,
|
1190 |
+
"learning_rate": 4.72933313065237e-05,
|
1191 |
+
"loss": 1.7652,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.6827309236947792,
|
1196 |
+
"grad_norm": 0.10402809083461761,
|
1197 |
+
"learning_rate": 4.713013226929543e-05,
|
1198 |
+
"loss": 1.9567,
|
1199 |
+
"step": 170
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.6867469879518072,
|
1203 |
+
"grad_norm": 0.11607303470373154,
|
1204 |
+
"learning_rate": 4.696617755440661e-05,
|
1205 |
+
"loss": 1.7311,
|
1206 |
+
"step": 171
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.6907630522088354,
|
1210 |
+
"grad_norm": 0.11645929515361786,
|
1211 |
+
"learning_rate": 4.6801474394546034e-05,
|
1212 |
+
"loss": 1.8036,
|
1213 |
+
"step": 172
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.6947791164658634,
|
1217 |
+
"grad_norm": 0.1081853061914444,
|
1218 |
+
"learning_rate": 4.663603005541933e-05,
|
1219 |
+
"loss": 1.8126,
|
1220 |
+
"step": 173
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.6987951807228916,
|
1224 |
+
"grad_norm": 0.10500285774469376,
|
1225 |
+
"learning_rate": 4.646985183542845e-05,
|
1226 |
+
"loss": 1.7044,
|
1227 |
+
"step": 174
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.7028112449799196,
|
1231 |
+
"grad_norm": 0.11390309780836105,
|
1232 |
+
"learning_rate": 4.630294706534977e-05,
|
1233 |
+
"loss": 1.8124,
|
1234 |
+
"step": 175
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.7068273092369478,
|
1238 |
+
"grad_norm": 0.1308196634054184,
|
1239 |
+
"learning_rate": 4.613532310801062e-05,
|
1240 |
+
"loss": 1.6631,
|
1241 |
+
"step": 176
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.7108433734939759,
|
1245 |
+
"grad_norm": 0.11062182486057281,
|
1246 |
+
"learning_rate": 4.5966987357964526e-05,
|
1247 |
+
"loss": 1.6611,
|
1248 |
+
"step": 177
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.714859437751004,
|
1252 |
+
"grad_norm": 0.10045716166496277,
|
1253 |
+
"learning_rate": 4.5797947241164984e-05,
|
1254 |
+
"loss": 1.8025,
|
1255 |
+
"step": 178
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.7188755020080321,
|
1259 |
+
"grad_norm": 0.10317470133304596,
|
1260 |
+
"learning_rate": 4.562821021463791e-05,
|
1261 |
+
"loss": 1.7107,
|
1262 |
+
"step": 179
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.7228915662650602,
|
1266 |
+
"grad_norm": 0.11115267127752304,
|
1267 |
+
"learning_rate": 4.545778376615263e-05,
|
1268 |
+
"loss": 1.7796,
|
1269 |
+
"step": 180
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.7269076305220884,
|
1273 |
+
"grad_norm": 0.11856064200401306,
|
1274 |
+
"learning_rate": 4.5286675413891584e-05,
|
1275 |
+
"loss": 1.8696,
|
1276 |
+
"step": 181
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.7309236947791165,
|
1280 |
+
"grad_norm": 0.1215963363647461,
|
1281 |
+
"learning_rate": 4.5114892706118725e-05,
|
1282 |
+
"loss": 1.8084,
|
1283 |
+
"step": 182
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.7349397590361446,
|
1287 |
+
"grad_norm": 0.09853583574295044,
|
1288 |
+
"learning_rate": 4.4942443220846415e-05,
|
1289 |
+
"loss": 1.8725,
|
1290 |
+
"step": 183
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.7389558232931727,
|
1294 |
+
"grad_norm": 0.10426657646894455,
|
1295 |
+
"learning_rate": 4.476933456550128e-05,
|
1296 |
+
"loss": 1.6489,
|
1297 |
+
"step": 184
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.7429718875502008,
|
1301 |
+
"grad_norm": 0.10910302400588989,
|
1302 |
+
"learning_rate": 4.459557437658844e-05,
|
1303 |
+
"loss": 1.9391,
|
1304 |
+
"step": 185
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.7469879518072289,
|
1308 |
+
"grad_norm": 0.09922551363706589,
|
1309 |
+
"learning_rate": 4.4421170319354825e-05,
|
1310 |
+
"loss": 1.8068,
|
1311 |
+
"step": 186
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.751004016064257,
|
1315 |
+
"grad_norm": 0.12102405726909637,
|
1316 |
+
"learning_rate": 4.4246130087450885e-05,
|
1317 |
+
"loss": 1.7633,
|
1318 |
+
"step": 187
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.7550200803212851,
|
1322 |
+
"grad_norm": 0.1103704422712326,
|
1323 |
+
"learning_rate": 4.407046140259123e-05,
|
1324 |
+
"loss": 1.6617,
|
1325 |
+
"step": 188
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.7590361445783133,
|
1329 |
+
"grad_norm": 0.13233919441699982,
|
1330 |
+
"learning_rate": 4.389417201421404e-05,
|
1331 |
+
"loss": 1.6365,
|
1332 |
+
"step": 189
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.7630522088353414,
|
1336 |
+
"grad_norm": 0.1326707899570465,
|
1337 |
+
"learning_rate": 4.3717269699139156e-05,
|
1338 |
+
"loss": 1.7263,
|
1339 |
+
"step": 190
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.7670682730923695,
|
1343 |
+
"grad_norm": 0.11567298322916031,
|
1344 |
+
"learning_rate": 4.3539762261225044e-05,
|
1345 |
+
"loss": 1.7935,
|
1346 |
+
"step": 191
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.7710843373493976,
|
1350 |
+
"grad_norm": 0.10680199414491653,
|
1351 |
+
"learning_rate": 4.336165753102451e-05,
|
1352 |
+
"loss": 1.7901,
|
1353 |
+
"step": 192
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.7751004016064257,
|
1357 |
+
"grad_norm": 0.21424338221549988,
|
1358 |
+
"learning_rate": 4.3182963365439275e-05,
|
1359 |
+
"loss": 1.8038,
|
1360 |
+
"step": 193
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.7791164658634538,
|
1364 |
+
"grad_norm": 0.11191921681165695,
|
1365 |
+
"learning_rate": 4.3003687647373405e-05,
|
1366 |
+
"loss": 1.6104,
|
1367 |
+
"step": 194
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.7831325301204819,
|
1371 |
+
"grad_norm": 0.12618285417556763,
|
1372 |
+
"learning_rate": 4.282383828538551e-05,
|
1373 |
+
"loss": 1.7352,
|
1374 |
+
"step": 195
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.7871485943775101,
|
1378 |
+
"grad_norm": 0.11540846526622772,
|
1379 |
+
"learning_rate": 4.264342321333989e-05,
|
1380 |
+
"loss": 1.5843,
|
1381 |
+
"step": 196
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.7911646586345381,
|
1385 |
+
"grad_norm": 0.2725273668766022,
|
1386 |
+
"learning_rate": 4.24624503900566e-05,
|
1387 |
+
"loss": 1.7595,
|
1388 |
+
"step": 197
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.7951807228915663,
|
1392 |
+
"grad_norm": 0.13503190875053406,
|
1393 |
+
"learning_rate": 4.228092779896021e-05,
|
1394 |
+
"loss": 1.7162,
|
1395 |
+
"step": 198
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.7991967871485943,
|
1399 |
+
"grad_norm": 0.32556626200675964,
|
1400 |
+
"learning_rate": 4.209886344772781e-05,
|
1401 |
+
"loss": 1.7433,
|
1402 |
+
"step": 199
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.8032128514056225,
|
1406 |
+
"grad_norm": 0.11719845980405807,
|
1407 |
+
"learning_rate": 4.191626536793561e-05,
|
1408 |
+
"loss": 1.7366,
|
1409 |
+
"step": 200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.8072289156626506,
|
1413 |
+
"grad_norm": 0.13130998611450195,
|
1414 |
+
"learning_rate": 4.173314161470468e-05,
|
1415 |
+
"loss": 1.8753,
|
1416 |
+
"step": 201
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.8112449799196787,
|
1420 |
+
"grad_norm": 0.14412151277065277,
|
1421 |
+
"learning_rate": 4.154950026634566e-05,
|
1422 |
+
"loss": 1.7503,
|
1423 |
+
"step": 202
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.8152610441767069,
|
1427 |
+
"grad_norm": 0.13965652883052826,
|
1428 |
+
"learning_rate": 4.136534942400234e-05,
|
1429 |
+
"loss": 1.6057,
|
1430 |
+
"step": 203
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.8192771084337349,
|
1434 |
+
"grad_norm": 0.1472691297531128,
|
1435 |
+
"learning_rate": 4.118069721129427e-05,
|
1436 |
+
"loss": 1.9009,
|
1437 |
+
"step": 204
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.8232931726907631,
|
1441 |
+
"grad_norm": 0.1335720419883728,
|
1442 |
+
"learning_rate": 4.099555177395845e-05,
|
1443 |
+
"loss": 1.7673,
|
1444 |
+
"step": 205
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.8273092369477911,
|
1448 |
+
"grad_norm": 0.1401488333940506,
|
1449 |
+
"learning_rate": 4.0809921279489954e-05,
|
1450 |
+
"loss": 1.7398,
|
1451 |
+
"step": 206
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.8313253012048193,
|
1455 |
+
"grad_norm": 0.12071944773197174,
|
1456 |
+
"learning_rate": 4.062381391678163e-05,
|
1457 |
+
"loss": 1.7446,
|
1458 |
+
"step": 207
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.8353413654618473,
|
1462 |
+
"grad_norm": 0.11511554569005966,
|
1463 |
+
"learning_rate": 4.04372378957629e-05,
|
1464 |
+
"loss": 1.6161,
|
1465 |
+
"step": 208
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.8393574297188755,
|
1469 |
+
"grad_norm": 0.1713258922100067,
|
1470 |
+
"learning_rate": 4.025020144703749e-05,
|
1471 |
+
"loss": 1.7174,
|
1472 |
+
"step": 209
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.8433734939759037,
|
1476 |
+
"grad_norm": 0.13804182410240173,
|
1477 |
+
"learning_rate": 4.006271282152048e-05,
|
1478 |
+
"loss": 1.5781,
|
1479 |
+
"step": 210
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.8473895582329317,
|
1483 |
+
"grad_norm": 0.17464035749435425,
|
1484 |
+
"learning_rate": 3.9874780290074176e-05,
|
1485 |
+
"loss": 1.9369,
|
1486 |
+
"step": 211
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.8514056224899599,
|
1490 |
+
"grad_norm": 0.11888068914413452,
|
1491 |
+
"learning_rate": 3.9686412143143384e-05,
|
1492 |
+
"loss": 1.8222,
|
1493 |
+
"step": 212
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.8554216867469879,
|
1497 |
+
"grad_norm": 0.14188675582408905,
|
1498 |
+
"learning_rate": 3.94976166903896e-05,
|
1499 |
+
"loss": 1.7729,
|
1500 |
+
"step": 213
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.8594377510040161,
|
1504 |
+
"grad_norm": 0.13000579178333282,
|
1505 |
+
"learning_rate": 3.930840226032446e-05,
|
1506 |
+
"loss": 1.7222,
|
1507 |
+
"step": 214
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.8634538152610441,
|
1511 |
+
"grad_norm": 0.14280284941196442,
|
1512 |
+
"learning_rate": 3.911877719994235e-05,
|
1513 |
+
"loss": 2.0587,
|
1514 |
+
"step": 215
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.8674698795180723,
|
1518 |
+
"grad_norm": 0.16663293540477753,
|
1519 |
+
"learning_rate": 3.8928749874352185e-05,
|
1520 |
+
"loss": 1.834,
|
1521 |
+
"step": 216
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.8714859437751004,
|
1525 |
+
"grad_norm": 0.09696398675441742,
|
1526 |
+
"learning_rate": 3.873832866640836e-05,
|
1527 |
+
"loss": 1.7275,
|
1528 |
+
"step": 217
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.8755020080321285,
|
1532 |
+
"grad_norm": 0.14156584441661835,
|
1533 |
+
"learning_rate": 3.8547521976341004e-05,
|
1534 |
+
"loss": 1.6058,
|
1535 |
+
"step": 218
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.8795180722891566,
|
1539 |
+
"grad_norm": 0.13290172815322876,
|
1540 |
+
"learning_rate": 3.835633822138535e-05,
|
1541 |
+
"loss": 1.6701,
|
1542 |
+
"step": 219
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.8835341365461847,
|
1546 |
+
"grad_norm": 0.13043315708637238,
|
1547 |
+
"learning_rate": 3.816478583541048e-05,
|
1548 |
+
"loss": 1.656,
|
1549 |
+
"step": 220
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.8875502008032129,
|
1553 |
+
"grad_norm": 0.1180863231420517,
|
1554 |
+
"learning_rate": 3.797287326854723e-05,
|
1555 |
+
"loss": 1.8315,
|
1556 |
+
"step": 221
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.891566265060241,
|
1560 |
+
"grad_norm": 0.12132333219051361,
|
1561 |
+
"learning_rate": 3.778060898681541e-05,
|
1562 |
+
"loss": 1.8825,
|
1563 |
+
"step": 222
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.8955823293172691,
|
1567 |
+
"grad_norm": 0.14479801058769226,
|
1568 |
+
"learning_rate": 3.758800147175042e-05,
|
1569 |
+
"loss": 1.6463,
|
1570 |
+
"step": 223
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.8995983935742972,
|
1574 |
+
"grad_norm": 0.11980578303337097,
|
1575 |
+
"learning_rate": 3.739505922002898e-05,
|
1576 |
+
"loss": 1.7547,
|
1577 |
+
"step": 224
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.9036144578313253,
|
1581 |
+
"grad_norm": 0.1616433560848236,
|
1582 |
+
"learning_rate": 3.7201790743094374e-05,
|
1583 |
+
"loss": 1.6393,
|
1584 |
+
"step": 225
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.9076305220883534,
|
1588 |
+
"grad_norm": 0.1393657922744751,
|
1589 |
+
"learning_rate": 3.7008204566781004e-05,
|
1590 |
+
"loss": 1.705,
|
1591 |
+
"step": 226
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.9116465863453815,
|
1595 |
+
"grad_norm": 0.13711820542812347,
|
1596 |
+
"learning_rate": 3.681430923093818e-05,
|
1597 |
+
"loss": 1.7637,
|
1598 |
+
"step": 227
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.9156626506024096,
|
1602 |
+
"grad_norm": 0.1211545392870903,
|
1603 |
+
"learning_rate": 3.662011328905351e-05,
|
1604 |
+
"loss": 1.8126,
|
1605 |
+
"step": 228
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.9196787148594378,
|
1609 |
+
"grad_norm": 0.11105578392744064,
|
1610 |
+
"learning_rate": 3.64256253078755e-05,
|
1611 |
+
"loss": 1.5691,
|
1612 |
+
"step": 229
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.9236947791164659,
|
1616 |
+
"grad_norm": 0.19085654616355896,
|
1617 |
+
"learning_rate": 3.6230853867035654e-05,
|
1618 |
+
"loss": 1.6751,
|
1619 |
+
"step": 230
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.927710843373494,
|
1623 |
+
"grad_norm": 0.12571419775485992,
|
1624 |
+
"learning_rate": 3.603580755867001e-05,
|
1625 |
+
"loss": 1.589,
|
1626 |
+
"step": 231
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.9317269076305221,
|
1630 |
+
"grad_norm": 0.1361204832792282,
|
1631 |
+
"learning_rate": 3.58404949870401e-05,
|
1632 |
+
"loss": 1.8733,
|
1633 |
+
"step": 232
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.9357429718875502,
|
1637 |
+
"grad_norm": 0.11016932129859924,
|
1638 |
+
"learning_rate": 3.5644924768153364e-05,
|
1639 |
+
"loss": 1.898,
|
1640 |
+
"step": 233
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.9397590361445783,
|
1644 |
+
"grad_norm": 0.12060891091823578,
|
1645 |
+
"learning_rate": 3.544910552938309e-05,
|
1646 |
+
"loss": 1.7406,
|
1647 |
+
"step": 234
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.9437751004016064,
|
1651 |
+
"grad_norm": 0.11152440309524536,
|
1652 |
+
"learning_rate": 3.5253045909087813e-05,
|
1653 |
+
"loss": 1.9775,
|
1654 |
+
"step": 235
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.9477911646586346,
|
1658 |
+
"grad_norm": 0.13362078368663788,
|
1659 |
+
"learning_rate": 3.505675455623023e-05,
|
1660 |
+
"loss": 1.5462,
|
1661 |
+
"step": 236
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.9518072289156626,
|
1665 |
+
"grad_norm": 0.17355649173259735,
|
1666 |
+
"learning_rate": 3.4860240129995696e-05,
|
1667 |
+
"loss": 1.9621,
|
1668 |
+
"step": 237
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.9558232931726908,
|
1672 |
+
"grad_norm": 0.10163702070713043,
|
1673 |
+
"learning_rate": 3.4663511299410203e-05,
|
1674 |
+
"loss": 1.9847,
|
1675 |
+
"step": 238
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.9598393574297188,
|
1679 |
+
"grad_norm": 0.12204550206661224,
|
1680 |
+
"learning_rate": 3.446657674295796e-05,
|
1681 |
+
"loss": 1.8851,
|
1682 |
+
"step": 239
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.963855421686747,
|
1686 |
+
"grad_norm": 0.14867813885211945,
|
1687 |
+
"learning_rate": 3.426944514819856e-05,
|
1688 |
+
"loss": 1.6835,
|
1689 |
+
"step": 240
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.9678714859437751,
|
1693 |
+
"grad_norm": 0.12139367312192917,
|
1694 |
+
"learning_rate": 3.407212521138372e-05,
|
1695 |
+
"loss": 1.8269,
|
1696 |
+
"step": 241
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 0.9718875502008032,
|
1700 |
+
"grad_norm": 0.2183162420988083,
|
1701 |
+
"learning_rate": 3.3874625637073704e-05,
|
1702 |
+
"loss": 1.6785,
|
1703 |
+
"step": 242
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 0.9759036144578314,
|
1707 |
+
"grad_norm": 0.1285049170255661,
|
1708 |
+
"learning_rate": 3.367695513775324e-05,
|
1709 |
+
"loss": 1.6806,
|
1710 |
+
"step": 243
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 0.9799196787148594,
|
1714 |
+
"grad_norm": 0.12188960611820221,
|
1715 |
+
"learning_rate": 3.347912243344727e-05,
|
1716 |
+
"loss": 1.7203,
|
1717 |
+
"step": 244
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 0.9839357429718876,
|
1721 |
+
"grad_norm": 0.15413041412830353,
|
1722 |
+
"learning_rate": 3.328113625133624e-05,
|
1723 |
+
"loss": 1.6022,
|
1724 |
+
"step": 245
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.9879518072289156,
|
1728 |
+
"grad_norm": 0.1414673924446106,
|
1729 |
+
"learning_rate": 3.308300532537107e-05,
|
1730 |
+
"loss": 1.741,
|
1731 |
+
"step": 246
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.9919678714859438,
|
1735 |
+
"grad_norm": 0.1399112194776535,
|
1736 |
+
"learning_rate": 3.288473839588796e-05,
|
1737 |
+
"loss": 1.5319,
|
1738 |
+
"step": 247
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 0.9959839357429718,
|
1742 |
+
"grad_norm": 0.13522355258464813,
|
1743 |
+
"learning_rate": 3.26863442092227e-05,
|
1744 |
+
"loss": 1.6901,
|
1745 |
+
"step": 248
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 1.0,
|
1749 |
+
"grad_norm": 0.11732550710439682,
|
1750 |
+
"learning_rate": 3.248783151732494e-05,
|
1751 |
+
"loss": 1.8542,
|
1752 |
+
"step": 249
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 1.0040160642570282,
|
1756 |
+
"grad_norm": 0.26141083240509033,
|
1757 |
+
"learning_rate": 3.2289209077372035e-05,
|
1758 |
+
"loss": 3.761,
|
1759 |
+
"step": 250
|
1760 |
+
}
|
1761 |
+
],
|
1762 |
+
"logging_steps": 1,
|
1763 |
+
"max_steps": 498,
|
1764 |
+
"num_input_tokens_seen": 0,
|
1765 |
+
"num_train_epochs": 2,
|
1766 |
+
"save_steps": 25,
|
1767 |
+
"stateful_callbacks": {
|
1768 |
+
"TrainerControl": {
|
1769 |
+
"args": {
|
1770 |
+
"should_epoch_stop": false,
|
1771 |
+
"should_evaluate": false,
|
1772 |
+
"should_log": false,
|
1773 |
+
"should_save": true,
|
1774 |
+
"should_training_stop": false
|
1775 |
+
},
|
1776 |
+
"attributes": {}
|
1777 |
+
}
|
1778 |
+
},
|
1779 |
+
"total_flos": 1.4115757240237425e+19,
|
1780 |
+
"train_batch_size": 4,
|
1781 |
+
"trial_name": null,
|
1782 |
+
"trial_params": null
|
1783 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb7780508f540494e2e87291ccb36296746928e7bbf9ea7a1597e2513af71902
|
3 |
+
size 6712
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|