Anis1123 commited on
Commit
ae07701
·
verified ·
1 Parent(s): aa164ca

Initial model upload

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +9 -0
  2. README.md +61 -0
  3. adapter_config.json +34 -0
  4. adapter_model.safetensors +3 -0
  5. added_tokens.json +24 -0
  6. all_results.json +9 -0
  7. checkpoint-100/README.md +202 -0
  8. checkpoint-100/adapter_config.json +34 -0
  9. checkpoint-100/adapter_model.safetensors +3 -0
  10. checkpoint-100/added_tokens.json +24 -0
  11. checkpoint-100/merges.txt +0 -0
  12. checkpoint-100/optimizer.pt +3 -0
  13. checkpoint-100/rng_state_0.pth +3 -0
  14. checkpoint-100/rng_state_1.pth +3 -0
  15. checkpoint-100/scheduler.pt +3 -0
  16. checkpoint-100/special_tokens_map.json +31 -0
  17. checkpoint-100/tokenizer.json +3 -0
  18. checkpoint-100/tokenizer_config.json +208 -0
  19. checkpoint-100/trainer_state.json +193 -0
  20. checkpoint-100/training_args.bin +3 -0
  21. checkpoint-100/vocab.json +0 -0
  22. checkpoint-200/README.md +202 -0
  23. checkpoint-200/adapter_config.json +34 -0
  24. checkpoint-200/adapter_model.safetensors +3 -0
  25. checkpoint-200/added_tokens.json +24 -0
  26. checkpoint-200/merges.txt +0 -0
  27. checkpoint-200/optimizer.pt +3 -0
  28. checkpoint-200/rng_state_0.pth +3 -0
  29. checkpoint-200/rng_state_1.pth +3 -0
  30. checkpoint-200/scheduler.pt +3 -0
  31. checkpoint-200/special_tokens_map.json +31 -0
  32. checkpoint-200/tokenizer.json +3 -0
  33. checkpoint-200/tokenizer_config.json +208 -0
  34. checkpoint-200/trainer_state.json +353 -0
  35. checkpoint-200/training_args.bin +3 -0
  36. checkpoint-200/vocab.json +0 -0
  37. checkpoint-300/README.md +202 -0
  38. checkpoint-300/adapter_config.json +34 -0
  39. checkpoint-300/adapter_model.safetensors +3 -0
  40. checkpoint-300/added_tokens.json +24 -0
  41. checkpoint-300/merges.txt +0 -0
  42. checkpoint-300/optimizer.pt +3 -0
  43. checkpoint-300/rng_state_0.pth +3 -0
  44. checkpoint-300/rng_state_1.pth +3 -0
  45. checkpoint-300/scheduler.pt +3 -0
  46. checkpoint-300/special_tokens_map.json +31 -0
  47. checkpoint-300/tokenizer.json +3 -0
  48. checkpoint-300/tokenizer_config.json +208 -0
  49. checkpoint-300/trainer_state.json +513 -0
  50. checkpoint-300/training_args.bin +3 -0
