Training in progress, step 173, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +42 -0
- last-checkpoint/trainer_state.json +1260 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: NousResearch/CodeLlama-13b-hf
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/CodeLlama-13b-hf",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
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": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"q_proj",
|
25 |
+
"up_proj",
|
26 |
+
"down_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"v_proj",
|
29 |
+
"k_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:724944de7f094b15fc569143ca4a81d654c9b7997910df4bcf6bdf73d2f0add2
|
3 |
+
size 125248064
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7674b18a175bfe375f927b20b24e4c90bf61ae3515ba608d178abbf28e4d0011
|
3 |
+
size 64219860
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cf419bfa6a2420a5571eb38ddd6b8c30257fad8d42dd391fc762aaf3e7ee3db
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a1b7fb8afbb4805aa4088e62b7ce1004bcb0c85f1755cc1c6ba61487ae7fa2b
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 1000000000000000019884624838656,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,1260 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.251088534107402,
|
5 |
+
"eval_steps": 173,
|
6 |
+
"global_step": 173,
|
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.001451378809869376,
|
13 |
+
"grad_norm": 0.1842290163040161,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 1.0914,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.001451378809869376,
|
20 |
+
"eval_loss": 0.3193407654762268,
|
21 |
+
"eval_runtime": 32.4089,
|
22 |
+
"eval_samples_per_second": 8.979,
|
23 |
+
"eval_steps_per_second": 4.505,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.002902757619738752,
|
28 |
+
"grad_norm": 0.2510640323162079,
|
29 |
+
"learning_rate": 4e-05,
|
30 |
+
"loss": 3.2586,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0043541364296081275,
|
35 |
+
"grad_norm": 0.13390600681304932,
|
36 |
+
"learning_rate": 6e-05,
|
37 |
+
"loss": 0.6678,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.005805515239477504,
|
42 |
+
"grad_norm": 0.13102972507476807,
|
43 |
+
"learning_rate": 8e-05,
|
44 |
+
"loss": 0.8674,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.00725689404934688,
|
49 |
+
"grad_norm": 0.3714960515499115,
|
50 |
+
"learning_rate": 0.0001,
|
51 |
+
"loss": 1.7366,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.008708272859216255,
|
56 |
+
"grad_norm": 0.17309564352035522,
|
57 |
+
"learning_rate": 0.00012,
|
58 |
+
"loss": 1.0647,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.010159651669085631,
|
63 |
+
"grad_norm": 0.19592316448688507,
|
64 |
+
"learning_rate": 0.00014,
|
65 |
+
"loss": 1.7067,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.011611030478955007,
|
70 |
+
"grad_norm": 0.20908816158771515,
|
71 |
+
"learning_rate": 0.00016,
|
72 |
+
"loss": 0.8817,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.013062409288824383,
|
77 |
+
"grad_norm": 0.2101982682943344,
|
78 |
+
"learning_rate": 0.00018,
|
79 |
+
"loss": 1.4636,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.01451378809869376,
|
84 |
+
"grad_norm": 0.3246542513370514,
|
85 |
+
"learning_rate": 0.0002,
|
86 |
+
"loss": 1.7697,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.015965166908563134,
|
91 |
+
"grad_norm": 0.3263128697872162,
|
92 |
+
"learning_rate": 0.00019999892964109545,
|
93 |
+
"loss": 2.3342,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.01741654571843251,
|
98 |
+
"grad_norm": 0.240472674369812,
|
99 |
+
"learning_rate": 0.00019999571858729512,
|
100 |
+
"loss": 0.7013,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.018867924528301886,
|
105 |
+
"grad_norm": 0.26579201221466064,
|
106 |
+
"learning_rate": 0.00019999036690733865,
|
107 |
+
"loss": 1.219,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.020319303338171262,
|
112 |
+
"grad_norm": 0.37741780281066895,
|
113 |
+
"learning_rate": 0.00019998287471579036,
|
114 |
+
"loss": 1.8527,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.02177068214804064,
|
119 |
+
"grad_norm": 0.2223397046327591,
|
120 |
+
"learning_rate": 0.00019997324217303696,
|
121 |
+
"loss": 0.3127,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.023222060957910014,
|
126 |
+
"grad_norm": 0.3512834906578064,
|
127 |
+
"learning_rate": 0.000199961469485284,
|
128 |
+
"loss": 1.4699,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.02467343976777939,
|
133 |
+
"grad_norm": 0.3912449777126312,
|
134 |
+
"learning_rate": 0.00019994755690455152,
|
135 |
+
"loss": 1.3437,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.026124818577648767,
|
140 |
+
"grad_norm": 0.3254362642765045,
|
141 |
+
"learning_rate": 0.00019993150472866856,
|
142 |
+
"loss": 0.8423,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.027576197387518143,
|
147 |
+
"grad_norm": 0.3357979357242584,
|
148 |
+
"learning_rate": 0.00019991331330126698,
|
149 |
+
"loss": 0.7841,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.02902757619738752,
|
154 |
+
"grad_norm": 0.2792049050331116,
|
155 |
+
"learning_rate": 0.00019989298301177386,
|
156 |
+
"loss": 0.5499,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.030478955007256895,
|
161 |
+
"grad_norm": 0.31481030583381653,
|
162 |
+
"learning_rate": 0.00019987051429540332,
|
163 |
+
"loss": 1.4346,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.03193033381712627,
|
168 |
+
"grad_norm": 0.2967741787433624,
|
169 |
+
"learning_rate": 0.00019984590763314722,
|
170 |
+
"loss": 0.7228,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.033381712626995644,
|
175 |
+
"grad_norm": 0.33911633491516113,
|
176 |
+
"learning_rate": 0.00019981916355176472,
|
177 |
+
"loss": 0.871,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.03483309143686502,
|
182 |
+
"grad_norm": 0.32208600640296936,
|
183 |
+
"learning_rate": 0.00019979028262377118,
|
184 |
+
"loss": 1.1648,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.036284470246734396,
|
189 |
+
"grad_norm": 0.26672494411468506,
|
190 |
+
"learning_rate": 0.00019975926546742572,
|
191 |
+
"loss": 0.4856,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.03773584905660377,
|
196 |
+
"grad_norm": 0.48599860072135925,
|
197 |
+
"learning_rate": 0.00019972611274671814,
|
198 |
+
"loss": 2.17,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.03918722786647315,
|
203 |
+
"grad_norm": 0.22017762064933777,
|
204 |
+
"learning_rate": 0.00019969082517135462,
|
205 |
+
"loss": 0.5839,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.040638606676342524,
|
210 |
+
"grad_norm": 0.3883523941040039,
|
211 |
+
"learning_rate": 0.0001996534034967426,
|
212 |
+
"loss": 1.5153,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.0420899854862119,
|
217 |
+
"grad_norm": 0.29745909571647644,
|
218 |
+
"learning_rate": 0.00019961384852397457,
|
219 |
+
"loss": 0.8633,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.04354136429608128,
|
224 |
+
"grad_norm": 0.25378555059432983,
|
225 |
+
"learning_rate": 0.00019957216109981078,
|
226 |
+
"loss": 0.9834,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.04499274310595065,
|
231 |
+
"grad_norm": 0.3489767014980316,
|
232 |
+
"learning_rate": 0.0001995283421166614,
|
233 |
+
"loss": 0.5789,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.04644412191582003,
|
238 |
+
"grad_norm": 0.29305726289749146,
|
239 |
+
"learning_rate": 0.00019948239251256722,
|
240 |
+
"loss": 0.5507,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.047895500725689405,
|
245 |
+
"grad_norm": 0.5047852993011475,
|
246 |
+
"learning_rate": 0.00019943431327117957,
|
247 |
+
"loss": 1.4252,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.04934687953555878,
|
252 |
+
"grad_norm": 0.3907155692577362,
|
253 |
+
"learning_rate": 0.00019938410542173936,
|
254 |
+
"loss": 1.2378,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.05079825834542816,
|
259 |
+
"grad_norm": 0.36083394289016724,
|
260 |
+
"learning_rate": 0.00019933177003905492,
|
261 |
+
"loss": 0.7357,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.05224963715529753,
|
266 |
+
"grad_norm": 0.35112664103507996,
|
267 |
+
"learning_rate": 0.00019927730824347915,
|
268 |
+
"loss": 0.9383,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.05370101596516691,
|
273 |
+
"grad_norm": 0.37332794070243835,
|
274 |
+
"learning_rate": 0.00019922072120088537,
|
275 |
+
"loss": 0.6428,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.055152394775036286,
|
280 |
+
"grad_norm": 0.3495066165924072,
|
281 |
+
"learning_rate": 0.00019916201012264254,
|
282 |
+
"loss": 2.2821,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.05660377358490566,
|
287 |
+
"grad_norm": 0.3157879412174225,
|
288 |
+
"learning_rate": 0.0001991011762655891,
|
289 |
+
"loss": 0.9946,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.05805515239477504,
|
294 |
+
"grad_norm": 0.35262367129325867,
|
295 |
+
"learning_rate": 0.00019903822093200627,
|
296 |
+
"loss": 1.8988,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.059506531204644414,
|
301 |
+
"grad_norm": 0.4413168728351593,
|
302 |
+
"learning_rate": 0.00019897314546959014,
|
303 |
+
"loss": 1.0766,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.06095791001451379,
|
308 |
+
"grad_norm": 0.521634578704834,
|
309 |
+
"learning_rate": 0.0001989059512714227,
|
310 |
+
"loss": 1.5654,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.062409288824383166,
|
315 |
+
"grad_norm": 0.38300636410713196,
|
316 |
+
"learning_rate": 0.00019883663977594208,
|
317 |
+
"loss": 0.8673,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.06386066763425254,
|
322 |
+
"grad_norm": 0.3619363009929657,
|
323 |
+
"learning_rate": 0.00019876521246691182,
|
324 |
+
"loss": 1.2571,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.06531204644412192,
|
329 |
+
"grad_norm": 0.5837172865867615,
|
330 |
+
"learning_rate": 0.00019869167087338907,
|
331 |
+
"loss": 1.6372,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.06676342525399129,
|
336 |
+
"grad_norm": 0.2846507430076599,
|
337 |
+
"learning_rate": 0.00019861601656969184,
|
338 |
+
"loss": 0.9893,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.06821480406386067,
|
343 |
+
"grad_norm": 0.3829323649406433,
|
344 |
+
"learning_rate": 0.00019853825117536523,
|
345 |
+
"loss": 1.5662,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.06966618287373004,
|
350 |
+
"grad_norm": 0.3632449805736542,
|
351 |
+
"learning_rate": 0.0001984583763551469,
|
352 |
+
"loss": 1.7041,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.07111756168359942,
|
357 |
+
"grad_norm": 0.2692880928516388,
|
358 |
+
"learning_rate": 0.00019837639381893135,
|
359 |
+
"loss": 0.2875,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.07256894049346879,
|
364 |
+
"grad_norm": 0.4161498248577118,
|
365 |
+
"learning_rate": 0.00019829230532173337,
|
366 |
+
"loss": 1.6918,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.07402031930333818,
|
371 |
+
"grad_norm": 0.45441752672195435,
|
372 |
+
"learning_rate": 0.00019820611266365036,
|
373 |
+
"loss": 0.5773,
|
374 |
+
"step": 51
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.07547169811320754,
|
378 |
+
"grad_norm": 0.3953988254070282,
|
379 |
+
"learning_rate": 0.0001981178176898239,
|
380 |
+
"loss": 2.3749,
|
381 |
+
"step": 52
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.07692307692307693,
|
385 |
+
"grad_norm": 0.2471064329147339,
|
386 |
+
"learning_rate": 0.00019802742229040025,
|
387 |
+
"loss": 0.3787,
|
388 |
+
"step": 53
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.0783744557329463,
|
392 |
+
"grad_norm": 0.2859368622303009,
|
393 |
+
"learning_rate": 0.0001979349284004898,
|
394 |
+
"loss": 0.636,
|
395 |
+
"step": 54
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.07982583454281568,
|
399 |
+
"grad_norm": 0.3482446074485779,
|
400 |
+
"learning_rate": 0.00019784033800012568,
|
401 |
+
"loss": 1.0302,
|
402 |
+
"step": 55
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.08127721335268505,
|
406 |
+
"grad_norm": 0.7591869235038757,
|
407 |
+
"learning_rate": 0.00019774365311422154,
|
408 |
+
"loss": 2.006,
|
409 |
+
"step": 56
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.08272859216255443,
|
413 |
+
"grad_norm": 0.33345961570739746,
|
414 |
+
"learning_rate": 0.00019764487581252785,
|
415 |
+
"loss": 1.4342,
|
416 |
+
"step": 57
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.0841799709724238,
|
420 |
+
"grad_norm": 0.36986222863197327,
|
421 |
+
"learning_rate": 0.00019754400820958798,
|
422 |
+
"loss": 0.8316,
|
423 |
+
"step": 58
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.08563134978229318,
|
427 |
+
"grad_norm": 0.3581068217754364,
|
428 |
+
"learning_rate": 0.00019744105246469263,
|
429 |
+
"loss": 0.8619,
|
430 |
+
"step": 59
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.08708272859216255,
|
434 |
+
"grad_norm": 0.3945651948451996,
|
435 |
+
"learning_rate": 0.00019733601078183375,
|
436 |
+
"loss": 1.5655,
|
437 |
+
"step": 60
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.08853410740203194,
|
441 |
+
"grad_norm": 0.4055555462837219,
|
442 |
+
"learning_rate": 0.00019722888540965735,
|
443 |
+
"loss": 0.843,
|
444 |
+
"step": 61
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.0899854862119013,
|
448 |
+
"grad_norm": 0.3120388090610504,
|
449 |
+
"learning_rate": 0.0001971196786414154,
|
450 |
+
"loss": 1.7423,
|
451 |
+
"step": 62
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.09143686502177069,
|
455 |
+
"grad_norm": 0.3523203432559967,
|
456 |
+
"learning_rate": 0.00019700839281491662,
|
457 |
+
"loss": 1.3252,
|
458 |
+
"step": 63
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.09288824383164006,
|
462 |
+
"grad_norm": 0.49849557876586914,
|
463 |
+
"learning_rate": 0.00019689503031247648,
|
464 |
+
"loss": 1.0555,
|
465 |
+
"step": 64
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.09433962264150944,
|
469 |
+
"grad_norm": 0.43524911999702454,
|
470 |
+
"learning_rate": 0.0001967795935608663,
|
471 |
+
"loss": 1.2491,
|
472 |
+
"step": 65
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.09579100145137881,
|
476 |
+
"grad_norm": 0.2813914120197296,
|
477 |
+
"learning_rate": 0.00019666208503126112,
|
478 |
+
"loss": 0.9261,
|
479 |
+
"step": 66
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.09724238026124818,
|
483 |
+
"grad_norm": 0.3467751741409302,
|
484 |
+
"learning_rate": 0.00019654250723918706,
|
485 |
+
"loss": 1.1822,
|
486 |
+
"step": 67
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.09869375907111756,
|
490 |
+
"grad_norm": 0.3063952326774597,
|
491 |
+
"learning_rate": 0.00019642086274446711,
|
492 |
+
"loss": 1.0751,
|
493 |
+
"step": 68
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.10014513788098693,
|
497 |
+
"grad_norm": 0.2954864203929901,
|
498 |
+
"learning_rate": 0.0001962971541511667,
|
499 |
+
"loss": 1.4695,
|
500 |
+
"step": 69
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.10159651669085631,
|
504 |
+
"grad_norm": 0.2937740683555603,
|
505 |
+
"learning_rate": 0.0001961713841075377,
|
506 |
+
"loss": 0.5735,
|
507 |
+
"step": 70
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.10304789550072568,
|
511 |
+
"grad_norm": 0.36586064100265503,
|
512 |
+
"learning_rate": 0.00019604355530596182,
|
513 |
+
"loss": 1.2774,
|
514 |
+
"step": 71
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.10449927431059507,
|
518 |
+
"grad_norm": 0.4228026866912842,
|
519 |
+
"learning_rate": 0.00019591367048289298,
|
520 |
+
"loss": 1.4011,
|
521 |
+
"step": 72
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.10595065312046444,
|
525 |
+
"grad_norm": 0.26343077421188354,
|
526 |
+
"learning_rate": 0.00019578173241879872,
|
527 |
+
"loss": 0.9024,
|
528 |
+
"step": 73
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.10740203193033382,
|
532 |
+
"grad_norm": 0.4526161551475525,
|
533 |
+
"learning_rate": 0.00019564774393810068,
|
534 |
+
"loss": 1.6497,
|
535 |
+
"step": 74
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.10885341074020319,
|
539 |
+
"grad_norm": 0.4131157696247101,
|
540 |
+
"learning_rate": 0.00019551170790911416,
|
541 |
+
"loss": 1.351,
|
542 |
+
"step": 75
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.11030478955007257,
|
546 |
+
"grad_norm": 0.251254141330719,
|
547 |
+
"learning_rate": 0.0001953736272439866,
|
548 |
+
"loss": 0.4524,
|
549 |
+
"step": 76
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.11175616835994194,
|
553 |
+
"grad_norm": 0.43410056829452515,
|
554 |
+
"learning_rate": 0.00019523350489863544,
|
555 |
+
"loss": 1.2543,
|
556 |
+
"step": 77
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.11320754716981132,
|
560 |
+
"grad_norm": 0.24558404088020325,
|
561 |
+
"learning_rate": 0.00019509134387268463,
|
562 |
+
"loss": 0.6434,
|
563 |
+
"step": 78
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.11465892597968069,
|
567 |
+
"grad_norm": 0.40656939148902893,
|
568 |
+
"learning_rate": 0.00019494714720940065,
|
569 |
+
"loss": 1.1747,
|
570 |
+
"step": 79
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.11611030478955008,
|
574 |
+
"grad_norm": 0.5807479023933411,
|
575 |
+
"learning_rate": 0.00019480091799562704,
|
576 |
+
"loss": 1.3046,
|
577 |
+
"step": 80
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.11756168359941944,
|
581 |
+
"grad_norm": 0.30079004168510437,
|
582 |
+
"learning_rate": 0.00019465265936171873,
|
583 |
+
"loss": 0.6232,
|
584 |
+
"step": 81
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.11901306240928883,
|
588 |
+
"grad_norm": 0.3846030533313751,
|
589 |
+
"learning_rate": 0.00019450237448147463,
|
590 |
+
"loss": 1.3327,
|
591 |
+
"step": 82
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.1204644412191582,
|
595 |
+
"grad_norm": 0.33520063757896423,
|
596 |
+
"learning_rate": 0.00019435006657206997,
|
597 |
+
"loss": 1.623,
|
598 |
+
"step": 83
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.12191582002902758,
|
602 |
+
"grad_norm": 0.3635580241680145,
|
603 |
+
"learning_rate": 0.0001941957388939873,
|
604 |
+
"loss": 1.2121,
|
605 |
+
"step": 84
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.12336719883889695,
|
609 |
+
"grad_norm": 0.2681978642940521,
|
610 |
+
"learning_rate": 0.00019403939475094663,
|
611 |
+
"loss": 0.4755,
|
612 |
+
"step": 85
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.12481857764876633,
|
616 |
+
"grad_norm": 0.3734763562679291,
|
617 |
+
"learning_rate": 0.00019388103748983496,
|
618 |
+
"loss": 0.8504,
|
619 |
+
"step": 86
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.1262699564586357,
|
623 |
+
"grad_norm": 0.34104010462760925,
|
624 |
+
"learning_rate": 0.00019372067050063438,
|
625 |
+
"loss": 0.838,
|
626 |
+
"step": 87
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.12772133526850507,
|
630 |
+
"grad_norm": 0.29916197061538696,
|
631 |
+
"learning_rate": 0.00019355829721634952,
|
632 |
+
"loss": 0.5686,
|
633 |
+
"step": 88
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.12917271407837447,
|
637 |
+
"grad_norm": 0.38376718759536743,
|
638 |
+
"learning_rate": 0.00019339392111293425,
|
639 |
+
"loss": 0.7435,
|
640 |
+
"step": 89
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.13062409288824384,
|
644 |
+
"grad_norm": 0.2859137952327728,
|
645 |
+
"learning_rate": 0.0001932275457092171,
|
646 |
+
"loss": 0.5112,
|
647 |
+
"step": 90
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.1320754716981132,
|
651 |
+
"grad_norm": 0.25812411308288574,
|
652 |
+
"learning_rate": 0.00019305917456682593,
|
653 |
+
"loss": 0.4435,
|
654 |
+
"step": 91
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.13352685050798258,
|
658 |
+
"grad_norm": 0.5547136664390564,
|
659 |
+
"learning_rate": 0.00019288881129011175,
|
660 |
+
"loss": 2.2399,
|
661 |
+
"step": 92
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.13497822931785197,
|
665 |
+
"grad_norm": 0.2667323052883148,
|
666 |
+
"learning_rate": 0.00019271645952607163,
|
667 |
+
"loss": 0.8544,
|
668 |
+
"step": 93
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.13642960812772134,
|
672 |
+
"grad_norm": 0.3629703223705292,
|
673 |
+
"learning_rate": 0.00019254212296427044,
|
674 |
+
"loss": 1.0825,
|
675 |
+
"step": 94
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.1378809869375907,
|
679 |
+
"grad_norm": 0.31661346554756165,
|
680 |
+
"learning_rate": 0.000192365805336762,
|
681 |
+
"loss": 0.9337,
|
682 |
+
"step": 95
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.13933236574746008,
|
686 |
+
"grad_norm": 0.30188268423080444,
|
687 |
+
"learning_rate": 0.00019218751041800918,
|
688 |
+
"loss": 0.9986,
|
689 |
+
"step": 96
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.14078374455732948,
|
693 |
+
"grad_norm": 0.4080539643764496,
|
694 |
+
"learning_rate": 0.00019200724202480304,
|
695 |
+
"loss": 0.9081,
|
696 |
+
"step": 97
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.14223512336719885,
|
700 |
+
"grad_norm": 0.29220181703567505,
|
701 |
+
"learning_rate": 0.0001918250040161812,
|
702 |
+
"loss": 0.6934,
|
703 |
+
"step": 98
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.14368650217706821,
|
707 |
+
"grad_norm": 0.3137444257736206,
|
708 |
+
"learning_rate": 0.00019164080029334516,
|
709 |
+
"loss": 0.5737,
|
710 |
+
"step": 99
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.14513788098693758,
|
714 |
+
"grad_norm": 0.3088196814060211,
|
715 |
+
"learning_rate": 0.00019145463479957678,
|
716 |
+
"loss": 0.7738,
|
717 |
+
"step": 100
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.14658925979680695,
|
721 |
+
"grad_norm": 0.27212125062942505,
|
722 |
+
"learning_rate": 0.00019126651152015403,
|
723 |
+
"loss": 0.6838,
|
724 |
+
"step": 101
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.14804063860667635,
|
728 |
+
"grad_norm": 0.2625119686126709,
|
729 |
+
"learning_rate": 0.00019107643448226536,
|
730 |
+
"loss": 0.4542,
|
731 |
+
"step": 102
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.14949201741654572,
|
735 |
+
"grad_norm": 0.28616583347320557,
|
736 |
+
"learning_rate": 0.00019088440775492384,
|
737 |
+
"loss": 0.3243,
|
738 |
+
"step": 103
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.1509433962264151,
|
742 |
+
"grad_norm": 0.3205554485321045,
|
743 |
+
"learning_rate": 0.00019069043544887976,
|
744 |
+
"loss": 0.7802,
|
745 |
+
"step": 104
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.15239477503628446,
|
749 |
+
"grad_norm": 0.4131568968296051,
|
750 |
+
"learning_rate": 0.00019049452171653289,
|
751 |
+
"loss": 1.5973,
|
752 |
+
"step": 105
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.15384615384615385,
|
756 |
+
"grad_norm": 0.27477991580963135,
|
757 |
+
"learning_rate": 0.00019029667075184332,
|
758 |
+
"loss": 1.0704,
|
759 |
+
"step": 106
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.15529753265602322,
|
763 |
+
"grad_norm": 0.23675715923309326,
|
764 |
+
"learning_rate": 0.0001900968867902419,
|
765 |
+
"loss": 0.6121,
|
766 |
+
"step": 107
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.1567489114658926,
|
770 |
+
"grad_norm": 0.32074788212776184,
|
771 |
+
"learning_rate": 0.00018989517410853955,
|
772 |
+
"loss": 0.8862,
|
773 |
+
"step": 108
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.15820029027576196,
|
777 |
+
"grad_norm": 0.26189717650413513,
|
778 |
+
"learning_rate": 0.00018969153702483546,
|
779 |
+
"loss": 0.8521,
|
780 |
+
"step": 109
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.15965166908563136,
|
784 |
+
"grad_norm": 0.2720199525356293,
|
785 |
+
"learning_rate": 0.00018948597989842502,
|
786 |
+
"loss": 0.9151,
|
787 |
+
"step": 110
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.16110304789550073,
|
791 |
+
"grad_norm": 0.31710368394851685,
|
792 |
+
"learning_rate": 0.00018927850712970626,
|
793 |
+
"loss": 0.9438,
|
794 |
+
"step": 111
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.1625544267053701,
|
798 |
+
"grad_norm": 0.3253443241119385,
|
799 |
+
"learning_rate": 0.0001890691231600856,
|
800 |
+
"loss": 1.2068,
|
801 |
+
"step": 112
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.16400580551523947,
|
805 |
+
"grad_norm": 0.2926581799983978,
|
806 |
+
"learning_rate": 0.00018885783247188305,
|
807 |
+
"loss": 1.0507,
|
808 |
+
"step": 113
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.16545718432510886,
|
812 |
+
"grad_norm": 0.4618076682090759,
|
813 |
+
"learning_rate": 0.00018864463958823596,
|
814 |
+
"loss": 1.5177,
|
815 |
+
"step": 114
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.16690856313497823,
|
819 |
+
"grad_norm": 0.3991358280181885,
|
820 |
+
"learning_rate": 0.00018842954907300236,
|
821 |
+
"loss": 0.7893,
|
822 |
+
"step": 115
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.1683599419448476,
|
826 |
+
"grad_norm": 0.3550536036491394,
|
827 |
+
"learning_rate": 0.00018821256553066325,
|
828 |
+
"loss": 0.6983,
|
829 |
+
"step": 116
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.16981132075471697,
|
833 |
+
"grad_norm": 0.3150579035282135,
|
834 |
+
"learning_rate": 0.00018799369360622393,
|
835 |
+
"loss": 1.1961,
|
836 |
+
"step": 117
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.17126269956458637,
|
840 |
+
"grad_norm": 0.3520543873310089,
|
841 |
+
"learning_rate": 0.00018777293798511466,
|
842 |
+
"loss": 2.1461,
|
843 |
+
"step": 118
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.17271407837445574,
|
847 |
+
"grad_norm": 0.3473776876926422,
|
848 |
+
"learning_rate": 0.00018755030339309036,
|
849 |
+
"loss": 1.3011,
|
850 |
+
"step": 119
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.1741654571843251,
|
854 |
+
"grad_norm": 0.35327035188674927,
|
855 |
+
"learning_rate": 0.00018732579459612936,
|
856 |
+
"loss": 0.6785,
|
857 |
+
"step": 120
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.17561683599419448,
|
861 |
+
"grad_norm": 0.29838210344314575,
|
862 |
+
"learning_rate": 0.0001870994164003315,
|
863 |
+
"loss": 0.7142,
|
864 |
+
"step": 121
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.17706821480406387,
|
868 |
+
"grad_norm": 0.3126171827316284,
|
869 |
+
"learning_rate": 0.00018687117365181512,
|
870 |
+
"loss": 1.5636,
|
871 |
+
"step": 122
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.17851959361393324,
|
875 |
+
"grad_norm": 0.33095410466194153,
|
876 |
+
"learning_rate": 0.00018664107123661337,
|
877 |
+
"loss": 1.6195,
|
878 |
+
"step": 123
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.1799709724238026,
|
882 |
+
"grad_norm": 0.2580685615539551,
|
883 |
+
"learning_rate": 0.00018640911408056963,
|
884 |
+
"loss": 0.5031,
|
885 |
+
"step": 124
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.18142235123367198,
|
889 |
+
"grad_norm": 0.30072328448295593,
|
890 |
+
"learning_rate": 0.00018617530714923209,
|
891 |
+
"loss": 0.7414,
|
892 |
+
"step": 125
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.18287373004354138,
|
896 |
+
"grad_norm": 0.3045239746570587,
|
897 |
+
"learning_rate": 0.0001859396554477473,
|
898 |
+
"loss": 0.7002,
|
899 |
+
"step": 126
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.18432510885341075,
|
903 |
+
"grad_norm": 0.24665483832359314,
|
904 |
+
"learning_rate": 0.00018570216402075324,
|
905 |
+
"loss": 0.8552,
|
906 |
+
"step": 127
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.18577648766328012,
|
910 |
+
"grad_norm": 0.31482651829719543,
|
911 |
+
"learning_rate": 0.0001854628379522712,
|
912 |
+
"loss": 0.7006,
|
913 |
+
"step": 128
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.18722786647314948,
|
917 |
+
"grad_norm": 0.36719033122062683,
|
918 |
+
"learning_rate": 0.00018522168236559695,
|
919 |
+
"loss": 1.3433,
|
920 |
+
"step": 129
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.18867924528301888,
|
924 |
+
"grad_norm": 0.33420220017433167,
|
925 |
+
"learning_rate": 0.000184978702423191,
|
926 |
+
"loss": 1.4389,
|
927 |
+
"step": 130
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.19013062409288825,
|
931 |
+
"grad_norm": 0.2630361020565033,
|
932 |
+
"learning_rate": 0.00018473390332656838,
|
933 |
+
"loss": 0.6351,
|
934 |
+
"step": 131
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.19158200290275762,
|
938 |
+
"grad_norm": 0.3021498918533325,
|
939 |
+
"learning_rate": 0.00018448729031618686,
|
940 |
+
"loss": 1.2948,
|
941 |
+
"step": 132
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.193033381712627,
|
945 |
+
"grad_norm": 0.2972145080566406,
|
946 |
+
"learning_rate": 0.0001842388686713351,
|
947 |
+
"loss": 1.4549,
|
948 |
+
"step": 133
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.19448476052249636,
|
952 |
+
"grad_norm": 0.40088534355163574,
|
953 |
+
"learning_rate": 0.00018398864371001945,
|
954 |
+
"loss": 1.6829,
|
955 |
+
"step": 134
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.19593613933236576,
|
959 |
+
"grad_norm": 0.46335557103157043,
|
960 |
+
"learning_rate": 0.00018373662078885027,
|
961 |
+
"loss": 1.4324,
|
962 |
+
"step": 135
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.19738751814223512,
|
966 |
+
"grad_norm": 0.2726857662200928,
|
967 |
+
"learning_rate": 0.00018348280530292713,
|
968 |
+
"loss": 0.8288,
|
969 |
+
"step": 136
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.1988388969521045,
|
973 |
+
"grad_norm": 0.30235981941223145,
|
974 |
+
"learning_rate": 0.00018322720268572332,
|
975 |
+
"loss": 1.0587,
|
976 |
+
"step": 137
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.20029027576197386,
|
980 |
+
"grad_norm": 0.28675076365470886,
|
981 |
+
"learning_rate": 0.00018296981840896953,
|
982 |
+
"loss": 0.3433,
|
983 |
+
"step": 138
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.20174165457184326,
|
987 |
+
"grad_norm": 0.23998884856700897,
|
988 |
+
"learning_rate": 0.00018271065798253688,
|
989 |
+
"loss": 0.662,
|
990 |
+
"step": 139
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.20319303338171263,
|
994 |
+
"grad_norm": 0.39619889855384827,
|
995 |
+
"learning_rate": 0.00018244972695431874,
|
996 |
+
"loss": 1.6662,
|
997 |
+
"step": 140
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.204644412191582,
|
1001 |
+
"grad_norm": 0.338534414768219,
|
1002 |
+
"learning_rate": 0.00018218703091011214,
|
1003 |
+
"loss": 0.6726,
|
1004 |
+
"step": 141
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.20609579100145137,
|
1008 |
+
"grad_norm": 0.31382206082344055,
|
1009 |
+
"learning_rate": 0.00018192257547349803,
|
1010 |
+
"loss": 0.9496,
|
1011 |
+
"step": 142
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.20754716981132076,
|
1015 |
+
"grad_norm": 0.3816578984260559,
|
1016 |
+
"learning_rate": 0.0001816563663057211,
|
1017 |
+
"loss": 1.8337,
|
1018 |
+
"step": 143
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.20899854862119013,
|
1022 |
+
"grad_norm": 0.2983052432537079,
|
1023 |
+
"learning_rate": 0.00018138840910556837,
|
1024 |
+
"loss": 0.874,
|
1025 |
+
"step": 144
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.2104499274310595,
|
1029 |
+
"grad_norm": 0.47916677594184875,
|
1030 |
+
"learning_rate": 0.00018111870960924734,
|
1031 |
+
"loss": 1.2913,
|
1032 |
+
"step": 145
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.21190130624092887,
|
1036 |
+
"grad_norm": 0.28957951068878174,
|
1037 |
+
"learning_rate": 0.00018084727359026317,
|
1038 |
+
"loss": 0.836,
|
1039 |
+
"step": 146
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.21335268505079827,
|
1043 |
+
"grad_norm": 0.3818242847919464,
|
1044 |
+
"learning_rate": 0.00018057410685929506,
|
1045 |
+
"loss": 1.5504,
|
1046 |
+
"step": 147
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.21480406386066764,
|
1050 |
+
"grad_norm": 0.39021217823028564,
|
1051 |
+
"learning_rate": 0.00018029921526407184,
|
1052 |
+
"loss": 0.66,
|
1053 |
+
"step": 148
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.216255442670537,
|
1057 |
+
"grad_norm": 0.41055023670196533,
|
1058 |
+
"learning_rate": 0.00018002260468924695,
|
1059 |
+
"loss": 1.027,
|
1060 |
+
"step": 149
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.21770682148040638,
|
1064 |
+
"grad_norm": 0.3222734034061432,
|
1065 |
+
"learning_rate": 0.00017974428105627208,
|
1066 |
+
"loss": 1.223,
|
1067 |
+
"step": 150
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.21915820029027577,
|
1071 |
+
"grad_norm": 0.4165111184120178,
|
1072 |
+
"learning_rate": 0.0001794642503232709,
|
1073 |
+
"loss": 0.799,
|
1074 |
+
"step": 151
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.22060957910014514,
|
1078 |
+
"grad_norm": 0.2545410692691803,
|
1079 |
+
"learning_rate": 0.00017918251848491118,
|
1080 |
+
"loss": 0.8621,
|
1081 |
+
"step": 152
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.2220609579100145,
|
1085 |
+
"grad_norm": 0.4528481066226959,
|
1086 |
+
"learning_rate": 0.00017889909157227653,
|
1087 |
+
"loss": 1.1478,
|
1088 |
+
"step": 153
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.22351233671988388,
|
1092 |
+
"grad_norm": 0.24836307764053345,
|
1093 |
+
"learning_rate": 0.00017861397565273733,
|
1094 |
+
"loss": 0.389,
|
1095 |
+
"step": 154
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.22496371552975328,
|
1099 |
+
"grad_norm": 0.42859530448913574,
|
1100 |
+
"learning_rate": 0.00017832717682982093,
|
1101 |
+
"loss": 1.2932,
|
1102 |
+
"step": 155
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.22641509433962265,
|
1106 |
+
"grad_norm": 0.3459640443325043,
|
1107 |
+
"learning_rate": 0.00017803870124308068,
|
1108 |
+
"loss": 0.7394,
|
1109 |
+
"step": 156
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 0.22786647314949202,
|
1113 |
+
"grad_norm": 0.28327664732933044,
|
1114 |
+
"learning_rate": 0.00017774855506796496,
|
1115 |
+
"loss": 0.7749,
|
1116 |
+
"step": 157
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 0.22931785195936139,
|
1120 |
+
"grad_norm": 0.2421475350856781,
|
1121 |
+
"learning_rate": 0.00017745674451568453,
|
1122 |
+
"loss": 0.4116,
|
1123 |
+
"step": 158
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 0.23076923076923078,
|
1127 |
+
"grad_norm": 0.42741137742996216,
|
1128 |
+
"learning_rate": 0.00017716327583307989,
|
1129 |
+
"loss": 1.0368,
|
1130 |
+
"step": 159
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 0.23222060957910015,
|
1134 |
+
"grad_norm": 0.3373871147632599,
|
1135 |
+
"learning_rate": 0.0001768681553024874,
|
1136 |
+
"loss": 0.822,
|
1137 |
+
"step": 160
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 0.23367198838896952,
|
1141 |
+
"grad_norm": 0.4648170471191406,
|
1142 |
+
"learning_rate": 0.00017657138924160476,
|
1143 |
+
"loss": 1.9527,
|
1144 |
+
"step": 161
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 0.2351233671988389,
|
1148 |
+
"grad_norm": 0.46374577283859253,
|
1149 |
+
"learning_rate": 0.00017627298400335598,
|
1150 |
+
"loss": 2.0193,
|
1151 |
+
"step": 162
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 0.2365747460087083,
|
1155 |
+
"grad_norm": 0.3726603388786316,
|
1156 |
+
"learning_rate": 0.00017597294597575507,
|
1157 |
+
"loss": 1.0391,
|
1158 |
+
"step": 163
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 0.23802612481857766,
|
1162 |
+
"grad_norm": 0.35028398036956787,
|
1163 |
+
"learning_rate": 0.00017567128158176953,
|
1164 |
+
"loss": 0.5079,
|
1165 |
+
"step": 164
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 0.23947750362844702,
|
1169 |
+
"grad_norm": 0.3101751506328583,
|
1170 |
+
"learning_rate": 0.0001753679972791828,
|
1171 |
+
"loss": 0.4194,
|
1172 |
+
"step": 165
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 0.2409288824383164,
|
1176 |
+
"grad_norm": 0.3468049466609955,
|
1177 |
+
"learning_rate": 0.0001750630995604559,
|
1178 |
+
"loss": 0.61,
|
1179 |
+
"step": 166
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 0.24238026124818576,
|
1183 |
+
"grad_norm": 0.38198643922805786,
|
1184 |
+
"learning_rate": 0.00017475659495258864,
|
1185 |
+
"loss": 1.2123,
|
1186 |
+
"step": 167
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 0.24383164005805516,
|
1190 |
+
"grad_norm": 0.3985172510147095,
|
1191 |
+
"learning_rate": 0.00017444849001697975,
|
1192 |
+
"loss": 1.2891,
|
1193 |
+
"step": 168
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 0.24528301886792453,
|
1197 |
+
"grad_norm": 0.5197709202766418,
|
1198 |
+
"learning_rate": 0.00017413879134928643,
|
1199 |
+
"loss": 0.9845,
|
1200 |
+
"step": 169
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 0.2467343976777939,
|
1204 |
+
"grad_norm": 0.3085668087005615,
|
1205 |
+
"learning_rate": 0.00017382750557928323,
|
1206 |
+
"loss": 1.077,
|
1207 |
+
"step": 170
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 0.24818577648766327,
|
1211 |
+
"grad_norm": 0.526063084602356,
|
1212 |
+
"learning_rate": 0.00017351463937072004,
|
1213 |
+
"loss": 1.5359,
|
1214 |
+
"step": 171
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 0.24963715529753266,
|
1218 |
+
"grad_norm": 0.3238290846347809,
|
1219 |
+
"learning_rate": 0.00017320019942117956,
|
1220 |
+
"loss": 0.8538,
|
1221 |
+
"step": 172
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 0.251088534107402,
|
1225 |
+
"grad_norm": 0.4351443946361542,
|
1226 |
+
"learning_rate": 0.00017288419246193373,
|
1227 |
+
"loss": 2.2273,
|
1228 |
+
"step": 173
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 0.251088534107402,
|
1232 |
+
"eval_loss": 0.25142431259155273,
|
1233 |
+
"eval_runtime": 32.4109,
|
1234 |
+
"eval_samples_per_second": 8.978,
|
1235 |
+
"eval_steps_per_second": 4.505,
|
1236 |
+
"step": 173
|
1237 |
+
}
|
1238 |
+
],
|
1239 |
+
"logging_steps": 1,
|
1240 |
+
"max_steps": 689,
|
1241 |
+
"num_input_tokens_seen": 0,
|
1242 |
+
"num_train_epochs": 1,
|
1243 |
+
"save_steps": 173,
|
1244 |
+
"stateful_callbacks": {
|
1245 |
+
"TrainerControl": {
|
1246 |
+
"args": {
|
1247 |
+
"should_epoch_stop": false,
|
1248 |
+
"should_evaluate": false,
|
1249 |
+
"should_log": false,
|
1250 |
+
"should_save": true,
|
1251 |
+
"should_training_stop": false
|
1252 |
+
},
|
1253 |
+
"attributes": {}
|
1254 |
+
}
|
1255 |
+
},
|
1256 |
+
"total_flos": 1.0947220535771136e+17,
|
1257 |
+
"train_batch_size": 2,
|
1258 |
+
"trial_name": null,
|
1259 |
+
"trial_params": null
|
1260 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bbe9b656a37f16d33eba15bd4854ef9a2a9b44e86e16192afbfb439169bbd71
|
3 |
+
size 6776
|