Upload folder using huggingface_hub
Browse files- README.md +202 -3
- adapter_config.json +36 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +25 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +0 -0
- tokenizer_config.json +215 -0
- trainer_state.json +2133 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
CHANGED
@@ -1,3 +1,202 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Qwen2.5-7B-bnb-4bit
|
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.12.0
|
adapter_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-7B-bnb-4bit",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"lm_head"
|
19 |
+
],
|
20 |
+
"peft_type": "LORA",
|
21 |
+
"r": 16,
|
22 |
+
"rank_pattern": {},
|
23 |
+
"revision": null,
|
24 |
+
"target_modules": [
|
25 |
+
"k_proj",
|
26 |
+
"up_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"down_proj"
|
32 |
+
],
|
33 |
+
"task_type": "CAUSAL_LM",
|
34 |
+
"use_dora": false,
|
35 |
+
"use_rslora": true
|
36 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb33af975a1935f8dbdabc2627bb19053a087079bae6d7d65d87c8a0be1d7a2c
|
3 |
+
size 2341524112
|
added_tokens.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</tool_call>": 151658,
|
3 |
+
"<tool_call>": 151657,
|
4 |
+
"<|PAD_TOKEN|>": 151665,
|
5 |
+
"<|box_end|>": 151649,
|
6 |
+
"<|box_start|>": 151648,
|
7 |
+
"<|endoftext|>": 151643,
|
8 |
+
"<|file_sep|>": 151664,
|
9 |
+
"<|fim_middle|>": 151660,
|
10 |
+
"<|fim_pad|>": 151662,
|
11 |
+
"<|fim_prefix|>": 151659,
|
12 |
+
"<|fim_suffix|>": 151661,
|
13 |
+
"<|im_end|>": 151645,
|
14 |
+
"<|im_start|>": 151644,
|
15 |
+
"<|image_pad|>": 151655,
|
16 |
+
"<|object_ref_end|>": 151647,
|
17 |
+
"<|object_ref_start|>": 151646,
|
18 |
+
"<|quad_end|>": 151651,
|
19 |
+
"<|quad_start|>": 151650,
|
20 |
+
"<|repo_name|>": 151663,
|
21 |
+
"<|video_pad|>": 151656,
|
22 |
+
"<|vision_end|>": 151653,
|
23 |
+
"<|vision_pad|>": 151654,
|
24 |
+
"<|vision_start|>": 151652
|
25 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd5d58a4fa4cc7efb665167ba2f1dca875e04ae71b47153c68aae1b9d33522bc
|
3 |
+
size 1189492856
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4c917636c7a58af68a29056522a757e9f9b99005b776641aa157c536967817d
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01c9884423649c4587f1f06e3f98e72ac7f6c6cce126730a63116d3e8ce4ef03
|
3 |
+
size 1064
|
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": "<|PAD_TOKEN|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151665": {
|
182 |
+
"content": "<|PAD_TOKEN|>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": true
|
188 |
+
}
|
189 |
+
},
|
190 |
+
"additional_special_tokens": [
|
191 |
+
"<|im_start|>",
|
192 |
+
"<|im_end|>",
|
193 |
+
"<|object_ref_start|>",
|
194 |
+
"<|object_ref_end|>",
|
195 |
+
"<|box_start|>",
|
196 |
+
"<|box_end|>",
|
197 |
+
"<|quad_start|>",
|
198 |
+
"<|quad_end|>",
|
199 |
+
"<|vision_start|>",
|
200 |
+
"<|vision_end|>",
|
201 |
+
"<|vision_pad|>",
|
202 |
+
"<|image_pad|>",
|
203 |
+
"<|video_pad|>"
|
204 |
+
],
|
205 |
+
"bos_token": null,
|
206 |
+
"clean_up_tokenization_spaces": false,
|
207 |
+
"eos_token": "<|endoftext|>",
|
208 |
+
"errors": "replace",
|
209 |
+
"model_max_length": 131072,
|
210 |
+
"pad_token": "<|PAD_TOKEN|>",
|
211 |
+
"padding_side": "right",
|
212 |
+
"split_special_tokens": false,
|
213 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
214 |
+
"unk_token": null
|
215 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,2133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.09620780886715305,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 300,
|
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.0003206926962238435,
|
13 |
+
"grad_norm": 2.7483954429626465,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 1.9483,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.000641385392447687,
|
20 |
+
"grad_norm": 2.690746307373047,
|
21 |
+
"learning_rate": 2e-05,
|
22 |
+
"loss": 1.7416,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.0009620780886715305,
|
27 |
+
"grad_norm": 2.7132160663604736,
|
28 |
+
"learning_rate": 3e-05,
|
29 |
+
"loss": 1.8029,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.001282770784895374,
|
34 |
+
"grad_norm": 2.7139906883239746,
|
35 |
+
"learning_rate": 4e-05,
|
36 |
+
"loss": 1.9292,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.0016034634811192174,
|
41 |
+
"grad_norm": 2.8549463748931885,
|
42 |
+
"learning_rate": 5e-05,
|
43 |
+
"loss": 1.8055,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.001924156177343061,
|
48 |
+
"grad_norm": 2.5766773223876953,
|
49 |
+
"learning_rate": 6e-05,
|
50 |
+
"loss": 2.042,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.0022448488735669044,
|
55 |
+
"grad_norm": 2.1945223808288574,
|
56 |
+
"learning_rate": 7e-05,
|
57 |
+
"loss": 1.8585,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.002565541569790748,
|
62 |
+
"grad_norm": 2.143160581588745,
|
63 |
+
"learning_rate": 8e-05,
|
64 |
+
"loss": 1.7026,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.0028862342660145915,
|
69 |
+
"grad_norm": 2.1353299617767334,
|
70 |
+
"learning_rate": 9e-05,
|
71 |
+
"loss": 1.7981,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.003206926962238435,
|
76 |
+
"grad_norm": 2.080528497695923,
|
77 |
+
"learning_rate": 0.0001,
|
78 |
+
"loss": 1.7712,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.0035276196584622787,
|
83 |
+
"grad_norm": 2.391787052154541,
|
84 |
+
"learning_rate": 9.996782496782497e-05,
|
85 |
+
"loss": 1.7666,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.003848312354686122,
|
90 |
+
"grad_norm": 2.2097723484039307,
|
91 |
+
"learning_rate": 9.993564993564995e-05,
|
92 |
+
"loss": 1.8056,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.004169005050909965,
|
97 |
+
"grad_norm": 1.883785367012024,
|
98 |
+
"learning_rate": 9.99034749034749e-05,
|
99 |
+
"loss": 1.5309,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.004489697747133809,
|
104 |
+
"grad_norm": 1.9296449422836304,
|
105 |
+
"learning_rate": 9.987129987129988e-05,
|
106 |
+
"loss": 1.5142,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.004810390443357652,
|
111 |
+
"grad_norm": 2.2633562088012695,
|
112 |
+
"learning_rate": 9.983912483912484e-05,
|
113 |
+
"loss": 1.6335,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.005131083139581496,
|
118 |
+
"grad_norm": 2.1033310890197754,
|
119 |
+
"learning_rate": 9.98069498069498e-05,
|
120 |
+
"loss": 1.7974,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.00545177583580534,
|
125 |
+
"grad_norm": 2.003077268600464,
|
126 |
+
"learning_rate": 9.977477477477478e-05,
|
127 |
+
"loss": 1.5864,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.005772468532029183,
|
132 |
+
"grad_norm": 2.1461055278778076,
|
133 |
+
"learning_rate": 9.974259974259975e-05,
|
134 |
+
"loss": 1.5678,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.0060931612282530264,
|
139 |
+
"grad_norm": 1.9527181386947632,
|
140 |
+
"learning_rate": 9.971042471042471e-05,
|
141 |
+
"loss": 1.8429,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.00641385392447687,
|
146 |
+
"grad_norm": 2.050208330154419,
|
147 |
+
"learning_rate": 9.967824967824968e-05,
|
148 |
+
"loss": 1.6551,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.006734546620700713,
|
153 |
+
"grad_norm": 1.841902256011963,
|
154 |
+
"learning_rate": 9.964607464607466e-05,
|
155 |
+
"loss": 1.8851,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.007055239316924557,
|
160 |
+
"grad_norm": 1.8649909496307373,
|
161 |
+
"learning_rate": 9.961389961389962e-05,
|
162 |
+
"loss": 1.7153,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.007375932013148401,
|
167 |
+
"grad_norm": 1.9829213619232178,
|
168 |
+
"learning_rate": 9.958172458172458e-05,
|
169 |
+
"loss": 1.7295,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.007696624709372244,
|
174 |
+
"grad_norm": 1.945168137550354,
|
175 |
+
"learning_rate": 9.954954954954956e-05,
|
176 |
+
"loss": 1.6252,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.008017317405596087,
|
181 |
+
"grad_norm": 1.7710901498794556,
|
182 |
+
"learning_rate": 9.951737451737451e-05,
|
183 |
+
"loss": 1.8558,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.00833801010181993,
|
188 |
+
"grad_norm": 1.8060033321380615,
|
189 |
+
"learning_rate": 9.948519948519949e-05,
|
190 |
+
"loss": 1.6409,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.008658702798043774,
|
195 |
+
"grad_norm": 1.737451195716858,
|
196 |
+
"learning_rate": 9.945302445302446e-05,
|
197 |
+
"loss": 1.6147,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.008979395494267618,
|
202 |
+
"grad_norm": 1.7312341928482056,
|
203 |
+
"learning_rate": 9.942084942084942e-05,
|
204 |
+
"loss": 1.6207,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.009300088190491461,
|
209 |
+
"grad_norm": 1.850573182106018,
|
210 |
+
"learning_rate": 9.93886743886744e-05,
|
211 |
+
"loss": 1.6429,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.009620780886715304,
|
216 |
+
"grad_norm": 1.892348051071167,
|
217 |
+
"learning_rate": 9.935649935649936e-05,
|
218 |
+
"loss": 1.7195,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.00994147358293915,
|
223 |
+
"grad_norm": 1.9182771444320679,
|
224 |
+
"learning_rate": 9.932432432432433e-05,
|
225 |
+
"loss": 1.6534,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.010262166279162993,
|
230 |
+
"grad_norm": 1.7795934677124023,
|
231 |
+
"learning_rate": 9.929214929214929e-05,
|
232 |
+
"loss": 1.5351,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.010582858975386836,
|
237 |
+
"grad_norm": 1.794394850730896,
|
238 |
+
"learning_rate": 9.925997425997427e-05,
|
239 |
+
"loss": 1.6685,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.01090355167161068,
|
244 |
+
"grad_norm": 1.784448504447937,
|
245 |
+
"learning_rate": 9.922779922779923e-05,
|
246 |
+
"loss": 1.6303,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.011224244367834523,
|
251 |
+
"grad_norm": 1.6641632318496704,
|
252 |
+
"learning_rate": 9.91956241956242e-05,
|
253 |
+
"loss": 1.4606,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.011544937064058366,
|
258 |
+
"grad_norm": 1.7565549612045288,
|
259 |
+
"learning_rate": 9.916344916344918e-05,
|
260 |
+
"loss": 1.7965,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.01186562976028221,
|
265 |
+
"grad_norm": 1.863232135772705,
|
266 |
+
"learning_rate": 9.913127413127413e-05,
|
267 |
+
"loss": 1.6193,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.012186322456506053,
|
272 |
+
"grad_norm": 1.9475373029708862,
|
273 |
+
"learning_rate": 9.90990990990991e-05,
|
274 |
+
"loss": 1.6691,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.012507015152729896,
|
279 |
+
"grad_norm": 1.7293490171432495,
|
280 |
+
"learning_rate": 9.906692406692407e-05,
|
281 |
+
"loss": 1.6587,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.01282770784895374,
|
286 |
+
"grad_norm": 1.7146735191345215,
|
287 |
+
"learning_rate": 9.903474903474904e-05,
|
288 |
+
"loss": 1.7512,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.013148400545177583,
|
293 |
+
"grad_norm": 1.6908844709396362,
|
294 |
+
"learning_rate": 9.900257400257401e-05,
|
295 |
+
"loss": 1.5004,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.013469093241401426,
|
300 |
+
"grad_norm": 2.0432796478271484,
|
301 |
+
"learning_rate": 9.897039897039896e-05,
|
302 |
+
"loss": 1.5675,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.013789785937625271,
|
307 |
+
"grad_norm": 1.9518095254898071,
|
308 |
+
"learning_rate": 9.893822393822394e-05,
|
309 |
+
"loss": 1.5885,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.014110478633849115,
|
314 |
+
"grad_norm": 2.044656753540039,
|
315 |
+
"learning_rate": 9.89060489060489e-05,
|
316 |
+
"loss": 1.914,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.014431171330072958,
|
321 |
+
"grad_norm": 1.8500516414642334,
|
322 |
+
"learning_rate": 9.887387387387388e-05,
|
323 |
+
"loss": 1.6865,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.014751864026296801,
|
328 |
+
"grad_norm": 1.7090437412261963,
|
329 |
+
"learning_rate": 9.884169884169885e-05,
|
330 |
+
"loss": 1.6582,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.015072556722520645,
|
335 |
+
"grad_norm": 1.6555441617965698,
|
336 |
+
"learning_rate": 9.880952380952381e-05,
|
337 |
+
"loss": 1.4794,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.015393249418744488,
|
342 |
+
"grad_norm": 1.6648783683776855,
|
343 |
+
"learning_rate": 9.877734877734878e-05,
|
344 |
+
"loss": 1.2951,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.01571394211496833,
|
349 |
+
"grad_norm": 1.7010596990585327,
|
350 |
+
"learning_rate": 9.874517374517374e-05,
|
351 |
+
"loss": 1.5657,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.016034634811192175,
|
356 |
+
"grad_norm": 1.7453527450561523,
|
357 |
+
"learning_rate": 9.871299871299872e-05,
|
358 |
+
"loss": 1.4699,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.01635532750741602,
|
363 |
+
"grad_norm": 1.7735224962234497,
|
364 |
+
"learning_rate": 9.868082368082369e-05,
|
365 |
+
"loss": 1.724,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.01667602020363986,
|
370 |
+
"grad_norm": 1.5949498414993286,
|
371 |
+
"learning_rate": 9.864864864864865e-05,
|
372 |
+
"loss": 1.6525,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.016996712899863705,
|
377 |
+
"grad_norm": 1.8592952489852905,
|
378 |
+
"learning_rate": 9.861647361647363e-05,
|
379 |
+
"loss": 1.6122,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.01731740559608755,
|
384 |
+
"grad_norm": 1.7868975400924683,
|
385 |
+
"learning_rate": 9.858429858429858e-05,
|
386 |
+
"loss": 1.5783,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.01763809829231139,
|
391 |
+
"grad_norm": 1.6725190877914429,
|
392 |
+
"learning_rate": 9.855212355212356e-05,
|
393 |
+
"loss": 1.6519,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.017958790988535235,
|
398 |
+
"grad_norm": 2.030893564224243,
|
399 |
+
"learning_rate": 9.851994851994852e-05,
|
400 |
+
"loss": 1.881,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.01827948368475908,
|
405 |
+
"grad_norm": 1.79916512966156,
|
406 |
+
"learning_rate": 9.84877734877735e-05,
|
407 |
+
"loss": 1.6116,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.018600176380982922,
|
412 |
+
"grad_norm": 1.7612411975860596,
|
413 |
+
"learning_rate": 9.845559845559846e-05,
|
414 |
+
"loss": 1.5393,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.018920869077206765,
|
419 |
+
"grad_norm": 1.8098998069763184,
|
420 |
+
"learning_rate": 9.842342342342343e-05,
|
421 |
+
"loss": 1.693,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.01924156177343061,
|
426 |
+
"grad_norm": 1.8984328508377075,
|
427 |
+
"learning_rate": 9.839124839124839e-05,
|
428 |
+
"loss": 1.6939,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.019562254469654452,
|
433 |
+
"grad_norm": 1.751279592514038,
|
434 |
+
"learning_rate": 9.835907335907336e-05,
|
435 |
+
"loss": 1.6109,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.0198829471658783,
|
440 |
+
"grad_norm": 1.8087176084518433,
|
441 |
+
"learning_rate": 9.832689832689834e-05,
|
442 |
+
"loss": 1.5514,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.020203639862102142,
|
447 |
+
"grad_norm": 1.7087894678115845,
|
448 |
+
"learning_rate": 9.82947232947233e-05,
|
449 |
+
"loss": 1.6691,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.020524332558325985,
|
454 |
+
"grad_norm": 1.963853120803833,
|
455 |
+
"learning_rate": 9.826254826254826e-05,
|
456 |
+
"loss": 1.7157,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.02084502525454983,
|
461 |
+
"grad_norm": 1.9152112007141113,
|
462 |
+
"learning_rate": 9.823037323037324e-05,
|
463 |
+
"loss": 1.5779,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.021165717950773672,
|
468 |
+
"grad_norm": 1.856195092201233,
|
469 |
+
"learning_rate": 9.81981981981982e-05,
|
470 |
+
"loss": 1.6279,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.021486410646997516,
|
475 |
+
"grad_norm": 1.8876991271972656,
|
476 |
+
"learning_rate": 9.816602316602317e-05,
|
477 |
+
"loss": 1.7734,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.02180710334322136,
|
482 |
+
"grad_norm": 1.8838751316070557,
|
483 |
+
"learning_rate": 9.813384813384814e-05,
|
484 |
+
"loss": 1.6114,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.022127796039445202,
|
489 |
+
"grad_norm": 1.553562045097351,
|
490 |
+
"learning_rate": 9.810167310167311e-05,
|
491 |
+
"loss": 1.4989,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.022448488735669046,
|
496 |
+
"grad_norm": 1.9303158521652222,
|
497 |
+
"learning_rate": 9.806949806949808e-05,
|
498 |
+
"loss": 1.7525,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.02276918143189289,
|
503 |
+
"grad_norm": 1.655938982963562,
|
504 |
+
"learning_rate": 9.803732303732304e-05,
|
505 |
+
"loss": 1.6089,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.023089874128116732,
|
510 |
+
"grad_norm": 2.0096657276153564,
|
511 |
+
"learning_rate": 9.800514800514801e-05,
|
512 |
+
"loss": 1.6957,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.023410566824340576,
|
517 |
+
"grad_norm": 1.8276057243347168,
|
518 |
+
"learning_rate": 9.797297297297297e-05,
|
519 |
+
"loss": 1.684,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.02373125952056442,
|
524 |
+
"grad_norm": 1.6198551654815674,
|
525 |
+
"learning_rate": 9.794079794079795e-05,
|
526 |
+
"loss": 1.5419,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.024051952216788262,
|
531 |
+
"grad_norm": 1.850451111793518,
|
532 |
+
"learning_rate": 9.790862290862292e-05,
|
533 |
+
"loss": 1.5769,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.024372644913012106,
|
538 |
+
"grad_norm": 1.8147132396697998,
|
539 |
+
"learning_rate": 9.787644787644788e-05,
|
540 |
+
"loss": 1.4616,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.02469333760923595,
|
545 |
+
"grad_norm": 1.6501047611236572,
|
546 |
+
"learning_rate": 9.784427284427284e-05,
|
547 |
+
"loss": 1.3938,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.025014030305459792,
|
552 |
+
"grad_norm": 1.7198457717895508,
|
553 |
+
"learning_rate": 9.781209781209781e-05,
|
554 |
+
"loss": 1.4913,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.025334723001683636,
|
559 |
+
"grad_norm": 1.8030346632003784,
|
560 |
+
"learning_rate": 9.777992277992279e-05,
|
561 |
+
"loss": 1.5601,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.02565541569790748,
|
566 |
+
"grad_norm": 1.6368941068649292,
|
567 |
+
"learning_rate": 9.774774774774775e-05,
|
568 |
+
"loss": 1.5337,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.025976108394131323,
|
573 |
+
"grad_norm": 1.6790492534637451,
|
574 |
+
"learning_rate": 9.771557271557273e-05,
|
575 |
+
"loss": 1.5556,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.026296801090355166,
|
580 |
+
"grad_norm": 1.7556215524673462,
|
581 |
+
"learning_rate": 9.76833976833977e-05,
|
582 |
+
"loss": 1.5403,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.02661749378657901,
|
587 |
+
"grad_norm": 1.6657801866531372,
|
588 |
+
"learning_rate": 9.765122265122264e-05,
|
589 |
+
"loss": 1.5023,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.026938186482802853,
|
594 |
+
"grad_norm": 1.8705981969833374,
|
595 |
+
"learning_rate": 9.761904761904762e-05,
|
596 |
+
"loss": 1.5976,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.027258879179026696,
|
601 |
+
"grad_norm": 1.8940606117248535,
|
602 |
+
"learning_rate": 9.758687258687259e-05,
|
603 |
+
"loss": 1.7891,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.027579571875250543,
|
608 |
+
"grad_norm": 1.5879243612289429,
|
609 |
+
"learning_rate": 9.755469755469757e-05,
|
610 |
+
"loss": 1.4251,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.027900264571474386,
|
615 |
+
"grad_norm": 1.5877267122268677,
|
616 |
+
"learning_rate": 9.752252252252253e-05,
|
617 |
+
"loss": 1.6625,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.02822095726769823,
|
622 |
+
"grad_norm": 1.6735244989395142,
|
623 |
+
"learning_rate": 9.74903474903475e-05,
|
624 |
+
"loss": 1.5938,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.028541649963922073,
|
629 |
+
"grad_norm": 1.6752715110778809,
|
630 |
+
"learning_rate": 9.745817245817246e-05,
|
631 |
+
"loss": 1.4759,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.028862342660145916,
|
636 |
+
"grad_norm": 1.8093688488006592,
|
637 |
+
"learning_rate": 9.742599742599742e-05,
|
638 |
+
"loss": 1.8628,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.02918303535636976,
|
643 |
+
"grad_norm": 1.822588324546814,
|
644 |
+
"learning_rate": 9.73938223938224e-05,
|
645 |
+
"loss": 1.6622,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.029503728052593603,
|
650 |
+
"grad_norm": 1.7710521221160889,
|
651 |
+
"learning_rate": 9.736164736164737e-05,
|
652 |
+
"loss": 1.4719,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.029824420748817446,
|
657 |
+
"grad_norm": 1.4404919147491455,
|
658 |
+
"learning_rate": 9.732947232947234e-05,
|
659 |
+
"loss": 1.1332,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.03014511344504129,
|
664 |
+
"grad_norm": 1.6102395057678223,
|
665 |
+
"learning_rate": 9.729729729729731e-05,
|
666 |
+
"loss": 1.4751,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.030465806141265133,
|
671 |
+
"grad_norm": 1.706247091293335,
|
672 |
+
"learning_rate": 9.726512226512226e-05,
|
673 |
+
"loss": 1.5941,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.030786498837488976,
|
678 |
+
"grad_norm": 1.6406103372573853,
|
679 |
+
"learning_rate": 9.723294723294724e-05,
|
680 |
+
"loss": 1.5951,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.03110719153371282,
|
685 |
+
"grad_norm": 1.6317566633224487,
|
686 |
+
"learning_rate": 9.72007722007722e-05,
|
687 |
+
"loss": 1.4737,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.03142788422993666,
|
692 |
+
"grad_norm": 1.8702404499053955,
|
693 |
+
"learning_rate": 9.716859716859718e-05,
|
694 |
+
"loss": 1.5181,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.03174857692616051,
|
699 |
+
"grad_norm": 1.725326657295227,
|
700 |
+
"learning_rate": 9.713642213642214e-05,
|
701 |
+
"loss": 1.6582,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.03206926962238435,
|
706 |
+
"grad_norm": 1.7484664916992188,
|
707 |
+
"learning_rate": 9.710424710424711e-05,
|
708 |
+
"loss": 1.6073,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.0323899623186082,
|
713 |
+
"grad_norm": 1.8844904899597168,
|
714 |
+
"learning_rate": 9.707207207207207e-05,
|
715 |
+
"loss": 1.6232,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.03271065501483204,
|
720 |
+
"grad_norm": 1.8485490083694458,
|
721 |
+
"learning_rate": 9.703989703989704e-05,
|
722 |
+
"loss": 1.5857,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.03303134771105588,
|
727 |
+
"grad_norm": 1.7108585834503174,
|
728 |
+
"learning_rate": 9.700772200772202e-05,
|
729 |
+
"loss": 1.7378,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.03335204040727972,
|
734 |
+
"grad_norm": 1.869952917098999,
|
735 |
+
"learning_rate": 9.697554697554698e-05,
|
736 |
+
"loss": 1.7696,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.03367273310350357,
|
741 |
+
"grad_norm": 1.6918983459472656,
|
742 |
+
"learning_rate": 9.694337194337196e-05,
|
743 |
+
"loss": 1.4724,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.03399342579972741,
|
748 |
+
"grad_norm": 1.903573989868164,
|
749 |
+
"learning_rate": 9.691119691119691e-05,
|
750 |
+
"loss": 1.7818,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.03431411849595126,
|
755 |
+
"grad_norm": 1.7081507444381714,
|
756 |
+
"learning_rate": 9.687902187902187e-05,
|
757 |
+
"loss": 1.5507,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.0346348111921751,
|
762 |
+
"grad_norm": 1.8181805610656738,
|
763 |
+
"learning_rate": 9.684684684684685e-05,
|
764 |
+
"loss": 1.6716,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.034955503888398944,
|
769 |
+
"grad_norm": 1.7593623399734497,
|
770 |
+
"learning_rate": 9.681467181467182e-05,
|
771 |
+
"loss": 1.6878,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.03527619658462278,
|
776 |
+
"grad_norm": 1.6997793912887573,
|
777 |
+
"learning_rate": 9.67824967824968e-05,
|
778 |
+
"loss": 1.5886,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.03559688928084663,
|
783 |
+
"grad_norm": 1.5424351692199707,
|
784 |
+
"learning_rate": 9.675032175032176e-05,
|
785 |
+
"loss": 1.6448,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.03591758197707047,
|
790 |
+
"grad_norm": 1.8513628244400024,
|
791 |
+
"learning_rate": 9.671814671814672e-05,
|
792 |
+
"loss": 1.4854,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.03623827467329432,
|
797 |
+
"grad_norm": 1.7762032747268677,
|
798 |
+
"learning_rate": 9.668597168597169e-05,
|
799 |
+
"loss": 1.5484,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.03655896736951816,
|
804 |
+
"grad_norm": 1.8025050163269043,
|
805 |
+
"learning_rate": 9.665379665379665e-05,
|
806 |
+
"loss": 1.7242,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.036879660065742004,
|
811 |
+
"grad_norm": 1.6463018655776978,
|
812 |
+
"learning_rate": 9.662162162162163e-05,
|
813 |
+
"loss": 1.5908,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.037200352761965844,
|
818 |
+
"grad_norm": 1.640679121017456,
|
819 |
+
"learning_rate": 9.65894465894466e-05,
|
820 |
+
"loss": 1.4735,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.03752104545818969,
|
825 |
+
"grad_norm": 1.7171475887298584,
|
826 |
+
"learning_rate": 9.655727155727157e-05,
|
827 |
+
"loss": 1.5754,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.03784173815441353,
|
832 |
+
"grad_norm": 1.6603971719741821,
|
833 |
+
"learning_rate": 9.652509652509652e-05,
|
834 |
+
"loss": 1.6748,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.03816243085063738,
|
839 |
+
"grad_norm": 1.7294347286224365,
|
840 |
+
"learning_rate": 9.649292149292149e-05,
|
841 |
+
"loss": 1.6821,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.03848312354686122,
|
846 |
+
"grad_norm": 1.8348171710968018,
|
847 |
+
"learning_rate": 9.646074646074647e-05,
|
848 |
+
"loss": 1.6028,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.038803816243085064,
|
853 |
+
"grad_norm": 1.729529857635498,
|
854 |
+
"learning_rate": 9.642857142857143e-05,
|
855 |
+
"loss": 1.5516,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.039124508939308904,
|
860 |
+
"grad_norm": 1.7815181016921997,
|
861 |
+
"learning_rate": 9.639639639639641e-05,
|
862 |
+
"loss": 1.6472,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.03944520163553275,
|
867 |
+
"grad_norm": 1.8458462953567505,
|
868 |
+
"learning_rate": 9.636422136422137e-05,
|
869 |
+
"loss": 1.5905,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.0397658943317566,
|
874 |
+
"grad_norm": 1.6666098833084106,
|
875 |
+
"learning_rate": 9.633204633204634e-05,
|
876 |
+
"loss": 1.4131,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.04008658702798044,
|
881 |
+
"grad_norm": 1.9331727027893066,
|
882 |
+
"learning_rate": 9.62998712998713e-05,
|
883 |
+
"loss": 1.5866,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.040407279724204284,
|
888 |
+
"grad_norm": 1.8131427764892578,
|
889 |
+
"learning_rate": 9.626769626769627e-05,
|
890 |
+
"loss": 1.6006,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.040727972420428124,
|
895 |
+
"grad_norm": 1.6893302202224731,
|
896 |
+
"learning_rate": 9.623552123552125e-05,
|
897 |
+
"loss": 1.7013,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.04104866511665197,
|
902 |
+
"grad_norm": 1.8650181293487549,
|
903 |
+
"learning_rate": 9.620334620334621e-05,
|
904 |
+
"loss": 1.7522,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.04136935781287581,
|
909 |
+
"grad_norm": 1.8159857988357544,
|
910 |
+
"learning_rate": 9.617117117117117e-05,
|
911 |
+
"loss": 1.4935,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.04169005050909966,
|
916 |
+
"grad_norm": 1.919482707977295,
|
917 |
+
"learning_rate": 9.613899613899614e-05,
|
918 |
+
"loss": 1.6084,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.0420107432053235,
|
923 |
+
"grad_norm": 1.721970558166504,
|
924 |
+
"learning_rate": 9.61068211068211e-05,
|
925 |
+
"loss": 1.5999,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.042331435901547344,
|
930 |
+
"grad_norm": 1.6646255254745483,
|
931 |
+
"learning_rate": 9.607464607464608e-05,
|
932 |
+
"loss": 1.5181,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.042652128597771184,
|
937 |
+
"grad_norm": 1.7984895706176758,
|
938 |
+
"learning_rate": 9.604247104247105e-05,
|
939 |
+
"loss": 1.6474,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.04297282129399503,
|
944 |
+
"grad_norm": 1.83111572265625,
|
945 |
+
"learning_rate": 9.601029601029602e-05,
|
946 |
+
"loss": 1.671,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.04329351399021887,
|
951 |
+
"grad_norm": 1.7685164213180542,
|
952 |
+
"learning_rate": 9.597812097812098e-05,
|
953 |
+
"loss": 1.6629,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.04361420668644272,
|
958 |
+
"grad_norm": 1.7368009090423584,
|
959 |
+
"learning_rate": 9.594594594594595e-05,
|
960 |
+
"loss": 1.5108,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.04393489938266656,
|
965 |
+
"grad_norm": 1.9609910249710083,
|
966 |
+
"learning_rate": 9.591377091377092e-05,
|
967 |
+
"loss": 1.6246,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.044255592078890404,
|
972 |
+
"grad_norm": 2.0718841552734375,
|
973 |
+
"learning_rate": 9.588159588159588e-05,
|
974 |
+
"loss": 1.6929,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.044576284775114244,
|
979 |
+
"grad_norm": 1.6211580038070679,
|
980 |
+
"learning_rate": 9.584942084942086e-05,
|
981 |
+
"loss": 1.4574,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.04489697747133809,
|
986 |
+
"grad_norm": 1.6323758363723755,
|
987 |
+
"learning_rate": 9.581724581724583e-05,
|
988 |
+
"loss": 1.5247,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.04521767016756193,
|
993 |
+
"grad_norm": 1.8777216672897339,
|
994 |
+
"learning_rate": 9.578507078507079e-05,
|
995 |
+
"loss": 1.7277,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.04553836286378578,
|
1000 |
+
"grad_norm": 1.6735459566116333,
|
1001 |
+
"learning_rate": 9.575289575289575e-05,
|
1002 |
+
"loss": 1.5469,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.04585905556000962,
|
1007 |
+
"grad_norm": 1.5979048013687134,
|
1008 |
+
"learning_rate": 9.572072072072072e-05,
|
1009 |
+
"loss": 1.524,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.046179748256233465,
|
1014 |
+
"grad_norm": 1.7182780504226685,
|
1015 |
+
"learning_rate": 9.56885456885457e-05,
|
1016 |
+
"loss": 1.6218,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.046500440952457305,
|
1021 |
+
"grad_norm": 1.7319525480270386,
|
1022 |
+
"learning_rate": 9.565637065637066e-05,
|
1023 |
+
"loss": 1.684,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.04682113364868115,
|
1028 |
+
"grad_norm": 1.7818727493286133,
|
1029 |
+
"learning_rate": 9.562419562419564e-05,
|
1030 |
+
"loss": 1.5768,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.047141826344905,
|
1035 |
+
"grad_norm": 1.6169071197509766,
|
1036 |
+
"learning_rate": 9.559202059202059e-05,
|
1037 |
+
"loss": 1.5124,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.04746251904112884,
|
1042 |
+
"grad_norm": 1.8243296146392822,
|
1043 |
+
"learning_rate": 9.555984555984557e-05,
|
1044 |
+
"loss": 1.7473,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.047783211737352685,
|
1049 |
+
"grad_norm": 1.7316741943359375,
|
1050 |
+
"learning_rate": 9.552767052767053e-05,
|
1051 |
+
"loss": 1.6526,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.048103904433576525,
|
1056 |
+
"grad_norm": 1.712912678718567,
|
1057 |
+
"learning_rate": 9.54954954954955e-05,
|
1058 |
+
"loss": 1.7089,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.04842459712980037,
|
1063 |
+
"grad_norm": 1.6389209032058716,
|
1064 |
+
"learning_rate": 9.546332046332048e-05,
|
1065 |
+
"loss": 1.4369,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.04874528982602421,
|
1070 |
+
"grad_norm": 1.9212989807128906,
|
1071 |
+
"learning_rate": 9.543114543114544e-05,
|
1072 |
+
"loss": 1.8143,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.04906598252224806,
|
1077 |
+
"grad_norm": 1.804646611213684,
|
1078 |
+
"learning_rate": 9.53989703989704e-05,
|
1079 |
+
"loss": 1.5463,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.0493866752184719,
|
1084 |
+
"grad_norm": 1.7606157064437866,
|
1085 |
+
"learning_rate": 9.536679536679537e-05,
|
1086 |
+
"loss": 1.6029,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.049707367914695745,
|
1091 |
+
"grad_norm": 1.673525094985962,
|
1092 |
+
"learning_rate": 9.533462033462033e-05,
|
1093 |
+
"loss": 1.4489,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.050028060610919585,
|
1098 |
+
"grad_norm": 1.677157998085022,
|
1099 |
+
"learning_rate": 9.530244530244531e-05,
|
1100 |
+
"loss": 1.5199,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.05034875330714343,
|
1105 |
+
"grad_norm": 1.804135799407959,
|
1106 |
+
"learning_rate": 9.527027027027028e-05,
|
1107 |
+
"loss": 1.5992,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.05066944600336727,
|
1112 |
+
"grad_norm": 1.651515007019043,
|
1113 |
+
"learning_rate": 9.523809523809524e-05,
|
1114 |
+
"loss": 1.5613,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.05099013869959112,
|
1119 |
+
"grad_norm": 1.7162939310073853,
|
1120 |
+
"learning_rate": 9.52059202059202e-05,
|
1121 |
+
"loss": 1.6594,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.05131083139581496,
|
1126 |
+
"grad_norm": 1.8460568189620972,
|
1127 |
+
"learning_rate": 9.517374517374518e-05,
|
1128 |
+
"loss": 1.7585,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.051631524092038805,
|
1133 |
+
"grad_norm": 1.9340801239013672,
|
1134 |
+
"learning_rate": 9.514157014157015e-05,
|
1135 |
+
"loss": 1.656,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.051952216788262645,
|
1140 |
+
"grad_norm": 1.7593783140182495,
|
1141 |
+
"learning_rate": 9.510939510939511e-05,
|
1142 |
+
"loss": 1.4838,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.05227290948448649,
|
1147 |
+
"grad_norm": 1.7070125341415405,
|
1148 |
+
"learning_rate": 9.507722007722009e-05,
|
1149 |
+
"loss": 1.4695,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.05259360218071033,
|
1154 |
+
"grad_norm": 1.6149088144302368,
|
1155 |
+
"learning_rate": 9.504504504504504e-05,
|
1156 |
+
"loss": 1.5294,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.05291429487693418,
|
1161 |
+
"grad_norm": 1.7407358884811401,
|
1162 |
+
"learning_rate": 9.501287001287002e-05,
|
1163 |
+
"loss": 1.5296,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.05323498757315802,
|
1168 |
+
"grad_norm": 1.8265562057495117,
|
1169 |
+
"learning_rate": 9.498069498069498e-05,
|
1170 |
+
"loss": 1.7319,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.053555680269381865,
|
1175 |
+
"grad_norm": 1.7947865724563599,
|
1176 |
+
"learning_rate": 9.494851994851995e-05,
|
1177 |
+
"loss": 1.5892,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.053876372965605705,
|
1182 |
+
"grad_norm": 1.9553256034851074,
|
1183 |
+
"learning_rate": 9.491634491634493e-05,
|
1184 |
+
"loss": 1.8113,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.05419706566182955,
|
1189 |
+
"grad_norm": 1.8548988103866577,
|
1190 |
+
"learning_rate": 9.488416988416989e-05,
|
1191 |
+
"loss": 1.6531,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.05451775835805339,
|
1196 |
+
"grad_norm": 1.9492192268371582,
|
1197 |
+
"learning_rate": 9.485199485199486e-05,
|
1198 |
+
"loss": 1.6863,
|
1199 |
+
"step": 170
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.05483845105427724,
|
1203 |
+
"grad_norm": 1.9482530355453491,
|
1204 |
+
"learning_rate": 9.481981981981982e-05,
|
1205 |
+
"loss": 1.7185,
|
1206 |
+
"step": 171
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.055159143750501086,
|
1210 |
+
"grad_norm": 1.7255852222442627,
|
1211 |
+
"learning_rate": 9.47876447876448e-05,
|
1212 |
+
"loss": 1.5779,
|
1213 |
+
"step": 172
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.055479836446724926,
|
1217 |
+
"grad_norm": 1.706764578819275,
|
1218 |
+
"learning_rate": 9.475546975546976e-05,
|
1219 |
+
"loss": 1.664,
|
1220 |
+
"step": 173
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.05580052914294877,
|
1224 |
+
"grad_norm": 1.8826390504837036,
|
1225 |
+
"learning_rate": 9.472329472329473e-05,
|
1226 |
+
"loss": 1.7556,
|
1227 |
+
"step": 174
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.05612122183917261,
|
1231 |
+
"grad_norm": 1.7620404958724976,
|
1232 |
+
"learning_rate": 9.46911196911197e-05,
|
1233 |
+
"loss": 1.4872,
|
1234 |
+
"step": 175
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.05644191453539646,
|
1238 |
+
"grad_norm": 1.6721909046173096,
|
1239 |
+
"learning_rate": 9.465894465894466e-05,
|
1240 |
+
"loss": 1.4319,
|
1241 |
+
"step": 176
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.0567626072316203,
|
1245 |
+
"grad_norm": 1.5903970003128052,
|
1246 |
+
"learning_rate": 9.462676962676963e-05,
|
1247 |
+
"loss": 1.3132,
|
1248 |
+
"step": 177
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.057083299927844146,
|
1252 |
+
"grad_norm": 1.77998685836792,
|
1253 |
+
"learning_rate": 9.45945945945946e-05,
|
1254 |
+
"loss": 1.6568,
|
1255 |
+
"step": 178
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.057403992624067986,
|
1259 |
+
"grad_norm": 1.7730937004089355,
|
1260 |
+
"learning_rate": 9.456241956241956e-05,
|
1261 |
+
"loss": 1.7011,
|
1262 |
+
"step": 179
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.05772468532029183,
|
1266 |
+
"grad_norm": 1.7409788370132446,
|
1267 |
+
"learning_rate": 9.453024453024454e-05,
|
1268 |
+
"loss": 1.4079,
|
1269 |
+
"step": 180
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.05804537801651567,
|
1273 |
+
"grad_norm": 1.6435108184814453,
|
1274 |
+
"learning_rate": 9.44980694980695e-05,
|
1275 |
+
"loss": 1.3067,
|
1276 |
+
"step": 181
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.05836607071273952,
|
1280 |
+
"grad_norm": 1.6248952150344849,
|
1281 |
+
"learning_rate": 9.446589446589447e-05,
|
1282 |
+
"loss": 1.4392,
|
1283 |
+
"step": 182
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.05868676340896336,
|
1287 |
+
"grad_norm": 1.7086244821548462,
|
1288 |
+
"learning_rate": 9.443371943371943e-05,
|
1289 |
+
"loss": 1.5775,
|
1290 |
+
"step": 183
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.059007456105187206,
|
1294 |
+
"grad_norm": 1.8702465295791626,
|
1295 |
+
"learning_rate": 9.44015444015444e-05,
|
1296 |
+
"loss": 1.5322,
|
1297 |
+
"step": 184
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.059328148801411046,
|
1301 |
+
"grad_norm": 1.7721097469329834,
|
1302 |
+
"learning_rate": 9.436936936936938e-05,
|
1303 |
+
"loss": 1.4723,
|
1304 |
+
"step": 185
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.05964884149763489,
|
1308 |
+
"grad_norm": 1.7834652662277222,
|
1309 |
+
"learning_rate": 9.433719433719434e-05,
|
1310 |
+
"loss": 1.5833,
|
1311 |
+
"step": 186
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.05996953419385873,
|
1315 |
+
"grad_norm": 1.840971827507019,
|
1316 |
+
"learning_rate": 9.43050193050193e-05,
|
1317 |
+
"loss": 1.6228,
|
1318 |
+
"step": 187
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.06029022689008258,
|
1322 |
+
"grad_norm": 1.7249364852905273,
|
1323 |
+
"learning_rate": 9.427284427284427e-05,
|
1324 |
+
"loss": 1.4276,
|
1325 |
+
"step": 188
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.06061091958630642,
|
1329 |
+
"grad_norm": 1.8125596046447754,
|
1330 |
+
"learning_rate": 9.424066924066925e-05,
|
1331 |
+
"loss": 1.4192,
|
1332 |
+
"step": 189
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.060931612282530266,
|
1336 |
+
"grad_norm": 1.6701613664627075,
|
1337 |
+
"learning_rate": 9.420849420849421e-05,
|
1338 |
+
"loss": 1.7908,
|
1339 |
+
"step": 190
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.061252304978754106,
|
1343 |
+
"grad_norm": 1.7857857942581177,
|
1344 |
+
"learning_rate": 9.417631917631918e-05,
|
1345 |
+
"loss": 1.7204,
|
1346 |
+
"step": 191
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.06157299767497795,
|
1350 |
+
"grad_norm": 1.917222499847412,
|
1351 |
+
"learning_rate": 9.414414414414416e-05,
|
1352 |
+
"loss": 1.7897,
|
1353 |
+
"step": 192
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.06189369037120179,
|
1357 |
+
"grad_norm": 1.814931035041809,
|
1358 |
+
"learning_rate": 9.411196911196911e-05,
|
1359 |
+
"loss": 1.6911,
|
1360 |
+
"step": 193
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.06221438306742564,
|
1364 |
+
"grad_norm": 1.600833535194397,
|
1365 |
+
"learning_rate": 9.407979407979409e-05,
|
1366 |
+
"loss": 1.4422,
|
1367 |
+
"step": 194
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.06253507576364949,
|
1371 |
+
"grad_norm": 1.750791072845459,
|
1372 |
+
"learning_rate": 9.404761904761905e-05,
|
1373 |
+
"loss": 1.602,
|
1374 |
+
"step": 195
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.06285576845987333,
|
1378 |
+
"grad_norm": 1.8130338191986084,
|
1379 |
+
"learning_rate": 9.401544401544401e-05,
|
1380 |
+
"loss": 1.7479,
|
1381 |
+
"step": 196
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.06317646115609717,
|
1385 |
+
"grad_norm": 1.8416740894317627,
|
1386 |
+
"learning_rate": 9.398326898326899e-05,
|
1387 |
+
"loss": 1.7607,
|
1388 |
+
"step": 197
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.06349715385232102,
|
1392 |
+
"grad_norm": 1.7460497617721558,
|
1393 |
+
"learning_rate": 9.395109395109396e-05,
|
1394 |
+
"loss": 1.796,
|
1395 |
+
"step": 198
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.06381784654854486,
|
1399 |
+
"grad_norm": 1.8751194477081299,
|
1400 |
+
"learning_rate": 9.391891891891892e-05,
|
1401 |
+
"loss": 1.7973,
|
1402 |
+
"step": 199
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.0641385392447687,
|
1406 |
+
"grad_norm": 1.6479636430740356,
|
1407 |
+
"learning_rate": 9.388674388674389e-05,
|
1408 |
+
"loss": 1.4562,
|
1409 |
+
"step": 200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.06445923194099254,
|
1413 |
+
"grad_norm": 1.813751220703125,
|
1414 |
+
"learning_rate": 9.385456885456886e-05,
|
1415 |
+
"loss": 1.4338,
|
1416 |
+
"step": 201
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.0647799246372164,
|
1420 |
+
"grad_norm": 1.991184115409851,
|
1421 |
+
"learning_rate": 9.382239382239383e-05,
|
1422 |
+
"loss": 1.6387,
|
1423 |
+
"step": 202
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.06510061733344023,
|
1427 |
+
"grad_norm": 1.622376561164856,
|
1428 |
+
"learning_rate": 9.379021879021879e-05,
|
1429 |
+
"loss": 1.5389,
|
1430 |
+
"step": 203
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.06542131002966407,
|
1434 |
+
"grad_norm": 1.4437798261642456,
|
1435 |
+
"learning_rate": 9.375804375804377e-05,
|
1436 |
+
"loss": 1.1904,
|
1437 |
+
"step": 204
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.06574200272588791,
|
1441 |
+
"grad_norm": 1.7311660051345825,
|
1442 |
+
"learning_rate": 9.372586872586872e-05,
|
1443 |
+
"loss": 1.692,
|
1444 |
+
"step": 205
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.06606269542211177,
|
1448 |
+
"grad_norm": 1.5912631750106812,
|
1449 |
+
"learning_rate": 9.36936936936937e-05,
|
1450 |
+
"loss": 1.3408,
|
1451 |
+
"step": 206
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.0663833881183356,
|
1455 |
+
"grad_norm": 1.7208282947540283,
|
1456 |
+
"learning_rate": 9.366151866151866e-05,
|
1457 |
+
"loss": 1.5267,
|
1458 |
+
"step": 207
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.06670408081455945,
|
1462 |
+
"grad_norm": 1.7791844606399536,
|
1463 |
+
"learning_rate": 9.362934362934363e-05,
|
1464 |
+
"loss": 1.6352,
|
1465 |
+
"step": 208
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.06702477351078329,
|
1469 |
+
"grad_norm": 1.7080252170562744,
|
1470 |
+
"learning_rate": 9.359716859716861e-05,
|
1471 |
+
"loss": 1.6333,
|
1472 |
+
"step": 209
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.06734546620700714,
|
1476 |
+
"grad_norm": 1.6710137128829956,
|
1477 |
+
"learning_rate": 9.356499356499357e-05,
|
1478 |
+
"loss": 1.6988,
|
1479 |
+
"step": 210
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.06766615890323098,
|
1483 |
+
"grad_norm": 1.8755836486816406,
|
1484 |
+
"learning_rate": 9.353281853281854e-05,
|
1485 |
+
"loss": 1.7126,
|
1486 |
+
"step": 211
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.06798685159945482,
|
1490 |
+
"grad_norm": 1.7504806518554688,
|
1491 |
+
"learning_rate": 9.35006435006435e-05,
|
1492 |
+
"loss": 1.561,
|
1493 |
+
"step": 212
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.06830754429567866,
|
1497 |
+
"grad_norm": 1.6312227249145508,
|
1498 |
+
"learning_rate": 9.346846846846848e-05,
|
1499 |
+
"loss": 1.5506,
|
1500 |
+
"step": 213
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.06862823699190251,
|
1504 |
+
"grad_norm": 1.7328168153762817,
|
1505 |
+
"learning_rate": 9.343629343629344e-05,
|
1506 |
+
"loss": 1.4784,
|
1507 |
+
"step": 214
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.06894892968812635,
|
1511 |
+
"grad_norm": 1.6513800621032715,
|
1512 |
+
"learning_rate": 9.340411840411841e-05,
|
1513 |
+
"loss": 1.5849,
|
1514 |
+
"step": 215
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.0692696223843502,
|
1518 |
+
"grad_norm": 1.6930090188980103,
|
1519 |
+
"learning_rate": 9.337194337194337e-05,
|
1520 |
+
"loss": 1.6313,
|
1521 |
+
"step": 216
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.06959031508057403,
|
1525 |
+
"grad_norm": 1.7721333503723145,
|
1526 |
+
"learning_rate": 9.333976833976834e-05,
|
1527 |
+
"loss": 1.5716,
|
1528 |
+
"step": 217
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.06991100777679789,
|
1532 |
+
"grad_norm": 1.7768151760101318,
|
1533 |
+
"learning_rate": 9.330759330759331e-05,
|
1534 |
+
"loss": 1.5215,
|
1535 |
+
"step": 218
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.07023170047302173,
|
1539 |
+
"grad_norm": 1.6654014587402344,
|
1540 |
+
"learning_rate": 9.327541827541828e-05,
|
1541 |
+
"loss": 1.6394,
|
1542 |
+
"step": 219
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.07055239316924557,
|
1546 |
+
"grad_norm": 1.8215490579605103,
|
1547 |
+
"learning_rate": 9.324324324324324e-05,
|
1548 |
+
"loss": 1.552,
|
1549 |
+
"step": 220
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.07087308586546942,
|
1553 |
+
"grad_norm": 1.7659235000610352,
|
1554 |
+
"learning_rate": 9.321106821106822e-05,
|
1555 |
+
"loss": 1.7689,
|
1556 |
+
"step": 221
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.07119377856169326,
|
1560 |
+
"grad_norm": 1.8315811157226562,
|
1561 |
+
"learning_rate": 9.317889317889317e-05,
|
1562 |
+
"loss": 1.518,
|
1563 |
+
"step": 222
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.0715144712579171,
|
1567 |
+
"grad_norm": 1.6116633415222168,
|
1568 |
+
"learning_rate": 9.314671814671815e-05,
|
1569 |
+
"loss": 1.5717,
|
1570 |
+
"step": 223
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.07183516395414094,
|
1574 |
+
"grad_norm": 1.6100307703018188,
|
1575 |
+
"learning_rate": 9.311454311454312e-05,
|
1576 |
+
"loss": 1.6901,
|
1577 |
+
"step": 224
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.0721558566503648,
|
1581 |
+
"grad_norm": 1.7291269302368164,
|
1582 |
+
"learning_rate": 9.30823680823681e-05,
|
1583 |
+
"loss": 1.6414,
|
1584 |
+
"step": 225
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.07247654934658863,
|
1588 |
+
"grad_norm": 1.8281351327896118,
|
1589 |
+
"learning_rate": 9.305019305019306e-05,
|
1590 |
+
"loss": 1.8009,
|
1591 |
+
"step": 226
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.07279724204281247,
|
1595 |
+
"grad_norm": 1.675513744354248,
|
1596 |
+
"learning_rate": 9.301801801801802e-05,
|
1597 |
+
"loss": 1.5188,
|
1598 |
+
"step": 227
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.07311793473903631,
|
1602 |
+
"grad_norm": 1.684611201286316,
|
1603 |
+
"learning_rate": 9.298584298584299e-05,
|
1604 |
+
"loss": 1.6918,
|
1605 |
+
"step": 228
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.07343862743526017,
|
1609 |
+
"grad_norm": 1.9136089086532593,
|
1610 |
+
"learning_rate": 9.295366795366795e-05,
|
1611 |
+
"loss": 1.6034,
|
1612 |
+
"step": 229
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.07375932013148401,
|
1616 |
+
"grad_norm": 1.8346682786941528,
|
1617 |
+
"learning_rate": 9.292149292149293e-05,
|
1618 |
+
"loss": 1.618,
|
1619 |
+
"step": 230
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.07408001282770785,
|
1623 |
+
"grad_norm": 1.842098355293274,
|
1624 |
+
"learning_rate": 9.28893178893179e-05,
|
1625 |
+
"loss": 1.4825,
|
1626 |
+
"step": 231
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.07440070552393169,
|
1630 |
+
"grad_norm": 1.723360538482666,
|
1631 |
+
"learning_rate": 9.285714285714286e-05,
|
1632 |
+
"loss": 1.3566,
|
1633 |
+
"step": 232
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.07472139822015554,
|
1637 |
+
"grad_norm": 1.6950525045394897,
|
1638 |
+
"learning_rate": 9.282496782496784e-05,
|
1639 |
+
"loss": 1.6979,
|
1640 |
+
"step": 233
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.07504209091637938,
|
1644 |
+
"grad_norm": 1.7014894485473633,
|
1645 |
+
"learning_rate": 9.279279279279279e-05,
|
1646 |
+
"loss": 1.5959,
|
1647 |
+
"step": 234
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.07536278361260322,
|
1651 |
+
"grad_norm": 1.7120134830474854,
|
1652 |
+
"learning_rate": 9.276061776061777e-05,
|
1653 |
+
"loss": 1.6729,
|
1654 |
+
"step": 235
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.07568347630882706,
|
1658 |
+
"grad_norm": 1.7131479978561401,
|
1659 |
+
"learning_rate": 9.272844272844273e-05,
|
1660 |
+
"loss": 1.6015,
|
1661 |
+
"step": 236
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.07600416900505091,
|
1665 |
+
"grad_norm": 1.7372465133666992,
|
1666 |
+
"learning_rate": 9.269626769626771e-05,
|
1667 |
+
"loss": 1.675,
|
1668 |
+
"step": 237
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.07632486170127475,
|
1672 |
+
"grad_norm": 1.7408344745635986,
|
1673 |
+
"learning_rate": 9.266409266409267e-05,
|
1674 |
+
"loss": 1.5983,
|
1675 |
+
"step": 238
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.0766455543974986,
|
1679 |
+
"grad_norm": 1.8079317808151245,
|
1680 |
+
"learning_rate": 9.263191763191764e-05,
|
1681 |
+
"loss": 1.5834,
|
1682 |
+
"step": 239
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.07696624709372243,
|
1686 |
+
"grad_norm": 1.7480193376541138,
|
1687 |
+
"learning_rate": 9.25997425997426e-05,
|
1688 |
+
"loss": 1.6799,
|
1689 |
+
"step": 240
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.07728693978994629,
|
1693 |
+
"grad_norm": 1.6279219388961792,
|
1694 |
+
"learning_rate": 9.256756756756757e-05,
|
1695 |
+
"loss": 1.6193,
|
1696 |
+
"step": 241
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 0.07760763248617013,
|
1700 |
+
"grad_norm": 1.877221941947937,
|
1701 |
+
"learning_rate": 9.253539253539254e-05,
|
1702 |
+
"loss": 1.5518,
|
1703 |
+
"step": 242
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 0.07792832518239397,
|
1707 |
+
"grad_norm": 1.7862673997879028,
|
1708 |
+
"learning_rate": 9.250321750321751e-05,
|
1709 |
+
"loss": 1.6225,
|
1710 |
+
"step": 243
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 0.07824901787861781,
|
1714 |
+
"grad_norm": 1.7293739318847656,
|
1715 |
+
"learning_rate": 9.247104247104247e-05,
|
1716 |
+
"loss": 1.6664,
|
1717 |
+
"step": 244
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 0.07856971057484166,
|
1721 |
+
"grad_norm": 1.6670184135437012,
|
1722 |
+
"learning_rate": 9.243886743886744e-05,
|
1723 |
+
"loss": 1.4997,
|
1724 |
+
"step": 245
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.0788904032710655,
|
1728 |
+
"grad_norm": 1.6994450092315674,
|
1729 |
+
"learning_rate": 9.24066924066924e-05,
|
1730 |
+
"loss": 1.4323,
|
1731 |
+
"step": 246
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.07921109596728934,
|
1735 |
+
"grad_norm": 1.8251434564590454,
|
1736 |
+
"learning_rate": 9.237451737451738e-05,
|
1737 |
+
"loss": 1.7074,
|
1738 |
+
"step": 247
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 0.0795317886635132,
|
1742 |
+
"grad_norm": 1.6368730068206787,
|
1743 |
+
"learning_rate": 9.234234234234235e-05,
|
1744 |
+
"loss": 1.5412,
|
1745 |
+
"step": 248
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 0.07985248135973703,
|
1749 |
+
"grad_norm": 1.4857044219970703,
|
1750 |
+
"learning_rate": 9.231016731016732e-05,
|
1751 |
+
"loss": 1.3139,
|
1752 |
+
"step": 249
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 0.08017317405596087,
|
1756 |
+
"grad_norm": 1.7797576189041138,
|
1757 |
+
"learning_rate": 9.227799227799229e-05,
|
1758 |
+
"loss": 1.6985,
|
1759 |
+
"step": 250
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 0.08049386675218471,
|
1763 |
+
"grad_norm": 1.8514691591262817,
|
1764 |
+
"learning_rate": 9.224581724581724e-05,
|
1765 |
+
"loss": 1.7173,
|
1766 |
+
"step": 251
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 0.08081455944840857,
|
1770 |
+
"grad_norm": 1.7061352729797363,
|
1771 |
+
"learning_rate": 9.221364221364222e-05,
|
1772 |
+
"loss": 1.4749,
|
1773 |
+
"step": 252
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 0.08113525214463241,
|
1777 |
+
"grad_norm": 1.8911951780319214,
|
1778 |
+
"learning_rate": 9.218146718146718e-05,
|
1779 |
+
"loss": 1.612,
|
1780 |
+
"step": 253
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 0.08145594484085625,
|
1784 |
+
"grad_norm": 1.8928183317184448,
|
1785 |
+
"learning_rate": 9.214929214929216e-05,
|
1786 |
+
"loss": 1.7248,
|
1787 |
+
"step": 254
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 0.08177663753708009,
|
1791 |
+
"grad_norm": 1.69159996509552,
|
1792 |
+
"learning_rate": 9.211711711711712e-05,
|
1793 |
+
"loss": 1.5939,
|
1794 |
+
"step": 255
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 0.08209733023330394,
|
1798 |
+
"grad_norm": 1.7285486459732056,
|
1799 |
+
"learning_rate": 9.208494208494209e-05,
|
1800 |
+
"loss": 1.4037,
|
1801 |
+
"step": 256
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 0.08241802292952778,
|
1805 |
+
"grad_norm": 1.5664756298065186,
|
1806 |
+
"learning_rate": 9.205276705276705e-05,
|
1807 |
+
"loss": 1.544,
|
1808 |
+
"step": 257
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 0.08273871562575162,
|
1812 |
+
"grad_norm": 1.8683611154556274,
|
1813 |
+
"learning_rate": 9.202059202059202e-05,
|
1814 |
+
"loss": 1.4889,
|
1815 |
+
"step": 258
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 0.08305940832197546,
|
1819 |
+
"grad_norm": 2.022183656692505,
|
1820 |
+
"learning_rate": 9.1988416988417e-05,
|
1821 |
+
"loss": 1.6101,
|
1822 |
+
"step": 259
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 0.08338010101819932,
|
1826 |
+
"grad_norm": 1.7333014011383057,
|
1827 |
+
"learning_rate": 9.195624195624196e-05,
|
1828 |
+
"loss": 1.4097,
|
1829 |
+
"step": 260
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 0.08370079371442316,
|
1833 |
+
"grad_norm": 1.693903923034668,
|
1834 |
+
"learning_rate": 9.192406692406694e-05,
|
1835 |
+
"loss": 1.6963,
|
1836 |
+
"step": 261
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 0.084021486410647,
|
1840 |
+
"grad_norm": 1.8906500339508057,
|
1841 |
+
"learning_rate": 9.18918918918919e-05,
|
1842 |
+
"loss": 1.7168,
|
1843 |
+
"step": 262
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 0.08434217910687083,
|
1847 |
+
"grad_norm": 1.8799378871917725,
|
1848 |
+
"learning_rate": 9.185971685971685e-05,
|
1849 |
+
"loss": 1.6934,
|
1850 |
+
"step": 263
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 0.08466287180309469,
|
1854 |
+
"grad_norm": 1.8366758823394775,
|
1855 |
+
"learning_rate": 9.182754182754183e-05,
|
1856 |
+
"loss": 1.7188,
|
1857 |
+
"step": 264
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 0.08498356449931853,
|
1861 |
+
"grad_norm": 1.7556151151657104,
|
1862 |
+
"learning_rate": 9.17953667953668e-05,
|
1863 |
+
"loss": 1.6177,
|
1864 |
+
"step": 265
|
1865 |
+
},
|
1866 |
+
{
|
1867 |
+
"epoch": 0.08530425719554237,
|
1868 |
+
"grad_norm": 1.7707295417785645,
|
1869 |
+
"learning_rate": 9.176319176319177e-05,
|
1870 |
+
"loss": 1.5682,
|
1871 |
+
"step": 266
|
1872 |
+
},
|
1873 |
+
{
|
1874 |
+
"epoch": 0.08562494989176621,
|
1875 |
+
"grad_norm": 1.636765480041504,
|
1876 |
+
"learning_rate": 9.173101673101674e-05,
|
1877 |
+
"loss": 1.4409,
|
1878 |
+
"step": 267
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"epoch": 0.08594564258799006,
|
1882 |
+
"grad_norm": 1.7112761735916138,
|
1883 |
+
"learning_rate": 9.16988416988417e-05,
|
1884 |
+
"loss": 1.6157,
|
1885 |
+
"step": 268
|
1886 |
+
},
|
1887 |
+
{
|
1888 |
+
"epoch": 0.0862663352842139,
|
1889 |
+
"grad_norm": 1.9961086511611938,
|
1890 |
+
"learning_rate": 9.166666666666667e-05,
|
1891 |
+
"loss": 1.5517,
|
1892 |
+
"step": 269
|
1893 |
+
},
|
1894 |
+
{
|
1895 |
+
"epoch": 0.08658702798043774,
|
1896 |
+
"grad_norm": 1.5996118783950806,
|
1897 |
+
"learning_rate": 9.163449163449163e-05,
|
1898 |
+
"loss": 1.4812,
|
1899 |
+
"step": 270
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 0.0869077206766616,
|
1903 |
+
"grad_norm": 1.658401608467102,
|
1904 |
+
"learning_rate": 9.160231660231661e-05,
|
1905 |
+
"loss": 1.4842,
|
1906 |
+
"step": 271
|
1907 |
+
},
|
1908 |
+
{
|
1909 |
+
"epoch": 0.08722841337288544,
|
1910 |
+
"grad_norm": 1.7346595525741577,
|
1911 |
+
"learning_rate": 9.157014157014157e-05,
|
1912 |
+
"loss": 1.55,
|
1913 |
+
"step": 272
|
1914 |
+
},
|
1915 |
+
{
|
1916 |
+
"epoch": 0.08754910606910928,
|
1917 |
+
"grad_norm": 1.7823814153671265,
|
1918 |
+
"learning_rate": 9.153796653796655e-05,
|
1919 |
+
"loss": 1.6065,
|
1920 |
+
"step": 273
|
1921 |
+
},
|
1922 |
+
{
|
1923 |
+
"epoch": 0.08786979876533312,
|
1924 |
+
"grad_norm": 1.7370473146438599,
|
1925 |
+
"learning_rate": 9.15057915057915e-05,
|
1926 |
+
"loss": 1.5657,
|
1927 |
+
"step": 274
|
1928 |
+
},
|
1929 |
+
{
|
1930 |
+
"epoch": 0.08819049146155697,
|
1931 |
+
"grad_norm": 1.5054192543029785,
|
1932 |
+
"learning_rate": 9.147361647361647e-05,
|
1933 |
+
"loss": 1.5523,
|
1934 |
+
"step": 275
|
1935 |
+
},
|
1936 |
+
{
|
1937 |
+
"epoch": 0.08851118415778081,
|
1938 |
+
"grad_norm": 1.7042500972747803,
|
1939 |
+
"learning_rate": 9.144144144144145e-05,
|
1940 |
+
"loss": 1.6344,
|
1941 |
+
"step": 276
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 0.08883187685400465,
|
1945 |
+
"grad_norm": 1.6680580377578735,
|
1946 |
+
"learning_rate": 9.140926640926641e-05,
|
1947 |
+
"loss": 1.4047,
|
1948 |
+
"step": 277
|
1949 |
+
},
|
1950 |
+
{
|
1951 |
+
"epoch": 0.08915256955022849,
|
1952 |
+
"grad_norm": 1.7721407413482666,
|
1953 |
+
"learning_rate": 9.137709137709139e-05,
|
1954 |
+
"loss": 1.5141,
|
1955 |
+
"step": 278
|
1956 |
+
},
|
1957 |
+
{
|
1958 |
+
"epoch": 0.08947326224645234,
|
1959 |
+
"grad_norm": 1.6130516529083252,
|
1960 |
+
"learning_rate": 9.134491634491635e-05,
|
1961 |
+
"loss": 1.3017,
|
1962 |
+
"step": 279
|
1963 |
+
},
|
1964 |
+
{
|
1965 |
+
"epoch": 0.08979395494267618,
|
1966 |
+
"grad_norm": 1.6346606016159058,
|
1967 |
+
"learning_rate": 9.131274131274132e-05,
|
1968 |
+
"loss": 1.3774,
|
1969 |
+
"step": 280
|
1970 |
+
},
|
1971 |
+
{
|
1972 |
+
"epoch": 0.09011464763890002,
|
1973 |
+
"grad_norm": 1.720962643623352,
|
1974 |
+
"learning_rate": 9.128056628056628e-05,
|
1975 |
+
"loss": 1.4936,
|
1976 |
+
"step": 281
|
1977 |
+
},
|
1978 |
+
{
|
1979 |
+
"epoch": 0.09043534033512386,
|
1980 |
+
"grad_norm": 1.7229537963867188,
|
1981 |
+
"learning_rate": 9.124839124839125e-05,
|
1982 |
+
"loss": 1.6381,
|
1983 |
+
"step": 282
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 0.09075603303134772,
|
1987 |
+
"grad_norm": 1.9374829530715942,
|
1988 |
+
"learning_rate": 9.121621621621623e-05,
|
1989 |
+
"loss": 1.5829,
|
1990 |
+
"step": 283
|
1991 |
+
},
|
1992 |
+
{
|
1993 |
+
"epoch": 0.09107672572757156,
|
1994 |
+
"grad_norm": 1.6721988916397095,
|
1995 |
+
"learning_rate": 9.118404118404119e-05,
|
1996 |
+
"loss": 1.5449,
|
1997 |
+
"step": 284
|
1998 |
+
},
|
1999 |
+
{
|
2000 |
+
"epoch": 0.0913974184237954,
|
2001 |
+
"grad_norm": 1.5761111974716187,
|
2002 |
+
"learning_rate": 9.115186615186617e-05,
|
2003 |
+
"loss": 1.388,
|
2004 |
+
"step": 285
|
2005 |
+
},
|
2006 |
+
{
|
2007 |
+
"epoch": 0.09171811112001924,
|
2008 |
+
"grad_norm": 1.8343489170074463,
|
2009 |
+
"learning_rate": 9.111969111969112e-05,
|
2010 |
+
"loss": 1.5724,
|
2011 |
+
"step": 286
|
2012 |
+
},
|
2013 |
+
{
|
2014 |
+
"epoch": 0.09203880381624309,
|
2015 |
+
"grad_norm": 1.564759373664856,
|
2016 |
+
"learning_rate": 9.108751608751608e-05,
|
2017 |
+
"loss": 1.4356,
|
2018 |
+
"step": 287
|
2019 |
+
},
|
2020 |
+
{
|
2021 |
+
"epoch": 0.09235949651246693,
|
2022 |
+
"grad_norm": 1.6440503597259521,
|
2023 |
+
"learning_rate": 9.105534105534106e-05,
|
2024 |
+
"loss": 1.4281,
|
2025 |
+
"step": 288
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 0.09268018920869077,
|
2029 |
+
"grad_norm": 1.7821102142333984,
|
2030 |
+
"learning_rate": 9.102316602316603e-05,
|
2031 |
+
"loss": 1.5695,
|
2032 |
+
"step": 289
|
2033 |
+
},
|
2034 |
+
{
|
2035 |
+
"epoch": 0.09300088190491461,
|
2036 |
+
"grad_norm": 1.7555899620056152,
|
2037 |
+
"learning_rate": 9.0990990990991e-05,
|
2038 |
+
"loss": 1.7338,
|
2039 |
+
"step": 290
|
2040 |
+
},
|
2041 |
+
{
|
2042 |
+
"epoch": 0.09332157460113846,
|
2043 |
+
"grad_norm": 1.800379753112793,
|
2044 |
+
"learning_rate": 9.095881595881597e-05,
|
2045 |
+
"loss": 1.5684,
|
2046 |
+
"step": 291
|
2047 |
+
},
|
2048 |
+
{
|
2049 |
+
"epoch": 0.0936422672973623,
|
2050 |
+
"grad_norm": 1.6488431692123413,
|
2051 |
+
"learning_rate": 9.092664092664093e-05,
|
2052 |
+
"loss": 1.4512,
|
2053 |
+
"step": 292
|
2054 |
+
},
|
2055 |
+
{
|
2056 |
+
"epoch": 0.09396295999358614,
|
2057 |
+
"grad_norm": 1.72849440574646,
|
2058 |
+
"learning_rate": 9.08944658944659e-05,
|
2059 |
+
"loss": 1.6229,
|
2060 |
+
"step": 293
|
2061 |
+
},
|
2062 |
+
{
|
2063 |
+
"epoch": 0.09428365268981,
|
2064 |
+
"grad_norm": 1.7736647129058838,
|
2065 |
+
"learning_rate": 9.086229086229086e-05,
|
2066 |
+
"loss": 1.4737,
|
2067 |
+
"step": 294
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 0.09460434538603384,
|
2071 |
+
"grad_norm": 1.7936447858810425,
|
2072 |
+
"learning_rate": 9.083011583011584e-05,
|
2073 |
+
"loss": 1.3228,
|
2074 |
+
"step": 295
|
2075 |
+
},
|
2076 |
+
{
|
2077 |
+
"epoch": 0.09492503808225768,
|
2078 |
+
"grad_norm": 1.8301600217819214,
|
2079 |
+
"learning_rate": 9.07979407979408e-05,
|
2080 |
+
"loss": 1.6702,
|
2081 |
+
"step": 296
|
2082 |
+
},
|
2083 |
+
{
|
2084 |
+
"epoch": 0.09524573077848152,
|
2085 |
+
"grad_norm": 1.5292707681655884,
|
2086 |
+
"learning_rate": 9.076576576576577e-05,
|
2087 |
+
"loss": 1.5324,
|
2088 |
+
"step": 297
|
2089 |
+
},
|
2090 |
+
{
|
2091 |
+
"epoch": 0.09556642347470537,
|
2092 |
+
"grad_norm": 1.7899250984191895,
|
2093 |
+
"learning_rate": 9.073359073359073e-05,
|
2094 |
+
"loss": 1.6492,
|
2095 |
+
"step": 298
|
2096 |
+
},
|
2097 |
+
{
|
2098 |
+
"epoch": 0.09588711617092921,
|
2099 |
+
"grad_norm": 1.6854242086410522,
|
2100 |
+
"learning_rate": 9.07014157014157e-05,
|
2101 |
+
"loss": 1.5048,
|
2102 |
+
"step": 299
|
2103 |
+
},
|
2104 |
+
{
|
2105 |
+
"epoch": 0.09620780886715305,
|
2106 |
+
"grad_norm": 1.819797396659851,
|
2107 |
+
"learning_rate": 9.066924066924068e-05,
|
2108 |
+
"loss": 1.7865,
|
2109 |
+
"step": 300
|
2110 |
+
}
|
2111 |
+
],
|
2112 |
+
"logging_steps": 1,
|
2113 |
+
"max_steps": 3118,
|
2114 |
+
"num_input_tokens_seen": 0,
|
2115 |
+
"num_train_epochs": 1,
|
2116 |
+
"save_steps": 100,
|
2117 |
+
"stateful_callbacks": {
|
2118 |
+
"TrainerControl": {
|
2119 |
+
"args": {
|
2120 |
+
"should_epoch_stop": false,
|
2121 |
+
"should_evaluate": false,
|
2122 |
+
"should_log": false,
|
2123 |
+
"should_save": true,
|
2124 |
+
"should_training_stop": false
|
2125 |
+
},
|
2126 |
+
"attributes": {}
|
2127 |
+
}
|
2128 |
+
},
|
2129 |
+
"total_flos": 4.366563833469788e+17,
|
2130 |
+
"train_batch_size": 4,
|
2131 |
+
"trial_name": null,
|
2132 |
+
"trial_params": null
|
2133 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4c2b9c79280e52febb62ee5f6c90fe130f9febab30fedf17063f1b5b24dd28f
|
3 |
+
size 5496
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|