Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- checkpoint-3000/README.md +202 -0
- checkpoint-3000/adapter_config.json +42 -0
- checkpoint-3000/adapter_model.safetensors +3 -0
- checkpoint-3000/added_tokens.json +28 -0
- checkpoint-3000/merges.txt +0 -0
- checkpoint-3000/optimizer.pt +3 -0
- checkpoint-3000/rng_state.pth +3 -0
- checkpoint-3000/scheduler.pt +3 -0
- checkpoint-3000/special_tokens_map.json +31 -0
- checkpoint-3000/tokenizer.json +3 -0
- checkpoint-3000/tokenizer_config.json +241 -0
- checkpoint-3000/trainer_state.json +874 -0
- checkpoint-3000/training_args.bin +3 -0
- checkpoint-3000/vocab.json +0 -0
- checkpoint-4000/README.md +202 -0
- checkpoint-4000/adapter_config.json +42 -0
- checkpoint-4000/adapter_model.safetensors +3 -0
- checkpoint-4000/added_tokens.json +28 -0
- checkpoint-4000/merges.txt +0 -0
- checkpoint-4000/optimizer.pt +3 -0
- checkpoint-4000/rng_state.pth +3 -0
- checkpoint-4000/scheduler.pt +3 -0
- checkpoint-4000/special_tokens_map.json +31 -0
- checkpoint-4000/tokenizer.json +3 -0
- checkpoint-4000/tokenizer_config.json +241 -0
- checkpoint-4000/trainer_state.json +1154 -0
- checkpoint-4000/training_args.bin +3 -0
- checkpoint-4000/vocab.json +0 -0
.gitattributes
CHANGED
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
checkpoint-3000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
39 |
+
checkpoint-4000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-3000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Qwen3-8B-Base
|
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.15.2
|
checkpoint-3000/adapter_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Qwen3-8B-Base",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 32,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": [
|
22 |
+
"lm_head",
|
23 |
+
"embed_tokens"
|
24 |
+
],
|
25 |
+
"peft_type": "LORA",
|
26 |
+
"r": 32,
|
27 |
+
"rank_pattern": {},
|
28 |
+
"revision": null,
|
29 |
+
"target_modules": [
|
30 |
+
"down_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"k_proj",
|
33 |
+
"o_proj",
|
34 |
+
"q_proj",
|
35 |
+
"v_proj",
|
36 |
+
"up_proj"
|
37 |
+
],
|
38 |
+
"task_type": "CAUSAL_LM",
|
39 |
+
"trainable_token_indices": null,
|
40 |
+
"use_dora": false,
|
41 |
+
"use_rslora": false
|
42 |
+
}
|
checkpoint-3000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec14045849f61a7695bb2723ecbcec6df4f3e538c6e923ca41651543bad35c19
|
3 |
+
size 2838563408
|
checkpoint-3000/added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
checkpoint-3000/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-3000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec9827395f6daf283e7b464c5b69ce97a1083d7b73f0b8659ba41e2d22875830
|
3 |
+
size 2706136909
|
checkpoint-3000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250560ab3d528161ab3659b120def6e4a9ab4b457e3399603bbcfa40db3efc90
|
3 |
+
size 14645
|
checkpoint-3000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1627a706fb001f4fc7a14e836b88e68df7a8cbe9b615a45094a5d9f7b120e41d
|
3 |
+
size 1465
|
checkpoint-3000/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": "<|vision_pad|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
checkpoint-3000/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
checkpoint-3000/tokenizer_config.json
ADDED
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set content = message.content %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is defined and message.reasoning_content is not none %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in message.content %}\n {%- set content = message.content.split('</think>')[-1].lstrip('\\n') %}\n {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
231 |
+
"clean_up_tokenization_spaces": false,
|
232 |
+
"eos_token": "<|endoftext|>",
|
233 |
+
"errors": "replace",
|
234 |
+
"extra_special_tokens": {},
|
235 |
+
"model_max_length": 32768,
|
236 |
+
"pad_token": "<|vision_pad|>",
|
237 |
+
"padding_side": "right",
|
238 |
+
"split_special_tokens": false,
|
239 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
240 |
+
"unk_token": null
|
241 |
+
}
|
checkpoint-3000/trainer_state.json
ADDED
@@ -0,0 +1,874 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.4433473649695545,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 3000,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.0036945613747462877,
|
14 |
+
"grad_norm": 2.2292165756225586,
|
15 |
+
"learning_rate": 5.911330049261084e-06,
|
16 |
+
"loss": 0.9395,
|
17 |
+
"step": 25
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.007389122749492575,
|
21 |
+
"grad_norm": 0.8381065130233765,
|
22 |
+
"learning_rate": 1.206896551724138e-05,
|
23 |
+
"loss": 0.89,
|
24 |
+
"step": 50
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.011083684124238862,
|
28 |
+
"grad_norm": 0.9238471984863281,
|
29 |
+
"learning_rate": 1.8226600985221676e-05,
|
30 |
+
"loss": 0.8384,
|
31 |
+
"step": 75
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.01477824549898515,
|
35 |
+
"grad_norm": 0.6837311387062073,
|
36 |
+
"learning_rate": 2.438423645320197e-05,
|
37 |
+
"loss": 0.784,
|
38 |
+
"step": 100
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.01847280687373144,
|
42 |
+
"grad_norm": 0.7093706727027893,
|
43 |
+
"learning_rate": 3.0541871921182266e-05,
|
44 |
+
"loss": 0.7675,
|
45 |
+
"step": 125
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.022167368248477724,
|
49 |
+
"grad_norm": 0.6208077073097229,
|
50 |
+
"learning_rate": 3.669950738916256e-05,
|
51 |
+
"loss": 0.7466,
|
52 |
+
"step": 150
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.025861929623224013,
|
56 |
+
"grad_norm": 0.8929094076156616,
|
57 |
+
"learning_rate": 4.2857142857142856e-05,
|
58 |
+
"loss": 0.7386,
|
59 |
+
"step": 175
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0295564909979703,
|
63 |
+
"grad_norm": 0.7828120589256287,
|
64 |
+
"learning_rate": 4.901477832512316e-05,
|
65 |
+
"loss": 0.7173,
|
66 |
+
"step": 200
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.03325105237271659,
|
70 |
+
"grad_norm": 0.7134449481964111,
|
71 |
+
"learning_rate": 5.517241379310345e-05,
|
72 |
+
"loss": 0.7108,
|
73 |
+
"step": 225
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.03694561374746288,
|
77 |
+
"grad_norm": 0.7464851140975952,
|
78 |
+
"learning_rate": 6.133004926108375e-05,
|
79 |
+
"loss": 0.7332,
|
80 |
+
"step": 250
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.04064017512220916,
|
84 |
+
"grad_norm": 0.677793025970459,
|
85 |
+
"learning_rate": 6.748768472906404e-05,
|
86 |
+
"loss": 0.7194,
|
87 |
+
"step": 275
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.04433473649695545,
|
91 |
+
"grad_norm": 0.7936354875564575,
|
92 |
+
"learning_rate": 7.364532019704434e-05,
|
93 |
+
"loss": 0.7253,
|
94 |
+
"step": 300
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.04802929787170174,
|
98 |
+
"grad_norm": 0.6711100935935974,
|
99 |
+
"learning_rate": 7.980295566502463e-05,
|
100 |
+
"loss": 0.7018,
|
101 |
+
"step": 325
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.051723859246448026,
|
105 |
+
"grad_norm": 0.5816489458084106,
|
106 |
+
"learning_rate": 8.596059113300493e-05,
|
107 |
+
"loss": 0.7298,
|
108 |
+
"step": 350
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.055418420621194314,
|
112 |
+
"grad_norm": 0.6680681705474854,
|
113 |
+
"learning_rate": 9.211822660098522e-05,
|
114 |
+
"loss": 0.7149,
|
115 |
+
"step": 375
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.0591129819959406,
|
119 |
+
"grad_norm": 0.5643934607505798,
|
120 |
+
"learning_rate": 9.827586206896552e-05,
|
121 |
+
"loss": 0.763,
|
122 |
+
"step": 400
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.06280754337068689,
|
126 |
+
"grad_norm": 0.5739309191703796,
|
127 |
+
"learning_rate": 9.986286759104069e-05,
|
128 |
+
"loss": 0.7345,
|
129 |
+
"step": 425
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.06650210474543318,
|
133 |
+
"grad_norm": 0.5929909944534302,
|
134 |
+
"learning_rate": 9.967240591193052e-05,
|
135 |
+
"loss": 0.7364,
|
136 |
+
"step": 450
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.07019666612017947,
|
140 |
+
"grad_norm": 0.609235405921936,
|
141 |
+
"learning_rate": 9.948194423282036e-05,
|
142 |
+
"loss": 0.7294,
|
143 |
+
"step": 475
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.07389122749492576,
|
147 |
+
"grad_norm": 0.4643324613571167,
|
148 |
+
"learning_rate": 9.92914825537102e-05,
|
149 |
+
"loss": 0.7344,
|
150 |
+
"step": 500
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.07758578886967203,
|
154 |
+
"grad_norm": 0.5267598032951355,
|
155 |
+
"learning_rate": 9.910102087460003e-05,
|
156 |
+
"loss": 0.7249,
|
157 |
+
"step": 525
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.08128035024441832,
|
161 |
+
"grad_norm": 0.47951069474220276,
|
162 |
+
"learning_rate": 9.891055919548987e-05,
|
163 |
+
"loss": 0.7256,
|
164 |
+
"step": 550
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.08497491161916461,
|
168 |
+
"grad_norm": 0.4505012333393097,
|
169 |
+
"learning_rate": 9.87200975163797e-05,
|
170 |
+
"loss": 0.7359,
|
171 |
+
"step": 575
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.0886694729939109,
|
175 |
+
"grad_norm": 0.5320091247558594,
|
176 |
+
"learning_rate": 9.852963583726955e-05,
|
177 |
+
"loss": 0.6856,
|
178 |
+
"step": 600
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.09236403436865719,
|
182 |
+
"grad_norm": 0.5583036541938782,
|
183 |
+
"learning_rate": 9.833917415815939e-05,
|
184 |
+
"loss": 0.7235,
|
185 |
+
"step": 625
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.09605859574340347,
|
189 |
+
"grad_norm": 0.5139252543449402,
|
190 |
+
"learning_rate": 9.814871247904922e-05,
|
191 |
+
"loss": 0.7272,
|
192 |
+
"step": 650
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.09975315711814976,
|
196 |
+
"grad_norm": 0.4989326000213623,
|
197 |
+
"learning_rate": 9.795825079993906e-05,
|
198 |
+
"loss": 0.6952,
|
199 |
+
"step": 675
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.10344771849289605,
|
203 |
+
"grad_norm": 0.47355732321739197,
|
204 |
+
"learning_rate": 9.776778912082889e-05,
|
205 |
+
"loss": 0.7266,
|
206 |
+
"step": 700
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.10714227986764234,
|
210 |
+
"grad_norm": 0.3588508367538452,
|
211 |
+
"learning_rate": 9.757732744171874e-05,
|
212 |
+
"loss": 0.7406,
|
213 |
+
"step": 725
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.11083684124238863,
|
217 |
+
"grad_norm": 0.4120556712150574,
|
218 |
+
"learning_rate": 9.738686576260857e-05,
|
219 |
+
"loss": 0.7443,
|
220 |
+
"step": 750
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.11453140261713492,
|
224 |
+
"grad_norm": 0.5160555839538574,
|
225 |
+
"learning_rate": 9.71964040834984e-05,
|
226 |
+
"loss": 0.7134,
|
227 |
+
"step": 775
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.1182259639918812,
|
231 |
+
"grad_norm": 0.5423145890235901,
|
232 |
+
"learning_rate": 9.700594240438823e-05,
|
233 |
+
"loss": 0.7289,
|
234 |
+
"step": 800
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.1219205253666275,
|
238 |
+
"grad_norm": 0.5352346301078796,
|
239 |
+
"learning_rate": 9.681548072527808e-05,
|
240 |
+
"loss": 0.7144,
|
241 |
+
"step": 825
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.12561508674137378,
|
245 |
+
"grad_norm": 0.47908860445022583,
|
246 |
+
"learning_rate": 9.662501904616791e-05,
|
247 |
+
"loss": 0.7175,
|
248 |
+
"step": 850
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.12930964811612006,
|
252 |
+
"grad_norm": 0.47986069321632385,
|
253 |
+
"learning_rate": 9.643455736705776e-05,
|
254 |
+
"loss": 0.6983,
|
255 |
+
"step": 875
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.13300420949086636,
|
259 |
+
"grad_norm": 0.6903620958328247,
|
260 |
+
"learning_rate": 9.624409568794759e-05,
|
261 |
+
"loss": 0.7086,
|
262 |
+
"step": 900
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.13669877086561263,
|
266 |
+
"grad_norm": 0.44413208961486816,
|
267 |
+
"learning_rate": 9.605363400883742e-05,
|
268 |
+
"loss": 0.7306,
|
269 |
+
"step": 925
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.14039333224035894,
|
273 |
+
"grad_norm": 0.4634678065776825,
|
274 |
+
"learning_rate": 9.586317232972727e-05,
|
275 |
+
"loss": 0.7061,
|
276 |
+
"step": 950
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.1440878936151052,
|
280 |
+
"grad_norm": 0.5110129714012146,
|
281 |
+
"learning_rate": 9.56727106506171e-05,
|
282 |
+
"loss": 0.7406,
|
283 |
+
"step": 975
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.1477824549898515,
|
287 |
+
"grad_norm": 0.5460866093635559,
|
288 |
+
"learning_rate": 9.548224897150694e-05,
|
289 |
+
"loss": 0.721,
|
290 |
+
"step": 1000
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.1514770163645978,
|
294 |
+
"grad_norm": 0.5179885029792786,
|
295 |
+
"learning_rate": 9.529178729239677e-05,
|
296 |
+
"loss": 0.7068,
|
297 |
+
"step": 1025
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.15517157773934406,
|
301 |
+
"grad_norm": 0.40280836820602417,
|
302 |
+
"learning_rate": 9.51013256132866e-05,
|
303 |
+
"loss": 0.7009,
|
304 |
+
"step": 1050
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.15886613911409037,
|
308 |
+
"grad_norm": 1.2706756591796875,
|
309 |
+
"learning_rate": 9.491086393417645e-05,
|
310 |
+
"loss": 0.7125,
|
311 |
+
"step": 1075
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.16256070048883664,
|
315 |
+
"grad_norm": 0.4963163435459137,
|
316 |
+
"learning_rate": 9.47204022550663e-05,
|
317 |
+
"loss": 0.7149,
|
318 |
+
"step": 1100
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.16625526186358294,
|
322 |
+
"grad_norm": 0.5147728323936462,
|
323 |
+
"learning_rate": 9.452994057595613e-05,
|
324 |
+
"loss": 0.7245,
|
325 |
+
"step": 1125
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.16994982323832922,
|
329 |
+
"grad_norm": 0.5933899879455566,
|
330 |
+
"learning_rate": 9.433947889684596e-05,
|
331 |
+
"loss": 0.7261,
|
332 |
+
"step": 1150
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.17364438461307552,
|
336 |
+
"grad_norm": 0.4750466048717499,
|
337 |
+
"learning_rate": 9.414901721773579e-05,
|
338 |
+
"loss": 0.7206,
|
339 |
+
"step": 1175
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.1773389459878218,
|
343 |
+
"grad_norm": 0.46546968817710876,
|
344 |
+
"learning_rate": 9.395855553862564e-05,
|
345 |
+
"loss": 0.7121,
|
346 |
+
"step": 1200
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.1810335073625681,
|
350 |
+
"grad_norm": 0.6512172818183899,
|
351 |
+
"learning_rate": 9.376809385951547e-05,
|
352 |
+
"loss": 0.7212,
|
353 |
+
"step": 1225
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.18472806873731437,
|
357 |
+
"grad_norm": 0.34932607412338257,
|
358 |
+
"learning_rate": 9.35776321804053e-05,
|
359 |
+
"loss": 0.704,
|
360 |
+
"step": 1250
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.18842263011206067,
|
364 |
+
"grad_norm": 0.4648846983909607,
|
365 |
+
"learning_rate": 9.338717050129514e-05,
|
366 |
+
"loss": 0.7419,
|
367 |
+
"step": 1275
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.19211719148680695,
|
371 |
+
"grad_norm": 0.4566064774990082,
|
372 |
+
"learning_rate": 9.319670882218498e-05,
|
373 |
+
"loss": 0.7318,
|
374 |
+
"step": 1300
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.19581175286155325,
|
378 |
+
"grad_norm": 0.5357668399810791,
|
379 |
+
"learning_rate": 9.300624714307481e-05,
|
380 |
+
"loss": 0.6973,
|
381 |
+
"step": 1325
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.19950631423629953,
|
385 |
+
"grad_norm": 0.4423241913318634,
|
386 |
+
"learning_rate": 9.281578546396466e-05,
|
387 |
+
"loss": 0.7298,
|
388 |
+
"step": 1350
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.20320087561104583,
|
392 |
+
"grad_norm": 0.4530033767223358,
|
393 |
+
"learning_rate": 9.26253237848545e-05,
|
394 |
+
"loss": 0.7161,
|
395 |
+
"step": 1375
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.2068954369857921,
|
399 |
+
"grad_norm": 0.4678841233253479,
|
400 |
+
"learning_rate": 9.243486210574433e-05,
|
401 |
+
"loss": 0.6972,
|
402 |
+
"step": 1400
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.21058999836053838,
|
406 |
+
"grad_norm": 0.6039907336235046,
|
407 |
+
"learning_rate": 9.224440042663417e-05,
|
408 |
+
"loss": 0.7165,
|
409 |
+
"step": 1425
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.21428455973528468,
|
413 |
+
"grad_norm": 0.4463271498680115,
|
414 |
+
"learning_rate": 9.2053938747524e-05,
|
415 |
+
"loss": 0.6863,
|
416 |
+
"step": 1450
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.21797912111003095,
|
420 |
+
"grad_norm": 0.5739301443099976,
|
421 |
+
"learning_rate": 9.186347706841384e-05,
|
422 |
+
"loss": 0.6907,
|
423 |
+
"step": 1475
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.22167368248477726,
|
427 |
+
"grad_norm": 0.4577805697917938,
|
428 |
+
"learning_rate": 9.167301538930367e-05,
|
429 |
+
"loss": 0.7114,
|
430 |
+
"step": 1500
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.22536824385952353,
|
434 |
+
"grad_norm": 0.4522150158882141,
|
435 |
+
"learning_rate": 9.14825537101935e-05,
|
436 |
+
"loss": 0.6877,
|
437 |
+
"step": 1525
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.22906280523426983,
|
441 |
+
"grad_norm": 0.49612903594970703,
|
442 |
+
"learning_rate": 9.129209203108335e-05,
|
443 |
+
"loss": 0.7112,
|
444 |
+
"step": 1550
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.2327573666090161,
|
448 |
+
"grad_norm": 0.4710284471511841,
|
449 |
+
"learning_rate": 9.11016303519732e-05,
|
450 |
+
"loss": 0.7062,
|
451 |
+
"step": 1575
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.2364519279837624,
|
455 |
+
"grad_norm": 0.5009223818778992,
|
456 |
+
"learning_rate": 9.091116867286303e-05,
|
457 |
+
"loss": 0.7275,
|
458 |
+
"step": 1600
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.24014648935850869,
|
462 |
+
"grad_norm": 0.5547946691513062,
|
463 |
+
"learning_rate": 9.072070699375286e-05,
|
464 |
+
"loss": 0.6993,
|
465 |
+
"step": 1625
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.243841050733255,
|
469 |
+
"grad_norm": 0.4580361843109131,
|
470 |
+
"learning_rate": 9.05302453146427e-05,
|
471 |
+
"loss": 0.7106,
|
472 |
+
"step": 1650
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.24753561210800126,
|
476 |
+
"grad_norm": 0.4767173230648041,
|
477 |
+
"learning_rate": 9.033978363553254e-05,
|
478 |
+
"loss": 0.7103,
|
479 |
+
"step": 1675
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.25123017348274757,
|
483 |
+
"grad_norm": 0.502202570438385,
|
484 |
+
"learning_rate": 9.014932195642237e-05,
|
485 |
+
"loss": 0.6921,
|
486 |
+
"step": 1700
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.25492473485749384,
|
490 |
+
"grad_norm": 0.5283953547477722,
|
491 |
+
"learning_rate": 8.99588602773122e-05,
|
492 |
+
"loss": 0.7077,
|
493 |
+
"step": 1725
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.2586192962322401,
|
497 |
+
"grad_norm": 0.4994209408760071,
|
498 |
+
"learning_rate": 8.976839859820204e-05,
|
499 |
+
"loss": 0.7,
|
500 |
+
"step": 1750
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.2623138576069864,
|
504 |
+
"grad_norm": 0.48279210925102234,
|
505 |
+
"learning_rate": 8.957793691909188e-05,
|
506 |
+
"loss": 0.7114,
|
507 |
+
"step": 1775
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.2660084189817327,
|
511 |
+
"grad_norm": 0.6055914759635925,
|
512 |
+
"learning_rate": 8.938747523998172e-05,
|
513 |
+
"loss": 0.7081,
|
514 |
+
"step": 1800
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.269702980356479,
|
518 |
+
"grad_norm": 0.489519327878952,
|
519 |
+
"learning_rate": 8.919701356087156e-05,
|
520 |
+
"loss": 0.6946,
|
521 |
+
"step": 1825
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.27339754173122527,
|
525 |
+
"grad_norm": 0.5379961133003235,
|
526 |
+
"learning_rate": 8.90065518817614e-05,
|
527 |
+
"loss": 0.6996,
|
528 |
+
"step": 1850
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.27709210310597154,
|
532 |
+
"grad_norm": 0.47824332118034363,
|
533 |
+
"learning_rate": 8.881609020265123e-05,
|
534 |
+
"loss": 0.6881,
|
535 |
+
"step": 1875
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.2807866644807179,
|
539 |
+
"grad_norm": 1551.0594482421875,
|
540 |
+
"learning_rate": 8.862562852354107e-05,
|
541 |
+
"loss": 0.6998,
|
542 |
+
"step": 1900
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.28448122585546415,
|
546 |
+
"grad_norm": 0.4107681214809418,
|
547 |
+
"learning_rate": 8.84351668444309e-05,
|
548 |
+
"loss": 0.7088,
|
549 |
+
"step": 1925
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.2881757872302104,
|
553 |
+
"grad_norm": 0.4558309316635132,
|
554 |
+
"learning_rate": 8.824470516532074e-05,
|
555 |
+
"loss": 0.712,
|
556 |
+
"step": 1950
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.2918703486049567,
|
560 |
+
"grad_norm": 0.539107620716095,
|
561 |
+
"learning_rate": 8.805424348621057e-05,
|
562 |
+
"loss": 0.7159,
|
563 |
+
"step": 1975
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.295564909979703,
|
567 |
+
"grad_norm": 0.5768142938613892,
|
568 |
+
"learning_rate": 8.786378180710042e-05,
|
569 |
+
"loss": 0.7072,
|
570 |
+
"step": 2000
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.2992594713544493,
|
574 |
+
"grad_norm": 0.5575465559959412,
|
575 |
+
"learning_rate": 8.767332012799025e-05,
|
576 |
+
"loss": 0.7118,
|
577 |
+
"step": 2025
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.3029540327291956,
|
581 |
+
"grad_norm": 0.5190144181251526,
|
582 |
+
"learning_rate": 8.748285844888008e-05,
|
583 |
+
"loss": 0.7099,
|
584 |
+
"step": 2050
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.30664859410394185,
|
588 |
+
"grad_norm": 0.4934520125389099,
|
589 |
+
"learning_rate": 8.729239676976993e-05,
|
590 |
+
"loss": 0.692,
|
591 |
+
"step": 2075
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.3103431554786881,
|
595 |
+
"grad_norm": 0.42613571882247925,
|
596 |
+
"learning_rate": 8.710193509065976e-05,
|
597 |
+
"loss": 0.7277,
|
598 |
+
"step": 2100
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.31403771685343446,
|
602 |
+
"grad_norm": 0.5124602317810059,
|
603 |
+
"learning_rate": 8.691147341154961e-05,
|
604 |
+
"loss": 0.6801,
|
605 |
+
"step": 2125
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.31773227822818073,
|
609 |
+
"grad_norm": 0.5284898281097412,
|
610 |
+
"learning_rate": 8.672101173243944e-05,
|
611 |
+
"loss": 0.7103,
|
612 |
+
"step": 2150
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.321426839602927,
|
616 |
+
"grad_norm": 0.43099457025527954,
|
617 |
+
"learning_rate": 8.653055005332927e-05,
|
618 |
+
"loss": 0.7023,
|
619 |
+
"step": 2175
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.3251214009776733,
|
623 |
+
"grad_norm": 0.5190865993499756,
|
624 |
+
"learning_rate": 8.63400883742191e-05,
|
625 |
+
"loss": 0.7144,
|
626 |
+
"step": 2200
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.3288159623524196,
|
630 |
+
"grad_norm": 0.4722968637943268,
|
631 |
+
"learning_rate": 8.614962669510895e-05,
|
632 |
+
"loss": 0.7351,
|
633 |
+
"step": 2225
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.3325105237271659,
|
637 |
+
"grad_norm": 0.6091466546058655,
|
638 |
+
"learning_rate": 8.595916501599878e-05,
|
639 |
+
"loss": 0.7062,
|
640 |
+
"step": 2250
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.33620508510191216,
|
644 |
+
"grad_norm": 0.6135897040367126,
|
645 |
+
"learning_rate": 8.576870333688862e-05,
|
646 |
+
"loss": 0.7117,
|
647 |
+
"step": 2275
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.33989964647665843,
|
651 |
+
"grad_norm": 0.5224157571792603,
|
652 |
+
"learning_rate": 8.557824165777846e-05,
|
653 |
+
"loss": 0.7068,
|
654 |
+
"step": 2300
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.34359420785140476,
|
658 |
+
"grad_norm": 0.4863536059856415,
|
659 |
+
"learning_rate": 8.53877799786683e-05,
|
660 |
+
"loss": 0.6952,
|
661 |
+
"step": 2325
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.34728876922615104,
|
665 |
+
"grad_norm": 0.4728885889053345,
|
666 |
+
"learning_rate": 8.519731829955814e-05,
|
667 |
+
"loss": 0.7289,
|
668 |
+
"step": 2350
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.3509833306008973,
|
672 |
+
"grad_norm": 0.5152695775032043,
|
673 |
+
"learning_rate": 8.500685662044798e-05,
|
674 |
+
"loss": 0.6986,
|
675 |
+
"step": 2375
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.3546778919756436,
|
679 |
+
"grad_norm": 0.4407690465450287,
|
680 |
+
"learning_rate": 8.481639494133781e-05,
|
681 |
+
"loss": 0.6983,
|
682 |
+
"step": 2400
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.3583724533503899,
|
686 |
+
"grad_norm": 0.4756406545639038,
|
687 |
+
"learning_rate": 8.462593326222764e-05,
|
688 |
+
"loss": 0.6626,
|
689 |
+
"step": 2425
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.3620670147251362,
|
693 |
+
"grad_norm": 0.48595255613327026,
|
694 |
+
"learning_rate": 8.443547158311747e-05,
|
695 |
+
"loss": 0.6892,
|
696 |
+
"step": 2450
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.36576157609988247,
|
700 |
+
"grad_norm": 0.47830772399902344,
|
701 |
+
"learning_rate": 8.424500990400732e-05,
|
702 |
+
"loss": 0.7162,
|
703 |
+
"step": 2475
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.36945613747462874,
|
707 |
+
"grad_norm": 0.43090149760246277,
|
708 |
+
"learning_rate": 8.405454822489715e-05,
|
709 |
+
"loss": 0.6913,
|
710 |
+
"step": 2500
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.373150698849375,
|
714 |
+
"grad_norm": 0.5338718295097351,
|
715 |
+
"learning_rate": 8.386408654578698e-05,
|
716 |
+
"loss": 0.7159,
|
717 |
+
"step": 2525
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.37684526022412135,
|
721 |
+
"grad_norm": 0.4907350242137909,
|
722 |
+
"learning_rate": 8.367362486667683e-05,
|
723 |
+
"loss": 0.7022,
|
724 |
+
"step": 2550
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.3805398215988676,
|
728 |
+
"grad_norm": 0.44093430042266846,
|
729 |
+
"learning_rate": 8.348316318756668e-05,
|
730 |
+
"loss": 0.7124,
|
731 |
+
"step": 2575
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.3842343829736139,
|
735 |
+
"grad_norm": 0.5388796925544739,
|
736 |
+
"learning_rate": 8.329270150845651e-05,
|
737 |
+
"loss": 0.7304,
|
738 |
+
"step": 2600
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.38792894434836017,
|
742 |
+
"grad_norm": 0.4456349313259125,
|
743 |
+
"learning_rate": 8.310223982934634e-05,
|
744 |
+
"loss": 0.6964,
|
745 |
+
"step": 2625
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.3916235057231065,
|
749 |
+
"grad_norm": 0.4602237343788147,
|
750 |
+
"learning_rate": 8.291177815023617e-05,
|
751 |
+
"loss": 0.6707,
|
752 |
+
"step": 2650
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.3953180670978528,
|
756 |
+
"grad_norm": 0.4726378917694092,
|
757 |
+
"learning_rate": 8.272131647112601e-05,
|
758 |
+
"loss": 0.694,
|
759 |
+
"step": 2675
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.39901262847259905,
|
763 |
+
"grad_norm": 0.500451922416687,
|
764 |
+
"learning_rate": 8.253085479201585e-05,
|
765 |
+
"loss": 0.6812,
|
766 |
+
"step": 2700
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.4027071898473453,
|
770 |
+
"grad_norm": 0.4073813259601593,
|
771 |
+
"learning_rate": 8.234039311290569e-05,
|
772 |
+
"loss": 0.7028,
|
773 |
+
"step": 2725
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.40640175122209166,
|
777 |
+
"grad_norm": 0.43644702434539795,
|
778 |
+
"learning_rate": 8.214993143379552e-05,
|
779 |
+
"loss": 0.6936,
|
780 |
+
"step": 2750
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.41009631259683793,
|
784 |
+
"grad_norm": 0.5256789922714233,
|
785 |
+
"learning_rate": 8.195946975468535e-05,
|
786 |
+
"loss": 0.7035,
|
787 |
+
"step": 2775
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.4137908739715842,
|
791 |
+
"grad_norm": 0.48385316133499146,
|
792 |
+
"learning_rate": 8.17690080755752e-05,
|
793 |
+
"loss": 0.6736,
|
794 |
+
"step": 2800
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.4174854353463305,
|
798 |
+
"grad_norm": 0.49825233221054077,
|
799 |
+
"learning_rate": 8.157854639646504e-05,
|
800 |
+
"loss": 0.7019,
|
801 |
+
"step": 2825
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.42117999672107675,
|
805 |
+
"grad_norm": 0.5086994171142578,
|
806 |
+
"learning_rate": 8.138808471735488e-05,
|
807 |
+
"loss": 0.6918,
|
808 |
+
"step": 2850
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.4248745580958231,
|
812 |
+
"grad_norm": 0.5430259108543396,
|
813 |
+
"learning_rate": 8.119762303824471e-05,
|
814 |
+
"loss": 0.7175,
|
815 |
+
"step": 2875
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.42856911947056936,
|
819 |
+
"grad_norm": 0.5889118313789368,
|
820 |
+
"learning_rate": 8.100716135913454e-05,
|
821 |
+
"loss": 0.6967,
|
822 |
+
"step": 2900
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.43226368084531563,
|
826 |
+
"grad_norm": 0.5345672369003296,
|
827 |
+
"learning_rate": 8.081669968002439e-05,
|
828 |
+
"loss": 0.6926,
|
829 |
+
"step": 2925
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.4359582422200619,
|
833 |
+
"grad_norm": 0.511101245880127,
|
834 |
+
"learning_rate": 8.062623800091422e-05,
|
835 |
+
"loss": 0.7248,
|
836 |
+
"step": 2950
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.43965280359480824,
|
840 |
+
"grad_norm": 0.511239767074585,
|
841 |
+
"learning_rate": 8.043577632180405e-05,
|
842 |
+
"loss": 0.7319,
|
843 |
+
"step": 2975
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.4433473649695545,
|
847 |
+
"grad_norm": 0.5121573805809021,
|
848 |
+
"learning_rate": 8.024531464269389e-05,
|
849 |
+
"loss": 0.7023,
|
850 |
+
"step": 3000
|
851 |
+
}
|
852 |
+
],
|
853 |
+
"logging_steps": 25,
|
854 |
+
"max_steps": 13532,
|
855 |
+
"num_input_tokens_seen": 0,
|
856 |
+
"num_train_epochs": 2,
|
857 |
+
"save_steps": 1000,
|
858 |
+
"stateful_callbacks": {
|
859 |
+
"TrainerControl": {
|
860 |
+
"args": {
|
861 |
+
"should_epoch_stop": false,
|
862 |
+
"should_evaluate": false,
|
863 |
+
"should_log": false,
|
864 |
+
"should_save": true,
|
865 |
+
"should_training_stop": false
|
866 |
+
},
|
867 |
+
"attributes": {}
|
868 |
+
}
|
869 |
+
},
|
870 |
+
"total_flos": 1.1989742094773969e+19,
|
871 |
+
"train_batch_size": 1,
|
872 |
+
"trial_name": null,
|
873 |
+
"trial_params": null
|
874 |
+
}
|
checkpoint-3000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddec6eef92f76dd21b66ba65fc3f8486e2d925551fb3a26f493b39225b02363f
|
3 |
+
size 5969
|
checkpoint-3000/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-4000/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/Qwen3-8B-Base
|
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.15.2
|
checkpoint-4000/adapter_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/Qwen3-8B-Base",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 32,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": [
|
22 |
+
"lm_head",
|
23 |
+
"embed_tokens"
|
24 |
+
],
|
25 |
+
"peft_type": "LORA",
|
26 |
+
"r": 32,
|
27 |
+
"rank_pattern": {},
|
28 |
+
"revision": null,
|
29 |
+
"target_modules": [
|
30 |
+
"down_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"k_proj",
|
33 |
+
"o_proj",
|
34 |
+
"q_proj",
|
35 |
+
"v_proj",
|
36 |
+
"up_proj"
|
37 |
+
],
|
38 |
+
"task_type": "CAUSAL_LM",
|
39 |
+
"trainable_token_indices": null,
|
40 |
+
"use_dora": false,
|
41 |
+
"use_rslora": false
|
42 |
+
}
|
checkpoint-4000/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5bded43c202097bf24f1a027d049e97357b9b02579ecceda0bc199922331c6e
|
3 |
+
size 2838563408
|
checkpoint-4000/added_tokens.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|box_end|>": 151649,
|
9 |
+
"<|box_start|>": 151648,
|
10 |
+
"<|endoftext|>": 151643,
|
11 |
+
"<|file_sep|>": 151664,
|
12 |
+
"<|fim_middle|>": 151660,
|
13 |
+
"<|fim_pad|>": 151662,
|
14 |
+
"<|fim_prefix|>": 151659,
|
15 |
+
"<|fim_suffix|>": 151661,
|
16 |
+
"<|im_end|>": 151645,
|
17 |
+
"<|im_start|>": 151644,
|
18 |
+
"<|image_pad|>": 151655,
|
19 |
+
"<|object_ref_end|>": 151647,
|
20 |
+
"<|object_ref_start|>": 151646,
|
21 |
+
"<|quad_end|>": 151651,
|
22 |
+
"<|quad_start|>": 151650,
|
23 |
+
"<|repo_name|>": 151663,
|
24 |
+
"<|video_pad|>": 151656,
|
25 |
+
"<|vision_end|>": 151653,
|
26 |
+
"<|vision_pad|>": 151654,
|
27 |
+
"<|vision_start|>": 151652
|
28 |
+
}
|
checkpoint-4000/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-4000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d61f884fd4481238f4dffbde6f67cd0eb526c176fcb671061f4925427ef35cb
|
3 |
+
size 2706136909
|
checkpoint-4000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:250560ab3d528161ab3659b120def6e4a9ab4b457e3399603bbcfa40db3efc90
|
3 |
+
size 14645
|
checkpoint-4000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3bf83ece5159cf2cb5de4f5b13778bc511f9bc202c945415824fa8952180b29
|
3 |
+
size 1465
|
checkpoint-4000/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": "<|vision_pad|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
checkpoint-4000/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
3 |
+
size 11422654
|
checkpoint-4000/tokenizer_config.json
ADDED
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "<tool_response>",
|
183 |
+
"lstrip": false,
|
184 |
+
"normalized": false,
|
185 |
+
"rstrip": false,
|
186 |
+
"single_word": false,
|
187 |
+
"special": false
|
188 |
+
},
|
189 |
+
"151666": {
|
190 |
+
"content": "</tool_response>",
|
191 |
+
"lstrip": false,
|
192 |
+
"normalized": false,
|
193 |
+
"rstrip": false,
|
194 |
+
"single_word": false,
|
195 |
+
"special": false
|
196 |
+
},
|
197 |
+
"151667": {
|
198 |
+
"content": "<think>",
|
199 |
+
"lstrip": false,
|
200 |
+
"normalized": false,
|
201 |
+
"rstrip": false,
|
202 |
+
"single_word": false,
|
203 |
+
"special": false
|
204 |
+
},
|
205 |
+
"151668": {
|
206 |
+
"content": "</think>",
|
207 |
+
"lstrip": false,
|
208 |
+
"normalized": false,
|
209 |
+
"rstrip": false,
|
210 |
+
"single_word": false,
|
211 |
+
"special": false
|
212 |
+
}
|
213 |
+
},
|
214 |
+
"additional_special_tokens": [
|
215 |
+
"<|im_start|>",
|
216 |
+
"<|im_end|>",
|
217 |
+
"<|object_ref_start|>",
|
218 |
+
"<|object_ref_end|>",
|
219 |
+
"<|box_start|>",
|
220 |
+
"<|box_end|>",
|
221 |
+
"<|quad_start|>",
|
222 |
+
"<|quad_end|>",
|
223 |
+
"<|vision_start|>",
|
224 |
+
"<|vision_end|>",
|
225 |
+
"<|vision_pad|>",
|
226 |
+
"<|image_pad|>",
|
227 |
+
"<|video_pad|>"
|
228 |
+
],
|
229 |
+
"bos_token": null,
|
230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set content = message.content %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is defined and message.reasoning_content is not none %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in message.content %}\n {%- set content = message.content.split('</think>')[-1].lstrip('\\n') %}\n {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
231 |
+
"clean_up_tokenization_spaces": false,
|
232 |
+
"eos_token": "<|endoftext|>",
|
233 |
+
"errors": "replace",
|
234 |
+
"extra_special_tokens": {},
|
235 |
+
"model_max_length": 32768,
|
236 |
+
"pad_token": "<|vision_pad|>",
|
237 |
+
"padding_side": "right",
|
238 |
+
"split_special_tokens": false,
|
239 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
240 |
+
"unk_token": null
|
241 |
+
}
|
checkpoint-4000/trainer_state.json
ADDED
@@ -0,0 +1,1154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.591129819959406,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 4000,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.0036945613747462877,
|
14 |
+
"grad_norm": 2.2292165756225586,
|
15 |
+
"learning_rate": 5.911330049261084e-06,
|
16 |
+
"loss": 0.9395,
|
17 |
+
"step": 25
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.007389122749492575,
|
21 |
+
"grad_norm": 0.8381065130233765,
|
22 |
+
"learning_rate": 1.206896551724138e-05,
|
23 |
+
"loss": 0.89,
|
24 |
+
"step": 50
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.011083684124238862,
|
28 |
+
"grad_norm": 0.9238471984863281,
|
29 |
+
"learning_rate": 1.8226600985221676e-05,
|
30 |
+
"loss": 0.8384,
|
31 |
+
"step": 75
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.01477824549898515,
|
35 |
+
"grad_norm": 0.6837311387062073,
|
36 |
+
"learning_rate": 2.438423645320197e-05,
|
37 |
+
"loss": 0.784,
|
38 |
+
"step": 100
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.01847280687373144,
|
42 |
+
"grad_norm": 0.7093706727027893,
|
43 |
+
"learning_rate": 3.0541871921182266e-05,
|
44 |
+
"loss": 0.7675,
|
45 |
+
"step": 125
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.022167368248477724,
|
49 |
+
"grad_norm": 0.6208077073097229,
|
50 |
+
"learning_rate": 3.669950738916256e-05,
|
51 |
+
"loss": 0.7466,
|
52 |
+
"step": 150
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.025861929623224013,
|
56 |
+
"grad_norm": 0.8929094076156616,
|
57 |
+
"learning_rate": 4.2857142857142856e-05,
|
58 |
+
"loss": 0.7386,
|
59 |
+
"step": 175
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.0295564909979703,
|
63 |
+
"grad_norm": 0.7828120589256287,
|
64 |
+
"learning_rate": 4.901477832512316e-05,
|
65 |
+
"loss": 0.7173,
|
66 |
+
"step": 200
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.03325105237271659,
|
70 |
+
"grad_norm": 0.7134449481964111,
|
71 |
+
"learning_rate": 5.517241379310345e-05,
|
72 |
+
"loss": 0.7108,
|
73 |
+
"step": 225
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.03694561374746288,
|
77 |
+
"grad_norm": 0.7464851140975952,
|
78 |
+
"learning_rate": 6.133004926108375e-05,
|
79 |
+
"loss": 0.7332,
|
80 |
+
"step": 250
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.04064017512220916,
|
84 |
+
"grad_norm": 0.677793025970459,
|
85 |
+
"learning_rate": 6.748768472906404e-05,
|
86 |
+
"loss": 0.7194,
|
87 |
+
"step": 275
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.04433473649695545,
|
91 |
+
"grad_norm": 0.7936354875564575,
|
92 |
+
"learning_rate": 7.364532019704434e-05,
|
93 |
+
"loss": 0.7253,
|
94 |
+
"step": 300
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.04802929787170174,
|
98 |
+
"grad_norm": 0.6711100935935974,
|
99 |
+
"learning_rate": 7.980295566502463e-05,
|
100 |
+
"loss": 0.7018,
|
101 |
+
"step": 325
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.051723859246448026,
|
105 |
+
"grad_norm": 0.5816489458084106,
|
106 |
+
"learning_rate": 8.596059113300493e-05,
|
107 |
+
"loss": 0.7298,
|
108 |
+
"step": 350
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.055418420621194314,
|
112 |
+
"grad_norm": 0.6680681705474854,
|
113 |
+
"learning_rate": 9.211822660098522e-05,
|
114 |
+
"loss": 0.7149,
|
115 |
+
"step": 375
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.0591129819959406,
|
119 |
+
"grad_norm": 0.5643934607505798,
|
120 |
+
"learning_rate": 9.827586206896552e-05,
|
121 |
+
"loss": 0.763,
|
122 |
+
"step": 400
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.06280754337068689,
|
126 |
+
"grad_norm": 0.5739309191703796,
|
127 |
+
"learning_rate": 9.986286759104069e-05,
|
128 |
+
"loss": 0.7345,
|
129 |
+
"step": 425
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.06650210474543318,
|
133 |
+
"grad_norm": 0.5929909944534302,
|
134 |
+
"learning_rate": 9.967240591193052e-05,
|
135 |
+
"loss": 0.7364,
|
136 |
+
"step": 450
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.07019666612017947,
|
140 |
+
"grad_norm": 0.609235405921936,
|
141 |
+
"learning_rate": 9.948194423282036e-05,
|
142 |
+
"loss": 0.7294,
|
143 |
+
"step": 475
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.07389122749492576,
|
147 |
+
"grad_norm": 0.4643324613571167,
|
148 |
+
"learning_rate": 9.92914825537102e-05,
|
149 |
+
"loss": 0.7344,
|
150 |
+
"step": 500
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.07758578886967203,
|
154 |
+
"grad_norm": 0.5267598032951355,
|
155 |
+
"learning_rate": 9.910102087460003e-05,
|
156 |
+
"loss": 0.7249,
|
157 |
+
"step": 525
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.08128035024441832,
|
161 |
+
"grad_norm": 0.47951069474220276,
|
162 |
+
"learning_rate": 9.891055919548987e-05,
|
163 |
+
"loss": 0.7256,
|
164 |
+
"step": 550
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.08497491161916461,
|
168 |
+
"grad_norm": 0.4505012333393097,
|
169 |
+
"learning_rate": 9.87200975163797e-05,
|
170 |
+
"loss": 0.7359,
|
171 |
+
"step": 575
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.0886694729939109,
|
175 |
+
"grad_norm": 0.5320091247558594,
|
176 |
+
"learning_rate": 9.852963583726955e-05,
|
177 |
+
"loss": 0.6856,
|
178 |
+
"step": 600
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.09236403436865719,
|
182 |
+
"grad_norm": 0.5583036541938782,
|
183 |
+
"learning_rate": 9.833917415815939e-05,
|
184 |
+
"loss": 0.7235,
|
185 |
+
"step": 625
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.09605859574340347,
|
189 |
+
"grad_norm": 0.5139252543449402,
|
190 |
+
"learning_rate": 9.814871247904922e-05,
|
191 |
+
"loss": 0.7272,
|
192 |
+
"step": 650
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.09975315711814976,
|
196 |
+
"grad_norm": 0.4989326000213623,
|
197 |
+
"learning_rate": 9.795825079993906e-05,
|
198 |
+
"loss": 0.6952,
|
199 |
+
"step": 675
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.10344771849289605,
|
203 |
+
"grad_norm": 0.47355732321739197,
|
204 |
+
"learning_rate": 9.776778912082889e-05,
|
205 |
+
"loss": 0.7266,
|
206 |
+
"step": 700
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.10714227986764234,
|
210 |
+
"grad_norm": 0.3588508367538452,
|
211 |
+
"learning_rate": 9.757732744171874e-05,
|
212 |
+
"loss": 0.7406,
|
213 |
+
"step": 725
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.11083684124238863,
|
217 |
+
"grad_norm": 0.4120556712150574,
|
218 |
+
"learning_rate": 9.738686576260857e-05,
|
219 |
+
"loss": 0.7443,
|
220 |
+
"step": 750
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.11453140261713492,
|
224 |
+
"grad_norm": 0.5160555839538574,
|
225 |
+
"learning_rate": 9.71964040834984e-05,
|
226 |
+
"loss": 0.7134,
|
227 |
+
"step": 775
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.1182259639918812,
|
231 |
+
"grad_norm": 0.5423145890235901,
|
232 |
+
"learning_rate": 9.700594240438823e-05,
|
233 |
+
"loss": 0.7289,
|
234 |
+
"step": 800
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.1219205253666275,
|
238 |
+
"grad_norm": 0.5352346301078796,
|
239 |
+
"learning_rate": 9.681548072527808e-05,
|
240 |
+
"loss": 0.7144,
|
241 |
+
"step": 825
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.12561508674137378,
|
245 |
+
"grad_norm": 0.47908860445022583,
|
246 |
+
"learning_rate": 9.662501904616791e-05,
|
247 |
+
"loss": 0.7175,
|
248 |
+
"step": 850
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.12930964811612006,
|
252 |
+
"grad_norm": 0.47986069321632385,
|
253 |
+
"learning_rate": 9.643455736705776e-05,
|
254 |
+
"loss": 0.6983,
|
255 |
+
"step": 875
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.13300420949086636,
|
259 |
+
"grad_norm": 0.6903620958328247,
|
260 |
+
"learning_rate": 9.624409568794759e-05,
|
261 |
+
"loss": 0.7086,
|
262 |
+
"step": 900
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.13669877086561263,
|
266 |
+
"grad_norm": 0.44413208961486816,
|
267 |
+
"learning_rate": 9.605363400883742e-05,
|
268 |
+
"loss": 0.7306,
|
269 |
+
"step": 925
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.14039333224035894,
|
273 |
+
"grad_norm": 0.4634678065776825,
|
274 |
+
"learning_rate": 9.586317232972727e-05,
|
275 |
+
"loss": 0.7061,
|
276 |
+
"step": 950
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.1440878936151052,
|
280 |
+
"grad_norm": 0.5110129714012146,
|
281 |
+
"learning_rate": 9.56727106506171e-05,
|
282 |
+
"loss": 0.7406,
|
283 |
+
"step": 975
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.1477824549898515,
|
287 |
+
"grad_norm": 0.5460866093635559,
|
288 |
+
"learning_rate": 9.548224897150694e-05,
|
289 |
+
"loss": 0.721,
|
290 |
+
"step": 1000
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.1514770163645978,
|
294 |
+
"grad_norm": 0.5179885029792786,
|
295 |
+
"learning_rate": 9.529178729239677e-05,
|
296 |
+
"loss": 0.7068,
|
297 |
+
"step": 1025
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.15517157773934406,
|
301 |
+
"grad_norm": 0.40280836820602417,
|
302 |
+
"learning_rate": 9.51013256132866e-05,
|
303 |
+
"loss": 0.7009,
|
304 |
+
"step": 1050
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.15886613911409037,
|
308 |
+
"grad_norm": 1.2706756591796875,
|
309 |
+
"learning_rate": 9.491086393417645e-05,
|
310 |
+
"loss": 0.7125,
|
311 |
+
"step": 1075
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.16256070048883664,
|
315 |
+
"grad_norm": 0.4963163435459137,
|
316 |
+
"learning_rate": 9.47204022550663e-05,
|
317 |
+
"loss": 0.7149,
|
318 |
+
"step": 1100
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.16625526186358294,
|
322 |
+
"grad_norm": 0.5147728323936462,
|
323 |
+
"learning_rate": 9.452994057595613e-05,
|
324 |
+
"loss": 0.7245,
|
325 |
+
"step": 1125
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.16994982323832922,
|
329 |
+
"grad_norm": 0.5933899879455566,
|
330 |
+
"learning_rate": 9.433947889684596e-05,
|
331 |
+
"loss": 0.7261,
|
332 |
+
"step": 1150
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.17364438461307552,
|
336 |
+
"grad_norm": 0.4750466048717499,
|
337 |
+
"learning_rate": 9.414901721773579e-05,
|
338 |
+
"loss": 0.7206,
|
339 |
+
"step": 1175
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.1773389459878218,
|
343 |
+
"grad_norm": 0.46546968817710876,
|
344 |
+
"learning_rate": 9.395855553862564e-05,
|
345 |
+
"loss": 0.7121,
|
346 |
+
"step": 1200
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.1810335073625681,
|
350 |
+
"grad_norm": 0.6512172818183899,
|
351 |
+
"learning_rate": 9.376809385951547e-05,
|
352 |
+
"loss": 0.7212,
|
353 |
+
"step": 1225
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.18472806873731437,
|
357 |
+
"grad_norm": 0.34932607412338257,
|
358 |
+
"learning_rate": 9.35776321804053e-05,
|
359 |
+
"loss": 0.704,
|
360 |
+
"step": 1250
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.18842263011206067,
|
364 |
+
"grad_norm": 0.4648846983909607,
|
365 |
+
"learning_rate": 9.338717050129514e-05,
|
366 |
+
"loss": 0.7419,
|
367 |
+
"step": 1275
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.19211719148680695,
|
371 |
+
"grad_norm": 0.4566064774990082,
|
372 |
+
"learning_rate": 9.319670882218498e-05,
|
373 |
+
"loss": 0.7318,
|
374 |
+
"step": 1300
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.19581175286155325,
|
378 |
+
"grad_norm": 0.5357668399810791,
|
379 |
+
"learning_rate": 9.300624714307481e-05,
|
380 |
+
"loss": 0.6973,
|
381 |
+
"step": 1325
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.19950631423629953,
|
385 |
+
"grad_norm": 0.4423241913318634,
|
386 |
+
"learning_rate": 9.281578546396466e-05,
|
387 |
+
"loss": 0.7298,
|
388 |
+
"step": 1350
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.20320087561104583,
|
392 |
+
"grad_norm": 0.4530033767223358,
|
393 |
+
"learning_rate": 9.26253237848545e-05,
|
394 |
+
"loss": 0.7161,
|
395 |
+
"step": 1375
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.2068954369857921,
|
399 |
+
"grad_norm": 0.4678841233253479,
|
400 |
+
"learning_rate": 9.243486210574433e-05,
|
401 |
+
"loss": 0.6972,
|
402 |
+
"step": 1400
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.21058999836053838,
|
406 |
+
"grad_norm": 0.6039907336235046,
|
407 |
+
"learning_rate": 9.224440042663417e-05,
|
408 |
+
"loss": 0.7165,
|
409 |
+
"step": 1425
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.21428455973528468,
|
413 |
+
"grad_norm": 0.4463271498680115,
|
414 |
+
"learning_rate": 9.2053938747524e-05,
|
415 |
+
"loss": 0.6863,
|
416 |
+
"step": 1450
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.21797912111003095,
|
420 |
+
"grad_norm": 0.5739301443099976,
|
421 |
+
"learning_rate": 9.186347706841384e-05,
|
422 |
+
"loss": 0.6907,
|
423 |
+
"step": 1475
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.22167368248477726,
|
427 |
+
"grad_norm": 0.4577805697917938,
|
428 |
+
"learning_rate": 9.167301538930367e-05,
|
429 |
+
"loss": 0.7114,
|
430 |
+
"step": 1500
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.22536824385952353,
|
434 |
+
"grad_norm": 0.4522150158882141,
|
435 |
+
"learning_rate": 9.14825537101935e-05,
|
436 |
+
"loss": 0.6877,
|
437 |
+
"step": 1525
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.22906280523426983,
|
441 |
+
"grad_norm": 0.49612903594970703,
|
442 |
+
"learning_rate": 9.129209203108335e-05,
|
443 |
+
"loss": 0.7112,
|
444 |
+
"step": 1550
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.2327573666090161,
|
448 |
+
"grad_norm": 0.4710284471511841,
|
449 |
+
"learning_rate": 9.11016303519732e-05,
|
450 |
+
"loss": 0.7062,
|
451 |
+
"step": 1575
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.2364519279837624,
|
455 |
+
"grad_norm": 0.5009223818778992,
|
456 |
+
"learning_rate": 9.091116867286303e-05,
|
457 |
+
"loss": 0.7275,
|
458 |
+
"step": 1600
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.24014648935850869,
|
462 |
+
"grad_norm": 0.5547946691513062,
|
463 |
+
"learning_rate": 9.072070699375286e-05,
|
464 |
+
"loss": 0.6993,
|
465 |
+
"step": 1625
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.243841050733255,
|
469 |
+
"grad_norm": 0.4580361843109131,
|
470 |
+
"learning_rate": 9.05302453146427e-05,
|
471 |
+
"loss": 0.7106,
|
472 |
+
"step": 1650
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.24753561210800126,
|
476 |
+
"grad_norm": 0.4767173230648041,
|
477 |
+
"learning_rate": 9.033978363553254e-05,
|
478 |
+
"loss": 0.7103,
|
479 |
+
"step": 1675
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.25123017348274757,
|
483 |
+
"grad_norm": 0.502202570438385,
|
484 |
+
"learning_rate": 9.014932195642237e-05,
|
485 |
+
"loss": 0.6921,
|
486 |
+
"step": 1700
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.25492473485749384,
|
490 |
+
"grad_norm": 0.5283953547477722,
|
491 |
+
"learning_rate": 8.99588602773122e-05,
|
492 |
+
"loss": 0.7077,
|
493 |
+
"step": 1725
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.2586192962322401,
|
497 |
+
"grad_norm": 0.4994209408760071,
|
498 |
+
"learning_rate": 8.976839859820204e-05,
|
499 |
+
"loss": 0.7,
|
500 |
+
"step": 1750
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.2623138576069864,
|
504 |
+
"grad_norm": 0.48279210925102234,
|
505 |
+
"learning_rate": 8.957793691909188e-05,
|
506 |
+
"loss": 0.7114,
|
507 |
+
"step": 1775
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.2660084189817327,
|
511 |
+
"grad_norm": 0.6055914759635925,
|
512 |
+
"learning_rate": 8.938747523998172e-05,
|
513 |
+
"loss": 0.7081,
|
514 |
+
"step": 1800
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.269702980356479,
|
518 |
+
"grad_norm": 0.489519327878952,
|
519 |
+
"learning_rate": 8.919701356087156e-05,
|
520 |
+
"loss": 0.6946,
|
521 |
+
"step": 1825
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.27339754173122527,
|
525 |
+
"grad_norm": 0.5379961133003235,
|
526 |
+
"learning_rate": 8.90065518817614e-05,
|
527 |
+
"loss": 0.6996,
|
528 |
+
"step": 1850
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.27709210310597154,
|
532 |
+
"grad_norm": 0.47824332118034363,
|
533 |
+
"learning_rate": 8.881609020265123e-05,
|
534 |
+
"loss": 0.6881,
|
535 |
+
"step": 1875
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.2807866644807179,
|
539 |
+
"grad_norm": 1551.0594482421875,
|
540 |
+
"learning_rate": 8.862562852354107e-05,
|
541 |
+
"loss": 0.6998,
|
542 |
+
"step": 1900
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.28448122585546415,
|
546 |
+
"grad_norm": 0.4107681214809418,
|
547 |
+
"learning_rate": 8.84351668444309e-05,
|
548 |
+
"loss": 0.7088,
|
549 |
+
"step": 1925
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.2881757872302104,
|
553 |
+
"grad_norm": 0.4558309316635132,
|
554 |
+
"learning_rate": 8.824470516532074e-05,
|
555 |
+
"loss": 0.712,
|
556 |
+
"step": 1950
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.2918703486049567,
|
560 |
+
"grad_norm": 0.539107620716095,
|
561 |
+
"learning_rate": 8.805424348621057e-05,
|
562 |
+
"loss": 0.7159,
|
563 |
+
"step": 1975
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.295564909979703,
|
567 |
+
"grad_norm": 0.5768142938613892,
|
568 |
+
"learning_rate": 8.786378180710042e-05,
|
569 |
+
"loss": 0.7072,
|
570 |
+
"step": 2000
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.2992594713544493,
|
574 |
+
"grad_norm": 0.5575465559959412,
|
575 |
+
"learning_rate": 8.767332012799025e-05,
|
576 |
+
"loss": 0.7118,
|
577 |
+
"step": 2025
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.3029540327291956,
|
581 |
+
"grad_norm": 0.5190144181251526,
|
582 |
+
"learning_rate": 8.748285844888008e-05,
|
583 |
+
"loss": 0.7099,
|
584 |
+
"step": 2050
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.30664859410394185,
|
588 |
+
"grad_norm": 0.4934520125389099,
|
589 |
+
"learning_rate": 8.729239676976993e-05,
|
590 |
+
"loss": 0.692,
|
591 |
+
"step": 2075
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.3103431554786881,
|
595 |
+
"grad_norm": 0.42613571882247925,
|
596 |
+
"learning_rate": 8.710193509065976e-05,
|
597 |
+
"loss": 0.7277,
|
598 |
+
"step": 2100
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.31403771685343446,
|
602 |
+
"grad_norm": 0.5124602317810059,
|
603 |
+
"learning_rate": 8.691147341154961e-05,
|
604 |
+
"loss": 0.6801,
|
605 |
+
"step": 2125
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.31773227822818073,
|
609 |
+
"grad_norm": 0.5284898281097412,
|
610 |
+
"learning_rate": 8.672101173243944e-05,
|
611 |
+
"loss": 0.7103,
|
612 |
+
"step": 2150
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.321426839602927,
|
616 |
+
"grad_norm": 0.43099457025527954,
|
617 |
+
"learning_rate": 8.653055005332927e-05,
|
618 |
+
"loss": 0.7023,
|
619 |
+
"step": 2175
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.3251214009776733,
|
623 |
+
"grad_norm": 0.5190865993499756,
|
624 |
+
"learning_rate": 8.63400883742191e-05,
|
625 |
+
"loss": 0.7144,
|
626 |
+
"step": 2200
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.3288159623524196,
|
630 |
+
"grad_norm": 0.4722968637943268,
|
631 |
+
"learning_rate": 8.614962669510895e-05,
|
632 |
+
"loss": 0.7351,
|
633 |
+
"step": 2225
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.3325105237271659,
|
637 |
+
"grad_norm": 0.6091466546058655,
|
638 |
+
"learning_rate": 8.595916501599878e-05,
|
639 |
+
"loss": 0.7062,
|
640 |
+
"step": 2250
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.33620508510191216,
|
644 |
+
"grad_norm": 0.6135897040367126,
|
645 |
+
"learning_rate": 8.576870333688862e-05,
|
646 |
+
"loss": 0.7117,
|
647 |
+
"step": 2275
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.33989964647665843,
|
651 |
+
"grad_norm": 0.5224157571792603,
|
652 |
+
"learning_rate": 8.557824165777846e-05,
|
653 |
+
"loss": 0.7068,
|
654 |
+
"step": 2300
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.34359420785140476,
|
658 |
+
"grad_norm": 0.4863536059856415,
|
659 |
+
"learning_rate": 8.53877799786683e-05,
|
660 |
+
"loss": 0.6952,
|
661 |
+
"step": 2325
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.34728876922615104,
|
665 |
+
"grad_norm": 0.4728885889053345,
|
666 |
+
"learning_rate": 8.519731829955814e-05,
|
667 |
+
"loss": 0.7289,
|
668 |
+
"step": 2350
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.3509833306008973,
|
672 |
+
"grad_norm": 0.5152695775032043,
|
673 |
+
"learning_rate": 8.500685662044798e-05,
|
674 |
+
"loss": 0.6986,
|
675 |
+
"step": 2375
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.3546778919756436,
|
679 |
+
"grad_norm": 0.4407690465450287,
|
680 |
+
"learning_rate": 8.481639494133781e-05,
|
681 |
+
"loss": 0.6983,
|
682 |
+
"step": 2400
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.3583724533503899,
|
686 |
+
"grad_norm": 0.4756406545639038,
|
687 |
+
"learning_rate": 8.462593326222764e-05,
|
688 |
+
"loss": 0.6626,
|
689 |
+
"step": 2425
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.3620670147251362,
|
693 |
+
"grad_norm": 0.48595255613327026,
|
694 |
+
"learning_rate": 8.443547158311747e-05,
|
695 |
+
"loss": 0.6892,
|
696 |
+
"step": 2450
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.36576157609988247,
|
700 |
+
"grad_norm": 0.47830772399902344,
|
701 |
+
"learning_rate": 8.424500990400732e-05,
|
702 |
+
"loss": 0.7162,
|
703 |
+
"step": 2475
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.36945613747462874,
|
707 |
+
"grad_norm": 0.43090149760246277,
|
708 |
+
"learning_rate": 8.405454822489715e-05,
|
709 |
+
"loss": 0.6913,
|
710 |
+
"step": 2500
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.373150698849375,
|
714 |
+
"grad_norm": 0.5338718295097351,
|
715 |
+
"learning_rate": 8.386408654578698e-05,
|
716 |
+
"loss": 0.7159,
|
717 |
+
"step": 2525
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.37684526022412135,
|
721 |
+
"grad_norm": 0.4907350242137909,
|
722 |
+
"learning_rate": 8.367362486667683e-05,
|
723 |
+
"loss": 0.7022,
|
724 |
+
"step": 2550
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.3805398215988676,
|
728 |
+
"grad_norm": 0.44093430042266846,
|
729 |
+
"learning_rate": 8.348316318756668e-05,
|
730 |
+
"loss": 0.7124,
|
731 |
+
"step": 2575
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.3842343829736139,
|
735 |
+
"grad_norm": 0.5388796925544739,
|
736 |
+
"learning_rate": 8.329270150845651e-05,
|
737 |
+
"loss": 0.7304,
|
738 |
+
"step": 2600
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.38792894434836017,
|
742 |
+
"grad_norm": 0.4456349313259125,
|
743 |
+
"learning_rate": 8.310223982934634e-05,
|
744 |
+
"loss": 0.6964,
|
745 |
+
"step": 2625
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.3916235057231065,
|
749 |
+
"grad_norm": 0.4602237343788147,
|
750 |
+
"learning_rate": 8.291177815023617e-05,
|
751 |
+
"loss": 0.6707,
|
752 |
+
"step": 2650
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.3953180670978528,
|
756 |
+
"grad_norm": 0.4726378917694092,
|
757 |
+
"learning_rate": 8.272131647112601e-05,
|
758 |
+
"loss": 0.694,
|
759 |
+
"step": 2675
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.39901262847259905,
|
763 |
+
"grad_norm": 0.500451922416687,
|
764 |
+
"learning_rate": 8.253085479201585e-05,
|
765 |
+
"loss": 0.6812,
|
766 |
+
"step": 2700
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.4027071898473453,
|
770 |
+
"grad_norm": 0.4073813259601593,
|
771 |
+
"learning_rate": 8.234039311290569e-05,
|
772 |
+
"loss": 0.7028,
|
773 |
+
"step": 2725
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.40640175122209166,
|
777 |
+
"grad_norm": 0.43644702434539795,
|
778 |
+
"learning_rate": 8.214993143379552e-05,
|
779 |
+
"loss": 0.6936,
|
780 |
+
"step": 2750
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.41009631259683793,
|
784 |
+
"grad_norm": 0.5256789922714233,
|
785 |
+
"learning_rate": 8.195946975468535e-05,
|
786 |
+
"loss": 0.7035,
|
787 |
+
"step": 2775
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.4137908739715842,
|
791 |
+
"grad_norm": 0.48385316133499146,
|
792 |
+
"learning_rate": 8.17690080755752e-05,
|
793 |
+
"loss": 0.6736,
|
794 |
+
"step": 2800
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.4174854353463305,
|
798 |
+
"grad_norm": 0.49825233221054077,
|
799 |
+
"learning_rate": 8.157854639646504e-05,
|
800 |
+
"loss": 0.7019,
|
801 |
+
"step": 2825
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.42117999672107675,
|
805 |
+
"grad_norm": 0.5086994171142578,
|
806 |
+
"learning_rate": 8.138808471735488e-05,
|
807 |
+
"loss": 0.6918,
|
808 |
+
"step": 2850
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.4248745580958231,
|
812 |
+
"grad_norm": 0.5430259108543396,
|
813 |
+
"learning_rate": 8.119762303824471e-05,
|
814 |
+
"loss": 0.7175,
|
815 |
+
"step": 2875
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.42856911947056936,
|
819 |
+
"grad_norm": 0.5889118313789368,
|
820 |
+
"learning_rate": 8.100716135913454e-05,
|
821 |
+
"loss": 0.6967,
|
822 |
+
"step": 2900
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.43226368084531563,
|
826 |
+
"grad_norm": 0.5345672369003296,
|
827 |
+
"learning_rate": 8.081669968002439e-05,
|
828 |
+
"loss": 0.6926,
|
829 |
+
"step": 2925
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.4359582422200619,
|
833 |
+
"grad_norm": 0.511101245880127,
|
834 |
+
"learning_rate": 8.062623800091422e-05,
|
835 |
+
"loss": 0.7248,
|
836 |
+
"step": 2950
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.43965280359480824,
|
840 |
+
"grad_norm": 0.511239767074585,
|
841 |
+
"learning_rate": 8.043577632180405e-05,
|
842 |
+
"loss": 0.7319,
|
843 |
+
"step": 2975
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.4433473649695545,
|
847 |
+
"grad_norm": 0.5121573805809021,
|
848 |
+
"learning_rate": 8.024531464269389e-05,
|
849 |
+
"loss": 0.7023,
|
850 |
+
"step": 3000
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.4470419263443008,
|
854 |
+
"grad_norm": 0.5658753514289856,
|
855 |
+
"learning_rate": 8.005485296358373e-05,
|
856 |
+
"loss": 0.6934,
|
857 |
+
"step": 3025
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.45073648771904706,
|
861 |
+
"grad_norm": 0.5475583672523499,
|
862 |
+
"learning_rate": 7.986439128447358e-05,
|
863 |
+
"loss": 0.6701,
|
864 |
+
"step": 3050
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.4544310490937934,
|
868 |
+
"grad_norm": 0.6107661724090576,
|
869 |
+
"learning_rate": 7.967392960536341e-05,
|
870 |
+
"loss": 0.7056,
|
871 |
+
"step": 3075
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.45812561046853967,
|
875 |
+
"grad_norm": 0.48424115777015686,
|
876 |
+
"learning_rate": 7.948346792625324e-05,
|
877 |
+
"loss": 0.7179,
|
878 |
+
"step": 3100
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.46182017184328594,
|
882 |
+
"grad_norm": 0.6184881329536438,
|
883 |
+
"learning_rate": 7.929300624714308e-05,
|
884 |
+
"loss": 0.7141,
|
885 |
+
"step": 3125
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.4655147332180322,
|
889 |
+
"grad_norm": 0.49919527769088745,
|
890 |
+
"learning_rate": 7.910254456803291e-05,
|
891 |
+
"loss": 0.7027,
|
892 |
+
"step": 3150
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.4692092945927785,
|
896 |
+
"grad_norm": 0.5012905597686768,
|
897 |
+
"learning_rate": 7.891208288892276e-05,
|
898 |
+
"loss": 0.6852,
|
899 |
+
"step": 3175
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.4729038559675248,
|
903 |
+
"grad_norm": 0.5033735036849976,
|
904 |
+
"learning_rate": 7.872162120981259e-05,
|
905 |
+
"loss": 0.7199,
|
906 |
+
"step": 3200
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.4765984173422711,
|
910 |
+
"grad_norm": 0.5746079087257385,
|
911 |
+
"learning_rate": 7.853115953070242e-05,
|
912 |
+
"loss": 0.715,
|
913 |
+
"step": 3225
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.48029297871701737,
|
917 |
+
"grad_norm": 0.5436145663261414,
|
918 |
+
"learning_rate": 7.834069785159225e-05,
|
919 |
+
"loss": 0.697,
|
920 |
+
"step": 3250
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.48398754009176365,
|
924 |
+
"grad_norm": 0.5836604833602905,
|
925 |
+
"learning_rate": 7.81502361724821e-05,
|
926 |
+
"loss": 0.7129,
|
927 |
+
"step": 3275
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.48768210146651,
|
931 |
+
"grad_norm": 0.5618935227394104,
|
932 |
+
"learning_rate": 7.795977449337195e-05,
|
933 |
+
"loss": 0.6993,
|
934 |
+
"step": 3300
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.49137666284125625,
|
938 |
+
"grad_norm": 0.6251245737075806,
|
939 |
+
"learning_rate": 7.776931281426178e-05,
|
940 |
+
"loss": 0.7132,
|
941 |
+
"step": 3325
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.4950712242160025,
|
945 |
+
"grad_norm": 0.5123202800750732,
|
946 |
+
"learning_rate": 7.757885113515161e-05,
|
947 |
+
"loss": 0.7218,
|
948 |
+
"step": 3350
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.4987657855907488,
|
952 |
+
"grad_norm": 0.5818086862564087,
|
953 |
+
"learning_rate": 7.738838945604144e-05,
|
954 |
+
"loss": 0.7154,
|
955 |
+
"step": 3375
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.5024603469654951,
|
959 |
+
"grad_norm": 0.5861947536468506,
|
960 |
+
"learning_rate": 7.719792777693129e-05,
|
961 |
+
"loss": 0.7013,
|
962 |
+
"step": 3400
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.5061549083402413,
|
966 |
+
"grad_norm": 0.4849907457828522,
|
967 |
+
"learning_rate": 7.700746609782112e-05,
|
968 |
+
"loss": 0.6902,
|
969 |
+
"step": 3425
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.5098494697149877,
|
973 |
+
"grad_norm": 0.5476916432380676,
|
974 |
+
"learning_rate": 7.681700441871096e-05,
|
975 |
+
"loss": 0.7147,
|
976 |
+
"step": 3450
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.513544031089734,
|
980 |
+
"grad_norm": 0.5822548866271973,
|
981 |
+
"learning_rate": 7.662654273960079e-05,
|
982 |
+
"loss": 0.7431,
|
983 |
+
"step": 3475
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.5172385924644802,
|
987 |
+
"grad_norm": 0.44818004965782166,
|
988 |
+
"learning_rate": 7.643608106049063e-05,
|
989 |
+
"loss": 0.718,
|
990 |
+
"step": 3500
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.5209331538392266,
|
994 |
+
"grad_norm": 0.544068455696106,
|
995 |
+
"learning_rate": 7.624561938138047e-05,
|
996 |
+
"loss": 0.7201,
|
997 |
+
"step": 3525
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.5246277152139728,
|
1001 |
+
"grad_norm": 0.5535098910331726,
|
1002 |
+
"learning_rate": 7.605515770227031e-05,
|
1003 |
+
"loss": 0.6998,
|
1004 |
+
"step": 3550
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.5283222765887191,
|
1008 |
+
"grad_norm": 0.5754445195198059,
|
1009 |
+
"learning_rate": 7.586469602316015e-05,
|
1010 |
+
"loss": 0.6918,
|
1011 |
+
"step": 3575
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.5320168379634654,
|
1015 |
+
"grad_norm": 0.5976133942604065,
|
1016 |
+
"learning_rate": 7.567423434404998e-05,
|
1017 |
+
"loss": 0.693,
|
1018 |
+
"step": 3600
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 0.5357113993382117,
|
1022 |
+
"grad_norm": 0.4844263195991516,
|
1023 |
+
"learning_rate": 7.548377266493982e-05,
|
1024 |
+
"loss": 0.68,
|
1025 |
+
"step": 3625
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 0.539405960712958,
|
1029 |
+
"grad_norm": 0.5436462163925171,
|
1030 |
+
"learning_rate": 7.529331098582966e-05,
|
1031 |
+
"loss": 0.7075,
|
1032 |
+
"step": 3650
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 0.5431005220877043,
|
1036 |
+
"grad_norm": 0.6490929126739502,
|
1037 |
+
"learning_rate": 7.510284930671949e-05,
|
1038 |
+
"loss": 0.6956,
|
1039 |
+
"step": 3675
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 0.5467950834624505,
|
1043 |
+
"grad_norm": 0.47479814291000366,
|
1044 |
+
"learning_rate": 7.491238762760932e-05,
|
1045 |
+
"loss": 0.7026,
|
1046 |
+
"step": 3700
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 0.5504896448371969,
|
1050 |
+
"grad_norm": 0.590874969959259,
|
1051 |
+
"learning_rate": 7.472192594849915e-05,
|
1052 |
+
"loss": 0.7117,
|
1053 |
+
"step": 3725
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 0.5541842062119431,
|
1057 |
+
"grad_norm": 0.46487829089164734,
|
1058 |
+
"learning_rate": 7.4531464269389e-05,
|
1059 |
+
"loss": 0.6919,
|
1060 |
+
"step": 3750
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 0.5578787675866894,
|
1064 |
+
"grad_norm": 0.6609780192375183,
|
1065 |
+
"learning_rate": 7.434100259027885e-05,
|
1066 |
+
"loss": 0.7089,
|
1067 |
+
"step": 3775
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 0.5615733289614357,
|
1071 |
+
"grad_norm": 0.6165657639503479,
|
1072 |
+
"learning_rate": 7.415054091116868e-05,
|
1073 |
+
"loss": 0.7444,
|
1074 |
+
"step": 3800
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 0.565267890336182,
|
1078 |
+
"grad_norm": 0.5194655656814575,
|
1079 |
+
"learning_rate": 7.396007923205851e-05,
|
1080 |
+
"loss": 0.7114,
|
1081 |
+
"step": 3825
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 0.5689624517109283,
|
1085 |
+
"grad_norm": 0.4813441336154938,
|
1086 |
+
"learning_rate": 7.376961755294836e-05,
|
1087 |
+
"loss": 0.6953,
|
1088 |
+
"step": 3850
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 0.5726570130856745,
|
1092 |
+
"grad_norm": 0.7607313990592957,
|
1093 |
+
"learning_rate": 7.357915587383819e-05,
|
1094 |
+
"loss": 0.7058,
|
1095 |
+
"step": 3875
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 0.5763515744604208,
|
1099 |
+
"grad_norm": 0.48498719930648804,
|
1100 |
+
"learning_rate": 7.338869419472802e-05,
|
1101 |
+
"loss": 0.6866,
|
1102 |
+
"step": 3900
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 0.5800461358351672,
|
1106 |
+
"grad_norm": 0.5969393253326416,
|
1107 |
+
"learning_rate": 7.319823251561786e-05,
|
1108 |
+
"loss": 0.6951,
|
1109 |
+
"step": 3925
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 0.5837406972099134,
|
1113 |
+
"grad_norm": 0.6178887486457825,
|
1114 |
+
"learning_rate": 7.300777083650769e-05,
|
1115 |
+
"loss": 0.7036,
|
1116 |
+
"step": 3950
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 0.5874352585846597,
|
1120 |
+
"grad_norm": 0.5318612456321716,
|
1121 |
+
"learning_rate": 7.281730915739754e-05,
|
1122 |
+
"loss": 0.6856,
|
1123 |
+
"step": 3975
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 0.591129819959406,
|
1127 |
+
"grad_norm": 0.6101936101913452,
|
1128 |
+
"learning_rate": 7.262684747828737e-05,
|
1129 |
+
"loss": 0.7103,
|
1130 |
+
"step": 4000
|
1131 |
+
}
|
1132 |
+
],
|
1133 |
+
"logging_steps": 25,
|
1134 |
+
"max_steps": 13532,
|
1135 |
+
"num_input_tokens_seen": 0,
|
1136 |
+
"num_train_epochs": 2,
|
1137 |
+
"save_steps": 1000,
|
1138 |
+
"stateful_callbacks": {
|
1139 |
+
"TrainerControl": {
|
1140 |
+
"args": {
|
1141 |
+
"should_epoch_stop": false,
|
1142 |
+
"should_evaluate": false,
|
1143 |
+
"should_log": false,
|
1144 |
+
"should_save": true,
|
1145 |
+
"should_training_stop": false
|
1146 |
+
},
|
1147 |
+
"attributes": {}
|
1148 |
+
}
|
1149 |
+
},
|
1150 |
+
"total_flos": 1.6005238537023461e+19,
|
1151 |
+
"train_batch_size": 1,
|
1152 |
+
"trial_name": null,
|
1153 |
+
"trial_params": null
|
1154 |
+
}
|
checkpoint-4000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddec6eef92f76dd21b66ba65fc3f8486e2d925551fb3a26f493b39225b02363f
|
3 |
+
size 5969
|
checkpoint-4000/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|