.gitattributes CHANGED
@@ -33,3 +33,12 @@ 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
+ checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
+ checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
42
+ checkpoint-700/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
+ checkpoint-792/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
3
+ library_name: peft
4
+ license: other
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: 4k_train_2024-10-16-11-44-16
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # 4k_train_2024-10-16-11-44-16
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B](https://huggingface.co/Qwen/Qwen2.5-7B) on the identity dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 2
44
+ - gradient_accumulation_steps: 8
45
+ - total_train_batch_size: 32
46
+ - total_eval_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - num_epochs: 6.0
50
+
51
+ ### Training results
52
+
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - PEFT 0.12.0
58
+ - Transformers 4.45.0
59
+ - Pytorch 2.3.1+cu121
60
+ - Datasets 2.21.0
61
+ - 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-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "up_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
+ "k_proj",
28
+ "v_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b828a7113d53a791b76ef871014e380e08615640c07f9d3c12e79573273bc9
3
+ size 80792096
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
+ }
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.971724787935909,
3
+ "num_input_tokens_seen": 8259920,
4
+ "total_flos": 3.514168539537736e+17,
5
+ "train_loss": 2.724412232336372,
6
+ "train_runtime": 4977.287,
7
+ "train_samples_per_second": 5.116,
8
+ "train_steps_per_second": 0.159
9
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
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.12.0
checkpoint-100/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-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "up_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
+ "k_proj",
28
+ "v_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c64827f9d2f5666c4e7697392ff5664ab0211280972ad244103a40992e38ecd9
3
+ size 80792096
checkpoint-100/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
+ }
checkpoint-100/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:250cc59c629300dfac320510cc889a6cde88ddab9e1e45b855133708d666f217
3
+ size 161810282
checkpoint-100/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d6a959372d5e0c2ea025dd26c9d0ad2046fce19352056cae8074dcbd0a6fd4
3
+ size 14512
checkpoint-100/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f68a37892a1b445d21bb35cc10bf7a058a6f9ec8c363f5ed156ff4f49d90fb6
3
+ size 14512
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:007585e9be6fcea10724fc5c4f995ce0d7c1a0cb64ea3e579daa75bb93d29802
3
+ size 1064
checkpoint-100/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
+ }
checkpoint-100/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.7540056550424128,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
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.03770028275212064,
13
+ "grad_norm": 2.404820680618286,
14
+ "learning_rate": 4.9995083170283816e-05,
15
+ "loss": 4.2968,
16
+ "num_input_tokens_seen": 51872,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.07540056550424128,
21
+ "grad_norm": 1.080649971961975,
22
+ "learning_rate": 4.998033461515242e-05,
23
+ "loss": 3.9725,
24
+ "num_input_tokens_seen": 107024,
25
+ "step": 10
26
+ },
27
+ {
28
+ "epoch": 0.11310084825636192,
29
+ "grad_norm": 2.0493686199188232,
30
+ "learning_rate": 4.9955760135896534e-05,
31
+ "loss": 3.8314,
32
+ "num_input_tokens_seen": 160080,
33
+ "step": 15
34
+ },
35
+ {
36
+ "epoch": 0.15080113100848255,
37
+ "grad_norm": 0.927135169506073,
38
+ "learning_rate": 4.992136939879856e-05,
39
+ "loss": 3.7,
40
+ "num_input_tokens_seen": 208816,
41
+ "step": 20
42
+ },
43
+ {
44
+ "epoch": 0.1885014137606032,
45
+ "grad_norm": 0.9066221714019775,
46
+ "learning_rate": 4.9877175931330346e-05,
47
+ "loss": 3.6029,
48
+ "num_input_tokens_seen": 262448,
49
+ "step": 25
50
+ },
51
+ {
52
+ "epoch": 0.22620169651272384,
53
+ "grad_norm": 1.361427903175354,
54
+ "learning_rate": 4.982319711683221e-05,
55
+ "loss": 3.4859,
56
+ "num_input_tokens_seen": 315552,
57
+ "step": 30
58
+ },
59
+ {
60
+ "epoch": 0.2639019792648445,
61
+ "grad_norm": 6.180077075958252,
62
+ "learning_rate": 4.975945418767529e-05,
63
+ "loss": 3.4653,
64
+ "num_input_tokens_seen": 366992,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.3016022620169651,
69
+ "grad_norm": 1.7034149169921875,
70
+ "learning_rate": 4.968597221690986e-05,
71
+ "loss": 3.485,
72
+ "num_input_tokens_seen": 418816,
73
+ "step": 40
74
+ },
75
+ {
76
+ "epoch": 0.3393025447690858,
77
+ "grad_norm": 2.64639949798584,
78
+ "learning_rate": 4.96027801084029e-05,
79
+ "loss": 3.4304,
80
+ "num_input_tokens_seen": 469936,
81
+ "step": 45
82
+ },
83
+ {
84
+ "epoch": 0.3770028275212064,
85
+ "grad_norm": 1.302827000617981,
86
+ "learning_rate": 4.950991058546893e-05,
87
+ "loss": 3.4635,
88
+ "num_input_tokens_seen": 525120,
89
+ "step": 50
90
+ },
91
+ {
92
+ "epoch": 0.41470311027332707,
93
+ "grad_norm": 1.5340975522994995,
94
+ "learning_rate": 4.940740017799833e-05,
95
+ "loss": 3.3626,
96
+ "num_input_tokens_seen": 576944,
97
+ "step": 55
98
+ },
99
+ {
100
+ "epoch": 0.4524033930254477,
101
+ "grad_norm": 1.2329437732696533,
102
+ "learning_rate": 4.929528920808854e-05,
103
+ "loss": 3.3347,
104
+ "num_input_tokens_seen": 628544,
105
+ "step": 60
106
+ },
107
+ {
108
+ "epoch": 0.49010367577756836,
109
+ "grad_norm": 1.7281228303909302,
110
+ "learning_rate": 4.917362177418342e-05,
111
+ "loss": 3.3347,
112
+ "num_input_tokens_seen": 681392,
113
+ "step": 65
114
+ },
115
+ {
116
+ "epoch": 0.527803958529689,
117
+ "grad_norm": 1.3272786140441895,
118
+ "learning_rate": 4.904244573372733e-05,
119
+ "loss": 3.3173,
120
+ "num_input_tokens_seen": 734928,
121
+ "step": 70
122
+ },
123
+ {
124
+ "epoch": 0.5655042412818096,
125
+ "grad_norm": 1.3057860136032104,
126
+ "learning_rate": 4.8901812684340564e-05,
127
+ "loss": 3.3863,
128
+ "num_input_tokens_seen": 785840,
129
+ "step": 75
130
+ },
131
+ {
132
+ "epoch": 0.6032045240339302,
133
+ "grad_norm": 1.3130522966384888,
134
+ "learning_rate": 4.8751777943523634e-05,
135
+ "loss": 3.2669,
136
+ "num_input_tokens_seen": 838112,
137
+ "step": 80
138
+ },
139
+ {
140
+ "epoch": 0.6409048067860509,
141
+ "grad_norm": 1.4002560377120972,
142
+ "learning_rate": 4.8592400526898314e-05,
143
+ "loss": 3.249,
144
+ "num_input_tokens_seen": 886784,
145
+ "step": 85
146
+ },
147
+ {
148
+ "epoch": 0.6786050895381716,
149
+ "grad_norm": 1.5897698402404785,
150
+ "learning_rate": 4.842374312499405e-05,
151
+ "loss": 3.3248,
152
+ "num_input_tokens_seen": 936880,
153
+ "step": 90
154
+ },
155
+ {
156
+ "epoch": 0.7163053722902922,
157
+ "grad_norm": 2.1904706954956055,
158
+ "learning_rate": 4.824587207858888e-05,
159
+ "loss": 3.1471,
160
+ "num_input_tokens_seen": 988864,
161
+ "step": 95
162
+ },
163
+ {
164
+ "epoch": 0.7540056550424128,
165
+ "grad_norm": 1.859395980834961,
166
+ "learning_rate": 4.805885735261454e-05,
167
+ "loss": 3.2406,
168
+ "num_input_tokens_seen": 1044400,
169
+ "step": 100
170
+ }
171
+ ],
172
+ "logging_steps": 5,
173
+ "max_steps": 792,
174
+ "num_input_tokens_seen": 1044400,
175
+ "num_train_epochs": 6,
176
+ "save_steps": 100,
177
+ "stateful_callbacks": {
178
+ "TrainerControl": {
179
+ "args": {
180
+ "should_epoch_stop": false,
181
+ "should_evaluate": false,
182
+ "should_log": false,
183
+ "should_save": true,
184
+ "should_training_stop": false
185
+ },
186
+ "attributes": {}
187
+ }
188
+ },
189
+ "total_flos": 4.443381528369562e+16,
190
+ "train_batch_size": 2,
191
+ "trial_name": null,
192
+ "trial_params": null
193
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25081a8d6b88a5e817337b74a2006c5acfcc32ae2eabc92d2d95c47f603004fe
3
+ size 5432
checkpoint-100/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
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.12.0
checkpoint-200/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-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "up_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
+ "k_proj",
28
+ "v_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ef8e29e20705ba154650abf53aebb2eca9acf397701711723f2b35eaedb3278
3
+ size 80792096
checkpoint-200/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
+ }
checkpoint-200/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e794374384d65a75d8ae620f9fe7fde4007e43678464003cd4eff560f78b3d63
3
+ size 161810282
checkpoint-200/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cb795a5cea0baa625c50007a6c9da09c6bbb5c16b560424070384a479e7d8a6
3
+ size 14512
checkpoint-200/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f19604377bd828eb366c68946ad997a4ff4d69beaeea93ee58915135768ec63
3
+ size 14512
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa006138eee6fa0ff47a9911fb5414a64744afc4fa750d29d1a25fc9da929eba
3
+ size 1064
checkpoint-200/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
+ }
checkpoint-200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.5080113100848256,
5
+ "eval_steps": 500,
6
+ "global_step": 200,
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.03770028275212064,
13
+ "grad_norm": 2.404820680618286,
14
+ "learning_rate": 4.9995083170283816e-05,
15
+ "loss": 4.2968,
16
+ "num_input_tokens_seen": 51872,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.07540056550424128,
21
+ "grad_norm": 1.080649971961975,
22
+ "learning_rate": 4.998033461515242e-05,
23
+ "loss": 3.9725,
24
+ "num_input_tokens_seen": 107024,
25
+ "step": 10
26
+ },
27
+ {
28
+ "epoch": 0.11310084825636192,
29
+ "grad_norm": 2.0493686199188232,
30
+ "learning_rate": 4.9955760135896534e-05,
31
+ "loss": 3.8314,
32
+ "num_input_tokens_seen": 160080,
33
+ "step": 15
34
+ },
35
+ {
36
+ "epoch": 0.15080113100848255,
37
+ "grad_norm": 0.927135169506073,
38
+ "learning_rate": 4.992136939879856e-05,
39
+ "loss": 3.7,
40
+ "num_input_tokens_seen": 208816,
41
+ "step": 20
42
+ },
43
+ {
44
+ "epoch": 0.1885014137606032,
45
+ "grad_norm": 0.9066221714019775,
46
+ "learning_rate": 4.9877175931330346e-05,
47
+ "loss": 3.6029,
48
+ "num_input_tokens_seen": 262448,
49
+ "step": 25
50
+ },
51
+ {
52
+ "epoch": 0.22620169651272384,
53
+ "grad_norm": 1.361427903175354,
54
+ "learning_rate": 4.982319711683221e-05,
55
+ "loss": 3.4859,
56
+ "num_input_tokens_seen": 315552,
57
+ "step": 30
58
+ },
59
+ {
60
+ "epoch": 0.2639019792648445,
61
+ "grad_norm": 6.180077075958252,
62
+ "learning_rate": 4.975945418767529e-05,
63
+ "loss": 3.4653,
64
+ "num_input_tokens_seen": 366992,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.3016022620169651,
69
+ "grad_norm": 1.7034149169921875,
70
+ "learning_rate": 4.968597221690986e-05,
71
+ "loss": 3.485,
72
+ "num_input_tokens_seen": 418816,
73
+ "step": 40
74
+ },
75
+ {
76
+ "epoch": 0.3393025447690858,
77
+ "grad_norm": 2.64639949798584,
78
+ "learning_rate": 4.96027801084029e-05,
79
+ "loss": 3.4304,
80
+ "num_input_tokens_seen": 469936,
81
+ "step": 45
82
+ },
83
+ {
84
+ "epoch": 0.3770028275212064,
85
+ "grad_norm": 1.302827000617981,
86
+ "learning_rate": 4.950991058546893e-05,
87
+ "loss": 3.4635,
88
+ "num_input_tokens_seen": 525120,
89
+ "step": 50
90
+ },
91
+ {
92
+ "epoch": 0.41470311027332707,
93
+ "grad_norm": 1.5340975522994995,
94
+ "learning_rate": 4.940740017799833e-05,
95
+ "loss": 3.3626,
96
+ "num_input_tokens_seen": 576944,
97
+ "step": 55
98
+ },
99
+ {
100
+ "epoch": 0.4524033930254477,
101
+ "grad_norm": 1.2329437732696533,
102
+ "learning_rate": 4.929528920808854e-05,
103
+ "loss": 3.3347,
104
+ "num_input_tokens_seen": 628544,
105
+ "step": 60
106
+ },
107
+ {
108
+ "epoch": 0.49010367577756836,
109
+ "grad_norm": 1.7281228303909302,
110
+ "learning_rate": 4.917362177418342e-05,
111
+ "loss": 3.3347,
112
+ "num_input_tokens_seen": 681392,
113
+ "step": 65
114
+ },
115
+ {
116
+ "epoch": 0.527803958529689,
117
+ "grad_norm": 1.3272786140441895,
118
+ "learning_rate": 4.904244573372733e-05,
119
+ "loss": 3.3173,
120
+ "num_input_tokens_seen": 734928,
121
+ "step": 70
122
+ },
123
+ {
124
+ "epoch": 0.5655042412818096,
125
+ "grad_norm": 1.3057860136032104,
126
+ "learning_rate": 4.8901812684340564e-05,
127
+ "loss": 3.3863,
128
+ "num_input_tokens_seen": 785840,
129
+ "step": 75
130
+ },
131
+ {
132
+ "epoch": 0.6032045240339302,
133
+ "grad_norm": 1.3130522966384888,
134
+ "learning_rate": 4.8751777943523634e-05,
135
+ "loss": 3.2669,
136
+ "num_input_tokens_seen": 838112,
137
+ "step": 80
138
+ },
139
+ {
140
+ "epoch": 0.6409048067860509,
141
+ "grad_norm": 1.4002560377120972,
142
+ "learning_rate": 4.8592400526898314e-05,
143
+ "loss": 3.249,
144
+ "num_input_tokens_seen": 886784,
145
+ "step": 85
146
+ },
147
+ {
148
+ "epoch": 0.6786050895381716,
149
+ "grad_norm": 1.5897698402404785,
150
+ "learning_rate": 4.842374312499405e-05,
151
+ "loss": 3.3248,
152
+ "num_input_tokens_seen": 936880,
153
+ "step": 90
154
+ },
155
+ {
156
+ "epoch": 0.7163053722902922,
157
+ "grad_norm": 2.1904706954956055,
158
+ "learning_rate": 4.824587207858888e-05,
159
+ "loss": 3.1471,
160
+ "num_input_tokens_seen": 988864,
161
+ "step": 95
162
+ },
163
+ {
164
+ "epoch": 0.7540056550424128,
165
+ "grad_norm": 1.859395980834961,
166
+ "learning_rate": 4.805885735261454e-05,
167
+ "loss": 3.2406,
168
+ "num_input_tokens_seen": 1044400,
169
+ "step": 100
170
+ },
171
+ {
172
+ "epoch": 0.7917059377945335,
173
+ "grad_norm": 1.6112860441207886,
174
+ "learning_rate": 4.786277250863599e-05,
175
+ "loss": 3.1418,
176
+ "num_input_tokens_seen": 1097376,
177
+ "step": 105
178
+ },
179
+ {
180
+ "epoch": 0.8294062205466541,
181
+ "grad_norm": 1.3354580402374268,
182
+ "learning_rate": 4.765769467591625e-05,
183
+ "loss": 3.1452,
184
+ "num_input_tokens_seen": 1153456,
185
+ "step": 110
186
+ },
187
+ {
188
+ "epoch": 0.8671065032987747,
189
+ "grad_norm": 1.9464856386184692,
190
+ "learning_rate": 4.744370452107789e-05,
191
+ "loss": 3.2019,
192
+ "num_input_tokens_seen": 1205536,
193
+ "step": 115
194
+ },
195
+ {
196
+ "epoch": 0.9048067860508954,
197
+ "grad_norm": 1.3771345615386963,
198
+ "learning_rate": 4.722088621637309e-05,
199
+ "loss": 3.2528,
200
+ "num_input_tokens_seen": 1256080,
201
+ "step": 120
202
+ },
203
+ {
204
+ "epoch": 0.942507068803016,
205
+ "grad_norm": 1.5059542655944824,
206
+ "learning_rate": 4.698932740657479e-05,
207
+ "loss": 3.0824,
208
+ "num_input_tokens_seen": 1308592,
209
+ "step": 125
210
+ },
211
+ {
212
+ "epoch": 0.9802073515551367,
213
+ "grad_norm": 1.4657851457595825,
214
+ "learning_rate": 4.6749119174501975e-05,
215
+ "loss": 3.2487,
216
+ "num_input_tokens_seen": 1355792,
217
+ "step": 130
218
+ },
219
+ {
220
+ "epoch": 1.0179076343072573,
221
+ "grad_norm": 1.5458085536956787,
222
+ "learning_rate": 4.6500356005192514e-05,
223
+ "loss": 3.12,
224
+ "num_input_tokens_seen": 1402560,
225
+ "step": 135
226
+ },
227
+ {
228
+ "epoch": 1.055607917059378,
229
+ "grad_norm": 1.4856982231140137,
230
+ "learning_rate": 4.6243135748737864e-05,
231
+ "loss": 3.1617,
232
+ "num_input_tokens_seen": 1453152,
233
+ "step": 140
234
+ },
235
+ {
236
+ "epoch": 1.0933081998114986,
237
+ "grad_norm": 1.728014588356018,
238
+ "learning_rate": 4.597755958179406e-05,
239
+ "loss": 3.0912,
240
+ "num_input_tokens_seen": 1505744,
241
+ "step": 145
242
+ },
243
+ {
244
+ "epoch": 1.1310084825636193,
245
+ "grad_norm": 1.727301836013794,
246
+ "learning_rate": 4.570373196778427e-05,
247
+ "loss": 2.9448,
248
+ "num_input_tokens_seen": 1559264,
249
+ "step": 150
250
+ },
251
+ {
252
+ "epoch": 1.1687087653157398,
253
+ "grad_norm": 1.8649897575378418,
254
+ "learning_rate": 4.5421760615808474e-05,
255
+ "loss": 3.1383,
256
+ "num_input_tokens_seen": 1604368,
257
+ "step": 155
258
+ },
259
+ {
260
+ "epoch": 1.2064090480678604,
261
+ "grad_norm": 1.8682725429534912,
262
+ "learning_rate": 4.513175643827647e-05,
263
+ "loss": 3.0526,
264
+ "num_input_tokens_seen": 1657168,
265
+ "step": 160
266
+ },
267
+ {
268
+ "epoch": 1.244109330819981,
269
+ "grad_norm": 1.723254680633545,
270
+ "learning_rate": 4.4833833507280884e-05,
271
+ "loss": 3.0386,
272
+ "num_input_tokens_seen": 1704960,
273
+ "step": 165
274
+ },
275
+ {
276
+ "epoch": 1.2818096135721018,
277
+ "grad_norm": 1.6712509393692017,
278
+ "learning_rate": 4.4528109009727336e-05,
279
+ "loss": 2.9411,
280
+ "num_input_tokens_seen": 1756400,
281
+ "step": 170
282
+ },
283
+ {
284
+ "epoch": 1.3195098963242224,
285
+ "grad_norm": 2.0004794597625732,
286
+ "learning_rate": 4.42147032012394e-05,
287
+ "loss": 3.1312,
288
+ "num_input_tokens_seen": 1806976,
289
+ "step": 175
290
+ },
291
+ {
292
+ "epoch": 1.3572101790763431,
293
+ "grad_norm": 1.872934103012085,
294
+ "learning_rate": 4.389373935885646e-05,
295
+ "loss": 3.0785,
296
+ "num_input_tokens_seen": 1861264,
297
+ "step": 180
298
+ },
299
+ {
300
+ "epoch": 1.3949104618284638,
301
+ "grad_norm": 1.8472355604171753,
302
+ "learning_rate": 4.356534373254316e-05,
303
+ "loss": 3.0567,
304
+ "num_input_tokens_seen": 1917872,
305
+ "step": 185
306
+ },
307
+ {
308
+ "epoch": 1.4326107445805842,
309
+ "grad_norm": 2.1023237705230713,
310
+ "learning_rate": 4.322964549552943e-05,
311
+ "loss": 3.0526,
312
+ "num_input_tokens_seen": 1971888,
313
+ "step": 190
314
+ },
315
+ {
316
+ "epoch": 1.4703110273327051,
317
+ "grad_norm": 1.9663615226745605,
318
+ "learning_rate": 4.288677669350066e-05,
319
+ "loss": 3.0147,
320
+ "num_input_tokens_seen": 2022112,
321
+ "step": 195
322
+ },
323
+ {
324
+ "epoch": 1.5080113100848256,
325
+ "grad_norm": 2.509061574935913,
326
+ "learning_rate": 4.2536872192658036e-05,
327
+ "loss": 3.0681,
328
+ "num_input_tokens_seen": 2073088,
329
+ "step": 200
330
+ }
331
+ ],
332
+ "logging_steps": 5,
333
+ "max_steps": 792,
334
+ "num_input_tokens_seen": 2073088,
335
+ "num_train_epochs": 6,
336
+ "save_steps": 100,
337
+ "stateful_callbacks": {
338
+ "TrainerControl": {
339
+ "args": {
340
+ "should_epoch_stop": false,
341
+ "should_evaluate": false,
342
+ "should_log": false,
343
+ "should_save": true,
344
+ "should_training_stop": false
345
+ },
346
+ "attributes": {}
347
+ }
348
+ },
349
+ "total_flos": 8.819916695771546e+16,
350
+ "train_batch_size": 2,
351
+ "trial_name": null,
352
+ "trial_params": null
353
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25081a8d6b88a5e817337b74a2006c5acfcc32ae2eabc92d2d95c47f603004fe
3
+ size 5432
checkpoint-200/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-300/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B
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.12.0
checkpoint-300/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-7B",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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": 16,
14
+ "lora_dropout": 0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "up_proj",
25
+ "gate_proj",
26
+ "down_proj",
27
+ "k_proj",
28
+ "v_proj",
29
+ "q_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-300/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2d51df99699e6961c4d6164ff2e732eb51931a58daadf1e2522e77b554f978c
3
+ size 80792096
checkpoint-300/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
+ }
checkpoint-300/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e83a285c45acf0c09b722d2c099d13f59e40bc86ba1a7104c4f850722a66d1d
3
+ size 161810282
checkpoint-300/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34bcae41c589c7e4cab7b2ef263b878c90c2741404a6af11994dc31537b2319b
3
+ size 14512
checkpoint-300/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d05dc84075e8f7dd1191c36f3be9dda12073208e12f7d2cef433c38d6336774a
3
+ size 14512
checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8ec54f6a0aea46713028de7bebd175e905179497901d87a9a354db5ce43f81a
3
+ size 1064
checkpoint-300/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
+ }
checkpoint-300/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-300/tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "{% set system_message = 'You are a helpful assistant.' %}{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|im_start|>user\n' + content + '<|im_end|>\n<|im_start|>assistant\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '\n' }}{% endif %}{% endfor %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "padding_side": "right",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
checkpoint-300/trainer_state.json ADDED
@@ -0,0 +1,513 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.2620169651272386,
5
+ "eval_steps": 500,
6
+ "global_step": 300,
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.03770028275212064,
13
+ "grad_norm": 2.404820680618286,
14
+ "learning_rate": 4.9995083170283816e-05,
15
+ "loss": 4.2968,
16
+ "num_input_tokens_seen": 51872,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.07540056550424128,
21
+ "grad_norm": 1.080649971961975,
22
+ "learning_rate": 4.998033461515242e-05,
23
+ "loss": 3.9725,
24
+ "num_input_tokens_seen": 107024,
25
+ "step": 10
26
+ },
27
+ {
28
+ "epoch": 0.11310084825636192,
29
+ "grad_norm": 2.0493686199188232,
30
+ "learning_rate": 4.9955760135896534e-05,
31
+ "loss": 3.8314,
32
+ "num_input_tokens_seen": 160080,
33
+ "step": 15
34
+ },
35
+ {
36
+ "epoch": 0.15080113100848255,
37
+ "grad_norm": 0.927135169506073,
38
+ "learning_rate": 4.992136939879856e-05,
39
+ "loss": 3.7,
40
+ "num_input_tokens_seen": 208816,
41
+ "step": 20
42
+ },
43
+ {
44
+ "epoch": 0.1885014137606032,
45
+ "grad_norm": 0.9066221714019775,
46
+ "learning_rate": 4.9877175931330346e-05,
47
+ "loss": 3.6029,
48
+ "num_input_tokens_seen": 262448,
49
+ "step": 25
50
+ },
51
+ {
52
+ "epoch": 0.22620169651272384,
53
+ "grad_norm": 1.361427903175354,
54
+ "learning_rate": 4.982319711683221e-05,
55
+ "loss": 3.4859,
56
+ "num_input_tokens_seen": 315552,
57
+ "step": 30
58
+ },
59
+ {
60
+ "epoch": 0.2639019792648445,
61
+ "grad_norm": 6.180077075958252,
62
+ "learning_rate": 4.975945418767529e-05,
63
+ "loss": 3.4653,
64
+ "num_input_tokens_seen": 366992,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.3016022620169651,
69
+ "grad_norm": 1.7034149169921875,
70
+ "learning_rate": 4.968597221690986e-05,
71
+ "loss": 3.485,
72
+ "num_input_tokens_seen": 418816,
73
+ "step": 40
74
+ },
75
+ {
76
+ "epoch": 0.3393025447690858,
77
+ "grad_norm": 2.64639949798584,
78
+ "learning_rate": 4.96027801084029e-05,
79
+ "loss": 3.4304,
80
+ "num_input_tokens_seen": 469936,
81
+ "step": 45
82
+ },
83
+ {
84
+ "epoch": 0.3770028275212064,
85
+ "grad_norm": 1.302827000617981,
86
+ "learning_rate": 4.950991058546893e-05,
87
+ "loss": 3.4635,
88
+ "num_input_tokens_seen": 525120,
89
+ "step": 50
90
+ },
91
+ {
92
+ "epoch": 0.41470311027332707,
93
+ "grad_norm": 1.5340975522994995,
94
+ "learning_rate": 4.940740017799833e-05,
95
+ "loss": 3.3626,
96
+ "num_input_tokens_seen": 576944,
97
+ "step": 55
98
+ },
99
+ {
100
+ "epoch": 0.4524033930254477,
101
+ "grad_norm": 1.2329437732696533,
102
+ "learning_rate": 4.929528920808854e-05,
103
+ "loss": 3.3347,
104
+ "num_input_tokens_seen": 628544,
105
+ "step": 60
106
+ },
107
+ {
108
+ "epoch": 0.49010367577756836,
109
+ "grad_norm": 1.7281228303909302,
110
+ "learning_rate": 4.917362177418342e-05,
111
+ "loss": 3.3347,
112
+ "num_input_tokens_seen": 681392,
113
+ "step": 65
114
+ },
115
+ {
116
+ "epoch": 0.527803958529689,
117
+ "grad_norm": 1.3272786140441895,
118
+ "learning_rate": 4.904244573372733e-05,
119
+ "loss": 3.3173,
120
+ "num_input_tokens_seen": 734928,
121
+ "step": 70
122
+ },
123
+ {
124
+ "epoch": 0.5655042412818096,
125
+ "grad_norm": 1.3057860136032104,
126
+ "learning_rate": 4.8901812684340564e-05,
127
+ "loss": 3.3863,
128
+ "num_input_tokens_seen": 785840,
129
+ "step": 75
130
+ },
131
+ {
132
+ "epoch": 0.6032045240339302,
133
+ "grad_norm": 1.3130522966384888,
134
+ "learning_rate": 4.8751777943523634e-05,
135
+ "loss": 3.2669,
136
+ "num_input_tokens_seen": 838112,
137
+ "step": 80
138
+ },
139
+ {
140
+ "epoch": 0.6409048067860509,
141
+ "grad_norm": 1.4002560377120972,
142
+ "learning_rate": 4.8592400526898314e-05,
143
+ "loss": 3.249,
144
+ "num_input_tokens_seen": 886784,
145
+ "step": 85
146
+ },
147
+ {
148
+ "epoch": 0.6786050895381716,
149
+ "grad_norm": 1.5897698402404785,
150
+ "learning_rate": 4.842374312499405e-05,
151
+ "loss": 3.3248,
152
+ "num_input_tokens_seen": 936880,
153
+ "step": 90
154
+ },
155
+ {
156
+ "epoch": 0.7163053722902922,
157
+ "grad_norm": 2.1904706954956055,
158
+ "learning_rate": 4.824587207858888e-05,
159
+ "loss": 3.1471,
160
+ "num_input_tokens_seen": 988864,
161
+ "step": 95
162
+ },
163
+ {
164
+ "epoch": 0.7540056550424128,
165
+ "grad_norm": 1.859395980834961,
166
+ "learning_rate": 4.805885735261454e-05,
167
+ "loss": 3.2406,
168
+ "num_input_tokens_seen": 1044400,
169
+ "step": 100
170
+ },
171
+ {
172
+ "epoch": 0.7917059377945335,
173
+ "grad_norm": 1.6112860441207886,
174
+ "learning_rate": 4.786277250863599e-05,
175
+ "loss": 3.1418,
176
+ "num_input_tokens_seen": 1097376,
177
+ "step": 105
178
+ },
179
+ {
180
+ "epoch": 0.8294062205466541,
181
+ "grad_norm": 1.3354580402374268,
182
+ "learning_rate": 4.765769467591625e-05,
183
+ "loss": 3.1452,
184
+ "num_input_tokens_seen": 1153456,
185
+ "step": 110
186
+ },
187
+ {
188
+ "epoch": 0.8671065032987747,
189
+ "grad_norm": 1.9464856386184692,
190
+ "learning_rate": 4.744370452107789e-05,
191
+ "loss": 3.2019,
192
+ "num_input_tokens_seen": 1205536,
193
+ "step": 115
194
+ },
195
+ {
196
+ "epoch": 0.9048067860508954,
197
+ "grad_norm": 1.3771345615386963,
198
+ "learning_rate": 4.722088621637309e-05,
199
+ "loss": 3.2528,
200
+ "num_input_tokens_seen": 1256080,
201
+ "step": 120
202
+ },
203
+ {
204
+ "epoch": 0.942507068803016,
205
+ "grad_norm": 1.5059542655944824,
206
+ "learning_rate": 4.698932740657479e-05,
207
+ "loss": 3.0824,
208
+ "num_input_tokens_seen": 1308592,
209
+ "step": 125
210
+ },
211
+ {
212
+ "epoch": 0.9802073515551367,
213
+ "grad_norm": 1.4657851457595825,
214
+ "learning_rate": 4.6749119174501975e-05,
215
+ "loss": 3.2487,
216
+ "num_input_tokens_seen": 1355792,
217
+ "step": 130
218
+ },
219
+ {
220
+ "epoch": 1.0179076343072573,
221
+ "grad_norm": 1.5458085536956787,
222
+ "learning_rate": 4.6500356005192514e-05,
223
+ "loss": 3.12,
224
+ "num_input_tokens_seen": 1402560,
225
+ "step": 135
226
+ },
227
+ {
228
+ "epoch": 1.055607917059378,
229
+ "grad_norm": 1.4856982231140137,
230
+ "learning_rate": 4.6243135748737864e-05,
231
+ "loss": 3.1617,
232
+ "num_input_tokens_seen": 1453152,
233
+ "step": 140
234
+ },
235
+ {
236
+ "epoch": 1.0933081998114986,
237
+ "grad_norm": 1.728014588356018,
238
+ "learning_rate": 4.597755958179406e-05,
239
+ "loss": 3.0912,
240
+ "num_input_tokens_seen": 1505744,
241
+ "step": 145
242
+ },
243
+ {
244
+ "epoch": 1.1310084825636193,
245
+ "grad_norm": 1.727301836013794,
246
+ "learning_rate": 4.570373196778427e-05,
247
+ "loss": 2.9448,
248
+ "num_input_tokens_seen": 1559264,
249
+ "step": 150
250
+ },
251
+ {
252
+ "epoch": 1.1687087653157398,
253
+ "grad_norm": 1.8649897575378418,
254
+ "learning_rate": 4.5421760615808474e-05,
255
+ "loss": 3.1383,
256
+ "num_input_tokens_seen": 1604368,
257
+ "step": 155
258
+ },
259
+ {
260
+ "epoch": 1.2064090480678604,
261
+ "grad_norm": 1.8682725429534912,
262
+ "learning_rate": 4.513175643827647e-05,
263
+ "loss": 3.0526,
264
+ "num_input_tokens_seen": 1657168,
265
+ "step": 160
266
+ },
267
+ {
268
+ "epoch": 1.244109330819981,
269
+ "grad_norm": 1.723254680633545,
270
+ "learning_rate": 4.4833833507280884e-05,
271
+ "loss": 3.0386,
272
+ "num_input_tokens_seen": 1704960,
273
+ "step": 165
274
+ },
275
+ {
276
+ "epoch": 1.2818096135721018,
277
+ "grad_norm": 1.6712509393692017,
278
+ "learning_rate": 4.4528109009727336e-05,
279
+ "loss": 2.9411,
280
+ "num_input_tokens_seen": 1756400,
281
+ "step": 170
282
+ },
283
+ {
284
+ "epoch": 1.3195098963242224,
285
+ "grad_norm": 2.0004794597625732,
286
+ "learning_rate": 4.42147032012394e-05,
287
+ "loss": 3.1312,
288
+ "num_input_tokens_seen": 1806976,
289
+ "step": 175
290
+ },
291
+ {
292
+ "epoch": 1.3572101790763431,
293
+ "grad_norm": 1.872934103012085,
294
+ "learning_rate": 4.389373935885646e-05,
295
+ "loss": 3.0785,
296
+ "num_input_tokens_seen": 1861264,
297
+ "step": 180
298
+ },
299
+ {
300
+ "epoch": 1.3949104618284638,
301
+ "grad_norm": 1.8472355604171753,
302
+ "learning_rate": 4.356534373254316e-05,
303
+ "loss": 3.0567,
304
+ "num_input_tokens_seen": 1917872,
305
+ "step": 185
306
+ },
307
+ {
308
+ "epoch": 1.4326107445805842,
309
+ "grad_norm": 2.1023237705230713,
310
+ "learning_rate": 4.322964549552943e-05,
311
+ "loss": 3.0526,
312
+ "num_input_tokens_seen": 1971888,
313
+ "step": 190
314
+ },
315
+ {
316
+ "epoch": 1.4703110273327051,
317
+ "grad_norm": 1.9663615226745605,
318
+ "learning_rate": 4.288677669350066e-05,
319
+ "loss": 3.0147,
320
+ "num_input_tokens_seen": 2022112,
321
+ "step": 195
322
+ },
323
+ {
324
+ "epoch": 1.5080113100848256,
325
+ "grad_norm": 2.509061574935913,
326
+ "learning_rate": 4.2536872192658036e-05,
327
+ "loss": 3.0681,
328
+ "num_input_tokens_seen": 2073088,
329
+ "step": 200
330
+ },
331
+ {
332
+ "epoch": 1.5457115928369463,
333
+ "grad_norm": 1.9898158311843872,
334
+ "learning_rate": 4.218006962666934e-05,
335
+ "loss": 2.9832,
336
+ "num_input_tokens_seen": 2124080,
337
+ "step": 205
338
+ },
339
+ {
340
+ "epoch": 1.583411875589067,
341
+ "grad_norm": 1.9694849252700806,
342
+ "learning_rate": 4.181650934253132e-05,
343
+ "loss": 2.9811,
344
+ "num_input_tokens_seen": 2178784,
345
+ "step": 210
346
+ },
347
+ {
348
+ "epoch": 1.6211121583411876,
349
+ "grad_norm": 2.2799909114837646,
350
+ "learning_rate": 4.144633434536467e-05,
351
+ "loss": 2.9752,
352
+ "num_input_tokens_seen": 2228928,
353
+ "step": 215
354
+ },
355
+ {
356
+ "epoch": 1.6588124410933083,
357
+ "grad_norm": 2.281668186187744,
358
+ "learning_rate": 4.1069690242163484e-05,
359
+ "loss": 3.1081,
360
+ "num_input_tokens_seen": 2279536,
361
+ "step": 220
362
+ },
363
+ {
364
+ "epoch": 1.6965127238454287,
365
+ "grad_norm": 2.2970738410949707,
366
+ "learning_rate": 4.06867251845213e-05,
367
+ "loss": 2.9904,
368
+ "num_input_tokens_seen": 2338832,
369
+ "step": 225
370
+ },
371
+ {
372
+ "epoch": 1.7342130065975496,
373
+ "grad_norm": 2.1776630878448486,
374
+ "learning_rate": 4.0297589810356165e-05,
375
+ "loss": 3.0209,
376
+ "num_input_tokens_seen": 2392784,
377
+ "step": 230
378
+ },
379
+ {
380
+ "epoch": 1.77191328934967,
381
+ "grad_norm": 2.3412859439849854,
382
+ "learning_rate": 3.9902437184657784e-05,
383
+ "loss": 2.9835,
384
+ "num_input_tokens_seen": 2449088,
385
+ "step": 235
386
+ },
387
+ {
388
+ "epoch": 1.8096135721017907,
389
+ "grad_norm": 2.2461934089660645,
390
+ "learning_rate": 3.9501422739279956e-05,
391
+ "loss": 3.0256,
392
+ "num_input_tokens_seen": 2503872,
393
+ "step": 240
394
+ },
395
+ {
396
+ "epoch": 1.8473138548539114,
397
+ "grad_norm": 1.9846028089523315,
398
+ "learning_rate": 3.909470421180201e-05,
399
+ "loss": 2.9455,
400
+ "num_input_tokens_seen": 2556896,
401
+ "step": 245
402
+ },
403
+ {
404
+ "epoch": 1.885014137606032,
405
+ "grad_norm": 2.456713914871216,
406
+ "learning_rate": 3.8682441583483314e-05,
407
+ "loss": 2.9629,
408
+ "num_input_tokens_seen": 2607712,
409
+ "step": 250
410
+ },
411
+ {
412
+ "epoch": 1.9227144203581528,
413
+ "grad_norm": 2.048579454421997,
414
+ "learning_rate": 3.8264797016335205e-05,
415
+ "loss": 3.0255,
416
+ "num_input_tokens_seen": 2661696,
417
+ "step": 255
418
+ },
419
+ {
420
+ "epoch": 1.9604147031102732,
421
+ "grad_norm": 2.1914753913879395,
422
+ "learning_rate": 3.7841934789335164e-05,
423
+ "loss": 2.9352,
424
+ "num_input_tokens_seen": 2711664,
425
+ "step": 260
426
+ },
427
+ {
428
+ "epoch": 1.998114985862394,
429
+ "grad_norm": 2.7857398986816406,
430
+ "learning_rate": 3.741402123380828e-05,
431
+ "loss": 3.0592,
432
+ "num_input_tokens_seen": 2766656,
433
+ "step": 265
434
+ },
435
+ {
436
+ "epoch": 2.0358152686145146,
437
+ "grad_norm": 2.3272783756256104,
438
+ "learning_rate": 3.6981224668001424e-05,
439
+ "loss": 2.8064,
440
+ "num_input_tokens_seen": 2816736,
441
+ "step": 270
442
+ },
443
+ {
444
+ "epoch": 2.0735155513666355,
445
+ "grad_norm": 2.9153804779052734,
446
+ "learning_rate": 3.654371533087586e-05,
447
+ "loss": 2.6955,
448
+ "num_input_tokens_seen": 2871728,
449
+ "step": 275
450
+ },
451
+ {
452
+ "epoch": 2.111215834118756,
453
+ "grad_norm": 2.69919490814209,
454
+ "learning_rate": 3.610166531514436e-05,
455
+ "loss": 2.8221,
456
+ "num_input_tokens_seen": 2914880,
457
+ "step": 280
458
+ },
459
+ {
460
+ "epoch": 2.1489161168708764,
461
+ "grad_norm": 2.708343267440796,
462
+ "learning_rate": 3.565524849957921e-05,
463
+ "loss": 2.8134,
464
+ "num_input_tokens_seen": 2966144,
465
+ "step": 285
466
+ },
467
+ {
468
+ "epoch": 2.1866163996229973,
469
+ "grad_norm": 2.9772026538848877,
470
+ "learning_rate": 3.520464048061758e-05,
471
+ "loss": 2.8455,
472
+ "num_input_tokens_seen": 3017856,
473
+ "step": 290
474
+ },
475
+ {
476
+ "epoch": 2.2243166823751177,
477
+ "grad_norm": 3.0390701293945312,
478
+ "learning_rate": 3.47500185032913e-05,
479
+ "loss": 2.8067,
480
+ "num_input_tokens_seen": 3069232,
481
+ "step": 295
482
+ },
483
+ {
484
+ "epoch": 2.2620169651272386,
485
+ "grad_norm": 3.013737678527832,
486
+ "learning_rate": 3.4291561391508185e-05,
487
+ "loss": 2.8081,
488
+ "num_input_tokens_seen": 3120768,
489
+ "step": 300
490
+ }
491
+ ],
492
+ "logging_steps": 5,
493
+ "max_steps": 792,
494
+ "num_input_tokens_seen": 3120768,
495
+ "num_train_epochs": 6,
496
+ "save_steps": 100,
497
+ "stateful_callbacks": {
498
+ "TrainerControl": {
499
+ "args": {
500
+ "should_epoch_stop": false,
501
+ "should_evaluate": false,
502
+ "should_log": false,
503
+ "should_save": true,
504
+ "should_training_stop": false
505
+ },
506
+ "attributes": {}
507
+ }
508
+ },
509
+ "total_flos": 1.3277252962117222e+17,
510
+ "train_batch_size": 2,
511
+ "trial_name": null,
512
+ "trial_params": null
513
+ }
checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25081a8d6b88a5e817337b74a2006c5acfcc32ae2eabc92d2d95c47f603004fe
3
+ size 5432