Training in progress, step 150, checkpoint
Browse files- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/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 +1108 -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,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 128,
|
14 |
+
"lora_dropout": 0.3,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"down_proj",
|
26 |
+
"k_proj",
|
27 |
+
"q_proj",
|
28 |
+
"v_proj",
|
29 |
+
"o_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea0467c8bdcf65dd3c43ebbeb9415aa0ff9950ad69996d439f63f1906a9369db
|
3 |
+
size 295488936
|
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:8edd85f85cc53559d214097b33934db142ff5af82a5ffd65d7d726bd78924210
|
3 |
+
size 150486964
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e78a1caa5ac5d9748dc61489496e00f8237c9fd7de1a477874bf8bdc76c6c30b
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26cbe48d0426f1c45c2321fa1106b197ffb23dd65bdb9b5b1e82c70e50ba58fc
|
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,1108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 2.324082136154175,
|
3 |
+
"best_model_checkpoint": "miner_id_24/checkpoint-150",
|
4 |
+
"epoch": 0.011229015776767166,
|
5 |
+
"eval_steps": 150,
|
6 |
+
"global_step": 150,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 7.486010517844778e-05,
|
13 |
+
"grad_norm": 4.111408710479736,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 2.526,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 7.486010517844778e-05,
|
20 |
+
"eval_loss": 2.46103572845459,
|
21 |
+
"eval_runtime": 178.8361,
|
22 |
+
"eval_samples_per_second": 27.959,
|
23 |
+
"eval_steps_per_second": 13.979,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.00014972021035689555,
|
28 |
+
"grad_norm": 1.8366540670394897,
|
29 |
+
"learning_rate": 4e-05,
|
30 |
+
"loss": 1.9493,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.00022458031553534332,
|
35 |
+
"grad_norm": 2.2284059524536133,
|
36 |
+
"learning_rate": 6e-05,
|
37 |
+
"loss": 1.9067,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.0002994404207137911,
|
42 |
+
"grad_norm": 1.5922659635543823,
|
43 |
+
"learning_rate": 8e-05,
|
44 |
+
"loss": 2.5633,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.00037430052589223887,
|
49 |
+
"grad_norm": 1.6796388626098633,
|
50 |
+
"learning_rate": 0.0001,
|
51 |
+
"loss": 2.469,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.00044916063107068664,
|
56 |
+
"grad_norm": 3.4307525157928467,
|
57 |
+
"learning_rate": 0.00012,
|
58 |
+
"loss": 2.5414,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0005240207362491344,
|
63 |
+
"grad_norm": 1.490680456161499,
|
64 |
+
"learning_rate": 0.00014,
|
65 |
+
"loss": 2.3336,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.0005988808414275822,
|
70 |
+
"grad_norm": 2.054499387741089,
|
71 |
+
"learning_rate": 0.00016,
|
72 |
+
"loss": 2.1504,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.00067374094660603,
|
77 |
+
"grad_norm": 1.5282163619995117,
|
78 |
+
"learning_rate": 0.00018,
|
79 |
+
"loss": 2.3182,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.0007486010517844777,
|
84 |
+
"grad_norm": 1.6067579984664917,
|
85 |
+
"learning_rate": 0.0002,
|
86 |
+
"loss": 2.4376,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.0008234611569629256,
|
91 |
+
"grad_norm": 1.925720453262329,
|
92 |
+
"learning_rate": 0.00019999998049554746,
|
93 |
+
"loss": 2.1818,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.0008983212621413733,
|
98 |
+
"grad_norm": 1.6667739152908325,
|
99 |
+
"learning_rate": 0.00019999992198219734,
|
100 |
+
"loss": 2.1499,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.0009731813673198211,
|
105 |
+
"grad_norm": 1.7717599868774414,
|
106 |
+
"learning_rate": 0.00019999982445997254,
|
107 |
+
"loss": 2.2291,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.0010480414724982688,
|
112 |
+
"grad_norm": 1.7018389701843262,
|
113 |
+
"learning_rate": 0.0001999996879289111,
|
114 |
+
"loss": 2.1286,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.0011229015776767167,
|
119 |
+
"grad_norm": 1.7203824520111084,
|
120 |
+
"learning_rate": 0.0001999995123890662,
|
121 |
+
"loss": 2.8316,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.0011977616828551644,
|
126 |
+
"grad_norm": 1.2076104879379272,
|
127 |
+
"learning_rate": 0.0001999992978405064,
|
128 |
+
"loss": 2.2787,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.0012726217880336121,
|
133 |
+
"grad_norm": 1.3146586418151855,
|
134 |
+
"learning_rate": 0.00019999904428331537,
|
135 |
+
"loss": 2.578,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.00134748189321206,
|
140 |
+
"grad_norm": 1.670967698097229,
|
141 |
+
"learning_rate": 0.00019999875171759201,
|
142 |
+
"loss": 2.419,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.0014223419983905078,
|
147 |
+
"grad_norm": 1.4809753894805908,
|
148 |
+
"learning_rate": 0.00019999842014345047,
|
149 |
+
"loss": 2.8104,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.0014972021035689555,
|
154 |
+
"grad_norm": 1.1765881776809692,
|
155 |
+
"learning_rate": 0.00019999804956102003,
|
156 |
+
"loss": 2.3827,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.0015720622087474032,
|
161 |
+
"grad_norm": 1.7024389505386353,
|
162 |
+
"learning_rate": 0.00019999763997044533,
|
163 |
+
"loss": 2.4099,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.0016469223139258511,
|
168 |
+
"grad_norm": 1.6132036447525024,
|
169 |
+
"learning_rate": 0.00019999719137188616,
|
170 |
+
"loss": 2.2613,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.0017217824191042988,
|
175 |
+
"grad_norm": 1.5018013715744019,
|
176 |
+
"learning_rate": 0.0001999967037655174,
|
177 |
+
"loss": 2.4731,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.0017966425242827465,
|
182 |
+
"grad_norm": 1.6416369676589966,
|
183 |
+
"learning_rate": 0.00019999617715152934,
|
184 |
+
"loss": 2.0677,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.0018715026294611945,
|
189 |
+
"grad_norm": 1.5189576148986816,
|
190 |
+
"learning_rate": 0.0001999956115301274,
|
191 |
+
"loss": 2.7483,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.0019463627346396422,
|
196 |
+
"grad_norm": 1.5883592367172241,
|
197 |
+
"learning_rate": 0.0001999950069015322,
|
198 |
+
"loss": 2.2968,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.00202122283981809,
|
203 |
+
"grad_norm": 1.851583480834961,
|
204 |
+
"learning_rate": 0.00019999436326597963,
|
205 |
+
"loss": 2.369,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.0020960829449965376,
|
210 |
+
"grad_norm": 1.5210293531417847,
|
211 |
+
"learning_rate": 0.00019999368062372075,
|
212 |
+
"loss": 2.4894,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.0021709430501749855,
|
217 |
+
"grad_norm": 1.403621792793274,
|
218 |
+
"learning_rate": 0.00019999295897502183,
|
219 |
+
"loss": 2.4293,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.0022458031553534335,
|
224 |
+
"grad_norm": 1.2215828895568848,
|
225 |
+
"learning_rate": 0.00019999219832016443,
|
226 |
+
"loss": 2.6136,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.002320663260531881,
|
231 |
+
"grad_norm": 1.2971354722976685,
|
232 |
+
"learning_rate": 0.00019999139865944522,
|
233 |
+
"loss": 2.4146,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.002395523365710329,
|
238 |
+
"grad_norm": 1.9793179035186768,
|
239 |
+
"learning_rate": 0.00019999055999317617,
|
240 |
+
"loss": 2.4949,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.002470383470888777,
|
245 |
+
"grad_norm": 1.4731570482254028,
|
246 |
+
"learning_rate": 0.00019998968232168442,
|
247 |
+
"loss": 2.4522,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.0025452435760672243,
|
252 |
+
"grad_norm": 1.3595935106277466,
|
253 |
+
"learning_rate": 0.00019998876564531235,
|
254 |
+
"loss": 2.4243,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.002620103681245672,
|
259 |
+
"grad_norm": 1.5801923274993896,
|
260 |
+
"learning_rate": 0.00019998780996441755,
|
261 |
+
"loss": 2.6774,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.00269496378642412,
|
266 |
+
"grad_norm": 1.0533666610717773,
|
267 |
+
"learning_rate": 0.00019998681527937277,
|
268 |
+
"loss": 2.4476,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.0027698238916025676,
|
273 |
+
"grad_norm": 1.2822818756103516,
|
274 |
+
"learning_rate": 0.0001999857815905661,
|
275 |
+
"loss": 2.5505,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.0028446839967810156,
|
280 |
+
"grad_norm": 1.3648440837860107,
|
281 |
+
"learning_rate": 0.00019998470889840073,
|
282 |
+
"loss": 2.2226,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.002919544101959463,
|
287 |
+
"grad_norm": 1.3018823862075806,
|
288 |
+
"learning_rate": 0.0001999835972032951,
|
289 |
+
"loss": 2.6759,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.002994404207137911,
|
294 |
+
"grad_norm": 1.3233710527420044,
|
295 |
+
"learning_rate": 0.0001999824465056829,
|
296 |
+
"loss": 2.5621,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.003069264312316359,
|
301 |
+
"grad_norm": 1.5865068435668945,
|
302 |
+
"learning_rate": 0.000199981256806013,
|
303 |
+
"loss": 2.0641,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.0031441244174948064,
|
308 |
+
"grad_norm": 1.6318912506103516,
|
309 |
+
"learning_rate": 0.00019998002810474945,
|
310 |
+
"loss": 2.1011,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.0032189845226732543,
|
315 |
+
"grad_norm": 2.143345832824707,
|
316 |
+
"learning_rate": 0.0001999787604023716,
|
317 |
+
"loss": 2.1955,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.0032938446278517023,
|
322 |
+
"grad_norm": 1.3460800647735596,
|
323 |
+
"learning_rate": 0.00019997745369937394,
|
324 |
+
"loss": 2.5831,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.0033687047330301497,
|
329 |
+
"grad_norm": 2.0939102172851562,
|
330 |
+
"learning_rate": 0.00019997610799626618,
|
331 |
+
"loss": 2.9353,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.0034435648382085977,
|
336 |
+
"grad_norm": 1.5049679279327393,
|
337 |
+
"learning_rate": 0.00019997472329357332,
|
338 |
+
"loss": 2.3039,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.0035184249433870456,
|
343 |
+
"grad_norm": 1.4898723363876343,
|
344 |
+
"learning_rate": 0.00019997329959183546,
|
345 |
+
"loss": 2.0425,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.003593285048565493,
|
350 |
+
"grad_norm": 1.885844349861145,
|
351 |
+
"learning_rate": 0.000199971836891608,
|
352 |
+
"loss": 2.2498,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.003668145153743941,
|
357 |
+
"grad_norm": 1.2817769050598145,
|
358 |
+
"learning_rate": 0.00019997033519346155,
|
359 |
+
"loss": 2.6281,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.003743005258922389,
|
364 |
+
"grad_norm": 1.3435673713684082,
|
365 |
+
"learning_rate": 0.00019996879449798188,
|
366 |
+
"loss": 1.9339,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.0038178653641008364,
|
371 |
+
"grad_norm": 1.497510313987732,
|
372 |
+
"learning_rate": 0.00019996721480576996,
|
373 |
+
"loss": 2.2812,
|
374 |
+
"step": 51
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.0038927254692792844,
|
378 |
+
"grad_norm": 1.3614548444747925,
|
379 |
+
"learning_rate": 0.00019996559611744208,
|
380 |
+
"loss": 2.2116,
|
381 |
+
"step": 52
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.003967585574457732,
|
385 |
+
"grad_norm": 1.34121572971344,
|
386 |
+
"learning_rate": 0.00019996393843362963,
|
387 |
+
"loss": 2.4497,
|
388 |
+
"step": 53
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.00404244567963618,
|
392 |
+
"grad_norm": 1.4011002779006958,
|
393 |
+
"learning_rate": 0.00019996224175497924,
|
394 |
+
"loss": 2.5577,
|
395 |
+
"step": 54
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.004117305784814627,
|
399 |
+
"grad_norm": 1.2182843685150146,
|
400 |
+
"learning_rate": 0.00019996050608215283,
|
401 |
+
"loss": 2.2079,
|
402 |
+
"step": 55
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.004192165889993075,
|
406 |
+
"grad_norm": 1.209659218788147,
|
407 |
+
"learning_rate": 0.00019995873141582737,
|
408 |
+
"loss": 2.4538,
|
409 |
+
"step": 56
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.004267025995171523,
|
413 |
+
"grad_norm": 1.290211796760559,
|
414 |
+
"learning_rate": 0.00019995691775669526,
|
415 |
+
"loss": 2.3354,
|
416 |
+
"step": 57
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.004341886100349971,
|
420 |
+
"grad_norm": 1.2280081510543823,
|
421 |
+
"learning_rate": 0.00019995506510546386,
|
422 |
+
"loss": 1.9813,
|
423 |
+
"step": 58
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.004416746205528419,
|
427 |
+
"grad_norm": 1.452284574508667,
|
428 |
+
"learning_rate": 0.00019995317346285595,
|
429 |
+
"loss": 2.1192,
|
430 |
+
"step": 59
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.004491606310706867,
|
434 |
+
"grad_norm": 1.411696195602417,
|
435 |
+
"learning_rate": 0.00019995124282960944,
|
436 |
+
"loss": 2.2233,
|
437 |
+
"step": 60
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.004566466415885314,
|
441 |
+
"grad_norm": 1.1029645204544067,
|
442 |
+
"learning_rate": 0.00019994927320647743,
|
443 |
+
"loss": 2.2623,
|
444 |
+
"step": 61
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.004641326521063762,
|
448 |
+
"grad_norm": 1.5756524801254272,
|
449 |
+
"learning_rate": 0.00019994726459422824,
|
450 |
+
"loss": 2.4578,
|
451 |
+
"step": 62
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.00471618662624221,
|
455 |
+
"grad_norm": 1.6215068101882935,
|
456 |
+
"learning_rate": 0.00019994521699364542,
|
457 |
+
"loss": 2.2586,
|
458 |
+
"step": 63
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.004791046731420658,
|
462 |
+
"grad_norm": 1.7358067035675049,
|
463 |
+
"learning_rate": 0.0001999431304055277,
|
464 |
+
"loss": 2.3994,
|
465 |
+
"step": 64
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.004865906836599106,
|
469 |
+
"grad_norm": 1.5708988904953003,
|
470 |
+
"learning_rate": 0.00019994100483068907,
|
471 |
+
"loss": 2.2498,
|
472 |
+
"step": 65
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.004940766941777554,
|
476 |
+
"grad_norm": 1.2799689769744873,
|
477 |
+
"learning_rate": 0.00019993884026995866,
|
478 |
+
"loss": 2.4157,
|
479 |
+
"step": 66
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.005015627046956001,
|
483 |
+
"grad_norm": 1.5260800123214722,
|
484 |
+
"learning_rate": 0.00019993663672418084,
|
485 |
+
"loss": 1.6742,
|
486 |
+
"step": 67
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.005090487152134449,
|
490 |
+
"grad_norm": 1.2685835361480713,
|
491 |
+
"learning_rate": 0.0001999343941942152,
|
492 |
+
"loss": 2.2055,
|
493 |
+
"step": 68
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.0051653472573128965,
|
497 |
+
"grad_norm": 1.2635517120361328,
|
498 |
+
"learning_rate": 0.00019993211268093654,
|
499 |
+
"loss": 2.4069,
|
500 |
+
"step": 69
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.005240207362491344,
|
504 |
+
"grad_norm": 1.2519937753677368,
|
505 |
+
"learning_rate": 0.00019992979218523487,
|
506 |
+
"loss": 2.0969,
|
507 |
+
"step": 70
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.005315067467669792,
|
511 |
+
"grad_norm": 1.1644010543823242,
|
512 |
+
"learning_rate": 0.0001999274327080153,
|
513 |
+
"loss": 2.1958,
|
514 |
+
"step": 71
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.00538992757284824,
|
518 |
+
"grad_norm": 1.4190188646316528,
|
519 |
+
"learning_rate": 0.00019992503425019832,
|
520 |
+
"loss": 1.9161,
|
521 |
+
"step": 72
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.005464787678026687,
|
525 |
+
"grad_norm": 1.537219524383545,
|
526 |
+
"learning_rate": 0.00019992259681271955,
|
527 |
+
"loss": 2.3114,
|
528 |
+
"step": 73
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.005539647783205135,
|
532 |
+
"grad_norm": 1.5972734689712524,
|
533 |
+
"learning_rate": 0.00019992012039652974,
|
534 |
+
"loss": 2.2067,
|
535 |
+
"step": 74
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.005614507888383583,
|
539 |
+
"grad_norm": 1.5215686559677124,
|
540 |
+
"learning_rate": 0.00019991760500259498,
|
541 |
+
"loss": 2.4377,
|
542 |
+
"step": 75
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.005689367993562031,
|
546 |
+
"grad_norm": 1.4397282600402832,
|
547 |
+
"learning_rate": 0.00019991505063189643,
|
548 |
+
"loss": 2.2903,
|
549 |
+
"step": 76
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.005764228098740479,
|
553 |
+
"grad_norm": 1.3308610916137695,
|
554 |
+
"learning_rate": 0.0001999124572854306,
|
555 |
+
"loss": 2.3773,
|
556 |
+
"step": 77
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.005839088203918926,
|
560 |
+
"grad_norm": 1.2203447818756104,
|
561 |
+
"learning_rate": 0.00019990982496420907,
|
562 |
+
"loss": 2.7311,
|
563 |
+
"step": 78
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.005913948309097374,
|
567 |
+
"grad_norm": 1.74760103225708,
|
568 |
+
"learning_rate": 0.0001999071536692587,
|
569 |
+
"loss": 2.9273,
|
570 |
+
"step": 79
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.005988808414275822,
|
574 |
+
"grad_norm": 1.2639446258544922,
|
575 |
+
"learning_rate": 0.0001999044434016215,
|
576 |
+
"loss": 2.6312,
|
577 |
+
"step": 80
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.00606366851945427,
|
581 |
+
"grad_norm": 1.1075520515441895,
|
582 |
+
"learning_rate": 0.0001999016941623548,
|
583 |
+
"loss": 1.9335,
|
584 |
+
"step": 81
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.006138528624632718,
|
588 |
+
"grad_norm": 1.1249256134033203,
|
589 |
+
"learning_rate": 0.00019989890595253093,
|
590 |
+
"loss": 2.5878,
|
591 |
+
"step": 82
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.006213388729811166,
|
595 |
+
"grad_norm": 1.3388688564300537,
|
596 |
+
"learning_rate": 0.00019989607877323763,
|
597 |
+
"loss": 2.271,
|
598 |
+
"step": 83
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.006288248834989613,
|
602 |
+
"grad_norm": 1.2046903371810913,
|
603 |
+
"learning_rate": 0.00019989321262557774,
|
604 |
+
"loss": 2.4837,
|
605 |
+
"step": 84
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.006363108940168061,
|
609 |
+
"grad_norm": 1.1520739793777466,
|
610 |
+
"learning_rate": 0.00019989030751066928,
|
611 |
+
"loss": 2.6288,
|
612 |
+
"step": 85
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.006437969045346509,
|
616 |
+
"grad_norm": 1.370134711265564,
|
617 |
+
"learning_rate": 0.0001998873634296455,
|
618 |
+
"loss": 2.6547,
|
619 |
+
"step": 86
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.006512829150524957,
|
623 |
+
"grad_norm": 1.2836953401565552,
|
624 |
+
"learning_rate": 0.00019988438038365488,
|
625 |
+
"loss": 2.3136,
|
626 |
+
"step": 87
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.0065876892557034045,
|
630 |
+
"grad_norm": 1.455772876739502,
|
631 |
+
"learning_rate": 0.0001998813583738611,
|
632 |
+
"loss": 2.294,
|
633 |
+
"step": 88
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.006662549360881852,
|
637 |
+
"grad_norm": 1.8927704095840454,
|
638 |
+
"learning_rate": 0.00019987829740144298,
|
639 |
+
"loss": 1.9447,
|
640 |
+
"step": 89
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.0067374094660602995,
|
644 |
+
"grad_norm": 1.7081835269927979,
|
645 |
+
"learning_rate": 0.00019987519746759454,
|
646 |
+
"loss": 2.373,
|
647 |
+
"step": 90
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.006812269571238747,
|
651 |
+
"grad_norm": 1.1976017951965332,
|
652 |
+
"learning_rate": 0.0001998720585735251,
|
653 |
+
"loss": 2.2841,
|
654 |
+
"step": 91
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.006887129676417195,
|
658 |
+
"grad_norm": 1.5324673652648926,
|
659 |
+
"learning_rate": 0.00019986888072045904,
|
660 |
+
"loss": 2.3231,
|
661 |
+
"step": 92
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.006961989781595643,
|
665 |
+
"grad_norm": 1.226892352104187,
|
666 |
+
"learning_rate": 0.00019986566390963603,
|
667 |
+
"loss": 2.3087,
|
668 |
+
"step": 93
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.007036849886774091,
|
672 |
+
"grad_norm": 1.1459636688232422,
|
673 |
+
"learning_rate": 0.00019986240814231094,
|
674 |
+
"loss": 2.3137,
|
675 |
+
"step": 94
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.007111709991952539,
|
679 |
+
"grad_norm": 1.221402645111084,
|
680 |
+
"learning_rate": 0.0001998591134197538,
|
681 |
+
"loss": 2.2006,
|
682 |
+
"step": 95
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.007186570097130986,
|
686 |
+
"grad_norm": 1.2592463493347168,
|
687 |
+
"learning_rate": 0.00019985577974324982,
|
688 |
+
"loss": 2.3276,
|
689 |
+
"step": 96
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.007261430202309434,
|
693 |
+
"grad_norm": 1.49214506149292,
|
694 |
+
"learning_rate": 0.00019985240711409941,
|
695 |
+
"loss": 2.0785,
|
696 |
+
"step": 97
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.007336290307487882,
|
700 |
+
"grad_norm": 1.3207143545150757,
|
701 |
+
"learning_rate": 0.0001998489955336183,
|
702 |
+
"loss": 2.5573,
|
703 |
+
"step": 98
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.00741115041266633,
|
707 |
+
"grad_norm": 1.3176369667053223,
|
708 |
+
"learning_rate": 0.00019984554500313717,
|
709 |
+
"loss": 2.1599,
|
710 |
+
"step": 99
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.007486010517844778,
|
714 |
+
"grad_norm": 1.393152117729187,
|
715 |
+
"learning_rate": 0.00019984205552400216,
|
716 |
+
"loss": 2.6455,
|
717 |
+
"step": 100
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.007560870623023225,
|
721 |
+
"grad_norm": 1.7769023180007935,
|
722 |
+
"learning_rate": 0.0001998385270975744,
|
723 |
+
"loss": 2.4287,
|
724 |
+
"step": 101
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.007635730728201673,
|
728 |
+
"grad_norm": 1.8088551759719849,
|
729 |
+
"learning_rate": 0.0001998349597252303,
|
730 |
+
"loss": 2.2463,
|
731 |
+
"step": 102
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.007710590833380121,
|
735 |
+
"grad_norm": 1.1739704608917236,
|
736 |
+
"learning_rate": 0.00019983135340836147,
|
737 |
+
"loss": 2.4549,
|
738 |
+
"step": 103
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.007785450938558569,
|
742 |
+
"grad_norm": 1.3278663158416748,
|
743 |
+
"learning_rate": 0.0001998277081483747,
|
744 |
+
"loss": 2.2327,
|
745 |
+
"step": 104
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.007860311043737016,
|
749 |
+
"grad_norm": 1.3005081415176392,
|
750 |
+
"learning_rate": 0.00019982402394669196,
|
751 |
+
"loss": 2.21,
|
752 |
+
"step": 105
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.007935171148915465,
|
756 |
+
"grad_norm": 1.328165888786316,
|
757 |
+
"learning_rate": 0.0001998203008047504,
|
758 |
+
"loss": 2.2558,
|
759 |
+
"step": 106
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.008010031254093912,
|
763 |
+
"grad_norm": 1.1032073497772217,
|
764 |
+
"learning_rate": 0.00019981653872400238,
|
765 |
+
"loss": 2.4057,
|
766 |
+
"step": 107
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.00808489135927236,
|
770 |
+
"grad_norm": 1.3643407821655273,
|
771 |
+
"learning_rate": 0.00019981273770591548,
|
772 |
+
"loss": 2.4368,
|
773 |
+
"step": 108
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.008159751464450807,
|
777 |
+
"grad_norm": 1.1363730430603027,
|
778 |
+
"learning_rate": 0.0001998088977519724,
|
779 |
+
"loss": 2.0689,
|
780 |
+
"step": 109
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.008234611569629255,
|
784 |
+
"grad_norm": 1.1341912746429443,
|
785 |
+
"learning_rate": 0.0001998050188636711,
|
786 |
+
"loss": 1.9087,
|
787 |
+
"step": 110
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.008309471674807703,
|
791 |
+
"grad_norm": 1.2130628824234009,
|
792 |
+
"learning_rate": 0.00019980110104252466,
|
793 |
+
"loss": 2.1313,
|
794 |
+
"step": 111
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.00838433177998615,
|
798 |
+
"grad_norm": 1.2280898094177246,
|
799 |
+
"learning_rate": 0.00019979714429006136,
|
800 |
+
"loss": 2.1906,
|
801 |
+
"step": 112
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.0084591918851646,
|
805 |
+
"grad_norm": 1.5922375917434692,
|
806 |
+
"learning_rate": 0.00019979314860782473,
|
807 |
+
"loss": 2.5099,
|
808 |
+
"step": 113
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.008534051990343046,
|
812 |
+
"grad_norm": 1.4625362157821655,
|
813 |
+
"learning_rate": 0.0001997891139973734,
|
814 |
+
"loss": 2.0231,
|
815 |
+
"step": 114
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.008608912095521495,
|
819 |
+
"grad_norm": 1.1734627485275269,
|
820 |
+
"learning_rate": 0.00019978504046028127,
|
821 |
+
"loss": 2.3868,
|
822 |
+
"step": 115
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.008683772200699942,
|
826 |
+
"grad_norm": 1.1917595863342285,
|
827 |
+
"learning_rate": 0.0001997809279981374,
|
828 |
+
"loss": 2.4125,
|
829 |
+
"step": 116
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.00875863230587839,
|
833 |
+
"grad_norm": 1.155820608139038,
|
834 |
+
"learning_rate": 0.00019977677661254593,
|
835 |
+
"loss": 2.5883,
|
836 |
+
"step": 117
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.008833492411056838,
|
840 |
+
"grad_norm": 1.069296956062317,
|
841 |
+
"learning_rate": 0.00019977258630512635,
|
842 |
+
"loss": 2.1509,
|
843 |
+
"step": 118
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.008908352516235285,
|
847 |
+
"grad_norm": 1.3025665283203125,
|
848 |
+
"learning_rate": 0.0001997683570775132,
|
849 |
+
"loss": 2.189,
|
850 |
+
"step": 119
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.008983212621413734,
|
854 |
+
"grad_norm": 1.7036775350570679,
|
855 |
+
"learning_rate": 0.0001997640889313563,
|
856 |
+
"loss": 2.4335,
|
857 |
+
"step": 120
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.00905807272659218,
|
861 |
+
"grad_norm": 1.1977019309997559,
|
862 |
+
"learning_rate": 0.00019975978186832056,
|
863 |
+
"loss": 2.2233,
|
864 |
+
"step": 121
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.009132932831770628,
|
868 |
+
"grad_norm": 1.44660484790802,
|
869 |
+
"learning_rate": 0.00019975543589008615,
|
870 |
+
"loss": 2.0269,
|
871 |
+
"step": 122
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.009207792936949077,
|
875 |
+
"grad_norm": 1.5385639667510986,
|
876 |
+
"learning_rate": 0.0001997510509983484,
|
877 |
+
"loss": 2.6176,
|
878 |
+
"step": 123
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.009282653042127524,
|
882 |
+
"grad_norm": 1.420533299446106,
|
883 |
+
"learning_rate": 0.0001997466271948178,
|
884 |
+
"loss": 2.3501,
|
885 |
+
"step": 124
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.009357513147305973,
|
889 |
+
"grad_norm": 1.3611818552017212,
|
890 |
+
"learning_rate": 0.00019974216448122003,
|
891 |
+
"loss": 1.8353,
|
892 |
+
"step": 125
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.00943237325248442,
|
896 |
+
"grad_norm": 1.4712271690368652,
|
897 |
+
"learning_rate": 0.0001997376628592959,
|
898 |
+
"loss": 2.3433,
|
899 |
+
"step": 126
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.009507233357662867,
|
903 |
+
"grad_norm": 1.172667145729065,
|
904 |
+
"learning_rate": 0.00019973312233080147,
|
905 |
+
"loss": 2.4851,
|
906 |
+
"step": 127
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.009582093462841315,
|
910 |
+
"grad_norm": 1.3826184272766113,
|
911 |
+
"learning_rate": 0.00019972854289750796,
|
912 |
+
"loss": 2.4067,
|
913 |
+
"step": 128
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.009656953568019763,
|
917 |
+
"grad_norm": 1.4121184349060059,
|
918 |
+
"learning_rate": 0.00019972392456120178,
|
919 |
+
"loss": 2.5374,
|
920 |
+
"step": 129
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.009731813673198211,
|
924 |
+
"grad_norm": 1.491615653038025,
|
925 |
+
"learning_rate": 0.00019971926732368446,
|
926 |
+
"loss": 2.8199,
|
927 |
+
"step": 130
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.009806673778376658,
|
931 |
+
"grad_norm": 1.2035237550735474,
|
932 |
+
"learning_rate": 0.00019971457118677277,
|
933 |
+
"loss": 2.4083,
|
934 |
+
"step": 131
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.009881533883555107,
|
938 |
+
"grad_norm": 1.0313023328781128,
|
939 |
+
"learning_rate": 0.00019970983615229856,
|
940 |
+
"loss": 2.5873,
|
941 |
+
"step": 132
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.009956393988733554,
|
945 |
+
"grad_norm": 1.205027461051941,
|
946 |
+
"learning_rate": 0.00019970506222210898,
|
947 |
+
"loss": 2.6231,
|
948 |
+
"step": 133
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.010031254093912001,
|
952 |
+
"grad_norm": 1.2781052589416504,
|
953 |
+
"learning_rate": 0.0001997002493980662,
|
954 |
+
"loss": 2.1413,
|
955 |
+
"step": 134
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.01010611419909045,
|
959 |
+
"grad_norm": 1.3032124042510986,
|
960 |
+
"learning_rate": 0.00019969539768204775,
|
961 |
+
"loss": 1.7142,
|
962 |
+
"step": 135
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.010180974304268897,
|
966 |
+
"grad_norm": 1.108437418937683,
|
967 |
+
"learning_rate": 0.00019969050707594618,
|
968 |
+
"loss": 2.3049,
|
969 |
+
"step": 136
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.010255834409447346,
|
973 |
+
"grad_norm": 1.2756736278533936,
|
974 |
+
"learning_rate": 0.0001996855775816693,
|
975 |
+
"loss": 2.2543,
|
976 |
+
"step": 137
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.010330694514625793,
|
980 |
+
"grad_norm": 1.2190327644348145,
|
981 |
+
"learning_rate": 0.00019968060920114,
|
982 |
+
"loss": 2.4235,
|
983 |
+
"step": 138
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.01040555461980424,
|
987 |
+
"grad_norm": 1.4676586389541626,
|
988 |
+
"learning_rate": 0.00019967560193629642,
|
989 |
+
"loss": 1.9517,
|
990 |
+
"step": 139
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.010480414724982689,
|
994 |
+
"grad_norm": 1.2959167957305908,
|
995 |
+
"learning_rate": 0.00019967055578909185,
|
996 |
+
"loss": 2.5308,
|
997 |
+
"step": 140
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.010555274830161136,
|
1001 |
+
"grad_norm": 1.0223097801208496,
|
1002 |
+
"learning_rate": 0.0001996654707614947,
|
1003 |
+
"loss": 2.5241,
|
1004 |
+
"step": 141
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.010630134935339585,
|
1008 |
+
"grad_norm": 1.3780752420425415,
|
1009 |
+
"learning_rate": 0.0001996603468554886,
|
1010 |
+
"loss": 1.9017,
|
1011 |
+
"step": 142
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.010704995040518032,
|
1015 |
+
"grad_norm": 1.1196829080581665,
|
1016 |
+
"learning_rate": 0.00019965518407307235,
|
1017 |
+
"loss": 2.7667,
|
1018 |
+
"step": 143
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.01077985514569648,
|
1022 |
+
"grad_norm": 1.3053823709487915,
|
1023 |
+
"learning_rate": 0.00019964998241625987,
|
1024 |
+
"loss": 2.4578,
|
1025 |
+
"step": 144
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.010854715250874928,
|
1029 |
+
"grad_norm": 1.089004635810852,
|
1030 |
+
"learning_rate": 0.0001996447418870803,
|
1031 |
+
"loss": 2.3825,
|
1032 |
+
"step": 145
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.010929575356053375,
|
1036 |
+
"grad_norm": 0.9878839254379272,
|
1037 |
+
"learning_rate": 0.00019963946248757785,
|
1038 |
+
"loss": 2.4745,
|
1039 |
+
"step": 146
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.011004435461231823,
|
1043 |
+
"grad_norm": 1.1300643682479858,
|
1044 |
+
"learning_rate": 0.000199634144219812,
|
1045 |
+
"loss": 2.5022,
|
1046 |
+
"step": 147
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.01107929556641027,
|
1050 |
+
"grad_norm": 1.1882730722427368,
|
1051 |
+
"learning_rate": 0.0001996287870858574,
|
1052 |
+
"loss": 2.4492,
|
1053 |
+
"step": 148
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.01115415567158872,
|
1057 |
+
"grad_norm": 1.0390851497650146,
|
1058 |
+
"learning_rate": 0.0001996233910878037,
|
1059 |
+
"loss": 2.4448,
|
1060 |
+
"step": 149
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.011229015776767166,
|
1064 |
+
"grad_norm": 1.1092875003814697,
|
1065 |
+
"learning_rate": 0.0001996179562277559,
|
1066 |
+
"loss": 2.0932,
|
1067 |
+
"step": 150
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.011229015776767166,
|
1071 |
+
"eval_loss": 2.324082136154175,
|
1072 |
+
"eval_runtime": 178.6776,
|
1073 |
+
"eval_samples_per_second": 27.983,
|
1074 |
+
"eval_steps_per_second": 13.992,
|
1075 |
+
"step": 150
|
1076 |
+
}
|
1077 |
+
],
|
1078 |
+
"logging_steps": 1,
|
1079 |
+
"max_steps": 5040,
|
1080 |
+
"num_input_tokens_seen": 0,
|
1081 |
+
"num_train_epochs": 1,
|
1082 |
+
"save_steps": 150,
|
1083 |
+
"stateful_callbacks": {
|
1084 |
+
"EarlyStoppingCallback": {
|
1085 |
+
"args": {
|
1086 |
+
"early_stopping_patience": 4,
|
1087 |
+
"early_stopping_threshold": 0.0
|
1088 |
+
},
|
1089 |
+
"attributes": {
|
1090 |
+
"early_stopping_patience_counter": 0
|
1091 |
+
}
|
1092 |
+
},
|
1093 |
+
"TrainerControl": {
|
1094 |
+
"args": {
|
1095 |
+
"should_epoch_stop": false,
|
1096 |
+
"should_evaluate": false,
|
1097 |
+
"should_log": false,
|
1098 |
+
"should_save": true,
|
1099 |
+
"should_training_stop": false
|
1100 |
+
},
|
1101 |
+
"attributes": {}
|
1102 |
+
}
|
1103 |
+
},
|
1104 |
+
"total_flos": 1.0205427400704e+16,
|
1105 |
+
"train_batch_size": 2,
|
1106 |
+
"trial_name": null,
|
1107 |
+
"trial_params": null
|
1108 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b64fb3099c57a8a1f90ef677d947a30a8f0a430316335574675dd22d9de3d4b
|
3 |
+
size 6776
|
last-checkpoint/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|