Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- checkpoint-200/README.md +208 -0
- checkpoint-200/adapter_config.json +41 -0
- checkpoint-200/adapter_model.safetensors +3 -0
- checkpoint-200/added_tokens.json +31 -0
- checkpoint-200/chat_template.jinja +86 -0
- checkpoint-200/merges.txt +0 -0
- checkpoint-200/optimizer.pt +3 -0
- checkpoint-200/rng_state.pth +3 -0
- checkpoint-200/scaler.pt +3 -0
- checkpoint-200/scheduler.pt +3 -0
- checkpoint-200/special_tokens_map.json +39 -0
- checkpoint-200/tokenizer.json +3 -0
- checkpoint-200/tokenizer_config.json +254 -0
- checkpoint-200/trainer_state.json +734 -0
- checkpoint-200/training_args.bin +3 -0
- checkpoint-200/vocab.json +0 -0
- checkpoint-400/README.md +208 -0
- checkpoint-400/adapter_config.json +41 -0
- checkpoint-400/adapter_model.safetensors +3 -0
- checkpoint-400/added_tokens.json +31 -0
- checkpoint-400/chat_template.jinja +86 -0
- checkpoint-400/merges.txt +0 -0
- checkpoint-400/optimizer.pt +3 -0
- checkpoint-400/rng_state.pth +3 -0
- checkpoint-400/scaler.pt +3 -0
- checkpoint-400/scheduler.pt +3 -0
- checkpoint-400/special_tokens_map.json +39 -0
- checkpoint-400/tokenizer.json +3 -0
- checkpoint-400/tokenizer_config.json +254 -0
- checkpoint-400/trainer_state.json +1434 -0
- checkpoint-400/training_args.bin +3 -0
- checkpoint-400/vocab.json +0 -0
- checkpoint-464/README.md +208 -0
- checkpoint-464/adapter_config.json +41 -0
- checkpoint-464/adapter_model.safetensors +3 -0
- checkpoint-464/added_tokens.json +31 -0
- checkpoint-464/chat_template.jinja +86 -0
- checkpoint-464/merges.txt +0 -0
- checkpoint-464/optimizer.pt +3 -0
- checkpoint-464/rng_state.pth +3 -0
- checkpoint-464/scaler.pt +3 -0
- checkpoint-464/scheduler.pt +3 -0
- checkpoint-464/special_tokens_map.json +39 -0
- checkpoint-464/tokenizer.json +3 -0
- checkpoint-464/tokenizer_config.json +254 -0
- checkpoint-464/trainer_state.json +1658 -0
- checkpoint-464/training_args.bin +3 -0
- checkpoint-464/vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
checkpoint-464/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-200/README.md
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ./Qwen3-4B-Instruct-2507
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:./Qwen3-4B-Instruct-2507
|
7 |
+
- lora
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model Card for Model ID
|
13 |
+
|
14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
## Model Details
|
19 |
+
|
20 |
+
### Model Description
|
21 |
+
|
22 |
+
<!-- Provide a longer summary of what this model is. -->
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
- **Developed by:** [More Information Needed]
|
27 |
+
- **Funded by [optional]:** [More Information Needed]
|
28 |
+
- **Shared by [optional]:** [More Information Needed]
|
29 |
+
- **Model type:** [More Information Needed]
|
30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
31 |
+
- **License:** [More Information Needed]
|
32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
33 |
+
|
34 |
+
### Model Sources [optional]
|
35 |
+
|
36 |
+
<!-- Provide the basic links for the model. -->
|
37 |
+
|
38 |
+
- **Repository:** [More Information Needed]
|
39 |
+
- **Paper [optional]:** [More Information Needed]
|
40 |
+
- **Demo [optional]:** [More Information Needed]
|
41 |
+
|
42 |
+
## Uses
|
43 |
+
|
44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
45 |
+
|
46 |
+
### Direct Use
|
47 |
+
|
48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Downstream Use [optional]
|
53 |
+
|
54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
### Out-of-Scope Use
|
59 |
+
|
60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
## Bias, Risks, and Limitations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
67 |
+
|
68 |
+
[More Information Needed]
|
69 |
+
|
70 |
+
### Recommendations
|
71 |
+
|
72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
73 |
+
|
74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
75 |
+
|
76 |
+
## How to Get Started with the Model
|
77 |
+
|
78 |
+
Use the code below to get started with the model.
|
79 |
+
|
80 |
+
[More Information Needed]
|
81 |
+
|
82 |
+
## Training Details
|
83 |
+
|
84 |
+
### Training Data
|
85 |
+
|
86 |
+
<!-- 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. -->
|
87 |
+
|
88 |
+
[More Information Needed]
|
89 |
+
|
90 |
+
### Training Procedure
|
91 |
+
|
92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
93 |
+
|
94 |
+
#### Preprocessing [optional]
|
95 |
+
|
96 |
+
[More Information Needed]
|
97 |
+
|
98 |
+
|
99 |
+
#### Training Hyperparameters
|
100 |
+
|
101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
102 |
+
|
103 |
+
#### Speeds, Sizes, Times [optional]
|
104 |
+
|
105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
106 |
+
|
107 |
+
[More Information Needed]
|
108 |
+
|
109 |
+
## Evaluation
|
110 |
+
|
111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
112 |
+
|
113 |
+
### Testing Data, Factors & Metrics
|
114 |
+
|
115 |
+
#### Testing Data
|
116 |
+
|
117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Factors
|
122 |
+
|
123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
#### Metrics
|
128 |
+
|
129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
130 |
+
|
131 |
+
[More Information Needed]
|
132 |
+
|
133 |
+
### Results
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
#### Summary
|
138 |
+
|
139 |
+
|
140 |
+
|
141 |
+
## Model Examination [optional]
|
142 |
+
|
143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
144 |
+
|
145 |
+
[More Information Needed]
|
146 |
+
|
147 |
+
## Environmental Impact
|
148 |
+
|
149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
150 |
+
|
151 |
+
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).
|
152 |
+
|
153 |
+
- **Hardware Type:** [More Information Needed]
|
154 |
+
- **Hours used:** [More Information Needed]
|
155 |
+
- **Cloud Provider:** [More Information Needed]
|
156 |
+
- **Compute Region:** [More Information Needed]
|
157 |
+
- **Carbon Emitted:** [More Information Needed]
|
158 |
+
|
159 |
+
## Technical Specifications [optional]
|
160 |
+
|
161 |
+
### Model Architecture and Objective
|
162 |
+
|
163 |
+
[More Information Needed]
|
164 |
+
|
165 |
+
### Compute Infrastructure
|
166 |
+
|
167 |
+
[More Information Needed]
|
168 |
+
|
169 |
+
#### Hardware
|
170 |
+
|
171 |
+
[More Information Needed]
|
172 |
+
|
173 |
+
#### Software
|
174 |
+
|
175 |
+
[More Information Needed]
|
176 |
+
|
177 |
+
## Citation [optional]
|
178 |
+
|
179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
180 |
+
|
181 |
+
**BibTeX:**
|
182 |
+
|
183 |
+
[More Information Needed]
|
184 |
+
|
185 |
+
**APA:**
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## Glossary [optional]
|
190 |
+
|
191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
192 |
+
|
193 |
+
[More Information Needed]
|
194 |
+
|
195 |
+
## More Information [optional]
|
196 |
+
|
197 |
+
[More Information Needed]
|
198 |
+
|
199 |
+
## Model Card Authors [optional]
|
200 |
+
|
201 |
+
[More Information Needed]
|
202 |
+
|
203 |
+
## Model Card Contact
|
204 |
+
|
205 |
+
[More Information Needed]
|
206 |
+
### Framework versions
|
207 |
+
|
208 |
+
- PEFT 0.16.0
|
checkpoint-200/adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "./Qwen3-4B-Instruct-2507",
|
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.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"qalora_group_size": 16,
|
24 |
+
"r": 32,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"k_proj",
|
31 |
+
"up_proj",
|
32 |
+
"v_proj",
|
33 |
+
"q_proj",
|
34 |
+
"down_proj"
|
35 |
+
],
|
36 |
+
"task_type": "CAUSAL_LM",
|
37 |
+
"trainable_token_indices": null,
|
38 |
+
"use_dora": false,
|
39 |
+
"use_qalora": false,
|
40 |
+
"use_rslora": true
|
41 |
+
}
|
checkpoint-200/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d1a8edfe915361f46ee15ff54e805bb4102aac075069e143da8798a54f575a5
|
3 |
+
size 1817430408
|
checkpoint-200/added_tokens.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|analysis|>": 151670,
|
9 |
+
"<|box_end|>": 151649,
|
10 |
+
"<|box_start|>": 151648,
|
11 |
+
"<|endoftext|>": 151643,
|
12 |
+
"<|file_sep|>": 151664,
|
13 |
+
"<|fim_middle|>": 151660,
|
14 |
+
"<|fim_pad|>": 151662,
|
15 |
+
"<|fim_prefix|>": 151659,
|
16 |
+
"<|fim_suffix|>": 151661,
|
17 |
+
"<|forecast|>": 151671,
|
18 |
+
"<|im_end|>": 151645,
|
19 |
+
"<|im_start|>": 151644,
|
20 |
+
"<|image_pad|>": 151655,
|
21 |
+
"<|object_ref_end|>": 151647,
|
22 |
+
"<|object_ref_start|>": 151646,
|
23 |
+
"<|quad_end|>": 151651,
|
24 |
+
"<|quad_start|>": 151650,
|
25 |
+
"<|repo_name|>": 151663,
|
26 |
+
"<|response|>": 151669,
|
27 |
+
"<|video_pad|>": 151656,
|
28 |
+
"<|vision_end|>": 151653,
|
29 |
+
"<|vision_pad|>": 151654,
|
30 |
+
"<|vision_start|>": 151652
|
31 |
+
}
|
checkpoint-200/chat_template.jinja
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- endif %}
|
checkpoint-200/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-200/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bb82c7a96e352346fd9c532cc7a78d4993346b20d26e447c50efd8d1f44870a
|
3 |
+
size 528908363
|
checkpoint-200/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:098b29492211804ab324a36f37466821d948280bb74fce4ba895c03f13ecd878
|
3 |
+
size 14645
|
checkpoint-200/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:124625e167eb28acbfc793cfcb3e8a08b32e7fea06501462bc9e420a5e1beb2a
|
3 |
+
size 1383
|
checkpoint-200/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eae31a1f07745133886de64683a6542968a818c2f2d468210dfced7cf8fa629d
|
3 |
+
size 1465
|
checkpoint-200/special_tokens_map.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<|response|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "<|analysis|>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": false,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"content": "<|forecast|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"eos_token": {
|
26 |
+
"content": "<|im_end|>",
|
27 |
+
"lstrip": false,
|
28 |
+
"normalized": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"single_word": false
|
31 |
+
},
|
32 |
+
"pad_token": {
|
33 |
+
"content": "<|endoftext|>",
|
34 |
+
"lstrip": false,
|
35 |
+
"normalized": false,
|
36 |
+
"rstrip": false,
|
37 |
+
"single_word": false
|
38 |
+
}
|
39 |
+
}
|
checkpoint-200/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77247e5fb2e966d04e513068b17cca472e105e7c56953e9b1d27d70b93d77e6f
|
3 |
+
size 11423221
|
checkpoint-200/tokenizer_config.json
ADDED
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151669": {
|
214 |
+
"content": "<|response|>",
|
215 |
+
"lstrip": false,
|
216 |
+
"normalized": false,
|
217 |
+
"rstrip": false,
|
218 |
+
"single_word": false,
|
219 |
+
"special": true
|
220 |
+
},
|
221 |
+
"151670": {
|
222 |
+
"content": "<|analysis|>",
|
223 |
+
"lstrip": false,
|
224 |
+
"normalized": false,
|
225 |
+
"rstrip": false,
|
226 |
+
"single_word": false,
|
227 |
+
"special": true
|
228 |
+
},
|
229 |
+
"151671": {
|
230 |
+
"content": "<|forecast|>",
|
231 |
+
"lstrip": false,
|
232 |
+
"normalized": false,
|
233 |
+
"rstrip": false,
|
234 |
+
"single_word": false,
|
235 |
+
"special": true
|
236 |
+
}
|
237 |
+
},
|
238 |
+
"additional_special_tokens": [
|
239 |
+
"<|response|>",
|
240 |
+
"<|analysis|>",
|
241 |
+
"<|forecast|>"
|
242 |
+
],
|
243 |
+
"bos_token": null,
|
244 |
+
"clean_up_tokenization_spaces": false,
|
245 |
+
"eos_token": "<|im_end|>",
|
246 |
+
"errors": "replace",
|
247 |
+
"extra_special_tokens": {},
|
248 |
+
"model_max_length": 262144,
|
249 |
+
"pad_token": "<|endoftext|>",
|
250 |
+
"padding_side": "right",
|
251 |
+
"split_special_tokens": false,
|
252 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
253 |
+
"unk_token": null
|
254 |
+
}
|
checkpoint-200/trainer_state.json
ADDED
@@ -0,0 +1,734 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 1.7241379310344827,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 200,
|
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.017241379310344827,
|
14 |
+
"grad_norm": 0.003562385216355324,
|
15 |
+
"learning_rate": 8.333333333333334e-06,
|
16 |
+
"loss": 6.5818,
|
17 |
+
"step": 2
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.034482758620689655,
|
21 |
+
"grad_norm": 0.00022410321980714798,
|
22 |
+
"learning_rate": 2.5e-05,
|
23 |
+
"loss": 3.1274,
|
24 |
+
"step": 4
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05172413793103448,
|
28 |
+
"grad_norm": 0.001015713787637651,
|
29 |
+
"learning_rate": 4.166666666666667e-05,
|
30 |
+
"loss": 6.2659,
|
31 |
+
"step": 6
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.06896551724137931,
|
35 |
+
"grad_norm": 5.367869744077325e-05,
|
36 |
+
"learning_rate": 5.833333333333334e-05,
|
37 |
+
"loss": 2.6228,
|
38 |
+
"step": 8
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08620689655172414,
|
42 |
+
"grad_norm": 4.5336004404816777e-05,
|
43 |
+
"learning_rate": 7.500000000000001e-05,
|
44 |
+
"loss": 2.5434,
|
45 |
+
"step": 10
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10344827586206896,
|
49 |
+
"grad_norm": 4.627772432286292e-05,
|
50 |
+
"learning_rate": 9.166666666666667e-05,
|
51 |
+
"loss": 2.3415,
|
52 |
+
"step": 12
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.1206896551724138,
|
56 |
+
"grad_norm": 3.9416841900674626e-05,
|
57 |
+
"learning_rate": 0.00010833333333333333,
|
58 |
+
"loss": 2.3444,
|
59 |
+
"step": 14
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.13793103448275862,
|
63 |
+
"grad_norm": 3.731855395017192e-05,
|
64 |
+
"learning_rate": 0.000125,
|
65 |
+
"loss": 2.2561,
|
66 |
+
"step": 16
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15517241379310345,
|
70 |
+
"grad_norm": 3.3787582651712e-05,
|
71 |
+
"learning_rate": 0.00014166666666666668,
|
72 |
+
"loss": 2.2835,
|
73 |
+
"step": 18
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.1724137931034483,
|
77 |
+
"grad_norm": 3.5183733416488394e-05,
|
78 |
+
"learning_rate": 0.00015833333333333332,
|
79 |
+
"loss": 2.1617,
|
80 |
+
"step": 20
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.1896551724137931,
|
84 |
+
"grad_norm": 2.609785042295698e-05,
|
85 |
+
"learning_rate": 0.000175,
|
86 |
+
"loss": 2.1658,
|
87 |
+
"step": 22
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.20689655172413793,
|
91 |
+
"grad_norm": 2.222553302999586e-05,
|
92 |
+
"learning_rate": 0.00019166666666666667,
|
93 |
+
"loss": 2.0384,
|
94 |
+
"step": 24
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22413793103448276,
|
98 |
+
"grad_norm": 2.2757671104045585e-05,
|
99 |
+
"learning_rate": 0.00019999745104274993,
|
100 |
+
"loss": 2.1457,
|
101 |
+
"step": 26
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.2413793103448276,
|
105 |
+
"grad_norm": 2.0901892639813013e-05,
|
106 |
+
"learning_rate": 0.0001999770601644046,
|
107 |
+
"loss": 2.0479,
|
108 |
+
"step": 28
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.25862068965517243,
|
112 |
+
"grad_norm": 2.0703126210719347e-05,
|
113 |
+
"learning_rate": 0.0001999362825656992,
|
114 |
+
"loss": 2.075,
|
115 |
+
"step": 30
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.27586206896551724,
|
119 |
+
"grad_norm": 2.1005034795962274e-05,
|
120 |
+
"learning_rate": 0.0001998751265617561,
|
121 |
+
"loss": 2.055,
|
122 |
+
"step": 32
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.29310344827586204,
|
126 |
+
"grad_norm": 1.9665612853714265e-05,
|
127 |
+
"learning_rate": 0.00019979360462313962,
|
128 |
+
"loss": 1.9215,
|
129 |
+
"step": 34
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3103448275862069,
|
133 |
+
"grad_norm": 2.0705581846414134e-05,
|
134 |
+
"learning_rate": 0.0001996917333733128,
|
135 |
+
"loss": 1.8961,
|
136 |
+
"step": 36
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3275862068965517,
|
140 |
+
"grad_norm": 2.2074158550822176e-05,
|
141 |
+
"learning_rate": 0.00019956953358524774,
|
142 |
+
"loss": 1.9082,
|
143 |
+
"step": 38
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3448275862068966,
|
147 |
+
"grad_norm": 2.1002635548938997e-05,
|
148 |
+
"learning_rate": 0.00019942703017718975,
|
149 |
+
"loss": 1.934,
|
150 |
+
"step": 40
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3620689655172414,
|
154 |
+
"grad_norm": 1.9619050362962298e-05,
|
155 |
+
"learning_rate": 0.00019926425220757605,
|
156 |
+
"loss": 1.8817,
|
157 |
+
"step": 42
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.3793103448275862,
|
161 |
+
"grad_norm": 2.059372673102189e-05,
|
162 |
+
"learning_rate": 0.00019908123286911046,
|
163 |
+
"loss": 2.0008,
|
164 |
+
"step": 44
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.39655172413793105,
|
168 |
+
"grad_norm": 1.98649267986184e-05,
|
169 |
+
"learning_rate": 0.00019887800948199496,
|
170 |
+
"loss": 1.8766,
|
171 |
+
"step": 46
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.41379310344827586,
|
175 |
+
"grad_norm": 2.3096907170838676e-05,
|
176 |
+
"learning_rate": 0.00019865462348631944,
|
177 |
+
"loss": 1.7926,
|
178 |
+
"step": 48
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43103448275862066,
|
182 |
+
"grad_norm": 2.106586362060625e-05,
|
183 |
+
"learning_rate": 0.0001984111204336116,
|
184 |
+
"loss": 1.9005,
|
185 |
+
"step": 50
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.4482758620689655,
|
189 |
+
"grad_norm": 2.156079062842764e-05,
|
190 |
+
"learning_rate": 0.0001981475499775484,
|
191 |
+
"loss": 1.9158,
|
192 |
+
"step": 52
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.46551724137931033,
|
196 |
+
"grad_norm": 2.2075933884480037e-05,
|
197 |
+
"learning_rate": 0.00019786396586383075,
|
198 |
+
"loss": 1.903,
|
199 |
+
"step": 54
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.4827586206896552,
|
203 |
+
"grad_norm": 2.0557081370498054e-05,
|
204 |
+
"learning_rate": 0.00019756042591922434,
|
205 |
+
"loss": 1.8811,
|
206 |
+
"step": 56
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5,
|
210 |
+
"grad_norm": 1.944549148902297e-05,
|
211 |
+
"learning_rate": 0.00019723699203976766,
|
212 |
+
"loss": 1.8026,
|
213 |
+
"step": 58
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5172413793103449,
|
217 |
+
"grad_norm": 2.6996058295480907e-05,
|
218 |
+
"learning_rate": 0.00019689373017815073,
|
219 |
+
"loss": 1.8647,
|
220 |
+
"step": 60
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.5344827586206896,
|
224 |
+
"grad_norm": 2.1660236598108895e-05,
|
225 |
+
"learning_rate": 0.00019653071033026633,
|
226 |
+
"loss": 1.8209,
|
227 |
+
"step": 62
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5517241379310345,
|
231 |
+
"grad_norm": 2.476519875926897e-05,
|
232 |
+
"learning_rate": 0.00019614800652093686,
|
233 |
+
"loss": 1.8078,
|
234 |
+
"step": 64
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5689655172413793,
|
238 |
+
"grad_norm": 2.4084582037176006e-05,
|
239 |
+
"learning_rate": 0.00019574569678881964,
|
240 |
+
"loss": 1.8253,
|
241 |
+
"step": 66
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5862068965517241,
|
245 |
+
"grad_norm": 2.4040386051638052e-05,
|
246 |
+
"learning_rate": 0.00019532386317049383,
|
247 |
+
"loss": 1.8044,
|
248 |
+
"step": 68
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.603448275862069,
|
252 |
+
"grad_norm": 2.3245340344146825e-05,
|
253 |
+
"learning_rate": 0.00019488259168373197,
|
254 |
+
"loss": 1.8383,
|
255 |
+
"step": 70
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.6206896551724138,
|
259 |
+
"grad_norm": 2.399735603830777e-05,
|
260 |
+
"learning_rate": 0.0001944219723099596,
|
261 |
+
"loss": 1.852,
|
262 |
+
"step": 72
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6379310344827587,
|
266 |
+
"grad_norm": 2.5779550924198702e-05,
|
267 |
+
"learning_rate": 0.00019394209897590704,
|
268 |
+
"loss": 2.2878,
|
269 |
+
"step": 74
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6551724137931034,
|
273 |
+
"grad_norm": 2.9553415515692905e-05,
|
274 |
+
"learning_rate": 0.00019344306953445633,
|
275 |
+
"loss": 1.9217,
|
276 |
+
"step": 76
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6724137931034483,
|
280 |
+
"grad_norm": 2.9237366106826812e-05,
|
281 |
+
"learning_rate": 0.00019292498574468748,
|
282 |
+
"loss": 1.8601,
|
283 |
+
"step": 78
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.6896551724137931,
|
287 |
+
"grad_norm": 2.6727117074187845e-05,
|
288 |
+
"learning_rate": 0.0001923879532511287,
|
289 |
+
"loss": 1.8181,
|
290 |
+
"step": 80
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7068965517241379,
|
294 |
+
"grad_norm": 2.680359648365993e-05,
|
295 |
+
"learning_rate": 0.0001918320815622137,
|
296 |
+
"loss": 1.8295,
|
297 |
+
"step": 82
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7241379310344828,
|
301 |
+
"grad_norm": 2.3158025214797817e-05,
|
302 |
+
"learning_rate": 0.0001912574840279516,
|
303 |
+
"loss": 1.8614,
|
304 |
+
"step": 84
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7413793103448276,
|
308 |
+
"grad_norm": 3.017827111762017e-05,
|
309 |
+
"learning_rate": 0.00019066427781681315,
|
310 |
+
"loss": 1.757,
|
311 |
+
"step": 86
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7586206896551724,
|
315 |
+
"grad_norm": 2.1740601368946955e-05,
|
316 |
+
"learning_rate": 0.00019005258389183851,
|
317 |
+
"loss": 1.8096,
|
318 |
+
"step": 88
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7758620689655172,
|
322 |
+
"grad_norm": 2.1615645891870372e-05,
|
323 |
+
"learning_rate": 0.00018942252698597113,
|
324 |
+
"loss": 1.7802,
|
325 |
+
"step": 90
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.7931034482758621,
|
329 |
+
"grad_norm": 2.0820896679651923e-05,
|
330 |
+
"learning_rate": 0.00018877423557662305,
|
331 |
+
"loss": 1.7246,
|
332 |
+
"step": 92
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8103448275862069,
|
336 |
+
"grad_norm": 2.3314805730478838e-05,
|
337 |
+
"learning_rate": 0.00018810784185947646,
|
338 |
+
"loss": 1.8366,
|
339 |
+
"step": 94
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8275862068965517,
|
343 |
+
"grad_norm": 2.5301331334048882e-05,
|
344 |
+
"learning_rate": 0.00018742348172152726,
|
345 |
+
"loss": 1.8826,
|
346 |
+
"step": 96
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8448275862068966,
|
350 |
+
"grad_norm": 2.6756286388263106e-05,
|
351 |
+
"learning_rate": 0.00018672129471337568,
|
352 |
+
"loss": 1.7417,
|
353 |
+
"step": 98
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8620689655172413,
|
357 |
+
"grad_norm": 2.8393502361723222e-05,
|
358 |
+
"learning_rate": 0.00018600142402077006,
|
359 |
+
"loss": 1.8275,
|
360 |
+
"step": 100
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8793103448275862,
|
364 |
+
"grad_norm": 2.184685035899747e-05,
|
365 |
+
"learning_rate": 0.00018526401643540922,
|
366 |
+
"loss": 1.7819,
|
367 |
+
"step": 102
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.896551724137931,
|
371 |
+
"grad_norm": 2.5997507691499777e-05,
|
372 |
+
"learning_rate": 0.00018450922232500966,
|
373 |
+
"loss": 1.8088,
|
374 |
+
"step": 104
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9137931034482759,
|
378 |
+
"grad_norm": 2.3897668143035844e-05,
|
379 |
+
"learning_rate": 0.00018373719560264327,
|
380 |
+
"loss": 1.8686,
|
381 |
+
"step": 106
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9310344827586207,
|
385 |
+
"grad_norm": 2.715570735745132e-05,
|
386 |
+
"learning_rate": 0.00018294809369535263,
|
387 |
+
"loss": 1.8138,
|
388 |
+
"step": 108
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9482758620689655,
|
392 |
+
"grad_norm": 3.2870055292733014e-05,
|
393 |
+
"learning_rate": 0.00018214207751204918,
|
394 |
+
"loss": 1.8485,
|
395 |
+
"step": 110
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9655172413793104,
|
399 |
+
"grad_norm": 2.1189727704040706e-05,
|
400 |
+
"learning_rate": 0.00018131931141070163,
|
401 |
+
"loss": 1.825,
|
402 |
+
"step": 112
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.9827586206896551,
|
406 |
+
"grad_norm": 4.0714276110520586e-05,
|
407 |
+
"learning_rate": 0.00018047996316482135,
|
408 |
+
"loss": 1.7557,
|
409 |
+
"step": 114
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0,
|
413 |
+
"grad_norm": 4.3534433643799275e-05,
|
414 |
+
"learning_rate": 0.00017962420392925066,
|
415 |
+
"loss": 1.6649,
|
416 |
+
"step": 116
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0172413793103448,
|
420 |
+
"grad_norm": 3.003507481480483e-05,
|
421 |
+
"learning_rate": 0.00017875220820526218,
|
422 |
+
"loss": 1.7448,
|
423 |
+
"step": 118
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0344827586206897,
|
427 |
+
"grad_norm": 2.9781367629766464e-05,
|
428 |
+
"learning_rate": 0.00017786415380497553,
|
429 |
+
"loss": 1.7457,
|
430 |
+
"step": 120
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0517241379310345,
|
434 |
+
"grad_norm": 2.081507227558177e-05,
|
435 |
+
"learning_rate": 0.00017696022181509894,
|
436 |
+
"loss": 1.7675,
|
437 |
+
"step": 122
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.0689655172413792,
|
441 |
+
"grad_norm": 2.6256357159581967e-05,
|
442 |
+
"learning_rate": 0.0001760405965600031,
|
443 |
+
"loss": 1.7417,
|
444 |
+
"step": 124
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.0862068965517242,
|
448 |
+
"grad_norm": 3.1936106097418815e-05,
|
449 |
+
"learning_rate": 0.00017510546556413498,
|
450 |
+
"loss": 1.7653,
|
451 |
+
"step": 126
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.103448275862069,
|
455 |
+
"grad_norm": 2.2676726075587794e-05,
|
456 |
+
"learning_rate": 0.0001741550195137788,
|
457 |
+
"loss": 1.7457,
|
458 |
+
"step": 128
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1206896551724137,
|
462 |
+
"grad_norm": 3.1191233574645594e-05,
|
463 |
+
"learning_rate": 0.00017318945221817255,
|
464 |
+
"loss": 1.7546,
|
465 |
+
"step": 130
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1379310344827587,
|
469 |
+
"grad_norm": 2.654504351085052e-05,
|
470 |
+
"learning_rate": 0.0001722089605699875,
|
471 |
+
"loss": 1.695,
|
472 |
+
"step": 132
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1551724137931034,
|
476 |
+
"grad_norm": 2.8716958695440553e-05,
|
477 |
+
"learning_rate": 0.00017121374450517916,
|
478 |
+
"loss": 1.7442,
|
479 |
+
"step": 134
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1724137931034484,
|
483 |
+
"grad_norm": 3.173397635691799e-05,
|
484 |
+
"learning_rate": 0.00017020400696221737,
|
485 |
+
"loss": 1.8053,
|
486 |
+
"step": 136
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.1896551724137931,
|
490 |
+
"grad_norm": 2.7111556846648455e-05,
|
491 |
+
"learning_rate": 0.0001691799538407044,
|
492 |
+
"loss": 1.7553,
|
493 |
+
"step": 138
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.206896551724138,
|
497 |
+
"grad_norm": 2.1949501388007775e-05,
|
498 |
+
"learning_rate": 0.00016814179395938913,
|
499 |
+
"loss": 1.6792,
|
500 |
+
"step": 140
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2241379310344827,
|
504 |
+
"grad_norm": 2.9802749850205146e-05,
|
505 |
+
"learning_rate": 0.00016708973901358602,
|
506 |
+
"loss": 1.755,
|
507 |
+
"step": 142
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.2413793103448276,
|
511 |
+
"grad_norm": 2.4393058993155137e-05,
|
512 |
+
"learning_rate": 0.0001660240035320075,
|
513 |
+
"loss": 1.6939,
|
514 |
+
"step": 144
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.2586206896551724,
|
518 |
+
"grad_norm": 2.3840178982936777e-05,
|
519 |
+
"learning_rate": 0.00016494480483301836,
|
520 |
+
"loss": 1.7703,
|
521 |
+
"step": 146
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2758620689655173,
|
525 |
+
"grad_norm": 2.3855336621636525e-05,
|
526 |
+
"learning_rate": 0.00016385236298032183,
|
527 |
+
"loss": 1.7331,
|
528 |
+
"step": 148
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.293103448275862,
|
532 |
+
"grad_norm": 3.826155807473697e-05,
|
533 |
+
"learning_rate": 0.0001627469007380852,
|
534 |
+
"loss": 1.7543,
|
535 |
+
"step": 150
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3103448275862069,
|
539 |
+
"grad_norm": 2.4928000129875727e-05,
|
540 |
+
"learning_rate": 0.0001616286435255153,
|
541 |
+
"loss": 1.7365,
|
542 |
+
"step": 152
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3275862068965516,
|
546 |
+
"grad_norm": 3.5061420931015164e-05,
|
547 |
+
"learning_rate": 0.00016049781937089227,
|
548 |
+
"loss": 1.7058,
|
549 |
+
"step": 154
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.3448275862068966,
|
553 |
+
"grad_norm": 3.1686500733485445e-05,
|
554 |
+
"learning_rate": 0.00015935465886507142,
|
555 |
+
"loss": 1.6998,
|
556 |
+
"step": 156
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3620689655172413,
|
560 |
+
"grad_norm": 2.7497104383655824e-05,
|
561 |
+
"learning_rate": 0.0001581993951144626,
|
562 |
+
"loss": 1.8166,
|
563 |
+
"step": 158
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.3793103448275863,
|
567 |
+
"grad_norm": 3.0560615414287895e-05,
|
568 |
+
"learning_rate": 0.0001570322636934964,
|
569 |
+
"loss": 1.6751,
|
570 |
+
"step": 160
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.396551724137931,
|
574 |
+
"grad_norm": 3.0291541406768374e-05,
|
575 |
+
"learning_rate": 0.00015585350259658746,
|
576 |
+
"loss": 1.7102,
|
577 |
+
"step": 162
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4137931034482758,
|
581 |
+
"grad_norm": 2.4553977709729224e-05,
|
582 |
+
"learning_rate": 0.0001546633521896038,
|
583 |
+
"loss": 1.7563,
|
584 |
+
"step": 164
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.4310344827586206,
|
588 |
+
"grad_norm": 3.996691884822212e-05,
|
589 |
+
"learning_rate": 0.00015346205516085306,
|
590 |
+
"loss": 1.7017,
|
591 |
+
"step": 166
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4482758620689655,
|
595 |
+
"grad_norm": 2.5090428607654758e-05,
|
596 |
+
"learning_rate": 0.0001522498564715949,
|
597 |
+
"loss": 1.721,
|
598 |
+
"step": 168
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4655172413793103,
|
602 |
+
"grad_norm": 4.993643597117625e-05,
|
603 |
+
"learning_rate": 0.00015102700330609,
|
604 |
+
"loss": 1.7036,
|
605 |
+
"step": 170
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.4827586206896552,
|
609 |
+
"grad_norm": 2.340052742511034e-05,
|
610 |
+
"learning_rate": 0.0001497937450211956,
|
611 |
+
"loss": 1.7574,
|
612 |
+
"step": 172
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.5,
|
616 |
+
"grad_norm": 3.563516293070279e-05,
|
617 |
+
"learning_rate": 0.00014855033309551843,
|
618 |
+
"loss": 1.756,
|
619 |
+
"step": 174
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.5172413793103448,
|
623 |
+
"grad_norm": 3.225682667107321e-05,
|
624 |
+
"learning_rate": 0.00014729702107813436,
|
625 |
+
"loss": 1.8053,
|
626 |
+
"step": 176
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5344827586206895,
|
630 |
+
"grad_norm": 2.349480018892791e-05,
|
631 |
+
"learning_rate": 0.00014603406453688654,
|
632 |
+
"loss": 1.7376,
|
633 |
+
"step": 178
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5517241379310345,
|
637 |
+
"grad_norm": 4.0241888200398535e-05,
|
638 |
+
"learning_rate": 0.00014476172100627127,
|
639 |
+
"loss": 1.7475,
|
640 |
+
"step": 180
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5689655172413794,
|
644 |
+
"grad_norm": 4.396059739519842e-05,
|
645 |
+
"learning_rate": 0.0001434802499349232,
|
646 |
+
"loss": 1.735,
|
647 |
+
"step": 182
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.5862068965517242,
|
651 |
+
"grad_norm": 3.024659599759616e-05,
|
652 |
+
"learning_rate": 0.00014218991263271024,
|
653 |
+
"loss": 1.7426,
|
654 |
+
"step": 184
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.603448275862069,
|
658 |
+
"grad_norm": 3.1224055419443175e-05,
|
659 |
+
"learning_rate": 0.00014089097221744868,
|
660 |
+
"loss": 1.6746,
|
661 |
+
"step": 186
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6206896551724137,
|
665 |
+
"grad_norm": 2.243503877252806e-05,
|
666 |
+
"learning_rate": 0.00013958369356124986,
|
667 |
+
"loss": 1.6508,
|
668 |
+
"step": 188
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6379310344827587,
|
672 |
+
"grad_norm": 2.4827659217407927e-05,
|
673 |
+
"learning_rate": 0.000138268343236509,
|
674 |
+
"loss": 1.7289,
|
675 |
+
"step": 190
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6551724137931034,
|
679 |
+
"grad_norm": 2.582685192464851e-05,
|
680 |
+
"learning_rate": 0.0001369451894615474,
|
681 |
+
"loss": 1.7791,
|
682 |
+
"step": 192
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.6724137931034484,
|
686 |
+
"grad_norm": 3.327808735775761e-05,
|
687 |
+
"learning_rate": 0.00013561450204591896,
|
688 |
+
"loss": 1.8354,
|
689 |
+
"step": 194
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.6896551724137931,
|
693 |
+
"grad_norm": 4.714803071692586e-05,
|
694 |
+
"learning_rate": 0.00013427655233539228,
|
695 |
+
"loss": 1.7645,
|
696 |
+
"step": 196
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.706896551724138,
|
700 |
+
"grad_norm": 2.8617656425922178e-05,
|
701 |
+
"learning_rate": 0.00013293161315661931,
|
702 |
+
"loss": 1.7147,
|
703 |
+
"step": 198
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7241379310344827,
|
707 |
+
"grad_norm": 2.9135431759641506e-05,
|
708 |
+
"learning_rate": 0.0001315799587615025,
|
709 |
+
"loss": 1.636,
|
710 |
+
"step": 200
|
711 |
+
}
|
712 |
+
],
|
713 |
+
"logging_steps": 2,
|
714 |
+
"max_steps": 464,
|
715 |
+
"num_input_tokens_seen": 0,
|
716 |
+
"num_train_epochs": 4,
|
717 |
+
"save_steps": 200,
|
718 |
+
"stateful_callbacks": {
|
719 |
+
"TrainerControl": {
|
720 |
+
"args": {
|
721 |
+
"should_epoch_stop": false,
|
722 |
+
"should_evaluate": false,
|
723 |
+
"should_log": false,
|
724 |
+
"should_save": true,
|
725 |
+
"should_training_stop": false
|
726 |
+
},
|
727 |
+
"attributes": {}
|
728 |
+
}
|
729 |
+
},
|
730 |
+
"total_flos": 2.897642293957755e+17,
|
731 |
+
"train_batch_size": 16,
|
732 |
+
"trial_name": null,
|
733 |
+
"trial_params": null
|
734 |
+
}
|
checkpoint-200/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85e0384a95773c4f9f1910994edd74cc0c1467bafb112774589033914dd397a4
|
3 |
+
size 5713
|
checkpoint-200/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-400/README.md
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ./Qwen3-4B-Instruct-2507
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:./Qwen3-4B-Instruct-2507
|
7 |
+
- lora
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model Card for Model ID
|
13 |
+
|
14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
## Model Details
|
19 |
+
|
20 |
+
### Model Description
|
21 |
+
|
22 |
+
<!-- Provide a longer summary of what this model is. -->
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
- **Developed by:** [More Information Needed]
|
27 |
+
- **Funded by [optional]:** [More Information Needed]
|
28 |
+
- **Shared by [optional]:** [More Information Needed]
|
29 |
+
- **Model type:** [More Information Needed]
|
30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
31 |
+
- **License:** [More Information Needed]
|
32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
33 |
+
|
34 |
+
### Model Sources [optional]
|
35 |
+
|
36 |
+
<!-- Provide the basic links for the model. -->
|
37 |
+
|
38 |
+
- **Repository:** [More Information Needed]
|
39 |
+
- **Paper [optional]:** [More Information Needed]
|
40 |
+
- **Demo [optional]:** [More Information Needed]
|
41 |
+
|
42 |
+
## Uses
|
43 |
+
|
44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
45 |
+
|
46 |
+
### Direct Use
|
47 |
+
|
48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Downstream Use [optional]
|
53 |
+
|
54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
### Out-of-Scope Use
|
59 |
+
|
60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
## Bias, Risks, and Limitations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
67 |
+
|
68 |
+
[More Information Needed]
|
69 |
+
|
70 |
+
### Recommendations
|
71 |
+
|
72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
73 |
+
|
74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
75 |
+
|
76 |
+
## How to Get Started with the Model
|
77 |
+
|
78 |
+
Use the code below to get started with the model.
|
79 |
+
|
80 |
+
[More Information Needed]
|
81 |
+
|
82 |
+
## Training Details
|
83 |
+
|
84 |
+
### Training Data
|
85 |
+
|
86 |
+
<!-- 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. -->
|
87 |
+
|
88 |
+
[More Information Needed]
|
89 |
+
|
90 |
+
### Training Procedure
|
91 |
+
|
92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
93 |
+
|
94 |
+
#### Preprocessing [optional]
|
95 |
+
|
96 |
+
[More Information Needed]
|
97 |
+
|
98 |
+
|
99 |
+
#### Training Hyperparameters
|
100 |
+
|
101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
102 |
+
|
103 |
+
#### Speeds, Sizes, Times [optional]
|
104 |
+
|
105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
106 |
+
|
107 |
+
[More Information Needed]
|
108 |
+
|
109 |
+
## Evaluation
|
110 |
+
|
111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
112 |
+
|
113 |
+
### Testing Data, Factors & Metrics
|
114 |
+
|
115 |
+
#### Testing Data
|
116 |
+
|
117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Factors
|
122 |
+
|
123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
#### Metrics
|
128 |
+
|
129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
130 |
+
|
131 |
+
[More Information Needed]
|
132 |
+
|
133 |
+
### Results
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
#### Summary
|
138 |
+
|
139 |
+
|
140 |
+
|
141 |
+
## Model Examination [optional]
|
142 |
+
|
143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
144 |
+
|
145 |
+
[More Information Needed]
|
146 |
+
|
147 |
+
## Environmental Impact
|
148 |
+
|
149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
150 |
+
|
151 |
+
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).
|
152 |
+
|
153 |
+
- **Hardware Type:** [More Information Needed]
|
154 |
+
- **Hours used:** [More Information Needed]
|
155 |
+
- **Cloud Provider:** [More Information Needed]
|
156 |
+
- **Compute Region:** [More Information Needed]
|
157 |
+
- **Carbon Emitted:** [More Information Needed]
|
158 |
+
|
159 |
+
## Technical Specifications [optional]
|
160 |
+
|
161 |
+
### Model Architecture and Objective
|
162 |
+
|
163 |
+
[More Information Needed]
|
164 |
+
|
165 |
+
### Compute Infrastructure
|
166 |
+
|
167 |
+
[More Information Needed]
|
168 |
+
|
169 |
+
#### Hardware
|
170 |
+
|
171 |
+
[More Information Needed]
|
172 |
+
|
173 |
+
#### Software
|
174 |
+
|
175 |
+
[More Information Needed]
|
176 |
+
|
177 |
+
## Citation [optional]
|
178 |
+
|
179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
180 |
+
|
181 |
+
**BibTeX:**
|
182 |
+
|
183 |
+
[More Information Needed]
|
184 |
+
|
185 |
+
**APA:**
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## Glossary [optional]
|
190 |
+
|
191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
192 |
+
|
193 |
+
[More Information Needed]
|
194 |
+
|
195 |
+
## More Information [optional]
|
196 |
+
|
197 |
+
[More Information Needed]
|
198 |
+
|
199 |
+
## Model Card Authors [optional]
|
200 |
+
|
201 |
+
[More Information Needed]
|
202 |
+
|
203 |
+
## Model Card Contact
|
204 |
+
|
205 |
+
[More Information Needed]
|
206 |
+
### Framework versions
|
207 |
+
|
208 |
+
- PEFT 0.16.0
|
checkpoint-400/adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "./Qwen3-4B-Instruct-2507",
|
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.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"qalora_group_size": 16,
|
24 |
+
"r": 32,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"k_proj",
|
31 |
+
"up_proj",
|
32 |
+
"v_proj",
|
33 |
+
"q_proj",
|
34 |
+
"down_proj"
|
35 |
+
],
|
36 |
+
"task_type": "CAUSAL_LM",
|
37 |
+
"trainable_token_indices": null,
|
38 |
+
"use_dora": false,
|
39 |
+
"use_qalora": false,
|
40 |
+
"use_rslora": true
|
41 |
+
}
|
checkpoint-400/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc642db422e50800627b89ed84c36fcc8f8cad0f44edeb6f4f64ac4e70a82341
|
3 |
+
size 1817430408
|
checkpoint-400/added_tokens.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|analysis|>": 151670,
|
9 |
+
"<|box_end|>": 151649,
|
10 |
+
"<|box_start|>": 151648,
|
11 |
+
"<|endoftext|>": 151643,
|
12 |
+
"<|file_sep|>": 151664,
|
13 |
+
"<|fim_middle|>": 151660,
|
14 |
+
"<|fim_pad|>": 151662,
|
15 |
+
"<|fim_prefix|>": 151659,
|
16 |
+
"<|fim_suffix|>": 151661,
|
17 |
+
"<|forecast|>": 151671,
|
18 |
+
"<|im_end|>": 151645,
|
19 |
+
"<|im_start|>": 151644,
|
20 |
+
"<|image_pad|>": 151655,
|
21 |
+
"<|object_ref_end|>": 151647,
|
22 |
+
"<|object_ref_start|>": 151646,
|
23 |
+
"<|quad_end|>": 151651,
|
24 |
+
"<|quad_start|>": 151650,
|
25 |
+
"<|repo_name|>": 151663,
|
26 |
+
"<|response|>": 151669,
|
27 |
+
"<|video_pad|>": 151656,
|
28 |
+
"<|vision_end|>": 151653,
|
29 |
+
"<|vision_pad|>": 151654,
|
30 |
+
"<|vision_start|>": 151652
|
31 |
+
}
|
checkpoint-400/chat_template.jinja
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- endif %}
|
checkpoint-400/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-400/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e6015a6070ba3f65bb9d76dd393b4217a940b0db3c822104c4179d6a28c0ccb
|
3 |
+
size 528908363
|
checkpoint-400/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8e2011629d8bed3ef560fa11175cac55684c4e12a72634bb24abf767b6c7399
|
3 |
+
size 14645
|
checkpoint-400/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30858f23bcb22d0baef45bd4add9d6fa474141308c12653c706077b87d932e49
|
3 |
+
size 1383
|
checkpoint-400/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b84d90b33e4206c1fad04873a475b979c3290542c7367de37a03878679850e4d
|
3 |
+
size 1465
|
checkpoint-400/special_tokens_map.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<|response|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "<|analysis|>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": false,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"content": "<|forecast|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"eos_token": {
|
26 |
+
"content": "<|im_end|>",
|
27 |
+
"lstrip": false,
|
28 |
+
"normalized": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"single_word": false
|
31 |
+
},
|
32 |
+
"pad_token": {
|
33 |
+
"content": "<|endoftext|>",
|
34 |
+
"lstrip": false,
|
35 |
+
"normalized": false,
|
36 |
+
"rstrip": false,
|
37 |
+
"single_word": false
|
38 |
+
}
|
39 |
+
}
|
checkpoint-400/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77247e5fb2e966d04e513068b17cca472e105e7c56953e9b1d27d70b93d77e6f
|
3 |
+
size 11423221
|
checkpoint-400/tokenizer_config.json
ADDED
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151669": {
|
214 |
+
"content": "<|response|>",
|
215 |
+
"lstrip": false,
|
216 |
+
"normalized": false,
|
217 |
+
"rstrip": false,
|
218 |
+
"single_word": false,
|
219 |
+
"special": true
|
220 |
+
},
|
221 |
+
"151670": {
|
222 |
+
"content": "<|analysis|>",
|
223 |
+
"lstrip": false,
|
224 |
+
"normalized": false,
|
225 |
+
"rstrip": false,
|
226 |
+
"single_word": false,
|
227 |
+
"special": true
|
228 |
+
},
|
229 |
+
"151671": {
|
230 |
+
"content": "<|forecast|>",
|
231 |
+
"lstrip": false,
|
232 |
+
"normalized": false,
|
233 |
+
"rstrip": false,
|
234 |
+
"single_word": false,
|
235 |
+
"special": true
|
236 |
+
}
|
237 |
+
},
|
238 |
+
"additional_special_tokens": [
|
239 |
+
"<|response|>",
|
240 |
+
"<|analysis|>",
|
241 |
+
"<|forecast|>"
|
242 |
+
],
|
243 |
+
"bos_token": null,
|
244 |
+
"clean_up_tokenization_spaces": false,
|
245 |
+
"eos_token": "<|im_end|>",
|
246 |
+
"errors": "replace",
|
247 |
+
"extra_special_tokens": {},
|
248 |
+
"model_max_length": 262144,
|
249 |
+
"pad_token": "<|endoftext|>",
|
250 |
+
"padding_side": "right",
|
251 |
+
"split_special_tokens": false,
|
252 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
253 |
+
"unk_token": null
|
254 |
+
}
|
checkpoint-400/trainer_state.json
ADDED
@@ -0,0 +1,1434 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 3.4482758620689653,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 400,
|
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.017241379310344827,
|
14 |
+
"grad_norm": 0.003562385216355324,
|
15 |
+
"learning_rate": 8.333333333333334e-06,
|
16 |
+
"loss": 6.5818,
|
17 |
+
"step": 2
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.034482758620689655,
|
21 |
+
"grad_norm": 0.00022410321980714798,
|
22 |
+
"learning_rate": 2.5e-05,
|
23 |
+
"loss": 3.1274,
|
24 |
+
"step": 4
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05172413793103448,
|
28 |
+
"grad_norm": 0.001015713787637651,
|
29 |
+
"learning_rate": 4.166666666666667e-05,
|
30 |
+
"loss": 6.2659,
|
31 |
+
"step": 6
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.06896551724137931,
|
35 |
+
"grad_norm": 5.367869744077325e-05,
|
36 |
+
"learning_rate": 5.833333333333334e-05,
|
37 |
+
"loss": 2.6228,
|
38 |
+
"step": 8
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08620689655172414,
|
42 |
+
"grad_norm": 4.5336004404816777e-05,
|
43 |
+
"learning_rate": 7.500000000000001e-05,
|
44 |
+
"loss": 2.5434,
|
45 |
+
"step": 10
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10344827586206896,
|
49 |
+
"grad_norm": 4.627772432286292e-05,
|
50 |
+
"learning_rate": 9.166666666666667e-05,
|
51 |
+
"loss": 2.3415,
|
52 |
+
"step": 12
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.1206896551724138,
|
56 |
+
"grad_norm": 3.9416841900674626e-05,
|
57 |
+
"learning_rate": 0.00010833333333333333,
|
58 |
+
"loss": 2.3444,
|
59 |
+
"step": 14
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.13793103448275862,
|
63 |
+
"grad_norm": 3.731855395017192e-05,
|
64 |
+
"learning_rate": 0.000125,
|
65 |
+
"loss": 2.2561,
|
66 |
+
"step": 16
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15517241379310345,
|
70 |
+
"grad_norm": 3.3787582651712e-05,
|
71 |
+
"learning_rate": 0.00014166666666666668,
|
72 |
+
"loss": 2.2835,
|
73 |
+
"step": 18
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.1724137931034483,
|
77 |
+
"grad_norm": 3.5183733416488394e-05,
|
78 |
+
"learning_rate": 0.00015833333333333332,
|
79 |
+
"loss": 2.1617,
|
80 |
+
"step": 20
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.1896551724137931,
|
84 |
+
"grad_norm": 2.609785042295698e-05,
|
85 |
+
"learning_rate": 0.000175,
|
86 |
+
"loss": 2.1658,
|
87 |
+
"step": 22
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.20689655172413793,
|
91 |
+
"grad_norm": 2.222553302999586e-05,
|
92 |
+
"learning_rate": 0.00019166666666666667,
|
93 |
+
"loss": 2.0384,
|
94 |
+
"step": 24
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22413793103448276,
|
98 |
+
"grad_norm": 2.2757671104045585e-05,
|
99 |
+
"learning_rate": 0.00019999745104274993,
|
100 |
+
"loss": 2.1457,
|
101 |
+
"step": 26
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.2413793103448276,
|
105 |
+
"grad_norm": 2.0901892639813013e-05,
|
106 |
+
"learning_rate": 0.0001999770601644046,
|
107 |
+
"loss": 2.0479,
|
108 |
+
"step": 28
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.25862068965517243,
|
112 |
+
"grad_norm": 2.0703126210719347e-05,
|
113 |
+
"learning_rate": 0.0001999362825656992,
|
114 |
+
"loss": 2.075,
|
115 |
+
"step": 30
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.27586206896551724,
|
119 |
+
"grad_norm": 2.1005034795962274e-05,
|
120 |
+
"learning_rate": 0.0001998751265617561,
|
121 |
+
"loss": 2.055,
|
122 |
+
"step": 32
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.29310344827586204,
|
126 |
+
"grad_norm": 1.9665612853714265e-05,
|
127 |
+
"learning_rate": 0.00019979360462313962,
|
128 |
+
"loss": 1.9215,
|
129 |
+
"step": 34
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3103448275862069,
|
133 |
+
"grad_norm": 2.0705581846414134e-05,
|
134 |
+
"learning_rate": 0.0001996917333733128,
|
135 |
+
"loss": 1.8961,
|
136 |
+
"step": 36
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3275862068965517,
|
140 |
+
"grad_norm": 2.2074158550822176e-05,
|
141 |
+
"learning_rate": 0.00019956953358524774,
|
142 |
+
"loss": 1.9082,
|
143 |
+
"step": 38
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3448275862068966,
|
147 |
+
"grad_norm": 2.1002635548938997e-05,
|
148 |
+
"learning_rate": 0.00019942703017718975,
|
149 |
+
"loss": 1.934,
|
150 |
+
"step": 40
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3620689655172414,
|
154 |
+
"grad_norm": 1.9619050362962298e-05,
|
155 |
+
"learning_rate": 0.00019926425220757605,
|
156 |
+
"loss": 1.8817,
|
157 |
+
"step": 42
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.3793103448275862,
|
161 |
+
"grad_norm": 2.059372673102189e-05,
|
162 |
+
"learning_rate": 0.00019908123286911046,
|
163 |
+
"loss": 2.0008,
|
164 |
+
"step": 44
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.39655172413793105,
|
168 |
+
"grad_norm": 1.98649267986184e-05,
|
169 |
+
"learning_rate": 0.00019887800948199496,
|
170 |
+
"loss": 1.8766,
|
171 |
+
"step": 46
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.41379310344827586,
|
175 |
+
"grad_norm": 2.3096907170838676e-05,
|
176 |
+
"learning_rate": 0.00019865462348631944,
|
177 |
+
"loss": 1.7926,
|
178 |
+
"step": 48
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43103448275862066,
|
182 |
+
"grad_norm": 2.106586362060625e-05,
|
183 |
+
"learning_rate": 0.0001984111204336116,
|
184 |
+
"loss": 1.9005,
|
185 |
+
"step": 50
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.4482758620689655,
|
189 |
+
"grad_norm": 2.156079062842764e-05,
|
190 |
+
"learning_rate": 0.0001981475499775484,
|
191 |
+
"loss": 1.9158,
|
192 |
+
"step": 52
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.46551724137931033,
|
196 |
+
"grad_norm": 2.2075933884480037e-05,
|
197 |
+
"learning_rate": 0.00019786396586383075,
|
198 |
+
"loss": 1.903,
|
199 |
+
"step": 54
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.4827586206896552,
|
203 |
+
"grad_norm": 2.0557081370498054e-05,
|
204 |
+
"learning_rate": 0.00019756042591922434,
|
205 |
+
"loss": 1.8811,
|
206 |
+
"step": 56
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5,
|
210 |
+
"grad_norm": 1.944549148902297e-05,
|
211 |
+
"learning_rate": 0.00019723699203976766,
|
212 |
+
"loss": 1.8026,
|
213 |
+
"step": 58
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5172413793103449,
|
217 |
+
"grad_norm": 2.6996058295480907e-05,
|
218 |
+
"learning_rate": 0.00019689373017815073,
|
219 |
+
"loss": 1.8647,
|
220 |
+
"step": 60
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.5344827586206896,
|
224 |
+
"grad_norm": 2.1660236598108895e-05,
|
225 |
+
"learning_rate": 0.00019653071033026633,
|
226 |
+
"loss": 1.8209,
|
227 |
+
"step": 62
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5517241379310345,
|
231 |
+
"grad_norm": 2.476519875926897e-05,
|
232 |
+
"learning_rate": 0.00019614800652093686,
|
233 |
+
"loss": 1.8078,
|
234 |
+
"step": 64
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5689655172413793,
|
238 |
+
"grad_norm": 2.4084582037176006e-05,
|
239 |
+
"learning_rate": 0.00019574569678881964,
|
240 |
+
"loss": 1.8253,
|
241 |
+
"step": 66
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5862068965517241,
|
245 |
+
"grad_norm": 2.4040386051638052e-05,
|
246 |
+
"learning_rate": 0.00019532386317049383,
|
247 |
+
"loss": 1.8044,
|
248 |
+
"step": 68
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.603448275862069,
|
252 |
+
"grad_norm": 2.3245340344146825e-05,
|
253 |
+
"learning_rate": 0.00019488259168373197,
|
254 |
+
"loss": 1.8383,
|
255 |
+
"step": 70
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.6206896551724138,
|
259 |
+
"grad_norm": 2.399735603830777e-05,
|
260 |
+
"learning_rate": 0.0001944219723099596,
|
261 |
+
"loss": 1.852,
|
262 |
+
"step": 72
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6379310344827587,
|
266 |
+
"grad_norm": 2.5779550924198702e-05,
|
267 |
+
"learning_rate": 0.00019394209897590704,
|
268 |
+
"loss": 2.2878,
|
269 |
+
"step": 74
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6551724137931034,
|
273 |
+
"grad_norm": 2.9553415515692905e-05,
|
274 |
+
"learning_rate": 0.00019344306953445633,
|
275 |
+
"loss": 1.9217,
|
276 |
+
"step": 76
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6724137931034483,
|
280 |
+
"grad_norm": 2.9237366106826812e-05,
|
281 |
+
"learning_rate": 0.00019292498574468748,
|
282 |
+
"loss": 1.8601,
|
283 |
+
"step": 78
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.6896551724137931,
|
287 |
+
"grad_norm": 2.6727117074187845e-05,
|
288 |
+
"learning_rate": 0.0001923879532511287,
|
289 |
+
"loss": 1.8181,
|
290 |
+
"step": 80
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7068965517241379,
|
294 |
+
"grad_norm": 2.680359648365993e-05,
|
295 |
+
"learning_rate": 0.0001918320815622137,
|
296 |
+
"loss": 1.8295,
|
297 |
+
"step": 82
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7241379310344828,
|
301 |
+
"grad_norm": 2.3158025214797817e-05,
|
302 |
+
"learning_rate": 0.0001912574840279516,
|
303 |
+
"loss": 1.8614,
|
304 |
+
"step": 84
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7413793103448276,
|
308 |
+
"grad_norm": 3.017827111762017e-05,
|
309 |
+
"learning_rate": 0.00019066427781681315,
|
310 |
+
"loss": 1.757,
|
311 |
+
"step": 86
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7586206896551724,
|
315 |
+
"grad_norm": 2.1740601368946955e-05,
|
316 |
+
"learning_rate": 0.00019005258389183851,
|
317 |
+
"loss": 1.8096,
|
318 |
+
"step": 88
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7758620689655172,
|
322 |
+
"grad_norm": 2.1615645891870372e-05,
|
323 |
+
"learning_rate": 0.00018942252698597113,
|
324 |
+
"loss": 1.7802,
|
325 |
+
"step": 90
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.7931034482758621,
|
329 |
+
"grad_norm": 2.0820896679651923e-05,
|
330 |
+
"learning_rate": 0.00018877423557662305,
|
331 |
+
"loss": 1.7246,
|
332 |
+
"step": 92
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8103448275862069,
|
336 |
+
"grad_norm": 2.3314805730478838e-05,
|
337 |
+
"learning_rate": 0.00018810784185947646,
|
338 |
+
"loss": 1.8366,
|
339 |
+
"step": 94
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8275862068965517,
|
343 |
+
"grad_norm": 2.5301331334048882e-05,
|
344 |
+
"learning_rate": 0.00018742348172152726,
|
345 |
+
"loss": 1.8826,
|
346 |
+
"step": 96
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8448275862068966,
|
350 |
+
"grad_norm": 2.6756286388263106e-05,
|
351 |
+
"learning_rate": 0.00018672129471337568,
|
352 |
+
"loss": 1.7417,
|
353 |
+
"step": 98
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8620689655172413,
|
357 |
+
"grad_norm": 2.8393502361723222e-05,
|
358 |
+
"learning_rate": 0.00018600142402077006,
|
359 |
+
"loss": 1.8275,
|
360 |
+
"step": 100
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8793103448275862,
|
364 |
+
"grad_norm": 2.184685035899747e-05,
|
365 |
+
"learning_rate": 0.00018526401643540922,
|
366 |
+
"loss": 1.7819,
|
367 |
+
"step": 102
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.896551724137931,
|
371 |
+
"grad_norm": 2.5997507691499777e-05,
|
372 |
+
"learning_rate": 0.00018450922232500966,
|
373 |
+
"loss": 1.8088,
|
374 |
+
"step": 104
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9137931034482759,
|
378 |
+
"grad_norm": 2.3897668143035844e-05,
|
379 |
+
"learning_rate": 0.00018373719560264327,
|
380 |
+
"loss": 1.8686,
|
381 |
+
"step": 106
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9310344827586207,
|
385 |
+
"grad_norm": 2.715570735745132e-05,
|
386 |
+
"learning_rate": 0.00018294809369535263,
|
387 |
+
"loss": 1.8138,
|
388 |
+
"step": 108
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9482758620689655,
|
392 |
+
"grad_norm": 3.2870055292733014e-05,
|
393 |
+
"learning_rate": 0.00018214207751204918,
|
394 |
+
"loss": 1.8485,
|
395 |
+
"step": 110
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9655172413793104,
|
399 |
+
"grad_norm": 2.1189727704040706e-05,
|
400 |
+
"learning_rate": 0.00018131931141070163,
|
401 |
+
"loss": 1.825,
|
402 |
+
"step": 112
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.9827586206896551,
|
406 |
+
"grad_norm": 4.0714276110520586e-05,
|
407 |
+
"learning_rate": 0.00018047996316482135,
|
408 |
+
"loss": 1.7557,
|
409 |
+
"step": 114
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0,
|
413 |
+
"grad_norm": 4.3534433643799275e-05,
|
414 |
+
"learning_rate": 0.00017962420392925066,
|
415 |
+
"loss": 1.6649,
|
416 |
+
"step": 116
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0172413793103448,
|
420 |
+
"grad_norm": 3.003507481480483e-05,
|
421 |
+
"learning_rate": 0.00017875220820526218,
|
422 |
+
"loss": 1.7448,
|
423 |
+
"step": 118
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0344827586206897,
|
427 |
+
"grad_norm": 2.9781367629766464e-05,
|
428 |
+
"learning_rate": 0.00017786415380497553,
|
429 |
+
"loss": 1.7457,
|
430 |
+
"step": 120
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0517241379310345,
|
434 |
+
"grad_norm": 2.081507227558177e-05,
|
435 |
+
"learning_rate": 0.00017696022181509894,
|
436 |
+
"loss": 1.7675,
|
437 |
+
"step": 122
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.0689655172413792,
|
441 |
+
"grad_norm": 2.6256357159581967e-05,
|
442 |
+
"learning_rate": 0.0001760405965600031,
|
443 |
+
"loss": 1.7417,
|
444 |
+
"step": 124
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.0862068965517242,
|
448 |
+
"grad_norm": 3.1936106097418815e-05,
|
449 |
+
"learning_rate": 0.00017510546556413498,
|
450 |
+
"loss": 1.7653,
|
451 |
+
"step": 126
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.103448275862069,
|
455 |
+
"grad_norm": 2.2676726075587794e-05,
|
456 |
+
"learning_rate": 0.0001741550195137788,
|
457 |
+
"loss": 1.7457,
|
458 |
+
"step": 128
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1206896551724137,
|
462 |
+
"grad_norm": 3.1191233574645594e-05,
|
463 |
+
"learning_rate": 0.00017318945221817255,
|
464 |
+
"loss": 1.7546,
|
465 |
+
"step": 130
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1379310344827587,
|
469 |
+
"grad_norm": 2.654504351085052e-05,
|
470 |
+
"learning_rate": 0.0001722089605699875,
|
471 |
+
"loss": 1.695,
|
472 |
+
"step": 132
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1551724137931034,
|
476 |
+
"grad_norm": 2.8716958695440553e-05,
|
477 |
+
"learning_rate": 0.00017121374450517916,
|
478 |
+
"loss": 1.7442,
|
479 |
+
"step": 134
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1724137931034484,
|
483 |
+
"grad_norm": 3.173397635691799e-05,
|
484 |
+
"learning_rate": 0.00017020400696221737,
|
485 |
+
"loss": 1.8053,
|
486 |
+
"step": 136
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.1896551724137931,
|
490 |
+
"grad_norm": 2.7111556846648455e-05,
|
491 |
+
"learning_rate": 0.0001691799538407044,
|
492 |
+
"loss": 1.7553,
|
493 |
+
"step": 138
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.206896551724138,
|
497 |
+
"grad_norm": 2.1949501388007775e-05,
|
498 |
+
"learning_rate": 0.00016814179395938913,
|
499 |
+
"loss": 1.6792,
|
500 |
+
"step": 140
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2241379310344827,
|
504 |
+
"grad_norm": 2.9802749850205146e-05,
|
505 |
+
"learning_rate": 0.00016708973901358602,
|
506 |
+
"loss": 1.755,
|
507 |
+
"step": 142
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.2413793103448276,
|
511 |
+
"grad_norm": 2.4393058993155137e-05,
|
512 |
+
"learning_rate": 0.0001660240035320075,
|
513 |
+
"loss": 1.6939,
|
514 |
+
"step": 144
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.2586206896551724,
|
518 |
+
"grad_norm": 2.3840178982936777e-05,
|
519 |
+
"learning_rate": 0.00016494480483301836,
|
520 |
+
"loss": 1.7703,
|
521 |
+
"step": 146
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2758620689655173,
|
525 |
+
"grad_norm": 2.3855336621636525e-05,
|
526 |
+
"learning_rate": 0.00016385236298032183,
|
527 |
+
"loss": 1.7331,
|
528 |
+
"step": 148
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.293103448275862,
|
532 |
+
"grad_norm": 3.826155807473697e-05,
|
533 |
+
"learning_rate": 0.0001627469007380852,
|
534 |
+
"loss": 1.7543,
|
535 |
+
"step": 150
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3103448275862069,
|
539 |
+
"grad_norm": 2.4928000129875727e-05,
|
540 |
+
"learning_rate": 0.0001616286435255153,
|
541 |
+
"loss": 1.7365,
|
542 |
+
"step": 152
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3275862068965516,
|
546 |
+
"grad_norm": 3.5061420931015164e-05,
|
547 |
+
"learning_rate": 0.00016049781937089227,
|
548 |
+
"loss": 1.7058,
|
549 |
+
"step": 154
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.3448275862068966,
|
553 |
+
"grad_norm": 3.1686500733485445e-05,
|
554 |
+
"learning_rate": 0.00015935465886507142,
|
555 |
+
"loss": 1.6998,
|
556 |
+
"step": 156
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3620689655172413,
|
560 |
+
"grad_norm": 2.7497104383655824e-05,
|
561 |
+
"learning_rate": 0.0001581993951144626,
|
562 |
+
"loss": 1.8166,
|
563 |
+
"step": 158
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.3793103448275863,
|
567 |
+
"grad_norm": 3.0560615414287895e-05,
|
568 |
+
"learning_rate": 0.0001570322636934964,
|
569 |
+
"loss": 1.6751,
|
570 |
+
"step": 160
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.396551724137931,
|
574 |
+
"grad_norm": 3.0291541406768374e-05,
|
575 |
+
"learning_rate": 0.00015585350259658746,
|
576 |
+
"loss": 1.7102,
|
577 |
+
"step": 162
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4137931034482758,
|
581 |
+
"grad_norm": 2.4553977709729224e-05,
|
582 |
+
"learning_rate": 0.0001546633521896038,
|
583 |
+
"loss": 1.7563,
|
584 |
+
"step": 164
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.4310344827586206,
|
588 |
+
"grad_norm": 3.996691884822212e-05,
|
589 |
+
"learning_rate": 0.00015346205516085306,
|
590 |
+
"loss": 1.7017,
|
591 |
+
"step": 166
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4482758620689655,
|
595 |
+
"grad_norm": 2.5090428607654758e-05,
|
596 |
+
"learning_rate": 0.0001522498564715949,
|
597 |
+
"loss": 1.721,
|
598 |
+
"step": 168
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4655172413793103,
|
602 |
+
"grad_norm": 4.993643597117625e-05,
|
603 |
+
"learning_rate": 0.00015102700330609,
|
604 |
+
"loss": 1.7036,
|
605 |
+
"step": 170
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.4827586206896552,
|
609 |
+
"grad_norm": 2.340052742511034e-05,
|
610 |
+
"learning_rate": 0.0001497937450211956,
|
611 |
+
"loss": 1.7574,
|
612 |
+
"step": 172
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.5,
|
616 |
+
"grad_norm": 3.563516293070279e-05,
|
617 |
+
"learning_rate": 0.00014855033309551843,
|
618 |
+
"loss": 1.756,
|
619 |
+
"step": 174
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.5172413793103448,
|
623 |
+
"grad_norm": 3.225682667107321e-05,
|
624 |
+
"learning_rate": 0.00014729702107813436,
|
625 |
+
"loss": 1.8053,
|
626 |
+
"step": 176
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5344827586206895,
|
630 |
+
"grad_norm": 2.349480018892791e-05,
|
631 |
+
"learning_rate": 0.00014603406453688654,
|
632 |
+
"loss": 1.7376,
|
633 |
+
"step": 178
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5517241379310345,
|
637 |
+
"grad_norm": 4.0241888200398535e-05,
|
638 |
+
"learning_rate": 0.00014476172100627127,
|
639 |
+
"loss": 1.7475,
|
640 |
+
"step": 180
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5689655172413794,
|
644 |
+
"grad_norm": 4.396059739519842e-05,
|
645 |
+
"learning_rate": 0.0001434802499349232,
|
646 |
+
"loss": 1.735,
|
647 |
+
"step": 182
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.5862068965517242,
|
651 |
+
"grad_norm": 3.024659599759616e-05,
|
652 |
+
"learning_rate": 0.00014218991263271024,
|
653 |
+
"loss": 1.7426,
|
654 |
+
"step": 184
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.603448275862069,
|
658 |
+
"grad_norm": 3.1224055419443175e-05,
|
659 |
+
"learning_rate": 0.00014089097221744868,
|
660 |
+
"loss": 1.6746,
|
661 |
+
"step": 186
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6206896551724137,
|
665 |
+
"grad_norm": 2.243503877252806e-05,
|
666 |
+
"learning_rate": 0.00013958369356124986,
|
667 |
+
"loss": 1.6508,
|
668 |
+
"step": 188
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6379310344827587,
|
672 |
+
"grad_norm": 2.4827659217407927e-05,
|
673 |
+
"learning_rate": 0.000138268343236509,
|
674 |
+
"loss": 1.7289,
|
675 |
+
"step": 190
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6551724137931034,
|
679 |
+
"grad_norm": 2.582685192464851e-05,
|
680 |
+
"learning_rate": 0.0001369451894615474,
|
681 |
+
"loss": 1.7791,
|
682 |
+
"step": 192
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.6724137931034484,
|
686 |
+
"grad_norm": 3.327808735775761e-05,
|
687 |
+
"learning_rate": 0.00013561450204591896,
|
688 |
+
"loss": 1.8354,
|
689 |
+
"step": 194
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.6896551724137931,
|
693 |
+
"grad_norm": 4.714803071692586e-05,
|
694 |
+
"learning_rate": 0.00013427655233539228,
|
695 |
+
"loss": 1.7645,
|
696 |
+
"step": 196
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.706896551724138,
|
700 |
+
"grad_norm": 2.8617656425922178e-05,
|
701 |
+
"learning_rate": 0.00013293161315661931,
|
702 |
+
"loss": 1.7147,
|
703 |
+
"step": 198
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7241379310344827,
|
707 |
+
"grad_norm": 2.9135431759641506e-05,
|
708 |
+
"learning_rate": 0.0001315799587615025,
|
709 |
+
"loss": 1.636,
|
710 |
+
"step": 200
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7413793103448276,
|
714 |
+
"grad_norm": 4.291239019948989e-05,
|
715 |
+
"learning_rate": 0.0001302218647712706,
|
716 |
+
"loss": 1.6921,
|
717 |
+
"step": 202
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7586206896551724,
|
721 |
+
"grad_norm": 3.172121796524152e-05,
|
722 |
+
"learning_rate": 0.00012885760812027589,
|
723 |
+
"loss": 1.7275,
|
724 |
+
"step": 204
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.7758620689655173,
|
728 |
+
"grad_norm": 3.2376061426475644e-05,
|
729 |
+
"learning_rate": 0.00012748746699952338,
|
730 |
+
"loss": 1.7325,
|
731 |
+
"step": 206
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.793103448275862,
|
735 |
+
"grad_norm": 3.794002259382978e-05,
|
736 |
+
"learning_rate": 0.00012611172079994375,
|
737 |
+
"loss": 1.7961,
|
738 |
+
"step": 208
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8103448275862069,
|
742 |
+
"grad_norm": 4.9185015086550266e-05,
|
743 |
+
"learning_rate": 0.00012473065005542155,
|
744 |
+
"loss": 1.7465,
|
745 |
+
"step": 210
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8275862068965516,
|
749 |
+
"grad_norm": 3.3105872716987506e-05,
|
750 |
+
"learning_rate": 0.00012334453638559057,
|
751 |
+
"loss": 1.636,
|
752 |
+
"step": 212
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8448275862068966,
|
756 |
+
"grad_norm": 3.986067167716101e-05,
|
757 |
+
"learning_rate": 0.00012195366243840745,
|
758 |
+
"loss": 1.7073,
|
759 |
+
"step": 214
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8620689655172413,
|
763 |
+
"grad_norm": 4.6539596951333806e-05,
|
764 |
+
"learning_rate": 0.00012055831183251607,
|
765 |
+
"loss": 1.688,
|
766 |
+
"step": 216
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.8793103448275863,
|
770 |
+
"grad_norm": 3.79367484129034e-05,
|
771 |
+
"learning_rate": 0.00011915876909941355,
|
772 |
+
"loss": 1.6092,
|
773 |
+
"step": 218
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.896551724137931,
|
777 |
+
"grad_norm": 3.928501610062085e-05,
|
778 |
+
"learning_rate": 0.00011775531962543036,
|
779 |
+
"loss": 1.7035,
|
780 |
+
"step": 220
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9137931034482758,
|
784 |
+
"grad_norm": 4.312846067477949e-05,
|
785 |
+
"learning_rate": 0.000116348249593536,
|
786 |
+
"loss": 1.7136,
|
787 |
+
"step": 222
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9310344827586206,
|
791 |
+
"grad_norm": 4.311458906158805e-05,
|
792 |
+
"learning_rate": 0.00011493784592498252,
|
793 |
+
"loss": 1.648,
|
794 |
+
"step": 224
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9482758620689655,
|
798 |
+
"grad_norm": 4.600015745381825e-05,
|
799 |
+
"learning_rate": 0.00011352439622079689,
|
800 |
+
"loss": 1.7695,
|
801 |
+
"step": 226
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.9655172413793105,
|
805 |
+
"grad_norm": 4.357201396487653e-05,
|
806 |
+
"learning_rate": 0.00011210818870313549,
|
807 |
+
"loss": 1.7199,
|
808 |
+
"step": 228
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 1.9827586206896552,
|
812 |
+
"grad_norm": 4.6237106289481744e-05,
|
813 |
+
"learning_rate": 0.00011068951215651132,
|
814 |
+
"loss": 1.6523,
|
815 |
+
"step": 230
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.0,
|
819 |
+
"grad_norm": 9.080967720365152e-05,
|
820 |
+
"learning_rate": 0.00010926865586890689,
|
821 |
+
"loss": 1.7521,
|
822 |
+
"step": 232
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0172413793103448,
|
826 |
+
"grad_norm": 5.718940883525647e-05,
|
827 |
+
"learning_rate": 0.0001078459095727845,
|
828 |
+
"loss": 1.5938,
|
829 |
+
"step": 234
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.0344827586206895,
|
833 |
+
"grad_norm": 4.2860374378506094e-05,
|
834 |
+
"learning_rate": 0.00010642156338600551,
|
835 |
+
"loss": 1.698,
|
836 |
+
"step": 236
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.0517241379310347,
|
840 |
+
"grad_norm": 5.48689131392166e-05,
|
841 |
+
"learning_rate": 0.0001049959077526714,
|
842 |
+
"loss": 1.6555,
|
843 |
+
"step": 238
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.0689655172413794,
|
847 |
+
"grad_norm": 5.724292350350879e-05,
|
848 |
+
"learning_rate": 0.00010356923338389806,
|
849 |
+
"loss": 1.7046,
|
850 |
+
"step": 240
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.086206896551724,
|
854 |
+
"grad_norm": 5.0994356570299715e-05,
|
855 |
+
"learning_rate": 0.00010214183119853582,
|
856 |
+
"loss": 1.6696,
|
857 |
+
"step": 242
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.103448275862069,
|
861 |
+
"grad_norm": 6.0200225561857224e-05,
|
862 |
+
"learning_rate": 0.00010071399226384694,
|
863 |
+
"loss": 1.7165,
|
864 |
+
"step": 244
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1206896551724137,
|
868 |
+
"grad_norm": 5.015491842641495e-05,
|
869 |
+
"learning_rate": 9.928600773615307e-05,
|
870 |
+
"loss": 1.7068,
|
871 |
+
"step": 246
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.1379310344827585,
|
875 |
+
"grad_norm": 6.368745380314067e-05,
|
876 |
+
"learning_rate": 9.78581688014642e-05,
|
877 |
+
"loss": 1.74,
|
878 |
+
"step": 248
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.1551724137931036,
|
882 |
+
"grad_norm": 5.946237070020288e-05,
|
883 |
+
"learning_rate": 9.643076661610196e-05,
|
884 |
+
"loss": 1.6914,
|
885 |
+
"step": 250
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.1724137931034484,
|
889 |
+
"grad_norm": 5.542474173125811e-05,
|
890 |
+
"learning_rate": 9.500409224732863e-05,
|
891 |
+
"loss": 1.7075,
|
892 |
+
"step": 252
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.189655172413793,
|
896 |
+
"grad_norm": 6.597842002520338e-05,
|
897 |
+
"learning_rate": 9.357843661399447e-05,
|
898 |
+
"loss": 1.71,
|
899 |
+
"step": 254
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.206896551724138,
|
903 |
+
"grad_norm": 5.879228046978824e-05,
|
904 |
+
"learning_rate": 9.215409042721552e-05,
|
905 |
+
"loss": 1.6139,
|
906 |
+
"step": 256
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.2241379310344827,
|
910 |
+
"grad_norm": 5.7269386161351576e-05,
|
911 |
+
"learning_rate": 9.073134413109312e-05,
|
912 |
+
"loss": 1.6543,
|
913 |
+
"step": 258
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.2413793103448274,
|
917 |
+
"grad_norm": 5.378547211876139e-05,
|
918 |
+
"learning_rate": 8.931048784348875e-05,
|
919 |
+
"loss": 1.6489,
|
920 |
+
"step": 260
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2586206896551726,
|
924 |
+
"grad_norm": 5.8273999457014725e-05,
|
925 |
+
"learning_rate": 8.789181129686452e-05,
|
926 |
+
"loss": 1.6617,
|
927 |
+
"step": 262
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.2758620689655173,
|
931 |
+
"grad_norm": 5.4671403631800786e-05,
|
932 |
+
"learning_rate": 8.647560377920311e-05,
|
933 |
+
"loss": 1.663,
|
934 |
+
"step": 264
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.293103448275862,
|
938 |
+
"grad_norm": 5.9202680859016255e-05,
|
939 |
+
"learning_rate": 8.50621540750175e-05,
|
940 |
+
"loss": 1.5901,
|
941 |
+
"step": 266
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.310344827586207,
|
945 |
+
"grad_norm": 5.2928600780433044e-05,
|
946 |
+
"learning_rate": 8.365175040646402e-05,
|
947 |
+
"loss": 1.638,
|
948 |
+
"step": 268
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3275862068965516,
|
952 |
+
"grad_norm": 5.589192733168602e-05,
|
953 |
+
"learning_rate": 8.224468037456969e-05,
|
954 |
+
"loss": 1.6413,
|
955 |
+
"step": 270
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.344827586206897,
|
959 |
+
"grad_norm": 5.543338556890376e-05,
|
960 |
+
"learning_rate": 8.084123090058646e-05,
|
961 |
+
"loss": 1.7151,
|
962 |
+
"step": 272
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.3620689655172415,
|
966 |
+
"grad_norm": 5.86421083426103e-05,
|
967 |
+
"learning_rate": 7.944168816748395e-05,
|
968 |
+
"loss": 1.6831,
|
969 |
+
"step": 274
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.3793103448275863,
|
973 |
+
"grad_norm": 5.7719400501810014e-05,
|
974 |
+
"learning_rate": 7.804633756159259e-05,
|
975 |
+
"loss": 1.6163,
|
976 |
+
"step": 276
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.396551724137931,
|
980 |
+
"grad_norm": 5.793603486381471e-05,
|
981 |
+
"learning_rate": 7.66554636144095e-05,
|
982 |
+
"loss": 1.6747,
|
983 |
+
"step": 278
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.413793103448276,
|
987 |
+
"grad_norm": 6.149085675133392e-05,
|
988 |
+
"learning_rate": 7.526934994457844e-05,
|
989 |
+
"loss": 1.7326,
|
990 |
+
"step": 280
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.4310344827586206,
|
994 |
+
"grad_norm": 6.359058170346543e-05,
|
995 |
+
"learning_rate": 7.388827920005627e-05,
|
996 |
+
"loss": 1.6795,
|
997 |
+
"step": 282
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4482758620689653,
|
1001 |
+
"grad_norm": 6.622547516599298e-05,
|
1002 |
+
"learning_rate": 7.251253300047663e-05,
|
1003 |
+
"loss": 1.6408,
|
1004 |
+
"step": 284
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.4655172413793105,
|
1008 |
+
"grad_norm": 6.301296525634825e-05,
|
1009 |
+
"learning_rate": 7.114239187972416e-05,
|
1010 |
+
"loss": 1.6468,
|
1011 |
+
"step": 286
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.4827586206896552,
|
1015 |
+
"grad_norm": 6.218779890332371e-05,
|
1016 |
+
"learning_rate": 6.977813522872943e-05,
|
1017 |
+
"loss": 1.71,
|
1018 |
+
"step": 288
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.5,
|
1022 |
+
"grad_norm": 6.647199916187674e-05,
|
1023 |
+
"learning_rate": 6.842004123849752e-05,
|
1024 |
+
"loss": 1.7468,
|
1025 |
+
"step": 290
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.5172413793103448,
|
1029 |
+
"grad_norm": 6.713119364576414e-05,
|
1030 |
+
"learning_rate": 6.70683868433807e-05,
|
1031 |
+
"loss": 1.6354,
|
1032 |
+
"step": 292
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5344827586206895,
|
1036 |
+
"grad_norm": 6.99372249073349e-05,
|
1037 |
+
"learning_rate": 6.572344766460776e-05,
|
1038 |
+
"loss": 1.7253,
|
1039 |
+
"step": 294
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5517241379310347,
|
1043 |
+
"grad_norm": 6.832159124314785e-05,
|
1044 |
+
"learning_rate": 6.438549795408106e-05,
|
1045 |
+
"loss": 1.7338,
|
1046 |
+
"step": 296
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.5689655172413794,
|
1050 |
+
"grad_norm": 6.618772022193298e-05,
|
1051 |
+
"learning_rate": 6.305481053845261e-05,
|
1052 |
+
"loss": 1.6328,
|
1053 |
+
"step": 298
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.586206896551724,
|
1057 |
+
"grad_norm": 7.179833482950926e-05,
|
1058 |
+
"learning_rate": 6.173165676349103e-05,
|
1059 |
+
"loss": 1.652,
|
1060 |
+
"step": 300
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.603448275862069,
|
1064 |
+
"grad_norm": 6.626212416449562e-05,
|
1065 |
+
"learning_rate": 6.041630643875018e-05,
|
1066 |
+
"loss": 1.7552,
|
1067 |
+
"step": 302
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.6206896551724137,
|
1071 |
+
"grad_norm": 6.928609946044162e-05,
|
1072 |
+
"learning_rate": 5.910902778255134e-05,
|
1073 |
+
"loss": 1.6969,
|
1074 |
+
"step": 304
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.637931034482759,
|
1078 |
+
"grad_norm": 7.145026029320434e-05,
|
1079 |
+
"learning_rate": 5.7810087367289744e-05,
|
1080 |
+
"loss": 1.7151,
|
1081 |
+
"step": 306
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.655172413793103,
|
1085 |
+
"grad_norm": 6.987711822148412e-05,
|
1086 |
+
"learning_rate": 5.651975006507681e-05,
|
1087 |
+
"loss": 1.6533,
|
1088 |
+
"step": 308
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.6724137931034484,
|
1092 |
+
"grad_norm": 6.940370803931728e-05,
|
1093 |
+
"learning_rate": 5.5238278993728756e-05,
|
1094 |
+
"loss": 1.6922,
|
1095 |
+
"step": 310
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.689655172413793,
|
1099 |
+
"grad_norm": 0.0001817405573092401,
|
1100 |
+
"learning_rate": 5.396593546311346e-05,
|
1101 |
+
"loss": 1.6973,
|
1102 |
+
"step": 312
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.706896551724138,
|
1106 |
+
"grad_norm": 7.641298725502566e-05,
|
1107 |
+
"learning_rate": 5.270297892186563e-05,
|
1108 |
+
"loss": 1.7294,
|
1109 |
+
"step": 314
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7241379310344827,
|
1113 |
+
"grad_norm": 6.699555524392053e-05,
|
1114 |
+
"learning_rate": 5.1449666904481585e-05,
|
1115 |
+
"loss": 1.6713,
|
1116 |
+
"step": 316
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7413793103448274,
|
1120 |
+
"grad_norm": 6.963134364923462e-05,
|
1121 |
+
"learning_rate": 5.0206254978804435e-05,
|
1122 |
+
"loss": 1.7326,
|
1123 |
+
"step": 318
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.7586206896551726,
|
1127 |
+
"grad_norm": 7.145871495595202e-05,
|
1128 |
+
"learning_rate": 4.8972996693910054e-05,
|
1129 |
+
"loss": 1.7386,
|
1130 |
+
"step": 320
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.7758620689655173,
|
1134 |
+
"grad_norm": 6.800260598538443e-05,
|
1135 |
+
"learning_rate": 4.7750143528405126e-05,
|
1136 |
+
"loss": 1.6939,
|
1137 |
+
"step": 322
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.793103448275862,
|
1141 |
+
"grad_norm": 6.864208990009502e-05,
|
1142 |
+
"learning_rate": 4.653794483914696e-05,
|
1143 |
+
"loss": 1.7581,
|
1144 |
+
"step": 324
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.810344827586207,
|
1148 |
+
"grad_norm": 7.070614083204418e-05,
|
1149 |
+
"learning_rate": 4.5336647810396215e-05,
|
1150 |
+
"loss": 1.7155,
|
1151 |
+
"step": 326
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8275862068965516,
|
1155 |
+
"grad_norm": 7.455341255990788e-05,
|
1156 |
+
"learning_rate": 4.414649740341258e-05,
|
1157 |
+
"loss": 1.7955,
|
1158 |
+
"step": 328
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.844827586206897,
|
1162 |
+
"grad_norm": 7.38763774279505e-05,
|
1163 |
+
"learning_rate": 4.296773630650358e-05,
|
1164 |
+
"loss": 1.7269,
|
1165 |
+
"step": 330
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.862068965517241,
|
1169 |
+
"grad_norm": 7.165527495089918e-05,
|
1170 |
+
"learning_rate": 4.180060488553743e-05,
|
1171 |
+
"loss": 1.7887,
|
1172 |
+
"step": 332
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.8793103448275863,
|
1176 |
+
"grad_norm": 7.368691876763478e-05,
|
1177 |
+
"learning_rate": 4.06453411349286e-05,
|
1178 |
+
"loss": 1.7997,
|
1179 |
+
"step": 334
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.896551724137931,
|
1183 |
+
"grad_norm": 7.610574539285153e-05,
|
1184 |
+
"learning_rate": 3.9502180629107756e-05,
|
1185 |
+
"loss": 1.7738,
|
1186 |
+
"step": 336
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.913793103448276,
|
1190 |
+
"grad_norm": 7.454157457686961e-05,
|
1191 |
+
"learning_rate": 3.8371356474484746e-05,
|
1192 |
+
"loss": 1.7776,
|
1193 |
+
"step": 338
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.9310344827586206,
|
1197 |
+
"grad_norm": 7.552184979431331e-05,
|
1198 |
+
"learning_rate": 3.725309926191479e-05,
|
1199 |
+
"loss": 1.7869,
|
1200 |
+
"step": 340
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 2.9482758620689653,
|
1204 |
+
"grad_norm": 7.433702558046207e-05,
|
1205 |
+
"learning_rate": 3.6147637019678195e-05,
|
1206 |
+
"loss": 1.8083,
|
1207 |
+
"step": 342
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 2.9655172413793105,
|
1211 |
+
"grad_norm": 7.243530126288533e-05,
|
1212 |
+
"learning_rate": 3.5055195166981645e-05,
|
1213 |
+
"loss": 1.7669,
|
1214 |
+
"step": 344
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 2.9827586206896552,
|
1218 |
+
"grad_norm": 7.482223736587912e-05,
|
1219 |
+
"learning_rate": 3.397599646799256e-05,
|
1220 |
+
"loss": 1.7417,
|
1221 |
+
"step": 346
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.0,
|
1225 |
+
"grad_norm": 8.792668813839555e-05,
|
1226 |
+
"learning_rate": 3.291026098641397e-05,
|
1227 |
+
"loss": 1.8761,
|
1228 |
+
"step": 348
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 3.0172413793103448,
|
1232 |
+
"grad_norm": 7.802840991644189e-05,
|
1233 |
+
"learning_rate": 3.185820604061088e-05,
|
1234 |
+
"loss": 1.7633,
|
1235 |
+
"step": 350
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 3.0344827586206895,
|
1239 |
+
"grad_norm": 6.89391017658636e-05,
|
1240 |
+
"learning_rate": 3.0820046159295644e-05,
|
1241 |
+
"loss": 1.687,
|
1242 |
+
"step": 352
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 3.0517241379310347,
|
1246 |
+
"grad_norm": 7.239273691084236e-05,
|
1247 |
+
"learning_rate": 2.9795993037782655e-05,
|
1248 |
+
"loss": 1.7539,
|
1249 |
+
"step": 354
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 3.0689655172413794,
|
1253 |
+
"grad_norm": 7.185838330769911e-05,
|
1254 |
+
"learning_rate": 2.8786255494820835e-05,
|
1255 |
+
"loss": 1.7366,
|
1256 |
+
"step": 356
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 3.086206896551724,
|
1260 |
+
"grad_norm": 7.206243026303127e-05,
|
1261 |
+
"learning_rate": 2.7791039430012476e-05,
|
1262 |
+
"loss": 1.7703,
|
1263 |
+
"step": 358
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.103448275862069,
|
1267 |
+
"grad_norm": 7.18203154974617e-05,
|
1268 |
+
"learning_rate": 2.681054778182748e-05,
|
1269 |
+
"loss": 1.7132,
|
1270 |
+
"step": 360
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 3.1206896551724137,
|
1274 |
+
"grad_norm": 6.849451165180653e-05,
|
1275 |
+
"learning_rate": 2.5844980486221228e-05,
|
1276 |
+
"loss": 1.7914,
|
1277 |
+
"step": 362
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 3.1379310344827585,
|
1281 |
+
"grad_norm": 7.244012522278354e-05,
|
1282 |
+
"learning_rate": 2.4894534435865015e-05,
|
1283 |
+
"loss": 1.7365,
|
1284 |
+
"step": 364
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 3.1551724137931036,
|
1288 |
+
"grad_norm": 6.781809497624636e-05,
|
1289 |
+
"learning_rate": 2.3959403439996907e-05,
|
1290 |
+
"loss": 1.7446,
|
1291 |
+
"step": 366
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 3.1724137931034484,
|
1295 |
+
"grad_norm": 6.832330109318718e-05,
|
1296 |
+
"learning_rate": 2.3039778184901084e-05,
|
1297 |
+
"loss": 1.7554,
|
1298 |
+
"step": 368
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 3.189655172413793,
|
1302 |
+
"grad_norm": 6.69066866976209e-05,
|
1303 |
+
"learning_rate": 2.2135846195024513e-05,
|
1304 |
+
"loss": 1.7409,
|
1305 |
+
"step": 370
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.206896551724138,
|
1309 |
+
"grad_norm": 6.750784814357758e-05,
|
1310 |
+
"learning_rate": 2.1247791794737826e-05,
|
1311 |
+
"loss": 1.7058,
|
1312 |
+
"step": 372
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 3.2241379310344827,
|
1316 |
+
"grad_norm": 7.111330342013389e-05,
|
1317 |
+
"learning_rate": 2.0375796070749363e-05,
|
1318 |
+
"loss": 1.7842,
|
1319 |
+
"step": 374
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 3.2413793103448274,
|
1323 |
+
"grad_norm": 6.951171235414222e-05,
|
1324 |
+
"learning_rate": 1.9520036835178668e-05,
|
1325 |
+
"loss": 1.7586,
|
1326 |
+
"step": 376
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 3.2586206896551726,
|
1330 |
+
"grad_norm": 6.802480493206531e-05,
|
1331 |
+
"learning_rate": 1.8680688589298368e-05,
|
1332 |
+
"loss": 1.6923,
|
1333 |
+
"step": 378
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 3.2758620689655173,
|
1337 |
+
"grad_norm": 6.907380156917498e-05,
|
1338 |
+
"learning_rate": 1.7857922487950874e-05,
|
1339 |
+
"loss": 1.7892,
|
1340 |
+
"step": 380
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 3.293103448275862,
|
1344 |
+
"grad_norm": 6.635097815888003e-05,
|
1345 |
+
"learning_rate": 1.7051906304647368e-05,
|
1346 |
+
"loss": 1.8035,
|
1347 |
+
"step": 382
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.310344827586207,
|
1351 |
+
"grad_norm": 6.926745845703408e-05,
|
1352 |
+
"learning_rate": 1.6262804397356746e-05,
|
1353 |
+
"loss": 1.8157,
|
1354 |
+
"step": 384
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 3.3275862068965516,
|
1358 |
+
"grad_norm": 7.06208884366788e-05,
|
1359 |
+
"learning_rate": 1.5490777674990376e-05,
|
1360 |
+
"loss": 1.7965,
|
1361 |
+
"step": 386
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 3.344827586206897,
|
1365 |
+
"grad_norm": 6.897733692312613e-05,
|
1366 |
+
"learning_rate": 1.4735983564590783e-05,
|
1367 |
+
"loss": 1.7867,
|
1368 |
+
"step": 388
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 3.3620689655172415,
|
1372 |
+
"grad_norm": 6.628095434280112e-05,
|
1373 |
+
"learning_rate": 1.3998575979229944e-05,
|
1374 |
+
"loss": 1.7529,
|
1375 |
+
"step": 390
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 3.3793103448275863,
|
1379 |
+
"grad_norm": 6.664723332505673e-05,
|
1380 |
+
"learning_rate": 1.3278705286624327e-05,
|
1381 |
+
"loss": 1.7666,
|
1382 |
+
"step": 392
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 3.396551724137931,
|
1386 |
+
"grad_norm": 6.862921145511791e-05,
|
1387 |
+
"learning_rate": 1.2576518278472759e-05,
|
1388 |
+
"loss": 1.7662,
|
1389 |
+
"step": 394
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 3.413793103448276,
|
1393 |
+
"grad_norm": 6.93115871399641e-05,
|
1394 |
+
"learning_rate": 1.1892158140523546e-05,
|
1395 |
+
"loss": 1.7767,
|
1396 |
+
"step": 396
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 3.4310344827586206,
|
1400 |
+
"grad_norm": 6.726732681272551e-05,
|
1401 |
+
"learning_rate": 1.122576442337696e-05,
|
1402 |
+
"loss": 1.7228,
|
1403 |
+
"step": 398
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 3.4482758620689653,
|
1407 |
+
"grad_norm": 6.953762203920633e-05,
|
1408 |
+
"learning_rate": 1.057747301402887e-05,
|
1409 |
+
"loss": 1.7798,
|
1410 |
+
"step": 400
|
1411 |
+
}
|
1412 |
+
],
|
1413 |
+
"logging_steps": 2,
|
1414 |
+
"max_steps": 464,
|
1415 |
+
"num_input_tokens_seen": 0,
|
1416 |
+
"num_train_epochs": 4,
|
1417 |
+
"save_steps": 200,
|
1418 |
+
"stateful_callbacks": {
|
1419 |
+
"TrainerControl": {
|
1420 |
+
"args": {
|
1421 |
+
"should_epoch_stop": false,
|
1422 |
+
"should_evaluate": false,
|
1423 |
+
"should_log": false,
|
1424 |
+
"should_save": true,
|
1425 |
+
"should_training_stop": false
|
1426 |
+
},
|
1427 |
+
"attributes": {}
|
1428 |
+
}
|
1429 |
+
},
|
1430 |
+
"total_flos": 5.783464898608497e+17,
|
1431 |
+
"train_batch_size": 16,
|
1432 |
+
"trial_name": null,
|
1433 |
+
"trial_params": null
|
1434 |
+
}
|
checkpoint-400/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85e0384a95773c4f9f1910994edd74cc0c1467bafb112774589033914dd397a4
|
3 |
+
size 5713
|
checkpoint-400/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-464/README.md
ADDED
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ./Qwen3-4B-Instruct-2507
|
3 |
+
library_name: peft
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- base_model:adapter:./Qwen3-4B-Instruct-2507
|
7 |
+
- lora
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
---
|
11 |
+
|
12 |
+
# Model Card for Model ID
|
13 |
+
|
14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
## Model Details
|
19 |
+
|
20 |
+
### Model Description
|
21 |
+
|
22 |
+
<!-- Provide a longer summary of what this model is. -->
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
- **Developed by:** [More Information Needed]
|
27 |
+
- **Funded by [optional]:** [More Information Needed]
|
28 |
+
- **Shared by [optional]:** [More Information Needed]
|
29 |
+
- **Model type:** [More Information Needed]
|
30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
31 |
+
- **License:** [More Information Needed]
|
32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
33 |
+
|
34 |
+
### Model Sources [optional]
|
35 |
+
|
36 |
+
<!-- Provide the basic links for the model. -->
|
37 |
+
|
38 |
+
- **Repository:** [More Information Needed]
|
39 |
+
- **Paper [optional]:** [More Information Needed]
|
40 |
+
- **Demo [optional]:** [More Information Needed]
|
41 |
+
|
42 |
+
## Uses
|
43 |
+
|
44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
45 |
+
|
46 |
+
### Direct Use
|
47 |
+
|
48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Downstream Use [optional]
|
53 |
+
|
54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
### Out-of-Scope Use
|
59 |
+
|
60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
## Bias, Risks, and Limitations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
67 |
+
|
68 |
+
[More Information Needed]
|
69 |
+
|
70 |
+
### Recommendations
|
71 |
+
|
72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
73 |
+
|
74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
75 |
+
|
76 |
+
## How to Get Started with the Model
|
77 |
+
|
78 |
+
Use the code below to get started with the model.
|
79 |
+
|
80 |
+
[More Information Needed]
|
81 |
+
|
82 |
+
## Training Details
|
83 |
+
|
84 |
+
### Training Data
|
85 |
+
|
86 |
+
<!-- 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. -->
|
87 |
+
|
88 |
+
[More Information Needed]
|
89 |
+
|
90 |
+
### Training Procedure
|
91 |
+
|
92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
93 |
+
|
94 |
+
#### Preprocessing [optional]
|
95 |
+
|
96 |
+
[More Information Needed]
|
97 |
+
|
98 |
+
|
99 |
+
#### Training Hyperparameters
|
100 |
+
|
101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
102 |
+
|
103 |
+
#### Speeds, Sizes, Times [optional]
|
104 |
+
|
105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
106 |
+
|
107 |
+
[More Information Needed]
|
108 |
+
|
109 |
+
## Evaluation
|
110 |
+
|
111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
112 |
+
|
113 |
+
### Testing Data, Factors & Metrics
|
114 |
+
|
115 |
+
#### Testing Data
|
116 |
+
|
117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Factors
|
122 |
+
|
123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
#### Metrics
|
128 |
+
|
129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
130 |
+
|
131 |
+
[More Information Needed]
|
132 |
+
|
133 |
+
### Results
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
#### Summary
|
138 |
+
|
139 |
+
|
140 |
+
|
141 |
+
## Model Examination [optional]
|
142 |
+
|
143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
144 |
+
|
145 |
+
[More Information Needed]
|
146 |
+
|
147 |
+
## Environmental Impact
|
148 |
+
|
149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
150 |
+
|
151 |
+
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).
|
152 |
+
|
153 |
+
- **Hardware Type:** [More Information Needed]
|
154 |
+
- **Hours used:** [More Information Needed]
|
155 |
+
- **Cloud Provider:** [More Information Needed]
|
156 |
+
- **Compute Region:** [More Information Needed]
|
157 |
+
- **Carbon Emitted:** [More Information Needed]
|
158 |
+
|
159 |
+
## Technical Specifications [optional]
|
160 |
+
|
161 |
+
### Model Architecture and Objective
|
162 |
+
|
163 |
+
[More Information Needed]
|
164 |
+
|
165 |
+
### Compute Infrastructure
|
166 |
+
|
167 |
+
[More Information Needed]
|
168 |
+
|
169 |
+
#### Hardware
|
170 |
+
|
171 |
+
[More Information Needed]
|
172 |
+
|
173 |
+
#### Software
|
174 |
+
|
175 |
+
[More Information Needed]
|
176 |
+
|
177 |
+
## Citation [optional]
|
178 |
+
|
179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
180 |
+
|
181 |
+
**BibTeX:**
|
182 |
+
|
183 |
+
[More Information Needed]
|
184 |
+
|
185 |
+
**APA:**
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## Glossary [optional]
|
190 |
+
|
191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
192 |
+
|
193 |
+
[More Information Needed]
|
194 |
+
|
195 |
+
## More Information [optional]
|
196 |
+
|
197 |
+
[More Information Needed]
|
198 |
+
|
199 |
+
## Model Card Authors [optional]
|
200 |
+
|
201 |
+
[More Information Needed]
|
202 |
+
|
203 |
+
## Model Card Contact
|
204 |
+
|
205 |
+
[More Information Needed]
|
206 |
+
### Framework versions
|
207 |
+
|
208 |
+
- PEFT 0.16.0
|
checkpoint-464/adapter_config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "./Qwen3-4B-Instruct-2507",
|
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.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"qalora_group_size": 16,
|
24 |
+
"r": 32,
|
25 |
+
"rank_pattern": {},
|
26 |
+
"revision": null,
|
27 |
+
"target_modules": [
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"k_proj",
|
31 |
+
"up_proj",
|
32 |
+
"v_proj",
|
33 |
+
"q_proj",
|
34 |
+
"down_proj"
|
35 |
+
],
|
36 |
+
"task_type": "CAUSAL_LM",
|
37 |
+
"trainable_token_indices": null,
|
38 |
+
"use_dora": false,
|
39 |
+
"use_qalora": false,
|
40 |
+
"use_rslora": true
|
41 |
+
}
|
checkpoint-464/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d818a7efd439d173e788b38d693b0728962bdc2852e112e0305524ec05c82c70
|
3 |
+
size 1817430408
|
checkpoint-464/added_tokens.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</think>": 151668,
|
3 |
+
"</tool_call>": 151658,
|
4 |
+
"</tool_response>": 151666,
|
5 |
+
"<think>": 151667,
|
6 |
+
"<tool_call>": 151657,
|
7 |
+
"<tool_response>": 151665,
|
8 |
+
"<|analysis|>": 151670,
|
9 |
+
"<|box_end|>": 151649,
|
10 |
+
"<|box_start|>": 151648,
|
11 |
+
"<|endoftext|>": 151643,
|
12 |
+
"<|file_sep|>": 151664,
|
13 |
+
"<|fim_middle|>": 151660,
|
14 |
+
"<|fim_pad|>": 151662,
|
15 |
+
"<|fim_prefix|>": 151659,
|
16 |
+
"<|fim_suffix|>": 151661,
|
17 |
+
"<|forecast|>": 151671,
|
18 |
+
"<|im_end|>": 151645,
|
19 |
+
"<|im_start|>": 151644,
|
20 |
+
"<|image_pad|>": 151655,
|
21 |
+
"<|object_ref_end|>": 151647,
|
22 |
+
"<|object_ref_start|>": 151646,
|
23 |
+
"<|quad_end|>": 151651,
|
24 |
+
"<|quad_start|>": 151650,
|
25 |
+
"<|repo_name|>": 151663,
|
26 |
+
"<|response|>": 151669,
|
27 |
+
"<|video_pad|>": 151656,
|
28 |
+
"<|vision_end|>": 151653,
|
29 |
+
"<|vision_pad|>": 151654,
|
30 |
+
"<|vision_start|>": 151652
|
31 |
+
}
|
checkpoint-464/chat_template.jinja
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{%- if tools %}
|
2 |
+
{{- '<|im_start|>system\n' }}
|
3 |
+
{%- if messages[0].role == 'system' %}
|
4 |
+
{{- messages[0].content + '\n\n' }}
|
5 |
+
{%- endif %}
|
6 |
+
{{- "# 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>" }}
|
7 |
+
{%- for tool in tools %}
|
8 |
+
{{- "\n" }}
|
9 |
+
{{- tool | tojson }}
|
10 |
+
{%- endfor %}
|
11 |
+
{{- "\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" }}
|
12 |
+
{%- else %}
|
13 |
+
{%- if messages[0].role == 'system' %}
|
14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
15 |
+
{%- endif %}
|
16 |
+
{%- endif %}
|
17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
18 |
+
{%- for message in messages[::-1] %}
|
19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
21 |
+
{%- set ns.multi_step_tool = false %}
|
22 |
+
{%- set ns.last_query_index = index %}
|
23 |
+
{%- endif %}
|
24 |
+
{%- endfor %}
|
25 |
+
{%- for message in messages %}
|
26 |
+
{%- if message.content is string %}
|
27 |
+
{%- set content = message.content %}
|
28 |
+
{%- else %}
|
29 |
+
{%- set content = '' %}
|
30 |
+
{%- endif %}
|
31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
33 |
+
{%- elif message.role == "assistant" %}
|
34 |
+
{%- set reasoning_content = '' %}
|
35 |
+
{%- if message.reasoning_content is string %}
|
36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
37 |
+
{%- else %}
|
38 |
+
{%- if '</think>' in content %}
|
39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
41 |
+
{%- endif %}
|
42 |
+
{%- endif %}
|
43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
46 |
+
{%- else %}
|
47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
48 |
+
{%- endif %}
|
49 |
+
{%- else %}
|
50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
51 |
+
{%- endif %}
|
52 |
+
{%- if message.tool_calls %}
|
53 |
+
{%- for tool_call in message.tool_calls %}
|
54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
55 |
+
{{- '\n' }}
|
56 |
+
{%- endif %}
|
57 |
+
{%- if tool_call.function %}
|
58 |
+
{%- set tool_call = tool_call.function %}
|
59 |
+
{%- endif %}
|
60 |
+
{{- '<tool_call>\n{"name": "' }}
|
61 |
+
{{- tool_call.name }}
|
62 |
+
{{- '", "arguments": ' }}
|
63 |
+
{%- if tool_call.arguments is string %}
|
64 |
+
{{- tool_call.arguments }}
|
65 |
+
{%- else %}
|
66 |
+
{{- tool_call.arguments | tojson }}
|
67 |
+
{%- endif %}
|
68 |
+
{{- '}\n</tool_call>' }}
|
69 |
+
{%- endfor %}
|
70 |
+
{%- endif %}
|
71 |
+
{{- '<|im_end|>\n' }}
|
72 |
+
{%- elif message.role == "tool" %}
|
73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
74 |
+
{{- '<|im_start|>user' }}
|
75 |
+
{%- endif %}
|
76 |
+
{{- '\n<tool_response>\n' }}
|
77 |
+
{{- content }}
|
78 |
+
{{- '\n</tool_response>' }}
|
79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
80 |
+
{{- '<|im_end|>\n' }}
|
81 |
+
{%- endif %}
|
82 |
+
{%- endif %}
|
83 |
+
{%- endfor %}
|
84 |
+
{%- if add_generation_prompt %}
|
85 |
+
{{- '<|im_start|>assistant\n' }}
|
86 |
+
{%- endif %}
|
checkpoint-464/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-464/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0a4dd8bd7c78e8a98e604bde47b849bd42b8a9a78dd210a9c419f464e3bde9
|
3 |
+
size 528908363
|
checkpoint-464/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8e2011629d8bed3ef560fa11175cac55684c4e12a72634bb24abf767b6c7399
|
3 |
+
size 14645
|
checkpoint-464/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75ffadc689508b4d6b54e1c7bfb0a509653a22a05c81606bd389cb29cba93b09
|
3 |
+
size 1383
|
checkpoint-464/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70eb641fe76ee906eff77b6672eb4330d6c5410e8b5787b204b398ef72efe995
|
3 |
+
size 1465
|
checkpoint-464/special_tokens_map.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<|response|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "<|analysis|>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": false,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"content": "<|forecast|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"eos_token": {
|
26 |
+
"content": "<|im_end|>",
|
27 |
+
"lstrip": false,
|
28 |
+
"normalized": false,
|
29 |
+
"rstrip": false,
|
30 |
+
"single_word": false
|
31 |
+
},
|
32 |
+
"pad_token": {
|
33 |
+
"content": "<|endoftext|>",
|
34 |
+
"lstrip": false,
|
35 |
+
"normalized": false,
|
36 |
+
"rstrip": false,
|
37 |
+
"single_word": false
|
38 |
+
}
|
39 |
+
}
|
checkpoint-464/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77247e5fb2e966d04e513068b17cca472e105e7c56953e9b1d27d70b93d77e6f
|
3 |
+
size 11423221
|
checkpoint-464/tokenizer_config.json
ADDED
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"151669": {
|
214 |
+
"content": "<|response|>",
|
215 |
+
"lstrip": false,
|
216 |
+
"normalized": false,
|
217 |
+
"rstrip": false,
|
218 |
+
"single_word": false,
|
219 |
+
"special": true
|
220 |
+
},
|
221 |
+
"151670": {
|
222 |
+
"content": "<|analysis|>",
|
223 |
+
"lstrip": false,
|
224 |
+
"normalized": false,
|
225 |
+
"rstrip": false,
|
226 |
+
"single_word": false,
|
227 |
+
"special": true
|
228 |
+
},
|
229 |
+
"151671": {
|
230 |
+
"content": "<|forecast|>",
|
231 |
+
"lstrip": false,
|
232 |
+
"normalized": false,
|
233 |
+
"rstrip": false,
|
234 |
+
"single_word": false,
|
235 |
+
"special": true
|
236 |
+
}
|
237 |
+
},
|
238 |
+
"additional_special_tokens": [
|
239 |
+
"<|response|>",
|
240 |
+
"<|analysis|>",
|
241 |
+
"<|forecast|>"
|
242 |
+
],
|
243 |
+
"bos_token": null,
|
244 |
+
"clean_up_tokenization_spaces": false,
|
245 |
+
"eos_token": "<|im_end|>",
|
246 |
+
"errors": "replace",
|
247 |
+
"extra_special_tokens": {},
|
248 |
+
"model_max_length": 262144,
|
249 |
+
"pad_token": "<|endoftext|>",
|
250 |
+
"padding_side": "right",
|
251 |
+
"split_special_tokens": false,
|
252 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
253 |
+
"unk_token": null
|
254 |
+
}
|
checkpoint-464/trainer_state.json
ADDED
@@ -0,0 +1,1658 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 4.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 464,
|
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.017241379310344827,
|
14 |
+
"grad_norm": 0.003562385216355324,
|
15 |
+
"learning_rate": 8.333333333333334e-06,
|
16 |
+
"loss": 6.5818,
|
17 |
+
"step": 2
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.034482758620689655,
|
21 |
+
"grad_norm": 0.00022410321980714798,
|
22 |
+
"learning_rate": 2.5e-05,
|
23 |
+
"loss": 3.1274,
|
24 |
+
"step": 4
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.05172413793103448,
|
28 |
+
"grad_norm": 0.001015713787637651,
|
29 |
+
"learning_rate": 4.166666666666667e-05,
|
30 |
+
"loss": 6.2659,
|
31 |
+
"step": 6
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.06896551724137931,
|
35 |
+
"grad_norm": 5.367869744077325e-05,
|
36 |
+
"learning_rate": 5.833333333333334e-05,
|
37 |
+
"loss": 2.6228,
|
38 |
+
"step": 8
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.08620689655172414,
|
42 |
+
"grad_norm": 4.5336004404816777e-05,
|
43 |
+
"learning_rate": 7.500000000000001e-05,
|
44 |
+
"loss": 2.5434,
|
45 |
+
"step": 10
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.10344827586206896,
|
49 |
+
"grad_norm": 4.627772432286292e-05,
|
50 |
+
"learning_rate": 9.166666666666667e-05,
|
51 |
+
"loss": 2.3415,
|
52 |
+
"step": 12
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.1206896551724138,
|
56 |
+
"grad_norm": 3.9416841900674626e-05,
|
57 |
+
"learning_rate": 0.00010833333333333333,
|
58 |
+
"loss": 2.3444,
|
59 |
+
"step": 14
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.13793103448275862,
|
63 |
+
"grad_norm": 3.731855395017192e-05,
|
64 |
+
"learning_rate": 0.000125,
|
65 |
+
"loss": 2.2561,
|
66 |
+
"step": 16
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.15517241379310345,
|
70 |
+
"grad_norm": 3.3787582651712e-05,
|
71 |
+
"learning_rate": 0.00014166666666666668,
|
72 |
+
"loss": 2.2835,
|
73 |
+
"step": 18
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.1724137931034483,
|
77 |
+
"grad_norm": 3.5183733416488394e-05,
|
78 |
+
"learning_rate": 0.00015833333333333332,
|
79 |
+
"loss": 2.1617,
|
80 |
+
"step": 20
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.1896551724137931,
|
84 |
+
"grad_norm": 2.609785042295698e-05,
|
85 |
+
"learning_rate": 0.000175,
|
86 |
+
"loss": 2.1658,
|
87 |
+
"step": 22
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.20689655172413793,
|
91 |
+
"grad_norm": 2.222553302999586e-05,
|
92 |
+
"learning_rate": 0.00019166666666666667,
|
93 |
+
"loss": 2.0384,
|
94 |
+
"step": 24
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.22413793103448276,
|
98 |
+
"grad_norm": 2.2757671104045585e-05,
|
99 |
+
"learning_rate": 0.00019999745104274993,
|
100 |
+
"loss": 2.1457,
|
101 |
+
"step": 26
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.2413793103448276,
|
105 |
+
"grad_norm": 2.0901892639813013e-05,
|
106 |
+
"learning_rate": 0.0001999770601644046,
|
107 |
+
"loss": 2.0479,
|
108 |
+
"step": 28
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.25862068965517243,
|
112 |
+
"grad_norm": 2.0703126210719347e-05,
|
113 |
+
"learning_rate": 0.0001999362825656992,
|
114 |
+
"loss": 2.075,
|
115 |
+
"step": 30
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.27586206896551724,
|
119 |
+
"grad_norm": 2.1005034795962274e-05,
|
120 |
+
"learning_rate": 0.0001998751265617561,
|
121 |
+
"loss": 2.055,
|
122 |
+
"step": 32
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.29310344827586204,
|
126 |
+
"grad_norm": 1.9665612853714265e-05,
|
127 |
+
"learning_rate": 0.00019979360462313962,
|
128 |
+
"loss": 1.9215,
|
129 |
+
"step": 34
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.3103448275862069,
|
133 |
+
"grad_norm": 2.0705581846414134e-05,
|
134 |
+
"learning_rate": 0.0001996917333733128,
|
135 |
+
"loss": 1.8961,
|
136 |
+
"step": 36
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.3275862068965517,
|
140 |
+
"grad_norm": 2.2074158550822176e-05,
|
141 |
+
"learning_rate": 0.00019956953358524774,
|
142 |
+
"loss": 1.9082,
|
143 |
+
"step": 38
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.3448275862068966,
|
147 |
+
"grad_norm": 2.1002635548938997e-05,
|
148 |
+
"learning_rate": 0.00019942703017718975,
|
149 |
+
"loss": 1.934,
|
150 |
+
"step": 40
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.3620689655172414,
|
154 |
+
"grad_norm": 1.9619050362962298e-05,
|
155 |
+
"learning_rate": 0.00019926425220757605,
|
156 |
+
"loss": 1.8817,
|
157 |
+
"step": 42
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.3793103448275862,
|
161 |
+
"grad_norm": 2.059372673102189e-05,
|
162 |
+
"learning_rate": 0.00019908123286911046,
|
163 |
+
"loss": 2.0008,
|
164 |
+
"step": 44
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.39655172413793105,
|
168 |
+
"grad_norm": 1.98649267986184e-05,
|
169 |
+
"learning_rate": 0.00019887800948199496,
|
170 |
+
"loss": 1.8766,
|
171 |
+
"step": 46
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.41379310344827586,
|
175 |
+
"grad_norm": 2.3096907170838676e-05,
|
176 |
+
"learning_rate": 0.00019865462348631944,
|
177 |
+
"loss": 1.7926,
|
178 |
+
"step": 48
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.43103448275862066,
|
182 |
+
"grad_norm": 2.106586362060625e-05,
|
183 |
+
"learning_rate": 0.0001984111204336116,
|
184 |
+
"loss": 1.9005,
|
185 |
+
"step": 50
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.4482758620689655,
|
189 |
+
"grad_norm": 2.156079062842764e-05,
|
190 |
+
"learning_rate": 0.0001981475499775484,
|
191 |
+
"loss": 1.9158,
|
192 |
+
"step": 52
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.46551724137931033,
|
196 |
+
"grad_norm": 2.2075933884480037e-05,
|
197 |
+
"learning_rate": 0.00019786396586383075,
|
198 |
+
"loss": 1.903,
|
199 |
+
"step": 54
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.4827586206896552,
|
203 |
+
"grad_norm": 2.0557081370498054e-05,
|
204 |
+
"learning_rate": 0.00019756042591922434,
|
205 |
+
"loss": 1.8811,
|
206 |
+
"step": 56
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.5,
|
210 |
+
"grad_norm": 1.944549148902297e-05,
|
211 |
+
"learning_rate": 0.00019723699203976766,
|
212 |
+
"loss": 1.8026,
|
213 |
+
"step": 58
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.5172413793103449,
|
217 |
+
"grad_norm": 2.6996058295480907e-05,
|
218 |
+
"learning_rate": 0.00019689373017815073,
|
219 |
+
"loss": 1.8647,
|
220 |
+
"step": 60
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.5344827586206896,
|
224 |
+
"grad_norm": 2.1660236598108895e-05,
|
225 |
+
"learning_rate": 0.00019653071033026633,
|
226 |
+
"loss": 1.8209,
|
227 |
+
"step": 62
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.5517241379310345,
|
231 |
+
"grad_norm": 2.476519875926897e-05,
|
232 |
+
"learning_rate": 0.00019614800652093686,
|
233 |
+
"loss": 1.8078,
|
234 |
+
"step": 64
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.5689655172413793,
|
238 |
+
"grad_norm": 2.4084582037176006e-05,
|
239 |
+
"learning_rate": 0.00019574569678881964,
|
240 |
+
"loss": 1.8253,
|
241 |
+
"step": 66
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.5862068965517241,
|
245 |
+
"grad_norm": 2.4040386051638052e-05,
|
246 |
+
"learning_rate": 0.00019532386317049383,
|
247 |
+
"loss": 1.8044,
|
248 |
+
"step": 68
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.603448275862069,
|
252 |
+
"grad_norm": 2.3245340344146825e-05,
|
253 |
+
"learning_rate": 0.00019488259168373197,
|
254 |
+
"loss": 1.8383,
|
255 |
+
"step": 70
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.6206896551724138,
|
259 |
+
"grad_norm": 2.399735603830777e-05,
|
260 |
+
"learning_rate": 0.0001944219723099596,
|
261 |
+
"loss": 1.852,
|
262 |
+
"step": 72
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.6379310344827587,
|
266 |
+
"grad_norm": 2.5779550924198702e-05,
|
267 |
+
"learning_rate": 0.00019394209897590704,
|
268 |
+
"loss": 2.2878,
|
269 |
+
"step": 74
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.6551724137931034,
|
273 |
+
"grad_norm": 2.9553415515692905e-05,
|
274 |
+
"learning_rate": 0.00019344306953445633,
|
275 |
+
"loss": 1.9217,
|
276 |
+
"step": 76
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.6724137931034483,
|
280 |
+
"grad_norm": 2.9237366106826812e-05,
|
281 |
+
"learning_rate": 0.00019292498574468748,
|
282 |
+
"loss": 1.8601,
|
283 |
+
"step": 78
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.6896551724137931,
|
287 |
+
"grad_norm": 2.6727117074187845e-05,
|
288 |
+
"learning_rate": 0.0001923879532511287,
|
289 |
+
"loss": 1.8181,
|
290 |
+
"step": 80
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.7068965517241379,
|
294 |
+
"grad_norm": 2.680359648365993e-05,
|
295 |
+
"learning_rate": 0.0001918320815622137,
|
296 |
+
"loss": 1.8295,
|
297 |
+
"step": 82
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.7241379310344828,
|
301 |
+
"grad_norm": 2.3158025214797817e-05,
|
302 |
+
"learning_rate": 0.0001912574840279516,
|
303 |
+
"loss": 1.8614,
|
304 |
+
"step": 84
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.7413793103448276,
|
308 |
+
"grad_norm": 3.017827111762017e-05,
|
309 |
+
"learning_rate": 0.00019066427781681315,
|
310 |
+
"loss": 1.757,
|
311 |
+
"step": 86
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.7586206896551724,
|
315 |
+
"grad_norm": 2.1740601368946955e-05,
|
316 |
+
"learning_rate": 0.00019005258389183851,
|
317 |
+
"loss": 1.8096,
|
318 |
+
"step": 88
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.7758620689655172,
|
322 |
+
"grad_norm": 2.1615645891870372e-05,
|
323 |
+
"learning_rate": 0.00018942252698597113,
|
324 |
+
"loss": 1.7802,
|
325 |
+
"step": 90
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.7931034482758621,
|
329 |
+
"grad_norm": 2.0820896679651923e-05,
|
330 |
+
"learning_rate": 0.00018877423557662305,
|
331 |
+
"loss": 1.7246,
|
332 |
+
"step": 92
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.8103448275862069,
|
336 |
+
"grad_norm": 2.3314805730478838e-05,
|
337 |
+
"learning_rate": 0.00018810784185947646,
|
338 |
+
"loss": 1.8366,
|
339 |
+
"step": 94
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.8275862068965517,
|
343 |
+
"grad_norm": 2.5301331334048882e-05,
|
344 |
+
"learning_rate": 0.00018742348172152726,
|
345 |
+
"loss": 1.8826,
|
346 |
+
"step": 96
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.8448275862068966,
|
350 |
+
"grad_norm": 2.6756286388263106e-05,
|
351 |
+
"learning_rate": 0.00018672129471337568,
|
352 |
+
"loss": 1.7417,
|
353 |
+
"step": 98
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.8620689655172413,
|
357 |
+
"grad_norm": 2.8393502361723222e-05,
|
358 |
+
"learning_rate": 0.00018600142402077006,
|
359 |
+
"loss": 1.8275,
|
360 |
+
"step": 100
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.8793103448275862,
|
364 |
+
"grad_norm": 2.184685035899747e-05,
|
365 |
+
"learning_rate": 0.00018526401643540922,
|
366 |
+
"loss": 1.7819,
|
367 |
+
"step": 102
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.896551724137931,
|
371 |
+
"grad_norm": 2.5997507691499777e-05,
|
372 |
+
"learning_rate": 0.00018450922232500966,
|
373 |
+
"loss": 1.8088,
|
374 |
+
"step": 104
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.9137931034482759,
|
378 |
+
"grad_norm": 2.3897668143035844e-05,
|
379 |
+
"learning_rate": 0.00018373719560264327,
|
380 |
+
"loss": 1.8686,
|
381 |
+
"step": 106
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.9310344827586207,
|
385 |
+
"grad_norm": 2.715570735745132e-05,
|
386 |
+
"learning_rate": 0.00018294809369535263,
|
387 |
+
"loss": 1.8138,
|
388 |
+
"step": 108
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.9482758620689655,
|
392 |
+
"grad_norm": 3.2870055292733014e-05,
|
393 |
+
"learning_rate": 0.00018214207751204918,
|
394 |
+
"loss": 1.8485,
|
395 |
+
"step": 110
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.9655172413793104,
|
399 |
+
"grad_norm": 2.1189727704040706e-05,
|
400 |
+
"learning_rate": 0.00018131931141070163,
|
401 |
+
"loss": 1.825,
|
402 |
+
"step": 112
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.9827586206896551,
|
406 |
+
"grad_norm": 4.0714276110520586e-05,
|
407 |
+
"learning_rate": 0.00018047996316482135,
|
408 |
+
"loss": 1.7557,
|
409 |
+
"step": 114
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 1.0,
|
413 |
+
"grad_norm": 4.3534433643799275e-05,
|
414 |
+
"learning_rate": 0.00017962420392925066,
|
415 |
+
"loss": 1.6649,
|
416 |
+
"step": 116
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 1.0172413793103448,
|
420 |
+
"grad_norm": 3.003507481480483e-05,
|
421 |
+
"learning_rate": 0.00017875220820526218,
|
422 |
+
"loss": 1.7448,
|
423 |
+
"step": 118
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.0344827586206897,
|
427 |
+
"grad_norm": 2.9781367629766464e-05,
|
428 |
+
"learning_rate": 0.00017786415380497553,
|
429 |
+
"loss": 1.7457,
|
430 |
+
"step": 120
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 1.0517241379310345,
|
434 |
+
"grad_norm": 2.081507227558177e-05,
|
435 |
+
"learning_rate": 0.00017696022181509894,
|
436 |
+
"loss": 1.7675,
|
437 |
+
"step": 122
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 1.0689655172413792,
|
441 |
+
"grad_norm": 2.6256357159581967e-05,
|
442 |
+
"learning_rate": 0.0001760405965600031,
|
443 |
+
"loss": 1.7417,
|
444 |
+
"step": 124
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 1.0862068965517242,
|
448 |
+
"grad_norm": 3.1936106097418815e-05,
|
449 |
+
"learning_rate": 0.00017510546556413498,
|
450 |
+
"loss": 1.7653,
|
451 |
+
"step": 126
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 1.103448275862069,
|
455 |
+
"grad_norm": 2.2676726075587794e-05,
|
456 |
+
"learning_rate": 0.0001741550195137788,
|
457 |
+
"loss": 1.7457,
|
458 |
+
"step": 128
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 1.1206896551724137,
|
462 |
+
"grad_norm": 3.1191233574645594e-05,
|
463 |
+
"learning_rate": 0.00017318945221817255,
|
464 |
+
"loss": 1.7546,
|
465 |
+
"step": 130
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.1379310344827587,
|
469 |
+
"grad_norm": 2.654504351085052e-05,
|
470 |
+
"learning_rate": 0.0001722089605699875,
|
471 |
+
"loss": 1.695,
|
472 |
+
"step": 132
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 1.1551724137931034,
|
476 |
+
"grad_norm": 2.8716958695440553e-05,
|
477 |
+
"learning_rate": 0.00017121374450517916,
|
478 |
+
"loss": 1.7442,
|
479 |
+
"step": 134
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 1.1724137931034484,
|
483 |
+
"grad_norm": 3.173397635691799e-05,
|
484 |
+
"learning_rate": 0.00017020400696221737,
|
485 |
+
"loss": 1.8053,
|
486 |
+
"step": 136
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 1.1896551724137931,
|
490 |
+
"grad_norm": 2.7111556846648455e-05,
|
491 |
+
"learning_rate": 0.0001691799538407044,
|
492 |
+
"loss": 1.7553,
|
493 |
+
"step": 138
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 1.206896551724138,
|
497 |
+
"grad_norm": 2.1949501388007775e-05,
|
498 |
+
"learning_rate": 0.00016814179395938913,
|
499 |
+
"loss": 1.6792,
|
500 |
+
"step": 140
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 1.2241379310344827,
|
504 |
+
"grad_norm": 2.9802749850205146e-05,
|
505 |
+
"learning_rate": 0.00016708973901358602,
|
506 |
+
"loss": 1.755,
|
507 |
+
"step": 142
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.2413793103448276,
|
511 |
+
"grad_norm": 2.4393058993155137e-05,
|
512 |
+
"learning_rate": 0.0001660240035320075,
|
513 |
+
"loss": 1.6939,
|
514 |
+
"step": 144
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 1.2586206896551724,
|
518 |
+
"grad_norm": 2.3840178982936777e-05,
|
519 |
+
"learning_rate": 0.00016494480483301836,
|
520 |
+
"loss": 1.7703,
|
521 |
+
"step": 146
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 1.2758620689655173,
|
525 |
+
"grad_norm": 2.3855336621636525e-05,
|
526 |
+
"learning_rate": 0.00016385236298032183,
|
527 |
+
"loss": 1.7331,
|
528 |
+
"step": 148
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 1.293103448275862,
|
532 |
+
"grad_norm": 3.826155807473697e-05,
|
533 |
+
"learning_rate": 0.0001627469007380852,
|
534 |
+
"loss": 1.7543,
|
535 |
+
"step": 150
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 1.3103448275862069,
|
539 |
+
"grad_norm": 2.4928000129875727e-05,
|
540 |
+
"learning_rate": 0.0001616286435255153,
|
541 |
+
"loss": 1.7365,
|
542 |
+
"step": 152
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 1.3275862068965516,
|
546 |
+
"grad_norm": 3.5061420931015164e-05,
|
547 |
+
"learning_rate": 0.00016049781937089227,
|
548 |
+
"loss": 1.7058,
|
549 |
+
"step": 154
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.3448275862068966,
|
553 |
+
"grad_norm": 3.1686500733485445e-05,
|
554 |
+
"learning_rate": 0.00015935465886507142,
|
555 |
+
"loss": 1.6998,
|
556 |
+
"step": 156
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 1.3620689655172413,
|
560 |
+
"grad_norm": 2.7497104383655824e-05,
|
561 |
+
"learning_rate": 0.0001581993951144626,
|
562 |
+
"loss": 1.8166,
|
563 |
+
"step": 158
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 1.3793103448275863,
|
567 |
+
"grad_norm": 3.0560615414287895e-05,
|
568 |
+
"learning_rate": 0.0001570322636934964,
|
569 |
+
"loss": 1.6751,
|
570 |
+
"step": 160
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.396551724137931,
|
574 |
+
"grad_norm": 3.0291541406768374e-05,
|
575 |
+
"learning_rate": 0.00015585350259658746,
|
576 |
+
"loss": 1.7102,
|
577 |
+
"step": 162
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.4137931034482758,
|
581 |
+
"grad_norm": 2.4553977709729224e-05,
|
582 |
+
"learning_rate": 0.0001546633521896038,
|
583 |
+
"loss": 1.7563,
|
584 |
+
"step": 164
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.4310344827586206,
|
588 |
+
"grad_norm": 3.996691884822212e-05,
|
589 |
+
"learning_rate": 0.00015346205516085306,
|
590 |
+
"loss": 1.7017,
|
591 |
+
"step": 166
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.4482758620689655,
|
595 |
+
"grad_norm": 2.5090428607654758e-05,
|
596 |
+
"learning_rate": 0.0001522498564715949,
|
597 |
+
"loss": 1.721,
|
598 |
+
"step": 168
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.4655172413793103,
|
602 |
+
"grad_norm": 4.993643597117625e-05,
|
603 |
+
"learning_rate": 0.00015102700330609,
|
604 |
+
"loss": 1.7036,
|
605 |
+
"step": 170
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.4827586206896552,
|
609 |
+
"grad_norm": 2.340052742511034e-05,
|
610 |
+
"learning_rate": 0.0001497937450211956,
|
611 |
+
"loss": 1.7574,
|
612 |
+
"step": 172
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.5,
|
616 |
+
"grad_norm": 3.563516293070279e-05,
|
617 |
+
"learning_rate": 0.00014855033309551843,
|
618 |
+
"loss": 1.756,
|
619 |
+
"step": 174
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.5172413793103448,
|
623 |
+
"grad_norm": 3.225682667107321e-05,
|
624 |
+
"learning_rate": 0.00014729702107813436,
|
625 |
+
"loss": 1.8053,
|
626 |
+
"step": 176
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.5344827586206895,
|
630 |
+
"grad_norm": 2.349480018892791e-05,
|
631 |
+
"learning_rate": 0.00014603406453688654,
|
632 |
+
"loss": 1.7376,
|
633 |
+
"step": 178
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.5517241379310345,
|
637 |
+
"grad_norm": 4.0241888200398535e-05,
|
638 |
+
"learning_rate": 0.00014476172100627127,
|
639 |
+
"loss": 1.7475,
|
640 |
+
"step": 180
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.5689655172413794,
|
644 |
+
"grad_norm": 4.396059739519842e-05,
|
645 |
+
"learning_rate": 0.0001434802499349232,
|
646 |
+
"loss": 1.735,
|
647 |
+
"step": 182
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.5862068965517242,
|
651 |
+
"grad_norm": 3.024659599759616e-05,
|
652 |
+
"learning_rate": 0.00014218991263271024,
|
653 |
+
"loss": 1.7426,
|
654 |
+
"step": 184
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.603448275862069,
|
658 |
+
"grad_norm": 3.1224055419443175e-05,
|
659 |
+
"learning_rate": 0.00014089097221744868,
|
660 |
+
"loss": 1.6746,
|
661 |
+
"step": 186
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.6206896551724137,
|
665 |
+
"grad_norm": 2.243503877252806e-05,
|
666 |
+
"learning_rate": 0.00013958369356124986,
|
667 |
+
"loss": 1.6508,
|
668 |
+
"step": 188
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.6379310344827587,
|
672 |
+
"grad_norm": 2.4827659217407927e-05,
|
673 |
+
"learning_rate": 0.000138268343236509,
|
674 |
+
"loss": 1.7289,
|
675 |
+
"step": 190
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.6551724137931034,
|
679 |
+
"grad_norm": 2.582685192464851e-05,
|
680 |
+
"learning_rate": 0.0001369451894615474,
|
681 |
+
"loss": 1.7791,
|
682 |
+
"step": 192
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.6724137931034484,
|
686 |
+
"grad_norm": 3.327808735775761e-05,
|
687 |
+
"learning_rate": 0.00013561450204591896,
|
688 |
+
"loss": 1.8354,
|
689 |
+
"step": 194
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.6896551724137931,
|
693 |
+
"grad_norm": 4.714803071692586e-05,
|
694 |
+
"learning_rate": 0.00013427655233539228,
|
695 |
+
"loss": 1.7645,
|
696 |
+
"step": 196
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.706896551724138,
|
700 |
+
"grad_norm": 2.8617656425922178e-05,
|
701 |
+
"learning_rate": 0.00013293161315661931,
|
702 |
+
"loss": 1.7147,
|
703 |
+
"step": 198
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.7241379310344827,
|
707 |
+
"grad_norm": 2.9135431759641506e-05,
|
708 |
+
"learning_rate": 0.0001315799587615025,
|
709 |
+
"loss": 1.636,
|
710 |
+
"step": 200
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.7413793103448276,
|
714 |
+
"grad_norm": 4.291239019948989e-05,
|
715 |
+
"learning_rate": 0.0001302218647712706,
|
716 |
+
"loss": 1.6921,
|
717 |
+
"step": 202
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.7586206896551724,
|
721 |
+
"grad_norm": 3.172121796524152e-05,
|
722 |
+
"learning_rate": 0.00012885760812027589,
|
723 |
+
"loss": 1.7275,
|
724 |
+
"step": 204
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.7758620689655173,
|
728 |
+
"grad_norm": 3.2376061426475644e-05,
|
729 |
+
"learning_rate": 0.00012748746699952338,
|
730 |
+
"loss": 1.7325,
|
731 |
+
"step": 206
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.793103448275862,
|
735 |
+
"grad_norm": 3.794002259382978e-05,
|
736 |
+
"learning_rate": 0.00012611172079994375,
|
737 |
+
"loss": 1.7961,
|
738 |
+
"step": 208
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.8103448275862069,
|
742 |
+
"grad_norm": 4.9185015086550266e-05,
|
743 |
+
"learning_rate": 0.00012473065005542155,
|
744 |
+
"loss": 1.7465,
|
745 |
+
"step": 210
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.8275862068965516,
|
749 |
+
"grad_norm": 3.3105872716987506e-05,
|
750 |
+
"learning_rate": 0.00012334453638559057,
|
751 |
+
"loss": 1.636,
|
752 |
+
"step": 212
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.8448275862068966,
|
756 |
+
"grad_norm": 3.986067167716101e-05,
|
757 |
+
"learning_rate": 0.00012195366243840745,
|
758 |
+
"loss": 1.7073,
|
759 |
+
"step": 214
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.8620689655172413,
|
763 |
+
"grad_norm": 4.6539596951333806e-05,
|
764 |
+
"learning_rate": 0.00012055831183251607,
|
765 |
+
"loss": 1.688,
|
766 |
+
"step": 216
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.8793103448275863,
|
770 |
+
"grad_norm": 3.79367484129034e-05,
|
771 |
+
"learning_rate": 0.00011915876909941355,
|
772 |
+
"loss": 1.6092,
|
773 |
+
"step": 218
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.896551724137931,
|
777 |
+
"grad_norm": 3.928501610062085e-05,
|
778 |
+
"learning_rate": 0.00011775531962543036,
|
779 |
+
"loss": 1.7035,
|
780 |
+
"step": 220
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.9137931034482758,
|
784 |
+
"grad_norm": 4.312846067477949e-05,
|
785 |
+
"learning_rate": 0.000116348249593536,
|
786 |
+
"loss": 1.7136,
|
787 |
+
"step": 222
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.9310344827586206,
|
791 |
+
"grad_norm": 4.311458906158805e-05,
|
792 |
+
"learning_rate": 0.00011493784592498252,
|
793 |
+
"loss": 1.648,
|
794 |
+
"step": 224
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.9482758620689655,
|
798 |
+
"grad_norm": 4.600015745381825e-05,
|
799 |
+
"learning_rate": 0.00011352439622079689,
|
800 |
+
"loss": 1.7695,
|
801 |
+
"step": 226
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.9655172413793105,
|
805 |
+
"grad_norm": 4.357201396487653e-05,
|
806 |
+
"learning_rate": 0.00011210818870313549,
|
807 |
+
"loss": 1.7199,
|
808 |
+
"step": 228
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 1.9827586206896552,
|
812 |
+
"grad_norm": 4.6237106289481744e-05,
|
813 |
+
"learning_rate": 0.00011068951215651132,
|
814 |
+
"loss": 1.6523,
|
815 |
+
"step": 230
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 2.0,
|
819 |
+
"grad_norm": 9.080967720365152e-05,
|
820 |
+
"learning_rate": 0.00010926865586890689,
|
821 |
+
"loss": 1.7521,
|
822 |
+
"step": 232
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 2.0172413793103448,
|
826 |
+
"grad_norm": 5.718940883525647e-05,
|
827 |
+
"learning_rate": 0.0001078459095727845,
|
828 |
+
"loss": 1.5938,
|
829 |
+
"step": 234
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 2.0344827586206895,
|
833 |
+
"grad_norm": 4.2860374378506094e-05,
|
834 |
+
"learning_rate": 0.00010642156338600551,
|
835 |
+
"loss": 1.698,
|
836 |
+
"step": 236
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 2.0517241379310347,
|
840 |
+
"grad_norm": 5.48689131392166e-05,
|
841 |
+
"learning_rate": 0.0001049959077526714,
|
842 |
+
"loss": 1.6555,
|
843 |
+
"step": 238
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.0689655172413794,
|
847 |
+
"grad_norm": 5.724292350350879e-05,
|
848 |
+
"learning_rate": 0.00010356923338389806,
|
849 |
+
"loss": 1.7046,
|
850 |
+
"step": 240
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 2.086206896551724,
|
854 |
+
"grad_norm": 5.0994356570299715e-05,
|
855 |
+
"learning_rate": 0.00010214183119853582,
|
856 |
+
"loss": 1.6696,
|
857 |
+
"step": 242
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 2.103448275862069,
|
861 |
+
"grad_norm": 6.0200225561857224e-05,
|
862 |
+
"learning_rate": 0.00010071399226384694,
|
863 |
+
"loss": 1.7165,
|
864 |
+
"step": 244
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 2.1206896551724137,
|
868 |
+
"grad_norm": 5.015491842641495e-05,
|
869 |
+
"learning_rate": 9.928600773615307e-05,
|
870 |
+
"loss": 1.7068,
|
871 |
+
"step": 246
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 2.1379310344827585,
|
875 |
+
"grad_norm": 6.368745380314067e-05,
|
876 |
+
"learning_rate": 9.78581688014642e-05,
|
877 |
+
"loss": 1.74,
|
878 |
+
"step": 248
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 2.1551724137931036,
|
882 |
+
"grad_norm": 5.946237070020288e-05,
|
883 |
+
"learning_rate": 9.643076661610196e-05,
|
884 |
+
"loss": 1.6914,
|
885 |
+
"step": 250
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.1724137931034484,
|
889 |
+
"grad_norm": 5.542474173125811e-05,
|
890 |
+
"learning_rate": 9.500409224732863e-05,
|
891 |
+
"loss": 1.7075,
|
892 |
+
"step": 252
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 2.189655172413793,
|
896 |
+
"grad_norm": 6.597842002520338e-05,
|
897 |
+
"learning_rate": 9.357843661399447e-05,
|
898 |
+
"loss": 1.71,
|
899 |
+
"step": 254
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 2.206896551724138,
|
903 |
+
"grad_norm": 5.879228046978824e-05,
|
904 |
+
"learning_rate": 9.215409042721552e-05,
|
905 |
+
"loss": 1.6139,
|
906 |
+
"step": 256
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 2.2241379310344827,
|
910 |
+
"grad_norm": 5.7269386161351576e-05,
|
911 |
+
"learning_rate": 9.073134413109312e-05,
|
912 |
+
"loss": 1.6543,
|
913 |
+
"step": 258
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 2.2413793103448274,
|
917 |
+
"grad_norm": 5.378547211876139e-05,
|
918 |
+
"learning_rate": 8.931048784348875e-05,
|
919 |
+
"loss": 1.6489,
|
920 |
+
"step": 260
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 2.2586206896551726,
|
924 |
+
"grad_norm": 5.8273999457014725e-05,
|
925 |
+
"learning_rate": 8.789181129686452e-05,
|
926 |
+
"loss": 1.6617,
|
927 |
+
"step": 262
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.2758620689655173,
|
931 |
+
"grad_norm": 5.4671403631800786e-05,
|
932 |
+
"learning_rate": 8.647560377920311e-05,
|
933 |
+
"loss": 1.663,
|
934 |
+
"step": 264
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 2.293103448275862,
|
938 |
+
"grad_norm": 5.9202680859016255e-05,
|
939 |
+
"learning_rate": 8.50621540750175e-05,
|
940 |
+
"loss": 1.5901,
|
941 |
+
"step": 266
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 2.310344827586207,
|
945 |
+
"grad_norm": 5.2928600780433044e-05,
|
946 |
+
"learning_rate": 8.365175040646402e-05,
|
947 |
+
"loss": 1.638,
|
948 |
+
"step": 268
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 2.3275862068965516,
|
952 |
+
"grad_norm": 5.589192733168602e-05,
|
953 |
+
"learning_rate": 8.224468037456969e-05,
|
954 |
+
"loss": 1.6413,
|
955 |
+
"step": 270
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 2.344827586206897,
|
959 |
+
"grad_norm": 5.543338556890376e-05,
|
960 |
+
"learning_rate": 8.084123090058646e-05,
|
961 |
+
"loss": 1.7151,
|
962 |
+
"step": 272
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 2.3620689655172415,
|
966 |
+
"grad_norm": 5.86421083426103e-05,
|
967 |
+
"learning_rate": 7.944168816748395e-05,
|
968 |
+
"loss": 1.6831,
|
969 |
+
"step": 274
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.3793103448275863,
|
973 |
+
"grad_norm": 5.7719400501810014e-05,
|
974 |
+
"learning_rate": 7.804633756159259e-05,
|
975 |
+
"loss": 1.6163,
|
976 |
+
"step": 276
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 2.396551724137931,
|
980 |
+
"grad_norm": 5.793603486381471e-05,
|
981 |
+
"learning_rate": 7.66554636144095e-05,
|
982 |
+
"loss": 1.6747,
|
983 |
+
"step": 278
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 2.413793103448276,
|
987 |
+
"grad_norm": 6.149085675133392e-05,
|
988 |
+
"learning_rate": 7.526934994457844e-05,
|
989 |
+
"loss": 1.7326,
|
990 |
+
"step": 280
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 2.4310344827586206,
|
994 |
+
"grad_norm": 6.359058170346543e-05,
|
995 |
+
"learning_rate": 7.388827920005627e-05,
|
996 |
+
"loss": 1.6795,
|
997 |
+
"step": 282
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 2.4482758620689653,
|
1001 |
+
"grad_norm": 6.622547516599298e-05,
|
1002 |
+
"learning_rate": 7.251253300047663e-05,
|
1003 |
+
"loss": 1.6408,
|
1004 |
+
"step": 284
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 2.4655172413793105,
|
1008 |
+
"grad_norm": 6.301296525634825e-05,
|
1009 |
+
"learning_rate": 7.114239187972416e-05,
|
1010 |
+
"loss": 1.6468,
|
1011 |
+
"step": 286
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.4827586206896552,
|
1015 |
+
"grad_norm": 6.218779890332371e-05,
|
1016 |
+
"learning_rate": 6.977813522872943e-05,
|
1017 |
+
"loss": 1.71,
|
1018 |
+
"step": 288
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 2.5,
|
1022 |
+
"grad_norm": 6.647199916187674e-05,
|
1023 |
+
"learning_rate": 6.842004123849752e-05,
|
1024 |
+
"loss": 1.7468,
|
1025 |
+
"step": 290
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 2.5172413793103448,
|
1029 |
+
"grad_norm": 6.713119364576414e-05,
|
1030 |
+
"learning_rate": 6.70683868433807e-05,
|
1031 |
+
"loss": 1.6354,
|
1032 |
+
"step": 292
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 2.5344827586206895,
|
1036 |
+
"grad_norm": 6.99372249073349e-05,
|
1037 |
+
"learning_rate": 6.572344766460776e-05,
|
1038 |
+
"loss": 1.7253,
|
1039 |
+
"step": 294
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 2.5517241379310347,
|
1043 |
+
"grad_norm": 6.832159124314785e-05,
|
1044 |
+
"learning_rate": 6.438549795408106e-05,
|
1045 |
+
"loss": 1.7338,
|
1046 |
+
"step": 296
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 2.5689655172413794,
|
1050 |
+
"grad_norm": 6.618772022193298e-05,
|
1051 |
+
"learning_rate": 6.305481053845261e-05,
|
1052 |
+
"loss": 1.6328,
|
1053 |
+
"step": 298
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 2.586206896551724,
|
1057 |
+
"grad_norm": 7.179833482950926e-05,
|
1058 |
+
"learning_rate": 6.173165676349103e-05,
|
1059 |
+
"loss": 1.652,
|
1060 |
+
"step": 300
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 2.603448275862069,
|
1064 |
+
"grad_norm": 6.626212416449562e-05,
|
1065 |
+
"learning_rate": 6.041630643875018e-05,
|
1066 |
+
"loss": 1.7552,
|
1067 |
+
"step": 302
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 2.6206896551724137,
|
1071 |
+
"grad_norm": 6.928609946044162e-05,
|
1072 |
+
"learning_rate": 5.910902778255134e-05,
|
1073 |
+
"loss": 1.6969,
|
1074 |
+
"step": 304
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 2.637931034482759,
|
1078 |
+
"grad_norm": 7.145026029320434e-05,
|
1079 |
+
"learning_rate": 5.7810087367289744e-05,
|
1080 |
+
"loss": 1.7151,
|
1081 |
+
"step": 306
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 2.655172413793103,
|
1085 |
+
"grad_norm": 6.987711822148412e-05,
|
1086 |
+
"learning_rate": 5.651975006507681e-05,
|
1087 |
+
"loss": 1.6533,
|
1088 |
+
"step": 308
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 2.6724137931034484,
|
1092 |
+
"grad_norm": 6.940370803931728e-05,
|
1093 |
+
"learning_rate": 5.5238278993728756e-05,
|
1094 |
+
"loss": 1.6922,
|
1095 |
+
"step": 310
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 2.689655172413793,
|
1099 |
+
"grad_norm": 0.0001817405573092401,
|
1100 |
+
"learning_rate": 5.396593546311346e-05,
|
1101 |
+
"loss": 1.6973,
|
1102 |
+
"step": 312
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 2.706896551724138,
|
1106 |
+
"grad_norm": 7.641298725502566e-05,
|
1107 |
+
"learning_rate": 5.270297892186563e-05,
|
1108 |
+
"loss": 1.7294,
|
1109 |
+
"step": 314
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 2.7241379310344827,
|
1113 |
+
"grad_norm": 6.699555524392053e-05,
|
1114 |
+
"learning_rate": 5.1449666904481585e-05,
|
1115 |
+
"loss": 1.6713,
|
1116 |
+
"step": 316
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 2.7413793103448274,
|
1120 |
+
"grad_norm": 6.963134364923462e-05,
|
1121 |
+
"learning_rate": 5.0206254978804435e-05,
|
1122 |
+
"loss": 1.7326,
|
1123 |
+
"step": 318
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 2.7586206896551726,
|
1127 |
+
"grad_norm": 7.145871495595202e-05,
|
1128 |
+
"learning_rate": 4.8972996693910054e-05,
|
1129 |
+
"loss": 1.7386,
|
1130 |
+
"step": 320
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.7758620689655173,
|
1134 |
+
"grad_norm": 6.800260598538443e-05,
|
1135 |
+
"learning_rate": 4.7750143528405126e-05,
|
1136 |
+
"loss": 1.6939,
|
1137 |
+
"step": 322
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.793103448275862,
|
1141 |
+
"grad_norm": 6.864208990009502e-05,
|
1142 |
+
"learning_rate": 4.653794483914696e-05,
|
1143 |
+
"loss": 1.7581,
|
1144 |
+
"step": 324
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.810344827586207,
|
1148 |
+
"grad_norm": 7.070614083204418e-05,
|
1149 |
+
"learning_rate": 4.5336647810396215e-05,
|
1150 |
+
"loss": 1.7155,
|
1151 |
+
"step": 326
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.8275862068965516,
|
1155 |
+
"grad_norm": 7.455341255990788e-05,
|
1156 |
+
"learning_rate": 4.414649740341258e-05,
|
1157 |
+
"loss": 1.7955,
|
1158 |
+
"step": 328
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.844827586206897,
|
1162 |
+
"grad_norm": 7.38763774279505e-05,
|
1163 |
+
"learning_rate": 4.296773630650358e-05,
|
1164 |
+
"loss": 1.7269,
|
1165 |
+
"step": 330
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.862068965517241,
|
1169 |
+
"grad_norm": 7.165527495089918e-05,
|
1170 |
+
"learning_rate": 4.180060488553743e-05,
|
1171 |
+
"loss": 1.7887,
|
1172 |
+
"step": 332
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.8793103448275863,
|
1176 |
+
"grad_norm": 7.368691876763478e-05,
|
1177 |
+
"learning_rate": 4.06453411349286e-05,
|
1178 |
+
"loss": 1.7997,
|
1179 |
+
"step": 334
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.896551724137931,
|
1183 |
+
"grad_norm": 7.610574539285153e-05,
|
1184 |
+
"learning_rate": 3.9502180629107756e-05,
|
1185 |
+
"loss": 1.7738,
|
1186 |
+
"step": 336
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.913793103448276,
|
1190 |
+
"grad_norm": 7.454157457686961e-05,
|
1191 |
+
"learning_rate": 3.8371356474484746e-05,
|
1192 |
+
"loss": 1.7776,
|
1193 |
+
"step": 338
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.9310344827586206,
|
1197 |
+
"grad_norm": 7.552184979431331e-05,
|
1198 |
+
"learning_rate": 3.725309926191479e-05,
|
1199 |
+
"loss": 1.7869,
|
1200 |
+
"step": 340
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 2.9482758620689653,
|
1204 |
+
"grad_norm": 7.433702558046207e-05,
|
1205 |
+
"learning_rate": 3.6147637019678195e-05,
|
1206 |
+
"loss": 1.8083,
|
1207 |
+
"step": 342
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 2.9655172413793105,
|
1211 |
+
"grad_norm": 7.243530126288533e-05,
|
1212 |
+
"learning_rate": 3.5055195166981645e-05,
|
1213 |
+
"loss": 1.7669,
|
1214 |
+
"step": 344
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 2.9827586206896552,
|
1218 |
+
"grad_norm": 7.482223736587912e-05,
|
1219 |
+
"learning_rate": 3.397599646799256e-05,
|
1220 |
+
"loss": 1.7417,
|
1221 |
+
"step": 346
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.0,
|
1225 |
+
"grad_norm": 8.792668813839555e-05,
|
1226 |
+
"learning_rate": 3.291026098641397e-05,
|
1227 |
+
"loss": 1.8761,
|
1228 |
+
"step": 348
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 3.0172413793103448,
|
1232 |
+
"grad_norm": 7.802840991644189e-05,
|
1233 |
+
"learning_rate": 3.185820604061088e-05,
|
1234 |
+
"loss": 1.7633,
|
1235 |
+
"step": 350
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 3.0344827586206895,
|
1239 |
+
"grad_norm": 6.89391017658636e-05,
|
1240 |
+
"learning_rate": 3.0820046159295644e-05,
|
1241 |
+
"loss": 1.687,
|
1242 |
+
"step": 352
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 3.0517241379310347,
|
1246 |
+
"grad_norm": 7.239273691084236e-05,
|
1247 |
+
"learning_rate": 2.9795993037782655e-05,
|
1248 |
+
"loss": 1.7539,
|
1249 |
+
"step": 354
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 3.0689655172413794,
|
1253 |
+
"grad_norm": 7.185838330769911e-05,
|
1254 |
+
"learning_rate": 2.8786255494820835e-05,
|
1255 |
+
"loss": 1.7366,
|
1256 |
+
"step": 356
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 3.086206896551724,
|
1260 |
+
"grad_norm": 7.206243026303127e-05,
|
1261 |
+
"learning_rate": 2.7791039430012476e-05,
|
1262 |
+
"loss": 1.7703,
|
1263 |
+
"step": 358
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.103448275862069,
|
1267 |
+
"grad_norm": 7.18203154974617e-05,
|
1268 |
+
"learning_rate": 2.681054778182748e-05,
|
1269 |
+
"loss": 1.7132,
|
1270 |
+
"step": 360
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 3.1206896551724137,
|
1274 |
+
"grad_norm": 6.849451165180653e-05,
|
1275 |
+
"learning_rate": 2.5844980486221228e-05,
|
1276 |
+
"loss": 1.7914,
|
1277 |
+
"step": 362
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 3.1379310344827585,
|
1281 |
+
"grad_norm": 7.244012522278354e-05,
|
1282 |
+
"learning_rate": 2.4894534435865015e-05,
|
1283 |
+
"loss": 1.7365,
|
1284 |
+
"step": 364
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 3.1551724137931036,
|
1288 |
+
"grad_norm": 6.781809497624636e-05,
|
1289 |
+
"learning_rate": 2.3959403439996907e-05,
|
1290 |
+
"loss": 1.7446,
|
1291 |
+
"step": 366
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 3.1724137931034484,
|
1295 |
+
"grad_norm": 6.832330109318718e-05,
|
1296 |
+
"learning_rate": 2.3039778184901084e-05,
|
1297 |
+
"loss": 1.7554,
|
1298 |
+
"step": 368
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 3.189655172413793,
|
1302 |
+
"grad_norm": 6.69066866976209e-05,
|
1303 |
+
"learning_rate": 2.2135846195024513e-05,
|
1304 |
+
"loss": 1.7409,
|
1305 |
+
"step": 370
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.206896551724138,
|
1309 |
+
"grad_norm": 6.750784814357758e-05,
|
1310 |
+
"learning_rate": 2.1247791794737826e-05,
|
1311 |
+
"loss": 1.7058,
|
1312 |
+
"step": 372
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 3.2241379310344827,
|
1316 |
+
"grad_norm": 7.111330342013389e-05,
|
1317 |
+
"learning_rate": 2.0375796070749363e-05,
|
1318 |
+
"loss": 1.7842,
|
1319 |
+
"step": 374
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 3.2413793103448274,
|
1323 |
+
"grad_norm": 6.951171235414222e-05,
|
1324 |
+
"learning_rate": 1.9520036835178668e-05,
|
1325 |
+
"loss": 1.7586,
|
1326 |
+
"step": 376
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 3.2586206896551726,
|
1330 |
+
"grad_norm": 6.802480493206531e-05,
|
1331 |
+
"learning_rate": 1.8680688589298368e-05,
|
1332 |
+
"loss": 1.6923,
|
1333 |
+
"step": 378
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 3.2758620689655173,
|
1337 |
+
"grad_norm": 6.907380156917498e-05,
|
1338 |
+
"learning_rate": 1.7857922487950874e-05,
|
1339 |
+
"loss": 1.7892,
|
1340 |
+
"step": 380
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 3.293103448275862,
|
1344 |
+
"grad_norm": 6.635097815888003e-05,
|
1345 |
+
"learning_rate": 1.7051906304647368e-05,
|
1346 |
+
"loss": 1.8035,
|
1347 |
+
"step": 382
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.310344827586207,
|
1351 |
+
"grad_norm": 6.926745845703408e-05,
|
1352 |
+
"learning_rate": 1.6262804397356746e-05,
|
1353 |
+
"loss": 1.8157,
|
1354 |
+
"step": 384
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 3.3275862068965516,
|
1358 |
+
"grad_norm": 7.06208884366788e-05,
|
1359 |
+
"learning_rate": 1.5490777674990376e-05,
|
1360 |
+
"loss": 1.7965,
|
1361 |
+
"step": 386
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 3.344827586206897,
|
1365 |
+
"grad_norm": 6.897733692312613e-05,
|
1366 |
+
"learning_rate": 1.4735983564590783e-05,
|
1367 |
+
"loss": 1.7867,
|
1368 |
+
"step": 388
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 3.3620689655172415,
|
1372 |
+
"grad_norm": 6.628095434280112e-05,
|
1373 |
+
"learning_rate": 1.3998575979229944e-05,
|
1374 |
+
"loss": 1.7529,
|
1375 |
+
"step": 390
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 3.3793103448275863,
|
1379 |
+
"grad_norm": 6.664723332505673e-05,
|
1380 |
+
"learning_rate": 1.3278705286624327e-05,
|
1381 |
+
"loss": 1.7666,
|
1382 |
+
"step": 392
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 3.396551724137931,
|
1386 |
+
"grad_norm": 6.862921145511791e-05,
|
1387 |
+
"learning_rate": 1.2576518278472759e-05,
|
1388 |
+
"loss": 1.7662,
|
1389 |
+
"step": 394
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 3.413793103448276,
|
1393 |
+
"grad_norm": 6.93115871399641e-05,
|
1394 |
+
"learning_rate": 1.1892158140523546e-05,
|
1395 |
+
"loss": 1.7767,
|
1396 |
+
"step": 396
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 3.4310344827586206,
|
1400 |
+
"grad_norm": 6.726732681272551e-05,
|
1401 |
+
"learning_rate": 1.122576442337696e-05,
|
1402 |
+
"loss": 1.7228,
|
1403 |
+
"step": 398
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 3.4482758620689653,
|
1407 |
+
"grad_norm": 6.953762203920633e-05,
|
1408 |
+
"learning_rate": 1.057747301402887e-05,
|
1409 |
+
"loss": 1.7798,
|
1410 |
+
"step": 400
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 3.4655172413793105,
|
1414 |
+
"grad_norm": 6.499426672235131e-05,
|
1415 |
+
"learning_rate": 9.9474161081615e-06,
|
1416 |
+
"loss": 1.7788,
|
1417 |
+
"step": 402
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 3.4827586206896552,
|
1421 |
+
"grad_norm": 7.109656144166365e-05,
|
1422 |
+
"learning_rate": 9.335722183186868e-06,
|
1423 |
+
"loss": 1.8461,
|
1424 |
+
"step": 404
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 3.5,
|
1428 |
+
"grad_norm": 6.401236169040203e-05,
|
1429 |
+
"learning_rate": 8.742515972048404e-06,
|
1430 |
+
"loss": 1.7763,
|
1431 |
+
"step": 406
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 3.5172413793103448,
|
1435 |
+
"grad_norm": 6.046515409252606e-05,
|
1436 |
+
"learning_rate": 8.167918437786315e-06,
|
1437 |
+
"loss": 1.7883,
|
1438 |
+
"step": 408
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 3.5344827586206895,
|
1442 |
+
"grad_norm": 8.47960909595713e-05,
|
1443 |
+
"learning_rate": 7.612046748871327e-06,
|
1444 |
+
"loss": 1.8786,
|
1445 |
+
"step": 410
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 3.5517241379310347,
|
1449 |
+
"grad_norm": 6.603649671887979e-05,
|
1450 |
+
"learning_rate": 7.07501425531254e-06,
|
1451 |
+
"loss": 1.8065,
|
1452 |
+
"step": 412
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 3.5689655172413794,
|
1456 |
+
"grad_norm": 6.533504347316921e-05,
|
1457 |
+
"learning_rate": 6.556930465543709e-06,
|
1458 |
+
"loss": 1.792,
|
1459 |
+
"step": 414
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 3.586206896551724,
|
1463 |
+
"grad_norm": 6.376888632075861e-05,
|
1464 |
+
"learning_rate": 6.057901024092949e-06,
|
1465 |
+
"loss": 1.782,
|
1466 |
+
"step": 416
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 3.603448275862069,
|
1470 |
+
"grad_norm": 6.636454781983048e-05,
|
1471 |
+
"learning_rate": 5.57802769004041e-06,
|
1472 |
+
"loss": 1.7859,
|
1473 |
+
"step": 418
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 3.6206896551724137,
|
1477 |
+
"grad_norm": 6.567131640622392e-05,
|
1478 |
+
"learning_rate": 5.1174083162680465e-06,
|
1479 |
+
"loss": 1.7766,
|
1480 |
+
"step": 420
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 3.637931034482759,
|
1484 |
+
"grad_norm": 6.865750037832186e-05,
|
1485 |
+
"learning_rate": 4.67613682950615e-06,
|
1486 |
+
"loss": 1.8302,
|
1487 |
+
"step": 422
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 3.655172413793103,
|
1491 |
+
"grad_norm": 6.414071685867384e-05,
|
1492 |
+
"learning_rate": 4.254303211180355e-06,
|
1493 |
+
"loss": 1.7911,
|
1494 |
+
"step": 424
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 3.6724137931034484,
|
1498 |
+
"grad_norm": 6.754395872121677e-05,
|
1499 |
+
"learning_rate": 3.851993479063154e-06,
|
1500 |
+
"loss": 1.7664,
|
1501 |
+
"step": 426
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 3.689655172413793,
|
1505 |
+
"grad_norm": 6.551917613251135e-05,
|
1506 |
+
"learning_rate": 3.4692896697336886e-06,
|
1507 |
+
"loss": 1.7811,
|
1508 |
+
"step": 428
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 3.706896551724138,
|
1512 |
+
"grad_norm": 7.202311826404184e-05,
|
1513 |
+
"learning_rate": 3.1062698218492724e-06,
|
1514 |
+
"loss": 1.8226,
|
1515 |
+
"step": 430
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 3.7241379310344827,
|
1519 |
+
"grad_norm": 6.517766450997442e-05,
|
1520 |
+
"learning_rate": 2.7630079602323442e-06,
|
1521 |
+
"loss": 1.8063,
|
1522 |
+
"step": 432
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 3.7413793103448274,
|
1526 |
+
"grad_norm": 6.443189340643585e-05,
|
1527 |
+
"learning_rate": 2.439574080775675e-06,
|
1528 |
+
"loss": 1.7537,
|
1529 |
+
"step": 434
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 3.7586206896551726,
|
1533 |
+
"grad_norm": 6.728331209160388e-05,
|
1534 |
+
"learning_rate": 2.1360341361692517e-06,
|
1535 |
+
"loss": 1.8045,
|
1536 |
+
"step": 436
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 3.7758620689655173,
|
1540 |
+
"grad_norm": 6.782256241422147e-05,
|
1541 |
+
"learning_rate": 1.852450022451624e-06,
|
1542 |
+
"loss": 1.7714,
|
1543 |
+
"step": 438
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 3.793103448275862,
|
1547 |
+
"grad_norm": 6.543852941831574e-05,
|
1548 |
+
"learning_rate": 1.5888795663883904e-06,
|
1549 |
+
"loss": 1.8291,
|
1550 |
+
"step": 440
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 3.810344827586207,
|
1554 |
+
"grad_norm": 6.210138235474005e-05,
|
1555 |
+
"learning_rate": 1.3453765136805741e-06,
|
1556 |
+
"loss": 1.736,
|
1557 |
+
"step": 442
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 3.8275862068965516,
|
1561 |
+
"grad_norm": 6.788953032810241e-05,
|
1562 |
+
"learning_rate": 1.1219905180050449e-06,
|
1563 |
+
"loss": 1.8532,
|
1564 |
+
"step": 444
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 3.844827586206897,
|
1568 |
+
"grad_norm": 6.382510036928579e-05,
|
1569 |
+
"learning_rate": 9.187671308895418e-07,
|
1570 |
+
"loss": 1.776,
|
1571 |
+
"step": 446
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 3.862068965517241,
|
1575 |
+
"grad_norm": 6.794829823775217e-05,
|
1576 |
+
"learning_rate": 7.357477924239797e-07,
|
1577 |
+
"loss": 1.7598,
|
1578 |
+
"step": 448
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 3.8793103448275863,
|
1582 |
+
"grad_norm": 6.589698750758544e-05,
|
1583 |
+
"learning_rate": 5.729698228102653e-07,
|
1584 |
+
"loss": 1.7108,
|
1585 |
+
"step": 450
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 3.896551724137931,
|
1589 |
+
"grad_norm": 6.492222746601328e-05,
|
1590 |
+
"learning_rate": 4.304664147522619e-07,
|
1591 |
+
"loss": 1.8017,
|
1592 |
+
"step": 452
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 3.913793103448276,
|
1596 |
+
"grad_norm": 6.393203511834145e-05,
|
1597 |
+
"learning_rate": 3.0826662668720364e-07,
|
1598 |
+
"loss": 1.7412,
|
1599 |
+
"step": 454
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 3.9310344827586206,
|
1603 |
+
"grad_norm": 7.689798076171428e-05,
|
1604 |
+
"learning_rate": 2.0639537686037991e-07,
|
1605 |
+
"loss": 1.8375,
|
1606 |
+
"step": 456
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 3.9482758620689653,
|
1610 |
+
"grad_norm": 6.880257569719106e-05,
|
1611 |
+
"learning_rate": 1.2487343824389986e-07,
|
1612 |
+
"loss": 1.8256,
|
1613 |
+
"step": 458
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 3.9655172413793105,
|
1617 |
+
"grad_norm": 6.746077269781381e-05,
|
1618 |
+
"learning_rate": 6.37174343008251e-08,
|
1619 |
+
"loss": 1.7953,
|
1620 |
+
"step": 460
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 3.9827586206896552,
|
1624 |
+
"grad_norm": 6.316731014521793e-05,
|
1625 |
+
"learning_rate": 2.2939835595392478e-08,
|
1626 |
+
"loss": 1.7913,
|
1627 |
+
"step": 462
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 4.0,
|
1631 |
+
"grad_norm": 8.769967098487541e-05,
|
1632 |
+
"learning_rate": 2.5489572500814184e-09,
|
1633 |
+
"loss": 1.7147,
|
1634 |
+
"step": 464
|
1635 |
+
}
|
1636 |
+
],
|
1637 |
+
"logging_steps": 2,
|
1638 |
+
"max_steps": 464,
|
1639 |
+
"num_input_tokens_seen": 0,
|
1640 |
+
"num_train_epochs": 4,
|
1641 |
+
"save_steps": 200,
|
1642 |
+
"stateful_callbacks": {
|
1643 |
+
"TrainerControl": {
|
1644 |
+
"args": {
|
1645 |
+
"should_epoch_stop": false,
|
1646 |
+
"should_evaluate": false,
|
1647 |
+
"should_log": false,
|
1648 |
+
"should_save": true,
|
1649 |
+
"should_training_stop": true
|
1650 |
+
},
|
1651 |
+
"attributes": {}
|
1652 |
+
}
|
1653 |
+
},
|
1654 |
+
"total_flos": 6.702673043946209e+17,
|
1655 |
+
"train_batch_size": 16,
|
1656 |
+
"trial_name": null,
|
1657 |
+
"trial_params": null
|
1658 |
+
}
|
checkpoint-464/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85e0384a95773c4f9f1910994edd74cc0c1467bafb112774589033914dd397a4
|
3 |
+
size 5713
|
checkpoint-464/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|