Upload checkpoint-15630
Browse files- README.md +202 -0
- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +1125 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: beomi/KoAlpaca-Polyglot-5.8B
|
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.11.2.dev0
|
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
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": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"query_key_value"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11a4e35bdbe945665fe1dca4fe76cfe31533ed7d0951ca7a9750b60fd5106945
|
3 |
+
size 14690104
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f9add6f64ae177482a331a50b0ab9a735c067bce93ca090eb6d164d79a55985
|
3 |
+
size 7422330
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95b819d8c6012e795861e4c2bb52c0b6fa7bd0e24694085cd4ff5f25d7077fc2
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a65e26027d29f4d5f93bc65f732c57248997e25d53f113356ef102167e7c2424
|
3 |
+
size 1064
|
trainer_state.json
ADDED
@@ -0,0 +1,1125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 10.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 15630,
|
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.06397952655150352,
|
13 |
+
"grad_norm": 1.3913878202438354,
|
14 |
+
"learning_rate": 0.0002980806142034549,
|
15 |
+
"loss": 2.6653,
|
16 |
+
"step": 100
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.12795905310300704,
|
20 |
+
"grad_norm": 1.3103582859039307,
|
21 |
+
"learning_rate": 0.00029616122840690973,
|
22 |
+
"loss": 2.292,
|
23 |
+
"step": 200
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.19193857965451055,
|
27 |
+
"grad_norm": 1.3559526205062866,
|
28 |
+
"learning_rate": 0.00029424184261036466,
|
29 |
+
"loss": 2.2125,
|
30 |
+
"step": 300
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.2559181062060141,
|
34 |
+
"grad_norm": 1.1802483797073364,
|
35 |
+
"learning_rate": 0.00029232245681381954,
|
36 |
+
"loss": 2.1921,
|
37 |
+
"step": 400
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.3198976327575176,
|
41 |
+
"grad_norm": 1.3195720911026,
|
42 |
+
"learning_rate": 0.0002904030710172744,
|
43 |
+
"loss": 2.1725,
|
44 |
+
"step": 500
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.3838771593090211,
|
48 |
+
"grad_norm": 1.3061714172363281,
|
49 |
+
"learning_rate": 0.00028848368522072936,
|
50 |
+
"loss": 2.1612,
|
51 |
+
"step": 600
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.44785668586052463,
|
55 |
+
"grad_norm": 1.3104487657546997,
|
56 |
+
"learning_rate": 0.00028656429942418423,
|
57 |
+
"loss": 2.141,
|
58 |
+
"step": 700
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.5118362124120281,
|
62 |
+
"grad_norm": 1.2008849382400513,
|
63 |
+
"learning_rate": 0.0002846449136276391,
|
64 |
+
"loss": 2.1019,
|
65 |
+
"step": 800
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.5758157389635317,
|
69 |
+
"grad_norm": 1.0927375555038452,
|
70 |
+
"learning_rate": 0.000282725527831094,
|
71 |
+
"loss": 2.0864,
|
72 |
+
"step": 900
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.6397952655150352,
|
76 |
+
"grad_norm": 1.2209320068359375,
|
77 |
+
"learning_rate": 0.0002808061420345489,
|
78 |
+
"loss": 2.1023,
|
79 |
+
"step": 1000
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.7037747920665387,
|
83 |
+
"grad_norm": 1.180240511894226,
|
84 |
+
"learning_rate": 0.0002788867562380038,
|
85 |
+
"loss": 2.0917,
|
86 |
+
"step": 1100
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.7677543186180422,
|
90 |
+
"grad_norm": 1.134225845336914,
|
91 |
+
"learning_rate": 0.0002769673704414587,
|
92 |
+
"loss": 2.0871,
|
93 |
+
"step": 1200
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.8317338451695457,
|
97 |
+
"grad_norm": 1.1944783926010132,
|
98 |
+
"learning_rate": 0.0002750479846449136,
|
99 |
+
"loss": 2.0509,
|
100 |
+
"step": 1300
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.8957133717210493,
|
104 |
+
"grad_norm": 1.3126178979873657,
|
105 |
+
"learning_rate": 0.0002731285988483685,
|
106 |
+
"loss": 2.0499,
|
107 |
+
"step": 1400
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.9596928982725528,
|
111 |
+
"grad_norm": 1.114277720451355,
|
112 |
+
"learning_rate": 0.0002712092130518234,
|
113 |
+
"loss": 2.035,
|
114 |
+
"step": 1500
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 1.0236724248240563,
|
118 |
+
"grad_norm": 1.2892206907272339,
|
119 |
+
"learning_rate": 0.0002692898272552783,
|
120 |
+
"loss": 1.9784,
|
121 |
+
"step": 1600
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 1.0876519513755598,
|
125 |
+
"grad_norm": 1.3515739440917969,
|
126 |
+
"learning_rate": 0.0002673704414587332,
|
127 |
+
"loss": 1.9109,
|
128 |
+
"step": 1700
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 1.1516314779270633,
|
132 |
+
"grad_norm": 1.367629885673523,
|
133 |
+
"learning_rate": 0.00026545105566218806,
|
134 |
+
"loss": 1.947,
|
135 |
+
"step": 1800
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 1.2156110044785668,
|
139 |
+
"grad_norm": 1.246567726135254,
|
140 |
+
"learning_rate": 0.00026353166986564294,
|
141 |
+
"loss": 1.92,
|
142 |
+
"step": 1900
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.2795905310300704,
|
146 |
+
"grad_norm": 1.420345664024353,
|
147 |
+
"learning_rate": 0.0002616122840690979,
|
148 |
+
"loss": 1.9131,
|
149 |
+
"step": 2000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.3435700575815739,
|
153 |
+
"grad_norm": 1.4400845766067505,
|
154 |
+
"learning_rate": 0.00025969289827255276,
|
155 |
+
"loss": 1.9205,
|
156 |
+
"step": 2100
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 1.4075495841330774,
|
160 |
+
"grad_norm": 1.2077809572219849,
|
161 |
+
"learning_rate": 0.00025777351247600763,
|
162 |
+
"loss": 1.9198,
|
163 |
+
"step": 2200
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.471529110684581,
|
167 |
+
"grad_norm": 1.3657140731811523,
|
168 |
+
"learning_rate": 0.00025585412667946257,
|
169 |
+
"loss": 1.9221,
|
170 |
+
"step": 2300
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.5355086372360844,
|
174 |
+
"grad_norm": 1.4031739234924316,
|
175 |
+
"learning_rate": 0.00025393474088291745,
|
176 |
+
"loss": 1.9228,
|
177 |
+
"step": 2400
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 1.599488163787588,
|
181 |
+
"grad_norm": 1.3224505186080933,
|
182 |
+
"learning_rate": 0.0002520153550863723,
|
183 |
+
"loss": 1.9413,
|
184 |
+
"step": 2500
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.6634676903390915,
|
188 |
+
"grad_norm": 1.4395138025283813,
|
189 |
+
"learning_rate": 0.00025009596928982726,
|
190 |
+
"loss": 1.9295,
|
191 |
+
"step": 2600
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.727447216890595,
|
195 |
+
"grad_norm": 1.3267974853515625,
|
196 |
+
"learning_rate": 0.00024817658349328214,
|
197 |
+
"loss": 1.9122,
|
198 |
+
"step": 2700
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 1.7914267434420985,
|
202 |
+
"grad_norm": 1.3772944211959839,
|
203 |
+
"learning_rate": 0.000246257197696737,
|
204 |
+
"loss": 1.9057,
|
205 |
+
"step": 2800
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 1.855406269993602,
|
209 |
+
"grad_norm": 1.3348450660705566,
|
210 |
+
"learning_rate": 0.0002443378119001919,
|
211 |
+
"loss": 1.9048,
|
212 |
+
"step": 2900
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 1.9193857965451055,
|
216 |
+
"grad_norm": 1.3936595916748047,
|
217 |
+
"learning_rate": 0.0002424184261036468,
|
218 |
+
"loss": 1.9272,
|
219 |
+
"step": 3000
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.983365323096609,
|
223 |
+
"grad_norm": 1.3806579113006592,
|
224 |
+
"learning_rate": 0.0002404990403071017,
|
225 |
+
"loss": 1.929,
|
226 |
+
"step": 3100
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 2.0473448496481126,
|
230 |
+
"grad_norm": 1.6080211400985718,
|
231 |
+
"learning_rate": 0.00023857965451055659,
|
232 |
+
"loss": 1.795,
|
233 |
+
"step": 3200
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 2.111324376199616,
|
237 |
+
"grad_norm": 1.6093289852142334,
|
238 |
+
"learning_rate": 0.0002366602687140115,
|
239 |
+
"loss": 1.7608,
|
240 |
+
"step": 3300
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 2.1753039027511196,
|
244 |
+
"grad_norm": 1.5963257551193237,
|
245 |
+
"learning_rate": 0.00023474088291746637,
|
246 |
+
"loss": 1.7549,
|
247 |
+
"step": 3400
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 2.239283429302623,
|
251 |
+
"grad_norm": 1.5618189573287964,
|
252 |
+
"learning_rate": 0.00023282149712092128,
|
253 |
+
"loss": 1.7706,
|
254 |
+
"step": 3500
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 2.3032629558541267,
|
258 |
+
"grad_norm": 1.5841214656829834,
|
259 |
+
"learning_rate": 0.00023090211132437618,
|
260 |
+
"loss": 1.7643,
|
261 |
+
"step": 3600
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 2.36724248240563,
|
265 |
+
"grad_norm": 1.5369797945022583,
|
266 |
+
"learning_rate": 0.00022898272552783106,
|
267 |
+
"loss": 1.7765,
|
268 |
+
"step": 3700
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 2.4312220089571337,
|
272 |
+
"grad_norm": 1.6150139570236206,
|
273 |
+
"learning_rate": 0.00022706333973128597,
|
274 |
+
"loss": 1.7698,
|
275 |
+
"step": 3800
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 2.495201535508637,
|
279 |
+
"grad_norm": 1.6394102573394775,
|
280 |
+
"learning_rate": 0.00022514395393474085,
|
281 |
+
"loss": 1.7918,
|
282 |
+
"step": 3900
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 2.5591810620601407,
|
286 |
+
"grad_norm": 1.5699377059936523,
|
287 |
+
"learning_rate": 0.00022322456813819575,
|
288 |
+
"loss": 1.7881,
|
289 |
+
"step": 4000
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 2.6231605886116443,
|
293 |
+
"grad_norm": 1.5585079193115234,
|
294 |
+
"learning_rate": 0.0002213243761996161,
|
295 |
+
"loss": 1.7885,
|
296 |
+
"step": 4100
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 2.6871401151631478,
|
300 |
+
"grad_norm": 1.5128830671310425,
|
301 |
+
"learning_rate": 0.000219404990403071,
|
302 |
+
"loss": 1.7878,
|
303 |
+
"step": 4200
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 2.7511196417146513,
|
307 |
+
"grad_norm": 1.584663987159729,
|
308 |
+
"learning_rate": 0.00021748560460652588,
|
309 |
+
"loss": 1.8021,
|
310 |
+
"step": 4300
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 2.815099168266155,
|
314 |
+
"grad_norm": 1.570940375328064,
|
315 |
+
"learning_rate": 0.00021556621880998078,
|
316 |
+
"loss": 1.7732,
|
317 |
+
"step": 4400
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 2.8790786948176583,
|
321 |
+
"grad_norm": 1.6013740301132202,
|
322 |
+
"learning_rate": 0.00021364683301343566,
|
323 |
+
"loss": 1.7939,
|
324 |
+
"step": 4500
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 2.943058221369162,
|
328 |
+
"grad_norm": 1.5516438484191895,
|
329 |
+
"learning_rate": 0.00021172744721689057,
|
330 |
+
"loss": 1.7894,
|
331 |
+
"step": 4600
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 3.0070377479206654,
|
335 |
+
"grad_norm": 1.5310258865356445,
|
336 |
+
"learning_rate": 0.00020980806142034547,
|
337 |
+
"loss": 1.7542,
|
338 |
+
"step": 4700
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 3.071017274472169,
|
342 |
+
"grad_norm": 1.7053136825561523,
|
343 |
+
"learning_rate": 0.00020788867562380035,
|
344 |
+
"loss": 1.5635,
|
345 |
+
"step": 4800
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 3.1349968010236724,
|
349 |
+
"grad_norm": 1.8617521524429321,
|
350 |
+
"learning_rate": 0.00020596928982725526,
|
351 |
+
"loss": 1.6037,
|
352 |
+
"step": 4900
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 3.198976327575176,
|
356 |
+
"grad_norm": 1.928120732307434,
|
357 |
+
"learning_rate": 0.00020404990403071014,
|
358 |
+
"loss": 1.6123,
|
359 |
+
"step": 5000
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 3.2629558541266794,
|
363 |
+
"grad_norm": 1.8797775506973267,
|
364 |
+
"learning_rate": 0.00020213051823416504,
|
365 |
+
"loss": 1.6345,
|
366 |
+
"step": 5100
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 3.326935380678183,
|
370 |
+
"grad_norm": 2.0564582347869873,
|
371 |
+
"learning_rate": 0.00020021113243761995,
|
372 |
+
"loss": 1.6234,
|
373 |
+
"step": 5200
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 3.3909149072296865,
|
377 |
+
"grad_norm": 1.7450950145721436,
|
378 |
+
"learning_rate": 0.00019829174664107483,
|
379 |
+
"loss": 1.6299,
|
380 |
+
"step": 5300
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 3.45489443378119,
|
384 |
+
"grad_norm": 1.975203514099121,
|
385 |
+
"learning_rate": 0.00019637236084452974,
|
386 |
+
"loss": 1.6572,
|
387 |
+
"step": 5400
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 3.5188739603326935,
|
391 |
+
"grad_norm": 2.0146219730377197,
|
392 |
+
"learning_rate": 0.00019445297504798461,
|
393 |
+
"loss": 1.645,
|
394 |
+
"step": 5500
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 3.582853486884197,
|
398 |
+
"grad_norm": 1.8149664402008057,
|
399 |
+
"learning_rate": 0.00019253358925143952,
|
400 |
+
"loss": 1.664,
|
401 |
+
"step": 5600
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 3.6468330134357005,
|
405 |
+
"grad_norm": 1.8936662673950195,
|
406 |
+
"learning_rate": 0.00019061420345489443,
|
407 |
+
"loss": 1.6702,
|
408 |
+
"step": 5700
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 3.710812539987204,
|
412 |
+
"grad_norm": 1.8857460021972656,
|
413 |
+
"learning_rate": 0.0001886948176583493,
|
414 |
+
"loss": 1.6703,
|
415 |
+
"step": 5800
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 3.7747920665387076,
|
419 |
+
"grad_norm": 1.9245814085006714,
|
420 |
+
"learning_rate": 0.0001867754318618042,
|
421 |
+
"loss": 1.6834,
|
422 |
+
"step": 5900
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 3.838771593090211,
|
426 |
+
"grad_norm": 1.8571895360946655,
|
427 |
+
"learning_rate": 0.0001848560460652591,
|
428 |
+
"loss": 1.6663,
|
429 |
+
"step": 6000
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 3.9027511196417146,
|
433 |
+
"grad_norm": 1.8339492082595825,
|
434 |
+
"learning_rate": 0.00018297504798464492,
|
435 |
+
"loss": 1.6835,
|
436 |
+
"step": 6100
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 3.966730646193218,
|
440 |
+
"grad_norm": 1.839705228805542,
|
441 |
+
"learning_rate": 0.00018105566218809977,
|
442 |
+
"loss": 1.6786,
|
443 |
+
"step": 6200
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 4.030710172744722,
|
447 |
+
"grad_norm": 1.8872791528701782,
|
448 |
+
"learning_rate": 0.00017913627639155468,
|
449 |
+
"loss": 1.5791,
|
450 |
+
"step": 6300
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 4.094689699296225,
|
454 |
+
"grad_norm": 2.0222487449645996,
|
455 |
+
"learning_rate": 0.0001772168905950096,
|
456 |
+
"loss": 1.4462,
|
457 |
+
"step": 6400
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 4.158669225847729,
|
461 |
+
"grad_norm": 2.354410409927368,
|
462 |
+
"learning_rate": 0.00017529750479846446,
|
463 |
+
"loss": 1.476,
|
464 |
+
"step": 6500
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 4.222648752399232,
|
468 |
+
"grad_norm": 2.227118968963623,
|
469 |
+
"learning_rate": 0.00017337811900191937,
|
470 |
+
"loss": 1.4802,
|
471 |
+
"step": 6600
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 4.286628278950736,
|
475 |
+
"grad_norm": 2.2707509994506836,
|
476 |
+
"learning_rate": 0.00017145873320537425,
|
477 |
+
"loss": 1.4982,
|
478 |
+
"step": 6700
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 4.350607805502239,
|
482 |
+
"grad_norm": 2.224393844604492,
|
483 |
+
"learning_rate": 0.00016953934740882915,
|
484 |
+
"loss": 1.5118,
|
485 |
+
"step": 6800
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 4.414587332053743,
|
489 |
+
"grad_norm": 2.305133104324341,
|
490 |
+
"learning_rate": 0.00016761996161228406,
|
491 |
+
"loss": 1.5273,
|
492 |
+
"step": 6900
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 4.478566858605246,
|
496 |
+
"grad_norm": 2.1448874473571777,
|
497 |
+
"learning_rate": 0.00016570057581573894,
|
498 |
+
"loss": 1.5241,
|
499 |
+
"step": 7000
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 4.54254638515675,
|
503 |
+
"grad_norm": 2.392244577407837,
|
504 |
+
"learning_rate": 0.00016378119001919384,
|
505 |
+
"loss": 1.5195,
|
506 |
+
"step": 7100
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 4.606525911708253,
|
510 |
+
"grad_norm": 2.300020456314087,
|
511 |
+
"learning_rate": 0.00016186180422264872,
|
512 |
+
"loss": 1.5219,
|
513 |
+
"step": 7200
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 4.670505438259757,
|
517 |
+
"grad_norm": 2.117234230041504,
|
518 |
+
"learning_rate": 0.00015994241842610363,
|
519 |
+
"loss": 1.5345,
|
520 |
+
"step": 7300
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 4.73448496481126,
|
524 |
+
"grad_norm": 2.0821878910064697,
|
525 |
+
"learning_rate": 0.00015802303262955853,
|
526 |
+
"loss": 1.5184,
|
527 |
+
"step": 7400
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 4.798464491362764,
|
531 |
+
"grad_norm": 2.112713575363159,
|
532 |
+
"learning_rate": 0.0001561036468330134,
|
533 |
+
"loss": 1.5384,
|
534 |
+
"step": 7500
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 4.862444017914267,
|
538 |
+
"grad_norm": 2.12935209274292,
|
539 |
+
"learning_rate": 0.00015418426103646832,
|
540 |
+
"loss": 1.55,
|
541 |
+
"step": 7600
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 4.926423544465771,
|
545 |
+
"grad_norm": 2.2870752811431885,
|
546 |
+
"learning_rate": 0.0001522648752399232,
|
547 |
+
"loss": 1.5497,
|
548 |
+
"step": 7700
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 4.990403071017274,
|
552 |
+
"grad_norm": 2.1214969158172607,
|
553 |
+
"learning_rate": 0.0001503454894433781,
|
554 |
+
"loss": 1.5619,
|
555 |
+
"step": 7800
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 5.054382597568778,
|
559 |
+
"grad_norm": 2.3006513118743896,
|
560 |
+
"learning_rate": 0.000148426103646833,
|
561 |
+
"loss": 1.378,
|
562 |
+
"step": 7900
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 5.1183621241202815,
|
566 |
+
"grad_norm": 2.307389259338379,
|
567 |
+
"learning_rate": 0.0001465067178502879,
|
568 |
+
"loss": 1.3495,
|
569 |
+
"step": 8000
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 5.182341650671785,
|
573 |
+
"grad_norm": 2.3815455436706543,
|
574 |
+
"learning_rate": 0.00014460652591170823,
|
575 |
+
"loss": 1.3522,
|
576 |
+
"step": 8100
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 5.2463211772232885,
|
580 |
+
"grad_norm": 2.3949851989746094,
|
581 |
+
"learning_rate": 0.00014268714011516314,
|
582 |
+
"loss": 1.3573,
|
583 |
+
"step": 8200
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 5.310300703774792,
|
587 |
+
"grad_norm": 2.5533056259155273,
|
588 |
+
"learning_rate": 0.00014076775431861804,
|
589 |
+
"loss": 1.3681,
|
590 |
+
"step": 8300
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 5.3742802303262955,
|
594 |
+
"grad_norm": 2.4939053058624268,
|
595 |
+
"learning_rate": 0.00013884836852207292,
|
596 |
+
"loss": 1.3961,
|
597 |
+
"step": 8400
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 5.438259756877799,
|
601 |
+
"grad_norm": 2.5872833728790283,
|
602 |
+
"learning_rate": 0.00013692898272552783,
|
603 |
+
"loss": 1.3816,
|
604 |
+
"step": 8500
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 5.502239283429303,
|
608 |
+
"grad_norm": 2.54913330078125,
|
609 |
+
"learning_rate": 0.0001350095969289827,
|
610 |
+
"loss": 1.3818,
|
611 |
+
"step": 8600
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 5.566218809980806,
|
615 |
+
"grad_norm": 2.5345094203948975,
|
616 |
+
"learning_rate": 0.0001330902111324376,
|
617 |
+
"loss": 1.3996,
|
618 |
+
"step": 8700
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 5.63019833653231,
|
622 |
+
"grad_norm": 2.3987200260162354,
|
623 |
+
"learning_rate": 0.00013117082533589252,
|
624 |
+
"loss": 1.4175,
|
625 |
+
"step": 8800
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 5.694177863083813,
|
629 |
+
"grad_norm": 2.412726402282715,
|
630 |
+
"learning_rate": 0.0001292514395393474,
|
631 |
+
"loss": 1.4087,
|
632 |
+
"step": 8900
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 5.758157389635317,
|
636 |
+
"grad_norm": 2.340156078338623,
|
637 |
+
"learning_rate": 0.0001273320537428023,
|
638 |
+
"loss": 1.4168,
|
639 |
+
"step": 9000
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 5.82213691618682,
|
643 |
+
"grad_norm": 2.49423885345459,
|
644 |
+
"learning_rate": 0.00012541266794625718,
|
645 |
+
"loss": 1.4223,
|
646 |
+
"step": 9100
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 5.886116442738324,
|
650 |
+
"grad_norm": 2.406388759613037,
|
651 |
+
"learning_rate": 0.0001234932821497121,
|
652 |
+
"loss": 1.4104,
|
653 |
+
"step": 9200
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 5.950095969289827,
|
657 |
+
"grad_norm": 2.5181610584259033,
|
658 |
+
"learning_rate": 0.00012157389635316698,
|
659 |
+
"loss": 1.4153,
|
660 |
+
"step": 9300
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 6.014075495841331,
|
664 |
+
"grad_norm": 2.5460805892944336,
|
665 |
+
"learning_rate": 0.00011965451055662187,
|
666 |
+
"loss": 1.3861,
|
667 |
+
"step": 9400
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 6.078055022392834,
|
671 |
+
"grad_norm": 2.3237457275390625,
|
672 |
+
"learning_rate": 0.00011773512476007676,
|
673 |
+
"loss": 1.2058,
|
674 |
+
"step": 9500
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 6.142034548944338,
|
678 |
+
"grad_norm": 3.00022554397583,
|
679 |
+
"learning_rate": 0.00011581573896353166,
|
680 |
+
"loss": 1.2308,
|
681 |
+
"step": 9600
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 6.206014075495841,
|
685 |
+
"grad_norm": 2.6109488010406494,
|
686 |
+
"learning_rate": 0.00011389635316698655,
|
687 |
+
"loss": 1.23,
|
688 |
+
"step": 9700
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 6.269993602047345,
|
692 |
+
"grad_norm": 2.581364393234253,
|
693 |
+
"learning_rate": 0.00011197696737044146,
|
694 |
+
"loss": 1.2524,
|
695 |
+
"step": 9800
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 6.333973128598848,
|
699 |
+
"grad_norm": 3.0848801136016846,
|
700 |
+
"learning_rate": 0.00011005758157389635,
|
701 |
+
"loss": 1.2621,
|
702 |
+
"step": 9900
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 6.397952655150352,
|
706 |
+
"grad_norm": 2.758669853210449,
|
707 |
+
"learning_rate": 0.00010813819577735124,
|
708 |
+
"loss": 1.2708,
|
709 |
+
"step": 10000
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 6.461932181701855,
|
713 |
+
"grad_norm": 2.635228395462036,
|
714 |
+
"learning_rate": 0.00010623800383877158,
|
715 |
+
"loss": 1.264,
|
716 |
+
"step": 10100
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 6.525911708253359,
|
720 |
+
"grad_norm": 2.6656181812286377,
|
721 |
+
"learning_rate": 0.00010431861804222647,
|
722 |
+
"loss": 1.2714,
|
723 |
+
"step": 10200
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 6.589891234804862,
|
727 |
+
"grad_norm": 2.8166842460632324,
|
728 |
+
"learning_rate": 0.00010239923224568137,
|
729 |
+
"loss": 1.2688,
|
730 |
+
"step": 10300
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 6.653870761356366,
|
734 |
+
"grad_norm": 2.9492697715759277,
|
735 |
+
"learning_rate": 0.00010047984644913627,
|
736 |
+
"loss": 1.2851,
|
737 |
+
"step": 10400
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 6.717850287907869,
|
741 |
+
"grad_norm": 2.6956639289855957,
|
742 |
+
"learning_rate": 9.856046065259116e-05,
|
743 |
+
"loss": 1.2725,
|
744 |
+
"step": 10500
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 6.781829814459373,
|
748 |
+
"grad_norm": 2.9519875049591064,
|
749 |
+
"learning_rate": 9.664107485604606e-05,
|
750 |
+
"loss": 1.2819,
|
751 |
+
"step": 10600
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 6.8458093410108765,
|
755 |
+
"grad_norm": 3.0412800312042236,
|
756 |
+
"learning_rate": 9.472168905950095e-05,
|
757 |
+
"loss": 1.2827,
|
758 |
+
"step": 10700
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 6.90978886756238,
|
762 |
+
"grad_norm": 2.9258697032928467,
|
763 |
+
"learning_rate": 9.280230326295584e-05,
|
764 |
+
"loss": 1.3168,
|
765 |
+
"step": 10800
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 6.9737683941138835,
|
769 |
+
"grad_norm": 2.7609777450561523,
|
770 |
+
"learning_rate": 9.088291746641075e-05,
|
771 |
+
"loss": 1.2928,
|
772 |
+
"step": 10900
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 7.037747920665387,
|
776 |
+
"grad_norm": 2.8244144916534424,
|
777 |
+
"learning_rate": 8.896353166986564e-05,
|
778 |
+
"loss": 1.1978,
|
779 |
+
"step": 11000
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 7.1017274472168905,
|
783 |
+
"grad_norm": 2.602998971939087,
|
784 |
+
"learning_rate": 8.704414587332053e-05,
|
785 |
+
"loss": 1.1216,
|
786 |
+
"step": 11100
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 7.165706973768394,
|
790 |
+
"grad_norm": 3.0034470558166504,
|
791 |
+
"learning_rate": 8.512476007677542e-05,
|
792 |
+
"loss": 1.118,
|
793 |
+
"step": 11200
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 7.229686500319898,
|
797 |
+
"grad_norm": 2.9190104007720947,
|
798 |
+
"learning_rate": 8.320537428023032e-05,
|
799 |
+
"loss": 1.1329,
|
800 |
+
"step": 11300
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 7.293666026871401,
|
804 |
+
"grad_norm": 2.9674625396728516,
|
805 |
+
"learning_rate": 8.128598848368522e-05,
|
806 |
+
"loss": 1.1161,
|
807 |
+
"step": 11400
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 7.357645553422905,
|
811 |
+
"grad_norm": 2.8053972721099854,
|
812 |
+
"learning_rate": 7.936660268714012e-05,
|
813 |
+
"loss": 1.1276,
|
814 |
+
"step": 11500
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 7.421625079974408,
|
818 |
+
"grad_norm": 3.0427043437957764,
|
819 |
+
"learning_rate": 7.744721689059501e-05,
|
820 |
+
"loss": 1.1491,
|
821 |
+
"step": 11600
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 7.485604606525912,
|
825 |
+
"grad_norm": 2.797395706176758,
|
826 |
+
"learning_rate": 7.55278310940499e-05,
|
827 |
+
"loss": 1.147,
|
828 |
+
"step": 11700
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 7.549584133077415,
|
832 |
+
"grad_norm": 3.1447503566741943,
|
833 |
+
"learning_rate": 7.360844529750479e-05,
|
834 |
+
"loss": 1.1619,
|
835 |
+
"step": 11800
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 7.613563659628919,
|
839 |
+
"grad_norm": 2.775707483291626,
|
840 |
+
"learning_rate": 7.168905950095969e-05,
|
841 |
+
"loss": 1.1663,
|
842 |
+
"step": 11900
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 7.677543186180422,
|
846 |
+
"grad_norm": 2.8020401000976562,
|
847 |
+
"learning_rate": 6.976967370441458e-05,
|
848 |
+
"loss": 1.1463,
|
849 |
+
"step": 12000
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 7.741522712731926,
|
853 |
+
"grad_norm": 2.949965715408325,
|
854 |
+
"learning_rate": 6.786948176583492e-05,
|
855 |
+
"loss": 1.1642,
|
856 |
+
"step": 12100
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 7.805502239283429,
|
860 |
+
"grad_norm": 3.1794426441192627,
|
861 |
+
"learning_rate": 6.595009596928982e-05,
|
862 |
+
"loss": 1.1794,
|
863 |
+
"step": 12200
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 7.869481765834933,
|
867 |
+
"grad_norm": 2.9939463138580322,
|
868 |
+
"learning_rate": 6.403071017274472e-05,
|
869 |
+
"loss": 1.1599,
|
870 |
+
"step": 12300
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 7.933461292386436,
|
874 |
+
"grad_norm": 2.9616475105285645,
|
875 |
+
"learning_rate": 6.211132437619961e-05,
|
876 |
+
"loss": 1.1723,
|
877 |
+
"step": 12400
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 7.99744081893794,
|
881 |
+
"grad_norm": 2.9027538299560547,
|
882 |
+
"learning_rate": 6.019193857965451e-05,
|
883 |
+
"loss": 1.1658,
|
884 |
+
"step": 12500
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 8.061420345489443,
|
888 |
+
"grad_norm": 2.4901044368743896,
|
889 |
+
"learning_rate": 5.8272552783109394e-05,
|
890 |
+
"loss": 1.0281,
|
891 |
+
"step": 12600
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 8.125399872040948,
|
895 |
+
"grad_norm": 2.961620807647705,
|
896 |
+
"learning_rate": 5.63531669865643e-05,
|
897 |
+
"loss": 1.0274,
|
898 |
+
"step": 12700
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 8.18937939859245,
|
902 |
+
"grad_norm": 2.9003262519836426,
|
903 |
+
"learning_rate": 5.445297504798464e-05,
|
904 |
+
"loss": 1.0273,
|
905 |
+
"step": 12800
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 8.253358925143955,
|
909 |
+
"grad_norm": 2.755610704421997,
|
910 |
+
"learning_rate": 5.253358925143953e-05,
|
911 |
+
"loss": 1.0497,
|
912 |
+
"step": 12900
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 8.317338451695457,
|
916 |
+
"grad_norm": 3.1691670417785645,
|
917 |
+
"learning_rate": 5.0614203454894425e-05,
|
918 |
+
"loss": 1.0219,
|
919 |
+
"step": 13000
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 8.381317978246962,
|
923 |
+
"grad_norm": 2.919013738632202,
|
924 |
+
"learning_rate": 4.8694817658349324e-05,
|
925 |
+
"loss": 1.0288,
|
926 |
+
"step": 13100
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 8.445297504798464,
|
930 |
+
"grad_norm": 2.7318263053894043,
|
931 |
+
"learning_rate": 4.677543186180422e-05,
|
932 |
+
"loss": 1.031,
|
933 |
+
"step": 13200
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 8.509277031349969,
|
937 |
+
"grad_norm": 3.0156123638153076,
|
938 |
+
"learning_rate": 4.4856046065259116e-05,
|
939 |
+
"loss": 1.0343,
|
940 |
+
"step": 13300
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 8.573256557901471,
|
944 |
+
"grad_norm": 3.454901695251465,
|
945 |
+
"learning_rate": 4.293666026871401e-05,
|
946 |
+
"loss": 1.0488,
|
947 |
+
"step": 13400
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 8.637236084452976,
|
951 |
+
"grad_norm": 2.997831106185913,
|
952 |
+
"learning_rate": 4.10172744721689e-05,
|
953 |
+
"loss": 1.0418,
|
954 |
+
"step": 13500
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 8.701215611004478,
|
958 |
+
"grad_norm": 2.9801297187805176,
|
959 |
+
"learning_rate": 3.90978886756238e-05,
|
960 |
+
"loss": 1.0546,
|
961 |
+
"step": 13600
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 8.765195137555983,
|
965 |
+
"grad_norm": 2.8405773639678955,
|
966 |
+
"learning_rate": 3.717850287907869e-05,
|
967 |
+
"loss": 1.0525,
|
968 |
+
"step": 13700
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 8.829174664107486,
|
972 |
+
"grad_norm": 2.915435552597046,
|
973 |
+
"learning_rate": 3.5259117082533585e-05,
|
974 |
+
"loss": 1.0496,
|
975 |
+
"step": 13800
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 8.89315419065899,
|
979 |
+
"grad_norm": 3.022799015045166,
|
980 |
+
"learning_rate": 3.333973128598848e-05,
|
981 |
+
"loss": 1.0335,
|
982 |
+
"step": 13900
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 8.957133717210493,
|
986 |
+
"grad_norm": 3.1525983810424805,
|
987 |
+
"learning_rate": 3.142034548944338e-05,
|
988 |
+
"loss": 1.0552,
|
989 |
+
"step": 14000
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 9.021113243761997,
|
993 |
+
"grad_norm": 3.046138048171997,
|
994 |
+
"learning_rate": 2.9500959692898273e-05,
|
995 |
+
"loss": 1.0329,
|
996 |
+
"step": 14100
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 9.0850927703135,
|
1000 |
+
"grad_norm": 3.1273550987243652,
|
1001 |
+
"learning_rate": 2.7581573896353165e-05,
|
1002 |
+
"loss": 0.9363,
|
1003 |
+
"step": 14200
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 9.149072296865004,
|
1007 |
+
"grad_norm": 3.0737597942352295,
|
1008 |
+
"learning_rate": 2.5662188099808057e-05,
|
1009 |
+
"loss": 0.9493,
|
1010 |
+
"step": 14300
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 9.213051823416507,
|
1014 |
+
"grad_norm": 3.15415620803833,
|
1015 |
+
"learning_rate": 2.3742802303262953e-05,
|
1016 |
+
"loss": 0.9476,
|
1017 |
+
"step": 14400
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 9.277031349968011,
|
1021 |
+
"grad_norm": 3.037520170211792,
|
1022 |
+
"learning_rate": 2.182341650671785e-05,
|
1023 |
+
"loss": 0.949,
|
1024 |
+
"step": 14500
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 9.341010876519514,
|
1028 |
+
"grad_norm": 3.049983024597168,
|
1029 |
+
"learning_rate": 1.9904030710172745e-05,
|
1030 |
+
"loss": 0.9481,
|
1031 |
+
"step": 14600
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 9.404990403071018,
|
1035 |
+
"grad_norm": 2.831089973449707,
|
1036 |
+
"learning_rate": 1.7984644913627637e-05,
|
1037 |
+
"loss": 0.9504,
|
1038 |
+
"step": 14700
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 9.46896992962252,
|
1042 |
+
"grad_norm": 2.960285186767578,
|
1043 |
+
"learning_rate": 1.6065259117082533e-05,
|
1044 |
+
"loss": 0.9482,
|
1045 |
+
"step": 14800
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 9.532949456174025,
|
1049 |
+
"grad_norm": 3.3185222148895264,
|
1050 |
+
"learning_rate": 1.4145873320537426e-05,
|
1051 |
+
"loss": 0.9486,
|
1052 |
+
"step": 14900
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 9.596928982725528,
|
1056 |
+
"grad_norm": 2.8582775592803955,
|
1057 |
+
"learning_rate": 1.2226487523992321e-05,
|
1058 |
+
"loss": 0.9576,
|
1059 |
+
"step": 15000
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 9.660908509277032,
|
1063 |
+
"grad_norm": 2.862841844558716,
|
1064 |
+
"learning_rate": 1.0307101727447216e-05,
|
1065 |
+
"loss": 0.9449,
|
1066 |
+
"step": 15100
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 9.724888035828535,
|
1070 |
+
"grad_norm": 3.2306597232818604,
|
1071 |
+
"learning_rate": 8.387715930902111e-06,
|
1072 |
+
"loss": 0.9437,
|
1073 |
+
"step": 15200
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 9.78886756238004,
|
1077 |
+
"grad_norm": 3.0353362560272217,
|
1078 |
+
"learning_rate": 6.468330134357005e-06,
|
1079 |
+
"loss": 0.9623,
|
1080 |
+
"step": 15300
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 9.852847088931542,
|
1084 |
+
"grad_norm": 2.7248127460479736,
|
1085 |
+
"learning_rate": 4.5489443378119e-06,
|
1086 |
+
"loss": 0.9592,
|
1087 |
+
"step": 15400
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 9.916826615483046,
|
1091 |
+
"grad_norm": 3.1457252502441406,
|
1092 |
+
"learning_rate": 2.6295585412667943e-06,
|
1093 |
+
"loss": 0.9516,
|
1094 |
+
"step": 15500
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 9.980806142034549,
|
1098 |
+
"grad_norm": 3.1073553562164307,
|
1099 |
+
"learning_rate": 7.101727447216889e-07,
|
1100 |
+
"loss": 0.9634,
|
1101 |
+
"step": 15600
|
1102 |
+
}
|
1103 |
+
],
|
1104 |
+
"logging_steps": 100,
|
1105 |
+
"max_steps": 15630,
|
1106 |
+
"num_input_tokens_seen": 0,
|
1107 |
+
"num_train_epochs": 10,
|
1108 |
+
"save_steps": 2500,
|
1109 |
+
"stateful_callbacks": {
|
1110 |
+
"TrainerControl": {
|
1111 |
+
"args": {
|
1112 |
+
"should_epoch_stop": false,
|
1113 |
+
"should_evaluate": false,
|
1114 |
+
"should_log": false,
|
1115 |
+
"should_save": true,
|
1116 |
+
"should_training_stop": true
|
1117 |
+
},
|
1118 |
+
"attributes": {}
|
1119 |
+
}
|
1120 |
+
},
|
1121 |
+
"total_flos": 6.43407558825345e+17,
|
1122 |
+
"train_batch_size": 16,
|
1123 |
+
"trial_name": null,
|
1124 |
+
"trial_params": null
|
1125 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:081cb9a75c3f700cef7b9a5093280898f9821c332789185ae8c58754cc2f3c89
|
3 |
+
size 5176
|