Training in progress, step 170, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +37 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +24 -0
- last-checkpoint/merges.txt +0 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +31 -0
- last-checkpoint/tokenizer.json +3 -0
- last-checkpoint/tokenizer_config.json +207 -0
- last-checkpoint/trainer_state.json +1223 -0
- last-checkpoint/training_args.bin +3 -0
- last-checkpoint/vocab.json +0 -0
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Qwen/Qwen2.5-1.5B
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"embed_tokens",
|
19 |
+
"lm_head"
|
20 |
+
],
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 32,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"v_proj",
|
30 |
+
"down_proj",
|
31 |
+
"up_proj",
|
32 |
+
"gate_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62496eaee693aed6b9968b29b17513e085ac8ddd696f1089792b4e75a2a77a24
|
3 |
+
size 1081265512
|
last-checkpoint/added_tokens.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|box_end|>": 151649,
|
5 |
+
"<|box_start|>": 151648,
|
6 |
+
"<|endoftext|>": 151643,
|
7 |
+
"<|file_sep|>": 151664,
|
8 |
+
"<|fim_middle|>": 151660,
|
9 |
+
"<|fim_pad|>": 151662,
|
10 |
+
"<|fim_prefix|>": 151659,
|
11 |
+
"<|fim_suffix|>": 151661,
|
12 |
+
"<|im_end|>": 151645,
|
13 |
+
"<|im_start|>": 151644,
|
14 |
+
"<|image_pad|>": 151655,
|
15 |
+
"<|object_ref_end|>": 151647,
|
16 |
+
"<|object_ref_start|>": 151646,
|
17 |
+
"<|quad_end|>": 151651,
|
18 |
+
"<|quad_start|>": 151650,
|
19 |
+
"<|repo_name|>": 151663,
|
20 |
+
"<|video_pad|>": 151656,
|
21 |
+
"<|vision_end|>": 151653,
|
22 |
+
"<|vision_pad|>": 151654,
|
23 |
+
"<|vision_start|>": 151652
|
24 |
+
}
|
last-checkpoint/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9702a6f816d84e1b1ea6985f10aef29078c101c9bdf0f7b9a550afd18c48d147
|
3 |
+
size 2162757168
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98136ee953198e245e4dec9b60a4d15408243ffde399787e5dc95f752bb811ac
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9596e684890f5bf48408b636f8dc50022bd084571bd5fe14d342b2e016d043c
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
3 |
+
size 11421896
|
last-checkpoint/tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|endoftext|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,1223 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9970674486803519,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 170,
|
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.005865102639296188,
|
13 |
+
"grad_norm": 3.3724186420440674,
|
14 |
+
"learning_rate": 1.0000000000000002e-06,
|
15 |
+
"loss": 2.1835,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.011730205278592375,
|
20 |
+
"grad_norm": 3.7063822746276855,
|
21 |
+
"learning_rate": 2.0000000000000003e-06,
|
22 |
+
"loss": 2.2439,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.017595307917888565,
|
27 |
+
"grad_norm": 4.160572052001953,
|
28 |
+
"learning_rate": 3e-06,
|
29 |
+
"loss": 2.2965,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.02346041055718475,
|
34 |
+
"grad_norm": 4.477833271026611,
|
35 |
+
"learning_rate": 4.000000000000001e-06,
|
36 |
+
"loss": 2.3415,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.02932551319648094,
|
41 |
+
"grad_norm": 4.775568962097168,
|
42 |
+
"learning_rate": 5e-06,
|
43 |
+
"loss": 2.4002,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.03519061583577713,
|
48 |
+
"grad_norm": 4.424865245819092,
|
49 |
+
"learning_rate": 6e-06,
|
50 |
+
"loss": 2.4408,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.04105571847507331,
|
55 |
+
"grad_norm": 4.623687267303467,
|
56 |
+
"learning_rate": 7.000000000000001e-06,
|
57 |
+
"loss": 2.3393,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.0469208211143695,
|
62 |
+
"grad_norm": 4.385774612426758,
|
63 |
+
"learning_rate": 8.000000000000001e-06,
|
64 |
+
"loss": 2.4291,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.05278592375366569,
|
69 |
+
"grad_norm": 4.911456108093262,
|
70 |
+
"learning_rate": 9e-06,
|
71 |
+
"loss": 2.4134,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.05865102639296188,
|
76 |
+
"grad_norm": 4.005076885223389,
|
77 |
+
"learning_rate": 1e-05,
|
78 |
+
"loss": 2.4334,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.06451612903225806,
|
83 |
+
"grad_norm": 4.042092800140381,
|
84 |
+
"learning_rate": 1.1000000000000001e-05,
|
85 |
+
"loss": 2.3514,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.07038123167155426,
|
90 |
+
"grad_norm": 4.052157878875732,
|
91 |
+
"learning_rate": 1.2e-05,
|
92 |
+
"loss": 2.3911,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.07624633431085044,
|
97 |
+
"grad_norm": 3.7548062801361084,
|
98 |
+
"learning_rate": 1.3000000000000001e-05,
|
99 |
+
"loss": 2.424,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.08211143695014662,
|
104 |
+
"grad_norm": 4.4029974937438965,
|
105 |
+
"learning_rate": 1.4000000000000001e-05,
|
106 |
+
"loss": 2.5173,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.08797653958944282,
|
111 |
+
"grad_norm": 4.280219554901123,
|
112 |
+
"learning_rate": 1.5e-05,
|
113 |
+
"loss": 2.4438,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.093841642228739,
|
118 |
+
"grad_norm": 4.371451377868652,
|
119 |
+
"learning_rate": 1.6000000000000003e-05,
|
120 |
+
"loss": 2.4682,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.09970674486803519,
|
125 |
+
"grad_norm": 4.912930011749268,
|
126 |
+
"learning_rate": 1.7000000000000003e-05,
|
127 |
+
"loss": 2.4263,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.10557184750733138,
|
132 |
+
"grad_norm": 6.162431716918945,
|
133 |
+
"learning_rate": 1.8e-05,
|
134 |
+
"loss": 2.4135,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.11143695014662756,
|
139 |
+
"grad_norm": 4.839184761047363,
|
140 |
+
"learning_rate": 1.9e-05,
|
141 |
+
"loss": 2.3538,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.11730205278592376,
|
146 |
+
"grad_norm": 4.720022201538086,
|
147 |
+
"learning_rate": 2e-05,
|
148 |
+
"loss": 2.3656,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.12316715542521994,
|
153 |
+
"grad_norm": 4.941937446594238,
|
154 |
+
"learning_rate": 2.1e-05,
|
155 |
+
"loss": 2.3945,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.12903225806451613,
|
160 |
+
"grad_norm": 5.159870147705078,
|
161 |
+
"learning_rate": 2.2000000000000003e-05,
|
162 |
+
"loss": 2.4025,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.1348973607038123,
|
167 |
+
"grad_norm": 4.6569719314575195,
|
168 |
+
"learning_rate": 2.3000000000000003e-05,
|
169 |
+
"loss": 2.4046,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.14076246334310852,
|
174 |
+
"grad_norm": 4.611992359161377,
|
175 |
+
"learning_rate": 2.4e-05,
|
176 |
+
"loss": 2.4171,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.1466275659824047,
|
181 |
+
"grad_norm": 4.605747222900391,
|
182 |
+
"learning_rate": 2.5e-05,
|
183 |
+
"loss": 2.4195,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.15249266862170088,
|
188 |
+
"grad_norm": 4.458535194396973,
|
189 |
+
"learning_rate": 2.6000000000000002e-05,
|
190 |
+
"loss": 2.2157,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.15835777126099707,
|
195 |
+
"grad_norm": 4.428846836090088,
|
196 |
+
"learning_rate": 2.7000000000000002e-05,
|
197 |
+
"loss": 2.2496,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.16422287390029325,
|
202 |
+
"grad_norm": 4.6335859298706055,
|
203 |
+
"learning_rate": 2.8000000000000003e-05,
|
204 |
+
"loss": 2.3485,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.17008797653958943,
|
209 |
+
"grad_norm": 4.651113033294678,
|
210 |
+
"learning_rate": 2.9e-05,
|
211 |
+
"loss": 2.4007,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.17595307917888564,
|
216 |
+
"grad_norm": 4.519397735595703,
|
217 |
+
"learning_rate": 3e-05,
|
218 |
+
"loss": 2.2855,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.18181818181818182,
|
223 |
+
"grad_norm": 4.972591876983643,
|
224 |
+
"learning_rate": 3.1e-05,
|
225 |
+
"loss": 2.4544,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.187683284457478,
|
230 |
+
"grad_norm": 4.696840286254883,
|
231 |
+
"learning_rate": 3.2000000000000005e-05,
|
232 |
+
"loss": 2.1854,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.1935483870967742,
|
237 |
+
"grad_norm": 4.921924114227295,
|
238 |
+
"learning_rate": 3.3e-05,
|
239 |
+
"loss": 2.2879,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.19941348973607037,
|
244 |
+
"grad_norm": 5.182456016540527,
|
245 |
+
"learning_rate": 3.4000000000000007e-05,
|
246 |
+
"loss": 2.5018,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.20527859237536658,
|
251 |
+
"grad_norm": 6.254310131072998,
|
252 |
+
"learning_rate": 3.5e-05,
|
253 |
+
"loss": 2.2329,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.21114369501466276,
|
258 |
+
"grad_norm": 5.0895915031433105,
|
259 |
+
"learning_rate": 3.6e-05,
|
260 |
+
"loss": 2.2294,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.21700879765395895,
|
265 |
+
"grad_norm": 5.72671365737915,
|
266 |
+
"learning_rate": 3.7e-05,
|
267 |
+
"loss": 2.1845,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.22287390029325513,
|
272 |
+
"grad_norm": 6.001158714294434,
|
273 |
+
"learning_rate": 3.8e-05,
|
274 |
+
"loss": 2.2971,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.2287390029325513,
|
279 |
+
"grad_norm": 6.35935115814209,
|
280 |
+
"learning_rate": 3.9000000000000006e-05,
|
281 |
+
"loss": 2.2821,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.23460410557184752,
|
286 |
+
"grad_norm": 6.97515869140625,
|
287 |
+
"learning_rate": 4e-05,
|
288 |
+
"loss": 2.308,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.2404692082111437,
|
293 |
+
"grad_norm": 8.865922927856445,
|
294 |
+
"learning_rate": 4.1e-05,
|
295 |
+
"loss": 2.1499,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.24633431085043989,
|
300 |
+
"grad_norm": 12.479852676391602,
|
301 |
+
"learning_rate": 4.2e-05,
|
302 |
+
"loss": 2.3771,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.25219941348973607,
|
307 |
+
"grad_norm": 3.3006398677825928,
|
308 |
+
"learning_rate": 4.3e-05,
|
309 |
+
"loss": 1.9394,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.25806451612903225,
|
314 |
+
"grad_norm": 3.158928632736206,
|
315 |
+
"learning_rate": 4.4000000000000006e-05,
|
316 |
+
"loss": 1.9151,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.26392961876832843,
|
321 |
+
"grad_norm": 3.5767343044281006,
|
322 |
+
"learning_rate": 4.5e-05,
|
323 |
+
"loss": 1.9583,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.2697947214076246,
|
328 |
+
"grad_norm": 3.51157283782959,
|
329 |
+
"learning_rate": 4.600000000000001e-05,
|
330 |
+
"loss": 1.8679,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.2756598240469208,
|
335 |
+
"grad_norm": 3.035658836364746,
|
336 |
+
"learning_rate": 4.7e-05,
|
337 |
+
"loss": 2.0224,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.28152492668621704,
|
342 |
+
"grad_norm": 3.059196949005127,
|
343 |
+
"learning_rate": 4.8e-05,
|
344 |
+
"loss": 1.9264,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.2873900293255132,
|
349 |
+
"grad_norm": 3.3201141357421875,
|
350 |
+
"learning_rate": 4.9e-05,
|
351 |
+
"loss": 1.9392,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.2932551319648094,
|
356 |
+
"grad_norm": 3.5145626068115234,
|
357 |
+
"learning_rate": 5e-05,
|
358 |
+
"loss": 1.9192,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.2991202346041056,
|
363 |
+
"grad_norm": 3.113403558731079,
|
364 |
+
"learning_rate": 5.1000000000000006e-05,
|
365 |
+
"loss": 1.9515,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.30498533724340177,
|
370 |
+
"grad_norm": 3.2961573600769043,
|
371 |
+
"learning_rate": 5.2000000000000004e-05,
|
372 |
+
"loss": 1.9129,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.31085043988269795,
|
377 |
+
"grad_norm": 3.236063003540039,
|
378 |
+
"learning_rate": 5.300000000000001e-05,
|
379 |
+
"loss": 1.9572,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.31671554252199413,
|
384 |
+
"grad_norm": 3.861321449279785,
|
385 |
+
"learning_rate": 5.4000000000000005e-05,
|
386 |
+
"loss": 2.0245,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.3225806451612903,
|
391 |
+
"grad_norm": 3.6923739910125732,
|
392 |
+
"learning_rate": 5.500000000000001e-05,
|
393 |
+
"loss": 1.9418,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.3284457478005865,
|
398 |
+
"grad_norm": 3.356137275695801,
|
399 |
+
"learning_rate": 5.6000000000000006e-05,
|
400 |
+
"loss": 1.929,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.3343108504398827,
|
405 |
+
"grad_norm": 3.1988372802734375,
|
406 |
+
"learning_rate": 5.6999999999999996e-05,
|
407 |
+
"loss": 1.8622,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.34017595307917886,
|
412 |
+
"grad_norm": 3.4362056255340576,
|
413 |
+
"learning_rate": 5.8e-05,
|
414 |
+
"loss": 1.8926,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.3460410557184751,
|
419 |
+
"grad_norm": 3.2796995639801025,
|
420 |
+
"learning_rate": 5.9e-05,
|
421 |
+
"loss": 1.8343,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.3519061583577713,
|
426 |
+
"grad_norm": 3.5522358417510986,
|
427 |
+
"learning_rate": 6e-05,
|
428 |
+
"loss": 1.84,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.35777126099706746,
|
433 |
+
"grad_norm": 4.019332408905029,
|
434 |
+
"learning_rate": 6.1e-05,
|
435 |
+
"loss": 1.8596,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.36363636363636365,
|
440 |
+
"grad_norm": 3.397616386413574,
|
441 |
+
"learning_rate": 6.2e-05,
|
442 |
+
"loss": 1.869,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.36950146627565983,
|
447 |
+
"grad_norm": 4.030163764953613,
|
448 |
+
"learning_rate": 6.3e-05,
|
449 |
+
"loss": 1.9357,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.375366568914956,
|
454 |
+
"grad_norm": 3.919829845428467,
|
455 |
+
"learning_rate": 6.400000000000001e-05,
|
456 |
+
"loss": 1.8673,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.3812316715542522,
|
461 |
+
"grad_norm": 3.706078052520752,
|
462 |
+
"learning_rate": 6.500000000000001e-05,
|
463 |
+
"loss": 1.7788,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.3870967741935484,
|
468 |
+
"grad_norm": 3.882380723953247,
|
469 |
+
"learning_rate": 6.6e-05,
|
470 |
+
"loss": 1.866,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.39296187683284456,
|
475 |
+
"grad_norm": 4.6143951416015625,
|
476 |
+
"learning_rate": 6.7e-05,
|
477 |
+
"loss": 1.8235,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.39882697947214074,
|
482 |
+
"grad_norm": 4.383671283721924,
|
483 |
+
"learning_rate": 6.800000000000001e-05,
|
484 |
+
"loss": 1.7839,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.4046920821114369,
|
489 |
+
"grad_norm": 5.318624973297119,
|
490 |
+
"learning_rate": 6.9e-05,
|
491 |
+
"loss": 1.8708,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.41055718475073316,
|
496 |
+
"grad_norm": 4.593304634094238,
|
497 |
+
"learning_rate": 7e-05,
|
498 |
+
"loss": 1.8233,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.41642228739002934,
|
503 |
+
"grad_norm": 4.492605209350586,
|
504 |
+
"learning_rate": 7.1e-05,
|
505 |
+
"loss": 1.8594,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.4222873900293255,
|
510 |
+
"grad_norm": 4.928952693939209,
|
511 |
+
"learning_rate": 7.2e-05,
|
512 |
+
"loss": 1.8739,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.4281524926686217,
|
517 |
+
"grad_norm": 5.093812465667725,
|
518 |
+
"learning_rate": 7.3e-05,
|
519 |
+
"loss": 1.9134,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.4340175953079179,
|
524 |
+
"grad_norm": 4.655198574066162,
|
525 |
+
"learning_rate": 7.4e-05,
|
526 |
+
"loss": 1.7464,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.4398826979472141,
|
531 |
+
"grad_norm": 4.708479881286621,
|
532 |
+
"learning_rate": 7.500000000000001e-05,
|
533 |
+
"loss": 1.7892,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.44574780058651026,
|
538 |
+
"grad_norm": 5.026211261749268,
|
539 |
+
"learning_rate": 7.6e-05,
|
540 |
+
"loss": 1.858,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.45161290322580644,
|
545 |
+
"grad_norm": 5.724833965301514,
|
546 |
+
"learning_rate": 7.7e-05,
|
547 |
+
"loss": 1.9143,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.4574780058651026,
|
552 |
+
"grad_norm": 5.228153228759766,
|
553 |
+
"learning_rate": 7.800000000000001e-05,
|
554 |
+
"loss": 1.9262,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.4633431085043988,
|
559 |
+
"grad_norm": 5.1689982414245605,
|
560 |
+
"learning_rate": 7.900000000000001e-05,
|
561 |
+
"loss": 1.7447,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.46920821114369504,
|
566 |
+
"grad_norm": 5.657096862792969,
|
567 |
+
"learning_rate": 8e-05,
|
568 |
+
"loss": 1.8061,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.4750733137829912,
|
573 |
+
"grad_norm": 5.916934490203857,
|
574 |
+
"learning_rate": 8.1e-05,
|
575 |
+
"loss": 1.8619,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.4809384164222874,
|
580 |
+
"grad_norm": 6.318052768707275,
|
581 |
+
"learning_rate": 8.2e-05,
|
582 |
+
"loss": 1.9688,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.4868035190615836,
|
587 |
+
"grad_norm": 6.6528143882751465,
|
588 |
+
"learning_rate": 8.3e-05,
|
589 |
+
"loss": 1.7003,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.49266862170087977,
|
594 |
+
"grad_norm": 9.450267791748047,
|
595 |
+
"learning_rate": 8.4e-05,
|
596 |
+
"loss": 2.066,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.49853372434017595,
|
601 |
+
"grad_norm": 3.37688946723938,
|
602 |
+
"learning_rate": 8.5e-05,
|
603 |
+
"loss": 1.7981,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.5043988269794721,
|
608 |
+
"grad_norm": 3.084904193878174,
|
609 |
+
"learning_rate": 8.6e-05,
|
610 |
+
"loss": 1.7125,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.5102639296187683,
|
615 |
+
"grad_norm": 3.0600852966308594,
|
616 |
+
"learning_rate": 8.7e-05,
|
617 |
+
"loss": 1.7812,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.5161290322580645,
|
622 |
+
"grad_norm": 2.8535423278808594,
|
623 |
+
"learning_rate": 8.800000000000001e-05,
|
624 |
+
"loss": 1.7489,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.5219941348973607,
|
629 |
+
"grad_norm": 3.1716349124908447,
|
630 |
+
"learning_rate": 8.900000000000001e-05,
|
631 |
+
"loss": 1.6671,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.5278592375366569,
|
636 |
+
"grad_norm": 3.385377883911133,
|
637 |
+
"learning_rate": 9e-05,
|
638 |
+
"loss": 1.7801,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.533724340175953,
|
643 |
+
"grad_norm": 3.1337552070617676,
|
644 |
+
"learning_rate": 9.1e-05,
|
645 |
+
"loss": 1.688,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.5395894428152492,
|
650 |
+
"grad_norm": 3.1379499435424805,
|
651 |
+
"learning_rate": 9.200000000000001e-05,
|
652 |
+
"loss": 1.7221,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.5454545454545454,
|
657 |
+
"grad_norm": 3.4224894046783447,
|
658 |
+
"learning_rate": 9.300000000000001e-05,
|
659 |
+
"loss": 1.6845,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.5513196480938416,
|
664 |
+
"grad_norm": 3.326103687286377,
|
665 |
+
"learning_rate": 9.4e-05,
|
666 |
+
"loss": 1.7351,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.5571847507331378,
|
671 |
+
"grad_norm": 3.218841791152954,
|
672 |
+
"learning_rate": 9.5e-05,
|
673 |
+
"loss": 1.6489,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.5630498533724341,
|
678 |
+
"grad_norm": 3.2172162532806396,
|
679 |
+
"learning_rate": 9.6e-05,
|
680 |
+
"loss": 1.6368,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.5689149560117303,
|
685 |
+
"grad_norm": 3.4762766361236572,
|
686 |
+
"learning_rate": 9.7e-05,
|
687 |
+
"loss": 1.6579,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.5747800586510264,
|
692 |
+
"grad_norm": 3.3810248374938965,
|
693 |
+
"learning_rate": 9.8e-05,
|
694 |
+
"loss": 1.6929,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.5806451612903226,
|
699 |
+
"grad_norm": 3.768122911453247,
|
700 |
+
"learning_rate": 9.900000000000001e-05,
|
701 |
+
"loss": 1.8016,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.5865102639296188,
|
706 |
+
"grad_norm": 3.5761542320251465,
|
707 |
+
"learning_rate": 0.0001,
|
708 |
+
"loss": 1.5852,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.592375366568915,
|
713 |
+
"grad_norm": 3.606748580932617,
|
714 |
+
"learning_rate": 9.994965332706573e-05,
|
715 |
+
"loss": 1.5717,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.5982404692082112,
|
720 |
+
"grad_norm": 3.5626466274261475,
|
721 |
+
"learning_rate": 9.979871469976196e-05,
|
722 |
+
"loss": 1.6997,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.6041055718475073,
|
727 |
+
"grad_norm": 4.159708499908447,
|
728 |
+
"learning_rate": 9.954748808839674e-05,
|
729 |
+
"loss": 1.8393,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.6099706744868035,
|
734 |
+
"grad_norm": 3.91882061958313,
|
735 |
+
"learning_rate": 9.919647942993148e-05,
|
736 |
+
"loss": 1.8034,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.6158357771260997,
|
741 |
+
"grad_norm": 3.6516406536102295,
|
742 |
+
"learning_rate": 9.874639560909117e-05,
|
743 |
+
"loss": 1.6712,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.6217008797653959,
|
748 |
+
"grad_norm": 3.922206163406372,
|
749 |
+
"learning_rate": 9.819814303479267e-05,
|
750 |
+
"loss": 1.627,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.6275659824046921,
|
755 |
+
"grad_norm": 3.542314291000366,
|
756 |
+
"learning_rate": 9.755282581475769e-05,
|
757 |
+
"loss": 1.6347,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.6334310850439883,
|
762 |
+
"grad_norm": 3.7518680095672607,
|
763 |
+
"learning_rate": 9.681174353198687e-05,
|
764 |
+
"loss": 1.5427,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.6392961876832844,
|
769 |
+
"grad_norm": 4.056969165802002,
|
770 |
+
"learning_rate": 9.597638862757255e-05,
|
771 |
+
"loss": 1.6357,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.6451612903225806,
|
776 |
+
"grad_norm": 4.044899940490723,
|
777 |
+
"learning_rate": 9.504844339512095e-05,
|
778 |
+
"loss": 1.6718,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.6510263929618768,
|
783 |
+
"grad_norm": 3.9992854595184326,
|
784 |
+
"learning_rate": 9.40297765928369e-05,
|
785 |
+
"loss": 1.6832,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.656891495601173,
|
790 |
+
"grad_norm": 4.434910774230957,
|
791 |
+
"learning_rate": 9.292243968009331e-05,
|
792 |
+
"loss": 1.5903,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.6627565982404692,
|
797 |
+
"grad_norm": 4.171205043792725,
|
798 |
+
"learning_rate": 9.172866268606513e-05,
|
799 |
+
"loss": 1.5705,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.6686217008797654,
|
804 |
+
"grad_norm": 4.403608322143555,
|
805 |
+
"learning_rate": 9.045084971874738e-05,
|
806 |
+
"loss": 1.7125,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.6744868035190615,
|
811 |
+
"grad_norm": 3.9186573028564453,
|
812 |
+
"learning_rate": 8.90915741234015e-05,
|
813 |
+
"loss": 1.569,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.6803519061583577,
|
818 |
+
"grad_norm": 4.7375712394714355,
|
819 |
+
"learning_rate": 8.765357330018056e-05,
|
820 |
+
"loss": 1.7754,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.6862170087976539,
|
825 |
+
"grad_norm": 4.619537353515625,
|
826 |
+
"learning_rate": 8.613974319136958e-05,
|
827 |
+
"loss": 1.7051,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.6920821114369502,
|
832 |
+
"grad_norm": 4.2121262550354,
|
833 |
+
"learning_rate": 8.455313244934324e-05,
|
834 |
+
"loss": 1.6078,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.6979472140762464,
|
839 |
+
"grad_norm": 4.290553569793701,
|
840 |
+
"learning_rate": 8.289693629698564e-05,
|
841 |
+
"loss": 1.6038,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.7038123167155426,
|
846 |
+
"grad_norm": 4.922288417816162,
|
847 |
+
"learning_rate": 8.117449009293668e-05,
|
848 |
+
"loss": 1.6269,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.7096774193548387,
|
853 |
+
"grad_norm": 5.065479755401611,
|
854 |
+
"learning_rate": 7.938926261462366e-05,
|
855 |
+
"loss": 1.7018,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.7155425219941349,
|
860 |
+
"grad_norm": 5.023829936981201,
|
861 |
+
"learning_rate": 7.754484907260513e-05,
|
862 |
+
"loss": 1.5242,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.7214076246334311,
|
867 |
+
"grad_norm": 5.0612592697143555,
|
868 |
+
"learning_rate": 7.564496387029532e-05,
|
869 |
+
"loss": 1.5895,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.7272727272727273,
|
874 |
+
"grad_norm": 5.551067352294922,
|
875 |
+
"learning_rate": 7.369343312364993e-05,
|
876 |
+
"loss": 1.6172,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.7331378299120235,
|
881 |
+
"grad_norm": 6.902007579803467,
|
882 |
+
"learning_rate": 7.169418695587791e-05,
|
883 |
+
"loss": 1.5849,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.7390029325513197,
|
888 |
+
"grad_norm": 7.164635181427002,
|
889 |
+
"learning_rate": 6.965125158269619e-05,
|
890 |
+
"loss": 1.7824,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.7448680351906158,
|
895 |
+
"grad_norm": 2.7178149223327637,
|
896 |
+
"learning_rate": 6.756874120406714e-05,
|
897 |
+
"loss": 1.5991,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.750733137829912,
|
902 |
+
"grad_norm": 2.8554837703704834,
|
903 |
+
"learning_rate": 6.545084971874738e-05,
|
904 |
+
"loss": 1.6236,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.7565982404692082,
|
909 |
+
"grad_norm": 2.7114291191101074,
|
910 |
+
"learning_rate": 6.330184227833376e-05,
|
911 |
+
"loss": 1.5291,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.7624633431085044,
|
916 |
+
"grad_norm": 2.5424678325653076,
|
917 |
+
"learning_rate": 6.112604669781572e-05,
|
918 |
+
"loss": 1.5942,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.7683284457478006,
|
923 |
+
"grad_norm": 2.7487475872039795,
|
924 |
+
"learning_rate": 5.8927844739931834e-05,
|
925 |
+
"loss": 1.6455,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.7741935483870968,
|
930 |
+
"grad_norm": 2.810819625854492,
|
931 |
+
"learning_rate": 5.6711663290882776e-05,
|
932 |
+
"loss": 1.4926,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.7800586510263929,
|
937 |
+
"grad_norm": 3.2954230308532715,
|
938 |
+
"learning_rate": 5.448196544517168e-05,
|
939 |
+
"loss": 1.5766,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.7859237536656891,
|
944 |
+
"grad_norm": 3.2662603855133057,
|
945 |
+
"learning_rate": 5.2243241517525754e-05,
|
946 |
+
"loss": 1.6296,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.7917888563049853,
|
951 |
+
"grad_norm": 2.70426344871521,
|
952 |
+
"learning_rate": 5e-05,
|
953 |
+
"loss": 1.466,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.7976539589442815,
|
958 |
+
"grad_norm": 2.8137340545654297,
|
959 |
+
"learning_rate": 4.775675848247427e-05,
|
960 |
+
"loss": 1.6454,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.8035190615835777,
|
965 |
+
"grad_norm": 3.290950298309326,
|
966 |
+
"learning_rate": 4.551803455482833e-05,
|
967 |
+
"loss": 1.5448,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.8093841642228738,
|
972 |
+
"grad_norm": 3.189777374267578,
|
973 |
+
"learning_rate": 4.328833670911724e-05,
|
974 |
+
"loss": 1.5539,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.8152492668621701,
|
979 |
+
"grad_norm": 2.9903724193573,
|
980 |
+
"learning_rate": 4.107215526006817e-05,
|
981 |
+
"loss": 1.4969,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.8211143695014663,
|
986 |
+
"grad_norm": 3.0907766819000244,
|
987 |
+
"learning_rate": 3.887395330218429e-05,
|
988 |
+
"loss": 1.4374,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.8269794721407625,
|
993 |
+
"grad_norm": 3.223966598510742,
|
994 |
+
"learning_rate": 3.6698157721666246e-05,
|
995 |
+
"loss": 1.5823,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.8328445747800587,
|
1000 |
+
"grad_norm": 3.099654197692871,
|
1001 |
+
"learning_rate": 3.4549150281252636e-05,
|
1002 |
+
"loss": 1.5065,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.8387096774193549,
|
1007 |
+
"grad_norm": 3.1252284049987793,
|
1008 |
+
"learning_rate": 3.243125879593286e-05,
|
1009 |
+
"loss": 1.5616,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.844574780058651,
|
1014 |
+
"grad_norm": 3.4991440773010254,
|
1015 |
+
"learning_rate": 3.0348748417303823e-05,
|
1016 |
+
"loss": 1.5594,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.8504398826979472,
|
1021 |
+
"grad_norm": 3.0051891803741455,
|
1022 |
+
"learning_rate": 2.8305813044122097e-05,
|
1023 |
+
"loss": 1.425,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.8563049853372434,
|
1028 |
+
"grad_norm": 3.1805155277252197,
|
1029 |
+
"learning_rate": 2.630656687635007e-05,
|
1030 |
+
"loss": 1.5699,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.8621700879765396,
|
1035 |
+
"grad_norm": 3.411161422729492,
|
1036 |
+
"learning_rate": 2.43550361297047e-05,
|
1037 |
+
"loss": 1.5653,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.8680351906158358,
|
1042 |
+
"grad_norm": 3.3410885334014893,
|
1043 |
+
"learning_rate": 2.245515092739488e-05,
|
1044 |
+
"loss": 1.5361,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.873900293255132,
|
1049 |
+
"grad_norm": 3.6402103900909424,
|
1050 |
+
"learning_rate": 2.061073738537635e-05,
|
1051 |
+
"loss": 1.5432,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.8797653958944281,
|
1056 |
+
"grad_norm": 3.2208611965179443,
|
1057 |
+
"learning_rate": 1.8825509907063327e-05,
|
1058 |
+
"loss": 1.4929,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.8856304985337243,
|
1063 |
+
"grad_norm": 3.456643581390381,
|
1064 |
+
"learning_rate": 1.7103063703014372e-05,
|
1065 |
+
"loss": 1.4736,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.8914956011730205,
|
1070 |
+
"grad_norm": 3.5583157539367676,
|
1071 |
+
"learning_rate": 1.544686755065677e-05,
|
1072 |
+
"loss": 1.6296,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.8973607038123167,
|
1077 |
+
"grad_norm": 3.413353443145752,
|
1078 |
+
"learning_rate": 1.3860256808630428e-05,
|
1079 |
+
"loss": 1.6666,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.9032258064516129,
|
1084 |
+
"grad_norm": 3.5354421138763428,
|
1085 |
+
"learning_rate": 1.2346426699819458e-05,
|
1086 |
+
"loss": 1.5936,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.9090909090909091,
|
1091 |
+
"grad_norm": 3.7294561862945557,
|
1092 |
+
"learning_rate": 1.090842587659851e-05,
|
1093 |
+
"loss": 1.4073,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.9149560117302052,
|
1098 |
+
"grad_norm": 4.1095662117004395,
|
1099 |
+
"learning_rate": 9.549150281252633e-06,
|
1100 |
+
"loss": 1.5609,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.9208211143695014,
|
1105 |
+
"grad_norm": 3.933140993118286,
|
1106 |
+
"learning_rate": 8.271337313934869e-06,
|
1107 |
+
"loss": 1.5077,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.9266862170087976,
|
1112 |
+
"grad_norm": 4.045875072479248,
|
1113 |
+
"learning_rate": 7.077560319906695e-06,
|
1114 |
+
"loss": 1.5643,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.9325513196480938,
|
1119 |
+
"grad_norm": 3.9289724826812744,
|
1120 |
+
"learning_rate": 5.9702234071631e-06,
|
1121 |
+
"loss": 1.6191,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.9384164222873901,
|
1126 |
+
"grad_norm": 4.501725196838379,
|
1127 |
+
"learning_rate": 4.951556604879048e-06,
|
1128 |
+
"loss": 1.5791,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.9442815249266863,
|
1133 |
+
"grad_norm": 4.5216779708862305,
|
1134 |
+
"learning_rate": 4.023611372427471e-06,
|
1135 |
+
"loss": 1.6077,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.9501466275659824,
|
1140 |
+
"grad_norm": 4.6716485023498535,
|
1141 |
+
"learning_rate": 3.18825646801314e-06,
|
1142 |
+
"loss": 1.5133,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.9560117302052786,
|
1147 |
+
"grad_norm": 4.649237155914307,
|
1148 |
+
"learning_rate": 2.4471741852423237e-06,
|
1149 |
+
"loss": 1.6437,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.9618768328445748,
|
1154 |
+
"grad_norm": 4.81237268447876,
|
1155 |
+
"learning_rate": 1.8018569652073381e-06,
|
1156 |
+
"loss": 1.6123,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.967741935483871,
|
1161 |
+
"grad_norm": 4.92868185043335,
|
1162 |
+
"learning_rate": 1.2536043909088191e-06,
|
1163 |
+
"loss": 1.5598,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.9736070381231672,
|
1168 |
+
"grad_norm": 5.568293571472168,
|
1169 |
+
"learning_rate": 8.035205700685167e-07,
|
1170 |
+
"loss": 1.5151,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.9794721407624634,
|
1175 |
+
"grad_norm": 6.201663017272949,
|
1176 |
+
"learning_rate": 4.52511911603265e-07,
|
1177 |
+
"loss": 1.4914,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.9853372434017595,
|
1182 |
+
"grad_norm": 7.894450664520264,
|
1183 |
+
"learning_rate": 2.012853002380466e-07,
|
1184 |
+
"loss": 1.6649,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.9912023460410557,
|
1189 |
+
"grad_norm": 2.3064632415771484,
|
1190 |
+
"learning_rate": 5.0346672934270534e-08,
|
1191 |
+
"loss": 1.4988,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.9970674486803519,
|
1196 |
+
"grad_norm": 3.1099660396575928,
|
1197 |
+
"learning_rate": 0.0,
|
1198 |
+
"loss": 1.4564,
|
1199 |
+
"step": 170
|
1200 |
+
}
|
1201 |
+
],
|
1202 |
+
"logging_steps": 1,
|
1203 |
+
"max_steps": 170,
|
1204 |
+
"num_input_tokens_seen": 0,
|
1205 |
+
"num_train_epochs": 1,
|
1206 |
+
"save_steps": 239,
|
1207 |
+
"stateful_callbacks": {
|
1208 |
+
"TrainerControl": {
|
1209 |
+
"args": {
|
1210 |
+
"should_epoch_stop": false,
|
1211 |
+
"should_evaluate": false,
|
1212 |
+
"should_log": false,
|
1213 |
+
"should_save": true,
|
1214 |
+
"should_training_stop": true
|
1215 |
+
},
|
1216 |
+
"attributes": {}
|
1217 |
+
}
|
1218 |
+
},
|
1219 |
+
"total_flos": 1.334356768456704e+16,
|
1220 |
+
"train_batch_size": 4,
|
1221 |
+
"trial_name": null,
|
1222 |
+
"trial_params": null
|
1223 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b2890828cd49ba0c88e050c96ea4464d38834ff9eb736ae3db397ef40e4b0b2
|
3 |
+
size 6840
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|