hadxs commited on
Commit
dae224b
·
verified ·
1 Parent(s): 6f088a3

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -37,3 +37,4 @@ checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  checkpoint-1500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
  checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
37
  checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  checkpoint-1500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
  checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ checkpoint-2500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-2500/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-1.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
checkpoint-2500/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "q_proj",
34
+ "gate_proj",
35
+ "up_proj",
36
+ "o_proj",
37
+ "down_proj",
38
+ "k_proj",
39
+ "v_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
checkpoint-2500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d80787fa0606f2ba7dcc54330b1538979a1d79def10f48391362a64dbb3addb
3
+ size 73911112
checkpoint-2500/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\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" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4140d24a7dc7a61b23d9176244647e1a30e79bc3a196f2d06a00d2153217f3f6
3
+ size 38989779
checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1be3f95da56ddf2187c29e3e06af8258cb821bbd866c69d03d4b85175670bd8a
3
+ size 14645
checkpoint-2500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:861ce13e6ca091acee9a68ebfc5ca38479baf4b537c37b3949f071f77b81e9f0
3
+ size 1383
checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5167736f4df69f36f0efe6463734f27e877dbbc825d9616412b01ec7d10b6d6e
3
+ size 1465
checkpoint-2500/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
3
+ size 11421892
checkpoint-2500/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": false,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|im_end|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,909 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.015715659711963387,
6
+ "eval_steps": 500,
7
+ "global_step": 2500,
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.00012572527769570712,
14
+ "grad_norm": 0.5962838530540466,
15
+ "learning_rate": 4.75e-07,
16
+ "loss": 3.0013919830322267,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.00025145055539141424,
21
+ "grad_norm": 0.6844280958175659,
22
+ "learning_rate": 9.75e-07,
23
+ "loss": 3.018001365661621,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.0003771758330871213,
28
+ "grad_norm": 0.4779929220676422,
29
+ "learning_rate": 1.475e-06,
30
+ "loss": 3.1058986663818358,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.0005029011107828285,
35
+ "grad_norm": 0.555294930934906,
36
+ "learning_rate": 1.975e-06,
37
+ "loss": 2.909657287597656,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.0006286263884785355,
42
+ "grad_norm": 0.5354552865028381,
43
+ "learning_rate": 2.4750000000000004e-06,
44
+ "loss": 2.8872909545898438,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.0007543516661742426,
49
+ "grad_norm": 0.5644583702087402,
50
+ "learning_rate": 2.975e-06,
51
+ "loss": 2.859341621398926,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.0008800769438699498,
56
+ "grad_norm": 0.630761981010437,
57
+ "learning_rate": 3.4750000000000006e-06,
58
+ "loss": 2.933867835998535,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.001005802221565657,
63
+ "grad_norm": 0.764999508857727,
64
+ "learning_rate": 3.975e-06,
65
+ "loss": 2.782645606994629,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.001131527499261364,
70
+ "grad_norm": 1.0221054553985596,
71
+ "learning_rate": 4.475e-06,
72
+ "loss": 2.8541688919067383,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.001257252776957071,
77
+ "grad_norm": 0.8221330046653748,
78
+ "learning_rate": 4.975000000000001e-06,
79
+ "loss": 2.6588584899902346,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.0013829780546527782,
84
+ "grad_norm": 0.873559832572937,
85
+ "learning_rate": 5.475e-06,
86
+ "loss": 2.549220848083496,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.0015087033323484852,
91
+ "grad_norm": 0.813358724117279,
92
+ "learning_rate": 5.975e-06,
93
+ "loss": 2.5854366302490233,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.0016344286100441925,
98
+ "grad_norm": 0.856169581413269,
99
+ "learning_rate": 6.475000000000001e-06,
100
+ "loss": 2.5309289932250976,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.0017601538877398996,
105
+ "grad_norm": 0.951108455657959,
106
+ "learning_rate": 6.975000000000001e-06,
107
+ "loss": 2.4736785888671875,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.0018858791654356066,
112
+ "grad_norm": 0.8016313910484314,
113
+ "learning_rate": 7.4750000000000004e-06,
114
+ "loss": 2.2943771362304686,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.002011604443131314,
119
+ "grad_norm": 0.915063202381134,
120
+ "learning_rate": 7.975e-06,
121
+ "loss": 2.3273014068603515,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.0021373297208270208,
126
+ "grad_norm": 0.720587968826294,
127
+ "learning_rate": 8.475000000000001e-06,
128
+ "loss": 2.350560760498047,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.002263054998522728,
133
+ "grad_norm": 0.711700439453125,
134
+ "learning_rate": 8.975e-06,
135
+ "loss": 2.3248199462890624,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.002388780276218435,
140
+ "grad_norm": 0.8843226432800293,
141
+ "learning_rate": 9.475e-06,
142
+ "loss": 2.335201454162598,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.002514505553914142,
147
+ "grad_norm": 0.4873352348804474,
148
+ "learning_rate": 9.975e-06,
149
+ "loss": 2.424860382080078,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 0.0026402308316098495,
154
+ "grad_norm": 0.6487540602684021,
155
+ "learning_rate": 1.0475e-05,
156
+ "loss": 2.2071765899658202,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 0.0027659561093055563,
161
+ "grad_norm": 0.6322605013847351,
162
+ "learning_rate": 1.0975e-05,
163
+ "loss": 2.2878080368041993,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 0.0028916813870012636,
168
+ "grad_norm": 0.5939791798591614,
169
+ "learning_rate": 1.1475000000000001e-05,
170
+ "loss": 2.3425870895385743,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 0.0030174066646969705,
175
+ "grad_norm": 0.6943904161453247,
176
+ "learning_rate": 1.1975e-05,
177
+ "loss": 2.2085947036743163,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 0.0031431319423926777,
182
+ "grad_norm": 0.7218244075775146,
183
+ "learning_rate": 1.2475e-05,
184
+ "loss": 2.2360507965087892,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 0.003268857220088385,
189
+ "grad_norm": 0.8252770900726318,
190
+ "learning_rate": 1.2975e-05,
191
+ "loss": 2.3641361236572265,
192
+ "step": 520
193
+ },
194
+ {
195
+ "epoch": 0.003394582497784092,
196
+ "grad_norm": 0.5744673013687134,
197
+ "learning_rate": 1.3475000000000002e-05,
198
+ "loss": 2.236039924621582,
199
+ "step": 540
200
+ },
201
+ {
202
+ "epoch": 0.003520307775479799,
203
+ "grad_norm": 0.6768812537193298,
204
+ "learning_rate": 1.3975000000000003e-05,
205
+ "loss": 2.2313003540039062,
206
+ "step": 560
207
+ },
208
+ {
209
+ "epoch": 0.003646033053175506,
210
+ "grad_norm": 0.6503052711486816,
211
+ "learning_rate": 1.4475e-05,
212
+ "loss": 2.2801786422729493,
213
+ "step": 580
214
+ },
215
+ {
216
+ "epoch": 0.0037717583308712133,
217
+ "grad_norm": 0.629787266254425,
218
+ "learning_rate": 1.4975e-05,
219
+ "loss": 2.346693420410156,
220
+ "step": 600
221
+ },
222
+ {
223
+ "epoch": 0.0038974836085669206,
224
+ "grad_norm": 0.6764146089553833,
225
+ "learning_rate": 1.5475e-05,
226
+ "loss": 2.093250274658203,
227
+ "step": 620
228
+ },
229
+ {
230
+ "epoch": 0.004023208886262628,
231
+ "grad_norm": 0.7266194224357605,
232
+ "learning_rate": 1.5975000000000002e-05,
233
+ "loss": 2.242112922668457,
234
+ "step": 640
235
+ },
236
+ {
237
+ "epoch": 0.004148934163958335,
238
+ "grad_norm": 0.5509718656539917,
239
+ "learning_rate": 1.6475e-05,
240
+ "loss": 2.2910560607910155,
241
+ "step": 660
242
+ },
243
+ {
244
+ "epoch": 0.0042746594416540416,
245
+ "grad_norm": 0.7285779714584351,
246
+ "learning_rate": 1.6975000000000003e-05,
247
+ "loss": 2.480996322631836,
248
+ "step": 680
249
+ },
250
+ {
251
+ "epoch": 0.004400384719349749,
252
+ "grad_norm": 0.5729554295539856,
253
+ "learning_rate": 1.7475e-05,
254
+ "loss": 2.1267959594726564,
255
+ "step": 700
256
+ },
257
+ {
258
+ "epoch": 0.004526109997045456,
259
+ "grad_norm": 0.6237987279891968,
260
+ "learning_rate": 1.7975e-05,
261
+ "loss": 2.3381301879882814,
262
+ "step": 720
263
+ },
264
+ {
265
+ "epoch": 0.004651835274741163,
266
+ "grad_norm": 0.6548975110054016,
267
+ "learning_rate": 1.8475000000000002e-05,
268
+ "loss": 2.1999746322631837,
269
+ "step": 740
270
+ },
271
+ {
272
+ "epoch": 0.00477756055243687,
273
+ "grad_norm": 0.614876389503479,
274
+ "learning_rate": 1.8975e-05,
275
+ "loss": 2.3489891052246095,
276
+ "step": 760
277
+ },
278
+ {
279
+ "epoch": 0.0049032858301325775,
280
+ "grad_norm": 0.6543737053871155,
281
+ "learning_rate": 1.9475000000000002e-05,
282
+ "loss": 2.261593055725098,
283
+ "step": 780
284
+ },
285
+ {
286
+ "epoch": 0.005029011107828284,
287
+ "grad_norm": 0.6650403141975403,
288
+ "learning_rate": 1.9975e-05,
289
+ "loss": 2.307338523864746,
290
+ "step": 800
291
+ },
292
+ {
293
+ "epoch": 0.005154736385523991,
294
+ "grad_norm": 0.691130518913269,
295
+ "learning_rate": 2.0475e-05,
296
+ "loss": 2.2411531448364257,
297
+ "step": 820
298
+ },
299
+ {
300
+ "epoch": 0.005280461663219699,
301
+ "grad_norm": 0.6249509453773499,
302
+ "learning_rate": 2.0975e-05,
303
+ "loss": 2.437354850769043,
304
+ "step": 840
305
+ },
306
+ {
307
+ "epoch": 0.005406186940915406,
308
+ "grad_norm": 0.7308785319328308,
309
+ "learning_rate": 2.1475e-05,
310
+ "loss": 2.16713924407959,
311
+ "step": 860
312
+ },
313
+ {
314
+ "epoch": 0.005531912218611113,
315
+ "grad_norm": 0.7222583889961243,
316
+ "learning_rate": 2.1975000000000002e-05,
317
+ "loss": 2.2146921157836914,
318
+ "step": 880
319
+ },
320
+ {
321
+ "epoch": 0.00565763749630682,
322
+ "grad_norm": 0.8205286264419556,
323
+ "learning_rate": 2.2475e-05,
324
+ "loss": 2.1331754684448243,
325
+ "step": 900
326
+ },
327
+ {
328
+ "epoch": 0.005783362774002527,
329
+ "grad_norm": 0.8732596635818481,
330
+ "learning_rate": 2.2975000000000003e-05,
331
+ "loss": 2.3930585861206053,
332
+ "step": 920
333
+ },
334
+ {
335
+ "epoch": 0.005909088051698234,
336
+ "grad_norm": 0.8867924213409424,
337
+ "learning_rate": 2.3475e-05,
338
+ "loss": 2.325008773803711,
339
+ "step": 940
340
+ },
341
+ {
342
+ "epoch": 0.006034813329393941,
343
+ "grad_norm": 0.6259322762489319,
344
+ "learning_rate": 2.3975e-05,
345
+ "loss": 2.1665245056152345,
346
+ "step": 960
347
+ },
348
+ {
349
+ "epoch": 0.006160538607089649,
350
+ "grad_norm": 0.7788486480712891,
351
+ "learning_rate": 2.4475000000000002e-05,
352
+ "loss": 2.0807886123657227,
353
+ "step": 980
354
+ },
355
+ {
356
+ "epoch": 0.0062862638847853555,
357
+ "grad_norm": 0.7346381545066833,
358
+ "learning_rate": 2.4975e-05,
359
+ "loss": 2.2518342971801757,
360
+ "step": 1000
361
+ },
362
+ {
363
+ "epoch": 0.006411989162481062,
364
+ "grad_norm": 0.6551724672317505,
365
+ "learning_rate": 2.5475e-05,
366
+ "loss": 2.2025928497314453,
367
+ "step": 1020
368
+ },
369
+ {
370
+ "epoch": 0.00653771444017677,
371
+ "grad_norm": 0.42648759484291077,
372
+ "learning_rate": 2.5974999999999998e-05,
373
+ "loss": 2.2169179916381836,
374
+ "step": 1040
375
+ },
376
+ {
377
+ "epoch": 0.006663439717872477,
378
+ "grad_norm": 0.6696974039077759,
379
+ "learning_rate": 2.6475e-05,
380
+ "loss": 2.2179336547851562,
381
+ "step": 1060
382
+ },
383
+ {
384
+ "epoch": 0.006789164995568184,
385
+ "grad_norm": 0.6720432043075562,
386
+ "learning_rate": 2.6975000000000002e-05,
387
+ "loss": 2.1793497085571287,
388
+ "step": 1080
389
+ },
390
+ {
391
+ "epoch": 0.0069148902732638915,
392
+ "grad_norm": 0.7858997583389282,
393
+ "learning_rate": 2.7475e-05,
394
+ "loss": 2.2960178375244142,
395
+ "step": 1100
396
+ },
397
+ {
398
+ "epoch": 0.007040615550959598,
399
+ "grad_norm": 0.6754783987998962,
400
+ "learning_rate": 2.7975000000000002e-05,
401
+ "loss": 2.193424415588379,
402
+ "step": 1120
403
+ },
404
+ {
405
+ "epoch": 0.007166340828655305,
406
+ "grad_norm": 0.8978444933891296,
407
+ "learning_rate": 2.8475e-05,
408
+ "loss": 2.245846748352051,
409
+ "step": 1140
410
+ },
411
+ {
412
+ "epoch": 0.007292066106351012,
413
+ "grad_norm": 0.6270891427993774,
414
+ "learning_rate": 2.8975000000000003e-05,
415
+ "loss": 2.222321891784668,
416
+ "step": 1160
417
+ },
418
+ {
419
+ "epoch": 0.00741779138404672,
420
+ "grad_norm": 0.8105082511901855,
421
+ "learning_rate": 2.9475e-05,
422
+ "loss": 2.2370512008666994,
423
+ "step": 1180
424
+ },
425
+ {
426
+ "epoch": 0.007543516661742427,
427
+ "grad_norm": 0.8254700303077698,
428
+ "learning_rate": 2.9975000000000004e-05,
429
+ "loss": 2.2856861114501954,
430
+ "step": 1200
431
+ },
432
+ {
433
+ "epoch": 0.0076692419394381334,
434
+ "grad_norm": 0.7499117851257324,
435
+ "learning_rate": 3.0475000000000002e-05,
436
+ "loss": 2.145079803466797,
437
+ "step": 1220
438
+ },
439
+ {
440
+ "epoch": 0.007794967217133841,
441
+ "grad_norm": 0.5796831846237183,
442
+ "learning_rate": 3.0975e-05,
443
+ "loss": 2.2193859100341795,
444
+ "step": 1240
445
+ },
446
+ {
447
+ "epoch": 0.007920692494829547,
448
+ "grad_norm": 0.7580195069313049,
449
+ "learning_rate": 3.1475e-05,
450
+ "loss": 2.325836181640625,
451
+ "step": 1260
452
+ },
453
+ {
454
+ "epoch": 0.008046417772525256,
455
+ "grad_norm": 0.7444676756858826,
456
+ "learning_rate": 3.1975e-05,
457
+ "loss": 2.176131820678711,
458
+ "step": 1280
459
+ },
460
+ {
461
+ "epoch": 0.008172143050220963,
462
+ "grad_norm": 0.9642544984817505,
463
+ "learning_rate": 3.2474999999999997e-05,
464
+ "loss": 2.139938735961914,
465
+ "step": 1300
466
+ },
467
+ {
468
+ "epoch": 0.00829786832791667,
469
+ "grad_norm": 0.8218713998794556,
470
+ "learning_rate": 3.2975e-05,
471
+ "loss": 2.2411163330078123,
472
+ "step": 1320
473
+ },
474
+ {
475
+ "epoch": 0.008423593605612376,
476
+ "grad_norm": 1.0058637857437134,
477
+ "learning_rate": 3.3475e-05,
478
+ "loss": 2.2701160430908205,
479
+ "step": 1340
480
+ },
481
+ {
482
+ "epoch": 0.008549318883308083,
483
+ "grad_norm": 0.9082450270652771,
484
+ "learning_rate": 3.3975e-05,
485
+ "loss": 2.223080635070801,
486
+ "step": 1360
487
+ },
488
+ {
489
+ "epoch": 0.00867504416100379,
490
+ "grad_norm": 1.5511119365692139,
491
+ "learning_rate": 3.4475000000000005e-05,
492
+ "loss": 2.2058855056762696,
493
+ "step": 1380
494
+ },
495
+ {
496
+ "epoch": 0.008800769438699499,
497
+ "grad_norm": 0.9214478731155396,
498
+ "learning_rate": 3.4975e-05,
499
+ "loss": 2.275226593017578,
500
+ "step": 1400
501
+ },
502
+ {
503
+ "epoch": 0.008926494716395205,
504
+ "grad_norm": 0.7495436668395996,
505
+ "learning_rate": 3.5475e-05,
506
+ "loss": 2.0992334365844725,
507
+ "step": 1420
508
+ },
509
+ {
510
+ "epoch": 0.009052219994090912,
511
+ "grad_norm": 0.7678313851356506,
512
+ "learning_rate": 3.5975e-05,
513
+ "loss": 2.151212692260742,
514
+ "step": 1440
515
+ },
516
+ {
517
+ "epoch": 0.009177945271786619,
518
+ "grad_norm": 0.8514085412025452,
519
+ "learning_rate": 3.6475000000000006e-05,
520
+ "loss": 2.3009883880615236,
521
+ "step": 1460
522
+ },
523
+ {
524
+ "epoch": 0.009303670549482326,
525
+ "grad_norm": 0.7245936393737793,
526
+ "learning_rate": 3.6975000000000004e-05,
527
+ "loss": 2.2095823287963867,
528
+ "step": 1480
529
+ },
530
+ {
531
+ "epoch": 0.009429395827178033,
532
+ "grad_norm": 0.576258659362793,
533
+ "learning_rate": 3.7475e-05,
534
+ "loss": 2.2135459899902346,
535
+ "step": 1500
536
+ },
537
+ {
538
+ "epoch": 0.00955512110487374,
539
+ "grad_norm": 0.7789803147315979,
540
+ "learning_rate": 3.7975e-05,
541
+ "loss": 2.172737884521484,
542
+ "step": 1520
543
+ },
544
+ {
545
+ "epoch": 0.009680846382569448,
546
+ "grad_norm": 0.6502222418785095,
547
+ "learning_rate": 3.8475e-05,
548
+ "loss": 2.202811622619629,
549
+ "step": 1540
550
+ },
551
+ {
552
+ "epoch": 0.009806571660265155,
553
+ "grad_norm": 0.7619134783744812,
554
+ "learning_rate": 3.8975e-05,
555
+ "loss": 2.120333671569824,
556
+ "step": 1560
557
+ },
558
+ {
559
+ "epoch": 0.009932296937960862,
560
+ "grad_norm": 0.624914824962616,
561
+ "learning_rate": 3.9475000000000004e-05,
562
+ "loss": 2.133666229248047,
563
+ "step": 1580
564
+ },
565
+ {
566
+ "epoch": 0.010058022215656569,
567
+ "grad_norm": 0.8268408179283142,
568
+ "learning_rate": 3.9975e-05,
569
+ "loss": 2.2280460357666017,
570
+ "step": 1600
571
+ },
572
+ {
573
+ "epoch": 0.010183747493352276,
574
+ "grad_norm": 1.2030913829803467,
575
+ "learning_rate": 4.0475e-05,
576
+ "loss": 2.2895408630371095,
577
+ "step": 1620
578
+ },
579
+ {
580
+ "epoch": 0.010309472771047982,
581
+ "grad_norm": 0.5576544404029846,
582
+ "learning_rate": 4.0975e-05,
583
+ "loss": 2.143132781982422,
584
+ "step": 1640
585
+ },
586
+ {
587
+ "epoch": 0.01043519804874369,
588
+ "grad_norm": 0.6146367192268372,
589
+ "learning_rate": 4.1475000000000005e-05,
590
+ "loss": 2.0781791687011717,
591
+ "step": 1660
592
+ },
593
+ {
594
+ "epoch": 0.010560923326439398,
595
+ "grad_norm": 0.637881875038147,
596
+ "learning_rate": 4.1975000000000004e-05,
597
+ "loss": 2.269753265380859,
598
+ "step": 1680
599
+ },
600
+ {
601
+ "epoch": 0.010686648604135105,
602
+ "grad_norm": 1.2377184629440308,
603
+ "learning_rate": 4.2475e-05,
604
+ "loss": 2.3090824127197265,
605
+ "step": 1700
606
+ },
607
+ {
608
+ "epoch": 0.010812373881830812,
609
+ "grad_norm": 1.0414743423461914,
610
+ "learning_rate": 4.2975e-05,
611
+ "loss": 2.2602685928344726,
612
+ "step": 1720
613
+ },
614
+ {
615
+ "epoch": 0.010938099159526518,
616
+ "grad_norm": 0.7796839475631714,
617
+ "learning_rate": 4.3475000000000006e-05,
618
+ "loss": 2.3865522384643554,
619
+ "step": 1740
620
+ },
621
+ {
622
+ "epoch": 0.011063824437222225,
623
+ "grad_norm": 0.7342143654823303,
624
+ "learning_rate": 4.3975e-05,
625
+ "loss": 2.3370746612548827,
626
+ "step": 1760
627
+ },
628
+ {
629
+ "epoch": 0.011189549714917932,
630
+ "grad_norm": 0.6339659094810486,
631
+ "learning_rate": 4.4475e-05,
632
+ "loss": 2.2576133728027346,
633
+ "step": 1780
634
+ },
635
+ {
636
+ "epoch": 0.01131527499261364,
637
+ "grad_norm": 0.6305493116378784,
638
+ "learning_rate": 4.4975e-05,
639
+ "loss": 2.146904945373535,
640
+ "step": 1800
641
+ },
642
+ {
643
+ "epoch": 0.011441000270309348,
644
+ "grad_norm": 0.7393673658370972,
645
+ "learning_rate": 4.5475e-05,
646
+ "loss": 2.207014465332031,
647
+ "step": 1820
648
+ },
649
+ {
650
+ "epoch": 0.011566725548005054,
651
+ "grad_norm": 0.5975062847137451,
652
+ "learning_rate": 4.5975e-05,
653
+ "loss": 2.2376119613647463,
654
+ "step": 1840
655
+ },
656
+ {
657
+ "epoch": 0.011692450825700761,
658
+ "grad_norm": 0.8439088463783264,
659
+ "learning_rate": 4.6475000000000005e-05,
660
+ "loss": 2.172005844116211,
661
+ "step": 1860
662
+ },
663
+ {
664
+ "epoch": 0.011818176103396468,
665
+ "grad_norm": 0.9270113110542297,
666
+ "learning_rate": 4.6975000000000003e-05,
667
+ "loss": 2.373341369628906,
668
+ "step": 1880
669
+ },
670
+ {
671
+ "epoch": 0.011943901381092175,
672
+ "grad_norm": 0.8112410306930542,
673
+ "learning_rate": 4.7475e-05,
674
+ "loss": 2.2132829666137694,
675
+ "step": 1900
676
+ },
677
+ {
678
+ "epoch": 0.012069626658787882,
679
+ "grad_norm": 0.7576470971107483,
680
+ "learning_rate": 4.7975e-05,
681
+ "loss": 2.1676565170288087,
682
+ "step": 1920
683
+ },
684
+ {
685
+ "epoch": 0.01219535193648359,
686
+ "grad_norm": 0.6396933794021606,
687
+ "learning_rate": 4.8475000000000006e-05,
688
+ "loss": 2.1356874465942384,
689
+ "step": 1940
690
+ },
691
+ {
692
+ "epoch": 0.012321077214179297,
693
+ "grad_norm": 0.9815897941589355,
694
+ "learning_rate": 4.8975000000000005e-05,
695
+ "loss": 2.153605651855469,
696
+ "step": 1960
697
+ },
698
+ {
699
+ "epoch": 0.012446802491875004,
700
+ "grad_norm": 1.0716313123703003,
701
+ "learning_rate": 4.9475e-05,
702
+ "loss": 2.237149238586426,
703
+ "step": 1980
704
+ },
705
+ {
706
+ "epoch": 0.012572527769570711,
707
+ "grad_norm": 0.7417507171630859,
708
+ "learning_rate": 4.9975e-05,
709
+ "loss": 2.3103559494018553,
710
+ "step": 2000
711
+ },
712
+ {
713
+ "epoch": 0.012698253047266418,
714
+ "grad_norm": 0.9836956858634949,
715
+ "learning_rate": 5.047500000000001e-05,
716
+ "loss": 2.226584243774414,
717
+ "step": 2020
718
+ },
719
+ {
720
+ "epoch": 0.012823978324962125,
721
+ "grad_norm": 0.9194190502166748,
722
+ "learning_rate": 5.0975000000000006e-05,
723
+ "loss": 2.152355766296387,
724
+ "step": 2040
725
+ },
726
+ {
727
+ "epoch": 0.012949703602657832,
728
+ "grad_norm": 0.9516499638557434,
729
+ "learning_rate": 5.1475000000000004e-05,
730
+ "loss": 2.230098342895508,
731
+ "step": 2060
732
+ },
733
+ {
734
+ "epoch": 0.01307542888035354,
735
+ "grad_norm": 0.631192147731781,
736
+ "learning_rate": 5.197500000000001e-05,
737
+ "loss": 2.298840141296387,
738
+ "step": 2080
739
+ },
740
+ {
741
+ "epoch": 0.013201154158049247,
742
+ "grad_norm": 0.6552205085754395,
743
+ "learning_rate": 5.247500000000001e-05,
744
+ "loss": 2.2214452743530275,
745
+ "step": 2100
746
+ },
747
+ {
748
+ "epoch": 0.013326879435744954,
749
+ "grad_norm": 0.9227390289306641,
750
+ "learning_rate": 5.297500000000001e-05,
751
+ "loss": 2.2039995193481445,
752
+ "step": 2120
753
+ },
754
+ {
755
+ "epoch": 0.01345260471344066,
756
+ "grad_norm": 0.9626750946044922,
757
+ "learning_rate": 5.3475e-05,
758
+ "loss": 2.200083541870117,
759
+ "step": 2140
760
+ },
761
+ {
762
+ "epoch": 0.013578329991136368,
763
+ "grad_norm": 0.7620527148246765,
764
+ "learning_rate": 5.3975e-05,
765
+ "loss": 2.1179471969604493,
766
+ "step": 2160
767
+ },
768
+ {
769
+ "epoch": 0.013704055268832074,
770
+ "grad_norm": 0.7514252066612244,
771
+ "learning_rate": 5.4474999999999996e-05,
772
+ "loss": 2.0252569198608397,
773
+ "step": 2180
774
+ },
775
+ {
776
+ "epoch": 0.013829780546527783,
777
+ "grad_norm": 0.6158234477043152,
778
+ "learning_rate": 5.4975e-05,
779
+ "loss": 2.165945625305176,
780
+ "step": 2200
781
+ },
782
+ {
783
+ "epoch": 0.01395550582422349,
784
+ "grad_norm": 0.7800559401512146,
785
+ "learning_rate": 5.5475e-05,
786
+ "loss": 2.0259613037109374,
787
+ "step": 2220
788
+ },
789
+ {
790
+ "epoch": 0.014081231101919197,
791
+ "grad_norm": 0.4745946526527405,
792
+ "learning_rate": 5.5975e-05,
793
+ "loss": 2.166629409790039,
794
+ "step": 2240
795
+ },
796
+ {
797
+ "epoch": 0.014206956379614903,
798
+ "grad_norm": 0.6183483004570007,
799
+ "learning_rate": 5.6475e-05,
800
+ "loss": 2.2248981475830076,
801
+ "step": 2260
802
+ },
803
+ {
804
+ "epoch": 0.01433268165731061,
805
+ "grad_norm": 0.9926730990409851,
806
+ "learning_rate": 5.6975e-05,
807
+ "loss": 2.2324359893798826,
808
+ "step": 2280
809
+ },
810
+ {
811
+ "epoch": 0.014458406935006317,
812
+ "grad_norm": 0.6978363394737244,
813
+ "learning_rate": 5.7475e-05,
814
+ "loss": 2.2633106231689455,
815
+ "step": 2300
816
+ },
817
+ {
818
+ "epoch": 0.014584132212702024,
819
+ "grad_norm": 0.6764455437660217,
820
+ "learning_rate": 5.7975e-05,
821
+ "loss": 2.2547515869140624,
822
+ "step": 2320
823
+ },
824
+ {
825
+ "epoch": 0.014709857490397733,
826
+ "grad_norm": 0.6333333253860474,
827
+ "learning_rate": 5.8475000000000005e-05,
828
+ "loss": 2.2785802841186524,
829
+ "step": 2340
830
+ },
831
+ {
832
+ "epoch": 0.01483558276809344,
833
+ "grad_norm": 1.1081982851028442,
834
+ "learning_rate": 5.8975000000000004e-05,
835
+ "loss": 2.1292343139648438,
836
+ "step": 2360
837
+ },
838
+ {
839
+ "epoch": 0.014961308045789146,
840
+ "grad_norm": 0.69389808177948,
841
+ "learning_rate": 5.9475e-05,
842
+ "loss": 2.2307294845581054,
843
+ "step": 2380
844
+ },
845
+ {
846
+ "epoch": 0.015087033323484853,
847
+ "grad_norm": 0.8631381988525391,
848
+ "learning_rate": 5.9975e-05,
849
+ "loss": 2.2449098587036134,
850
+ "step": 2400
851
+ },
852
+ {
853
+ "epoch": 0.01521275860118056,
854
+ "grad_norm": 0.9202216863632202,
855
+ "learning_rate": 6.0475000000000006e-05,
856
+ "loss": 2.1659168243408202,
857
+ "step": 2420
858
+ },
859
+ {
860
+ "epoch": 0.015338483878876267,
861
+ "grad_norm": 0.7391654253005981,
862
+ "learning_rate": 6.0975000000000005e-05,
863
+ "loss": 2.0840213775634764,
864
+ "step": 2440
865
+ },
866
+ {
867
+ "epoch": 0.015464209156571974,
868
+ "grad_norm": 0.8017479181289673,
869
+ "learning_rate": 6.1475e-05,
870
+ "loss": 2.17960205078125,
871
+ "step": 2460
872
+ },
873
+ {
874
+ "epoch": 0.015589934434267682,
875
+ "grad_norm": 0.8878335952758789,
876
+ "learning_rate": 6.1975e-05,
877
+ "loss": 2.1136425018310545,
878
+ "step": 2480
879
+ },
880
+ {
881
+ "epoch": 0.015715659711963387,
882
+ "grad_norm": 0.8109790086746216,
883
+ "learning_rate": 6.2475e-05,
884
+ "loss": 2.047270584106445,
885
+ "step": 2500
886
+ }
887
+ ],
888
+ "logging_steps": 20,
889
+ "max_steps": 160000,
890
+ "num_input_tokens_seen": 0,
891
+ "num_train_epochs": 2,
892
+ "save_steps": 500,
893
+ "stateful_callbacks": {
894
+ "TrainerControl": {
895
+ "args": {
896
+ "should_epoch_stop": false,
897
+ "should_evaluate": false,
898
+ "should_log": false,
899
+ "should_save": true,
900
+ "should_training_stop": false
901
+ },
902
+ "attributes": {}
903
+ }
904
+ },
905
+ "total_flos": 1.5458333113184256e+17,
906
+ "train_batch_size": 4,
907
+ "trial_name": null,
908
+ "trial_params": null
909
+ }
checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008a7784e79e534e107131c09a29e08500ec020326bc9f56847f19cf591cec16
3
+ size 5201