Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -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-600/README.md +208 -0
- checkpoint-600/adapter_config.json +41 -0
- checkpoint-600/adapter_model.safetensors +3 -0
- checkpoint-600/added_tokens.json +31 -0
- checkpoint-600/chat_template.jinja +86 -0
- checkpoint-600/merges.txt +0 -0
- checkpoint-600/optimizer.pt +3 -0
- checkpoint-600/rng_state.pth +3 -0
- checkpoint-600/scaler.pt +3 -0
- checkpoint-600/scheduler.pt +3 -0
- checkpoint-600/special_tokens_map.json +39 -0
- checkpoint-600/tokenizer.json +3 -0
- checkpoint-600/tokenizer_config.json +254 -0
- checkpoint-600/trainer_state.json +2134 -0
- checkpoint-600/training_args.bin +3 -0
- checkpoint-600/vocab.json +0 -0
- checkpoint-644/README.md +208 -0
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ 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-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
39 |
+
checkpoint-644/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 |
+
"down_proj",
|
29 |
+
"k_proj",
|
30 |
+
"up_proj",
|
31 |
+
"v_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"q_proj",
|
34 |
+
"o_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:3206fd06941bc9993f697d6f0f2bc05256feb694d13399d6dc6ec82944bf74cd
|
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:f11a97334283188e1927866a8724890830e608a126bc74c0062bb44cda583b90
|
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:acdc78c2f13c054bf4f01332542866def37e26b45ed50bfa314186520196173d
|
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.2422360248447206,
|
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.012422360248447204,
|
14 |
+
"grad_norm": 0.00018831038323696703,
|
15 |
+
"learning_rate": 6.060606060606061e-06,
|
16 |
+
"loss": 2.4276,
|
17 |
+
"step": 2
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.024844720496894408,
|
21 |
+
"grad_norm": 0.00010692311479942873,
|
22 |
+
"learning_rate": 1.8181818181818182e-05,
|
23 |
+
"loss": 2.2565,
|
24 |
+
"step": 4
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.037267080745341616,
|
28 |
+
"grad_norm": 6.173110887175426e-05,
|
29 |
+
"learning_rate": 3.0303030303030306e-05,
|
30 |
+
"loss": 1.9191,
|
31 |
+
"step": 6
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.049689440993788817,
|
35 |
+
"grad_norm": 4.326488488004543e-05,
|
36 |
+
"learning_rate": 4.242424242424243e-05,
|
37 |
+
"loss": 1.7997,
|
38 |
+
"step": 8
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.062111801242236024,
|
42 |
+
"grad_norm": 3.188664049957879e-05,
|
43 |
+
"learning_rate": 5.4545454545454546e-05,
|
44 |
+
"loss": 1.6296,
|
45 |
+
"step": 10
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.07453416149068323,
|
49 |
+
"grad_norm": 2.6054423869936727e-05,
|
50 |
+
"learning_rate": 6.666666666666667e-05,
|
51 |
+
"loss": 1.5767,
|
52 |
+
"step": 12
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.08695652173913043,
|
56 |
+
"grad_norm": 2.7649846742860973e-05,
|
57 |
+
"learning_rate": 7.878787878787879e-05,
|
58 |
+
"loss": 1.5131,
|
59 |
+
"step": 14
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.09937888198757763,
|
63 |
+
"grad_norm": 1.6101763321785256e-05,
|
64 |
+
"learning_rate": 9.090909090909092e-05,
|
65 |
+
"loss": 1.4497,
|
66 |
+
"step": 16
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.11180124223602485,
|
70 |
+
"grad_norm": 2.3354801669484004e-05,
|
71 |
+
"learning_rate": 0.00010303030303030303,
|
72 |
+
"loss": 1.4353,
|
73 |
+
"step": 18
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.12422360248447205,
|
77 |
+
"grad_norm": 1.531304769741837e-05,
|
78 |
+
"learning_rate": 0.00011515151515151516,
|
79 |
+
"loss": 1.3655,
|
80 |
+
"step": 20
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.13664596273291926,
|
84 |
+
"grad_norm": 9.777257218956947e-06,
|
85 |
+
"learning_rate": 0.00012727272727272728,
|
86 |
+
"loss": 1.3691,
|
87 |
+
"step": 22
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.14906832298136646,
|
91 |
+
"grad_norm": 1.5149210412346292e-05,
|
92 |
+
"learning_rate": 0.0001393939393939394,
|
93 |
+
"loss": 1.3916,
|
94 |
+
"step": 24
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.16149068322981366,
|
98 |
+
"grad_norm": 1.1748486940632574e-05,
|
99 |
+
"learning_rate": 0.00015151515151515152,
|
100 |
+
"loss": 1.341,
|
101 |
+
"step": 26
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.17391304347826086,
|
105 |
+
"grad_norm": 3.532869595801458e-05,
|
106 |
+
"learning_rate": 0.00016363636363636366,
|
107 |
+
"loss": 1.3409,
|
108 |
+
"step": 28
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.18633540372670807,
|
112 |
+
"grad_norm": 7.877199095673859e-06,
|
113 |
+
"learning_rate": 0.00017575757575757578,
|
114 |
+
"loss": 1.3728,
|
115 |
+
"step": 30
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.19875776397515527,
|
119 |
+
"grad_norm": 1.1650959095277358e-05,
|
120 |
+
"learning_rate": 0.0001878787878787879,
|
121 |
+
"loss": 1.3579,
|
122 |
+
"step": 32
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2111801242236025,
|
126 |
+
"grad_norm": 3.298332740087062e-05,
|
127 |
+
"learning_rate": 0.0002,
|
128 |
+
"loss": 1.3835,
|
129 |
+
"step": 34
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.2236024844720497,
|
133 |
+
"grad_norm": 9.103293450607453e-06,
|
134 |
+
"learning_rate": 0.00019999471258384815,
|
135 |
+
"loss": 1.3517,
|
136 |
+
"step": 36
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.2360248447204969,
|
140 |
+
"grad_norm": 1.055269422067795e-05,
|
141 |
+
"learning_rate": 0.000199978850894528,
|
142 |
+
"loss": 1.3748,
|
143 |
+
"step": 38
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.2484472049689441,
|
147 |
+
"grad_norm": 1.8264010577695444e-05,
|
148 |
+
"learning_rate": 0.0001999524166093866,
|
149 |
+
"loss": 1.383,
|
150 |
+
"step": 40
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.2608695652173913,
|
154 |
+
"grad_norm": 9.094917004404124e-06,
|
155 |
+
"learning_rate": 0.00019991541252380526,
|
156 |
+
"loss": 1.4102,
|
157 |
+
"step": 42
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.2732919254658385,
|
161 |
+
"grad_norm": 1.286895803787047e-05,
|
162 |
+
"learning_rate": 0.00019986784255090397,
|
163 |
+
"loss": 1.3811,
|
164 |
+
"step": 44
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.2857142857142857,
|
168 |
+
"grad_norm": 1.386065014230553e-05,
|
169 |
+
"learning_rate": 0.0001998097117211276,
|
170 |
+
"loss": 1.3794,
|
171 |
+
"step": 46
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.2981366459627329,
|
175 |
+
"grad_norm": 8.020670065889135e-06,
|
176 |
+
"learning_rate": 0.00019974102618171394,
|
177 |
+
"loss": 1.3584,
|
178 |
+
"step": 48
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.3105590062111801,
|
182 |
+
"grad_norm": 8.217157301260158e-06,
|
183 |
+
"learning_rate": 0.00019966179319604355,
|
184 |
+
"loss": 1.3592,
|
185 |
+
"step": 50
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.32298136645962733,
|
189 |
+
"grad_norm": 1.1515216101543047e-05,
|
190 |
+
"learning_rate": 0.00019957202114287187,
|
191 |
+
"loss": 1.3679,
|
192 |
+
"step": 52
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.33540372670807456,
|
196 |
+
"grad_norm": 8.87443184183212e-06,
|
197 |
+
"learning_rate": 0.0001994717195154429,
|
198 |
+
"loss": 1.3779,
|
199 |
+
"step": 54
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.34782608695652173,
|
203 |
+
"grad_norm": 7.773131073918194e-06,
|
204 |
+
"learning_rate": 0.00019936089892048556,
|
205 |
+
"loss": 1.3634,
|
206 |
+
"step": 56
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.36024844720496896,
|
210 |
+
"grad_norm": 8.845816410030238e-06,
|
211 |
+
"learning_rate": 0.00019923957107709195,
|
212 |
+
"loss": 1.3312,
|
213 |
+
"step": 58
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.37267080745341613,
|
217 |
+
"grad_norm": 8.347928087459877e-06,
|
218 |
+
"learning_rate": 0.000199107748815478,
|
219 |
+
"loss": 1.3626,
|
220 |
+
"step": 60
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.38509316770186336,
|
224 |
+
"grad_norm": 9.047604180523194e-06,
|
225 |
+
"learning_rate": 0.0001989654460756269,
|
226 |
+
"loss": 1.3653,
|
227 |
+
"step": 62
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.39751552795031053,
|
231 |
+
"grad_norm": 8.44144778966438e-06,
|
232 |
+
"learning_rate": 0.00019881267790581466,
|
233 |
+
"loss": 1.3712,
|
234 |
+
"step": 64
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.40993788819875776,
|
238 |
+
"grad_norm": 8.453951522824354e-06,
|
239 |
+
"learning_rate": 0.0001986494604610191,
|
240 |
+
"loss": 1.3027,
|
241 |
+
"step": 66
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.422360248447205,
|
245 |
+
"grad_norm": 7.831426046323031e-06,
|
246 |
+
"learning_rate": 0.00019847581100121127,
|
247 |
+
"loss": 1.3737,
|
248 |
+
"step": 68
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.43478260869565216,
|
252 |
+
"grad_norm": 8.356658327102195e-06,
|
253 |
+
"learning_rate": 0.00019829174788953038,
|
254 |
+
"loss": 1.3522,
|
255 |
+
"step": 70
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.4472049689440994,
|
259 |
+
"grad_norm": 8.671122486703098e-06,
|
260 |
+
"learning_rate": 0.0001980972905903418,
|
261 |
+
"loss": 1.3808,
|
262 |
+
"step": 72
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.45962732919254656,
|
266 |
+
"grad_norm": 9.771009899850469e-06,
|
267 |
+
"learning_rate": 0.00019789245966717883,
|
268 |
+
"loss": 1.3695,
|
269 |
+
"step": 74
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.4720496894409938,
|
273 |
+
"grad_norm": 6.7302303250471596e-06,
|
274 |
+
"learning_rate": 0.00019767727678056805,
|
275 |
+
"loss": 1.3754,
|
276 |
+
"step": 76
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.484472049689441,
|
280 |
+
"grad_norm": 9.788966963242274e-06,
|
281 |
+
"learning_rate": 0.00019745176468573893,
|
282 |
+
"loss": 1.379,
|
283 |
+
"step": 78
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.4968944099378882,
|
287 |
+
"grad_norm": 9.375480658491142e-06,
|
288 |
+
"learning_rate": 0.00019721594723021732,
|
289 |
+
"loss": 1.3484,
|
290 |
+
"step": 80
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.5093167701863354,
|
294 |
+
"grad_norm": 3.550610927050002e-05,
|
295 |
+
"learning_rate": 0.00019696984935130364,
|
296 |
+
"loss": 1.377,
|
297 |
+
"step": 82
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.5217391304347826,
|
301 |
+
"grad_norm": 9.707620847621001e-06,
|
302 |
+
"learning_rate": 0.00019671349707343593,
|
303 |
+
"loss": 1.3587,
|
304 |
+
"step": 84
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.5341614906832298,
|
308 |
+
"grad_norm": 1.0621732144500129e-05,
|
309 |
+
"learning_rate": 0.00019644691750543767,
|
310 |
+
"loss": 1.393,
|
311 |
+
"step": 86
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.546583850931677,
|
315 |
+
"grad_norm": 9.491611308476422e-06,
|
316 |
+
"learning_rate": 0.0001961701388376511,
|
317 |
+
"loss": 1.3715,
|
318 |
+
"step": 88
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.5590062111801242,
|
322 |
+
"grad_norm": 8.982805411505979e-06,
|
323 |
+
"learning_rate": 0.00019588319033895623,
|
324 |
+
"loss": 1.3829,
|
325 |
+
"step": 90
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.5714285714285714,
|
329 |
+
"grad_norm": 1.0132759598491248e-05,
|
330 |
+
"learning_rate": 0.0001955861023536756,
|
331 |
+
"loss": 1.3395,
|
332 |
+
"step": 92
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.5838509316770186,
|
336 |
+
"grad_norm": 1.3477648280968424e-05,
|
337 |
+
"learning_rate": 0.0001952789062983654,
|
338 |
+
"loss": 1.3908,
|
339 |
+
"step": 94
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.5962732919254659,
|
343 |
+
"grad_norm": 1.1435187843744643e-05,
|
344 |
+
"learning_rate": 0.0001949616346584934,
|
345 |
+
"loss": 1.3799,
|
346 |
+
"step": 96
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.6086956521739131,
|
350 |
+
"grad_norm": 1.273245652555488e-05,
|
351 |
+
"learning_rate": 0.00019463432098500337,
|
352 |
+
"loss": 1.3973,
|
353 |
+
"step": 98
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.6211180124223602,
|
357 |
+
"grad_norm": 1.1162846021761652e-05,
|
358 |
+
"learning_rate": 0.00019429699989076746,
|
359 |
+
"loss": 1.3564,
|
360 |
+
"step": 100
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.6335403726708074,
|
364 |
+
"grad_norm": 1.1645292943285313e-05,
|
365 |
+
"learning_rate": 0.00019394970704692566,
|
366 |
+
"loss": 1.3535,
|
367 |
+
"step": 102
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.6459627329192547,
|
371 |
+
"grad_norm": 3.541897240211256e-05,
|
372 |
+
"learning_rate": 0.00019359247917911384,
|
373 |
+
"loss": 1.3813,
|
374 |
+
"step": 104
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.6583850931677019,
|
378 |
+
"grad_norm": 9.2498794401763e-06,
|
379 |
+
"learning_rate": 0.00019322535406358,
|
380 |
+
"loss": 1.3617,
|
381 |
+
"step": 106
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.6708074534161491,
|
385 |
+
"grad_norm": 8.978020559879951e-06,
|
386 |
+
"learning_rate": 0.00019284837052318933,
|
387 |
+
"loss": 1.3813,
|
388 |
+
"step": 108
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.6832298136645962,
|
392 |
+
"grad_norm": 1.3010416296310723e-05,
|
393 |
+
"learning_rate": 0.00019246156842331918,
|
394 |
+
"loss": 1.3726,
|
395 |
+
"step": 110
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.6956521739130435,
|
399 |
+
"grad_norm": 1.2821891687053721e-05,
|
400 |
+
"learning_rate": 0.00019206498866764288,
|
401 |
+
"loss": 1.4042,
|
402 |
+
"step": 112
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.7080745341614907,
|
406 |
+
"grad_norm": 9.70847668213537e-06,
|
407 |
+
"learning_rate": 0.00019165867319380456,
|
408 |
+
"loss": 1.4061,
|
409 |
+
"step": 114
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.7204968944099379,
|
413 |
+
"grad_norm": 1.6388959920732304e-05,
|
414 |
+
"learning_rate": 0.0001912426649689842,
|
415 |
+
"loss": 1.3668,
|
416 |
+
"step": 116
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.7329192546583851,
|
420 |
+
"grad_norm": 1.66231893672375e-05,
|
421 |
+
"learning_rate": 0.00019081700798535397,
|
422 |
+
"loss": 1.3712,
|
423 |
+
"step": 118
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.7453416149068323,
|
427 |
+
"grad_norm": 1.864772457338404e-05,
|
428 |
+
"learning_rate": 0.00019038174725542604,
|
429 |
+
"loss": 1.3849,
|
430 |
+
"step": 120
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.7577639751552795,
|
434 |
+
"grad_norm": 1.4855336303298827e-05,
|
435 |
+
"learning_rate": 0.0001899369288072927,
|
436 |
+
"loss": 1.4006,
|
437 |
+
"step": 122
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.7701863354037267,
|
441 |
+
"grad_norm": 1.8388282114756294e-05,
|
442 |
+
"learning_rate": 0.00018948259967975888,
|
443 |
+
"loss": 1.4008,
|
444 |
+
"step": 124
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.782608695652174,
|
448 |
+
"grad_norm": 2.689829489099793e-05,
|
449 |
+
"learning_rate": 0.00018901880791736793,
|
450 |
+
"loss": 1.3808,
|
451 |
+
"step": 126
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.7950310559006211,
|
455 |
+
"grad_norm": 2.5062678105314262e-05,
|
456 |
+
"learning_rate": 0.000188545602565321,
|
457 |
+
"loss": 1.3948,
|
458 |
+
"step": 128
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.8074534161490683,
|
462 |
+
"grad_norm": 2.1250931240501814e-05,
|
463 |
+
"learning_rate": 0.0001880630336642905,
|
464 |
+
"loss": 1.402,
|
465 |
+
"step": 130
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.8198757763975155,
|
469 |
+
"grad_norm": 2.403008875262458e-05,
|
470 |
+
"learning_rate": 0.0001875711522451284,
|
471 |
+
"loss": 1.384,
|
472 |
+
"step": 132
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.8322981366459627,
|
476 |
+
"grad_norm": 2.597655839053914e-05,
|
477 |
+
"learning_rate": 0.00018707001032347,
|
478 |
+
"loss": 1.3541,
|
479 |
+
"step": 134
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.84472049689441,
|
483 |
+
"grad_norm": 2.3845692339818925e-05,
|
484 |
+
"learning_rate": 0.0001865596608942331,
|
485 |
+
"loss": 1.396,
|
486 |
+
"step": 136
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.8571428571428571,
|
490 |
+
"grad_norm": 1.8721084416029043e-05,
|
491 |
+
"learning_rate": 0.00018604015792601396,
|
492 |
+
"loss": 1.3427,
|
493 |
+
"step": 138
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.8695652173913043,
|
497 |
+
"grad_norm": 3.2439467759104446e-05,
|
498 |
+
"learning_rate": 0.0001855115563553803,
|
499 |
+
"loss": 1.376,
|
500 |
+
"step": 140
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.8819875776397516,
|
504 |
+
"grad_norm": 2.3974960640771315e-05,
|
505 |
+
"learning_rate": 0.0001849739120810618,
|
506 |
+
"loss": 1.4019,
|
507 |
+
"step": 142
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.8944099378881988,
|
511 |
+
"grad_norm": 3.250224108342081e-05,
|
512 |
+
"learning_rate": 0.00018442728195803881,
|
513 |
+
"loss": 1.3915,
|
514 |
+
"step": 144
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.906832298136646,
|
518 |
+
"grad_norm": 2.820833833538927e-05,
|
519 |
+
"learning_rate": 0.0001838717237915302,
|
520 |
+
"loss": 1.3943,
|
521 |
+
"step": 146
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.9192546583850931,
|
525 |
+
"grad_norm": 4.0885188354877755e-05,
|
526 |
+
"learning_rate": 0.00018330729633088045,
|
527 |
+
"loss": 1.3818,
|
528 |
+
"step": 148
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.9316770186335404,
|
532 |
+
"grad_norm": 5.243903797236271e-05,
|
533 |
+
"learning_rate": 0.00018273405926334696,
|
534 |
+
"loss": 1.4112,
|
535 |
+
"step": 150
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.9440993788819876,
|
539 |
+
"grad_norm": 4.928431008011103e-05,
|
540 |
+
"learning_rate": 0.0001821520732077883,
|
541 |
+
"loss": 4.4804,
|
542 |
+
"step": 152
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.9565217391304348,
|
546 |
+
"grad_norm": 7.073425513226539e-05,
|
547 |
+
"learning_rate": 0.00018156139970825391,
|
548 |
+
"loss": 1.4202,
|
549 |
+
"step": 154
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.968944099378882,
|
553 |
+
"grad_norm": 4.9798843974713236e-05,
|
554 |
+
"learning_rate": 0.00018096210122747584,
|
555 |
+
"loss": 1.4218,
|
556 |
+
"step": 156
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.9813664596273292,
|
560 |
+
"grad_norm": 6.847319309599698e-05,
|
561 |
+
"learning_rate": 0.0001803542411402634,
|
562 |
+
"loss": 1.401,
|
563 |
+
"step": 158
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.9937888198757764,
|
567 |
+
"grad_norm": 5.58948922844138e-05,
|
568 |
+
"learning_rate": 0.0001797378837268015,
|
569 |
+
"loss": 1.3425,
|
570 |
+
"step": 160
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.0062111801242235,
|
574 |
+
"grad_norm": 4.716762123280205e-05,
|
575 |
+
"learning_rate": 0.00017911309416585296,
|
576 |
+
"loss": 1.3779,
|
577 |
+
"step": 162
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.0186335403726707,
|
581 |
+
"grad_norm": 5.352822699933313e-05,
|
582 |
+
"learning_rate": 0.0001784799385278661,
|
583 |
+
"loss": 1.341,
|
584 |
+
"step": 164
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.031055900621118,
|
588 |
+
"grad_norm": 5.088459511171095e-05,
|
589 |
+
"learning_rate": 0.0001778384837679879,
|
590 |
+
"loss": 1.4021,
|
591 |
+
"step": 166
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.0434782608695652,
|
595 |
+
"grad_norm": 5.318582770996727e-05,
|
596 |
+
"learning_rate": 0.00017718879771898348,
|
597 |
+
"loss": 1.3597,
|
598 |
+
"step": 168
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.0559006211180124,
|
602 |
+
"grad_norm": 4.925034227198921e-05,
|
603 |
+
"learning_rate": 0.00017653094908406301,
|
604 |
+
"loss": 1.3425,
|
605 |
+
"step": 170
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.0683229813664596,
|
609 |
+
"grad_norm": 5.734206206398085e-05,
|
610 |
+
"learning_rate": 0.00017586500742961653,
|
611 |
+
"loss": 1.389,
|
612 |
+
"step": 172
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.0807453416149069,
|
616 |
+
"grad_norm": 5.8051424275618047e-05,
|
617 |
+
"learning_rate": 0.00017519104317785717,
|
618 |
+
"loss": 1.3776,
|
619 |
+
"step": 174
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.093167701863354,
|
623 |
+
"grad_norm": 4.752572931465693e-05,
|
624 |
+
"learning_rate": 0.00017450912759937434,
|
625 |
+
"loss": 1.4045,
|
626 |
+
"step": 176
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.1055900621118013,
|
630 |
+
"grad_norm": 4.9184389354195446e-05,
|
631 |
+
"learning_rate": 0.00017381933280559693,
|
632 |
+
"loss": 2.4013,
|
633 |
+
"step": 178
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.1180124223602483,
|
637 |
+
"grad_norm": 6.995958392508328e-05,
|
638 |
+
"learning_rate": 0.00017312173174116762,
|
639 |
+
"loss": 1.6484,
|
640 |
+
"step": 180
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.1304347826086956,
|
644 |
+
"grad_norm": 4.960764272254892e-05,
|
645 |
+
"learning_rate": 0.0001724163981762291,
|
646 |
+
"loss": 1.3301,
|
647 |
+
"step": 182
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.1428571428571428,
|
651 |
+
"grad_norm": 4.448357503861189e-05,
|
652 |
+
"learning_rate": 0.0001717034066986231,
|
653 |
+
"loss": 1.4058,
|
654 |
+
"step": 184
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.15527950310559,
|
658 |
+
"grad_norm": 4.6940349420765415e-05,
|
659 |
+
"learning_rate": 0.00017098283270600267,
|
660 |
+
"loss": 1.3731,
|
661 |
+
"step": 186
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.1677018633540373,
|
665 |
+
"grad_norm": 4.82694485981483e-05,
|
666 |
+
"learning_rate": 0.00017025475239785919,
|
667 |
+
"loss": 1.3586,
|
668 |
+
"step": 188
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.1801242236024845,
|
672 |
+
"grad_norm": 4.615723810275085e-05,
|
673 |
+
"learning_rate": 0.00016951924276746425,
|
674 |
+
"loss": 1.3777,
|
675 |
+
"step": 190
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.1925465838509317,
|
679 |
+
"grad_norm": 4.163803532719612e-05,
|
680 |
+
"learning_rate": 0.00016877638159372782,
|
681 |
+
"loss": 1.3974,
|
682 |
+
"step": 192
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.204968944099379,
|
686 |
+
"grad_norm": 4.0616945625515655e-05,
|
687 |
+
"learning_rate": 0.00016802624743297333,
|
688 |
+
"loss": 1.41,
|
689 |
+
"step": 194
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.2173913043478262,
|
693 |
+
"grad_norm": 4.708253254648298e-05,
|
694 |
+
"learning_rate": 0.00016726891961063028,
|
695 |
+
"loss": 1.3499,
|
696 |
+
"step": 196
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.2298136645962732,
|
700 |
+
"grad_norm": 4.392105984152295e-05,
|
701 |
+
"learning_rate": 0.00016650447821284594,
|
702 |
+
"loss": 1.3619,
|
703 |
+
"step": 198
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.2422360248447206,
|
707 |
+
"grad_norm": 4.838509266846813e-05,
|
708 |
+
"learning_rate": 0.00016573300407801616,
|
709 |
+
"loss": 1.3634,
|
710 |
+
"step": 200
|
711 |
+
}
|
712 |
+
],
|
713 |
+
"logging_steps": 2,
|
714 |
+
"max_steps": 644,
|
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.8994607076972954e+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:f7005dd2d63252a05c020237c86238efc5a107c216d770ae70c668e78edcc6b9
|
3 |
+
size 5777
|
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 |
+
"down_proj",
|
29 |
+
"k_proj",
|
30 |
+
"up_proj",
|
31 |
+
"v_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"q_proj",
|
34 |
+
"o_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:aa5217609ad453e5481f6aeaf23efb51f0910441e4a1321b69880b8e80577f81
|
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:a240cbd70e2caaca364b2a81bc1eccd8648610403faf53ab04db2f6db1fb007a
|
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:f4a9f217e852f439efa6bd32fde98d6867f11aa6ea13ddc021ba10af6a0b0934
|
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:c50c9613a17a655f9831b2775fc170332fea4936104c0f49a8326ae8d8bc3e2d
|
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": 2.4844720496894412,
|
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.012422360248447204,
|
14 |
+
"grad_norm": 0.00018831038323696703,
|
15 |
+
"learning_rate": 6.060606060606061e-06,
|
16 |
+
"loss": 2.4276,
|
17 |
+
"step": 2
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.024844720496894408,
|
21 |
+
"grad_norm": 0.00010692311479942873,
|
22 |
+
"learning_rate": 1.8181818181818182e-05,
|
23 |
+
"loss": 2.2565,
|
24 |
+
"step": 4
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.037267080745341616,
|
28 |
+
"grad_norm": 6.173110887175426e-05,
|
29 |
+
"learning_rate": 3.0303030303030306e-05,
|
30 |
+
"loss": 1.9191,
|
31 |
+
"step": 6
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.049689440993788817,
|
35 |
+
"grad_norm": 4.326488488004543e-05,
|
36 |
+
"learning_rate": 4.242424242424243e-05,
|
37 |
+
"loss": 1.7997,
|
38 |
+
"step": 8
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.062111801242236024,
|
42 |
+
"grad_norm": 3.188664049957879e-05,
|
43 |
+
"learning_rate": 5.4545454545454546e-05,
|
44 |
+
"loss": 1.6296,
|
45 |
+
"step": 10
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.07453416149068323,
|
49 |
+
"grad_norm": 2.6054423869936727e-05,
|
50 |
+
"learning_rate": 6.666666666666667e-05,
|
51 |
+
"loss": 1.5767,
|
52 |
+
"step": 12
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.08695652173913043,
|
56 |
+
"grad_norm": 2.7649846742860973e-05,
|
57 |
+
"learning_rate": 7.878787878787879e-05,
|
58 |
+
"loss": 1.5131,
|
59 |
+
"step": 14
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.09937888198757763,
|
63 |
+
"grad_norm": 1.6101763321785256e-05,
|
64 |
+
"learning_rate": 9.090909090909092e-05,
|
65 |
+
"loss": 1.4497,
|
66 |
+
"step": 16
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.11180124223602485,
|
70 |
+
"grad_norm": 2.3354801669484004e-05,
|
71 |
+
"learning_rate": 0.00010303030303030303,
|
72 |
+
"loss": 1.4353,
|
73 |
+
"step": 18
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.12422360248447205,
|
77 |
+
"grad_norm": 1.531304769741837e-05,
|
78 |
+
"learning_rate": 0.00011515151515151516,
|
79 |
+
"loss": 1.3655,
|
80 |
+
"step": 20
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.13664596273291926,
|
84 |
+
"grad_norm": 9.777257218956947e-06,
|
85 |
+
"learning_rate": 0.00012727272727272728,
|
86 |
+
"loss": 1.3691,
|
87 |
+
"step": 22
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.14906832298136646,
|
91 |
+
"grad_norm": 1.5149210412346292e-05,
|
92 |
+
"learning_rate": 0.0001393939393939394,
|
93 |
+
"loss": 1.3916,
|
94 |
+
"step": 24
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.16149068322981366,
|
98 |
+
"grad_norm": 1.1748486940632574e-05,
|
99 |
+
"learning_rate": 0.00015151515151515152,
|
100 |
+
"loss": 1.341,
|
101 |
+
"step": 26
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.17391304347826086,
|
105 |
+
"grad_norm": 3.532869595801458e-05,
|
106 |
+
"learning_rate": 0.00016363636363636366,
|
107 |
+
"loss": 1.3409,
|
108 |
+
"step": 28
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.18633540372670807,
|
112 |
+
"grad_norm": 7.877199095673859e-06,
|
113 |
+
"learning_rate": 0.00017575757575757578,
|
114 |
+
"loss": 1.3728,
|
115 |
+
"step": 30
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.19875776397515527,
|
119 |
+
"grad_norm": 1.1650959095277358e-05,
|
120 |
+
"learning_rate": 0.0001878787878787879,
|
121 |
+
"loss": 1.3579,
|
122 |
+
"step": 32
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2111801242236025,
|
126 |
+
"grad_norm": 3.298332740087062e-05,
|
127 |
+
"learning_rate": 0.0002,
|
128 |
+
"loss": 1.3835,
|
129 |
+
"step": 34
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.2236024844720497,
|
133 |
+
"grad_norm": 9.103293450607453e-06,
|
134 |
+
"learning_rate": 0.00019999471258384815,
|
135 |
+
"loss": 1.3517,
|
136 |
+
"step": 36
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.2360248447204969,
|
140 |
+
"grad_norm": 1.055269422067795e-05,
|
141 |
+
"learning_rate": 0.000199978850894528,
|
142 |
+
"loss": 1.3748,
|
143 |
+
"step": 38
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.2484472049689441,
|
147 |
+
"grad_norm": 1.8264010577695444e-05,
|
148 |
+
"learning_rate": 0.0001999524166093866,
|
149 |
+
"loss": 1.383,
|
150 |
+
"step": 40
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.2608695652173913,
|
154 |
+
"grad_norm": 9.094917004404124e-06,
|
155 |
+
"learning_rate": 0.00019991541252380526,
|
156 |
+
"loss": 1.4102,
|
157 |
+
"step": 42
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.2732919254658385,
|
161 |
+
"grad_norm": 1.286895803787047e-05,
|
162 |
+
"learning_rate": 0.00019986784255090397,
|
163 |
+
"loss": 1.3811,
|
164 |
+
"step": 44
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.2857142857142857,
|
168 |
+
"grad_norm": 1.386065014230553e-05,
|
169 |
+
"learning_rate": 0.0001998097117211276,
|
170 |
+
"loss": 1.3794,
|
171 |
+
"step": 46
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.2981366459627329,
|
175 |
+
"grad_norm": 8.020670065889135e-06,
|
176 |
+
"learning_rate": 0.00019974102618171394,
|
177 |
+
"loss": 1.3584,
|
178 |
+
"step": 48
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.3105590062111801,
|
182 |
+
"grad_norm": 8.217157301260158e-06,
|
183 |
+
"learning_rate": 0.00019966179319604355,
|
184 |
+
"loss": 1.3592,
|
185 |
+
"step": 50
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.32298136645962733,
|
189 |
+
"grad_norm": 1.1515216101543047e-05,
|
190 |
+
"learning_rate": 0.00019957202114287187,
|
191 |
+
"loss": 1.3679,
|
192 |
+
"step": 52
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.33540372670807456,
|
196 |
+
"grad_norm": 8.87443184183212e-06,
|
197 |
+
"learning_rate": 0.0001994717195154429,
|
198 |
+
"loss": 1.3779,
|
199 |
+
"step": 54
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.34782608695652173,
|
203 |
+
"grad_norm": 7.773131073918194e-06,
|
204 |
+
"learning_rate": 0.00019936089892048556,
|
205 |
+
"loss": 1.3634,
|
206 |
+
"step": 56
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.36024844720496896,
|
210 |
+
"grad_norm": 8.845816410030238e-06,
|
211 |
+
"learning_rate": 0.00019923957107709195,
|
212 |
+
"loss": 1.3312,
|
213 |
+
"step": 58
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.37267080745341613,
|
217 |
+
"grad_norm": 8.347928087459877e-06,
|
218 |
+
"learning_rate": 0.000199107748815478,
|
219 |
+
"loss": 1.3626,
|
220 |
+
"step": 60
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.38509316770186336,
|
224 |
+
"grad_norm": 9.047604180523194e-06,
|
225 |
+
"learning_rate": 0.0001989654460756269,
|
226 |
+
"loss": 1.3653,
|
227 |
+
"step": 62
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.39751552795031053,
|
231 |
+
"grad_norm": 8.44144778966438e-06,
|
232 |
+
"learning_rate": 0.00019881267790581466,
|
233 |
+
"loss": 1.3712,
|
234 |
+
"step": 64
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.40993788819875776,
|
238 |
+
"grad_norm": 8.453951522824354e-06,
|
239 |
+
"learning_rate": 0.0001986494604610191,
|
240 |
+
"loss": 1.3027,
|
241 |
+
"step": 66
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.422360248447205,
|
245 |
+
"grad_norm": 7.831426046323031e-06,
|
246 |
+
"learning_rate": 0.00019847581100121127,
|
247 |
+
"loss": 1.3737,
|
248 |
+
"step": 68
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.43478260869565216,
|
252 |
+
"grad_norm": 8.356658327102195e-06,
|
253 |
+
"learning_rate": 0.00019829174788953038,
|
254 |
+
"loss": 1.3522,
|
255 |
+
"step": 70
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.4472049689440994,
|
259 |
+
"grad_norm": 8.671122486703098e-06,
|
260 |
+
"learning_rate": 0.0001980972905903418,
|
261 |
+
"loss": 1.3808,
|
262 |
+
"step": 72
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.45962732919254656,
|
266 |
+
"grad_norm": 9.771009899850469e-06,
|
267 |
+
"learning_rate": 0.00019789245966717883,
|
268 |
+
"loss": 1.3695,
|
269 |
+
"step": 74
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.4720496894409938,
|
273 |
+
"grad_norm": 6.7302303250471596e-06,
|
274 |
+
"learning_rate": 0.00019767727678056805,
|
275 |
+
"loss": 1.3754,
|
276 |
+
"step": 76
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.484472049689441,
|
280 |
+
"grad_norm": 9.788966963242274e-06,
|
281 |
+
"learning_rate": 0.00019745176468573893,
|
282 |
+
"loss": 1.379,
|
283 |
+
"step": 78
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.4968944099378882,
|
287 |
+
"grad_norm": 9.375480658491142e-06,
|
288 |
+
"learning_rate": 0.00019721594723021732,
|
289 |
+
"loss": 1.3484,
|
290 |
+
"step": 80
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.5093167701863354,
|
294 |
+
"grad_norm": 3.550610927050002e-05,
|
295 |
+
"learning_rate": 0.00019696984935130364,
|
296 |
+
"loss": 1.377,
|
297 |
+
"step": 82
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.5217391304347826,
|
301 |
+
"grad_norm": 9.707620847621001e-06,
|
302 |
+
"learning_rate": 0.00019671349707343593,
|
303 |
+
"loss": 1.3587,
|
304 |
+
"step": 84
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.5341614906832298,
|
308 |
+
"grad_norm": 1.0621732144500129e-05,
|
309 |
+
"learning_rate": 0.00019644691750543767,
|
310 |
+
"loss": 1.393,
|
311 |
+
"step": 86
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.546583850931677,
|
315 |
+
"grad_norm": 9.491611308476422e-06,
|
316 |
+
"learning_rate": 0.0001961701388376511,
|
317 |
+
"loss": 1.3715,
|
318 |
+
"step": 88
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.5590062111801242,
|
322 |
+
"grad_norm": 8.982805411505979e-06,
|
323 |
+
"learning_rate": 0.00019588319033895623,
|
324 |
+
"loss": 1.3829,
|
325 |
+
"step": 90
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.5714285714285714,
|
329 |
+
"grad_norm": 1.0132759598491248e-05,
|
330 |
+
"learning_rate": 0.0001955861023536756,
|
331 |
+
"loss": 1.3395,
|
332 |
+
"step": 92
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.5838509316770186,
|
336 |
+
"grad_norm": 1.3477648280968424e-05,
|
337 |
+
"learning_rate": 0.0001952789062983654,
|
338 |
+
"loss": 1.3908,
|
339 |
+
"step": 94
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.5962732919254659,
|
343 |
+
"grad_norm": 1.1435187843744643e-05,
|
344 |
+
"learning_rate": 0.0001949616346584934,
|
345 |
+
"loss": 1.3799,
|
346 |
+
"step": 96
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.6086956521739131,
|
350 |
+
"grad_norm": 1.273245652555488e-05,
|
351 |
+
"learning_rate": 0.00019463432098500337,
|
352 |
+
"loss": 1.3973,
|
353 |
+
"step": 98
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.6211180124223602,
|
357 |
+
"grad_norm": 1.1162846021761652e-05,
|
358 |
+
"learning_rate": 0.00019429699989076746,
|
359 |
+
"loss": 1.3564,
|
360 |
+
"step": 100
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.6335403726708074,
|
364 |
+
"grad_norm": 1.1645292943285313e-05,
|
365 |
+
"learning_rate": 0.00019394970704692566,
|
366 |
+
"loss": 1.3535,
|
367 |
+
"step": 102
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.6459627329192547,
|
371 |
+
"grad_norm": 3.541897240211256e-05,
|
372 |
+
"learning_rate": 0.00019359247917911384,
|
373 |
+
"loss": 1.3813,
|
374 |
+
"step": 104
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.6583850931677019,
|
378 |
+
"grad_norm": 9.2498794401763e-06,
|
379 |
+
"learning_rate": 0.00019322535406358,
|
380 |
+
"loss": 1.3617,
|
381 |
+
"step": 106
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.6708074534161491,
|
385 |
+
"grad_norm": 8.978020559879951e-06,
|
386 |
+
"learning_rate": 0.00019284837052318933,
|
387 |
+
"loss": 1.3813,
|
388 |
+
"step": 108
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.6832298136645962,
|
392 |
+
"grad_norm": 1.3010416296310723e-05,
|
393 |
+
"learning_rate": 0.00019246156842331918,
|
394 |
+
"loss": 1.3726,
|
395 |
+
"step": 110
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.6956521739130435,
|
399 |
+
"grad_norm": 1.2821891687053721e-05,
|
400 |
+
"learning_rate": 0.00019206498866764288,
|
401 |
+
"loss": 1.4042,
|
402 |
+
"step": 112
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.7080745341614907,
|
406 |
+
"grad_norm": 9.70847668213537e-06,
|
407 |
+
"learning_rate": 0.00019165867319380456,
|
408 |
+
"loss": 1.4061,
|
409 |
+
"step": 114
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.7204968944099379,
|
413 |
+
"grad_norm": 1.6388959920732304e-05,
|
414 |
+
"learning_rate": 0.0001912426649689842,
|
415 |
+
"loss": 1.3668,
|
416 |
+
"step": 116
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.7329192546583851,
|
420 |
+
"grad_norm": 1.66231893672375e-05,
|
421 |
+
"learning_rate": 0.00019081700798535397,
|
422 |
+
"loss": 1.3712,
|
423 |
+
"step": 118
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.7453416149068323,
|
427 |
+
"grad_norm": 1.864772457338404e-05,
|
428 |
+
"learning_rate": 0.00019038174725542604,
|
429 |
+
"loss": 1.3849,
|
430 |
+
"step": 120
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.7577639751552795,
|
434 |
+
"grad_norm": 1.4855336303298827e-05,
|
435 |
+
"learning_rate": 0.0001899369288072927,
|
436 |
+
"loss": 1.4006,
|
437 |
+
"step": 122
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.7701863354037267,
|
441 |
+
"grad_norm": 1.8388282114756294e-05,
|
442 |
+
"learning_rate": 0.00018948259967975888,
|
443 |
+
"loss": 1.4008,
|
444 |
+
"step": 124
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.782608695652174,
|
448 |
+
"grad_norm": 2.689829489099793e-05,
|
449 |
+
"learning_rate": 0.00018901880791736793,
|
450 |
+
"loss": 1.3808,
|
451 |
+
"step": 126
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.7950310559006211,
|
455 |
+
"grad_norm": 2.5062678105314262e-05,
|
456 |
+
"learning_rate": 0.000188545602565321,
|
457 |
+
"loss": 1.3948,
|
458 |
+
"step": 128
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.8074534161490683,
|
462 |
+
"grad_norm": 2.1250931240501814e-05,
|
463 |
+
"learning_rate": 0.0001880630336642905,
|
464 |
+
"loss": 1.402,
|
465 |
+
"step": 130
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.8198757763975155,
|
469 |
+
"grad_norm": 2.403008875262458e-05,
|
470 |
+
"learning_rate": 0.0001875711522451284,
|
471 |
+
"loss": 1.384,
|
472 |
+
"step": 132
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.8322981366459627,
|
476 |
+
"grad_norm": 2.597655839053914e-05,
|
477 |
+
"learning_rate": 0.00018707001032347,
|
478 |
+
"loss": 1.3541,
|
479 |
+
"step": 134
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.84472049689441,
|
483 |
+
"grad_norm": 2.3845692339818925e-05,
|
484 |
+
"learning_rate": 0.0001865596608942331,
|
485 |
+
"loss": 1.396,
|
486 |
+
"step": 136
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.8571428571428571,
|
490 |
+
"grad_norm": 1.8721084416029043e-05,
|
491 |
+
"learning_rate": 0.00018604015792601396,
|
492 |
+
"loss": 1.3427,
|
493 |
+
"step": 138
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.8695652173913043,
|
497 |
+
"grad_norm": 3.2439467759104446e-05,
|
498 |
+
"learning_rate": 0.0001855115563553803,
|
499 |
+
"loss": 1.376,
|
500 |
+
"step": 140
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.8819875776397516,
|
504 |
+
"grad_norm": 2.3974960640771315e-05,
|
505 |
+
"learning_rate": 0.0001849739120810618,
|
506 |
+
"loss": 1.4019,
|
507 |
+
"step": 142
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.8944099378881988,
|
511 |
+
"grad_norm": 3.250224108342081e-05,
|
512 |
+
"learning_rate": 0.00018442728195803881,
|
513 |
+
"loss": 1.3915,
|
514 |
+
"step": 144
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.906832298136646,
|
518 |
+
"grad_norm": 2.820833833538927e-05,
|
519 |
+
"learning_rate": 0.0001838717237915302,
|
520 |
+
"loss": 1.3943,
|
521 |
+
"step": 146
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.9192546583850931,
|
525 |
+
"grad_norm": 4.0885188354877755e-05,
|
526 |
+
"learning_rate": 0.00018330729633088045,
|
527 |
+
"loss": 1.3818,
|
528 |
+
"step": 148
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.9316770186335404,
|
532 |
+
"grad_norm": 5.243903797236271e-05,
|
533 |
+
"learning_rate": 0.00018273405926334696,
|
534 |
+
"loss": 1.4112,
|
535 |
+
"step": 150
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.9440993788819876,
|
539 |
+
"grad_norm": 4.928431008011103e-05,
|
540 |
+
"learning_rate": 0.0001821520732077883,
|
541 |
+
"loss": 4.4804,
|
542 |
+
"step": 152
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.9565217391304348,
|
546 |
+
"grad_norm": 7.073425513226539e-05,
|
547 |
+
"learning_rate": 0.00018156139970825391,
|
548 |
+
"loss": 1.4202,
|
549 |
+
"step": 154
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.968944099378882,
|
553 |
+
"grad_norm": 4.9798843974713236e-05,
|
554 |
+
"learning_rate": 0.00018096210122747584,
|
555 |
+
"loss": 1.4218,
|
556 |
+
"step": 156
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.9813664596273292,
|
560 |
+
"grad_norm": 6.847319309599698e-05,
|
561 |
+
"learning_rate": 0.0001803542411402634,
|
562 |
+
"loss": 1.401,
|
563 |
+
"step": 158
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.9937888198757764,
|
567 |
+
"grad_norm": 5.58948922844138e-05,
|
568 |
+
"learning_rate": 0.0001797378837268015,
|
569 |
+
"loss": 1.3425,
|
570 |
+
"step": 160
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.0062111801242235,
|
574 |
+
"grad_norm": 4.716762123280205e-05,
|
575 |
+
"learning_rate": 0.00017911309416585296,
|
576 |
+
"loss": 1.3779,
|
577 |
+
"step": 162
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.0186335403726707,
|
581 |
+
"grad_norm": 5.352822699933313e-05,
|
582 |
+
"learning_rate": 0.0001784799385278661,
|
583 |
+
"loss": 1.341,
|
584 |
+
"step": 164
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.031055900621118,
|
588 |
+
"grad_norm": 5.088459511171095e-05,
|
589 |
+
"learning_rate": 0.0001778384837679879,
|
590 |
+
"loss": 1.4021,
|
591 |
+
"step": 166
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.0434782608695652,
|
595 |
+
"grad_norm": 5.318582770996727e-05,
|
596 |
+
"learning_rate": 0.00017718879771898348,
|
597 |
+
"loss": 1.3597,
|
598 |
+
"step": 168
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.0559006211180124,
|
602 |
+
"grad_norm": 4.925034227198921e-05,
|
603 |
+
"learning_rate": 0.00017653094908406301,
|
604 |
+
"loss": 1.3425,
|
605 |
+
"step": 170
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.0683229813664596,
|
609 |
+
"grad_norm": 5.734206206398085e-05,
|
610 |
+
"learning_rate": 0.00017586500742961653,
|
611 |
+
"loss": 1.389,
|
612 |
+
"step": 172
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.0807453416149069,
|
616 |
+
"grad_norm": 5.8051424275618047e-05,
|
617 |
+
"learning_rate": 0.00017519104317785717,
|
618 |
+
"loss": 1.3776,
|
619 |
+
"step": 174
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.093167701863354,
|
623 |
+
"grad_norm": 4.752572931465693e-05,
|
624 |
+
"learning_rate": 0.00017450912759937434,
|
625 |
+
"loss": 1.4045,
|
626 |
+
"step": 176
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.1055900621118013,
|
630 |
+
"grad_norm": 4.9184389354195446e-05,
|
631 |
+
"learning_rate": 0.00017381933280559693,
|
632 |
+
"loss": 2.4013,
|
633 |
+
"step": 178
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.1180124223602483,
|
637 |
+
"grad_norm": 6.995958392508328e-05,
|
638 |
+
"learning_rate": 0.00017312173174116762,
|
639 |
+
"loss": 1.6484,
|
640 |
+
"step": 180
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.1304347826086956,
|
644 |
+
"grad_norm": 4.960764272254892e-05,
|
645 |
+
"learning_rate": 0.0001724163981762291,
|
646 |
+
"loss": 1.3301,
|
647 |
+
"step": 182
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.1428571428571428,
|
651 |
+
"grad_norm": 4.448357503861189e-05,
|
652 |
+
"learning_rate": 0.0001717034066986231,
|
653 |
+
"loss": 1.4058,
|
654 |
+
"step": 184
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.15527950310559,
|
658 |
+
"grad_norm": 4.6940349420765415e-05,
|
659 |
+
"learning_rate": 0.00017098283270600267,
|
660 |
+
"loss": 1.3731,
|
661 |
+
"step": 186
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.1677018633540373,
|
665 |
+
"grad_norm": 4.82694485981483e-05,
|
666 |
+
"learning_rate": 0.00017025475239785919,
|
667 |
+
"loss": 1.3586,
|
668 |
+
"step": 188
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.1801242236024845,
|
672 |
+
"grad_norm": 4.615723810275085e-05,
|
673 |
+
"learning_rate": 0.00016951924276746425,
|
674 |
+
"loss": 1.3777,
|
675 |
+
"step": 190
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.1925465838509317,
|
679 |
+
"grad_norm": 4.163803532719612e-05,
|
680 |
+
"learning_rate": 0.00016877638159372782,
|
681 |
+
"loss": 1.3974,
|
682 |
+
"step": 192
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.204968944099379,
|
686 |
+
"grad_norm": 4.0616945625515655e-05,
|
687 |
+
"learning_rate": 0.00016802624743297333,
|
688 |
+
"loss": 1.41,
|
689 |
+
"step": 194
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.2173913043478262,
|
693 |
+
"grad_norm": 4.708253254648298e-05,
|
694 |
+
"learning_rate": 0.00016726891961063028,
|
695 |
+
"loss": 1.3499,
|
696 |
+
"step": 196
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.2298136645962732,
|
700 |
+
"grad_norm": 4.392105984152295e-05,
|
701 |
+
"learning_rate": 0.00016650447821284594,
|
702 |
+
"loss": 1.3619,
|
703 |
+
"step": 198
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.2422360248447206,
|
707 |
+
"grad_norm": 4.838509266846813e-05,
|
708 |
+
"learning_rate": 0.00016573300407801616,
|
709 |
+
"loss": 1.3634,
|
710 |
+
"step": 200
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.2546583850931676,
|
714 |
+
"grad_norm": 4.574718332150951e-05,
|
715 |
+
"learning_rate": 0.0001649545787882369,
|
716 |
+
"loss": 1.3715,
|
717 |
+
"step": 202
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.2670807453416149,
|
721 |
+
"grad_norm": 4.9299873353447765e-05,
|
722 |
+
"learning_rate": 0.00016416928466067723,
|
723 |
+
"loss": 1.3917,
|
724 |
+
"step": 204
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.279503105590062,
|
728 |
+
"grad_norm": 5.623263132292777e-05,
|
729 |
+
"learning_rate": 0.0001633772047388742,
|
730 |
+
"loss": 1.3913,
|
731 |
+
"step": 206
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.2919254658385093,
|
735 |
+
"grad_norm": 5.661992690875195e-05,
|
736 |
+
"learning_rate": 0.00016257842278395127,
|
737 |
+
"loss": 1.3962,
|
738 |
+
"step": 208
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.3043478260869565,
|
742 |
+
"grad_norm": 6.093809497542679e-05,
|
743 |
+
"learning_rate": 0.0001617730232657606,
|
744 |
+
"loss": 1.4153,
|
745 |
+
"step": 210
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.3167701863354038,
|
749 |
+
"grad_norm": 6.311327160801739e-05,
|
750 |
+
"learning_rate": 0.0001609610913539507,
|
751 |
+
"loss": 1.4051,
|
752 |
+
"step": 212
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.329192546583851,
|
756 |
+
"grad_norm": 5.701288318959996e-05,
|
757 |
+
"learning_rate": 0.00016014271290895965,
|
758 |
+
"loss": 1.3797,
|
759 |
+
"step": 214
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.341614906832298,
|
763 |
+
"grad_norm": 6.887744530104101e-05,
|
764 |
+
"learning_rate": 0.00015931797447293552,
|
765 |
+
"loss": 1.4091,
|
766 |
+
"step": 216
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.3540372670807455,
|
770 |
+
"grad_norm": 6.53747993055731e-05,
|
771 |
+
"learning_rate": 0.00015848696326058498,
|
772 |
+
"loss": 1.3931,
|
773 |
+
"step": 218
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.3664596273291925,
|
777 |
+
"grad_norm": 7.101244409568608e-05,
|
778 |
+
"learning_rate": 0.00015764976714995009,
|
779 |
+
"loss": 1.4177,
|
780 |
+
"step": 220
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.3788819875776397,
|
784 |
+
"grad_norm": 7.210439071059227e-05,
|
785 |
+
"learning_rate": 0.00015680647467311557,
|
786 |
+
"loss": 1.4148,
|
787 |
+
"step": 222
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.391304347826087,
|
791 |
+
"grad_norm": 6.667665729764849e-05,
|
792 |
+
"learning_rate": 0.0001559571750068468,
|
793 |
+
"loss": 1.382,
|
794 |
+
"step": 224
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.4037267080745341,
|
798 |
+
"grad_norm": 7.299148273887113e-05,
|
799 |
+
"learning_rate": 0.00015510195796315915,
|
800 |
+
"loss": 1.4309,
|
801 |
+
"step": 226
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.4161490683229814,
|
805 |
+
"grad_norm": 7.622403063578531e-05,
|
806 |
+
"learning_rate": 0.00015424091397982082,
|
807 |
+
"loss": 1.425,
|
808 |
+
"step": 228
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 1.4285714285714286,
|
812 |
+
"grad_norm": 8.405456901527941e-05,
|
813 |
+
"learning_rate": 0.00015337413411078914,
|
814 |
+
"loss": 1.4566,
|
815 |
+
"step": 230
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 1.4409937888198758,
|
819 |
+
"grad_norm": 7.596038631163538e-05,
|
820 |
+
"learning_rate": 0.00015250171001658172,
|
821 |
+
"loss": 1.4299,
|
822 |
+
"step": 232
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 1.453416149068323,
|
826 |
+
"grad_norm": 7.857976015657187e-05,
|
827 |
+
"learning_rate": 0.00015162373395458345,
|
828 |
+
"loss": 1.4614,
|
829 |
+
"step": 234
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 1.4658385093167703,
|
833 |
+
"grad_norm": 7.91482743807137e-05,
|
834 |
+
"learning_rate": 0.00015074029876929057,
|
835 |
+
"loss": 1.4776,
|
836 |
+
"step": 236
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 1.4782608695652173,
|
840 |
+
"grad_norm": 8.164716564351693e-05,
|
841 |
+
"learning_rate": 0.00014985149788249248,
|
842 |
+
"loss": 1.4841,
|
843 |
+
"step": 238
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 1.4906832298136645,
|
847 |
+
"grad_norm": 7.853667193558067e-05,
|
848 |
+
"learning_rate": 0.0001489574252833924,
|
849 |
+
"loss": 1.4848,
|
850 |
+
"step": 240
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 1.5031055900621118,
|
854 |
+
"grad_norm": 7.80523187131621e-05,
|
855 |
+
"learning_rate": 0.00014805817551866838,
|
856 |
+
"loss": 1.4909,
|
857 |
+
"step": 242
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 1.515527950310559,
|
861 |
+
"grad_norm": 7.651840132893994e-05,
|
862 |
+
"learning_rate": 0.00014715384368247506,
|
863 |
+
"loss": 1.518,
|
864 |
+
"step": 244
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 1.5279503105590062,
|
868 |
+
"grad_norm": 7.088932034093887e-05,
|
869 |
+
"learning_rate": 0.0001462445254063876,
|
870 |
+
"loss": 1.5447,
|
871 |
+
"step": 246
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 1.5403726708074534,
|
875 |
+
"grad_norm": 6.846669566584751e-05,
|
876 |
+
"learning_rate": 0.00014533031684928874,
|
877 |
+
"loss": 1.57,
|
878 |
+
"step": 248
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 1.5527950310559007,
|
882 |
+
"grad_norm": 6.54789837426506e-05,
|
883 |
+
"learning_rate": 0.00014441131468720037,
|
884 |
+
"loss": 1.5749,
|
885 |
+
"step": 250
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 1.5652173913043477,
|
889 |
+
"grad_norm": 6.425156607292593e-05,
|
890 |
+
"learning_rate": 0.00014348761610305993,
|
891 |
+
"loss": 1.6024,
|
892 |
+
"step": 252
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 1.5776397515527951,
|
896 |
+
"grad_norm": 5.851482637808658e-05,
|
897 |
+
"learning_rate": 0.00014255931877644372,
|
898 |
+
"loss": 1.6127,
|
899 |
+
"step": 254
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 1.5900621118012421,
|
903 |
+
"grad_norm": 6.256994674913585e-05,
|
904 |
+
"learning_rate": 0.00014162652087323734,
|
905 |
+
"loss": 1.6352,
|
906 |
+
"step": 256
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 1.6024844720496896,
|
910 |
+
"grad_norm": 5.2070794481551275e-05,
|
911 |
+
"learning_rate": 0.00014068932103525472,
|
912 |
+
"loss": 1.6374,
|
913 |
+
"step": 258
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 1.6149068322981366,
|
917 |
+
"grad_norm": 4.993085531168617e-05,
|
918 |
+
"learning_rate": 0.00013974781836980713,
|
919 |
+
"loss": 1.6439,
|
920 |
+
"step": 260
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 1.6273291925465838,
|
924 |
+
"grad_norm": 4.7208366595441476e-05,
|
925 |
+
"learning_rate": 0.0001388021124392225,
|
926 |
+
"loss": 1.6509,
|
927 |
+
"step": 262
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 1.639751552795031,
|
931 |
+
"grad_norm": 4.80003327538725e-05,
|
932 |
+
"learning_rate": 0.00013785230325031719,
|
933 |
+
"loss": 1.674,
|
934 |
+
"step": 264
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 1.6521739130434783,
|
938 |
+
"grad_norm": 4.6028744691284373e-05,
|
939 |
+
"learning_rate": 0.00013689849124382005,
|
940 |
+
"loss": 1.69,
|
941 |
+
"step": 266
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 1.6645962732919255,
|
945 |
+
"grad_norm": 4.340623490861617e-05,
|
946 |
+
"learning_rate": 0.00013594077728375128,
|
947 |
+
"loss": 1.6875,
|
948 |
+
"step": 268
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 1.6770186335403725,
|
952 |
+
"grad_norm": 4.233741856296547e-05,
|
953 |
+
"learning_rate": 0.00013497926264675612,
|
954 |
+
"loss": 1.7301,
|
955 |
+
"step": 270
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 1.68944099378882,
|
959 |
+
"grad_norm": 4.126655767322518e-05,
|
960 |
+
"learning_rate": 0.000134014049011395,
|
961 |
+
"loss": 1.7203,
|
962 |
+
"step": 272
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 1.701863354037267,
|
966 |
+
"grad_norm": 3.361159542691894e-05,
|
967 |
+
"learning_rate": 0.00013304523844739124,
|
968 |
+
"loss": 1.7313,
|
969 |
+
"step": 274
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 1.7142857142857144,
|
973 |
+
"grad_norm": 4.023270957986824e-05,
|
974 |
+
"learning_rate": 0.00013207293340483726,
|
975 |
+
"loss": 1.7382,
|
976 |
+
"step": 276
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 1.7267080745341614,
|
980 |
+
"grad_norm": 3.606557584134862e-05,
|
981 |
+
"learning_rate": 0.0001310972367033609,
|
982 |
+
"loss": 1.7184,
|
983 |
+
"step": 278
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 1.7391304347826086,
|
987 |
+
"grad_norm": 3.40029873768799e-05,
|
988 |
+
"learning_rate": 0.00013011825152125204,
|
989 |
+
"loss": 1.7307,
|
990 |
+
"step": 280
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 1.7515527950310559,
|
994 |
+
"grad_norm": 3.170113996020518e-05,
|
995 |
+
"learning_rate": 0.00012913608138455203,
|
996 |
+
"loss": 1.7444,
|
997 |
+
"step": 282
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 1.763975155279503,
|
1001 |
+
"grad_norm": 3.378765541128814e-05,
|
1002 |
+
"learning_rate": 0.00012815083015610572,
|
1003 |
+
"loss": 1.7305,
|
1004 |
+
"step": 284
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 1.7763975155279503,
|
1008 |
+
"grad_norm": 3.630015271482989e-05,
|
1009 |
+
"learning_rate": 0.00012716260202457827,
|
1010 |
+
"loss": 1.7104,
|
1011 |
+
"step": 286
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 1.7888198757763976,
|
1015 |
+
"grad_norm": 3.279558950453065e-05,
|
1016 |
+
"learning_rate": 0.00012617150149343744,
|
1017 |
+
"loss": 1.7303,
|
1018 |
+
"step": 288
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 1.8012422360248448,
|
1022 |
+
"grad_norm": 3.356958768563345e-05,
|
1023 |
+
"learning_rate": 0.0001251776333699023,
|
1024 |
+
"loss": 1.7274,
|
1025 |
+
"step": 290
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 1.8136645962732918,
|
1029 |
+
"grad_norm": 3.0309342037071474e-05,
|
1030 |
+
"learning_rate": 0.00012418110275386028,
|
1031 |
+
"loss": 1.7267,
|
1032 |
+
"step": 292
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 1.8260869565217392,
|
1036 |
+
"grad_norm": 3.178627594024874e-05,
|
1037 |
+
"learning_rate": 0.00012318201502675285,
|
1038 |
+
"loss": 1.7517,
|
1039 |
+
"step": 294
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 1.8385093167701863,
|
1043 |
+
"grad_norm": 3.2376421586377546e-05,
|
1044 |
+
"learning_rate": 0.0001221804758404317,
|
1045 |
+
"loss": 1.7193,
|
1046 |
+
"step": 296
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 1.8509316770186337,
|
1050 |
+
"grad_norm": 3.2105788704939187e-05,
|
1051 |
+
"learning_rate": 0.0001211765911059863,
|
1052 |
+
"loss": 1.7256,
|
1053 |
+
"step": 298
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 1.8633540372670807,
|
1057 |
+
"grad_norm": 3.046994243049994e-05,
|
1058 |
+
"learning_rate": 0.00012017046698254375,
|
1059 |
+
"loss": 1.756,
|
1060 |
+
"step": 300
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 1.875776397515528,
|
1064 |
+
"grad_norm": 3.129871765850112e-05,
|
1065 |
+
"learning_rate": 0.00011916220986604296,
|
1066 |
+
"loss": 1.7421,
|
1067 |
+
"step": 302
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 1.8881987577639752,
|
1071 |
+
"grad_norm": 2.9315173378563486e-05,
|
1072 |
+
"learning_rate": 0.00011815192637798314,
|
1073 |
+
"loss": 1.7563,
|
1074 |
+
"step": 304
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 1.9006211180124224,
|
1078 |
+
"grad_norm": 2.882684020732995e-05,
|
1079 |
+
"learning_rate": 0.00011713972335414895,
|
1080 |
+
"loss": 1.7561,
|
1081 |
+
"step": 306
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 1.9130434782608696,
|
1085 |
+
"grad_norm": 3.170946365571581e-05,
|
1086 |
+
"learning_rate": 0.00011612570783331279,
|
1087 |
+
"loss": 1.7426,
|
1088 |
+
"step": 308
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 1.9254658385093166,
|
1092 |
+
"grad_norm": 2.7420563128544018e-05,
|
1093 |
+
"learning_rate": 0.00011510998704591542,
|
1094 |
+
"loss": 1.7876,
|
1095 |
+
"step": 310
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 1.937888198757764,
|
1099 |
+
"grad_norm": 3.0591610993724316e-05,
|
1100 |
+
"learning_rate": 0.00011409266840272685,
|
1101 |
+
"loss": 1.7634,
|
1102 |
+
"step": 312
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 1.950310559006211,
|
1106 |
+
"grad_norm": 2.7189913453185e-05,
|
1107 |
+
"learning_rate": 0.00011307385948348762,
|
1108 |
+
"loss": 1.8024,
|
1109 |
+
"step": 314
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 1.9627329192546585,
|
1113 |
+
"grad_norm": 3.112399281235412e-05,
|
1114 |
+
"learning_rate": 0.0001120536680255323,
|
1115 |
+
"loss": 1.7523,
|
1116 |
+
"step": 316
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 1.9751552795031055,
|
1120 |
+
"grad_norm": 2.740700074355118e-05,
|
1121 |
+
"learning_rate": 0.0001110322019123969,
|
1122 |
+
"loss": 1.7581,
|
1123 |
+
"step": 318
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 1.9875776397515528,
|
1127 |
+
"grad_norm": 2.866005706891883e-05,
|
1128 |
+
"learning_rate": 0.00011000956916240985,
|
1129 |
+
"loss": 1.7639,
|
1130 |
+
"step": 320
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.0,
|
1134 |
+
"grad_norm": 0.0002034466597251594,
|
1135 |
+
"learning_rate": 0.00010898587791726955,
|
1136 |
+
"loss": 1.7987,
|
1137 |
+
"step": 322
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.012422360248447,
|
1141 |
+
"grad_norm": 3.0956751288613304e-05,
|
1142 |
+
"learning_rate": 0.00010796123643060847,
|
1143 |
+
"loss": 1.7031,
|
1144 |
+
"step": 324
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.0248447204968945,
|
1148 |
+
"grad_norm": 5.328710176399909e-05,
|
1149 |
+
"learning_rate": 0.00010693575305654558,
|
1150 |
+
"loss": 1.6955,
|
1151 |
+
"step": 326
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.0372670807453415,
|
1155 |
+
"grad_norm": 5.25999566889368e-05,
|
1156 |
+
"learning_rate": 0.00010590953623822794,
|
1157 |
+
"loss": 1.7009,
|
1158 |
+
"step": 328
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.049689440993789,
|
1162 |
+
"grad_norm": 3.9534101233584806e-05,
|
1163 |
+
"learning_rate": 0.00010488269449636316,
|
1164 |
+
"loss": 1.7035,
|
1165 |
+
"step": 330
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.062111801242236,
|
1169 |
+
"grad_norm": 2.8875314455945045e-05,
|
1170 |
+
"learning_rate": 0.00010385533641774354,
|
1171 |
+
"loss": 1.7026,
|
1172 |
+
"step": 332
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.0745341614906834,
|
1176 |
+
"grad_norm": 2.6082469048560597e-05,
|
1177 |
+
"learning_rate": 0.00010282757064376297,
|
1178 |
+
"loss": 1.6991,
|
1179 |
+
"step": 334
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.0869565217391304,
|
1183 |
+
"grad_norm": 2.0509953174041584e-05,
|
1184 |
+
"learning_rate": 0.00010179950585892855,
|
1185 |
+
"loss": 1.6917,
|
1186 |
+
"step": 336
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.099378881987578,
|
1190 |
+
"grad_norm": 2.403454709565267e-05,
|
1191 |
+
"learning_rate": 0.00010077125077936727,
|
1192 |
+
"loss": 1.7032,
|
1193 |
+
"step": 338
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.111801242236025,
|
1197 |
+
"grad_norm": 2.1703061065636575e-05,
|
1198 |
+
"learning_rate": 9.97429141413294e-05,
|
1199 |
+
"loss": 1.7203,
|
1200 |
+
"step": 340
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 2.124223602484472,
|
1204 |
+
"grad_norm": 1.91131402971223e-05,
|
1205 |
+
"learning_rate": 9.871460468969001e-05,
|
1206 |
+
"loss": 1.7406,
|
1207 |
+
"step": 342
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 2.1366459627329193,
|
1211 |
+
"grad_norm": 1.4955992810428143e-05,
|
1212 |
+
"learning_rate": 9.768643116644909e-05,
|
1213 |
+
"loss": 1.7497,
|
1214 |
+
"step": 344
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 2.1490683229813663,
|
1218 |
+
"grad_norm": 1.873956534836907e-05,
|
1219 |
+
"learning_rate": 9.665850229923258e-05,
|
1220 |
+
"loss": 1.7676,
|
1221 |
+
"step": 346
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 2.1614906832298137,
|
1225 |
+
"grad_norm": 2.206020690209698e-05,
|
1226 |
+
"learning_rate": 9.56309267897943e-05,
|
1227 |
+
"loss": 1.775,
|
1228 |
+
"step": 348
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 2.1739130434782608,
|
1232 |
+
"grad_norm": 2.225383468612563e-05,
|
1233 |
+
"learning_rate": 9.460381330252127e-05,
|
1234 |
+
"loss": 1.7803,
|
1235 |
+
"step": 350
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 2.186335403726708,
|
1239 |
+
"grad_norm": 2.4063519958872348e-05,
|
1240 |
+
"learning_rate": 9.357727045294228e-05,
|
1241 |
+
"loss": 1.762,
|
1242 |
+
"step": 352
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 2.198757763975155,
|
1246 |
+
"grad_norm": 2.5652494514361024e-05,
|
1247 |
+
"learning_rate": 9.255140679624219e-05,
|
1248 |
+
"loss": 1.7849,
|
1249 |
+
"step": 354
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 2.2111801242236027,
|
1253 |
+
"grad_norm": 2.7277781555312686e-05,
|
1254 |
+
"learning_rate": 9.152633081578243e-05,
|
1255 |
+
"loss": 1.7558,
|
1256 |
+
"step": 356
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 2.2236024844720497,
|
1260 |
+
"grad_norm": 2.8397616915754043e-05,
|
1261 |
+
"learning_rate": 9.050215091162884e-05,
|
1262 |
+
"loss": 1.7711,
|
1263 |
+
"step": 358
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 2.2360248447204967,
|
1267 |
+
"grad_norm": 2.8468950404203497e-05,
|
1268 |
+
"learning_rate": 8.947897538908882e-05,
|
1269 |
+
"loss": 1.7623,
|
1270 |
+
"step": 360
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 2.248447204968944,
|
1274 |
+
"grad_norm": 2.824833063641563e-05,
|
1275 |
+
"learning_rate": 8.845691244725802e-05,
|
1276 |
+
"loss": 1.7742,
|
1277 |
+
"step": 362
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 2.260869565217391,
|
1281 |
+
"grad_norm": 2.4112812752719037e-05,
|
1282 |
+
"learning_rate": 8.743607016757858e-05,
|
1283 |
+
"loss": 1.7931,
|
1284 |
+
"step": 364
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 2.2732919254658386,
|
1288 |
+
"grad_norm": 2.2189098672242835e-05,
|
1289 |
+
"learning_rate": 8.641655650240971e-05,
|
1290 |
+
"loss": 1.7806,
|
1291 |
+
"step": 366
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 2.2857142857142856,
|
1295 |
+
"grad_norm": 2.327991751371883e-05,
|
1296 |
+
"learning_rate": 8.539847926361173e-05,
|
1297 |
+
"loss": 1.763,
|
1298 |
+
"step": 368
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 2.298136645962733,
|
1302 |
+
"grad_norm": 2.3889626390882768e-05,
|
1303 |
+
"learning_rate": 8.438194611114547e-05,
|
1304 |
+
"loss": 1.7523,
|
1305 |
+
"step": 370
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 2.31055900621118,
|
1309 |
+
"grad_norm": 2.383732862654142e-05,
|
1310 |
+
"learning_rate": 8.336706454168701e-05,
|
1311 |
+
"loss": 1.7727,
|
1312 |
+
"step": 372
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 2.3229813664596275,
|
1316 |
+
"grad_norm": 1.8651016944204457e-05,
|
1317 |
+
"learning_rate": 8.235394187726046e-05,
|
1318 |
+
"loss": 1.7714,
|
1319 |
+
"step": 374
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 2.3354037267080745,
|
1323 |
+
"grad_norm": 2.1619023755192757e-05,
|
1324 |
+
"learning_rate": 8.134268525388862e-05,
|
1325 |
+
"loss": 1.7656,
|
1326 |
+
"step": 376
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 2.3478260869565215,
|
1330 |
+
"grad_norm": 1.8270022337674163e-05,
|
1331 |
+
"learning_rate": 8.033340161026351e-05,
|
1332 |
+
"loss": 1.7535,
|
1333 |
+
"step": 378
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 2.360248447204969,
|
1337 |
+
"grad_norm": 1.9947459804825485e-05,
|
1338 |
+
"learning_rate": 7.932619767643801e-05,
|
1339 |
+
"loss": 1.7295,
|
1340 |
+
"step": 380
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 2.372670807453416,
|
1344 |
+
"grad_norm": 1.5592337149428204e-05,
|
1345 |
+
"learning_rate": 7.832117996253898e-05,
|
1346 |
+
"loss": 1.7559,
|
1347 |
+
"step": 382
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 2.3850931677018634,
|
1351 |
+
"grad_norm": 1.71353585756151e-05,
|
1352 |
+
"learning_rate": 7.731845474750438e-05,
|
1353 |
+
"loss": 1.7417,
|
1354 |
+
"step": 384
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 2.3975155279503104,
|
1358 |
+
"grad_norm": 1.2591329323186073e-05,
|
1359 |
+
"learning_rate": 7.631812806784406e-05,
|
1360 |
+
"loss": 1.7626,
|
1361 |
+
"step": 386
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 2.409937888198758,
|
1365 |
+
"grad_norm": 1.6798217984614894e-05,
|
1366 |
+
"learning_rate": 7.532030570642699e-05,
|
1367 |
+
"loss": 1.7447,
|
1368 |
+
"step": 388
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 2.422360248447205,
|
1372 |
+
"grad_norm": 1.387998418067582e-05,
|
1373 |
+
"learning_rate": 7.43250931812945e-05,
|
1374 |
+
"loss": 1.7625,
|
1375 |
+
"step": 390
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 2.4347826086956523,
|
1379 |
+
"grad_norm": 1.4774514966120478e-05,
|
1380 |
+
"learning_rate": 7.333259573450222e-05,
|
1381 |
+
"loss": 1.7383,
|
1382 |
+
"step": 392
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 2.4472049689440993,
|
1386 |
+
"grad_norm": 1.4047771401237696e-05,
|
1387 |
+
"learning_rate": 7.234291832099078e-05,
|
1388 |
+
"loss": 1.7617,
|
1389 |
+
"step": 394
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 2.4596273291925463,
|
1393 |
+
"grad_norm": 1.4316069609776605e-05,
|
1394 |
+
"learning_rate": 7.135616559748699e-05,
|
1395 |
+
"loss": 1.7396,
|
1396 |
+
"step": 396
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 2.472049689440994,
|
1400 |
+
"grad_norm": 1.4282129995990545e-05,
|
1401 |
+
"learning_rate": 7.037244191143661e-05,
|
1402 |
+
"loss": 1.7325,
|
1403 |
+
"step": 398
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 2.4844720496894412,
|
1407 |
+
"grad_norm": 1.467942274757661e-05,
|
1408 |
+
"learning_rate": 6.939185128996976e-05,
|
1409 |
+
"loss": 1.7467,
|
1410 |
+
"step": 400
|
1411 |
+
}
|
1412 |
+
],
|
1413 |
+
"logging_steps": 2,
|
1414 |
+
"max_steps": 644,
|
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.798921415394591e+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:f7005dd2d63252a05c020237c86238efc5a107c216d770ae70c668e78edcc6b9
|
3 |
+
size 5777
|
checkpoint-400/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-600/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-600/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 |
+
"down_proj",
|
29 |
+
"k_proj",
|
30 |
+
"up_proj",
|
31 |
+
"v_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"q_proj",
|
34 |
+
"o_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-600/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5494ec49f478bc214785aa5de837a0edc63a2ecad03252895911fe99116190a
|
3 |
+
size 1817430408
|
checkpoint-600/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-600/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-600/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-600/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2f27d4e5ca6cd584edee006fd710b02c581c38d5f469c7908c5a31d8a654286
|
3 |
+
size 528908363
|
checkpoint-600/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-600/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb7fde5111803012042c93a73aa191336bb6e10b3ad44f6bd1d94fc7008a22b6
|
3 |
+
size 1383
|
checkpoint-600/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1d4aea1ace2efd04e091f14145a523ad83c43d794a0c71ecc2a44b43fcac6d5
|
3 |
+
size 1465
|
checkpoint-600/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-600/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77247e5fb2e966d04e513068b17cca472e105e7c56953e9b1d27d70b93d77e6f
|
3 |
+
size 11423221
|
checkpoint-600/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-600/trainer_state.json
ADDED
@@ -0,0 +1,2134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 3.7267080745341614,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 600,
|
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.012422360248447204,
|
14 |
+
"grad_norm": 0.00018831038323696703,
|
15 |
+
"learning_rate": 6.060606060606061e-06,
|
16 |
+
"loss": 2.4276,
|
17 |
+
"step": 2
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.024844720496894408,
|
21 |
+
"grad_norm": 0.00010692311479942873,
|
22 |
+
"learning_rate": 1.8181818181818182e-05,
|
23 |
+
"loss": 2.2565,
|
24 |
+
"step": 4
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.037267080745341616,
|
28 |
+
"grad_norm": 6.173110887175426e-05,
|
29 |
+
"learning_rate": 3.0303030303030306e-05,
|
30 |
+
"loss": 1.9191,
|
31 |
+
"step": 6
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.049689440993788817,
|
35 |
+
"grad_norm": 4.326488488004543e-05,
|
36 |
+
"learning_rate": 4.242424242424243e-05,
|
37 |
+
"loss": 1.7997,
|
38 |
+
"step": 8
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.062111801242236024,
|
42 |
+
"grad_norm": 3.188664049957879e-05,
|
43 |
+
"learning_rate": 5.4545454545454546e-05,
|
44 |
+
"loss": 1.6296,
|
45 |
+
"step": 10
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.07453416149068323,
|
49 |
+
"grad_norm": 2.6054423869936727e-05,
|
50 |
+
"learning_rate": 6.666666666666667e-05,
|
51 |
+
"loss": 1.5767,
|
52 |
+
"step": 12
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.08695652173913043,
|
56 |
+
"grad_norm": 2.7649846742860973e-05,
|
57 |
+
"learning_rate": 7.878787878787879e-05,
|
58 |
+
"loss": 1.5131,
|
59 |
+
"step": 14
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.09937888198757763,
|
63 |
+
"grad_norm": 1.6101763321785256e-05,
|
64 |
+
"learning_rate": 9.090909090909092e-05,
|
65 |
+
"loss": 1.4497,
|
66 |
+
"step": 16
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.11180124223602485,
|
70 |
+
"grad_norm": 2.3354801669484004e-05,
|
71 |
+
"learning_rate": 0.00010303030303030303,
|
72 |
+
"loss": 1.4353,
|
73 |
+
"step": 18
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.12422360248447205,
|
77 |
+
"grad_norm": 1.531304769741837e-05,
|
78 |
+
"learning_rate": 0.00011515151515151516,
|
79 |
+
"loss": 1.3655,
|
80 |
+
"step": 20
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.13664596273291926,
|
84 |
+
"grad_norm": 9.777257218956947e-06,
|
85 |
+
"learning_rate": 0.00012727272727272728,
|
86 |
+
"loss": 1.3691,
|
87 |
+
"step": 22
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.14906832298136646,
|
91 |
+
"grad_norm": 1.5149210412346292e-05,
|
92 |
+
"learning_rate": 0.0001393939393939394,
|
93 |
+
"loss": 1.3916,
|
94 |
+
"step": 24
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.16149068322981366,
|
98 |
+
"grad_norm": 1.1748486940632574e-05,
|
99 |
+
"learning_rate": 0.00015151515151515152,
|
100 |
+
"loss": 1.341,
|
101 |
+
"step": 26
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.17391304347826086,
|
105 |
+
"grad_norm": 3.532869595801458e-05,
|
106 |
+
"learning_rate": 0.00016363636363636366,
|
107 |
+
"loss": 1.3409,
|
108 |
+
"step": 28
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.18633540372670807,
|
112 |
+
"grad_norm": 7.877199095673859e-06,
|
113 |
+
"learning_rate": 0.00017575757575757578,
|
114 |
+
"loss": 1.3728,
|
115 |
+
"step": 30
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.19875776397515527,
|
119 |
+
"grad_norm": 1.1650959095277358e-05,
|
120 |
+
"learning_rate": 0.0001878787878787879,
|
121 |
+
"loss": 1.3579,
|
122 |
+
"step": 32
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.2111801242236025,
|
126 |
+
"grad_norm": 3.298332740087062e-05,
|
127 |
+
"learning_rate": 0.0002,
|
128 |
+
"loss": 1.3835,
|
129 |
+
"step": 34
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.2236024844720497,
|
133 |
+
"grad_norm": 9.103293450607453e-06,
|
134 |
+
"learning_rate": 0.00019999471258384815,
|
135 |
+
"loss": 1.3517,
|
136 |
+
"step": 36
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.2360248447204969,
|
140 |
+
"grad_norm": 1.055269422067795e-05,
|
141 |
+
"learning_rate": 0.000199978850894528,
|
142 |
+
"loss": 1.3748,
|
143 |
+
"step": 38
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.2484472049689441,
|
147 |
+
"grad_norm": 1.8264010577695444e-05,
|
148 |
+
"learning_rate": 0.0001999524166093866,
|
149 |
+
"loss": 1.383,
|
150 |
+
"step": 40
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.2608695652173913,
|
154 |
+
"grad_norm": 9.094917004404124e-06,
|
155 |
+
"learning_rate": 0.00019991541252380526,
|
156 |
+
"loss": 1.4102,
|
157 |
+
"step": 42
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.2732919254658385,
|
161 |
+
"grad_norm": 1.286895803787047e-05,
|
162 |
+
"learning_rate": 0.00019986784255090397,
|
163 |
+
"loss": 1.3811,
|
164 |
+
"step": 44
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.2857142857142857,
|
168 |
+
"grad_norm": 1.386065014230553e-05,
|
169 |
+
"learning_rate": 0.0001998097117211276,
|
170 |
+
"loss": 1.3794,
|
171 |
+
"step": 46
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.2981366459627329,
|
175 |
+
"grad_norm": 8.020670065889135e-06,
|
176 |
+
"learning_rate": 0.00019974102618171394,
|
177 |
+
"loss": 1.3584,
|
178 |
+
"step": 48
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.3105590062111801,
|
182 |
+
"grad_norm": 8.217157301260158e-06,
|
183 |
+
"learning_rate": 0.00019966179319604355,
|
184 |
+
"loss": 1.3592,
|
185 |
+
"step": 50
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.32298136645962733,
|
189 |
+
"grad_norm": 1.1515216101543047e-05,
|
190 |
+
"learning_rate": 0.00019957202114287187,
|
191 |
+
"loss": 1.3679,
|
192 |
+
"step": 52
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.33540372670807456,
|
196 |
+
"grad_norm": 8.87443184183212e-06,
|
197 |
+
"learning_rate": 0.0001994717195154429,
|
198 |
+
"loss": 1.3779,
|
199 |
+
"step": 54
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.34782608695652173,
|
203 |
+
"grad_norm": 7.773131073918194e-06,
|
204 |
+
"learning_rate": 0.00019936089892048556,
|
205 |
+
"loss": 1.3634,
|
206 |
+
"step": 56
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.36024844720496896,
|
210 |
+
"grad_norm": 8.845816410030238e-06,
|
211 |
+
"learning_rate": 0.00019923957107709195,
|
212 |
+
"loss": 1.3312,
|
213 |
+
"step": 58
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.37267080745341613,
|
217 |
+
"grad_norm": 8.347928087459877e-06,
|
218 |
+
"learning_rate": 0.000199107748815478,
|
219 |
+
"loss": 1.3626,
|
220 |
+
"step": 60
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.38509316770186336,
|
224 |
+
"grad_norm": 9.047604180523194e-06,
|
225 |
+
"learning_rate": 0.0001989654460756269,
|
226 |
+
"loss": 1.3653,
|
227 |
+
"step": 62
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.39751552795031053,
|
231 |
+
"grad_norm": 8.44144778966438e-06,
|
232 |
+
"learning_rate": 0.00019881267790581466,
|
233 |
+
"loss": 1.3712,
|
234 |
+
"step": 64
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.40993788819875776,
|
238 |
+
"grad_norm": 8.453951522824354e-06,
|
239 |
+
"learning_rate": 0.0001986494604610191,
|
240 |
+
"loss": 1.3027,
|
241 |
+
"step": 66
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.422360248447205,
|
245 |
+
"grad_norm": 7.831426046323031e-06,
|
246 |
+
"learning_rate": 0.00019847581100121127,
|
247 |
+
"loss": 1.3737,
|
248 |
+
"step": 68
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.43478260869565216,
|
252 |
+
"grad_norm": 8.356658327102195e-06,
|
253 |
+
"learning_rate": 0.00019829174788953038,
|
254 |
+
"loss": 1.3522,
|
255 |
+
"step": 70
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.4472049689440994,
|
259 |
+
"grad_norm": 8.671122486703098e-06,
|
260 |
+
"learning_rate": 0.0001980972905903418,
|
261 |
+
"loss": 1.3808,
|
262 |
+
"step": 72
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.45962732919254656,
|
266 |
+
"grad_norm": 9.771009899850469e-06,
|
267 |
+
"learning_rate": 0.00019789245966717883,
|
268 |
+
"loss": 1.3695,
|
269 |
+
"step": 74
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.4720496894409938,
|
273 |
+
"grad_norm": 6.7302303250471596e-06,
|
274 |
+
"learning_rate": 0.00019767727678056805,
|
275 |
+
"loss": 1.3754,
|
276 |
+
"step": 76
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.484472049689441,
|
280 |
+
"grad_norm": 9.788966963242274e-06,
|
281 |
+
"learning_rate": 0.00019745176468573893,
|
282 |
+
"loss": 1.379,
|
283 |
+
"step": 78
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.4968944099378882,
|
287 |
+
"grad_norm": 9.375480658491142e-06,
|
288 |
+
"learning_rate": 0.00019721594723021732,
|
289 |
+
"loss": 1.3484,
|
290 |
+
"step": 80
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.5093167701863354,
|
294 |
+
"grad_norm": 3.550610927050002e-05,
|
295 |
+
"learning_rate": 0.00019696984935130364,
|
296 |
+
"loss": 1.377,
|
297 |
+
"step": 82
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.5217391304347826,
|
301 |
+
"grad_norm": 9.707620847621001e-06,
|
302 |
+
"learning_rate": 0.00019671349707343593,
|
303 |
+
"loss": 1.3587,
|
304 |
+
"step": 84
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.5341614906832298,
|
308 |
+
"grad_norm": 1.0621732144500129e-05,
|
309 |
+
"learning_rate": 0.00019644691750543767,
|
310 |
+
"loss": 1.393,
|
311 |
+
"step": 86
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.546583850931677,
|
315 |
+
"grad_norm": 9.491611308476422e-06,
|
316 |
+
"learning_rate": 0.0001961701388376511,
|
317 |
+
"loss": 1.3715,
|
318 |
+
"step": 88
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.5590062111801242,
|
322 |
+
"grad_norm": 8.982805411505979e-06,
|
323 |
+
"learning_rate": 0.00019588319033895623,
|
324 |
+
"loss": 1.3829,
|
325 |
+
"step": 90
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.5714285714285714,
|
329 |
+
"grad_norm": 1.0132759598491248e-05,
|
330 |
+
"learning_rate": 0.0001955861023536756,
|
331 |
+
"loss": 1.3395,
|
332 |
+
"step": 92
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.5838509316770186,
|
336 |
+
"grad_norm": 1.3477648280968424e-05,
|
337 |
+
"learning_rate": 0.0001952789062983654,
|
338 |
+
"loss": 1.3908,
|
339 |
+
"step": 94
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.5962732919254659,
|
343 |
+
"grad_norm": 1.1435187843744643e-05,
|
344 |
+
"learning_rate": 0.0001949616346584934,
|
345 |
+
"loss": 1.3799,
|
346 |
+
"step": 96
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.6086956521739131,
|
350 |
+
"grad_norm": 1.273245652555488e-05,
|
351 |
+
"learning_rate": 0.00019463432098500337,
|
352 |
+
"loss": 1.3973,
|
353 |
+
"step": 98
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.6211180124223602,
|
357 |
+
"grad_norm": 1.1162846021761652e-05,
|
358 |
+
"learning_rate": 0.00019429699989076746,
|
359 |
+
"loss": 1.3564,
|
360 |
+
"step": 100
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.6335403726708074,
|
364 |
+
"grad_norm": 1.1645292943285313e-05,
|
365 |
+
"learning_rate": 0.00019394970704692566,
|
366 |
+
"loss": 1.3535,
|
367 |
+
"step": 102
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.6459627329192547,
|
371 |
+
"grad_norm": 3.541897240211256e-05,
|
372 |
+
"learning_rate": 0.00019359247917911384,
|
373 |
+
"loss": 1.3813,
|
374 |
+
"step": 104
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.6583850931677019,
|
378 |
+
"grad_norm": 9.2498794401763e-06,
|
379 |
+
"learning_rate": 0.00019322535406358,
|
380 |
+
"loss": 1.3617,
|
381 |
+
"step": 106
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.6708074534161491,
|
385 |
+
"grad_norm": 8.978020559879951e-06,
|
386 |
+
"learning_rate": 0.00019284837052318933,
|
387 |
+
"loss": 1.3813,
|
388 |
+
"step": 108
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.6832298136645962,
|
392 |
+
"grad_norm": 1.3010416296310723e-05,
|
393 |
+
"learning_rate": 0.00019246156842331918,
|
394 |
+
"loss": 1.3726,
|
395 |
+
"step": 110
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.6956521739130435,
|
399 |
+
"grad_norm": 1.2821891687053721e-05,
|
400 |
+
"learning_rate": 0.00019206498866764288,
|
401 |
+
"loss": 1.4042,
|
402 |
+
"step": 112
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.7080745341614907,
|
406 |
+
"grad_norm": 9.70847668213537e-06,
|
407 |
+
"learning_rate": 0.00019165867319380456,
|
408 |
+
"loss": 1.4061,
|
409 |
+
"step": 114
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.7204968944099379,
|
413 |
+
"grad_norm": 1.6388959920732304e-05,
|
414 |
+
"learning_rate": 0.0001912426649689842,
|
415 |
+
"loss": 1.3668,
|
416 |
+
"step": 116
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.7329192546583851,
|
420 |
+
"grad_norm": 1.66231893672375e-05,
|
421 |
+
"learning_rate": 0.00019081700798535397,
|
422 |
+
"loss": 1.3712,
|
423 |
+
"step": 118
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.7453416149068323,
|
427 |
+
"grad_norm": 1.864772457338404e-05,
|
428 |
+
"learning_rate": 0.00019038174725542604,
|
429 |
+
"loss": 1.3849,
|
430 |
+
"step": 120
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.7577639751552795,
|
434 |
+
"grad_norm": 1.4855336303298827e-05,
|
435 |
+
"learning_rate": 0.0001899369288072927,
|
436 |
+
"loss": 1.4006,
|
437 |
+
"step": 122
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.7701863354037267,
|
441 |
+
"grad_norm": 1.8388282114756294e-05,
|
442 |
+
"learning_rate": 0.00018948259967975888,
|
443 |
+
"loss": 1.4008,
|
444 |
+
"step": 124
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.782608695652174,
|
448 |
+
"grad_norm": 2.689829489099793e-05,
|
449 |
+
"learning_rate": 0.00018901880791736793,
|
450 |
+
"loss": 1.3808,
|
451 |
+
"step": 126
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.7950310559006211,
|
455 |
+
"grad_norm": 2.5062678105314262e-05,
|
456 |
+
"learning_rate": 0.000188545602565321,
|
457 |
+
"loss": 1.3948,
|
458 |
+
"step": 128
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.8074534161490683,
|
462 |
+
"grad_norm": 2.1250931240501814e-05,
|
463 |
+
"learning_rate": 0.0001880630336642905,
|
464 |
+
"loss": 1.402,
|
465 |
+
"step": 130
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.8198757763975155,
|
469 |
+
"grad_norm": 2.403008875262458e-05,
|
470 |
+
"learning_rate": 0.0001875711522451284,
|
471 |
+
"loss": 1.384,
|
472 |
+
"step": 132
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.8322981366459627,
|
476 |
+
"grad_norm": 2.597655839053914e-05,
|
477 |
+
"learning_rate": 0.00018707001032347,
|
478 |
+
"loss": 1.3541,
|
479 |
+
"step": 134
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.84472049689441,
|
483 |
+
"grad_norm": 2.3845692339818925e-05,
|
484 |
+
"learning_rate": 0.0001865596608942331,
|
485 |
+
"loss": 1.396,
|
486 |
+
"step": 136
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.8571428571428571,
|
490 |
+
"grad_norm": 1.8721084416029043e-05,
|
491 |
+
"learning_rate": 0.00018604015792601396,
|
492 |
+
"loss": 1.3427,
|
493 |
+
"step": 138
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.8695652173913043,
|
497 |
+
"grad_norm": 3.2439467759104446e-05,
|
498 |
+
"learning_rate": 0.0001855115563553803,
|
499 |
+
"loss": 1.376,
|
500 |
+
"step": 140
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.8819875776397516,
|
504 |
+
"grad_norm": 2.3974960640771315e-05,
|
505 |
+
"learning_rate": 0.0001849739120810618,
|
506 |
+
"loss": 1.4019,
|
507 |
+
"step": 142
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.8944099378881988,
|
511 |
+
"grad_norm": 3.250224108342081e-05,
|
512 |
+
"learning_rate": 0.00018442728195803881,
|
513 |
+
"loss": 1.3915,
|
514 |
+
"step": 144
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.906832298136646,
|
518 |
+
"grad_norm": 2.820833833538927e-05,
|
519 |
+
"learning_rate": 0.0001838717237915302,
|
520 |
+
"loss": 1.3943,
|
521 |
+
"step": 146
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.9192546583850931,
|
525 |
+
"grad_norm": 4.0885188354877755e-05,
|
526 |
+
"learning_rate": 0.00018330729633088045,
|
527 |
+
"loss": 1.3818,
|
528 |
+
"step": 148
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.9316770186335404,
|
532 |
+
"grad_norm": 5.243903797236271e-05,
|
533 |
+
"learning_rate": 0.00018273405926334696,
|
534 |
+
"loss": 1.4112,
|
535 |
+
"step": 150
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.9440993788819876,
|
539 |
+
"grad_norm": 4.928431008011103e-05,
|
540 |
+
"learning_rate": 0.0001821520732077883,
|
541 |
+
"loss": 4.4804,
|
542 |
+
"step": 152
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.9565217391304348,
|
546 |
+
"grad_norm": 7.073425513226539e-05,
|
547 |
+
"learning_rate": 0.00018156139970825391,
|
548 |
+
"loss": 1.4202,
|
549 |
+
"step": 154
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.968944099378882,
|
553 |
+
"grad_norm": 4.9798843974713236e-05,
|
554 |
+
"learning_rate": 0.00018096210122747584,
|
555 |
+
"loss": 1.4218,
|
556 |
+
"step": 156
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.9813664596273292,
|
560 |
+
"grad_norm": 6.847319309599698e-05,
|
561 |
+
"learning_rate": 0.0001803542411402634,
|
562 |
+
"loss": 1.401,
|
563 |
+
"step": 158
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.9937888198757764,
|
567 |
+
"grad_norm": 5.58948922844138e-05,
|
568 |
+
"learning_rate": 0.0001797378837268015,
|
569 |
+
"loss": 1.3425,
|
570 |
+
"step": 160
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 1.0062111801242235,
|
574 |
+
"grad_norm": 4.716762123280205e-05,
|
575 |
+
"learning_rate": 0.00017911309416585296,
|
576 |
+
"loss": 1.3779,
|
577 |
+
"step": 162
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 1.0186335403726707,
|
581 |
+
"grad_norm": 5.352822699933313e-05,
|
582 |
+
"learning_rate": 0.0001784799385278661,
|
583 |
+
"loss": 1.341,
|
584 |
+
"step": 164
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 1.031055900621118,
|
588 |
+
"grad_norm": 5.088459511171095e-05,
|
589 |
+
"learning_rate": 0.0001778384837679879,
|
590 |
+
"loss": 1.4021,
|
591 |
+
"step": 166
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.0434782608695652,
|
595 |
+
"grad_norm": 5.318582770996727e-05,
|
596 |
+
"learning_rate": 0.00017718879771898348,
|
597 |
+
"loss": 1.3597,
|
598 |
+
"step": 168
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 1.0559006211180124,
|
602 |
+
"grad_norm": 4.925034227198921e-05,
|
603 |
+
"learning_rate": 0.00017653094908406301,
|
604 |
+
"loss": 1.3425,
|
605 |
+
"step": 170
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 1.0683229813664596,
|
609 |
+
"grad_norm": 5.734206206398085e-05,
|
610 |
+
"learning_rate": 0.00017586500742961653,
|
611 |
+
"loss": 1.389,
|
612 |
+
"step": 172
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 1.0807453416149069,
|
616 |
+
"grad_norm": 5.8051424275618047e-05,
|
617 |
+
"learning_rate": 0.00017519104317785717,
|
618 |
+
"loss": 1.3776,
|
619 |
+
"step": 174
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 1.093167701863354,
|
623 |
+
"grad_norm": 4.752572931465693e-05,
|
624 |
+
"learning_rate": 0.00017450912759937434,
|
625 |
+
"loss": 1.4045,
|
626 |
+
"step": 176
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 1.1055900621118013,
|
630 |
+
"grad_norm": 4.9184389354195446e-05,
|
631 |
+
"learning_rate": 0.00017381933280559693,
|
632 |
+
"loss": 2.4013,
|
633 |
+
"step": 178
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.1180124223602483,
|
637 |
+
"grad_norm": 6.995958392508328e-05,
|
638 |
+
"learning_rate": 0.00017312173174116762,
|
639 |
+
"loss": 1.6484,
|
640 |
+
"step": 180
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 1.1304347826086956,
|
644 |
+
"grad_norm": 4.960764272254892e-05,
|
645 |
+
"learning_rate": 0.0001724163981762291,
|
646 |
+
"loss": 1.3301,
|
647 |
+
"step": 182
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 1.1428571428571428,
|
651 |
+
"grad_norm": 4.448357503861189e-05,
|
652 |
+
"learning_rate": 0.0001717034066986231,
|
653 |
+
"loss": 1.4058,
|
654 |
+
"step": 184
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 1.15527950310559,
|
658 |
+
"grad_norm": 4.6940349420765415e-05,
|
659 |
+
"learning_rate": 0.00017098283270600267,
|
660 |
+
"loss": 1.3731,
|
661 |
+
"step": 186
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 1.1677018633540373,
|
665 |
+
"grad_norm": 4.82694485981483e-05,
|
666 |
+
"learning_rate": 0.00017025475239785919,
|
667 |
+
"loss": 1.3586,
|
668 |
+
"step": 188
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 1.1801242236024845,
|
672 |
+
"grad_norm": 4.615723810275085e-05,
|
673 |
+
"learning_rate": 0.00016951924276746425,
|
674 |
+
"loss": 1.3777,
|
675 |
+
"step": 190
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.1925465838509317,
|
679 |
+
"grad_norm": 4.163803532719612e-05,
|
680 |
+
"learning_rate": 0.00016877638159372782,
|
681 |
+
"loss": 1.3974,
|
682 |
+
"step": 192
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 1.204968944099379,
|
686 |
+
"grad_norm": 4.0616945625515655e-05,
|
687 |
+
"learning_rate": 0.00016802624743297333,
|
688 |
+
"loss": 1.41,
|
689 |
+
"step": 194
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 1.2173913043478262,
|
693 |
+
"grad_norm": 4.708253254648298e-05,
|
694 |
+
"learning_rate": 0.00016726891961063028,
|
695 |
+
"loss": 1.3499,
|
696 |
+
"step": 196
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 1.2298136645962732,
|
700 |
+
"grad_norm": 4.392105984152295e-05,
|
701 |
+
"learning_rate": 0.00016650447821284594,
|
702 |
+
"loss": 1.3619,
|
703 |
+
"step": 198
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 1.2422360248447206,
|
707 |
+
"grad_norm": 4.838509266846813e-05,
|
708 |
+
"learning_rate": 0.00016573300407801616,
|
709 |
+
"loss": 1.3634,
|
710 |
+
"step": 200
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 1.2546583850931676,
|
714 |
+
"grad_norm": 4.574718332150951e-05,
|
715 |
+
"learning_rate": 0.0001649545787882369,
|
716 |
+
"loss": 1.3715,
|
717 |
+
"step": 202
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 1.2670807453416149,
|
721 |
+
"grad_norm": 4.9299873353447765e-05,
|
722 |
+
"learning_rate": 0.00016416928466067723,
|
723 |
+
"loss": 1.3917,
|
724 |
+
"step": 204
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 1.279503105590062,
|
728 |
+
"grad_norm": 5.623263132292777e-05,
|
729 |
+
"learning_rate": 0.0001633772047388742,
|
730 |
+
"loss": 1.3913,
|
731 |
+
"step": 206
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 1.2919254658385093,
|
735 |
+
"grad_norm": 5.661992690875195e-05,
|
736 |
+
"learning_rate": 0.00016257842278395127,
|
737 |
+
"loss": 1.3962,
|
738 |
+
"step": 208
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 1.3043478260869565,
|
742 |
+
"grad_norm": 6.093809497542679e-05,
|
743 |
+
"learning_rate": 0.0001617730232657606,
|
744 |
+
"loss": 1.4153,
|
745 |
+
"step": 210
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 1.3167701863354038,
|
749 |
+
"grad_norm": 6.311327160801739e-05,
|
750 |
+
"learning_rate": 0.0001609610913539507,
|
751 |
+
"loss": 1.4051,
|
752 |
+
"step": 212
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 1.329192546583851,
|
756 |
+
"grad_norm": 5.701288318959996e-05,
|
757 |
+
"learning_rate": 0.00016014271290895965,
|
758 |
+
"loss": 1.3797,
|
759 |
+
"step": 214
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 1.341614906832298,
|
763 |
+
"grad_norm": 6.887744530104101e-05,
|
764 |
+
"learning_rate": 0.00015931797447293552,
|
765 |
+
"loss": 1.4091,
|
766 |
+
"step": 216
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 1.3540372670807455,
|
770 |
+
"grad_norm": 6.53747993055731e-05,
|
771 |
+
"learning_rate": 0.00015848696326058498,
|
772 |
+
"loss": 1.3931,
|
773 |
+
"step": 218
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 1.3664596273291925,
|
777 |
+
"grad_norm": 7.101244409568608e-05,
|
778 |
+
"learning_rate": 0.00015764976714995009,
|
779 |
+
"loss": 1.4177,
|
780 |
+
"step": 220
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 1.3788819875776397,
|
784 |
+
"grad_norm": 7.210439071059227e-05,
|
785 |
+
"learning_rate": 0.00015680647467311557,
|
786 |
+
"loss": 1.4148,
|
787 |
+
"step": 222
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 1.391304347826087,
|
791 |
+
"grad_norm": 6.667665729764849e-05,
|
792 |
+
"learning_rate": 0.0001559571750068468,
|
793 |
+
"loss": 1.382,
|
794 |
+
"step": 224
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 1.4037267080745341,
|
798 |
+
"grad_norm": 7.299148273887113e-05,
|
799 |
+
"learning_rate": 0.00015510195796315915,
|
800 |
+
"loss": 1.4309,
|
801 |
+
"step": 226
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 1.4161490683229814,
|
805 |
+
"grad_norm": 7.622403063578531e-05,
|
806 |
+
"learning_rate": 0.00015424091397982082,
|
807 |
+
"loss": 1.425,
|
808 |
+
"step": 228
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 1.4285714285714286,
|
812 |
+
"grad_norm": 8.405456901527941e-05,
|
813 |
+
"learning_rate": 0.00015337413411078914,
|
814 |
+
"loss": 1.4566,
|
815 |
+
"step": 230
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 1.4409937888198758,
|
819 |
+
"grad_norm": 7.596038631163538e-05,
|
820 |
+
"learning_rate": 0.00015250171001658172,
|
821 |
+
"loss": 1.4299,
|
822 |
+
"step": 232
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 1.453416149068323,
|
826 |
+
"grad_norm": 7.857976015657187e-05,
|
827 |
+
"learning_rate": 0.00015162373395458345,
|
828 |
+
"loss": 1.4614,
|
829 |
+
"step": 234
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 1.4658385093167703,
|
833 |
+
"grad_norm": 7.91482743807137e-05,
|
834 |
+
"learning_rate": 0.00015074029876929057,
|
835 |
+
"loss": 1.4776,
|
836 |
+
"step": 236
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 1.4782608695652173,
|
840 |
+
"grad_norm": 8.164716564351693e-05,
|
841 |
+
"learning_rate": 0.00014985149788249248,
|
842 |
+
"loss": 1.4841,
|
843 |
+
"step": 238
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 1.4906832298136645,
|
847 |
+
"grad_norm": 7.853667193558067e-05,
|
848 |
+
"learning_rate": 0.0001489574252833924,
|
849 |
+
"loss": 1.4848,
|
850 |
+
"step": 240
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 1.5031055900621118,
|
854 |
+
"grad_norm": 7.80523187131621e-05,
|
855 |
+
"learning_rate": 0.00014805817551866838,
|
856 |
+
"loss": 1.4909,
|
857 |
+
"step": 242
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 1.515527950310559,
|
861 |
+
"grad_norm": 7.651840132893994e-05,
|
862 |
+
"learning_rate": 0.00014715384368247506,
|
863 |
+
"loss": 1.518,
|
864 |
+
"step": 244
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 1.5279503105590062,
|
868 |
+
"grad_norm": 7.088932034093887e-05,
|
869 |
+
"learning_rate": 0.0001462445254063876,
|
870 |
+
"loss": 1.5447,
|
871 |
+
"step": 246
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 1.5403726708074534,
|
875 |
+
"grad_norm": 6.846669566584751e-05,
|
876 |
+
"learning_rate": 0.00014533031684928874,
|
877 |
+
"loss": 1.57,
|
878 |
+
"step": 248
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 1.5527950310559007,
|
882 |
+
"grad_norm": 6.54789837426506e-05,
|
883 |
+
"learning_rate": 0.00014441131468720037,
|
884 |
+
"loss": 1.5749,
|
885 |
+
"step": 250
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 1.5652173913043477,
|
889 |
+
"grad_norm": 6.425156607292593e-05,
|
890 |
+
"learning_rate": 0.00014348761610305993,
|
891 |
+
"loss": 1.6024,
|
892 |
+
"step": 252
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 1.5776397515527951,
|
896 |
+
"grad_norm": 5.851482637808658e-05,
|
897 |
+
"learning_rate": 0.00014255931877644372,
|
898 |
+
"loss": 1.6127,
|
899 |
+
"step": 254
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 1.5900621118012421,
|
903 |
+
"grad_norm": 6.256994674913585e-05,
|
904 |
+
"learning_rate": 0.00014162652087323734,
|
905 |
+
"loss": 1.6352,
|
906 |
+
"step": 256
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 1.6024844720496896,
|
910 |
+
"grad_norm": 5.2070794481551275e-05,
|
911 |
+
"learning_rate": 0.00014068932103525472,
|
912 |
+
"loss": 1.6374,
|
913 |
+
"step": 258
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 1.6149068322981366,
|
917 |
+
"grad_norm": 4.993085531168617e-05,
|
918 |
+
"learning_rate": 0.00013974781836980713,
|
919 |
+
"loss": 1.6439,
|
920 |
+
"step": 260
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 1.6273291925465838,
|
924 |
+
"grad_norm": 4.7208366595441476e-05,
|
925 |
+
"learning_rate": 0.0001388021124392225,
|
926 |
+
"loss": 1.6509,
|
927 |
+
"step": 262
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 1.639751552795031,
|
931 |
+
"grad_norm": 4.80003327538725e-05,
|
932 |
+
"learning_rate": 0.00013785230325031719,
|
933 |
+
"loss": 1.674,
|
934 |
+
"step": 264
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 1.6521739130434783,
|
938 |
+
"grad_norm": 4.6028744691284373e-05,
|
939 |
+
"learning_rate": 0.00013689849124382005,
|
940 |
+
"loss": 1.69,
|
941 |
+
"step": 266
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 1.6645962732919255,
|
945 |
+
"grad_norm": 4.340623490861617e-05,
|
946 |
+
"learning_rate": 0.00013594077728375128,
|
947 |
+
"loss": 1.6875,
|
948 |
+
"step": 268
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 1.6770186335403725,
|
952 |
+
"grad_norm": 4.233741856296547e-05,
|
953 |
+
"learning_rate": 0.00013497926264675612,
|
954 |
+
"loss": 1.7301,
|
955 |
+
"step": 270
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 1.68944099378882,
|
959 |
+
"grad_norm": 4.126655767322518e-05,
|
960 |
+
"learning_rate": 0.000134014049011395,
|
961 |
+
"loss": 1.7203,
|
962 |
+
"step": 272
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 1.701863354037267,
|
966 |
+
"grad_norm": 3.361159542691894e-05,
|
967 |
+
"learning_rate": 0.00013304523844739124,
|
968 |
+
"loss": 1.7313,
|
969 |
+
"step": 274
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 1.7142857142857144,
|
973 |
+
"grad_norm": 4.023270957986824e-05,
|
974 |
+
"learning_rate": 0.00013207293340483726,
|
975 |
+
"loss": 1.7382,
|
976 |
+
"step": 276
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 1.7267080745341614,
|
980 |
+
"grad_norm": 3.606557584134862e-05,
|
981 |
+
"learning_rate": 0.0001310972367033609,
|
982 |
+
"loss": 1.7184,
|
983 |
+
"step": 278
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 1.7391304347826086,
|
987 |
+
"grad_norm": 3.40029873768799e-05,
|
988 |
+
"learning_rate": 0.00013011825152125204,
|
989 |
+
"loss": 1.7307,
|
990 |
+
"step": 280
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 1.7515527950310559,
|
994 |
+
"grad_norm": 3.170113996020518e-05,
|
995 |
+
"learning_rate": 0.00012913608138455203,
|
996 |
+
"loss": 1.7444,
|
997 |
+
"step": 282
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 1.763975155279503,
|
1001 |
+
"grad_norm": 3.378765541128814e-05,
|
1002 |
+
"learning_rate": 0.00012815083015610572,
|
1003 |
+
"loss": 1.7305,
|
1004 |
+
"step": 284
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 1.7763975155279503,
|
1008 |
+
"grad_norm": 3.630015271482989e-05,
|
1009 |
+
"learning_rate": 0.00012716260202457827,
|
1010 |
+
"loss": 1.7104,
|
1011 |
+
"step": 286
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 1.7888198757763976,
|
1015 |
+
"grad_norm": 3.279558950453065e-05,
|
1016 |
+
"learning_rate": 0.00012617150149343744,
|
1017 |
+
"loss": 1.7303,
|
1018 |
+
"step": 288
|
1019 |
+
},
|
1020 |
+
{
|
1021 |
+
"epoch": 1.8012422360248448,
|
1022 |
+
"grad_norm": 3.356958768563345e-05,
|
1023 |
+
"learning_rate": 0.0001251776333699023,
|
1024 |
+
"loss": 1.7274,
|
1025 |
+
"step": 290
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 1.8136645962732918,
|
1029 |
+
"grad_norm": 3.0309342037071474e-05,
|
1030 |
+
"learning_rate": 0.00012418110275386028,
|
1031 |
+
"loss": 1.7267,
|
1032 |
+
"step": 292
|
1033 |
+
},
|
1034 |
+
{
|
1035 |
+
"epoch": 1.8260869565217392,
|
1036 |
+
"grad_norm": 3.178627594024874e-05,
|
1037 |
+
"learning_rate": 0.00012318201502675285,
|
1038 |
+
"loss": 1.7517,
|
1039 |
+
"step": 294
|
1040 |
+
},
|
1041 |
+
{
|
1042 |
+
"epoch": 1.8385093167701863,
|
1043 |
+
"grad_norm": 3.2376421586377546e-05,
|
1044 |
+
"learning_rate": 0.0001221804758404317,
|
1045 |
+
"loss": 1.7193,
|
1046 |
+
"step": 296
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"epoch": 1.8509316770186337,
|
1050 |
+
"grad_norm": 3.2105788704939187e-05,
|
1051 |
+
"learning_rate": 0.0001211765911059863,
|
1052 |
+
"loss": 1.7256,
|
1053 |
+
"step": 298
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 1.8633540372670807,
|
1057 |
+
"grad_norm": 3.046994243049994e-05,
|
1058 |
+
"learning_rate": 0.00012017046698254375,
|
1059 |
+
"loss": 1.756,
|
1060 |
+
"step": 300
|
1061 |
+
},
|
1062 |
+
{
|
1063 |
+
"epoch": 1.875776397515528,
|
1064 |
+
"grad_norm": 3.129871765850112e-05,
|
1065 |
+
"learning_rate": 0.00011916220986604296,
|
1066 |
+
"loss": 1.7421,
|
1067 |
+
"step": 302
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"epoch": 1.8881987577639752,
|
1071 |
+
"grad_norm": 2.9315173378563486e-05,
|
1072 |
+
"learning_rate": 0.00011815192637798314,
|
1073 |
+
"loss": 1.7563,
|
1074 |
+
"step": 304
|
1075 |
+
},
|
1076 |
+
{
|
1077 |
+
"epoch": 1.9006211180124224,
|
1078 |
+
"grad_norm": 2.882684020732995e-05,
|
1079 |
+
"learning_rate": 0.00011713972335414895,
|
1080 |
+
"loss": 1.7561,
|
1081 |
+
"step": 306
|
1082 |
+
},
|
1083 |
+
{
|
1084 |
+
"epoch": 1.9130434782608696,
|
1085 |
+
"grad_norm": 3.170946365571581e-05,
|
1086 |
+
"learning_rate": 0.00011612570783331279,
|
1087 |
+
"loss": 1.7426,
|
1088 |
+
"step": 308
|
1089 |
+
},
|
1090 |
+
{
|
1091 |
+
"epoch": 1.9254658385093166,
|
1092 |
+
"grad_norm": 2.7420563128544018e-05,
|
1093 |
+
"learning_rate": 0.00011510998704591542,
|
1094 |
+
"loss": 1.7876,
|
1095 |
+
"step": 310
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 1.937888198757764,
|
1099 |
+
"grad_norm": 3.0591610993724316e-05,
|
1100 |
+
"learning_rate": 0.00011409266840272685,
|
1101 |
+
"loss": 1.7634,
|
1102 |
+
"step": 312
|
1103 |
+
},
|
1104 |
+
{
|
1105 |
+
"epoch": 1.950310559006211,
|
1106 |
+
"grad_norm": 2.7189913453185e-05,
|
1107 |
+
"learning_rate": 0.00011307385948348762,
|
1108 |
+
"loss": 1.8024,
|
1109 |
+
"step": 314
|
1110 |
+
},
|
1111 |
+
{
|
1112 |
+
"epoch": 1.9627329192546585,
|
1113 |
+
"grad_norm": 3.112399281235412e-05,
|
1114 |
+
"learning_rate": 0.0001120536680255323,
|
1115 |
+
"loss": 1.7523,
|
1116 |
+
"step": 316
|
1117 |
+
},
|
1118 |
+
{
|
1119 |
+
"epoch": 1.9751552795031055,
|
1120 |
+
"grad_norm": 2.740700074355118e-05,
|
1121 |
+
"learning_rate": 0.0001110322019123969,
|
1122 |
+
"loss": 1.7581,
|
1123 |
+
"step": 318
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"epoch": 1.9875776397515528,
|
1127 |
+
"grad_norm": 2.866005706891883e-05,
|
1128 |
+
"learning_rate": 0.00011000956916240985,
|
1129 |
+
"loss": 1.7639,
|
1130 |
+
"step": 320
|
1131 |
+
},
|
1132 |
+
{
|
1133 |
+
"epoch": 2.0,
|
1134 |
+
"grad_norm": 0.0002034466597251594,
|
1135 |
+
"learning_rate": 0.00010898587791726955,
|
1136 |
+
"loss": 1.7987,
|
1137 |
+
"step": 322
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 2.012422360248447,
|
1141 |
+
"grad_norm": 3.0956751288613304e-05,
|
1142 |
+
"learning_rate": 0.00010796123643060847,
|
1143 |
+
"loss": 1.7031,
|
1144 |
+
"step": 324
|
1145 |
+
},
|
1146 |
+
{
|
1147 |
+
"epoch": 2.0248447204968945,
|
1148 |
+
"grad_norm": 5.328710176399909e-05,
|
1149 |
+
"learning_rate": 0.00010693575305654558,
|
1150 |
+
"loss": 1.6955,
|
1151 |
+
"step": 326
|
1152 |
+
},
|
1153 |
+
{
|
1154 |
+
"epoch": 2.0372670807453415,
|
1155 |
+
"grad_norm": 5.25999566889368e-05,
|
1156 |
+
"learning_rate": 0.00010590953623822794,
|
1157 |
+
"loss": 1.7009,
|
1158 |
+
"step": 328
|
1159 |
+
},
|
1160 |
+
{
|
1161 |
+
"epoch": 2.049689440993789,
|
1162 |
+
"grad_norm": 3.9534101233584806e-05,
|
1163 |
+
"learning_rate": 0.00010488269449636316,
|
1164 |
+
"loss": 1.7035,
|
1165 |
+
"step": 330
|
1166 |
+
},
|
1167 |
+
{
|
1168 |
+
"epoch": 2.062111801242236,
|
1169 |
+
"grad_norm": 2.8875314455945045e-05,
|
1170 |
+
"learning_rate": 0.00010385533641774354,
|
1171 |
+
"loss": 1.7026,
|
1172 |
+
"step": 332
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"epoch": 2.0745341614906834,
|
1176 |
+
"grad_norm": 2.6082469048560597e-05,
|
1177 |
+
"learning_rate": 0.00010282757064376297,
|
1178 |
+
"loss": 1.6991,
|
1179 |
+
"step": 334
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 2.0869565217391304,
|
1183 |
+
"grad_norm": 2.0509953174041584e-05,
|
1184 |
+
"learning_rate": 0.00010179950585892855,
|
1185 |
+
"loss": 1.6917,
|
1186 |
+
"step": 336
|
1187 |
+
},
|
1188 |
+
{
|
1189 |
+
"epoch": 2.099378881987578,
|
1190 |
+
"grad_norm": 2.403454709565267e-05,
|
1191 |
+
"learning_rate": 0.00010077125077936727,
|
1192 |
+
"loss": 1.7032,
|
1193 |
+
"step": 338
|
1194 |
+
},
|
1195 |
+
{
|
1196 |
+
"epoch": 2.111801242236025,
|
1197 |
+
"grad_norm": 2.1703061065636575e-05,
|
1198 |
+
"learning_rate": 9.97429141413294e-05,
|
1199 |
+
"loss": 1.7203,
|
1200 |
+
"step": 340
|
1201 |
+
},
|
1202 |
+
{
|
1203 |
+
"epoch": 2.124223602484472,
|
1204 |
+
"grad_norm": 1.91131402971223e-05,
|
1205 |
+
"learning_rate": 9.871460468969001e-05,
|
1206 |
+
"loss": 1.7406,
|
1207 |
+
"step": 342
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"epoch": 2.1366459627329193,
|
1211 |
+
"grad_norm": 1.4955992810428143e-05,
|
1212 |
+
"learning_rate": 9.768643116644909e-05,
|
1213 |
+
"loss": 1.7497,
|
1214 |
+
"step": 344
|
1215 |
+
},
|
1216 |
+
{
|
1217 |
+
"epoch": 2.1490683229813663,
|
1218 |
+
"grad_norm": 1.873956534836907e-05,
|
1219 |
+
"learning_rate": 9.665850229923258e-05,
|
1220 |
+
"loss": 1.7676,
|
1221 |
+
"step": 346
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 2.1614906832298137,
|
1225 |
+
"grad_norm": 2.206020690209698e-05,
|
1226 |
+
"learning_rate": 9.56309267897943e-05,
|
1227 |
+
"loss": 1.775,
|
1228 |
+
"step": 348
|
1229 |
+
},
|
1230 |
+
{
|
1231 |
+
"epoch": 2.1739130434782608,
|
1232 |
+
"grad_norm": 2.225383468612563e-05,
|
1233 |
+
"learning_rate": 9.460381330252127e-05,
|
1234 |
+
"loss": 1.7803,
|
1235 |
+
"step": 350
|
1236 |
+
},
|
1237 |
+
{
|
1238 |
+
"epoch": 2.186335403726708,
|
1239 |
+
"grad_norm": 2.4063519958872348e-05,
|
1240 |
+
"learning_rate": 9.357727045294228e-05,
|
1241 |
+
"loss": 1.762,
|
1242 |
+
"step": 352
|
1243 |
+
},
|
1244 |
+
{
|
1245 |
+
"epoch": 2.198757763975155,
|
1246 |
+
"grad_norm": 2.5652494514361024e-05,
|
1247 |
+
"learning_rate": 9.255140679624219e-05,
|
1248 |
+
"loss": 1.7849,
|
1249 |
+
"step": 354
|
1250 |
+
},
|
1251 |
+
{
|
1252 |
+
"epoch": 2.2111801242236027,
|
1253 |
+
"grad_norm": 2.7277781555312686e-05,
|
1254 |
+
"learning_rate": 9.152633081578243e-05,
|
1255 |
+
"loss": 1.7558,
|
1256 |
+
"step": 356
|
1257 |
+
},
|
1258 |
+
{
|
1259 |
+
"epoch": 2.2236024844720497,
|
1260 |
+
"grad_norm": 2.8397616915754043e-05,
|
1261 |
+
"learning_rate": 9.050215091162884e-05,
|
1262 |
+
"loss": 1.7711,
|
1263 |
+
"step": 358
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 2.2360248447204967,
|
1267 |
+
"grad_norm": 2.8468950404203497e-05,
|
1268 |
+
"learning_rate": 8.947897538908882e-05,
|
1269 |
+
"loss": 1.7623,
|
1270 |
+
"step": 360
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"epoch": 2.248447204968944,
|
1274 |
+
"grad_norm": 2.824833063641563e-05,
|
1275 |
+
"learning_rate": 8.845691244725802e-05,
|
1276 |
+
"loss": 1.7742,
|
1277 |
+
"step": 362
|
1278 |
+
},
|
1279 |
+
{
|
1280 |
+
"epoch": 2.260869565217391,
|
1281 |
+
"grad_norm": 2.4112812752719037e-05,
|
1282 |
+
"learning_rate": 8.743607016757858e-05,
|
1283 |
+
"loss": 1.7931,
|
1284 |
+
"step": 364
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"epoch": 2.2732919254658386,
|
1288 |
+
"grad_norm": 2.2189098672242835e-05,
|
1289 |
+
"learning_rate": 8.641655650240971e-05,
|
1290 |
+
"loss": 1.7806,
|
1291 |
+
"step": 366
|
1292 |
+
},
|
1293 |
+
{
|
1294 |
+
"epoch": 2.2857142857142856,
|
1295 |
+
"grad_norm": 2.327991751371883e-05,
|
1296 |
+
"learning_rate": 8.539847926361173e-05,
|
1297 |
+
"loss": 1.763,
|
1298 |
+
"step": 368
|
1299 |
+
},
|
1300 |
+
{
|
1301 |
+
"epoch": 2.298136645962733,
|
1302 |
+
"grad_norm": 2.3889626390882768e-05,
|
1303 |
+
"learning_rate": 8.438194611114547e-05,
|
1304 |
+
"loss": 1.7523,
|
1305 |
+
"step": 370
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 2.31055900621118,
|
1309 |
+
"grad_norm": 2.383732862654142e-05,
|
1310 |
+
"learning_rate": 8.336706454168701e-05,
|
1311 |
+
"loss": 1.7727,
|
1312 |
+
"step": 372
|
1313 |
+
},
|
1314 |
+
{
|
1315 |
+
"epoch": 2.3229813664596275,
|
1316 |
+
"grad_norm": 1.8651016944204457e-05,
|
1317 |
+
"learning_rate": 8.235394187726046e-05,
|
1318 |
+
"loss": 1.7714,
|
1319 |
+
"step": 374
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"epoch": 2.3354037267080745,
|
1323 |
+
"grad_norm": 2.1619023755192757e-05,
|
1324 |
+
"learning_rate": 8.134268525388862e-05,
|
1325 |
+
"loss": 1.7656,
|
1326 |
+
"step": 376
|
1327 |
+
},
|
1328 |
+
{
|
1329 |
+
"epoch": 2.3478260869565215,
|
1330 |
+
"grad_norm": 1.8270022337674163e-05,
|
1331 |
+
"learning_rate": 8.033340161026351e-05,
|
1332 |
+
"loss": 1.7535,
|
1333 |
+
"step": 378
|
1334 |
+
},
|
1335 |
+
{
|
1336 |
+
"epoch": 2.360248447204969,
|
1337 |
+
"grad_norm": 1.9947459804825485e-05,
|
1338 |
+
"learning_rate": 7.932619767643801e-05,
|
1339 |
+
"loss": 1.7295,
|
1340 |
+
"step": 380
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"epoch": 2.372670807453416,
|
1344 |
+
"grad_norm": 1.5592337149428204e-05,
|
1345 |
+
"learning_rate": 7.832117996253898e-05,
|
1346 |
+
"loss": 1.7559,
|
1347 |
+
"step": 382
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 2.3850931677018634,
|
1351 |
+
"grad_norm": 1.71353585756151e-05,
|
1352 |
+
"learning_rate": 7.731845474750438e-05,
|
1353 |
+
"loss": 1.7417,
|
1354 |
+
"step": 384
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"epoch": 2.3975155279503104,
|
1358 |
+
"grad_norm": 1.2591329323186073e-05,
|
1359 |
+
"learning_rate": 7.631812806784406e-05,
|
1360 |
+
"loss": 1.7626,
|
1361 |
+
"step": 386
|
1362 |
+
},
|
1363 |
+
{
|
1364 |
+
"epoch": 2.409937888198758,
|
1365 |
+
"grad_norm": 1.6798217984614894e-05,
|
1366 |
+
"learning_rate": 7.532030570642699e-05,
|
1367 |
+
"loss": 1.7447,
|
1368 |
+
"step": 388
|
1369 |
+
},
|
1370 |
+
{
|
1371 |
+
"epoch": 2.422360248447205,
|
1372 |
+
"grad_norm": 1.387998418067582e-05,
|
1373 |
+
"learning_rate": 7.43250931812945e-05,
|
1374 |
+
"loss": 1.7625,
|
1375 |
+
"step": 390
|
1376 |
+
},
|
1377 |
+
{
|
1378 |
+
"epoch": 2.4347826086956523,
|
1379 |
+
"grad_norm": 1.4774514966120478e-05,
|
1380 |
+
"learning_rate": 7.333259573450222e-05,
|
1381 |
+
"loss": 1.7383,
|
1382 |
+
"step": 392
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"epoch": 2.4472049689440993,
|
1386 |
+
"grad_norm": 1.4047771401237696e-05,
|
1387 |
+
"learning_rate": 7.234291832099078e-05,
|
1388 |
+
"loss": 1.7617,
|
1389 |
+
"step": 394
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 2.4596273291925463,
|
1393 |
+
"grad_norm": 1.4316069609776605e-05,
|
1394 |
+
"learning_rate": 7.135616559748699e-05,
|
1395 |
+
"loss": 1.7396,
|
1396 |
+
"step": 396
|
1397 |
+
},
|
1398 |
+
{
|
1399 |
+
"epoch": 2.472049689440994,
|
1400 |
+
"grad_norm": 1.4282129995990545e-05,
|
1401 |
+
"learning_rate": 7.037244191143661e-05,
|
1402 |
+
"loss": 1.7325,
|
1403 |
+
"step": 398
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"epoch": 2.4844720496894412,
|
1407 |
+
"grad_norm": 1.467942274757661e-05,
|
1408 |
+
"learning_rate": 6.939185128996976e-05,
|
1409 |
+
"loss": 1.7467,
|
1410 |
+
"step": 400
|
1411 |
+
},
|
1412 |
+
{
|
1413 |
+
"epoch": 2.4968944099378882,
|
1414 |
+
"grad_norm": 1.3236918675829656e-05,
|
1415 |
+
"learning_rate": 6.841449742890032e-05,
|
1416 |
+
"loss": 1.7485,
|
1417 |
+
"step": 402
|
1418 |
+
},
|
1419 |
+
{
|
1420 |
+
"epoch": 2.5093167701863353,
|
1421 |
+
"grad_norm": 1.197248184325872e-05,
|
1422 |
+
"learning_rate": 6.744048368175999e-05,
|
1423 |
+
"loss": 1.7751,
|
1424 |
+
"step": 404
|
1425 |
+
},
|
1426 |
+
{
|
1427 |
+
"epoch": 2.5217391304347827,
|
1428 |
+
"grad_norm": 1.2137723388150334e-05,
|
1429 |
+
"learning_rate": 6.646991304886922e-05,
|
1430 |
+
"loss": 1.7267,
|
1431 |
+
"step": 406
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 2.5341614906832297,
|
1435 |
+
"grad_norm": 1.3516695616999641e-05,
|
1436 |
+
"learning_rate": 6.550288816644483e-05,
|
1437 |
+
"loss": 1.7591,
|
1438 |
+
"step": 408
|
1439 |
+
},
|
1440 |
+
{
|
1441 |
+
"epoch": 2.546583850931677,
|
1442 |
+
"grad_norm": 1.1421960152802058e-05,
|
1443 |
+
"learning_rate": 6.453951129574644e-05,
|
1444 |
+
"loss": 1.7509,
|
1445 |
+
"step": 410
|
1446 |
+
},
|
1447 |
+
{
|
1448 |
+
"epoch": 2.559006211180124,
|
1449 |
+
"grad_norm": 1.3100820979161654e-05,
|
1450 |
+
"learning_rate": 6.357988431226261e-05,
|
1451 |
+
"loss": 1.7295,
|
1452 |
+
"step": 412
|
1453 |
+
},
|
1454 |
+
{
|
1455 |
+
"epoch": 2.571428571428571,
|
1456 |
+
"grad_norm": 1.404106842528563e-05,
|
1457 |
+
"learning_rate": 6.262410869493757e-05,
|
1458 |
+
"loss": 1.7288,
|
1459 |
+
"step": 414
|
1460 |
+
},
|
1461 |
+
{
|
1462 |
+
"epoch": 2.5838509316770186,
|
1463 |
+
"grad_norm": 1.2432222320057917e-05,
|
1464 |
+
"learning_rate": 6.167228551544007e-05,
|
1465 |
+
"loss": 1.7341,
|
1466 |
+
"step": 416
|
1467 |
+
},
|
1468 |
+
{
|
1469 |
+
"epoch": 2.596273291925466,
|
1470 |
+
"grad_norm": 1.2816779417335056e-05,
|
1471 |
+
"learning_rate": 6.0724515427475105e-05,
|
1472 |
+
"loss": 1.7449,
|
1473 |
+
"step": 418
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 2.608695652173913,
|
1477 |
+
"grad_norm": 1.3977178241475485e-05,
|
1478 |
+
"learning_rate": 5.978089865614016e-05,
|
1479 |
+
"loss": 1.7453,
|
1480 |
+
"step": 420
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"epoch": 2.62111801242236,
|
1484 |
+
"grad_norm": 1.2115887329855468e-05,
|
1485 |
+
"learning_rate": 5.884153498732642e-05,
|
1486 |
+
"loss": 1.7391,
|
1487 |
+
"step": 422
|
1488 |
+
},
|
1489 |
+
{
|
1490 |
+
"epoch": 2.6335403726708075,
|
1491 |
+
"grad_norm": 1.1972248103120364e-05,
|
1492 |
+
"learning_rate": 5.790652375716652e-05,
|
1493 |
+
"loss": 1.7307,
|
1494 |
+
"step": 424
|
1495 |
+
},
|
1496 |
+
{
|
1497 |
+
"epoch": 2.6459627329192545,
|
1498 |
+
"grad_norm": 1.3673886314791162e-05,
|
1499 |
+
"learning_rate": 5.697596384153009e-05,
|
1500 |
+
"loss": 1.7524,
|
1501 |
+
"step": 426
|
1502 |
+
},
|
1503 |
+
{
|
1504 |
+
"epoch": 2.658385093167702,
|
1505 |
+
"grad_norm": 1.2259893992450088e-05,
|
1506 |
+
"learning_rate": 5.60499536455677e-05,
|
1507 |
+
"loss": 1.7492,
|
1508 |
+
"step": 428
|
1509 |
+
},
|
1510 |
+
{
|
1511 |
+
"epoch": 2.670807453416149,
|
1512 |
+
"grad_norm": 1.3245457921584602e-05,
|
1513 |
+
"learning_rate": 5.5128591093304726e-05,
|
1514 |
+
"loss": 1.7268,
|
1515 |
+
"step": 430
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 2.683229813664596,
|
1519 |
+
"grad_norm": 1.2506958228186704e-05,
|
1520 |
+
"learning_rate": 5.4211973617285873e-05,
|
1521 |
+
"loss": 1.7168,
|
1522 |
+
"step": 432
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"epoch": 2.6956521739130435,
|
1526 |
+
"grad_norm": 1.2610958037839737e-05,
|
1527 |
+
"learning_rate": 5.3300198148272185e-05,
|
1528 |
+
"loss": 1.7381,
|
1529 |
+
"step": 434
|
1530 |
+
},
|
1531 |
+
{
|
1532 |
+
"epoch": 2.708074534161491,
|
1533 |
+
"grad_norm": 9.776917977433186e-06,
|
1534 |
+
"learning_rate": 5.239336110499053e-05,
|
1535 |
+
"loss": 1.747,
|
1536 |
+
"step": 436
|
1537 |
+
},
|
1538 |
+
{
|
1539 |
+
"epoch": 2.720496894409938,
|
1540 |
+
"grad_norm": 1.3282600775710307e-05,
|
1541 |
+
"learning_rate": 5.149155838393737e-05,
|
1542 |
+
"loss": 1.725,
|
1543 |
+
"step": 438
|
1544 |
+
},
|
1545 |
+
{
|
1546 |
+
"epoch": 2.732919254658385,
|
1547 |
+
"grad_norm": 1.2231404070917051e-05,
|
1548 |
+
"learning_rate": 5.059488534923831e-05,
|
1549 |
+
"loss": 1.7531,
|
1550 |
+
"step": 440
|
1551 |
+
},
|
1552 |
+
{
|
1553 |
+
"epoch": 2.7453416149068324,
|
1554 |
+
"grad_norm": 0.0001226964232046157,
|
1555 |
+
"learning_rate": 4.9703436822562986e-05,
|
1556 |
+
"loss": 1.7278,
|
1557 |
+
"step": 442
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 2.7577639751552794,
|
1561 |
+
"grad_norm": 1.286713631998282e-05,
|
1562 |
+
"learning_rate": 4.881730707309821e-05,
|
1563 |
+
"loss": 1.7377,
|
1564 |
+
"step": 444
|
1565 |
+
},
|
1566 |
+
{
|
1567 |
+
"epoch": 2.770186335403727,
|
1568 |
+
"grad_norm": 1.2882816008641385e-05,
|
1569 |
+
"learning_rate": 4.7936589807578946e-05,
|
1570 |
+
"loss": 1.7332,
|
1571 |
+
"step": 446
|
1572 |
+
},
|
1573 |
+
{
|
1574 |
+
"epoch": 2.782608695652174,
|
1575 |
+
"grad_norm": 1.1893400369444862e-05,
|
1576 |
+
"learning_rate": 4.706137816037913e-05,
|
1577 |
+
"loss": 1.7399,
|
1578 |
+
"step": 448
|
1579 |
+
},
|
1580 |
+
{
|
1581 |
+
"epoch": 2.795031055900621,
|
1582 |
+
"grad_norm": 1.2113765478716232e-05,
|
1583 |
+
"learning_rate": 4.6191764683662744e-05,
|
1584 |
+
"loss": 1.7265,
|
1585 |
+
"step": 450
|
1586 |
+
},
|
1587 |
+
{
|
1588 |
+
"epoch": 2.8074534161490683,
|
1589 |
+
"grad_norm": 1.5664125385228544e-05,
|
1590 |
+
"learning_rate": 4.532784133759663e-05,
|
1591 |
+
"loss": 1.7195,
|
1592 |
+
"step": 452
|
1593 |
+
},
|
1594 |
+
{
|
1595 |
+
"epoch": 2.8198757763975157,
|
1596 |
+
"grad_norm": 1.1506239388836548e-05,
|
1597 |
+
"learning_rate": 4.4469699480625884e-05,
|
1598 |
+
"loss": 1.7231,
|
1599 |
+
"step": 454
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 2.8322981366459627,
|
1603 |
+
"grad_norm": 1.1975148481724318e-05,
|
1604 |
+
"learning_rate": 4.361742985981278e-05,
|
1605 |
+
"loss": 1.7288,
|
1606 |
+
"step": 456
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"epoch": 2.8447204968944098,
|
1610 |
+
"grad_norm": 9.909866093948949e-06,
|
1611 |
+
"learning_rate": 4.2771122601240576e-05,
|
1612 |
+
"loss": 1.728,
|
1613 |
+
"step": 458
|
1614 |
+
},
|
1615 |
+
{
|
1616 |
+
"epoch": 2.857142857142857,
|
1617 |
+
"grad_norm": 1.0602449947327841e-05,
|
1618 |
+
"learning_rate": 4.193086720048249e-05,
|
1619 |
+
"loss": 1.7252,
|
1620 |
+
"step": 460
|
1621 |
+
},
|
1622 |
+
{
|
1623 |
+
"epoch": 2.869565217391304,
|
1624 |
+
"grad_norm": 1.3800339729641564e-05,
|
1625 |
+
"learning_rate": 4.1096752513138216e-05,
|
1626 |
+
"loss": 1.7296,
|
1627 |
+
"step": 462
|
1628 |
+
},
|
1629 |
+
{
|
1630 |
+
"epoch": 2.8819875776397517,
|
1631 |
+
"grad_norm": 1.312944368692115e-05,
|
1632 |
+
"learning_rate": 4.026886674543713e-05,
|
1633 |
+
"loss": 1.7188,
|
1634 |
+
"step": 464
|
1635 |
+
},
|
1636 |
+
{
|
1637 |
+
"epoch": 2.8944099378881987,
|
1638 |
+
"grad_norm": 1.0245595149172004e-05,
|
1639 |
+
"learning_rate": 3.944729744491078e-05,
|
1640 |
+
"loss": 1.7235,
|
1641 |
+
"step": 466
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 2.906832298136646,
|
1645 |
+
"grad_norm": 1.5070048902998678e-05,
|
1646 |
+
"learning_rate": 3.863213149113498e-05,
|
1647 |
+
"loss": 1.7093,
|
1648 |
+
"step": 468
|
1649 |
+
},
|
1650 |
+
{
|
1651 |
+
"epoch": 2.919254658385093,
|
1652 |
+
"grad_norm": 1.2049433280481026e-05,
|
1653 |
+
"learning_rate": 3.782345508654235e-05,
|
1654 |
+
"loss": 2.3222,
|
1655 |
+
"step": 470
|
1656 |
+
},
|
1657 |
+
{
|
1658 |
+
"epoch": 2.9316770186335406,
|
1659 |
+
"grad_norm": 1.2924440852657426e-05,
|
1660 |
+
"learning_rate": 3.702135374730655e-05,
|
1661 |
+
"loss": 1.737,
|
1662 |
+
"step": 472
|
1663 |
+
},
|
1664 |
+
{
|
1665 |
+
"epoch": 2.9440993788819876,
|
1666 |
+
"grad_norm": 1.540554512757808e-05,
|
1667 |
+
"learning_rate": 3.622591229429911e-05,
|
1668 |
+
"loss": 1.7166,
|
1669 |
+
"step": 474
|
1670 |
+
},
|
1671 |
+
{
|
1672 |
+
"epoch": 2.9565217391304346,
|
1673 |
+
"grad_norm": 1.3177206710679457e-05,
|
1674 |
+
"learning_rate": 3.543721484411976e-05,
|
1675 |
+
"loss": 1.6965,
|
1676 |
+
"step": 476
|
1677 |
+
},
|
1678 |
+
{
|
1679 |
+
"epoch": 2.968944099378882,
|
1680 |
+
"grad_norm": 1.6786321793915704e-05,
|
1681 |
+
"learning_rate": 3.465534480020124e-05,
|
1682 |
+
"loss": 1.6752,
|
1683 |
+
"step": 478
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 2.981366459627329,
|
1687 |
+
"grad_norm": 1.813886410673149e-05,
|
1688 |
+
"learning_rate": 3.3880384843989535e-05,
|
1689 |
+
"loss": 1.6826,
|
1690 |
+
"step": 480
|
1691 |
+
},
|
1692 |
+
{
|
1693 |
+
"epoch": 2.9937888198757765,
|
1694 |
+
"grad_norm": 1.3371391105465591e-05,
|
1695 |
+
"learning_rate": 3.311241692620045e-05,
|
1696 |
+
"loss": 1.7133,
|
1697 |
+
"step": 482
|
1698 |
+
},
|
1699 |
+
{
|
1700 |
+
"epoch": 3.0062111801242235,
|
1701 |
+
"grad_norm": 1.4623566130467225e-05,
|
1702 |
+
"learning_rate": 3.2351522258153345e-05,
|
1703 |
+
"loss": 1.6685,
|
1704 |
+
"step": 484
|
1705 |
+
},
|
1706 |
+
{
|
1707 |
+
"epoch": 3.018633540372671,
|
1708 |
+
"grad_norm": 1.2453562703740317e-05,
|
1709 |
+
"learning_rate": 3.1597781303183516e-05,
|
1710 |
+
"loss": 1.6891,
|
1711 |
+
"step": 486
|
1712 |
+
},
|
1713 |
+
{
|
1714 |
+
"epoch": 3.031055900621118,
|
1715 |
+
"grad_norm": 1.1916249604837503e-05,
|
1716 |
+
"learning_rate": 3.085127376813285e-05,
|
1717 |
+
"loss": 1.6965,
|
1718 |
+
"step": 488
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"epoch": 3.0434782608695654,
|
1722 |
+
"grad_norm": 9.490851880400442e-06,
|
1723 |
+
"learning_rate": 3.011207859492131e-05,
|
1724 |
+
"loss": 1.7216,
|
1725 |
+
"step": 490
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 3.0559006211180124,
|
1729 |
+
"grad_norm": 1.1531004020071123e-05,
|
1730 |
+
"learning_rate": 2.9380273952198955e-05,
|
1731 |
+
"loss": 1.701,
|
1732 |
+
"step": 492
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"epoch": 3.0683229813664594,
|
1736 |
+
"grad_norm": 1.3211531040724367e-05,
|
1737 |
+
"learning_rate": 2.8655937227079466e-05,
|
1738 |
+
"loss": 1.7105,
|
1739 |
+
"step": 494
|
1740 |
+
},
|
1741 |
+
{
|
1742 |
+
"epoch": 3.080745341614907,
|
1743 |
+
"grad_norm": 1.4893200386723038e-05,
|
1744 |
+
"learning_rate": 2.7939145016956845e-05,
|
1745 |
+
"loss": 1.7059,
|
1746 |
+
"step": 496
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"epoch": 3.093167701863354,
|
1750 |
+
"grad_norm": 1.3906304047850426e-05,
|
1751 |
+
"learning_rate": 2.7229973121405295e-05,
|
1752 |
+
"loss": 1.7289,
|
1753 |
+
"step": 498
|
1754 |
+
},
|
1755 |
+
{
|
1756 |
+
"epoch": 3.1055900621118013,
|
1757 |
+
"grad_norm": 1.3707428479392547e-05,
|
1758 |
+
"learning_rate": 2.6528496534163538e-05,
|
1759 |
+
"loss": 1.7354,
|
1760 |
+
"step": 500
|
1761 |
+
},
|
1762 |
+
{
|
1763 |
+
"epoch": 3.1180124223602483,
|
1764 |
+
"grad_norm": 1.7548509276821278e-05,
|
1765 |
+
"learning_rate": 2.5834789435204243e-05,
|
1766 |
+
"loss": 1.7368,
|
1767 |
+
"step": 502
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 3.130434782608696,
|
1771 |
+
"grad_norm": 1.4127151189313736e-05,
|
1772 |
+
"learning_rate": 2.514892518288988e-05,
|
1773 |
+
"loss": 1.7412,
|
1774 |
+
"step": 504
|
1775 |
+
},
|
1776 |
+
{
|
1777 |
+
"epoch": 3.142857142857143,
|
1778 |
+
"grad_norm": 1.5105492821021471e-05,
|
1779 |
+
"learning_rate": 2.4470976306214978e-05,
|
1780 |
+
"loss": 1.7338,
|
1781 |
+
"step": 506
|
1782 |
+
},
|
1783 |
+
{
|
1784 |
+
"epoch": 3.1552795031055902,
|
1785 |
+
"grad_norm": 1.5982424883986823e-05,
|
1786 |
+
"learning_rate": 2.3801014497136254e-05,
|
1787 |
+
"loss": 1.7362,
|
1788 |
+
"step": 508
|
1789 |
+
},
|
1790 |
+
{
|
1791 |
+
"epoch": 3.1677018633540373,
|
1792 |
+
"grad_norm": 1.56604601215804e-05,
|
1793 |
+
"learning_rate": 2.3139110602991633e-05,
|
1794 |
+
"loss": 1.7507,
|
1795 |
+
"step": 510
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 3.1801242236024843,
|
1799 |
+
"grad_norm": 1.4908397133694962e-05,
|
1800 |
+
"learning_rate": 2.2485334619007835e-05,
|
1801 |
+
"loss": 1.73,
|
1802 |
+
"step": 512
|
1803 |
+
},
|
1804 |
+
{
|
1805 |
+
"epoch": 3.1925465838509317,
|
1806 |
+
"grad_norm": 1.5296851415769197e-05,
|
1807 |
+
"learning_rate": 2.1839755680898853e-05,
|
1808 |
+
"loss": 1.7442,
|
1809 |
+
"step": 514
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 3.2049689440993787,
|
1813 |
+
"grad_norm": 1.5975452697603032e-05,
|
1814 |
+
"learning_rate": 2.1202442057554785e-05,
|
1815 |
+
"loss": 1.7497,
|
1816 |
+
"step": 516
|
1817 |
+
},
|
1818 |
+
{
|
1819 |
+
"epoch": 3.217391304347826,
|
1820 |
+
"grad_norm": 1.6455916920676827e-05,
|
1821 |
+
"learning_rate": 2.0573461143822524e-05,
|
1822 |
+
"loss": 1.7388,
|
1823 |
+
"step": 518
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"epoch": 3.229813664596273,
|
1827 |
+
"grad_norm": 1.3599975318356883e-05,
|
1828 |
+
"learning_rate": 1.9952879453378938e-05,
|
1829 |
+
"loss": 1.7463,
|
1830 |
+
"step": 520
|
1831 |
+
},
|
1832 |
+
{
|
1833 |
+
"epoch": 3.2422360248447206,
|
1834 |
+
"grad_norm": 1.7985181330004707e-05,
|
1835 |
+
"learning_rate": 1.9340762611697093e-05,
|
1836 |
+
"loss": 1.7265,
|
1837 |
+
"step": 522
|
1838 |
+
},
|
1839 |
+
{
|
1840 |
+
"epoch": 3.2546583850931676,
|
1841 |
+
"grad_norm": 1.5109700143511873e-05,
|
1842 |
+
"learning_rate": 1.873717534910653e-05,
|
1843 |
+
"loss": 1.7349,
|
1844 |
+
"step": 524
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"epoch": 3.267080745341615,
|
1848 |
+
"grad_norm": 1.492269802838564e-05,
|
1849 |
+
"learning_rate": 1.8142181493947997e-05,
|
1850 |
+
"loss": 1.7392,
|
1851 |
+
"step": 526
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 3.279503105590062,
|
1855 |
+
"grad_norm": 1.1795749742304906e-05,
|
1856 |
+
"learning_rate": 1.7555843965823992e-05,
|
1857 |
+
"loss": 1.7598,
|
1858 |
+
"step": 528
|
1859 |
+
},
|
1860 |
+
{
|
1861 |
+
"epoch": 3.291925465838509,
|
1862 |
+
"grad_norm": 1.5022421393950935e-05,
|
1863 |
+
"learning_rate": 1.697822476894477e-05,
|
1864 |
+
"loss": 1.7436,
|
1865 |
+
"step": 530
|
1866 |
+
},
|
1867 |
+
{
|
1868 |
+
"epoch": 3.3043478260869565,
|
1869 |
+
"grad_norm": 1.4739445759914815e-05,
|
1870 |
+
"learning_rate": 1.640938498557175e-05,
|
1871 |
+
"loss": 1.751,
|
1872 |
+
"step": 532
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"epoch": 3.3167701863354035,
|
1876 |
+
"grad_norm": 1.211661674460629e-05,
|
1877 |
+
"learning_rate": 1.5849384769558195e-05,
|
1878 |
+
"loss": 1.7634,
|
1879 |
+
"step": 534
|
1880 |
+
},
|
1881 |
+
{
|
1882 |
+
"epoch": 3.329192546583851,
|
1883 |
+
"grad_norm": 1.4754497897229157e-05,
|
1884 |
+
"learning_rate": 1.5298283339987762e-05,
|
1885 |
+
"loss": 1.7481,
|
1886 |
+
"step": 536
|
1887 |
+
},
|
1888 |
+
{
|
1889 |
+
"epoch": 3.341614906832298,
|
1890 |
+
"grad_norm": 1.5657935364288278e-05,
|
1891 |
+
"learning_rate": 1.475613897491248e-05,
|
1892 |
+
"loss": 1.7262,
|
1893 |
+
"step": 538
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 3.3540372670807455,
|
1897 |
+
"grad_norm": 1.1670357707771473e-05,
|
1898 |
+
"learning_rate": 1.4223009005189792e-05,
|
1899 |
+
"loss": 1.7713,
|
1900 |
+
"step": 540
|
1901 |
+
},
|
1902 |
+
{
|
1903 |
+
"epoch": 3.3664596273291925,
|
1904 |
+
"grad_norm": 1.154390974988928e-05,
|
1905 |
+
"learning_rate": 1.3698949808419959e-05,
|
1906 |
+
"loss": 1.7564,
|
1907 |
+
"step": 542
|
1908 |
+
},
|
1909 |
+
{
|
1910 |
+
"epoch": 3.37888198757764,
|
1911 |
+
"grad_norm": 1.1009120498783886e-05,
|
1912 |
+
"learning_rate": 1.3184016802984212e-05,
|
1913 |
+
"loss": 1.7553,
|
1914 |
+
"step": 544
|
1915 |
+
},
|
1916 |
+
{
|
1917 |
+
"epoch": 3.391304347826087,
|
1918 |
+
"grad_norm": 1.2527529179351404e-05,
|
1919 |
+
"learning_rate": 1.2678264442184362e-05,
|
1920 |
+
"loss": 1.7462,
|
1921 |
+
"step": 546
|
1922 |
+
},
|
1923 |
+
{
|
1924 |
+
"epoch": 3.403726708074534,
|
1925 |
+
"grad_norm": 1.1460819223430008e-05,
|
1926 |
+
"learning_rate": 1.2181746208484424e-05,
|
1927 |
+
"loss": 1.7748,
|
1928 |
+
"step": 548
|
1929 |
+
},
|
1930 |
+
{
|
1931 |
+
"epoch": 3.4161490683229814,
|
1932 |
+
"grad_norm": 1.1391004591132514e-05,
|
1933 |
+
"learning_rate": 1.1694514607854968e-05,
|
1934 |
+
"loss": 1.7565,
|
1935 |
+
"step": 550
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 3.4285714285714284,
|
1939 |
+
"grad_norm": 1.1396230547688901e-05,
|
1940 |
+
"learning_rate": 1.121662116422072e-05,
|
1941 |
+
"loss": 1.7622,
|
1942 |
+
"step": 552
|
1943 |
+
},
|
1944 |
+
{
|
1945 |
+
"epoch": 3.440993788819876,
|
1946 |
+
"grad_norm": 1.2809962754545268e-05,
|
1947 |
+
"learning_rate": 1.0748116414011888e-05,
|
1948 |
+
"loss": 1.7584,
|
1949 |
+
"step": 554
|
1950 |
+
},
|
1951 |
+
{
|
1952 |
+
"epoch": 3.453416149068323,
|
1953 |
+
"grad_norm": 1.191952560475329e-05,
|
1954 |
+
"learning_rate": 1.0289049900820148e-05,
|
1955 |
+
"loss": 1.747,
|
1956 |
+
"step": 556
|
1957 |
+
},
|
1958 |
+
{
|
1959 |
+
"epoch": 3.4658385093167703,
|
1960 |
+
"grad_norm": 1.0926189133897424e-05,
|
1961 |
+
"learning_rate": 9.839470170159492e-06,
|
1962 |
+
"loss": 1.7754,
|
1963 |
+
"step": 558
|
1964 |
+
},
|
1965 |
+
{
|
1966 |
+
"epoch": 3.4782608695652173,
|
1967 |
+
"grad_norm": 1.4316407032310963e-05,
|
1968 |
+
"learning_rate": 9.399424764332432e-06,
|
1969 |
+
"loss": 1.7706,
|
1970 |
+
"step": 560
|
1971 |
+
},
|
1972 |
+
{
|
1973 |
+
"epoch": 3.4906832298136647,
|
1974 |
+
"grad_norm": 1.1862053725053556e-05,
|
1975 |
+
"learning_rate": 8.968960217402745e-06,
|
1976 |
+
"loss": 1.7543,
|
1977 |
+
"step": 562
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 3.5031055900621118,
|
1981 |
+
"grad_norm": 1.197822257381631e-05,
|
1982 |
+
"learning_rate": 8.548122050274366e-06,
|
1983 |
+
"loss": 1.7556,
|
1984 |
+
"step": 564
|
1985 |
+
},
|
1986 |
+
{
|
1987 |
+
"epoch": 3.5155279503105588,
|
1988 |
+
"grad_norm": 1.1042899132007733e-05,
|
1989 |
+
"learning_rate": 8.136954765877748e-06,
|
1990 |
+
"loss": 1.7768,
|
1991 |
+
"step": 566
|
1992 |
+
},
|
1993 |
+
{
|
1994 |
+
"epoch": 3.527950310559006,
|
1995 |
+
"grad_norm": 1.2004837117274292e-05,
|
1996 |
+
"learning_rate": 7.73550184446371e-06,
|
1997 |
+
"loss": 1.7705,
|
1998 |
+
"step": 568
|
1999 |
+
},
|
2000 |
+
{
|
2001 |
+
"epoch": 3.5403726708074537,
|
2002 |
+
"grad_norm": 1.1749471013899893e-05,
|
2003 |
+
"learning_rate": 7.3438057390054715e-06,
|
2004 |
+
"loss": 1.7738,
|
2005 |
+
"step": 570
|
2006 |
+
},
|
2007 |
+
{
|
2008 |
+
"epoch": 3.5527950310559007,
|
2009 |
+
"grad_norm": 1.1303432984277606e-05,
|
2010 |
+
"learning_rate": 6.9619078707093166e-06,
|
2011 |
+
"loss": 1.7754,
|
2012 |
+
"step": 572
|
2013 |
+
},
|
2014 |
+
{
|
2015 |
+
"epoch": 3.5652173913043477,
|
2016 |
+
"grad_norm": 1.2692734344454948e-05,
|
2017 |
+
"learning_rate": 6.589848624634398e-06,
|
2018 |
+
"loss": 1.7554,
|
2019 |
+
"step": 574
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 3.577639751552795,
|
2023 |
+
"grad_norm": 1.2839472219638992e-05,
|
2024 |
+
"learning_rate": 6.227667345422061e-06,
|
2025 |
+
"loss": 1.7717,
|
2026 |
+
"step": 576
|
2027 |
+
},
|
2028 |
+
{
|
2029 |
+
"epoch": 3.590062111801242,
|
2030 |
+
"grad_norm": 1.2379147847241256e-05,
|
2031 |
+
"learning_rate": 5.875402333135183e-06,
|
2032 |
+
"loss": 1.768,
|
2033 |
+
"step": 578
|
2034 |
+
},
|
2035 |
+
{
|
2036 |
+
"epoch": 3.6024844720496896,
|
2037 |
+
"grad_norm": 1.4026823919266462e-05,
|
2038 |
+
"learning_rate": 5.533090839208133e-06,
|
2039 |
+
"loss": 1.7482,
|
2040 |
+
"step": 580
|
2041 |
+
},
|
2042 |
+
{
|
2043 |
+
"epoch": 3.6149068322981366,
|
2044 |
+
"grad_norm": 1.5235823411785532e-05,
|
2045 |
+
"learning_rate": 5.200769062507305e-06,
|
2046 |
+
"loss": 1.7578,
|
2047 |
+
"step": 582
|
2048 |
+
},
|
2049 |
+
{
|
2050 |
+
"epoch": 3.6273291925465836,
|
2051 |
+
"grad_norm": 1.2792443158105016e-05,
|
2052 |
+
"learning_rate": 4.8784721455032875e-06,
|
2053 |
+
"loss": 1.7746,
|
2054 |
+
"step": 584
|
2055 |
+
},
|
2056 |
+
{
|
2057 |
+
"epoch": 3.639751552795031,
|
2058 |
+
"grad_norm": 1.2493183930928353e-05,
|
2059 |
+
"learning_rate": 4.566234170554639e-06,
|
2060 |
+
"loss": 1.7623,
|
2061 |
+
"step": 586
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 3.6521739130434785,
|
2065 |
+
"grad_norm": 1.148242245108122e-05,
|
2066 |
+
"learning_rate": 4.264088156303536e-06,
|
2067 |
+
"loss": 1.7659,
|
2068 |
+
"step": 588
|
2069 |
+
},
|
2070 |
+
{
|
2071 |
+
"epoch": 3.6645962732919255,
|
2072 |
+
"grad_norm": 1.2335087376413867e-05,
|
2073 |
+
"learning_rate": 3.97206605418432e-06,
|
2074 |
+
"loss": 1.7659,
|
2075 |
+
"step": 590
|
2076 |
+
},
|
2077 |
+
{
|
2078 |
+
"epoch": 3.6770186335403725,
|
2079 |
+
"grad_norm": 1.3579897313320544e-05,
|
2080 |
+
"learning_rate": 3.6901987450445707e-06,
|
2081 |
+
"loss": 1.7637,
|
2082 |
+
"step": 592
|
2083 |
+
},
|
2084 |
+
{
|
2085 |
+
"epoch": 3.68944099378882,
|
2086 |
+
"grad_norm": 1.1136858120153192e-05,
|
2087 |
+
"learning_rate": 3.418516035879571e-06,
|
2088 |
+
"loss": 1.8644,
|
2089 |
+
"step": 594
|
2090 |
+
},
|
2091 |
+
{
|
2092 |
+
"epoch": 3.701863354037267,
|
2093 |
+
"grad_norm": 1.2910018995171413e-05,
|
2094 |
+
"learning_rate": 3.1570466566801737e-06,
|
2095 |
+
"loss": 1.7642,
|
2096 |
+
"step": 596
|
2097 |
+
},
|
2098 |
+
{
|
2099 |
+
"epoch": 3.7142857142857144,
|
2100 |
+
"grad_norm": 1.555276867293287e-05,
|
2101 |
+
"learning_rate": 2.905818257394799e-06,
|
2102 |
+
"loss": 1.7472,
|
2103 |
+
"step": 598
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 3.7267080745341614,
|
2107 |
+
"grad_norm": 1.4716911209688988e-05,
|
2108 |
+
"learning_rate": 2.66485740500535e-06,
|
2109 |
+
"loss": 1.7653,
|
2110 |
+
"step": 600
|
2111 |
+
}
|
2112 |
+
],
|
2113 |
+
"logging_steps": 2,
|
2114 |
+
"max_steps": 644,
|
2115 |
+
"num_input_tokens_seen": 0,
|
2116 |
+
"num_train_epochs": 4,
|
2117 |
+
"save_steps": 200,
|
2118 |
+
"stateful_callbacks": {
|
2119 |
+
"TrainerControl": {
|
2120 |
+
"args": {
|
2121 |
+
"should_epoch_stop": false,
|
2122 |
+
"should_evaluate": false,
|
2123 |
+
"should_log": false,
|
2124 |
+
"should_save": true,
|
2125 |
+
"should_training_stop": false
|
2126 |
+
},
|
2127 |
+
"attributes": {}
|
2128 |
+
}
|
2129 |
+
},
|
2130 |
+
"total_flos": 8.698382123091886e+17,
|
2131 |
+
"train_batch_size": 16,
|
2132 |
+
"trial_name": null,
|
2133 |
+
"trial_params": null
|
2134 |
+
}
|
checkpoint-600/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7005dd2d63252a05c020237c86238efc5a107c216d770ae70c668e78edcc6b9
|
3 |
+
size 5777
|
checkpoint-600/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-644/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
|