Sela223 commited on
Commit
4d3f4cd
·
verified ·
1 Parent(s): bd5a8fa

Training in progress, step 100, checkpoint

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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
  tokenizer.json 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
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ last-checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
last-checkpoint/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: tvall43/Qwen3.5-4B-heretic
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:tvall43/Qwen3.5-4B-heretic
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen3_5ForConditionalGeneration",
7
+ "parent_library": "transformers.models.qwen3_5.modeling_qwen3_5",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "tvall43/Qwen3.5-4B-heretic",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 32,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": "(?:.*?(?:vision|image|visual|patch|language|text).*?(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense).*?(?:qkv|proj|linear_fc1|linear_fc2|out_proj|in_proj_qkv|in_proj_z|in_proj_b|in_proj_a|gate_proj|up_proj|down_proj|q_proj|k_proj|v_proj|o_proj).*?)|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense)\\.(?:(?:qkv|proj|linear_fc1|linear_fc2|out_proj|in_proj_qkv|in_proj_z|in_proj_b|in_proj_a|gate_proj|up_proj|down_proj|q_proj|k_proj|v_proj|o_proj)))",
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7dde7af8e26582d9364c0445f00042247ac0d794fd7dcf3f3f89e366ef81b6b
3
+ size 310152752
last-checkpoint/chat_template.jinja ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set image_count = namespace(value=0) %}
2
+ {%- set video_count = namespace(value=0) %}
3
+ {%- macro render_content(content, do_vision_count, is_system_content=false) %}
4
+ {%- if content is string %}
5
+ {{- content }}
6
+ {%- elif content is iterable and content is not mapping %}
7
+ {%- for item in content %}
8
+ {%- if 'image' in item or 'image_url' in item or item.type == 'image' %}
9
+ {%- if is_system_content %}
10
+ {{- raise_exception('System message cannot contain images.') }}
11
+ {%- endif %}
12
+ {%- if do_vision_count %}
13
+ {%- set image_count.value = image_count.value + 1 %}
14
+ {%- endif %}
15
+ {%- if add_vision_id %}
16
+ {{- 'Picture ' ~ image_count.value ~ ': ' }}
17
+ {%- endif %}
18
+ {{- '<|vision_start|><|image_pad|><|vision_end|>' }}
19
+ {%- elif 'video' in item or item.type == 'video' %}
20
+ {%- if is_system_content %}
21
+ {{- raise_exception('System message cannot contain videos.') }}
22
+ {%- endif %}
23
+ {%- if do_vision_count %}
24
+ {%- set video_count.value = video_count.value + 1 %}
25
+ {%- endif %}
26
+ {%- if add_vision_id %}
27
+ {{- 'Video ' ~ video_count.value ~ ': ' }}
28
+ {%- endif %}
29
+ {{- '<|vision_start|><|video_pad|><|vision_end|>' }}
30
+ {%- elif 'text' in item %}
31
+ {{- item.text }}
32
+ {%- else %}
33
+ {{- raise_exception('Unexpected item type in content.') }}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- elif content is none or content is undefined %}
37
+ {{- '' }}
38
+ {%- else %}
39
+ {{- raise_exception('Unexpected content type.') }}
40
+ {%- endif %}
41
+ {%- endmacro %}
42
+ {%- if not messages %}
43
+ {{- raise_exception('No messages provided.') }}
44
+ {%- endif %}
45
+ {%- if tools and tools is iterable and tools is not mapping %}
46
+ {{- '<|im_start|>system\n' }}
47
+ {{- "# Tools\n\nYou have access to the following functions:\n\n<tools>" }}
48
+ {%- for tool in tools %}
49
+ {{- "\n" }}
50
+ {{- tool | tojson }}
51
+ {%- endfor %}
52
+ {{- "\n</tools>" }}
53
+ {{- '\n\nIf you choose to call a function ONLY reply in the following format with NO suffix:\n\n<tool_call>\n<function=example_function_name>\n<parameter=example_parameter_1>\nvalue_1\n</parameter>\n<parameter=example_parameter_2>\nThis is the value for the second parameter\nthat can span\nmultiple lines\n</parameter>\n</function>\n</tool_call>\n\n<IMPORTANT>\nReminder:\n- Function calls MUST follow the specified format: an inner <function=...></function> block must be nested within <tool_call></tool_call> XML tags\n- Required parameters MUST be specified\n- You may provide optional reasoning for your function call in natural language BEFORE the function call, but NOT after\n- If there is no function call available, answer the question like normal with your current knowledge and do not tell the user about function calls\n</IMPORTANT>' }}
54
+ {%- if messages[0].role == 'system' %}
55
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
56
+ {%- if content %}
57
+ {{- '\n\n' + content }}
58
+ {%- endif %}
59
+ {%- endif %}
60
+ {{- '<|im_end|>\n' }}
61
+ {%- else %}
62
+ {%- if messages[0].role == 'system' %}
63
+ {%- set content = render_content(messages[0].content, false, true)|trim %}
64
+ {{- '<|im_start|>system\n' + content + '<|im_end|>\n' }}
65
+ {%- endif %}
66
+ {%- endif %}
67
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
68
+ {%- for message in messages[::-1] %}
69
+ {%- set index = (messages|length - 1) - loop.index0 %}
70
+ {%- if ns.multi_step_tool and message.role == "user" %}
71
+ {%- set content = render_content(message.content, false)|trim %}
72
+ {%- if not(content.startswith('<tool_response>') and content.endswith('</tool_response>')) %}
73
+ {%- set ns.multi_step_tool = false %}
74
+ {%- set ns.last_query_index = index %}
75
+ {%- endif %}
76
+ {%- endif %}
77
+ {%- endfor %}
78
+ {%- if ns.multi_step_tool %}
79
+ {{- raise_exception('No user query found in messages.') }}
80
+ {%- endif %}
81
+ {%- for message in messages %}
82
+ {%- set content = render_content(message.content, true)|trim %}
83
+ {%- if message.role == "system" %}
84
+ {%- if not loop.first %}
85
+ {{- raise_exception('System message must be at the beginning.') }}
86
+ {%- endif %}
87
+ {%- elif message.role == "user" %}
88
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
89
+ {%- elif message.role == "assistant" %}
90
+ {%- set reasoning_content = '' %}
91
+ {%- if message.reasoning_content is string %}
92
+ {%- set reasoning_content = message.reasoning_content %}
93
+ {%- else %}
94
+ {%- if '</think>' in content %}
95
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
96
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
97
+ {%- endif %}
98
+ {%- endif %}
99
+ {%- set reasoning_content = reasoning_content|trim %}
100
+ {%- if loop.index0 > ns.last_query_index %}
101
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content + '\n</think>\n\n' + content }}
102
+ {%- else %}
103
+ {{- '<|im_start|>' + message.role + '\n' + content }}
104
+ {%- endif %}
105
+ {%- if message.tool_calls and message.tool_calls is iterable and message.tool_calls is not mapping %}
106
+ {%- for tool_call in message.tool_calls %}
107
+ {%- if tool_call.function is defined %}
108
+ {%- set tool_call = tool_call.function %}
109
+ {%- endif %}
110
+ {%- if loop.first %}
111
+ {%- if content|trim %}
112
+ {{- '\n\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
113
+ {%- else %}
114
+ {{- '<tool_call>\n<function=' + tool_call.name + '>\n' }}
115
+ {%- endif %}
116
+ {%- else %}
117
+ {{- '\n<tool_call>\n<function=' + tool_call.name + '>\n' }}
118
+ {%- endif %}
119
+ {%- if tool_call.arguments is mapping %}
120
+ {%- for args_name in tool_call.arguments %}
121
+ {%- set args_value = tool_call.arguments[args_name] %}
122
+ {{- '<parameter=' + args_name + '>\n' }}
123
+ {%- set args_value = args_value | tojson | safe if args_value is mapping or (args_value is sequence and args_value is not string) else args_value | string %}
124
+ {{- args_value }}
125
+ {{- '\n</parameter>\n' }}
126
+ {%- endfor %}
127
+ {%- endif %}
128
+ {{- '</function>\n</tool_call>' }}
129
+ {%- endfor %}
130
+ {%- endif %}
131
+ {{- '<|im_end|>\n' }}
132
+ {%- elif message.role == "tool" %}
133
+ {%- if loop.previtem and loop.previtem.role != "tool" %}
134
+ {{- '<|im_start|>user' }}
135
+ {%- endif %}
136
+ {{- '\n<tool_response>\n' }}
137
+ {{- content }}
138
+ {{- '\n</tool_response>' }}
139
+ {%- if not loop.last and loop.nextitem.role != "tool" %}
140
+ {{- '<|im_end|>\n' }}
141
+ {%- elif loop.last %}
142
+ {{- '<|im_end|>\n' }}
143
+ {%- endif %}
144
+ {%- else %}
145
+ {{- raise_exception('Unexpected message role.') }}
146
+ {%- endif %}
147
+ {%- endfor %}
148
+ {%- if add_generation_prompt %}
149
+ {{- '<|im_start|>assistant\n' }}
150
+ {%- if enable_thinking is defined and enable_thinking is true %}
151
+ {{- '<think>\n' }}
152
+ {%- else %}
153
+ {{- '<think>\n\n</think>\n\n' }}
154
+ {%- endif %}
155
+ {%- endif %}
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7889ad2ac124041ed59c781202d17b097c8c02f223a9feeb1398a3da8b7b9534
3
+ size 133908547
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181c5f0270cf39930062ddfa3767a2481d0c360f120b11f8e25dbf533a1cdaba
3
+ size 14645
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:496146030cfe1a5338065134f482cf710853ba3a1c0a54080fa18222b1696996
3
+ size 1465
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1ed2db726bd54c518f2f92d5b0e64e74da888bd8ddcd3003e4b650182892dd
3
+ size 19989511
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "audio_bos_token": "<|audio_start|>",
4
+ "audio_eos_token": "<|audio_end|>",
5
+ "audio_token": "<|audio_pad|>",
6
+ "backend": "tokenizers",
7
+ "bos_token": null,
8
+ "clean_up_tokenization_spaces": false,
9
+ "eos_token": "<|im_end|>",
10
+ "errors": "replace",
11
+ "image_token": "<|image_pad|>",
12
+ "is_local": false,
13
+ "max_length": null,
14
+ "model_max_length": 262144,
15
+ "model_specific_special_tokens": {
16
+ "audio_bos_token": "<|audio_start|>",
17
+ "audio_eos_token": "<|audio_end|>",
18
+ "audio_token": "<|audio_pad|>",
19
+ "image_token": "<|image_pad|>",
20
+ "video_token": "<|video_pad|>",
21
+ "vision_bos_token": "<|vision_start|>",
22
+ "vision_eos_token": "<|vision_end|>"
23
+ },
24
+ "pad_to_multiple_of": null,
25
+ "pad_token": "<|vision_pad|>",
26
+ "pad_token_type_id": 0,
27
+ "padding_side": "right",
28
+ "pretokenize_regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?[\\p{L}\\p{M}]+|\\p{N}| ?[^\\s\\p{L}\\p{M}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+",
29
+ "processor_class": "Qwen3VLProcessor",
30
+ "split_special_tokens": false,
31
+ "tokenizer_class": "TokenizersBackend",
32
+ "unk_token": null,
33
+ "video_token": "<|video_pad|>",
34
+ "vision_bos_token": "<|vision_start|>",
35
+ "vision_eos_token": "<|vision_end|>"
36
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,750 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 100,
3
+ "best_metric": 2.098806142807007,
4
+ "best_model_checkpoint": "outputs/checkpoint-100",
5
+ "epoch": 0.16722408026755853,
6
+ "eval_steps": 50,
7
+ "global_step": 100,
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.0016722408026755853,
14
+ "grad_norm": 0.38176479935646057,
15
+ "learning_rate": 0.0,
16
+ "loss": 2.5405449867248535,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.0033444816053511705,
21
+ "grad_norm": 0.3863924443721771,
22
+ "learning_rate": 1.0000000000000002e-06,
23
+ "loss": 2.5706820487976074,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.005016722408026756,
28
+ "grad_norm": 0.38090434670448303,
29
+ "learning_rate": 2.0000000000000003e-06,
30
+ "loss": 2.4079113006591797,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.006688963210702341,
35
+ "grad_norm": 0.3651861548423767,
36
+ "learning_rate": 3e-06,
37
+ "loss": 2.518754482269287,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.008361204013377926,
42
+ "grad_norm": 0.34921562671661377,
43
+ "learning_rate": 4.000000000000001e-06,
44
+ "loss": 2.6707491874694824,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.010033444816053512,
49
+ "grad_norm": 0.3571092188358307,
50
+ "learning_rate": 5e-06,
51
+ "loss": 2.63041615486145,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.011705685618729096,
56
+ "grad_norm": 0.30996108055114746,
57
+ "learning_rate": 6e-06,
58
+ "loss": 2.339555025100708,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.013377926421404682,
63
+ "grad_norm": 0.3148624002933502,
64
+ "learning_rate": 7.000000000000001e-06,
65
+ "loss": 2.4072012901306152,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.015050167224080268,
70
+ "grad_norm": 0.2992551028728485,
71
+ "learning_rate": 8.000000000000001e-06,
72
+ "loss": 2.274501085281372,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.016722408026755852,
77
+ "grad_norm": 0.3154502809047699,
78
+ "learning_rate": 9e-06,
79
+ "loss": 2.2910003662109375,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.01839464882943144,
84
+ "grad_norm": 0.293966144323349,
85
+ "learning_rate": 1e-05,
86
+ "loss": 2.117583990097046,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.020066889632107024,
91
+ "grad_norm": 0.28412389755249023,
92
+ "learning_rate": 1.1000000000000001e-05,
93
+ "loss": 2.3676304817199707,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.021739130434782608,
98
+ "grad_norm": 0.2753812372684479,
99
+ "learning_rate": 1.2e-05,
100
+ "loss": 2.2327308654785156,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.023411371237458192,
105
+ "grad_norm": 0.28227680921554565,
106
+ "learning_rate": 1.3000000000000001e-05,
107
+ "loss": 2.3993568420410156,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.02508361204013378,
112
+ "grad_norm": 0.2589273154735565,
113
+ "learning_rate": 1.4000000000000001e-05,
114
+ "loss": 2.1358113288879395,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.026755852842809364,
119
+ "grad_norm": 0.26599785685539246,
120
+ "learning_rate": 1.5e-05,
121
+ "loss": 2.345439910888672,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.028428093645484948,
126
+ "grad_norm": 0.2815406322479248,
127
+ "learning_rate": 1.6000000000000003e-05,
128
+ "loss": 2.2245261669158936,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.030100334448160536,
133
+ "grad_norm": 0.27380988001823425,
134
+ "learning_rate": 1.7000000000000003e-05,
135
+ "loss": 2.3463568687438965,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.03177257525083612,
140
+ "grad_norm": 0.2627098858356476,
141
+ "learning_rate": 1.8e-05,
142
+ "loss": 2.2253236770629883,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.033444816053511704,
147
+ "grad_norm": 0.27558737993240356,
148
+ "learning_rate": 1.9e-05,
149
+ "loss": 2.3250656127929688,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.03511705685618729,
154
+ "grad_norm": 0.26542922854423523,
155
+ "learning_rate": 2e-05,
156
+ "loss": 2.311331272125244,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.03678929765886288,
161
+ "grad_norm": 0.24517229199409485,
162
+ "learning_rate": 2.1e-05,
163
+ "loss": 2.237063407897949,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.038461538461538464,
168
+ "grad_norm": 0.26290303468704224,
169
+ "learning_rate": 2.2000000000000003e-05,
170
+ "loss": 2.1019535064697266,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.04013377926421405,
175
+ "grad_norm": 0.27270379662513733,
176
+ "learning_rate": 2.3000000000000003e-05,
177
+ "loss": 2.462096691131592,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.04180602006688963,
182
+ "grad_norm": 0.25506964325904846,
183
+ "learning_rate": 2.4e-05,
184
+ "loss": 2.3474302291870117,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.043478260869565216,
189
+ "grad_norm": 0.26578274369239807,
190
+ "learning_rate": 2.5e-05,
191
+ "loss": 2.304905891418457,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.0451505016722408,
196
+ "grad_norm": 0.24354791641235352,
197
+ "learning_rate": 2.6000000000000002e-05,
198
+ "loss": 2.39194393157959,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.046822742474916385,
203
+ "grad_norm": 0.2383531630039215,
204
+ "learning_rate": 2.7000000000000002e-05,
205
+ "loss": 2.3134772777557373,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.048494983277591976,
210
+ "grad_norm": 0.22968199849128723,
211
+ "learning_rate": 2.8000000000000003e-05,
212
+ "loss": 2.410012722015381,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.05016722408026756,
217
+ "grad_norm": 0.23753595352172852,
218
+ "learning_rate": 2.9e-05,
219
+ "loss": 2.465787172317505,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.051839464882943144,
224
+ "grad_norm": 0.238163560628891,
225
+ "learning_rate": 3e-05,
226
+ "loss": 2.20297908782959,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.05351170568561873,
231
+ "grad_norm": 0.22636958956718445,
232
+ "learning_rate": 3.1e-05,
233
+ "loss": 2.3261399269104004,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.05518394648829431,
238
+ "grad_norm": 0.21953736245632172,
239
+ "learning_rate": 3.2000000000000005e-05,
240
+ "loss": 2.2845261096954346,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.056856187290969896,
245
+ "grad_norm": 0.21505765616893768,
246
+ "learning_rate": 3.3e-05,
247
+ "loss": 2.270563840866089,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.05852842809364549,
252
+ "grad_norm": 0.2273777723312378,
253
+ "learning_rate": 3.4000000000000007e-05,
254
+ "loss": 1.8700882196426392,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.06020066889632107,
259
+ "grad_norm": 0.20367667078971863,
260
+ "learning_rate": 3.5e-05,
261
+ "loss": 2.0629723072052,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.061872909698996656,
266
+ "grad_norm": 0.20485319197177887,
267
+ "learning_rate": 3.6e-05,
268
+ "loss": 2.1234402656555176,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.06354515050167224,
273
+ "grad_norm": 0.19171497225761414,
274
+ "learning_rate": 3.7e-05,
275
+ "loss": 2.0463805198669434,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.06521739130434782,
280
+ "grad_norm": 0.1912958025932312,
281
+ "learning_rate": 3.8e-05,
282
+ "loss": 2.216125249862671,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.06688963210702341,
287
+ "grad_norm": 0.19249388575553894,
288
+ "learning_rate": 3.9000000000000006e-05,
289
+ "loss": 2.2041821479797363,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.06856187290969899,
294
+ "grad_norm": 0.1936221569776535,
295
+ "learning_rate": 4e-05,
296
+ "loss": 2.1662070751190186,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.07023411371237458,
301
+ "grad_norm": 0.1993844211101532,
302
+ "learning_rate": 4.1e-05,
303
+ "loss": 2.287942409515381,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.07190635451505016,
308
+ "grad_norm": 0.20625868439674377,
309
+ "learning_rate": 4.2e-05,
310
+ "loss": 2.267214298248291,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.07357859531772576,
315
+ "grad_norm": 0.19346342980861664,
316
+ "learning_rate": 4.3e-05,
317
+ "loss": 2.253652334213257,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.07525083612040134,
322
+ "grad_norm": 0.20563004910945892,
323
+ "learning_rate": 4.4000000000000006e-05,
324
+ "loss": 2.4328486919403076,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.07692307692307693,
329
+ "grad_norm": 0.19112901389598846,
330
+ "learning_rate": 4.5e-05,
331
+ "loss": 2.0665080547332764,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.07859531772575251,
336
+ "grad_norm": 0.19142839312553406,
337
+ "learning_rate": 4.600000000000001e-05,
338
+ "loss": 2.1417431831359863,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.0802675585284281,
343
+ "grad_norm": 0.1932162344455719,
344
+ "learning_rate": 4.7e-05,
345
+ "loss": 2.180418014526367,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.08193979933110368,
350
+ "grad_norm": 0.192726269364357,
351
+ "learning_rate": 4.8e-05,
352
+ "loss": 2.154813766479492,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.08361204013377926,
357
+ "grad_norm": 0.19840998947620392,
358
+ "learning_rate": 4.9e-05,
359
+ "loss": 1.919130563735962,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.08361204013377926,
364
+ "eval_loss": 2.1689765453338623,
365
+ "eval_runtime": 53.6146,
366
+ "eval_samples_per_second": 5.409,
367
+ "eval_steps_per_second": 0.69,
368
+ "step": 50
369
+ },
370
+ {
371
+ "epoch": 0.08528428093645485,
372
+ "grad_norm": 0.19670133292675018,
373
+ "learning_rate": 5e-05,
374
+ "loss": 1.9985733032226562,
375
+ "step": 51
376
+ },
377
+ {
378
+ "epoch": 0.08695652173913043,
379
+ "grad_norm": 0.19009652733802795,
380
+ "learning_rate": 4.999990606222893e-05,
381
+ "loss": 2.2050139904022217,
382
+ "step": 52
383
+ },
384
+ {
385
+ "epoch": 0.08862876254180602,
386
+ "grad_norm": 0.1971072107553482,
387
+ "learning_rate": 4.999962424962166e-05,
388
+ "loss": 2.1845619678497314,
389
+ "step": 53
390
+ },
391
+ {
392
+ "epoch": 0.0903010033444816,
393
+ "grad_norm": 0.2038855403661728,
394
+ "learning_rate": 4.9999154564296014e-05,
395
+ "loss": 2.3458776473999023,
396
+ "step": 54
397
+ },
398
+ {
399
+ "epoch": 0.09197324414715718,
400
+ "grad_norm": 0.19243484735488892,
401
+ "learning_rate": 4.99984970097817e-05,
402
+ "loss": 2.075857400894165,
403
+ "step": 55
404
+ },
405
+ {
406
+ "epoch": 0.09364548494983277,
407
+ "grad_norm": 0.19311830401420593,
408
+ "learning_rate": 4.9997651591020244e-05,
409
+ "loss": 2.239793300628662,
410
+ "step": 56
411
+ },
412
+ {
413
+ "epoch": 0.09531772575250837,
414
+ "grad_norm": 0.18581415712833405,
415
+ "learning_rate": 4.999661831436499e-05,
416
+ "loss": 1.9656310081481934,
417
+ "step": 57
418
+ },
419
+ {
420
+ "epoch": 0.09698996655518395,
421
+ "grad_norm": 0.19317124783992767,
422
+ "learning_rate": 4.999539718758103e-05,
423
+ "loss": 1.946683645248413,
424
+ "step": 58
425
+ },
426
+ {
427
+ "epoch": 0.09866220735785954,
428
+ "grad_norm": 0.197378471493721,
429
+ "learning_rate": 4.9993988219845155e-05,
430
+ "loss": 2.2046024799346924,
431
+ "step": 59
432
+ },
433
+ {
434
+ "epoch": 0.10033444816053512,
435
+ "grad_norm": 0.18865209817886353,
436
+ "learning_rate": 4.999239142174581e-05,
437
+ "loss": 2.0251049995422363,
438
+ "step": 60
439
+ },
440
+ {
441
+ "epoch": 0.1020066889632107,
442
+ "grad_norm": 0.1784912347793579,
443
+ "learning_rate": 4.999060680528294e-05,
444
+ "loss": 2.0511417388916016,
445
+ "step": 61
446
+ },
447
+ {
448
+ "epoch": 0.10367892976588629,
449
+ "grad_norm": 0.18456633388996124,
450
+ "learning_rate": 4.9988634383868e-05,
451
+ "loss": 2.1912736892700195,
452
+ "step": 62
453
+ },
454
+ {
455
+ "epoch": 0.10535117056856187,
456
+ "grad_norm": 0.2030232548713684,
457
+ "learning_rate": 4.998647417232375e-05,
458
+ "loss": 2.212289333343506,
459
+ "step": 63
460
+ },
461
+ {
462
+ "epoch": 0.10702341137123746,
463
+ "grad_norm": 0.20037592947483063,
464
+ "learning_rate": 4.998412618688426e-05,
465
+ "loss": 2.368549108505249,
466
+ "step": 64
467
+ },
468
+ {
469
+ "epoch": 0.10869565217391304,
470
+ "grad_norm": 0.1845935583114624,
471
+ "learning_rate": 4.998159044519467e-05,
472
+ "loss": 2.0075881481170654,
473
+ "step": 65
474
+ },
475
+ {
476
+ "epoch": 0.11036789297658862,
477
+ "grad_norm": 0.1728951334953308,
478
+ "learning_rate": 4.997886696631114e-05,
479
+ "loss": 1.7942906618118286,
480
+ "step": 66
481
+ },
482
+ {
483
+ "epoch": 0.11204013377926421,
484
+ "grad_norm": 0.1956566423177719,
485
+ "learning_rate": 4.997595577070068e-05,
486
+ "loss": 2.1896004676818848,
487
+ "step": 67
488
+ },
489
+ {
490
+ "epoch": 0.11371237458193979,
491
+ "grad_norm": 0.19422873854637146,
492
+ "learning_rate": 4.997285688024097e-05,
493
+ "loss": 2.2183022499084473,
494
+ "step": 68
495
+ },
496
+ {
497
+ "epoch": 0.11538461538461539,
498
+ "grad_norm": 0.18770937621593475,
499
+ "learning_rate": 4.996957031822026e-05,
500
+ "loss": 2.216918468475342,
501
+ "step": 69
502
+ },
503
+ {
504
+ "epoch": 0.11705685618729098,
505
+ "grad_norm": 0.18152710795402527,
506
+ "learning_rate": 4.9966096109337125e-05,
507
+ "loss": 2.077253818511963,
508
+ "step": 70
509
+ },
510
+ {
511
+ "epoch": 0.11872909698996656,
512
+ "grad_norm": 0.1974731683731079,
513
+ "learning_rate": 4.9962434279700316e-05,
514
+ "loss": 2.190537214279175,
515
+ "step": 71
516
+ },
517
+ {
518
+ "epoch": 0.12040133779264214,
519
+ "grad_norm": 0.19100582599639893,
520
+ "learning_rate": 4.995858485682857e-05,
521
+ "loss": 2.0946106910705566,
522
+ "step": 72
523
+ },
524
+ {
525
+ "epoch": 0.12207357859531773,
526
+ "grad_norm": 0.18676547706127167,
527
+ "learning_rate": 4.995454786965037e-05,
528
+ "loss": 2.059023380279541,
529
+ "step": 73
530
+ },
531
+ {
532
+ "epoch": 0.12374581939799331,
533
+ "grad_norm": 0.18434637784957886,
534
+ "learning_rate": 4.995032334850378e-05,
535
+ "loss": 2.257655620574951,
536
+ "step": 74
537
+ },
538
+ {
539
+ "epoch": 0.1254180602006689,
540
+ "grad_norm": 0.17650358378887177,
541
+ "learning_rate": 4.994591132513616e-05,
542
+ "loss": 2.0284299850463867,
543
+ "step": 75
544
+ },
545
+ {
546
+ "epoch": 0.12709030100334448,
547
+ "grad_norm": 0.1923069953918457,
548
+ "learning_rate": 4.9941311832703954e-05,
549
+ "loss": 2.1362569332122803,
550
+ "step": 76
551
+ },
552
+ {
553
+ "epoch": 0.12876254180602006,
554
+ "grad_norm": 0.18510261178016663,
555
+ "learning_rate": 4.9936524905772464e-05,
556
+ "loss": 2.2258315086364746,
557
+ "step": 77
558
+ },
559
+ {
560
+ "epoch": 0.13043478260869565,
561
+ "grad_norm": 0.1786947250366211,
562
+ "learning_rate": 4.993155058031553e-05,
563
+ "loss": 2.026611804962158,
564
+ "step": 78
565
+ },
566
+ {
567
+ "epoch": 0.13210702341137123,
568
+ "grad_norm": 0.18843066692352295,
569
+ "learning_rate": 4.9926388893715336e-05,
570
+ "loss": 2.0689358711242676,
571
+ "step": 79
572
+ },
573
+ {
574
+ "epoch": 0.13377926421404682,
575
+ "grad_norm": 0.1874157041311264,
576
+ "learning_rate": 4.9921039884762057e-05,
577
+ "loss": 2.039890766143799,
578
+ "step": 80
579
+ },
580
+ {
581
+ "epoch": 0.1354515050167224,
582
+ "grad_norm": 0.19043266773223877,
583
+ "learning_rate": 4.99155035936536e-05,
584
+ "loss": 2.089595079421997,
585
+ "step": 81
586
+ },
587
+ {
588
+ "epoch": 0.13712374581939799,
589
+ "grad_norm": 0.19001848995685577,
590
+ "learning_rate": 4.990978006199534e-05,
591
+ "loss": 2.1025328636169434,
592
+ "step": 82
593
+ },
594
+ {
595
+ "epoch": 0.13879598662207357,
596
+ "grad_norm": 0.19024235010147095,
597
+ "learning_rate": 4.990386933279972e-05,
598
+ "loss": 2.195220947265625,
599
+ "step": 83
600
+ },
601
+ {
602
+ "epoch": 0.14046822742474915,
603
+ "grad_norm": 0.18753422796726227,
604
+ "learning_rate": 4.9897771450486005e-05,
605
+ "loss": 2.152156352996826,
606
+ "step": 84
607
+ },
608
+ {
609
+ "epoch": 0.14214046822742474,
610
+ "grad_norm": 0.19426162540912628,
611
+ "learning_rate": 4.989148646087992e-05,
612
+ "loss": 2.3606603145599365,
613
+ "step": 85
614
+ },
615
+ {
616
+ "epoch": 0.14381270903010032,
617
+ "grad_norm": 0.183818519115448,
618
+ "learning_rate": 4.9885014411213285e-05,
619
+ "loss": 2.2476768493652344,
620
+ "step": 86
621
+ },
622
+ {
623
+ "epoch": 0.1454849498327759,
624
+ "grad_norm": 0.1993173211812973,
625
+ "learning_rate": 4.98783553501237e-05,
626
+ "loss": 2.1174585819244385,
627
+ "step": 87
628
+ },
629
+ {
630
+ "epoch": 0.14715719063545152,
631
+ "grad_norm": 0.19466209411621094,
632
+ "learning_rate": 4.987150932765415e-05,
633
+ "loss": 2.2370152473449707,
634
+ "step": 88
635
+ },
636
+ {
637
+ "epoch": 0.1488294314381271,
638
+ "grad_norm": 0.1947641521692276,
639
+ "learning_rate": 4.9864476395252656e-05,
640
+ "loss": 2.1011266708374023,
641
+ "step": 89
642
+ },
643
+ {
644
+ "epoch": 0.1505016722408027,
645
+ "grad_norm": 0.18737825751304626,
646
+ "learning_rate": 4.985725660577184e-05,
647
+ "loss": 1.9906926155090332,
648
+ "step": 90
649
+ },
650
+ {
651
+ "epoch": 0.15217391304347827,
652
+ "grad_norm": 0.19724318385124207,
653
+ "learning_rate": 4.9849850013468585e-05,
654
+ "loss": 2.198242425918579,
655
+ "step": 91
656
+ },
657
+ {
658
+ "epoch": 0.15384615384615385,
659
+ "grad_norm": 0.19591163098812103,
660
+ "learning_rate": 4.984225667400359e-05,
661
+ "loss": 2.3601245880126953,
662
+ "step": 92
663
+ },
664
+ {
665
+ "epoch": 0.15551839464882944,
666
+ "grad_norm": 0.18914982676506042,
667
+ "learning_rate": 4.983447664444097e-05,
668
+ "loss": 2.009472370147705,
669
+ "step": 93
670
+ },
671
+ {
672
+ "epoch": 0.15719063545150502,
673
+ "grad_norm": 0.190302312374115,
674
+ "learning_rate": 4.982650998324781e-05,
675
+ "loss": 2.210813522338867,
676
+ "step": 94
677
+ },
678
+ {
679
+ "epoch": 0.1588628762541806,
680
+ "grad_norm": 0.19149638712406158,
681
+ "learning_rate": 4.981835675029375e-05,
682
+ "loss": 2.0049889087677,
683
+ "step": 95
684
+ },
685
+ {
686
+ "epoch": 0.1605351170568562,
687
+ "grad_norm": 0.18932048976421356,
688
+ "learning_rate": 4.98100170068505e-05,
689
+ "loss": 2.1976382732391357,
690
+ "step": 96
691
+ },
692
+ {
693
+ "epoch": 0.16220735785953178,
694
+ "grad_norm": 0.18871530890464783,
695
+ "learning_rate": 4.980149081559142e-05,
696
+ "loss": 2.002146005630493,
697
+ "step": 97
698
+ },
699
+ {
700
+ "epoch": 0.16387959866220736,
701
+ "grad_norm": 0.2008277177810669,
702
+ "learning_rate": 4.979277824059103e-05,
703
+ "loss": 2.2870335578918457,
704
+ "step": 98
705
+ },
706
+ {
707
+ "epoch": 0.16555183946488294,
708
+ "grad_norm": 0.19333308935165405,
709
+ "learning_rate": 4.9783879347324503e-05,
710
+ "loss": 2.0672895908355713,
711
+ "step": 99
712
+ },
713
+ {
714
+ "epoch": 0.16722408026755853,
715
+ "grad_norm": 0.20062953233718872,
716
+ "learning_rate": 4.977479420266723e-05,
717
+ "loss": 2.2937071323394775,
718
+ "step": 100
719
+ },
720
+ {
721
+ "epoch": 0.16722408026755853,
722
+ "eval_loss": 2.098806142807007,
723
+ "eval_runtime": 54.3052,
724
+ "eval_samples_per_second": 5.34,
725
+ "eval_steps_per_second": 0.681,
726
+ "step": 100
727
+ }
728
+ ],
729
+ "logging_steps": 1,
730
+ "max_steps": 1196,
731
+ "num_input_tokens_seen": 0,
732
+ "num_train_epochs": 2,
733
+ "save_steps": 50,
734
+ "stateful_callbacks": {
735
+ "TrainerControl": {
736
+ "args": {
737
+ "should_epoch_stop": false,
738
+ "should_evaluate": false,
739
+ "should_log": false,
740
+ "should_save": true,
741
+ "should_training_stop": false
742
+ },
743
+ "attributes": {}
744
+ }
745
+ },
746
+ "total_flos": 1.173372197142528e+17,
747
+ "train_batch_size": 12,
748
+ "trial_name": null,
749
+ "trial_params": null
750
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b147a147d2456259d4b2d4dd191a4afe4a30784076a324c95de6604c69e54f0f
3
+ size 5585