Gege24 commited on
Commit
ed833b8
·
verified ·
1 Parent(s): 904233c

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,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-7B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- 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. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ 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).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-7B-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": 512,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 256,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "v_proj",
35
+ "up_proj",
36
+ "gate_proj",
37
+ "k_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbcc188320ae41be545a2655a90cd22d851eb2b2ed60b576a6a350ccb4d4e413
3
+ size 2583745128
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
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 %}
loss.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 271,no_eval
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
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:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
trainer_state.json ADDED
@@ -0,0 +1,520 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9963235294117647,
6
+ "eval_steps": 500,
7
+ "global_step": 271,
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.01838235294117647,
14
+ "grad_norm": 40.77878189086914,
15
+ "learning_rate": 4.917142857142858e-06,
16
+ "loss": 4.3405,
17
+ "mean_token_accuracy": 0.6079744696617126,
18
+ "num_tokens": 396575.0,
19
+ "step": 5
20
+ },
21
+ {
22
+ "epoch": 0.03676470588235294,
23
+ "grad_norm": 8.723130226135254,
24
+ "learning_rate": 1.106357142857143e-05,
25
+ "loss": 1.5241,
26
+ "mean_token_accuracy": 0.7754200756549835,
27
+ "num_tokens": 784215.0,
28
+ "step": 10
29
+ },
30
+ {
31
+ "epoch": 0.05514705882352941,
32
+ "grad_norm": 2.6150617599487305,
33
+ "learning_rate": 1.7210000000000003e-05,
34
+ "loss": 0.2611,
35
+ "mean_token_accuracy": 0.9413737654685974,
36
+ "num_tokens": 1175812.0,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.07352941176470588,
41
+ "grad_norm": 10.302824974060059,
42
+ "learning_rate": 2.3356428571428574e-05,
43
+ "loss": 0.0494,
44
+ "mean_token_accuracy": 0.9854643404483795,
45
+ "num_tokens": 1568846.0,
46
+ "step": 20
47
+ },
48
+ {
49
+ "epoch": 0.09191176470588236,
50
+ "grad_norm": 0.31368523836135864,
51
+ "learning_rate": 2.950285714285715e-05,
52
+ "loss": 0.0329,
53
+ "mean_token_accuracy": 0.9888089418411254,
54
+ "num_tokens": 1953541.0,
55
+ "step": 25
56
+ },
57
+ {
58
+ "epoch": 0.11029411764705882,
59
+ "grad_norm": 0.36221420764923096,
60
+ "learning_rate": 3.5649285714285724e-05,
61
+ "loss": 0.022,
62
+ "mean_token_accuracy": 0.9924580335617066,
63
+ "num_tokens": 2343960.0,
64
+ "step": 30
65
+ },
66
+ {
67
+ "epoch": 0.12867647058823528,
68
+ "grad_norm": 0.24492664635181427,
69
+ "learning_rate": 4.179571428571429e-05,
70
+ "loss": 0.0179,
71
+ "mean_token_accuracy": 0.9932528793811798,
72
+ "num_tokens": 2734906.0,
73
+ "step": 35
74
+ },
75
+ {
76
+ "epoch": 0.14705882352941177,
77
+ "grad_norm": 0.27344170212745667,
78
+ "learning_rate": 4.3002325201486e-05,
79
+ "loss": 0.0125,
80
+ "mean_token_accuracy": 0.9953317403793335,
81
+ "num_tokens": 3119789.0,
82
+ "step": 40
83
+ },
84
+ {
85
+ "epoch": 0.16544117647058823,
86
+ "grad_norm": 0.25588464736938477,
87
+ "learning_rate": 4.291031805163528e-05,
88
+ "loss": 0.012,
89
+ "mean_token_accuracy": 0.9955625712871552,
90
+ "num_tokens": 3511752.0,
91
+ "step": 45
92
+ },
93
+ {
94
+ "epoch": 0.18382352941176472,
95
+ "grad_norm": 0.28750279545783997,
96
+ "learning_rate": 4.274796508682312e-05,
97
+ "loss": 0.0084,
98
+ "mean_token_accuracy": 0.9966519951820374,
99
+ "num_tokens": 3897740.0,
100
+ "step": 50
101
+ },
102
+ {
103
+ "epoch": 0.20220588235294118,
104
+ "grad_norm": 0.25286757946014404,
105
+ "learning_rate": 4.251597923279562e-05,
106
+ "loss": 0.0114,
107
+ "mean_token_accuracy": 0.9952130198478699,
108
+ "num_tokens": 4285139.0,
109
+ "step": 55
110
+ },
111
+ {
112
+ "epoch": 0.22058823529411764,
113
+ "grad_norm": 0.14998362958431244,
114
+ "learning_rate": 4.221537918784545e-05,
115
+ "loss": 0.0135,
116
+ "mean_token_accuracy": 0.9948176205158233,
117
+ "num_tokens": 4682575.0,
118
+ "step": 60
119
+ },
120
+ {
121
+ "epoch": 0.23897058823529413,
122
+ "grad_norm": 0.12603914737701416,
123
+ "learning_rate": 4.184748494949514e-05,
124
+ "loss": 0.0096,
125
+ "mean_token_accuracy": 0.9962626159191131,
126
+ "num_tokens": 5066810.0,
127
+ "step": 65
128
+ },
129
+ {
130
+ "epoch": 0.25735294117647056,
131
+ "grad_norm": 0.19672255218029022,
132
+ "learning_rate": 4.141391201811243e-05,
133
+ "loss": 0.0089,
134
+ "mean_token_accuracy": 0.9965241849422455,
135
+ "num_tokens": 5463729.0,
136
+ "step": 70
137
+ },
138
+ {
139
+ "epoch": 0.2757352941176471,
140
+ "grad_norm": 0.12892723083496094,
141
+ "learning_rate": 4.0916564302911154e-05,
142
+ "loss": 0.008,
143
+ "mean_token_accuracy": 0.9969832301139832,
144
+ "num_tokens": 5850128.0,
145
+ "step": 75
146
+ },
147
+ {
148
+ "epoch": 0.29411764705882354,
149
+ "grad_norm": 0.13913273811340332,
150
+ "learning_rate": 4.035762576148849e-05,
151
+ "loss": 0.0078,
152
+ "mean_token_accuracy": 0.9973669826984406,
153
+ "num_tokens": 6244002.0,
154
+ "step": 80
155
+ },
156
+ {
157
+ "epoch": 0.3125,
158
+ "grad_norm": 0.09209585934877396,
159
+ "learning_rate": 3.973955080961153e-05,
160
+ "loss": 0.0067,
161
+ "mean_token_accuracy": 0.9973081052303314,
162
+ "num_tokens": 6620382.0,
163
+ "step": 85
164
+ },
165
+ {
166
+ "epoch": 0.33088235294117646,
167
+ "grad_norm": 0.1415279358625412,
168
+ "learning_rate": 3.9065053543365454e-05,
169
+ "loss": 0.0065,
170
+ "mean_token_accuracy": 0.9977279663085937,
171
+ "num_tokens": 7000568.0,
172
+ "step": 90
173
+ },
174
+ {
175
+ "epoch": 0.3492647058823529,
176
+ "grad_norm": 0.09117847681045532,
177
+ "learning_rate": 3.833709582099125e-05,
178
+ "loss": 0.006,
179
+ "mean_token_accuracy": 0.9978210866451264,
180
+ "num_tokens": 7386388.0,
181
+ "step": 95
182
+ },
183
+ {
184
+ "epoch": 0.36764705882352944,
185
+ "grad_norm": 0.08553037792444229,
186
+ "learning_rate": 3.7558874256748195e-05,
187
+ "loss": 0.0052,
188
+ "mean_token_accuracy": 0.9980245590209961,
189
+ "num_tokens": 7786489.0,
190
+ "step": 100
191
+ },
192
+ {
193
+ "epoch": 0.3860294117647059,
194
+ "grad_norm": 0.08987542241811752,
195
+ "learning_rate": 3.673380618391356e-05,
196
+ "loss": 0.0065,
197
+ "mean_token_accuracy": 0.9980957508087158,
198
+ "num_tokens": 8179170.0,
199
+ "step": 105
200
+ },
201
+ {
202
+ "epoch": 0.40441176470588236,
203
+ "grad_norm": 0.12981808185577393,
204
+ "learning_rate": 3.5865514648559164e-05,
205
+ "loss": 0.0064,
206
+ "mean_token_accuracy": 0.9980520904064178,
207
+ "num_tokens": 8576123.0,
208
+ "step": 110
209
+ },
210
+ {
211
+ "epoch": 0.4227941176470588,
212
+ "grad_norm": 0.049204424023628235,
213
+ "learning_rate": 3.495781250000001e-05,
214
+ "loss": 0.0067,
215
+ "mean_token_accuracy": 0.9976665556430817,
216
+ "num_tokens": 8977664.0,
217
+ "step": 115
218
+ },
219
+ {
220
+ "epoch": 0.4411764705882353,
221
+ "grad_norm": 0.09803196042776108,
222
+ "learning_rate": 3.401468564777736e-05,
223
+ "loss": 0.0052,
224
+ "mean_token_accuracy": 0.9982431530952454,
225
+ "num_tokens": 9371923.0,
226
+ "step": 120
227
+ },
228
+ {
229
+ "epoch": 0.45955882352941174,
230
+ "grad_norm": 0.064445860683918,
231
+ "learning_rate": 3.304027555869822e-05,
232
+ "loss": 0.0045,
233
+ "mean_token_accuracy": 0.9983674705028533,
234
+ "num_tokens": 9747750.0,
235
+ "step": 125
236
+ },
237
+ {
238
+ "epoch": 0.47794117647058826,
239
+ "grad_norm": 0.11150972545146942,
240
+ "learning_rate": 3.203886107079038e-05,
241
+ "loss": 0.0049,
242
+ "mean_token_accuracy": 0.9983975529670716,
243
+ "num_tokens": 10138347.0,
244
+ "step": 130
245
+ },
246
+ {
247
+ "epoch": 0.4963235294117647,
248
+ "grad_norm": 0.06595049798488617,
249
+ "learning_rate": 3.101483960403179e-05,
250
+ "loss": 0.0038,
251
+ "mean_token_accuracy": 0.9987940490245819,
252
+ "num_tokens": 10519930.0,
253
+ "step": 135
254
+ },
255
+ {
256
+ "epoch": 0.5147058823529411,
257
+ "grad_norm": 0.06900100409984589,
258
+ "learning_rate": 2.997270785036188e-05,
259
+ "loss": 0.0045,
260
+ "mean_token_accuracy": 0.9984328985214234,
261
+ "num_tokens": 10923657.0,
262
+ "step": 140
263
+ },
264
+ {
265
+ "epoch": 0.5330882352941176,
266
+ "grad_norm": 0.08975087106227875,
267
+ "learning_rate": 2.891704202776889e-05,
268
+ "loss": 0.003,
269
+ "mean_token_accuracy": 0.9988918602466583,
270
+ "num_tokens": 11308146.0,
271
+ "step": 145
272
+ },
273
+ {
274
+ "epoch": 0.5514705882352942,
275
+ "grad_norm": 0.06893062591552734,
276
+ "learning_rate": 2.7852477785161814e-05,
277
+ "loss": 0.0045,
278
+ "mean_token_accuracy": 0.9988150656223297,
279
+ "num_tokens": 11698084.0,
280
+ "step": 150
281
+ },
282
+ {
283
+ "epoch": 0.5698529411764706,
284
+ "grad_norm": 0.1488070785999298,
285
+ "learning_rate": 2.6783689846268743e-05,
286
+ "loss": 0.0037,
287
+ "mean_token_accuracy": 0.9985724210739135,
288
+ "num_tokens": 12080500.0,
289
+ "step": 155
290
+ },
291
+ {
292
+ "epoch": 0.5882352941176471,
293
+ "grad_norm": 0.11203882098197937,
294
+ "learning_rate": 2.5715371481949467e-05,
295
+ "loss": 0.006,
296
+ "mean_token_accuracy": 0.9976416766643524,
297
+ "num_tokens": 12475518.0,
298
+ "step": 160
299
+ },
300
+ {
301
+ "epoch": 0.6066176470588235,
302
+ "grad_norm": 0.08506222069263458,
303
+ "learning_rate": 2.4652213901063884e-05,
304
+ "loss": 0.0039,
305
+ "mean_token_accuracy": 0.9987370252609253,
306
+ "num_tokens": 12871598.0,
307
+ "step": 165
308
+ },
309
+ {
310
+ "epoch": 0.625,
311
+ "grad_norm": 0.06337340176105499,
312
+ "learning_rate": 2.3598885650394917e-05,
313
+ "loss": 0.0048,
314
+ "mean_token_accuracy": 0.9986328899860382,
315
+ "num_tokens": 13272176.0,
316
+ "step": 170
317
+ },
318
+ {
319
+ "epoch": 0.6433823529411765,
320
+ "grad_norm": 0.08344393223524094,
321
+ "learning_rate": 2.256001211408547e-05,
322
+ "loss": 0.0034,
323
+ "mean_token_accuracy": 0.9988697469234467,
324
+ "num_tokens": 13673743.0,
325
+ "step": 175
326
+ },
327
+ {
328
+ "epoch": 0.6617647058823529,
329
+ "grad_norm": 0.08593422174453735,
330
+ "learning_rate": 2.1540155202611485e-05,
331
+ "loss": 0.0041,
332
+ "mean_token_accuracy": 0.9986071050167084,
333
+ "num_tokens": 14066523.0,
334
+ "step": 180
335
+ },
336
+ {
337
+ "epoch": 0.6801470588235294,
338
+ "grad_norm": 0.10229282081127167,
339
+ "learning_rate": 2.054379332048112e-05,
340
+ "loss": 0.0037,
341
+ "mean_token_accuracy": 0.9987092971801758,
342
+ "num_tokens": 14462689.0,
343
+ "step": 185
344
+ },
345
+ {
346
+ "epoch": 0.6985294117647058,
347
+ "grad_norm": 0.11607314646244049,
348
+ "learning_rate": 1.957530170062605e-05,
349
+ "loss": 0.0042,
350
+ "mean_token_accuracy": 0.9986791372299194,
351
+ "num_tokens": 14847962.0,
352
+ "step": 190
353
+ },
354
+ {
355
+ "epoch": 0.7169117647058824,
356
+ "grad_norm": 0.02692285180091858,
357
+ "learning_rate": 1.863893319184073e-05,
358
+ "loss": 0.0036,
359
+ "mean_token_accuracy": 0.9986750185489655,
360
+ "num_tokens": 15237420.0,
361
+ "step": 195
362
+ },
363
+ {
364
+ "epoch": 0.7352941176470589,
365
+ "grad_norm": 0.053456008434295654,
366
+ "learning_rate": 1.7738799583635873e-05,
367
+ "loss": 0.0034,
368
+ "mean_token_accuracy": 0.9988762140274048,
369
+ "num_tokens": 15626132.0,
370
+ "step": 200
371
+ },
372
+ {
373
+ "epoch": 0.7536764705882353,
374
+ "grad_norm": 0.05752914026379585,
375
+ "learning_rate": 1.6878853550512764e-05,
376
+ "loss": 0.0041,
377
+ "mean_token_accuracy": 0.9984098911285401,
378
+ "num_tokens": 16018063.0,
379
+ "step": 205
380
+ },
381
+ {
382
+ "epoch": 0.7720588235294118,
383
+ "grad_norm": 0.08336920291185379,
384
+ "learning_rate": 1.6062871294944667e-05,
385
+ "loss": 0.0044,
386
+ "mean_token_accuracy": 0.9985141575336456,
387
+ "num_tokens": 16409175.0,
388
+ "step": 210
389
+ },
390
+ {
391
+ "epoch": 0.7904411764705882,
392
+ "grad_norm": 0.11755795776844025,
393
+ "learning_rate": 1.5294435965283893e-05,
394
+ "loss": 0.0047,
395
+ "mean_token_accuracy": 0.9981832683086396,
396
+ "num_tokens": 16803906.0,
397
+ "step": 215
398
+ },
399
+ {
400
+ "epoch": 0.8088235294117647,
401
+ "grad_norm": 0.08356364071369171,
402
+ "learning_rate": 1.4576921921409594e-05,
403
+ "loss": 0.0047,
404
+ "mean_token_accuracy": 0.9984434008598327,
405
+ "num_tokens": 17187152.0,
406
+ "step": 220
407
+ },
408
+ {
409
+ "epoch": 0.8272058823529411,
410
+ "grad_norm": 0.09949304908514023,
411
+ "learning_rate": 1.3913479917209507e-05,
412
+ "loss": 0.003,
413
+ "mean_token_accuracy": 0.9990458905696868,
414
+ "num_tokens": 17574580.0,
415
+ "step": 225
416
+ },
417
+ {
418
+ "epoch": 0.8455882352941176,
419
+ "grad_norm": 0.0650205984711647,
420
+ "learning_rate": 1.3307023264962129e-05,
421
+ "loss": 0.0033,
422
+ "mean_token_accuracy": 0.9989714860916138,
423
+ "num_tokens": 17961330.0,
424
+ "step": 230
425
+ },
426
+ {
427
+ "epoch": 0.8639705882352942,
428
+ "grad_norm": 0.0479765459895134,
429
+ "learning_rate": 1.2760215042374612e-05,
430
+ "loss": 0.0032,
431
+ "mean_token_accuracy": 0.9988696932792663,
432
+ "num_tokens": 18349709.0,
433
+ "step": 235
434
+ },
435
+ {
436
+ "epoch": 0.8823529411764706,
437
+ "grad_norm": 0.10548855364322662,
438
+ "learning_rate": 1.2275456398452826e-05,
439
+ "loss": 0.0029,
440
+ "mean_token_accuracy": 0.9990268647670746,
441
+ "num_tokens": 18733145.0,
442
+ "step": 240
443
+ },
444
+ {
445
+ "epoch": 0.9007352941176471,
446
+ "grad_norm": 0.030466251075267792,
447
+ "learning_rate": 1.1854876009555089e-05,
448
+ "loss": 0.0029,
449
+ "mean_token_accuracy": 0.9990714967250824,
450
+ "num_tokens": 19123886.0,
451
+ "step": 245
452
+ },
453
+ {
454
+ "epoch": 0.9191176470588235,
455
+ "grad_norm": 0.07559388130903244,
456
+ "learning_rate": 1.1500320731930042e-05,
457
+ "loss": 0.0036,
458
+ "mean_token_accuracy": 0.9988040447235107,
459
+ "num_tokens": 19506834.0,
460
+ "step": 250
461
+ },
462
+ {
463
+ "epoch": 0.9375,
464
+ "grad_norm": 0.11076359450817108,
465
+ "learning_rate": 1.1213347491785512e-05,
466
+ "loss": 0.002,
467
+ "mean_token_accuracy": 0.9992827951908112,
468
+ "num_tokens": 19894291.0,
469
+ "step": 255
470
+ },
471
+ {
472
+ "epoch": 0.9558823529411765,
473
+ "grad_norm": 0.04865700751543045,
474
+ "learning_rate": 1.0995216448500645e-05,
475
+ "loss": 0.002,
476
+ "mean_token_accuracy": 0.9993002355098725,
477
+ "num_tokens": 20272252.0,
478
+ "step": 260
479
+ },
480
+ {
481
+ "epoch": 0.9742647058823529,
482
+ "grad_norm": 0.07477735728025436,
483
+ "learning_rate": 1.0846885461003128e-05,
484
+ "loss": 0.0026,
485
+ "mean_token_accuracy": 0.9991890132427216,
486
+ "num_tokens": 20650206.0,
487
+ "step": 265
488
+ },
489
+ {
490
+ "epoch": 0.9926470588235294,
491
+ "grad_norm": 0.10289261490106583,
492
+ "learning_rate": 1.0769005881610753e-05,
493
+ "loss": 0.0033,
494
+ "mean_token_accuracy": 0.9989068508148193,
495
+ "num_tokens": 21044381.0,
496
+ "step": 270
497
+ }
498
+ ],
499
+ "logging_steps": 5,
500
+ "max_steps": 272,
501
+ "num_input_tokens_seen": 0,
502
+ "num_train_epochs": 1,
503
+ "save_steps": 500,
504
+ "stateful_callbacks": {
505
+ "TrainerControl": {
506
+ "args": {
507
+ "should_epoch_stop": false,
508
+ "should_evaluate": false,
509
+ "should_log": false,
510
+ "should_save": true,
511
+ "should_training_stop": false
512
+ },
513
+ "attributes": {}
514
+ }
515
+ },
516
+ "total_flos": 1.7390843485875077e+18,
517
+ "train_batch_size": 32,
518
+ "trial_name": null,
519
+ "trial_params": null
520
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:755a03ad6473fd63dde13d25ff6129fde4b4d9ab002e14ab85ce91b8c84778eb
3
+ size 6481
vocab.json ADDED
The diff for this file is too large to render. See raw diff