sahil-theloops commited on
Commit
39dd182
·
verified ·
1 Parent(s): 924b4a7

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ 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
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-8B
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-8B",
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": 16,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "down_proj",
28
+ "o_proj",
29
+ "up_proj",
30
+ "k_proj",
31
+ "q_proj",
32
+ "v_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a565e26dd3ca9f5937e37c1eb1d628b3c67fc082232cf99de40ab656df88ff18
3
+ size 349243752
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
chat_template.jinja ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ {%- if enable_thinking is defined and enable_thinking is false %}
87
+ {{- '<think>\n\n</think>\n\n' }}
88
+ {%- endif %}
89
+ {%- endif %}
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56930aea70938c6b332e53276e116098663130b74afc376af916c386d0013e3c
3
+ size 177919028
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:800f5d7dbad54cb4b752acd04b5819b97456d681a09cf651dcd762da8f27132f
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0834abff2e2be0e31897a2d43e27b51aef41dd8aa02ef4a01493c70895515be6
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
tokenizer_config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 131072,
235
+ "pad_token": "<|endoftext|>",
236
+ "split_special_tokens": false,
237
+ "tokenizer_class": "Qwen2Tokenizer",
238
+ "unk_token": null
239
+ }
trainer_state.json ADDED
@@ -0,0 +1,574 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.066477070742979,
6
+ "eval_steps": 500,
7
+ "global_step": 3000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.017774617845716316,
14
+ "grad_norm": 0.35813066363334656,
15
+ "learning_rate": 4.3516873889875667e-07,
16
+ "loss": 2.0692,
17
+ "mean_token_accuracy": 0.6023900508880615,
18
+ "num_tokens": 204800.0,
19
+ "step": 50
20
+ },
21
+ {
22
+ "epoch": 0.03554923569143263,
23
+ "grad_norm": 0.32111021876335144,
24
+ "learning_rate": 8.792184724689167e-07,
25
+ "loss": 2.0543,
26
+ "mean_token_accuracy": 0.6035288572311401,
27
+ "num_tokens": 409600.0,
28
+ "step": 100
29
+ },
30
+ {
31
+ "epoch": 0.053323853537148955,
32
+ "grad_norm": 0.32630783319473267,
33
+ "learning_rate": 1.3232682060390764e-06,
34
+ "loss": 2.0209,
35
+ "mean_token_accuracy": 0.6055229902267456,
36
+ "num_tokens": 614400.0,
37
+ "step": 150
38
+ },
39
+ {
40
+ "epoch": 0.07109847138286526,
41
+ "grad_norm": 0.28461402654647827,
42
+ "learning_rate": 1.7673179396092362e-06,
43
+ "loss": 1.9593,
44
+ "mean_token_accuracy": 0.6079961061477661,
45
+ "num_tokens": 819200.0,
46
+ "step": 200
47
+ },
48
+ {
49
+ "epoch": 0.08887308922858159,
50
+ "grad_norm": 0.26054471731185913,
51
+ "learning_rate": 2.211367673179396e-06,
52
+ "loss": 1.856,
53
+ "mean_token_accuracy": 0.619281530380249,
54
+ "num_tokens": 1024000.0,
55
+ "step": 250
56
+ },
57
+ {
58
+ "epoch": 0.10664770707429791,
59
+ "grad_norm": 0.2539742588996887,
60
+ "learning_rate": 2.6554174067495562e-06,
61
+ "loss": 1.7108,
62
+ "mean_token_accuracy": 0.6380449533462524,
63
+ "num_tokens": 1228800.0,
64
+ "step": 300
65
+ },
66
+ {
67
+ "epoch": 0.12442232492001422,
68
+ "grad_norm": 0.2737816274166107,
69
+ "learning_rate": 3.0994671403197163e-06,
70
+ "loss": 1.5271,
71
+ "mean_token_accuracy": 0.6642766416072845,
72
+ "num_tokens": 1433600.0,
73
+ "step": 350
74
+ },
75
+ {
76
+ "epoch": 0.14219694276573053,
77
+ "grad_norm": 0.4782876968383789,
78
+ "learning_rate": 3.543516873889876e-06,
79
+ "loss": 1.2194,
80
+ "mean_token_accuracy": 0.7056109464168548,
81
+ "num_tokens": 1638400.0,
82
+ "step": 400
83
+ },
84
+ {
85
+ "epoch": 0.15997156061144685,
86
+ "grad_norm": 0.33332306146621704,
87
+ "learning_rate": 3.987566607460036e-06,
88
+ "loss": 0.5046,
89
+ "mean_token_accuracy": 0.8682502424716949,
90
+ "num_tokens": 1843200.0,
91
+ "step": 450
92
+ },
93
+ {
94
+ "epoch": 0.17774617845716317,
95
+ "grad_norm": 0.07436951249837875,
96
+ "learning_rate": 4.431616341030196e-06,
97
+ "loss": 0.0607,
98
+ "mean_token_accuracy": 0.9876881837844849,
99
+ "num_tokens": 2048000.0,
100
+ "step": 500
101
+ },
102
+ {
103
+ "epoch": 0.1955207963028795,
104
+ "grad_norm": 0.0204151701182127,
105
+ "learning_rate": 4.875666074600356e-06,
106
+ "loss": 0.0215,
107
+ "mean_token_accuracy": 0.9962121248245239,
108
+ "num_tokens": 2252800.0,
109
+ "step": 550
110
+ },
111
+ {
112
+ "epoch": 0.21329541414859582,
113
+ "grad_norm": 0.02164212055504322,
114
+ "learning_rate": 4.999376292672713e-06,
115
+ "loss": 0.0167,
116
+ "mean_token_accuracy": 0.9970674514770508,
117
+ "num_tokens": 2457600.0,
118
+ "step": 600
119
+ },
120
+ {
121
+ "epoch": 0.23107003199431211,
122
+ "grad_norm": 0.020050790160894394,
123
+ "learning_rate": 4.996441329770864e-06,
124
+ "loss": 0.0139,
125
+ "mean_token_accuracy": 0.9980645179748535,
126
+ "num_tokens": 2662400.0,
127
+ "step": 650
128
+ },
129
+ {
130
+ "epoch": 0.24884464984002844,
131
+ "grad_norm": 0.01833987981081009,
132
+ "learning_rate": 4.991103606682987e-06,
133
+ "loss": 0.0114,
134
+ "mean_token_accuracy": 0.9990224838256836,
135
+ "num_tokens": 2867200.0,
136
+ "step": 700
137
+ },
138
+ {
139
+ "epoch": 0.26661926768574473,
140
+ "grad_norm": 0.017948873341083527,
141
+ "learning_rate": 4.983368260829447e-06,
142
+ "loss": 0.0097,
143
+ "mean_token_accuracy": 0.9990224838256836,
144
+ "num_tokens": 3072000.0,
145
+ "step": 750
146
+ },
147
+ {
148
+ "epoch": 0.28439388553146105,
149
+ "grad_norm": 0.016040902584791183,
150
+ "learning_rate": 4.973242737280479e-06,
151
+ "loss": 0.0088,
152
+ "mean_token_accuracy": 0.9990224838256836,
153
+ "num_tokens": 3276800.0,
154
+ "step": 800
155
+ },
156
+ {
157
+ "epoch": 0.3021685033771774,
158
+ "grad_norm": 0.019489038735628128,
159
+ "learning_rate": 4.9607367815905074e-06,
160
+ "loss": 0.0077,
161
+ "mean_token_accuracy": 0.9990224838256836,
162
+ "num_tokens": 3481600.0,
163
+ "step": 850
164
+ },
165
+ {
166
+ "epoch": 0.3199431212228937,
167
+ "grad_norm": 0.023746857419610023,
168
+ "learning_rate": 4.9458624304183e-06,
169
+ "loss": 0.0066,
170
+ "mean_token_accuracy": 0.9990224838256836,
171
+ "num_tokens": 3686400.0,
172
+ "step": 900
173
+ },
174
+ {
175
+ "epoch": 0.33771773906861,
176
+ "grad_norm": 0.02442137524485588,
177
+ "learning_rate": 4.928633999941995e-06,
178
+ "loss": 0.0052,
179
+ "mean_token_accuracy": 0.9994232654571533,
180
+ "num_tokens": 3891200.0,
181
+ "step": 950
182
+ },
183
+ {
184
+ "epoch": 0.35549235691432635,
185
+ "grad_norm": 0.024948744103312492,
186
+ "learning_rate": 4.909068072080152e-06,
187
+ "loss": 0.0033,
188
+ "mean_token_accuracy": 0.9999169111251831,
189
+ "num_tokens": 4096000.0,
190
+ "step": 1000
191
+ },
192
+ {
193
+ "epoch": 0.37326697476004267,
194
+ "grad_norm": 0.010364473797380924,
195
+ "learning_rate": 4.887183478532081e-06,
196
+ "loss": 0.0013,
197
+ "mean_token_accuracy": 1.0,
198
+ "num_tokens": 4300800.0,
199
+ "step": 1050
200
+ },
201
+ {
202
+ "epoch": 0.391041592605759,
203
+ "grad_norm": 0.004597879946231842,
204
+ "learning_rate": 4.86300128265282e-06,
205
+ "loss": 0.0005,
206
+ "mean_token_accuracy": 1.0,
207
+ "num_tokens": 4505600.0,
208
+ "step": 1100
209
+ },
210
+ {
211
+ "epoch": 0.4088162104514753,
212
+ "grad_norm": 0.0024459899868816137,
213
+ "learning_rate": 4.836544759180206e-06,
214
+ "loss": 0.0002,
215
+ "mean_token_accuracy": 1.0,
216
+ "num_tokens": 4710400.0,
217
+ "step": 1150
218
+ },
219
+ {
220
+ "epoch": 0.42659082829719164,
221
+ "grad_norm": 0.0013584563275799155,
222
+ "learning_rate": 4.807839371833534e-06,
223
+ "loss": 0.0002,
224
+ "mean_token_accuracy": 1.0,
225
+ "num_tokens": 4915200.0,
226
+ "step": 1200
227
+ },
228
+ {
229
+ "epoch": 0.4443654461429079,
230
+ "grad_norm": 0.0022760790307074785,
231
+ "learning_rate": 4.776912748805392e-06,
232
+ "loss": 0.0002,
233
+ "mean_token_accuracy": 1.0,
234
+ "num_tokens": 5120000.0,
235
+ "step": 1250
236
+ },
237
+ {
238
+ "epoch": 0.46214006398862423,
239
+ "grad_norm": 0.0010678465478122234,
240
+ "learning_rate": 4.743794656170235e-06,
241
+ "loss": 0.0001,
242
+ "mean_token_accuracy": 1.0,
243
+ "num_tokens": 5324800.0,
244
+ "step": 1300
245
+ },
246
+ {
247
+ "epoch": 0.47991468183434055,
248
+ "grad_norm": 0.0008997164550237358,
249
+ "learning_rate": 4.7085169692353175e-06,
250
+ "loss": 0.0001,
251
+ "mean_token_accuracy": 1.0,
252
+ "num_tokens": 5529600.0,
253
+ "step": 1350
254
+ },
255
+ {
256
+ "epoch": 0.4976892996800569,
257
+ "grad_norm": 0.0007172881159931421,
258
+ "learning_rate": 4.671113641861523e-06,
259
+ "loss": 0.0001,
260
+ "mean_token_accuracy": 1.0,
261
+ "num_tokens": 5734400.0,
262
+ "step": 1400
263
+ },
264
+ {
265
+ "epoch": 0.5154639175257731,
266
+ "grad_norm": 0.0006771351909264922,
267
+ "learning_rate": 4.631620673783662e-06,
268
+ "loss": 0.0001,
269
+ "mean_token_accuracy": 1.0,
270
+ "num_tokens": 5939200.0,
271
+ "step": 1450
272
+ },
273
+ {
274
+ "epoch": 0.5332385353714895,
275
+ "grad_norm": 0.0018679159693419933,
276
+ "learning_rate": 4.590076075961653e-06,
277
+ "loss": 0.0001,
278
+ "mean_token_accuracy": 1.0,
279
+ "num_tokens": 6144000.0,
280
+ "step": 1500
281
+ },
282
+ {
283
+ "epoch": 0.5510131532172058,
284
+ "grad_norm": 0.0005585107719525695,
285
+ "learning_rate": 4.546519833995959e-06,
286
+ "loss": 0.0001,
287
+ "mean_token_accuracy": 1.0,
288
+ "num_tokens": 6348800.0,
289
+ "step": 1550
290
+ },
291
+ {
292
+ "epoch": 0.5687877710629221,
293
+ "grad_norm": 0.0008035791106522083,
294
+ "learning_rate": 4.5009938696424816e-06,
295
+ "loss": 0.0001,
296
+ "mean_token_accuracy": 1.0,
297
+ "num_tokens": 6553600.0,
298
+ "step": 1600
299
+ },
300
+ {
301
+ "epoch": 0.5865623889086384,
302
+ "grad_norm": 0.0005080197588540614,
303
+ "learning_rate": 4.453542000463954e-06,
304
+ "loss": 0.0001,
305
+ "mean_token_accuracy": 1.0,
306
+ "num_tokens": 6758400.0,
307
+ "step": 1650
308
+ },
309
+ {
310
+ "epoch": 0.6043370067543548,
311
+ "grad_norm": 0.0005295136361382902,
312
+ "learning_rate": 4.404209897656672e-06,
313
+ "loss": 0.0001,
314
+ "mean_token_accuracy": 1.0,
315
+ "num_tokens": 6963200.0,
316
+ "step": 1700
317
+ },
318
+ {
319
+ "epoch": 0.6221116246000711,
320
+ "grad_norm": 0.0004332393582444638,
321
+ "learning_rate": 4.353045042093153e-06,
322
+ "loss": 0.0001,
323
+ "mean_token_accuracy": 1.0,
324
+ "num_tokens": 7168000.0,
325
+ "step": 1750
326
+ },
327
+ {
328
+ "epoch": 0.6398862424457874,
329
+ "grad_norm": 0.0006319705280475318,
330
+ "learning_rate": 4.3000966786230145e-06,
331
+ "loss": 0.0001,
332
+ "mean_token_accuracy": 1.0,
333
+ "num_tokens": 7372800.0,
334
+ "step": 1800
335
+ },
336
+ {
337
+ "epoch": 0.6576608602915037,
338
+ "grad_norm": 0.0003928539517801255,
339
+ "learning_rate": 4.245415768676092e-06,
340
+ "loss": 0.0001,
341
+ "mean_token_accuracy": 1.0,
342
+ "num_tokens": 7577600.0,
343
+ "step": 1850
344
+ },
345
+ {
346
+ "epoch": 0.67543547813722,
347
+ "grad_norm": 0.00046053010737523437,
348
+ "learning_rate": 4.189054941213374e-06,
349
+ "loss": 0.0001,
350
+ "mean_token_accuracy": 1.0,
351
+ "num_tokens": 7782400.0,
352
+ "step": 1900
353
+ },
354
+ {
355
+ "epoch": 0.6932100959829364,
356
+ "grad_norm": 0.0005214207340031862,
357
+ "learning_rate": 4.131068442072993e-06,
358
+ "loss": 0.0001,
359
+ "mean_token_accuracy": 1.0,
360
+ "num_tokens": 7987200.0,
361
+ "step": 1950
362
+ },
363
+ {
364
+ "epoch": 0.7109847138286527,
365
+ "grad_norm": 0.00034946095547638834,
366
+ "learning_rate": 4.071512081760004e-06,
367
+ "loss": 0.0001,
368
+ "mean_token_accuracy": 1.0,
369
+ "num_tokens": 8192000.0,
370
+ "step": 2000
371
+ },
372
+ {
373
+ "epoch": 0.728759331674369,
374
+ "grad_norm": 0.0003215207834728062,
375
+ "learning_rate": 4.010443181730227e-06,
376
+ "loss": 0.0001,
377
+ "mean_token_accuracy": 1.0,
378
+ "num_tokens": 8396800.0,
379
+ "step": 2050
380
+ },
381
+ {
382
+ "epoch": 0.7465339495200853,
383
+ "grad_norm": 0.000304091430734843,
384
+ "learning_rate": 3.947920519219819e-06,
385
+ "loss": 0.0,
386
+ "mean_token_accuracy": 1.0,
387
+ "num_tokens": 8601600.0,
388
+ "step": 2100
389
+ },
390
+ {
391
+ "epoch": 0.7643085673658017,
392
+ "grad_norm": 0.0002895969955716282,
393
+ "learning_rate": 3.884004270673711e-06,
394
+ "loss": 0.0,
395
+ "mean_token_accuracy": 1.0,
396
+ "num_tokens": 8806400.0,
397
+ "step": 2150
398
+ },
399
+ {
400
+ "epoch": 0.782083185211518,
401
+ "grad_norm": 0.000491043902002275,
402
+ "learning_rate": 3.8187559538273364e-06,
403
+ "loss": 0.0,
404
+ "mean_token_accuracy": 1.0,
405
+ "num_tokens": 9011200.0,
406
+ "step": 2200
407
+ },
408
+ {
409
+ "epoch": 0.7998578030572343,
410
+ "grad_norm": 0.0006208749837242067,
411
+ "learning_rate": 3.7522383684973994e-06,
412
+ "loss": 0.0,
413
+ "mean_token_accuracy": 1.0,
414
+ "num_tokens": 9216000.0,
415
+ "step": 2250
416
+ },
417
+ {
418
+ "epoch": 0.8176324209029506,
419
+ "grad_norm": 0.0002920223632827401,
420
+ "learning_rate": 3.684515536138678e-06,
421
+ "loss": 0.0,
422
+ "mean_token_accuracy": 1.0,
423
+ "num_tokens": 9420800.0,
424
+ "step": 2300
425
+ },
426
+ {
427
+ "epoch": 0.835407038748667,
428
+ "grad_norm": 0.0002676283475011587,
429
+ "learning_rate": 3.615652638225031e-06,
430
+ "loss": 0.0,
431
+ "mean_token_accuracy": 1.0,
432
+ "num_tokens": 9625600.0,
433
+ "step": 2350
434
+ },
435
+ {
436
+ "epoch": 0.8531816565943833,
437
+ "grad_norm": 0.00026544969296082854,
438
+ "learning_rate": 3.5457159535139164e-06,
439
+ "loss": 0.0,
440
+ "mean_token_accuracy": 1.0,
441
+ "num_tokens": 9830400.0,
442
+ "step": 2400
443
+ },
444
+ {
445
+ "epoch": 0.8709562744400995,
446
+ "grad_norm": 0.0002422648831270635,
447
+ "learning_rate": 3.474772794254798e-06,
448
+ "loss": 0.0,
449
+ "mean_token_accuracy": 1.0,
450
+ "num_tokens": 10035200.0,
451
+ "step": 2450
452
+ },
453
+ {
454
+ "epoch": 0.8887308922858158,
455
+ "grad_norm": 0.00023040748783387244,
456
+ "learning_rate": 3.4028914414028546e-06,
457
+ "loss": 0.0,
458
+ "mean_token_accuracy": 1.0,
459
+ "num_tokens": 10240000.0,
460
+ "step": 2500
461
+ },
462
+ {
463
+ "epoch": 0.9065055101315321,
464
+ "grad_norm": 0.00022141206136438996,
465
+ "learning_rate": 3.3301410789003196e-06,
466
+ "loss": 0.0,
467
+ "mean_token_accuracy": 1.0,
468
+ "num_tokens": 10444800.0,
469
+ "step": 2550
470
+ },
471
+ {
472
+ "epoch": 0.9242801279772485,
473
+ "grad_norm": 0.00022032092965673655,
474
+ "learning_rate": 3.256591727088731e-06,
475
+ "loss": 0.0,
476
+ "mean_token_accuracy": 1.0,
477
+ "num_tokens": 10649600.0,
478
+ "step": 2600
479
+ },
480
+ {
481
+ "epoch": 0.9420547458229648,
482
+ "grad_norm": 0.00034698573290370405,
483
+ "learning_rate": 3.182314175316163e-06,
484
+ "loss": 0.0,
485
+ "mean_token_accuracy": 1.0,
486
+ "num_tokens": 10854400.0,
487
+ "step": 2650
488
+ },
489
+ {
490
+ "epoch": 0.9598293636686811,
491
+ "grad_norm": 0.0002007318107644096,
492
+ "learning_rate": 3.1073799138043115e-06,
493
+ "loss": 0.0,
494
+ "mean_token_accuracy": 1.0,
495
+ "num_tokens": 11059200.0,
496
+ "step": 2700
497
+ },
498
+ {
499
+ "epoch": 0.9776039815143974,
500
+ "grad_norm": 0.0008882895344868302,
501
+ "learning_rate": 3.0318610648410037e-06,
502
+ "loss": 0.0,
503
+ "mean_token_accuracy": 1.0,
504
+ "num_tokens": 11264000.0,
505
+ "step": 2750
506
+ },
507
+ {
508
+ "epoch": 0.9953785993601137,
509
+ "grad_norm": 0.00027154191047884524,
510
+ "learning_rate": 2.955830313364363e-06,
511
+ "loss": 0.0,
512
+ "mean_token_accuracy": 1.0,
513
+ "num_tokens": 11468800.0,
514
+ "step": 2800
515
+ },
516
+ {
517
+ "epoch": 1.0131532172058302,
518
+ "grad_norm": 0.00027565049822442234,
519
+ "learning_rate": 2.879360837005437e-06,
520
+ "loss": 0.0,
521
+ "mean_token_accuracy": 1.0,
522
+ "num_tokens": 11671552.0,
523
+ "step": 2850
524
+ },
525
+ {
526
+ "epoch": 1.0309278350515463,
527
+ "grad_norm": 0.00022640528914052993,
528
+ "learning_rate": 2.80252623565662e-06,
529
+ "loss": 0.0,
530
+ "mean_token_accuracy": 1.0,
531
+ "num_tokens": 11876352.0,
532
+ "step": 2900
533
+ },
534
+ {
535
+ "epoch": 1.0487024528972626,
536
+ "grad_norm": 0.00019061467901337892,
537
+ "learning_rate": 2.725400460633664e-06,
538
+ "loss": 0.0,
539
+ "mean_token_accuracy": 1.0,
540
+ "num_tokens": 12081152.0,
541
+ "step": 2950
542
+ },
543
+ {
544
+ "epoch": 1.066477070742979,
545
+ "grad_norm": 0.00017320447659585625,
546
+ "learning_rate": 2.648057743499445e-06,
547
+ "loss": 0.0,
548
+ "mean_token_accuracy": 1.0,
549
+ "num_tokens": 12285952.0,
550
+ "step": 3000
551
+ }
552
+ ],
553
+ "logging_steps": 50,
554
+ "max_steps": 5626,
555
+ "num_input_tokens_seen": 0,
556
+ "num_train_epochs": 2,
557
+ "save_steps": 500,
558
+ "stateful_callbacks": {
559
+ "TrainerControl": {
560
+ "args": {
561
+ "should_epoch_stop": false,
562
+ "should_evaluate": false,
563
+ "should_log": false,
564
+ "should_save": true,
565
+ "should_training_stop": false
566
+ },
567
+ "attributes": {}
568
+ }
569
+ },
570
+ "total_flos": 5.643453362570527e+17,
571
+ "train_batch_size": 4,
572
+ "trial_name": null,
573
+ "trial_params": null
574
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d9f0575136a857f445de49de3fdb013734e9a30d452f7755a747a21ae85cdc6
3
+ size 5560
vocab.json ADDED
The diff for this file is too large to render. See raw diff