Upload 6 files
Browse files- README.md +200 -1
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- config.json +70 -0
- non_lora_trainables.bin +3 -0
- trainer_state.json +1788 -0
README.md
CHANGED
@@ -1,3 +1,202 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: liuhaotian/llava-v1.6-mistral-7b
|
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.10.0
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "liuhaotian/llava-v1.6-mistral-7b",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
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": 32,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"up_proj",
|
25 |
+
"down_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"o_proj",
|
28 |
+
"v_proj",
|
29 |
+
"k_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a943fb825ff640cecdd4df12d0372d9e3524147858f515b39261e41e9ee430cf
|
3 |
+
size 88690480
|
config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "liuhaotian/llava-v1.6-mistral-7b",
|
3 |
+
"architectures": [
|
4 |
+
"LlavaMistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"freeze_mm_mlp_adapter": false,
|
10 |
+
"freeze_mm_vision_resampler": false,
|
11 |
+
"hidden_act": "silu",
|
12 |
+
"hidden_size": 4096,
|
13 |
+
"image_aspect_ratio": "anyres",
|
14 |
+
"image_crop_resolution": 224,
|
15 |
+
"image_grid_pinpoints": [
|
16 |
+
[
|
17 |
+
336,
|
18 |
+
672
|
19 |
+
],
|
20 |
+
[
|
21 |
+
672,
|
22 |
+
336
|
23 |
+
],
|
24 |
+
[
|
25 |
+
672,
|
26 |
+
672
|
27 |
+
],
|
28 |
+
[
|
29 |
+
1008,
|
30 |
+
336
|
31 |
+
],
|
32 |
+
[
|
33 |
+
336,
|
34 |
+
1008
|
35 |
+
]
|
36 |
+
],
|
37 |
+
"image_split_resolution": 224,
|
38 |
+
"initializer_range": 0.02,
|
39 |
+
"intermediate_size": 14336,
|
40 |
+
"max_position_embeddings": 32768,
|
41 |
+
"mm_hidden_size": 1024,
|
42 |
+
"mm_patch_merge_type": "spatial_unpad",
|
43 |
+
"mm_projector_lr": 2e-05,
|
44 |
+
"mm_projector_type": "mlp2x_gelu",
|
45 |
+
"mm_resampler_type": null,
|
46 |
+
"mm_use_im_patch_token": false,
|
47 |
+
"mm_use_im_start_end": false,
|
48 |
+
"mm_vision_select_feature": "patch",
|
49 |
+
"mm_vision_select_layer": -2,
|
50 |
+
"mm_vision_tower": "openai/clip-vit-large-patch14-336",
|
51 |
+
"mm_vision_tower_lr": 2e-06,
|
52 |
+
"model_type": "llava_mistral",
|
53 |
+
"num_attention_heads": 32,
|
54 |
+
"num_hidden_layers": 32,
|
55 |
+
"num_key_value_heads": 8,
|
56 |
+
"rms_norm_eps": 1e-05,
|
57 |
+
"rope_theta": 1000000.0,
|
58 |
+
"sliding_window": null,
|
59 |
+
"tie_word_embeddings": false,
|
60 |
+
"tokenizer_model_max_length": 4096,
|
61 |
+
"tokenizer_padding_side": "right",
|
62 |
+
"torch_dtype": "bfloat16",
|
63 |
+
"transformers_version": "4.37.2",
|
64 |
+
"tune_mm_mlp_adapter": false,
|
65 |
+
"tune_mm_vision_resampler": false,
|
66 |
+
"unfreeze_mm_vision_tower": true,
|
67 |
+
"use_cache": true,
|
68 |
+
"use_mm_proj": true,
|
69 |
+
"vocab_size": 32000
|
70 |
+
}
|
non_lora_trainables.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d27277125a01f803684b61a4aa0ee3719cb02179284b04033433ae534713e8f2
|
3 |
+
size 41961648
|
trainer_state.json
ADDED
@@ -0,0 +1,1788 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 293,
|
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.0,
|
13 |
+
"learning_rate": 1.3333333333333334e-06,
|
14 |
+
"loss": 1.0441,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.01,
|
19 |
+
"learning_rate": 2.666666666666667e-06,
|
20 |
+
"loss": 1.0424,
|
21 |
+
"step": 2
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.01,
|
25 |
+
"learning_rate": 4.000000000000001e-06,
|
26 |
+
"loss": 1.0489,
|
27 |
+
"step": 3
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.01,
|
31 |
+
"learning_rate": 5.333333333333334e-06,
|
32 |
+
"loss": 1.0717,
|
33 |
+
"step": 4
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.02,
|
37 |
+
"learning_rate": 6.666666666666667e-06,
|
38 |
+
"loss": 1.0396,
|
39 |
+
"step": 5
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.02,
|
43 |
+
"learning_rate": 8.000000000000001e-06,
|
44 |
+
"loss": 1.0776,
|
45 |
+
"step": 6
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.02,
|
49 |
+
"learning_rate": 9.333333333333334e-06,
|
50 |
+
"loss": 1.0178,
|
51 |
+
"step": 7
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.03,
|
55 |
+
"learning_rate": 1.0666666666666667e-05,
|
56 |
+
"loss": 1.0144,
|
57 |
+
"step": 8
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.03,
|
61 |
+
"learning_rate": 1.2e-05,
|
62 |
+
"loss": 0.9903,
|
63 |
+
"step": 9
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.03,
|
67 |
+
"learning_rate": 1.3333333333333333e-05,
|
68 |
+
"loss": 0.9258,
|
69 |
+
"step": 10
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.04,
|
73 |
+
"learning_rate": 1.4666666666666666e-05,
|
74 |
+
"loss": 0.9325,
|
75 |
+
"step": 11
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.04,
|
79 |
+
"learning_rate": 1.6000000000000003e-05,
|
80 |
+
"loss": 0.9532,
|
81 |
+
"step": 12
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.04,
|
85 |
+
"learning_rate": 1.7333333333333336e-05,
|
86 |
+
"loss": 0.9473,
|
87 |
+
"step": 13
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.05,
|
91 |
+
"learning_rate": 1.866666666666667e-05,
|
92 |
+
"loss": 0.9213,
|
93 |
+
"step": 14
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.05,
|
97 |
+
"learning_rate": 1.866666666666667e-05,
|
98 |
+
"loss": 0.9497,
|
99 |
+
"step": 15
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.05,
|
103 |
+
"learning_rate": 2e-05,
|
104 |
+
"loss": 0.9721,
|
105 |
+
"step": 16
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.06,
|
109 |
+
"learning_rate": 1.9999361478484043e-05,
|
110 |
+
"loss": 0.9294,
|
111 |
+
"step": 17
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.06,
|
115 |
+
"learning_rate": 1.999744599547812e-05,
|
116 |
+
"loss": 0.9948,
|
117 |
+
"step": 18
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.06,
|
121 |
+
"learning_rate": 1.999425379559765e-05,
|
122 |
+
"loss": 0.9043,
|
123 |
+
"step": 19
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.07,
|
127 |
+
"learning_rate": 1.9989785286500294e-05,
|
128 |
+
"loss": 0.9031,
|
129 |
+
"step": 20
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.07,
|
133 |
+
"learning_rate": 1.99840410388339e-05,
|
134 |
+
"loss": 0.8928,
|
135 |
+
"step": 21
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.08,
|
139 |
+
"learning_rate": 1.99770217861636e-05,
|
140 |
+
"loss": 0.9324,
|
141 |
+
"step": 22
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.08,
|
145 |
+
"learning_rate": 1.9968728424878178e-05,
|
146 |
+
"loss": 0.9068,
|
147 |
+
"step": 23
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.08,
|
151 |
+
"learning_rate": 1.9959162014075553e-05,
|
152 |
+
"loss": 0.9057,
|
153 |
+
"step": 24
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.09,
|
157 |
+
"learning_rate": 1.994832377542755e-05,
|
158 |
+
"loss": 0.8217,
|
159 |
+
"step": 25
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.09,
|
163 |
+
"learning_rate": 1.9936215093023884e-05,
|
164 |
+
"loss": 0.8921,
|
165 |
+
"step": 26
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.09,
|
169 |
+
"learning_rate": 1.9922837513195406e-05,
|
170 |
+
"loss": 0.9066,
|
171 |
+
"step": 27
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.1,
|
175 |
+
"learning_rate": 1.990819274431662e-05,
|
176 |
+
"loss": 0.8279,
|
177 |
+
"step": 28
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.1,
|
181 |
+
"learning_rate": 1.989228265658754e-05,
|
182 |
+
"loss": 0.8751,
|
183 |
+
"step": 29
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.1,
|
187 |
+
"learning_rate": 1.9875109281794828e-05,
|
188 |
+
"loss": 0.8937,
|
189 |
+
"step": 30
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.11,
|
193 |
+
"learning_rate": 1.9856674813052345e-05,
|
194 |
+
"loss": 0.8608,
|
195 |
+
"step": 31
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.11,
|
199 |
+
"learning_rate": 1.9836981604521077e-05,
|
200 |
+
"loss": 0.8593,
|
201 |
+
"step": 32
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.11,
|
205 |
+
"learning_rate": 1.98160321711085e-05,
|
206 |
+
"loss": 0.9067,
|
207 |
+
"step": 33
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.12,
|
211 |
+
"learning_rate": 1.9793829188147406e-05,
|
212 |
+
"loss": 0.8843,
|
213 |
+
"step": 34
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.12,
|
217 |
+
"learning_rate": 1.9770375491054264e-05,
|
218 |
+
"loss": 0.815,
|
219 |
+
"step": 35
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.12,
|
223 |
+
"learning_rate": 1.974567407496712e-05,
|
224 |
+
"loss": 0.8244,
|
225 |
+
"step": 36
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.13,
|
229 |
+
"learning_rate": 1.9719728094363103e-05,
|
230 |
+
"loss": 0.8525,
|
231 |
+
"step": 37
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.13,
|
235 |
+
"learning_rate": 1.9692540862655587e-05,
|
236 |
+
"loss": 0.7885,
|
237 |
+
"step": 38
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.13,
|
241 |
+
"learning_rate": 1.966411585177105e-05,
|
242 |
+
"loss": 0.8094,
|
243 |
+
"step": 39
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.14,
|
247 |
+
"learning_rate": 1.9634456691705705e-05,
|
248 |
+
"loss": 0.8224,
|
249 |
+
"step": 40
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.14,
|
253 |
+
"learning_rate": 1.9603567170061918e-05,
|
254 |
+
"loss": 0.8554,
|
255 |
+
"step": 41
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.14,
|
259 |
+
"learning_rate": 1.9571451231564523e-05,
|
260 |
+
"loss": 0.8125,
|
261 |
+
"step": 42
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.15,
|
265 |
+
"learning_rate": 1.9571451231564523e-05,
|
266 |
+
"loss": 0.7916,
|
267 |
+
"step": 43
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 0.15,
|
271 |
+
"learning_rate": 1.9538112977557077e-05,
|
272 |
+
"loss": 0.8607,
|
273 |
+
"step": 44
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.15,
|
277 |
+
"learning_rate": 1.9503556665478066e-05,
|
278 |
+
"loss": 0.8381,
|
279 |
+
"step": 45
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.16,
|
283 |
+
"learning_rate": 1.9467786708317257e-05,
|
284 |
+
"loss": 0.8083,
|
285 |
+
"step": 46
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.16,
|
289 |
+
"learning_rate": 1.9430807674052092e-05,
|
290 |
+
"loss": 0.8169,
|
291 |
+
"step": 47
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.16,
|
295 |
+
"learning_rate": 1.939262428506438e-05,
|
296 |
+
"loss": 0.7989,
|
297 |
+
"step": 48
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.17,
|
301 |
+
"learning_rate": 1.9353241417537216e-05,
|
302 |
+
"loss": 0.8313,
|
303 |
+
"step": 49
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.17,
|
307 |
+
"learning_rate": 1.9312664100832236e-05,
|
308 |
+
"loss": 0.8218,
|
309 |
+
"step": 50
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.17,
|
313 |
+
"learning_rate": 1.9270897516847406e-05,
|
314 |
+
"loss": 0.8098,
|
315 |
+
"step": 51
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.18,
|
319 |
+
"learning_rate": 1.9227946999355226e-05,
|
320 |
+
"loss": 0.806,
|
321 |
+
"step": 52
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.18,
|
325 |
+
"learning_rate": 1.9183818033321612e-05,
|
326 |
+
"loss": 0.8,
|
327 |
+
"step": 53
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.18,
|
331 |
+
"learning_rate": 1.9138516254205416e-05,
|
332 |
+
"loss": 0.8299,
|
333 |
+
"step": 54
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.19,
|
337 |
+
"learning_rate": 1.9092047447238775e-05,
|
338 |
+
"loss": 0.841,
|
339 |
+
"step": 55
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.19,
|
343 |
+
"learning_rate": 1.9044417546688295e-05,
|
344 |
+
"loss": 0.8153,
|
345 |
+
"step": 56
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.19,
|
349 |
+
"learning_rate": 1.899563263509725e-05,
|
350 |
+
"loss": 0.8235,
|
351 |
+
"step": 57
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 0.2,
|
355 |
+
"learning_rate": 1.894569894250877e-05,
|
356 |
+
"loss": 0.8133,
|
357 |
+
"step": 58
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.2,
|
361 |
+
"learning_rate": 1.8894622845670282e-05,
|
362 |
+
"loss": 0.827,
|
363 |
+
"step": 59
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 0.2,
|
367 |
+
"learning_rate": 1.8842410867219137e-05,
|
368 |
+
"loss": 0.8848,
|
369 |
+
"step": 60
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.21,
|
373 |
+
"learning_rate": 1.878906967484966e-05,
|
374 |
+
"loss": 0.8284,
|
375 |
+
"step": 61
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.21,
|
379 |
+
"learning_rate": 1.8734606080461657e-05,
|
380 |
+
"loss": 0.8398,
|
381 |
+
"step": 62
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.22,
|
385 |
+
"learning_rate": 1.86790270392905e-05,
|
386 |
+
"loss": 0.8236,
|
387 |
+
"step": 63
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.22,
|
391 |
+
"learning_rate": 1.8622339649018907e-05,
|
392 |
+
"loss": 0.8271,
|
393 |
+
"step": 64
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.22,
|
397 |
+
"learning_rate": 1.856455114887056e-05,
|
398 |
+
"loss": 0.8735,
|
399 |
+
"step": 65
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 0.23,
|
403 |
+
"learning_rate": 1.8505668918685603e-05,
|
404 |
+
"loss": 0.7842,
|
405 |
+
"step": 66
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 0.23,
|
409 |
+
"learning_rate": 1.8445700477978207e-05,
|
410 |
+
"loss": 0.7925,
|
411 |
+
"step": 67
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.23,
|
415 |
+
"learning_rate": 1.8384653484976305e-05,
|
416 |
+
"loss": 0.7709,
|
417 |
+
"step": 68
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.24,
|
421 |
+
"learning_rate": 1.8322535735643604e-05,
|
422 |
+
"loss": 0.7795,
|
423 |
+
"step": 69
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.24,
|
427 |
+
"learning_rate": 1.8259355162684e-05,
|
428 |
+
"loss": 0.8165,
|
429 |
+
"step": 70
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.24,
|
433 |
+
"learning_rate": 1.8195119834528535e-05,
|
434 |
+
"loss": 0.7843,
|
435 |
+
"step": 71
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.25,
|
439 |
+
"learning_rate": 1.8129837954305033e-05,
|
440 |
+
"loss": 0.7773,
|
441 |
+
"step": 72
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.25,
|
445 |
+
"learning_rate": 1.8063517858790517e-05,
|
446 |
+
"loss": 0.813,
|
447 |
+
"step": 73
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 0.25,
|
451 |
+
"learning_rate": 1.799616801734657e-05,
|
452 |
+
"loss": 0.7894,
|
453 |
+
"step": 74
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.26,
|
457 |
+
"learning_rate": 1.792779703083777e-05,
|
458 |
+
"loss": 0.795,
|
459 |
+
"step": 75
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 0.26,
|
463 |
+
"learning_rate": 1.7858413630533305e-05,
|
464 |
+
"loss": 0.8139,
|
465 |
+
"step": 76
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.26,
|
469 |
+
"learning_rate": 1.778802667699196e-05,
|
470 |
+
"loss": 0.814,
|
471 |
+
"step": 77
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.27,
|
475 |
+
"learning_rate": 1.77166451589306e-05,
|
476 |
+
"loss": 0.7781,
|
477 |
+
"step": 78
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 0.27,
|
481 |
+
"learning_rate": 1.764427819207624e-05,
|
482 |
+
"loss": 0.7791,
|
483 |
+
"step": 79
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 0.27,
|
487 |
+
"learning_rate": 1.757093501800196e-05,
|
488 |
+
"loss": 0.7927,
|
489 |
+
"step": 80
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.28,
|
493 |
+
"learning_rate": 1.7496625002946702e-05,
|
494 |
+
"loss": 0.764,
|
495 |
+
"step": 81
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.28,
|
499 |
+
"learning_rate": 1.7421357636619153e-05,
|
500 |
+
"loss": 0.8185,
|
501 |
+
"step": 82
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 0.28,
|
505 |
+
"learning_rate": 1.734514253098589e-05,
|
506 |
+
"loss": 0.7295,
|
507 |
+
"step": 83
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.29,
|
511 |
+
"learning_rate": 1.726798941904386e-05,
|
512 |
+
"loss": 0.7698,
|
513 |
+
"step": 84
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.29,
|
517 |
+
"learning_rate": 1.7189908153577473e-05,
|
518 |
+
"loss": 0.7951,
|
519 |
+
"step": 85
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 0.29,
|
523 |
+
"learning_rate": 1.7110908705900322e-05,
|
524 |
+
"loss": 0.894,
|
525 |
+
"step": 86
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 0.3,
|
529 |
+
"learning_rate": 1.7031001164581828e-05,
|
530 |
+
"loss": 0.8151,
|
531 |
+
"step": 87
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 0.3,
|
535 |
+
"learning_rate": 1.6950195734158874e-05,
|
536 |
+
"loss": 0.7179,
|
537 |
+
"step": 88
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.3,
|
541 |
+
"learning_rate": 1.6868502733832647e-05,
|
542 |
+
"loss": 0.7924,
|
543 |
+
"step": 89
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 0.31,
|
547 |
+
"learning_rate": 1.6785932596150827e-05,
|
548 |
+
"loss": 0.7925,
|
549 |
+
"step": 90
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.31,
|
553 |
+
"learning_rate": 1.670249586567531e-05,
|
554 |
+
"loss": 0.7784,
|
555 |
+
"step": 91
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.31,
|
559 |
+
"learning_rate": 1.6618203197635624e-05,
|
560 |
+
"loss": 0.7663,
|
561 |
+
"step": 92
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.32,
|
565 |
+
"learning_rate": 1.6533065356568206e-05,
|
566 |
+
"loss": 0.874,
|
567 |
+
"step": 93
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 0.32,
|
571 |
+
"learning_rate": 1.6447093214941727e-05,
|
572 |
+
"loss": 0.8626,
|
573 |
+
"step": 94
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.32,
|
577 |
+
"learning_rate": 1.636029775176862e-05,
|
578 |
+
"loss": 0.7891,
|
579 |
+
"step": 95
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 0.33,
|
583 |
+
"learning_rate": 1.627269005120304e-05,
|
584 |
+
"loss": 0.8171,
|
585 |
+
"step": 96
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.33,
|
589 |
+
"learning_rate": 1.618428130112533e-05,
|
590 |
+
"loss": 0.7662,
|
591 |
+
"step": 97
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.33,
|
595 |
+
"learning_rate": 1.6095082791713322e-05,
|
596 |
+
"loss": 0.8031,
|
597 |
+
"step": 98
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.34,
|
601 |
+
"learning_rate": 1.6005105914000508e-05,
|
602 |
+
"loss": 0.881,
|
603 |
+
"step": 99
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"epoch": 0.34,
|
607 |
+
"learning_rate": 1.5914362158421352e-05,
|
608 |
+
"loss": 0.7381,
|
609 |
+
"step": 100
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.34,
|
613 |
+
"learning_rate": 1.5822863113343934e-05,
|
614 |
+
"loss": 0.749,
|
615 |
+
"step": 101
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.35,
|
619 |
+
"learning_rate": 1.5730620463590052e-05,
|
620 |
+
"loss": 0.774,
|
621 |
+
"step": 102
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"epoch": 0.35,
|
625 |
+
"learning_rate": 1.5637645988943008e-05,
|
626 |
+
"loss": 0.8499,
|
627 |
+
"step": 103
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.35,
|
631 |
+
"learning_rate": 1.554395156264331e-05,
|
632 |
+
"loss": 0.7523,
|
633 |
+
"step": 104
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.36,
|
637 |
+
"learning_rate": 1.544954914987238e-05,
|
638 |
+
"loss": 0.8426,
|
639 |
+
"step": 105
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.36,
|
643 |
+
"learning_rate": 1.5354450806224553e-05,
|
644 |
+
"loss": 0.8087,
|
645 |
+
"step": 106
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"epoch": 0.37,
|
649 |
+
"learning_rate": 1.5258668676167548e-05,
|
650 |
+
"loss": 0.7308,
|
651 |
+
"step": 107
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 0.37,
|
655 |
+
"learning_rate": 1.516221499149154e-05,
|
656 |
+
"loss": 0.8656,
|
657 |
+
"step": 108
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.37,
|
661 |
+
"learning_rate": 1.5065102069747117e-05,
|
662 |
+
"loss": 0.8439,
|
663 |
+
"step": 109
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 0.38,
|
667 |
+
"learning_rate": 1.4967342312672283e-05,
|
668 |
+
"loss": 0.8121,
|
669 |
+
"step": 110
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 0.38,
|
673 |
+
"learning_rate": 1.48689482046087e-05,
|
674 |
+
"loss": 0.7898,
|
675 |
+
"step": 111
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.38,
|
679 |
+
"learning_rate": 1.4769932310907372e-05,
|
680 |
+
"loss": 0.8082,
|
681 |
+
"step": 112
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.39,
|
685 |
+
"learning_rate": 1.467030727632401e-05,
|
686 |
+
"loss": 0.7991,
|
687 |
+
"step": 113
|
688 |
+
},
|
689 |
+
{
|
690 |
+
"epoch": 0.39,
|
691 |
+
"learning_rate": 1.4570085823404232e-05,
|
692 |
+
"loss": 0.9332,
|
693 |
+
"step": 114
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 0.39,
|
697 |
+
"learning_rate": 1.4469280750858854e-05,
|
698 |
+
"loss": 0.7493,
|
699 |
+
"step": 115
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.4,
|
703 |
+
"learning_rate": 1.4367904931929422e-05,
|
704 |
+
"loss": 0.818,
|
705 |
+
"step": 116
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.4,
|
709 |
+
"learning_rate": 1.4265971312744252e-05,
|
710 |
+
"loss": 0.817,
|
711 |
+
"step": 117
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 0.4,
|
715 |
+
"learning_rate": 1.4163492910665153e-05,
|
716 |
+
"loss": 0.8618,
|
717 |
+
"step": 118
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.41,
|
721 |
+
"learning_rate": 1.4060482812625055e-05,
|
722 |
+
"loss": 0.8142,
|
723 |
+
"step": 119
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.41,
|
727 |
+
"learning_rate": 1.395695417345675e-05,
|
728 |
+
"loss": 0.7781,
|
729 |
+
"step": 120
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 0.41,
|
733 |
+
"learning_rate": 1.3852920214212966e-05,
|
734 |
+
"loss": 0.7698,
|
735 |
+
"step": 121
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 0.42,
|
739 |
+
"learning_rate": 1.3748394220477972e-05,
|
740 |
+
"loss": 0.7905,
|
741 |
+
"step": 122
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.42,
|
745 |
+
"learning_rate": 1.3643389540670963e-05,
|
746 |
+
"loss": 0.7785,
|
747 |
+
"step": 123
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 0.42,
|
751 |
+
"learning_rate": 1.3537919584341413e-05,
|
752 |
+
"loss": 0.775,
|
753 |
+
"step": 124
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 0.43,
|
757 |
+
"learning_rate": 1.3431997820456592e-05,
|
758 |
+
"loss": 0.8126,
|
759 |
+
"step": 125
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.43,
|
763 |
+
"learning_rate": 1.3325637775681561e-05,
|
764 |
+
"loss": 0.7391,
|
765 |
+
"step": 126
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.43,
|
769 |
+
"learning_rate": 1.3218853032651719e-05,
|
770 |
+
"loss": 0.7936,
|
771 |
+
"step": 127
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"epoch": 0.44,
|
775 |
+
"learning_rate": 1.3111657228238263e-05,
|
776 |
+
"loss": 0.8208,
|
777 |
+
"step": 128
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 0.44,
|
781 |
+
"learning_rate": 1.3004064051806712e-05,
|
782 |
+
"loss": 0.845,
|
783 |
+
"step": 129
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 0.44,
|
787 |
+
"learning_rate": 1.2896087243468673e-05,
|
788 |
+
"loss": 0.8119,
|
789 |
+
"step": 130
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 0.45,
|
793 |
+
"learning_rate": 1.2787740592327232e-05,
|
794 |
+
"loss": 0.8512,
|
795 |
+
"step": 131
|
796 |
+
},
|
797 |
+
{
|
798 |
+
"epoch": 0.45,
|
799 |
+
"learning_rate": 1.267903793471597e-05,
|
800 |
+
"loss": 0.8217,
|
801 |
+
"step": 132
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.45,
|
805 |
+
"learning_rate": 1.2569993152432028e-05,
|
806 |
+
"loss": 0.7735,
|
807 |
+
"step": 133
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.46,
|
811 |
+
"learning_rate": 1.2460620170963353e-05,
|
812 |
+
"loss": 0.845,
|
813 |
+
"step": 134
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"epoch": 0.46,
|
817 |
+
"learning_rate": 1.2350932957710322e-05,
|
818 |
+
"loss": 0.7313,
|
819 |
+
"step": 135
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 0.46,
|
823 |
+
"learning_rate": 1.2240945520202079e-05,
|
824 |
+
"loss": 0.7404,
|
825 |
+
"step": 136
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 0.47,
|
829 |
+
"learning_rate": 1.2130671904307692e-05,
|
830 |
+
"loss": 0.7769,
|
831 |
+
"step": 137
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 0.47,
|
835 |
+
"learning_rate": 1.202012619244243e-05,
|
836 |
+
"loss": 0.7828,
|
837 |
+
"step": 138
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 0.47,
|
841 |
+
"learning_rate": 1.1909322501769407e-05,
|
842 |
+
"loss": 0.7855,
|
843 |
+
"step": 139
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.48,
|
847 |
+
"learning_rate": 1.1798274982396728e-05,
|
848 |
+
"loss": 0.7496,
|
849 |
+
"step": 140
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.48,
|
853 |
+
"learning_rate": 1.1686997815570473e-05,
|
854 |
+
"loss": 0.7661,
|
855 |
+
"step": 141
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"epoch": 0.48,
|
859 |
+
"learning_rate": 1.15755052118637e-05,
|
860 |
+
"loss": 0.8014,
|
861 |
+
"step": 142
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"epoch": 0.49,
|
865 |
+
"learning_rate": 1.1463811409361667e-05,
|
866 |
+
"loss": 0.7606,
|
867 |
+
"step": 143
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 0.49,
|
871 |
+
"learning_rate": 1.13519306718436e-05,
|
872 |
+
"loss": 0.7683,
|
873 |
+
"step": 144
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.49,
|
877 |
+
"learning_rate": 1.1239877286961123e-05,
|
878 |
+
"loss": 0.7931,
|
879 |
+
"step": 145
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"epoch": 0.5,
|
883 |
+
"learning_rate": 1.112766556441367e-05,
|
884 |
+
"loss": 0.783,
|
885 |
+
"step": 146
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.5,
|
889 |
+
"learning_rate": 1.1015309834121083e-05,
|
890 |
+
"loss": 0.7784,
|
891 |
+
"step": 147
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.51,
|
895 |
+
"learning_rate": 1.0902824444393602e-05,
|
896 |
+
"loss": 0.8107,
|
897 |
+
"step": 148
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 0.51,
|
901 |
+
"learning_rate": 1.079022376009955e-05,
|
902 |
+
"loss": 0.7373,
|
903 |
+
"step": 149
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"epoch": 0.51,
|
907 |
+
"learning_rate": 1.067752216083085e-05,
|
908 |
+
"loss": 0.777,
|
909 |
+
"step": 150
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"epoch": 0.52,
|
913 |
+
"learning_rate": 1.05647340390667e-05,
|
914 |
+
"loss": 0.8342,
|
915 |
+
"step": 151
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 0.52,
|
919 |
+
"learning_rate": 1.0451873798335605e-05,
|
920 |
+
"loss": 0.7869,
|
921 |
+
"step": 152
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 0.52,
|
925 |
+
"learning_rate": 1.0338955851375962e-05,
|
926 |
+
"loss": 0.7407,
|
927 |
+
"step": 153
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.53,
|
931 |
+
"learning_rate": 1.0225994618295507e-05,
|
932 |
+
"loss": 0.744,
|
933 |
+
"step": 154
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.53,
|
937 |
+
"learning_rate": 1.01130045247298e-05,
|
938 |
+
"loss": 0.795,
|
939 |
+
"step": 155
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"epoch": 0.53,
|
943 |
+
"learning_rate": 1e-05,
|
944 |
+
"loss": 0.8239,
|
945 |
+
"step": 156
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 0.54,
|
949 |
+
"learning_rate": 9.886995475270205e-06,
|
950 |
+
"loss": 0.9011,
|
951 |
+
"step": 157
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"epoch": 0.54,
|
955 |
+
"learning_rate": 9.774005381704498e-06,
|
956 |
+
"loss": 0.7928,
|
957 |
+
"step": 158
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 0.54,
|
961 |
+
"learning_rate": 9.661044148624038e-06,
|
962 |
+
"loss": 0.8258,
|
963 |
+
"step": 159
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 0.55,
|
967 |
+
"learning_rate": 9.548126201664398e-06,
|
968 |
+
"loss": 0.7536,
|
969 |
+
"step": 160
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.55,
|
973 |
+
"learning_rate": 9.435265960933304e-06,
|
974 |
+
"loss": 0.739,
|
975 |
+
"step": 161
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.55,
|
979 |
+
"learning_rate": 9.322477839169156e-06,
|
980 |
+
"loss": 0.7535,
|
981 |
+
"step": 162
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"epoch": 0.56,
|
985 |
+
"learning_rate": 9.209776239900453e-06,
|
986 |
+
"loss": 0.8141,
|
987 |
+
"step": 163
|
988 |
+
},
|
989 |
+
{
|
990 |
+
"epoch": 0.56,
|
991 |
+
"learning_rate": 9.097175555606396e-06,
|
992 |
+
"loss": 0.7229,
|
993 |
+
"step": 164
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 0.56,
|
997 |
+
"learning_rate": 8.98469016587892e-06,
|
998 |
+
"loss": 0.8472,
|
999 |
+
"step": 165
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 0.57,
|
1003 |
+
"learning_rate": 8.872334435586333e-06,
|
1004 |
+
"loss": 0.7363,
|
1005 |
+
"step": 166
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 0.57,
|
1009 |
+
"learning_rate": 8.76012271303888e-06,
|
1010 |
+
"loss": 0.7183,
|
1011 |
+
"step": 167
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.57,
|
1015 |
+
"learning_rate": 8.648069328156403e-06,
|
1016 |
+
"loss": 0.741,
|
1017 |
+
"step": 168
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.58,
|
1021 |
+
"learning_rate": 8.536188590638334e-06,
|
1022 |
+
"loss": 0.7531,
|
1023 |
+
"step": 169
|
1024 |
+
},
|
1025 |
+
{
|
1026 |
+
"epoch": 0.58,
|
1027 |
+
"learning_rate": 8.424494788136303e-06,
|
1028 |
+
"loss": 0.8059,
|
1029 |
+
"step": 170
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"epoch": 0.58,
|
1033 |
+
"learning_rate": 8.313002184429529e-06,
|
1034 |
+
"loss": 0.8084,
|
1035 |
+
"step": 171
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"epoch": 0.59,
|
1039 |
+
"learning_rate": 8.201725017603277e-06,
|
1040 |
+
"loss": 0.8038,
|
1041 |
+
"step": 172
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 0.59,
|
1045 |
+
"learning_rate": 8.090677498230598e-06,
|
1046 |
+
"loss": 0.7679,
|
1047 |
+
"step": 173
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 0.59,
|
1051 |
+
"learning_rate": 7.97987380755757e-06,
|
1052 |
+
"loss": 0.7534,
|
1053 |
+
"step": 174
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.6,
|
1057 |
+
"learning_rate": 7.869328095692313e-06,
|
1058 |
+
"loss": 0.6547,
|
1059 |
+
"step": 175
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.6,
|
1063 |
+
"learning_rate": 7.759054479797924e-06,
|
1064 |
+
"loss": 0.752,
|
1065 |
+
"step": 176
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 0.6,
|
1069 |
+
"learning_rate": 7.649067042289681e-06,
|
1070 |
+
"loss": 0.7703,
|
1071 |
+
"step": 177
|
1072 |
+
},
|
1073 |
+
{
|
1074 |
+
"epoch": 0.61,
|
1075 |
+
"learning_rate": 7.539379829036652e-06,
|
1076 |
+
"loss": 0.7418,
|
1077 |
+
"step": 178
|
1078 |
+
},
|
1079 |
+
{
|
1080 |
+
"epoch": 0.61,
|
1081 |
+
"learning_rate": 7.430006847567972e-06,
|
1082 |
+
"loss": 0.7699,
|
1083 |
+
"step": 179
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 0.61,
|
1087 |
+
"learning_rate": 7.320962065284032e-06,
|
1088 |
+
"loss": 0.7668,
|
1089 |
+
"step": 180
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 0.62,
|
1093 |
+
"learning_rate": 7.2122594076727705e-06,
|
1094 |
+
"loss": 0.6996,
|
1095 |
+
"step": 181
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.62,
|
1099 |
+
"learning_rate": 7.1039127565313285e-06,
|
1100 |
+
"loss": 0.8008,
|
1101 |
+
"step": 182
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.62,
|
1105 |
+
"learning_rate": 6.995935948193294e-06,
|
1106 |
+
"loss": 0.8206,
|
1107 |
+
"step": 183
|
1108 |
+
},
|
1109 |
+
{
|
1110 |
+
"epoch": 0.63,
|
1111 |
+
"learning_rate": 6.888342771761737e-06,
|
1112 |
+
"loss": 0.789,
|
1113 |
+
"step": 184
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 0.63,
|
1117 |
+
"learning_rate": 6.781146967348283e-06,
|
1118 |
+
"loss": 0.7528,
|
1119 |
+
"step": 185
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 0.63,
|
1123 |
+
"learning_rate": 6.6743622243184405e-06,
|
1124 |
+
"loss": 0.7225,
|
1125 |
+
"step": 186
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"epoch": 0.64,
|
1129 |
+
"learning_rate": 6.568002179543409e-06,
|
1130 |
+
"loss": 0.8076,
|
1131 |
+
"step": 187
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 0.64,
|
1135 |
+
"learning_rate": 6.462080415658591e-06,
|
1136 |
+
"loss": 0.77,
|
1137 |
+
"step": 188
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.65,
|
1141 |
+
"learning_rate": 6.356610459329038e-06,
|
1142 |
+
"loss": 0.7526,
|
1143 |
+
"step": 189
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.65,
|
1147 |
+
"learning_rate": 6.251605779522032e-06,
|
1148 |
+
"loss": 0.8311,
|
1149 |
+
"step": 190
|
1150 |
+
},
|
1151 |
+
{
|
1152 |
+
"epoch": 0.65,
|
1153 |
+
"learning_rate": 6.147079785787038e-06,
|
1154 |
+
"loss": 0.8706,
|
1155 |
+
"step": 191
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"epoch": 0.66,
|
1159 |
+
"learning_rate": 6.043045826543254e-06,
|
1160 |
+
"loss": 0.7817,
|
1161 |
+
"step": 192
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 0.66,
|
1165 |
+
"learning_rate": 5.93951718737495e-06,
|
1166 |
+
"loss": 0.8314,
|
1167 |
+
"step": 193
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"epoch": 0.66,
|
1171 |
+
"learning_rate": 5.836507089334849e-06,
|
1172 |
+
"loss": 0.7774,
|
1173 |
+
"step": 194
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 0.67,
|
1177 |
+
"learning_rate": 5.7340286872557515e-06,
|
1178 |
+
"loss": 0.7791,
|
1179 |
+
"step": 195
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.67,
|
1183 |
+
"learning_rate": 5.6320950680705826e-06,
|
1184 |
+
"loss": 0.7239,
|
1185 |
+
"step": 196
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.67,
|
1189 |
+
"learning_rate": 5.530719249141148e-06,
|
1190 |
+
"loss": 0.8481,
|
1191 |
+
"step": 197
|
1192 |
+
},
|
1193 |
+
{
|
1194 |
+
"epoch": 0.68,
|
1195 |
+
"learning_rate": 5.429914176595772e-06,
|
1196 |
+
"loss": 0.7794,
|
1197 |
+
"step": 198
|
1198 |
+
},
|
1199 |
+
{
|
1200 |
+
"epoch": 0.68,
|
1201 |
+
"learning_rate": 5.329692723675994e-06,
|
1202 |
+
"loss": 0.7363,
|
1203 |
+
"step": 199
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 0.68,
|
1207 |
+
"learning_rate": 5.230067689092629e-06,
|
1208 |
+
"loss": 0.8312,
|
1209 |
+
"step": 200
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 0.69,
|
1213 |
+
"learning_rate": 5.131051795391302e-06,
|
1214 |
+
"loss": 0.7527,
|
1215 |
+
"step": 201
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 0.69,
|
1219 |
+
"learning_rate": 5.03265768732772e-06,
|
1220 |
+
"loss": 0.7228,
|
1221 |
+
"step": 202
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.69,
|
1225 |
+
"learning_rate": 4.934897930252887e-06,
|
1226 |
+
"loss": 0.8204,
|
1227 |
+
"step": 203
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.7,
|
1231 |
+
"learning_rate": 4.837785008508462e-06,
|
1232 |
+
"loss": 0.7834,
|
1233 |
+
"step": 204
|
1234 |
+
},
|
1235 |
+
{
|
1236 |
+
"epoch": 0.7,
|
1237 |
+
"learning_rate": 4.7413313238324556e-06,
|
1238 |
+
"loss": 0.7664,
|
1239 |
+
"step": 205
|
1240 |
+
},
|
1241 |
+
{
|
1242 |
+
"epoch": 0.7,
|
1243 |
+
"learning_rate": 4.645549193775452e-06,
|
1244 |
+
"loss": 0.7509,
|
1245 |
+
"step": 206
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"epoch": 0.71,
|
1249 |
+
"learning_rate": 4.550450850127626e-06,
|
1250 |
+
"loss": 0.7836,
|
1251 |
+
"step": 207
|
1252 |
+
},
|
1253 |
+
{
|
1254 |
+
"epoch": 0.71,
|
1255 |
+
"learning_rate": 4.4560484373566945e-06,
|
1256 |
+
"loss": 0.75,
|
1257 |
+
"step": 208
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 0.71,
|
1261 |
+
"learning_rate": 4.3623540110569935e-06,
|
1262 |
+
"loss": 0.7374,
|
1263 |
+
"step": 209
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 0.72,
|
1267 |
+
"learning_rate": 4.26937953640995e-06,
|
1268 |
+
"loss": 0.7208,
|
1269 |
+
"step": 210
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.72,
|
1273 |
+
"learning_rate": 4.177136886656067e-06,
|
1274 |
+
"loss": 0.7699,
|
1275 |
+
"step": 211
|
1276 |
+
},
|
1277 |
+
{
|
1278 |
+
"epoch": 0.72,
|
1279 |
+
"learning_rate": 4.085637841578652e-06,
|
1280 |
+
"loss": 0.7434,
|
1281 |
+
"step": 212
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"epoch": 0.73,
|
1285 |
+
"learning_rate": 3.9948940859994964e-06,
|
1286 |
+
"loss": 0.7305,
|
1287 |
+
"step": 213
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 0.73,
|
1291 |
+
"learning_rate": 3.9049172082866786e-06,
|
1292 |
+
"loss": 0.7795,
|
1293 |
+
"step": 214
|
1294 |
+
},
|
1295 |
+
{
|
1296 |
+
"epoch": 0.73,
|
1297 |
+
"learning_rate": 3.815718698874672e-06,
|
1298 |
+
"loss": 0.7743,
|
1299 |
+
"step": 215
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 0.74,
|
1303 |
+
"learning_rate": 3.727309948796963e-06,
|
1304 |
+
"loss": 0.706,
|
1305 |
+
"step": 216
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 0.74,
|
1309 |
+
"learning_rate": 3.6397022482313804e-06,
|
1310 |
+
"loss": 0.7155,
|
1311 |
+
"step": 217
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.74,
|
1315 |
+
"learning_rate": 3.552906785058278e-06,
|
1316 |
+
"loss": 0.7618,
|
1317 |
+
"step": 218
|
1318 |
+
},
|
1319 |
+
{
|
1320 |
+
"epoch": 0.75,
|
1321 |
+
"learning_rate": 3.466934643431795e-06,
|
1322 |
+
"loss": 0.776,
|
1323 |
+
"step": 219
|
1324 |
+
},
|
1325 |
+
{
|
1326 |
+
"epoch": 0.75,
|
1327 |
+
"learning_rate": 3.3817968023643766e-06,
|
1328 |
+
"loss": 0.7556,
|
1329 |
+
"step": 220
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 0.75,
|
1333 |
+
"learning_rate": 3.2975041343246937e-06,
|
1334 |
+
"loss": 0.7645,
|
1335 |
+
"step": 221
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"epoch": 0.76,
|
1339 |
+
"learning_rate": 3.214067403849179e-06,
|
1340 |
+
"loss": 0.7757,
|
1341 |
+
"step": 222
|
1342 |
+
},
|
1343 |
+
{
|
1344 |
+
"epoch": 0.76,
|
1345 |
+
"learning_rate": 3.1314972661673572e-06,
|
1346 |
+
"loss": 0.778,
|
1347 |
+
"step": 223
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 0.76,
|
1351 |
+
"learning_rate": 3.0498042658411276e-06,
|
1352 |
+
"loss": 0.7783,
|
1353 |
+
"step": 224
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.77,
|
1357 |
+
"learning_rate": 2.9689988354181742e-06,
|
1358 |
+
"loss": 0.7602,
|
1359 |
+
"step": 225
|
1360 |
+
},
|
1361 |
+
{
|
1362 |
+
"epoch": 0.77,
|
1363 |
+
"learning_rate": 2.8890912940996784e-06,
|
1364 |
+
"loss": 0.7106,
|
1365 |
+
"step": 226
|
1366 |
+
},
|
1367 |
+
{
|
1368 |
+
"epoch": 0.77,
|
1369 |
+
"learning_rate": 2.8100918464225304e-06,
|
1370 |
+
"loss": 0.6951,
|
1371 |
+
"step": 227
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"epoch": 0.78,
|
1375 |
+
"learning_rate": 2.7320105809561415e-06,
|
1376 |
+
"loss": 0.7384,
|
1377 |
+
"step": 228
|
1378 |
+
},
|
1379 |
+
{
|
1380 |
+
"epoch": 0.78,
|
1381 |
+
"learning_rate": 2.654857469014113e-06,
|
1382 |
+
"loss": 0.7446,
|
1383 |
+
"step": 229
|
1384 |
+
},
|
1385 |
+
{
|
1386 |
+
"epoch": 0.78,
|
1387 |
+
"learning_rate": 2.5786423633808487e-06,
|
1388 |
+
"loss": 0.7311,
|
1389 |
+
"step": 230
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 0.79,
|
1393 |
+
"learning_rate": 2.5033749970533015e-06,
|
1394 |
+
"loss": 0.734,
|
1395 |
+
"step": 231
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.79,
|
1399 |
+
"learning_rate": 2.4290649819980404e-06,
|
1400 |
+
"loss": 0.7467,
|
1401 |
+
"step": 232
|
1402 |
+
},
|
1403 |
+
{
|
1404 |
+
"epoch": 0.8,
|
1405 |
+
"learning_rate": 2.3557218079237608e-06,
|
1406 |
+
"loss": 0.7501,
|
1407 |
+
"step": 233
|
1408 |
+
},
|
1409 |
+
{
|
1410 |
+
"epoch": 0.8,
|
1411 |
+
"learning_rate": 2.283354841069403e-06,
|
1412 |
+
"loss": 0.746,
|
1413 |
+
"step": 234
|
1414 |
+
},
|
1415 |
+
{
|
1416 |
+
"epoch": 0.8,
|
1417 |
+
"learning_rate": 2.211973323008041e-06,
|
1418 |
+
"loss": 0.7515,
|
1419 |
+
"step": 235
|
1420 |
+
},
|
1421 |
+
{
|
1422 |
+
"epoch": 0.81,
|
1423 |
+
"learning_rate": 2.1415863694666973e-06,
|
1424 |
+
"loss": 0.7672,
|
1425 |
+
"step": 236
|
1426 |
+
},
|
1427 |
+
{
|
1428 |
+
"epoch": 0.81,
|
1429 |
+
"learning_rate": 2.072202969162234e-06,
|
1430 |
+
"loss": 0.7621,
|
1431 |
+
"step": 237
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 0.81,
|
1435 |
+
"learning_rate": 2.0038319826534312e-06,
|
1436 |
+
"loss": 0.7432,
|
1437 |
+
"step": 238
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.82,
|
1441 |
+
"learning_rate": 1.936482141209486e-06,
|
1442 |
+
"loss": 0.8442,
|
1443 |
+
"step": 239
|
1444 |
+
},
|
1445 |
+
{
|
1446 |
+
"epoch": 0.82,
|
1447 |
+
"learning_rate": 1.870162045694971e-06,
|
1448 |
+
"loss": 0.7738,
|
1449 |
+
"step": 240
|
1450 |
+
},
|
1451 |
+
{
|
1452 |
+
"epoch": 0.82,
|
1453 |
+
"learning_rate": 1.8048801654714687e-06,
|
1454 |
+
"loss": 0.7054,
|
1455 |
+
"step": 241
|
1456 |
+
},
|
1457 |
+
{
|
1458 |
+
"epoch": 0.83,
|
1459 |
+
"learning_rate": 1.7406448373160024e-06,
|
1460 |
+
"loss": 0.6819,
|
1461 |
+
"step": 242
|
1462 |
+
},
|
1463 |
+
{
|
1464 |
+
"epoch": 0.83,
|
1465 |
+
"learning_rate": 1.6774642643563955e-06,
|
1466 |
+
"loss": 0.7322,
|
1467 |
+
"step": 243
|
1468 |
+
},
|
1469 |
+
{
|
1470 |
+
"epoch": 0.83,
|
1471 |
+
"learning_rate": 1.615346515023698e-06,
|
1472 |
+
"loss": 0.7504,
|
1473 |
+
"step": 244
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 0.84,
|
1477 |
+
"learning_rate": 1.5542995220217961e-06,
|
1478 |
+
"loss": 0.7721,
|
1479 |
+
"step": 245
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.84,
|
1483 |
+
"learning_rate": 1.4943310813144006e-06,
|
1484 |
+
"loss": 0.6799,
|
1485 |
+
"step": 246
|
1486 |
+
},
|
1487 |
+
{
|
1488 |
+
"epoch": 0.84,
|
1489 |
+
"learning_rate": 1.4354488511294418e-06,
|
1490 |
+
"loss": 0.7524,
|
1491 |
+
"step": 247
|
1492 |
+
},
|
1493 |
+
{
|
1494 |
+
"epoch": 0.85,
|
1495 |
+
"learning_rate": 1.3776603509810938e-06,
|
1496 |
+
"loss": 0.7943,
|
1497 |
+
"step": 248
|
1498 |
+
},
|
1499 |
+
{
|
1500 |
+
"epoch": 0.85,
|
1501 |
+
"learning_rate": 1.3209729607095022e-06,
|
1502 |
+
"loss": 0.772,
|
1503 |
+
"step": 249
|
1504 |
+
},
|
1505 |
+
{
|
1506 |
+
"epoch": 0.85,
|
1507 |
+
"learning_rate": 1.2653939195383448e-06,
|
1508 |
+
"loss": 0.7735,
|
1509 |
+
"step": 250
|
1510 |
+
},
|
1511 |
+
{
|
1512 |
+
"epoch": 0.86,
|
1513 |
+
"learning_rate": 1.2109303251503434e-06,
|
1514 |
+
"loss": 0.8155,
|
1515 |
+
"step": 251
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 0.86,
|
1519 |
+
"learning_rate": 1.1575891327808664e-06,
|
1520 |
+
"loss": 0.7834,
|
1521 |
+
"step": 252
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.86,
|
1525 |
+
"learning_rate": 1.1053771543297198e-06,
|
1526 |
+
"loss": 0.7563,
|
1527 |
+
"step": 253
|
1528 |
+
},
|
1529 |
+
{
|
1530 |
+
"epoch": 0.87,
|
1531 |
+
"learning_rate": 1.0543010574912305e-06,
|
1532 |
+
"loss": 0.7114,
|
1533 |
+
"step": 254
|
1534 |
+
},
|
1535 |
+
{
|
1536 |
+
"epoch": 0.87,
|
1537 |
+
"learning_rate": 1.0043673649027519e-06,
|
1538 |
+
"loss": 0.8082,
|
1539 |
+
"step": 255
|
1540 |
+
},
|
1541 |
+
{
|
1542 |
+
"epoch": 0.87,
|
1543 |
+
"learning_rate": 9.555824533117064e-07,
|
1544 |
+
"loss": 0.7351,
|
1545 |
+
"step": 256
|
1546 |
+
},
|
1547 |
+
{
|
1548 |
+
"epoch": 0.88,
|
1549 |
+
"learning_rate": 9.079525527612321e-07,
|
1550 |
+
"loss": 0.6883,
|
1551 |
+
"step": 257
|
1552 |
+
},
|
1553 |
+
{
|
1554 |
+
"epoch": 0.88,
|
1555 |
+
"learning_rate": 8.614837457945868e-07,
|
1556 |
+
"loss": 0.7643,
|
1557 |
+
"step": 258
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 0.88,
|
1561 |
+
"learning_rate": 8.161819666783888e-07,
|
1562 |
+
"loss": 0.8028,
|
1563 |
+
"step": 259
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.89,
|
1567 |
+
"learning_rate": 7.720530006447735e-07,
|
1568 |
+
"loss": 0.7222,
|
1569 |
+
"step": 260
|
1570 |
+
},
|
1571 |
+
{
|
1572 |
+
"epoch": 0.89,
|
1573 |
+
"learning_rate": 7.291024831525961e-07,
|
1574 |
+
"loss": 0.7265,
|
1575 |
+
"step": 261
|
1576 |
+
},
|
1577 |
+
{
|
1578 |
+
"epoch": 0.89,
|
1579 |
+
"learning_rate": 6.87335899167767e-07,
|
1580 |
+
"loss": 0.7656,
|
1581 |
+
"step": 262
|
1582 |
+
},
|
1583 |
+
{
|
1584 |
+
"epoch": 0.9,
|
1585 |
+
"learning_rate": 6.467585824627886e-07,
|
1586 |
+
"loss": 0.7666,
|
1587 |
+
"step": 263
|
1588 |
+
},
|
1589 |
+
{
|
1590 |
+
"epoch": 0.9,
|
1591 |
+
"learning_rate": 6.073757149356185e-07,
|
1592 |
+
"loss": 0.7724,
|
1593 |
+
"step": 264
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"epoch": 0.9,
|
1597 |
+
"learning_rate": 5.691923259479093e-07,
|
1598 |
+
"loss": 0.7669,
|
1599 |
+
"step": 265
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 0.91,
|
1603 |
+
"learning_rate": 5.322132916827483e-07,
|
1604 |
+
"loss": 0.6936,
|
1605 |
+
"step": 266
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.91,
|
1609 |
+
"learning_rate": 4.964433345219354e-07,
|
1610 |
+
"loss": 0.7554,
|
1611 |
+
"step": 267
|
1612 |
+
},
|
1613 |
+
{
|
1614 |
+
"epoch": 0.91,
|
1615 |
+
"learning_rate": 4.6188702244292614e-07,
|
1616 |
+
"loss": 0.7711,
|
1617 |
+
"step": 268
|
1618 |
+
},
|
1619 |
+
{
|
1620 |
+
"epoch": 0.92,
|
1621 |
+
"learning_rate": 4.285487684354772e-07,
|
1622 |
+
"loss": 0.7357,
|
1623 |
+
"step": 269
|
1624 |
+
},
|
1625 |
+
{
|
1626 |
+
"epoch": 0.92,
|
1627 |
+
"learning_rate": 3.96432829938086e-07,
|
1628 |
+
"loss": 0.7777,
|
1629 |
+
"step": 270
|
1630 |
+
},
|
1631 |
+
{
|
1632 |
+
"epoch": 0.92,
|
1633 |
+
"learning_rate": 3.6554330829429716e-07,
|
1634 |
+
"loss": 0.805,
|
1635 |
+
"step": 271
|
1636 |
+
},
|
1637 |
+
{
|
1638 |
+
"epoch": 0.93,
|
1639 |
+
"learning_rate": 3.3588414822895097e-07,
|
1640 |
+
"loss": 0.7552,
|
1641 |
+
"step": 272
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 0.93,
|
1645 |
+
"learning_rate": 3.0745913734441357e-07,
|
1646 |
+
"loss": 0.7379,
|
1647 |
+
"step": 273
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.94,
|
1651 |
+
"learning_rate": 2.8027190563689745e-07,
|
1652 |
+
"loss": 0.7398,
|
1653 |
+
"step": 274
|
1654 |
+
},
|
1655 |
+
{
|
1656 |
+
"epoch": 0.94,
|
1657 |
+
"learning_rate": 2.5432592503288e-07,
|
1658 |
+
"loss": 0.7244,
|
1659 |
+
"step": 275
|
1660 |
+
},
|
1661 |
+
{
|
1662 |
+
"epoch": 0.94,
|
1663 |
+
"learning_rate": 2.2962450894573606e-07,
|
1664 |
+
"loss": 0.7314,
|
1665 |
+
"step": 276
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"epoch": 0.95,
|
1669 |
+
"learning_rate": 2.0617081185259512e-07,
|
1670 |
+
"loss": 0.7479,
|
1671 |
+
"step": 277
|
1672 |
+
},
|
1673 |
+
{
|
1674 |
+
"epoch": 0.95,
|
1675 |
+
"learning_rate": 1.8396782889150144e-07,
|
1676 |
+
"loss": 0.7381,
|
1677 |
+
"step": 278
|
1678 |
+
},
|
1679 |
+
{
|
1680 |
+
"epoch": 0.95,
|
1681 |
+
"learning_rate": 1.630183954789233e-07,
|
1682 |
+
"loss": 0.7126,
|
1683 |
+
"step": 279
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 0.96,
|
1687 |
+
"learning_rate": 1.4332518694765708e-07,
|
1688 |
+
"loss": 0.7229,
|
1689 |
+
"step": 280
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.96,
|
1693 |
+
"learning_rate": 1.2489071820517394e-07,
|
1694 |
+
"loss": 0.6955,
|
1695 |
+
"step": 281
|
1696 |
+
},
|
1697 |
+
{
|
1698 |
+
"epoch": 0.96,
|
1699 |
+
"learning_rate": 1.0771734341246121e-07,
|
1700 |
+
"loss": 0.7215,
|
1701 |
+
"step": 282
|
1702 |
+
},
|
1703 |
+
{
|
1704 |
+
"epoch": 0.97,
|
1705 |
+
"learning_rate": 9.180725568338045e-08,
|
1706 |
+
"loss": 0.7687,
|
1707 |
+
"step": 283
|
1708 |
+
},
|
1709 |
+
{
|
1710 |
+
"epoch": 0.97,
|
1711 |
+
"learning_rate": 7.716248680459726e-08,
|
1712 |
+
"loss": 0.7748,
|
1713 |
+
"step": 284
|
1714 |
+
},
|
1715 |
+
{
|
1716 |
+
"epoch": 0.97,
|
1717 |
+
"learning_rate": 6.378490697611761e-08,
|
1718 |
+
"loss": 0.761,
|
1719 |
+
"step": 285
|
1720 |
+
},
|
1721 |
+
{
|
1722 |
+
"epoch": 0.98,
|
1723 |
+
"learning_rate": 5.1676224572452246e-08,
|
1724 |
+
"loss": 0.7746,
|
1725 |
+
"step": 286
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 0.98,
|
1729 |
+
"learning_rate": 4.083798592444899e-08,
|
1730 |
+
"loss": 0.7059,
|
1731 |
+
"step": 287
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.98,
|
1735 |
+
"learning_rate": 3.127157512182288e-08,
|
1736 |
+
"loss": 0.7545,
|
1737 |
+
"step": 288
|
1738 |
+
},
|
1739 |
+
{
|
1740 |
+
"epoch": 0.99,
|
1741 |
+
"learning_rate": 2.2978213836400974e-08,
|
1742 |
+
"loss": 0.7726,
|
1743 |
+
"step": 289
|
1744 |
+
},
|
1745 |
+
{
|
1746 |
+
"epoch": 0.99,
|
1747 |
+
"learning_rate": 1.5958961166104847e-08,
|
1748 |
+
"loss": 0.6931,
|
1749 |
+
"step": 290
|
1750 |
+
},
|
1751 |
+
{
|
1752 |
+
"epoch": 0.99,
|
1753 |
+
"learning_rate": 1.0214713499706596e-08,
|
1754 |
+
"loss": 0.7208,
|
1755 |
+
"step": 291
|
1756 |
+
},
|
1757 |
+
{
|
1758 |
+
"epoch": 1.0,
|
1759 |
+
"learning_rate": 5.7462044023515186e-09,
|
1760 |
+
"loss": 0.7379,
|
1761 |
+
"step": 292
|
1762 |
+
},
|
1763 |
+
{
|
1764 |
+
"epoch": 1.0,
|
1765 |
+
"learning_rate": 2.5540045218819256e-09,
|
1766 |
+
"loss": 0.7908,
|
1767 |
+
"step": 293
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 1.0,
|
1771 |
+
"step": 293,
|
1772 |
+
"total_flos": 133458268946432.0,
|
1773 |
+
"train_loss": 0.798602851381074,
|
1774 |
+
"train_runtime": 7530.3249,
|
1775 |
+
"train_samples_per_second": 1.866,
|
1776 |
+
"train_steps_per_second": 0.039
|
1777 |
+
}
|
1778 |
+
],
|
1779 |
+
"logging_steps": 1.0,
|
1780 |
+
"max_steps": 293,
|
1781 |
+
"num_input_tokens_seen": 0,
|
1782 |
+
"num_train_epochs": 1,
|
1783 |
+
"save_steps": 500,
|
1784 |
+
"total_flos": 133458268946432.0,
|
1785 |
+
"train_batch_size": 12,
|
1786 |
+
"trial_name": null,
|
1787 |
+
"trial_params": null
|
1788 |
+
}
|