RoyJoy commited on
Commit
4b38dec
·
verified ·
1 Parent(s): 8ac2577

End of training

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,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-1.5B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 59c2eda2-c88e-47d1-ad10-99cf5c7714cd
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: Qwen/Qwen2.5-1.5B
23
+ bf16: true
24
+ chat_template: llama3
25
+ datasets:
26
+ - data_files:
27
+ - f96a5129ff7fb986_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: /workspace/input_data/f96a5129ff7fb986_train_data.json
31
+ type:
32
+ field_instruction: task_name
33
+ field_output: meta_info
34
+ format: '{instruction}'
35
+ no_input_format: '{instruction}'
36
+ system_format: '{system}'
37
+ system_prompt: ''
38
+ debug: null
39
+ deepspeed: null
40
+ early_stopping_patience: null
41
+ eval_max_new_tokens: 128
42
+ eval_table_size: null
43
+ evals_per_epoch: 4
44
+ flash_attention: false
45
+ fp16: false
46
+ fsdp: null
47
+ fsdp_config: null
48
+ gradient_accumulation_steps: 2
49
+ gradient_checkpointing: true
50
+ group_by_length: false
51
+ hub_model_id: sn56/59c2eda2-c88e-47d1-ad10-99cf5c7714cd
52
+ hub_repo: null
53
+ hub_strategy: checkpoint
54
+ hub_token: null
55
+ learning_rate: 0.0001
56
+ load_in_4bit: false
57
+ load_in_8bit: false
58
+ local_rank: null
59
+ logging_steps: 1
60
+ lora_alpha: 32
61
+ lora_dropout: 0.05
62
+ lora_fan_in_fan_out: null
63
+ lora_model_dir: null
64
+ lora_r: 16
65
+ lora_target_linear: true
66
+ lr_scheduler: cosine
67
+ max_memory:
68
+ 0: 77GiB
69
+ max_steps: 50
70
+ micro_batch_size: 8
71
+ mlflow_experiment_name: /tmp/f96a5129ff7fb986_train_data.json
72
+ model_type: AutoModelForCausalLM
73
+ num_epochs: 3
74
+ optimizer: adamw_torch
75
+ output_dir: miner_id_24
76
+ pad_to_sequence_len: true
77
+ resume_from_checkpoint: null
78
+ s2_attention: null
79
+ sample_packing: false
80
+ save_steps: 25
81
+ save_strategy: steps
82
+ sequence_len: 1024
83
+ strict: false
84
+ tf32: false
85
+ tokenizer_type: AutoTokenizer
86
+ train_on_inputs: true
87
+ trust_remote_code: true
88
+ val_set_size: 0.05
89
+ wandb_entity: sn56-miner
90
+ wandb_mode: disabled
91
+ wandb_name: 59c2eda2-c88e-47d1-ad10-99cf5c7714cd
92
+ wandb_project: god
93
+ wandb_run: srkv
94
+ wandb_runid: 59c2eda2-c88e-47d1-ad10-99cf5c7714cd
95
+ warmup_steps: 10
96
+ weight_decay: 0.01
97
+ xformers_attention: false
98
+
99
+ ```
100
+
101
+ </details><br>
102
+
103
+ # 59c2eda2-c88e-47d1-ad10-99cf5c7714cd
104
+
105
+ This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B](https://huggingface.co/Qwen/Qwen2.5-1.5B) on the None dataset.
106
+ It achieves the following results on the evaluation set:
107
+ - Loss: 1.7098
108
+
109
+ ## Model description
110
+
111
+ More information needed
112
+
113
+ ## Intended uses & limitations
114
+
115
+ More information needed
116
+
117
+ ## Training and evaluation data
118
+
119
+ More information needed
120
+
121
+ ## Training procedure
122
+
123
+ ### Training hyperparameters
124
+
125
+ The following hyperparameters were used during training:
126
+ - learning_rate: 0.0001
127
+ - train_batch_size: 8
128
+ - eval_batch_size: 8
129
+ - seed: 42
130
+ - gradient_accumulation_steps: 2
131
+ - total_train_batch_size: 16
132
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
133
+ - lr_scheduler_type: cosine
134
+ - lr_scheduler_warmup_steps: 10
135
+ - training_steps: 50
136
+
137
+ ### Training results
138
+
139
+ | Training Loss | Epoch | Step | Validation Loss |
140
+ |:-------------:|:------:|:----:|:---------------:|
141
+ | 2.5398 | 0.0084 | 1 | 2.5376 |
142
+ | 2.1979 | 0.0420 | 5 | 2.5045 |
143
+ | 1.6824 | 0.0840 | 10 | 2.2800 |
144
+ | 1.972 | 0.1261 | 15 | 2.0205 |
145
+ | 1.481 | 0.1681 | 20 | 1.8793 |
146
+ | 1.7239 | 0.2101 | 25 | 1.7845 |
147
+ | 1.7557 | 0.2521 | 30 | 1.7457 |
148
+ | 1.3495 | 0.2941 | 35 | 1.7243 |
149
+ | 1.4501 | 0.3361 | 40 | 1.7142 |
150
+ | 1.4294 | 0.3782 | 45 | 1.7095 |
151
+ | 1.6555 | 0.4202 | 50 | 1.7098 |
152
+
153
+
154
+ ### Framework versions
155
+
156
+ - PEFT 0.13.2
157
+ - Transformers 4.46.0
158
+ - Pytorch 2.5.0+cu124
159
+ - Datasets 3.0.1
160
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-1.5B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj",
25
+ "gate_proj",
26
+ "up_proj",
27
+ "o_proj",
28
+ "down_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef80058e1636e9c78680b4ed8ac5f8c91bdc3cb39320b07a92b67127a0224e4f
3
+ size 74000170
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b8c5dec1c7af13d1574ede95c5131058cf479214bc9377bf2a99ce010585ed9
3
+ size 73911112
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
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "Qwen/Qwen2.5-1.5B",
4
+ "architectures": [
5
+ "Qwen2ForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "eos_token_id": 151643,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "max_position_embeddings": 131072,
14
+ "max_window_layers": 28,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 2,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.46.0",
26
+ "use_cache": false,
27
+ "use_mrope": false,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-1.5B
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.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-1.5B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj",
25
+ "gate_proj",
26
+ "up_proj",
27
+ "o_proj",
28
+ "down_proj",
29
+ "k_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b8c5dec1c7af13d1574ede95c5131058cf479214bc9377bf2a99ce010585ed9
3
+ size 73911112
last-checkpoint/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
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2490b57f1d564a25333116d9da5ec61aa5633a93eaf85b2171eb5b792eed349a
3
+ size 148047722
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4ca207c46b0d33b1cf177b91c7ffe6fe9e46ac795285514db389e980780824
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1df0528620c07325b8faa7567e59b0c1e86a1f1ee6af1245a69c6c0463fe4e2
3
+ size 1064
last-checkpoint/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": "<|endoftext|>",
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
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
last-checkpoint/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
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,471 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.42016806722689076,
5
+ "eval_steps": 5,
6
+ "global_step": 50,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.008403361344537815,
13
+ "grad_norm": 0.9718410968780518,
14
+ "learning_rate": 1e-05,
15
+ "loss": 2.5398,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.008403361344537815,
20
+ "eval_loss": 2.5376181602478027,
21
+ "eval_runtime": 4.7323,
22
+ "eval_samples_per_second": 21.131,
23
+ "eval_steps_per_second": 2.747,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.01680672268907563,
28
+ "grad_norm": 1.2425260543823242,
29
+ "learning_rate": 2e-05,
30
+ "loss": 3.1017,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.025210084033613446,
35
+ "grad_norm": 0.9760674238204956,
36
+ "learning_rate": 3e-05,
37
+ "loss": 2.6444,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.03361344537815126,
42
+ "grad_norm": 0.9310340285301208,
43
+ "learning_rate": 4e-05,
44
+ "loss": 2.5076,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.04201680672268908,
49
+ "grad_norm": 0.8421019315719604,
50
+ "learning_rate": 5e-05,
51
+ "loss": 2.1979,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.04201680672268908,
56
+ "eval_loss": 2.5044827461242676,
57
+ "eval_runtime": 3.9594,
58
+ "eval_samples_per_second": 25.256,
59
+ "eval_steps_per_second": 3.283,
60
+ "step": 5
61
+ },
62
+ {
63
+ "epoch": 0.05042016806722689,
64
+ "grad_norm": 0.7519902586936951,
65
+ "learning_rate": 6e-05,
66
+ "loss": 2.2747,
67
+ "step": 6
68
+ },
69
+ {
70
+ "epoch": 0.058823529411764705,
71
+ "grad_norm": 0.6263223886489868,
72
+ "learning_rate": 7e-05,
73
+ "loss": 1.7218,
74
+ "step": 7
75
+ },
76
+ {
77
+ "epoch": 0.06722689075630252,
78
+ "grad_norm": 1.0422320365905762,
79
+ "learning_rate": 8e-05,
80
+ "loss": 2.2464,
81
+ "step": 8
82
+ },
83
+ {
84
+ "epoch": 0.07563025210084033,
85
+ "grad_norm": 1.0980831384658813,
86
+ "learning_rate": 9e-05,
87
+ "loss": 2.2116,
88
+ "step": 9
89
+ },
90
+ {
91
+ "epoch": 0.08403361344537816,
92
+ "grad_norm": 0.6562592387199402,
93
+ "learning_rate": 0.0001,
94
+ "loss": 1.6824,
95
+ "step": 10
96
+ },
97
+ {
98
+ "epoch": 0.08403361344537816,
99
+ "eval_loss": 2.2799768447875977,
100
+ "eval_runtime": 3.9601,
101
+ "eval_samples_per_second": 25.252,
102
+ "eval_steps_per_second": 3.283,
103
+ "step": 10
104
+ },
105
+ {
106
+ "epoch": 0.09243697478991597,
107
+ "grad_norm": 1.1841509342193604,
108
+ "learning_rate": 9.98458666866564e-05,
109
+ "loss": 2.2025,
110
+ "step": 11
111
+ },
112
+ {
113
+ "epoch": 0.10084033613445378,
114
+ "grad_norm": 1.2198749780654907,
115
+ "learning_rate": 9.938441702975689e-05,
116
+ "loss": 2.2509,
117
+ "step": 12
118
+ },
119
+ {
120
+ "epoch": 0.1092436974789916,
121
+ "grad_norm": 0.6274753212928772,
122
+ "learning_rate": 9.861849601988383e-05,
123
+ "loss": 1.6681,
124
+ "step": 13
125
+ },
126
+ {
127
+ "epoch": 0.11764705882352941,
128
+ "grad_norm": 0.727944552898407,
129
+ "learning_rate": 9.755282581475769e-05,
130
+ "loss": 1.6158,
131
+ "step": 14
132
+ },
133
+ {
134
+ "epoch": 0.12605042016806722,
135
+ "grad_norm": 0.7959132194519043,
136
+ "learning_rate": 9.619397662556435e-05,
137
+ "loss": 1.972,
138
+ "step": 15
139
+ },
140
+ {
141
+ "epoch": 0.12605042016806722,
142
+ "eval_loss": 2.0204756259918213,
143
+ "eval_runtime": 3.9575,
144
+ "eval_samples_per_second": 25.268,
145
+ "eval_steps_per_second": 3.285,
146
+ "step": 15
147
+ },
148
+ {
149
+ "epoch": 0.13445378151260504,
150
+ "grad_norm": 0.7673566937446594,
151
+ "learning_rate": 9.45503262094184e-05,
152
+ "loss": 1.6918,
153
+ "step": 16
154
+ },
155
+ {
156
+ "epoch": 0.14285714285714285,
157
+ "grad_norm": 0.5823358297348022,
158
+ "learning_rate": 9.263200821770461e-05,
159
+ "loss": 1.6083,
160
+ "step": 17
161
+ },
162
+ {
163
+ "epoch": 0.15126050420168066,
164
+ "grad_norm": 1.1220409870147705,
165
+ "learning_rate": 9.045084971874738e-05,
166
+ "loss": 2.2063,
167
+ "step": 18
168
+ },
169
+ {
170
+ "epoch": 0.15966386554621848,
171
+ "grad_norm": 0.7490441799163818,
172
+ "learning_rate": 8.802029828000156e-05,
173
+ "loss": 1.7555,
174
+ "step": 19
175
+ },
176
+ {
177
+ "epoch": 0.16806722689075632,
178
+ "grad_norm": 0.7441122531890869,
179
+ "learning_rate": 8.535533905932738e-05,
180
+ "loss": 1.481,
181
+ "step": 20
182
+ },
183
+ {
184
+ "epoch": 0.16806722689075632,
185
+ "eval_loss": 1.8792790174484253,
186
+ "eval_runtime": 3.9583,
187
+ "eval_samples_per_second": 25.263,
188
+ "eval_steps_per_second": 3.284,
189
+ "step": 20
190
+ },
191
+ {
192
+ "epoch": 0.17647058823529413,
193
+ "grad_norm": 0.7857601642608643,
194
+ "learning_rate": 8.247240241650918e-05,
195
+ "loss": 1.6773,
196
+ "step": 21
197
+ },
198
+ {
199
+ "epoch": 0.18487394957983194,
200
+ "grad_norm": 0.6967548727989197,
201
+ "learning_rate": 7.938926261462366e-05,
202
+ "loss": 1.5601,
203
+ "step": 22
204
+ },
205
+ {
206
+ "epoch": 0.19327731092436976,
207
+ "grad_norm": 0.840194582939148,
208
+ "learning_rate": 7.612492823579745e-05,
209
+ "loss": 1.5747,
210
+ "step": 23
211
+ },
212
+ {
213
+ "epoch": 0.20168067226890757,
214
+ "grad_norm": 1.0659984350204468,
215
+ "learning_rate": 7.269952498697734e-05,
216
+ "loss": 1.8827,
217
+ "step": 24
218
+ },
219
+ {
220
+ "epoch": 0.21008403361344538,
221
+ "grad_norm": 0.9314756989479065,
222
+ "learning_rate": 6.91341716182545e-05,
223
+ "loss": 1.7239,
224
+ "step": 25
225
+ },
226
+ {
227
+ "epoch": 0.21008403361344538,
228
+ "eval_loss": 1.7845157384872437,
229
+ "eval_runtime": 3.9589,
230
+ "eval_samples_per_second": 25.26,
231
+ "eval_steps_per_second": 3.284,
232
+ "step": 25
233
+ },
234
+ {
235
+ "epoch": 0.2184873949579832,
236
+ "grad_norm": 0.6591042280197144,
237
+ "learning_rate": 6.545084971874738e-05,
238
+ "loss": 1.477,
239
+ "step": 26
240
+ },
241
+ {
242
+ "epoch": 0.226890756302521,
243
+ "grad_norm": 0.6459179520606995,
244
+ "learning_rate": 6.167226819279528e-05,
245
+ "loss": 1.7481,
246
+ "step": 27
247
+ },
248
+ {
249
+ "epoch": 0.23529411764705882,
250
+ "grad_norm": 0.5227776169776917,
251
+ "learning_rate": 5.782172325201155e-05,
252
+ "loss": 1.4044,
253
+ "step": 28
254
+ },
255
+ {
256
+ "epoch": 0.24369747899159663,
257
+ "grad_norm": 0.5983021855354309,
258
+ "learning_rate": 5.392295478639225e-05,
259
+ "loss": 1.7172,
260
+ "step": 29
261
+ },
262
+ {
263
+ "epoch": 0.25210084033613445,
264
+ "grad_norm": 0.7925629615783691,
265
+ "learning_rate": 5e-05,
266
+ "loss": 1.7557,
267
+ "step": 30
268
+ },
269
+ {
270
+ "epoch": 0.25210084033613445,
271
+ "eval_loss": 1.7456642389297485,
272
+ "eval_runtime": 3.9705,
273
+ "eval_samples_per_second": 25.186,
274
+ "eval_steps_per_second": 3.274,
275
+ "step": 30
276
+ },
277
+ {
278
+ "epoch": 0.2605042016806723,
279
+ "grad_norm": 0.48578646779060364,
280
+ "learning_rate": 4.607704521360776e-05,
281
+ "loss": 1.4043,
282
+ "step": 31
283
+ },
284
+ {
285
+ "epoch": 0.2689075630252101,
286
+ "grad_norm": 0.44603151082992554,
287
+ "learning_rate": 4.2178276747988446e-05,
288
+ "loss": 1.2389,
289
+ "step": 32
290
+ },
291
+ {
292
+ "epoch": 0.2773109243697479,
293
+ "grad_norm": 0.5053887963294983,
294
+ "learning_rate": 3.832773180720475e-05,
295
+ "loss": 1.4407,
296
+ "step": 33
297
+ },
298
+ {
299
+ "epoch": 0.2857142857142857,
300
+ "grad_norm": 0.6158613562583923,
301
+ "learning_rate": 3.4549150281252636e-05,
302
+ "loss": 1.6911,
303
+ "step": 34
304
+ },
305
+ {
306
+ "epoch": 0.29411764705882354,
307
+ "grad_norm": 0.4589507281780243,
308
+ "learning_rate": 3.086582838174551e-05,
309
+ "loss": 1.3495,
310
+ "step": 35
311
+ },
312
+ {
313
+ "epoch": 0.29411764705882354,
314
+ "eval_loss": 1.7243127822875977,
315
+ "eval_runtime": 3.9587,
316
+ "eval_samples_per_second": 25.261,
317
+ "eval_steps_per_second": 3.284,
318
+ "step": 35
319
+ },
320
+ {
321
+ "epoch": 0.3025210084033613,
322
+ "grad_norm": 0.5226029753684998,
323
+ "learning_rate": 2.7300475013022663e-05,
324
+ "loss": 1.6909,
325
+ "step": 36
326
+ },
327
+ {
328
+ "epoch": 0.31092436974789917,
329
+ "grad_norm": 0.7531144022941589,
330
+ "learning_rate": 2.3875071764202563e-05,
331
+ "loss": 1.7232,
332
+ "step": 37
333
+ },
334
+ {
335
+ "epoch": 0.31932773109243695,
336
+ "grad_norm": 0.5438137054443359,
337
+ "learning_rate": 2.061073738537635e-05,
338
+ "loss": 1.4005,
339
+ "step": 38
340
+ },
341
+ {
342
+ "epoch": 0.3277310924369748,
343
+ "grad_norm": 0.6636350750923157,
344
+ "learning_rate": 1.7527597583490822e-05,
345
+ "loss": 1.7133,
346
+ "step": 39
347
+ },
348
+ {
349
+ "epoch": 0.33613445378151263,
350
+ "grad_norm": 0.4282049536705017,
351
+ "learning_rate": 1.4644660940672627e-05,
352
+ "loss": 1.4501,
353
+ "step": 40
354
+ },
355
+ {
356
+ "epoch": 0.33613445378151263,
357
+ "eval_loss": 1.7142012119293213,
358
+ "eval_runtime": 3.9507,
359
+ "eval_samples_per_second": 25.312,
360
+ "eval_steps_per_second": 3.291,
361
+ "step": 40
362
+ },
363
+ {
364
+ "epoch": 0.3445378151260504,
365
+ "grad_norm": 0.755547285079956,
366
+ "learning_rate": 1.1979701719998453e-05,
367
+ "loss": 1.6602,
368
+ "step": 41
369
+ },
370
+ {
371
+ "epoch": 0.35294117647058826,
372
+ "grad_norm": 0.5774405002593994,
373
+ "learning_rate": 9.549150281252633e-06,
374
+ "loss": 1.8706,
375
+ "step": 42
376
+ },
377
+ {
378
+ "epoch": 0.36134453781512604,
379
+ "grad_norm": 0.5662205815315247,
380
+ "learning_rate": 7.367991782295391e-06,
381
+ "loss": 1.5593,
382
+ "step": 43
383
+ },
384
+ {
385
+ "epoch": 0.3697478991596639,
386
+ "grad_norm": 0.5752977132797241,
387
+ "learning_rate": 5.449673790581611e-06,
388
+ "loss": 1.3166,
389
+ "step": 44
390
+ },
391
+ {
392
+ "epoch": 0.37815126050420167,
393
+ "grad_norm": 0.6292284727096558,
394
+ "learning_rate": 3.8060233744356633e-06,
395
+ "loss": 1.4294,
396
+ "step": 45
397
+ },
398
+ {
399
+ "epoch": 0.37815126050420167,
400
+ "eval_loss": 1.7095458507537842,
401
+ "eval_runtime": 3.9571,
402
+ "eval_samples_per_second": 25.271,
403
+ "eval_steps_per_second": 3.285,
404
+ "step": 45
405
+ },
406
+ {
407
+ "epoch": 0.3865546218487395,
408
+ "grad_norm": 1.0096640586853027,
409
+ "learning_rate": 2.4471741852423237e-06,
410
+ "loss": 2.0052,
411
+ "step": 46
412
+ },
413
+ {
414
+ "epoch": 0.3949579831932773,
415
+ "grad_norm": 1.2999299764633179,
416
+ "learning_rate": 1.3815039801161721e-06,
417
+ "loss": 2.0057,
418
+ "step": 47
419
+ },
420
+ {
421
+ "epoch": 0.40336134453781514,
422
+ "grad_norm": 0.6547578573226929,
423
+ "learning_rate": 6.15582970243117e-07,
424
+ "loss": 1.6589,
425
+ "step": 48
426
+ },
427
+ {
428
+ "epoch": 0.4117647058823529,
429
+ "grad_norm": 0.4350292682647705,
430
+ "learning_rate": 1.5413331334360182e-07,
431
+ "loss": 1.3996,
432
+ "step": 49
433
+ },
434
+ {
435
+ "epoch": 0.42016806722689076,
436
+ "grad_norm": 0.5918790698051453,
437
+ "learning_rate": 0.0,
438
+ "loss": 1.6555,
439
+ "step": 50
440
+ },
441
+ {
442
+ "epoch": 0.42016806722689076,
443
+ "eval_loss": 1.709800124168396,
444
+ "eval_runtime": 3.9539,
445
+ "eval_samples_per_second": 25.291,
446
+ "eval_steps_per_second": 3.288,
447
+ "step": 50
448
+ }
449
+ ],
450
+ "logging_steps": 1,
451
+ "max_steps": 50,
452
+ "num_input_tokens_seen": 0,
453
+ "num_train_epochs": 1,
454
+ "save_steps": 25,
455
+ "stateful_callbacks": {
456
+ "TrainerControl": {
457
+ "args": {
458
+ "should_epoch_stop": false,
459
+ "should_evaluate": false,
460
+ "should_log": false,
461
+ "should_save": true,
462
+ "should_training_stop": true
463
+ },
464
+ "attributes": {}
465
+ }
466
+ },
467
+ "total_flos": 6531344184115200.0,
468
+ "train_batch_size": 8,
469
+ "trial_name": null,
470
+ "trial_params": null
471
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e17c09e3676a9cee87fad08b8dcaae8ed05749e123ef1543922902603b02c8f2
3
+ size 6776
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
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": "<|endoftext|>",
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
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e17c09e3676a9cee87fad08b8dcaae8ed05749e123ef1543922902603b02c8f2
3
+ size 6776
vocab.json ADDED
The diff for this file is too large to render. See raw diff