saim1212 commited on
Commit
49a8ace
·
verified ·
1 Parent(s): 0013503
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +5 -0
  2. README.md +62 -0
  3. adapter_config.json +26 -0
  4. adapter_model.safetensors +3 -0
  5. added_tokens.json +16 -0
  6. all_results.json +8 -0
  7. chat_template.json +3 -0
  8. checkpoint-1000/README.md +202 -0
  9. checkpoint-1000/adapter_config.json +26 -0
  10. checkpoint-1000/adapter_model.safetensors +3 -0
  11. checkpoint-1000/added_tokens.json +16 -0
  12. checkpoint-1000/chat_template.json +3 -0
  13. checkpoint-1000/merges.txt +0 -0
  14. checkpoint-1000/optimizer.pt +3 -0
  15. checkpoint-1000/preprocessor_config.json +29 -0
  16. checkpoint-1000/rng_state_0.pth +3 -0
  17. checkpoint-1000/rng_state_1.pth +3 -0
  18. checkpoint-1000/scheduler.pt +3 -0
  19. checkpoint-1000/special_tokens_map.json +31 -0
  20. checkpoint-1000/tokenizer.json +3 -0
  21. checkpoint-1000/tokenizer_config.json +145 -0
  22. checkpoint-1000/trainer_state.json +733 -0
  23. checkpoint-1000/training_args.bin +3 -0
  24. checkpoint-1000/vocab.json +0 -0
  25. checkpoint-2000/README.md +202 -0
  26. checkpoint-2000/adapter_config.json +26 -0
  27. checkpoint-2000/adapter_model.safetensors +3 -0
  28. checkpoint-2000/added_tokens.json +16 -0
  29. checkpoint-2000/chat_template.json +3 -0
  30. checkpoint-2000/merges.txt +0 -0
  31. checkpoint-2000/optimizer.pt +3 -0
  32. checkpoint-2000/preprocessor_config.json +29 -0
  33. checkpoint-2000/rng_state_0.pth +3 -0
  34. checkpoint-2000/rng_state_1.pth +3 -0
  35. checkpoint-2000/scheduler.pt +3 -0
  36. checkpoint-2000/special_tokens_map.json +31 -0
  37. checkpoint-2000/tokenizer.json +3 -0
  38. checkpoint-2000/tokenizer_config.json +145 -0
  39. checkpoint-2000/trainer_state.json +1433 -0
  40. checkpoint-2000/training_args.bin +3 -0
  41. checkpoint-2000/vocab.json +0 -0
  42. checkpoint-3000/README.md +202 -0
  43. checkpoint-3000/adapter_config.json +26 -0
  44. checkpoint-3000/adapter_model.safetensors +3 -0
  45. checkpoint-3000/added_tokens.json +16 -0
  46. checkpoint-3000/chat_template.json +3 -0
  47. checkpoint-3000/merges.txt +0 -0
  48. checkpoint-3000/optimizer.pt +3 -0
  49. checkpoint-3000/preprocessor_config.json +29 -0
  50. checkpoint-3000/rng_state_0.pth +3 -0
.gitattributes CHANGED
@@ -33,3 +33,8 @@ 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-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-2000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-3000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ checkpoint-3360/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: Qwen/Qwen2-VL-2B-Instruct
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: qwen2vl_lora_16lr_7b
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
+ # qwen2vl_lora_16lr_7b
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) on the talk2car 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: 2e-05
39
+ - train_batch_size: 3
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 2
44
+ - total_train_batch_size: 6
45
+ - total_eval_batch_size: 16
46
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: cosine
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 40.0
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - PEFT 0.12.0
59
+ - Transformers 4.48.2
60
+ - Pytorch 2.4.0
61
+ - Datasets 3.1.0
62
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
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": 32,
14
+ "lora_dropout": 0.0,
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": "^(?!.*visual.patch_embed|visual.blocks).*(?:o_proj|v_proj|down_proj|k_proj|q_proj|up_proj|gate_proj).*",
23
+ "task_type": "CAUSAL_LM",
24
+ "use_dora": false,
25
+ "use_rslora": false
26
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:788ec8b5da707abf6948e70f786bef2295da243d71c6e22f81ad1a15d216c6d4
3
+ size 73911112
added_tokens.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|box_end|>": 151649,
3
+ "<|box_start|>": 151648,
4
+ "<|endoftext|>": 151643,
5
+ "<|im_end|>": 151645,
6
+ "<|im_start|>": 151644,
7
+ "<|image_pad|>": 151655,
8
+ "<|object_ref_end|>": 151647,
9
+ "<|object_ref_start|>": 151646,
10
+ "<|quad_end|>": 151651,
11
+ "<|quad_start|>": 151650,
12
+ "<|video_pad|>": 151656,
13
+ "<|vision_end|>": 151653,
14
+ "<|vision_pad|>": 151654,
15
+ "<|vision_start|>": 151652
16
+ }
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 40.0,
3
+ "total_flos": 2.004550530755461e+17,
4
+ "train_loss": 0.09495920253196216,
5
+ "train_runtime": 28025.0795,
6
+ "train_samples_per_second": 0.714,
7
+ "train_steps_per_second": 0.12
8
+ }
chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
3
+ }
checkpoint-1000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-VL-2B-Instruct
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-1000/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
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": 32,
14
+ "lora_dropout": 0.0,
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": "^(?!.*visual.patch_embed|visual.blocks).*(?:o_proj|v_proj|down_proj|k_proj|q_proj|up_proj|gate_proj).*",
23
+ "task_type": "CAUSAL_LM",
24
+ "use_dora": false,
25
+ "use_rslora": false
26
+ }
checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3deb2c723ca194b1a5a0be565dc2099d36a5628ab4101146cefaf66983f7615
3
+ size 73911112
checkpoint-1000/added_tokens.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|box_end|>": 151649,
3
+ "<|box_start|>": 151648,
4
+ "<|endoftext|>": 151643,
5
+ "<|im_end|>": 151645,
6
+ "<|im_start|>": 151644,
7
+ "<|image_pad|>": 151655,
8
+ "<|object_ref_end|>": 151647,
9
+ "<|object_ref_start|>": 151646,
10
+ "<|quad_end|>": 151651,
11
+ "<|quad_start|>": 151650,
12
+ "<|video_pad|>": 151656,
13
+ "<|vision_end|>": 151653,
14
+ "<|vision_pad|>": 151654,
15
+ "<|vision_start|>": 151652
16
+ }
checkpoint-1000/chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
3
+ }
checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb228cd06b4526571fbb9a3a19a1bc7cb1dca378bc66a296104de67254345af
3
+ size 148047978
checkpoint-1000/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.48145466,
8
+ 0.4578275,
9
+ 0.40821073
10
+ ],
11
+ "image_processor_type": "Qwen2VLImageProcessor",
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "max_pixels": 12845056,
18
+ "merge_size": 2,
19
+ "min_pixels": 3136,
20
+ "patch_size": 14,
21
+ "processor_class": "Qwen2VLProcessor",
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "max_pixels": 12845056,
26
+ "min_pixels": 3136
27
+ },
28
+ "temporal_patch_size": 2
29
+ }
checkpoint-1000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f3803bff3f596c03b55881de967a825b5734e4a581739164f9cb9e7fd1aee89
3
+ size 14512
checkpoint-1000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d768a04b798e2ca42effbe096b8e4481f32a402a9125a2ced390586dab8eb29e
3
+ size 14512
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08df4df4cc87960e1f920262b834a1d27f67a7cbdd32431fe0bca63620d0ec0
3
+ size 1064
checkpoint-1000/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-1000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
3
+ size 11420371
checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "151646": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "151647": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "151648": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "151649": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "151650": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "151651": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "151652": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "151653": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "151654": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "151655": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "151656": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ }
116
+ },
117
+ "additional_special_tokens": [
118
+ "<|im_start|>",
119
+ "<|im_end|>",
120
+ "<|object_ref_start|>",
121
+ "<|object_ref_end|>",
122
+ "<|box_start|>",
123
+ "<|box_end|>",
124
+ "<|quad_start|>",
125
+ "<|quad_end|>",
126
+ "<|vision_start|>",
127
+ "<|vision_end|>",
128
+ "<|vision_pad|>",
129
+ "<|image_pad|>",
130
+ "<|video_pad|>"
131
+ ],
132
+ "bos_token": null,
133
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
134
+ "clean_up_tokenization_spaces": false,
135
+ "eos_token": "<|im_end|>",
136
+ "errors": "replace",
137
+ "extra_special_tokens": {},
138
+ "model_max_length": 2048,
139
+ "pad_token": "<|endoftext|>",
140
+ "padding_side": "right",
141
+ "processor_class": "Qwen2VLProcessor",
142
+ "split_special_tokens": false,
143
+ "tokenizer_class": "Qwen2Tokenizer",
144
+ "unk_token": null
145
+ }
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 11.904761904761905,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.11904761904761904,
13
+ "grad_norm": 5.44253396987915,
14
+ "learning_rate": 5.952380952380953e-07,
15
+ "loss": 1.5321,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.23809523809523808,
20
+ "grad_norm": 2.2140841484069824,
21
+ "learning_rate": 1.1904761904761906e-06,
22
+ "loss": 1.1934,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.35714285714285715,
27
+ "grad_norm": 1.413270115852356,
28
+ "learning_rate": 1.7857142857142859e-06,
29
+ "loss": 0.9128,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.47619047619047616,
34
+ "grad_norm": 1.0657840967178345,
35
+ "learning_rate": 2.380952380952381e-06,
36
+ "loss": 0.7772,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.5952380952380952,
41
+ "grad_norm": 0.9593137502670288,
42
+ "learning_rate": 2.9761904761904763e-06,
43
+ "loss": 0.7849,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.7142857142857143,
48
+ "grad_norm": 1.134382724761963,
49
+ "learning_rate": 3.5714285714285718e-06,
50
+ "loss": 0.716,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.8333333333333334,
55
+ "grad_norm": 0.618364691734314,
56
+ "learning_rate": 4.166666666666667e-06,
57
+ "loss": 0.6678,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.9523809523809523,
62
+ "grad_norm": 0.7465847134590149,
63
+ "learning_rate": 4.761904761904762e-06,
64
+ "loss": 0.671,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 1.0714285714285714,
69
+ "grad_norm": 0.6726512908935547,
70
+ "learning_rate": 5.357142857142857e-06,
71
+ "loss": 0.6186,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.1904761904761905,
76
+ "grad_norm": 0.6353351473808289,
77
+ "learning_rate": 5.9523809523809525e-06,
78
+ "loss": 0.5818,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 1.3095238095238095,
83
+ "grad_norm": 0.7020516991615295,
84
+ "learning_rate": 6.547619047619048e-06,
85
+ "loss": 0.6056,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 1.4285714285714286,
90
+ "grad_norm": 1.1165708303451538,
91
+ "learning_rate": 7.1428571428571436e-06,
92
+ "loss": 0.6225,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 1.5476190476190477,
97
+ "grad_norm": 1.7502918243408203,
98
+ "learning_rate": 7.738095238095238e-06,
99
+ "loss": 0.6321,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 1.6666666666666665,
104
+ "grad_norm": 0.6962683796882629,
105
+ "learning_rate": 8.333333333333334e-06,
106
+ "loss": 0.5751,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 1.7857142857142856,
111
+ "grad_norm": 0.876686155796051,
112
+ "learning_rate": 8.92857142857143e-06,
113
+ "loss": 0.5974,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 1.9047619047619047,
118
+ "grad_norm": 0.5832173228263855,
119
+ "learning_rate": 9.523809523809525e-06,
120
+ "loss": 0.6085,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 2.0238095238095237,
125
+ "grad_norm": 0.44337984919548035,
126
+ "learning_rate": 1.011904761904762e-05,
127
+ "loss": 0.5713,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 2.142857142857143,
132
+ "grad_norm": 1.2403652667999268,
133
+ "learning_rate": 1.0714285714285714e-05,
134
+ "loss": 0.5165,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 2.261904761904762,
139
+ "grad_norm": 0.7495181560516357,
140
+ "learning_rate": 1.130952380952381e-05,
141
+ "loss": 0.5448,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 2.380952380952381,
146
+ "grad_norm": 0.8501800298690796,
147
+ "learning_rate": 1.1904761904761905e-05,
148
+ "loss": 0.5122,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 2.5,
153
+ "grad_norm": 0.8133195638656616,
154
+ "learning_rate": 1.25e-05,
155
+ "loss": 0.5337,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 2.619047619047619,
160
+ "grad_norm": 1.3526533842086792,
161
+ "learning_rate": 1.3095238095238096e-05,
162
+ "loss": 0.4943,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 2.738095238095238,
167
+ "grad_norm": 1.0535343885421753,
168
+ "learning_rate": 1.3690476190476192e-05,
169
+ "loss": 0.521,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 2.857142857142857,
174
+ "grad_norm": 1.2215440273284912,
175
+ "learning_rate": 1.4285714285714287e-05,
176
+ "loss": 0.5461,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 2.9761904761904763,
181
+ "grad_norm": 1.1781115531921387,
182
+ "learning_rate": 1.4880952380952383e-05,
183
+ "loss": 0.5346,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 3.0952380952380953,
188
+ "grad_norm": 0.762434184551239,
189
+ "learning_rate": 1.5476190476190476e-05,
190
+ "loss": 0.4855,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 3.2142857142857144,
195
+ "grad_norm": 1.287593126296997,
196
+ "learning_rate": 1.6071428571428572e-05,
197
+ "loss": 0.473,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 3.3333333333333335,
202
+ "grad_norm": 0.9310547113418579,
203
+ "learning_rate": 1.6666666666666667e-05,
204
+ "loss": 0.4201,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 3.4523809523809526,
209
+ "grad_norm": 1.1341677904129028,
210
+ "learning_rate": 1.7261904761904763e-05,
211
+ "loss": 0.3884,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 3.571428571428571,
216
+ "grad_norm": 1.483049750328064,
217
+ "learning_rate": 1.785714285714286e-05,
218
+ "loss": 0.4662,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 3.6904761904761907,
223
+ "grad_norm": 0.9312372803688049,
224
+ "learning_rate": 1.8452380952380954e-05,
225
+ "loss": 0.4688,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 3.8095238095238093,
230
+ "grad_norm": 1.0440223217010498,
231
+ "learning_rate": 1.904761904761905e-05,
232
+ "loss": 0.4727,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 3.928571428571429,
237
+ "grad_norm": 1.20750892162323,
238
+ "learning_rate": 1.9642857142857145e-05,
239
+ "loss": 0.4062,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 4.0476190476190474,
244
+ "grad_norm": 1.5511012077331543,
245
+ "learning_rate": 1.999991365731819e-05,
246
+ "loss": 0.4459,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 4.166666666666667,
251
+ "grad_norm": 1.3020656108856201,
252
+ "learning_rate": 1.9998942319271076e-05,
253
+ "loss": 0.3667,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 4.285714285714286,
258
+ "grad_norm": 0.9357143640518188,
259
+ "learning_rate": 1.9996891820008165e-05,
260
+ "loss": 0.3703,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 4.404761904761905,
265
+ "grad_norm": 1.120471477508545,
266
+ "learning_rate": 1.9993762380834786e-05,
267
+ "loss": 0.3797,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 4.523809523809524,
272
+ "grad_norm": 1.4476983547210693,
273
+ "learning_rate": 1.9989554339503612e-05,
274
+ "loss": 0.366,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 4.642857142857143,
279
+ "grad_norm": 0.8721790313720703,
280
+ "learning_rate": 1.998426815017817e-05,
281
+ "loss": 0.3914,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 4.761904761904762,
286
+ "grad_norm": 1.4711418151855469,
287
+ "learning_rate": 1.997790438338385e-05,
288
+ "loss": 0.3665,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 4.880952380952381,
293
+ "grad_norm": 1.216174840927124,
294
+ "learning_rate": 1.9970463725946335e-05,
295
+ "loss": 0.345,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 5.0,
300
+ "grad_norm": 0.8730125427246094,
301
+ "learning_rate": 1.9962847054074817e-05,
302
+ "loss": 0.3732,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 5.119047619047619,
307
+ "grad_norm": 1.7755807638168335,
308
+ "learning_rate": 1.9953362612814294e-05,
309
+ "loss": 0.2578,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 5.238095238095238,
314
+ "grad_norm": 1.7037990093231201,
315
+ "learning_rate": 1.9942803929643423e-05,
316
+ "loss": 0.2561,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 5.357142857142857,
321
+ "grad_norm": 1.140688180923462,
322
+ "learning_rate": 1.9931172144134874e-05,
323
+ "loss": 0.2525,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 5.476190476190476,
328
+ "grad_norm": 1.492291808128357,
329
+ "learning_rate": 1.99184685116786e-05,
330
+ "loss": 0.2727,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 5.595238095238095,
335
+ "grad_norm": 1.1798468828201294,
336
+ "learning_rate": 1.9904694403346362e-05,
337
+ "loss": 0.291,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 5.714285714285714,
342
+ "grad_norm": 1.1415112018585205,
343
+ "learning_rate": 1.9889851305743742e-05,
344
+ "loss": 0.2845,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 5.833333333333333,
349
+ "grad_norm": 1.8219681978225708,
350
+ "learning_rate": 1.9873940820849714e-05,
351
+ "loss": 0.2746,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 5.9523809523809526,
356
+ "grad_norm": 1.3858968019485474,
357
+ "learning_rate": 1.9856964665843717e-05,
358
+ "loss": 0.2861,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 6.071428571428571,
363
+ "grad_norm": 1.2878497838974,
364
+ "learning_rate": 1.9838924672920344e-05,
365
+ "loss": 0.239,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 6.190476190476191,
370
+ "grad_norm": 2.5550217628479004,
371
+ "learning_rate": 1.9819822789091597e-05,
372
+ "loss": 0.1605,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 6.309523809523809,
377
+ "grad_norm": 2.016493082046509,
378
+ "learning_rate": 1.9799661075976754e-05,
379
+ "loss": 0.2069,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 6.428571428571429,
384
+ "grad_norm": 1.8905669450759888,
385
+ "learning_rate": 1.977844170957984e-05,
386
+ "loss": 0.1953,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 6.5476190476190474,
391
+ "grad_norm": 1.6992967128753662,
392
+ "learning_rate": 1.9756166980054812e-05,
393
+ "loss": 0.1837,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 6.666666666666667,
398
+ "grad_norm": 1.893633246421814,
399
+ "learning_rate": 1.973283929145836e-05,
400
+ "loss": 0.1947,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 6.785714285714286,
405
+ "grad_norm": 1.6204354763031006,
406
+ "learning_rate": 1.9708461161490456e-05,
407
+ "loss": 0.1836,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 6.904761904761905,
412
+ "grad_norm": 2.0902771949768066,
413
+ "learning_rate": 1.9683035221222617e-05,
414
+ "loss": 0.1971,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 7.023809523809524,
419
+ "grad_norm": 2.2528581619262695,
420
+ "learning_rate": 1.9656564214813948e-05,
421
+ "loss": 0.1864,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 7.142857142857143,
426
+ "grad_norm": 0.9720670580863953,
427
+ "learning_rate": 1.9629050999214977e-05,
428
+ "loss": 0.114,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 7.261904761904762,
433
+ "grad_norm": 1.1338551044464111,
434
+ "learning_rate": 1.960049854385929e-05,
435
+ "loss": 0.1331,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 7.380952380952381,
440
+ "grad_norm": 1.8178822994232178,
441
+ "learning_rate": 1.957090993034306e-05,
442
+ "loss": 0.1144,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 7.5,
447
+ "grad_norm": 2.2525339126586914,
448
+ "learning_rate": 1.9540288352092474e-05,
449
+ "loss": 0.1298,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 7.619047619047619,
454
+ "grad_norm": 2.6778416633605957,
455
+ "learning_rate": 1.9508637114019037e-05,
456
+ "loss": 0.131,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 7.738095238095238,
461
+ "grad_norm": 1.2893160581588745,
462
+ "learning_rate": 1.947595963216292e-05,
463
+ "loss": 0.1332,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 7.857142857142857,
468
+ "grad_norm": 2.0039525032043457,
469
+ "learning_rate": 1.9442259433324247e-05,
470
+ "loss": 0.1385,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 7.976190476190476,
475
+ "grad_norm": 1.5008896589279175,
476
+ "learning_rate": 1.9407540154682473e-05,
477
+ "loss": 0.1564,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 8.095238095238095,
482
+ "grad_norm": 1.5358928442001343,
483
+ "learning_rate": 1.9371805543403826e-05,
484
+ "loss": 0.0916,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 8.214285714285714,
489
+ "grad_norm": 1.3121554851531982,
490
+ "learning_rate": 1.9335059456236877e-05,
491
+ "loss": 0.0928,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 8.333333333333334,
496
+ "grad_norm": 1.5265170335769653,
497
+ "learning_rate": 1.9297305859096305e-05,
498
+ "loss": 0.0858,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 8.452380952380953,
503
+ "grad_norm": 2.1085143089294434,
504
+ "learning_rate": 1.925854882663486e-05,
505
+ "loss": 0.0821,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 8.571428571428571,
510
+ "grad_norm": 1.8447340726852417,
511
+ "learning_rate": 1.9218792541803582e-05,
512
+ "loss": 0.1064,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 8.69047619047619,
517
+ "grad_norm": 1.8958710432052612,
518
+ "learning_rate": 1.9178041295400383e-05,
519
+ "loss": 0.082,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 8.80952380952381,
524
+ "grad_norm": 1.9607478380203247,
525
+ "learning_rate": 1.9136299485606898e-05,
526
+ "loss": 0.0901,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 8.928571428571429,
531
+ "grad_norm": 2.034801959991455,
532
+ "learning_rate": 1.9093571617513853e-05,
533
+ "loss": 0.1067,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 9.047619047619047,
538
+ "grad_norm": 1.1250438690185547,
539
+ "learning_rate": 1.90498623026348e-05,
540
+ "loss": 0.0558,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 9.166666666666666,
545
+ "grad_norm": 3.2768161296844482,
546
+ "learning_rate": 1.9005176258408434e-05,
547
+ "loss": 0.0464,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 9.285714285714286,
552
+ "grad_norm": 1.0632288455963135,
553
+ "learning_rate": 1.8959518307689444e-05,
554
+ "loss": 0.0499,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 9.404761904761905,
559
+ "grad_norm": 1.1634855270385742,
560
+ "learning_rate": 1.8912893378227984e-05,
561
+ "loss": 0.0665,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 9.523809523809524,
566
+ "grad_norm": 2.089411497116089,
567
+ "learning_rate": 1.8865306502137852e-05,
568
+ "loss": 0.0715,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 9.642857142857142,
573
+ "grad_norm": 0.46574532985687256,
574
+ "learning_rate": 1.8816762815353368e-05,
575
+ "loss": 0.0453,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 9.761904761904763,
580
+ "grad_norm": 2.3916738033294678,
581
+ "learning_rate": 1.876726755707508e-05,
582
+ "loss": 0.1086,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 9.880952380952381,
587
+ "grad_norm": 1.7373374700546265,
588
+ "learning_rate": 1.8716826069204297e-05,
589
+ "loss": 0.1003,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 10.0,
594
+ "grad_norm": 1.2700127363204956,
595
+ "learning_rate": 1.8665443795766566e-05,
596
+ "loss": 0.054,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 10.119047619047619,
601
+ "grad_norm": 0.9935422539710999,
602
+ "learning_rate": 1.8613126282324092e-05,
603
+ "loss": 0.0403,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 10.238095238095237,
608
+ "grad_norm": 1.3984347581863403,
609
+ "learning_rate": 1.855987917537724e-05,
610
+ "loss": 0.0584,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 10.357142857142858,
615
+ "grad_norm": 2.4390032291412354,
616
+ "learning_rate": 1.8505708221755106e-05,
617
+ "loss": 0.0672,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 10.476190476190476,
622
+ "grad_norm": 0.9531667828559875,
623
+ "learning_rate": 1.8450619267995283e-05,
624
+ "loss": 0.0425,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 10.595238095238095,
629
+ "grad_norm": 0.42088013887405396,
630
+ "learning_rate": 1.8394618259712866e-05,
631
+ "loss": 0.0399,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 10.714285714285714,
636
+ "grad_norm": 0.8044432997703552,
637
+ "learning_rate": 1.8337711240958734e-05,
638
+ "loss": 0.0516,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 10.833333333333334,
643
+ "grad_norm": 1.7414997816085815,
644
+ "learning_rate": 1.827990435356725e-05,
645
+ "loss": 0.043,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 10.952380952380953,
650
+ "grad_norm": 0.6912918090820312,
651
+ "learning_rate": 1.822120383649339e-05,
652
+ "loss": 0.0444,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 11.071428571428571,
657
+ "grad_norm": 1.3013064861297607,
658
+ "learning_rate": 1.8161616025139375e-05,
659
+ "loss": 0.0436,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 11.19047619047619,
664
+ "grad_norm": 1.2811461687088013,
665
+ "learning_rate": 1.8101147350670905e-05,
666
+ "loss": 0.039,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 11.30952380952381,
671
+ "grad_norm": 6.565953254699707,
672
+ "learning_rate": 1.8039804339323083e-05,
673
+ "loss": 0.0411,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 11.428571428571429,
678
+ "grad_norm": 1.2721556425094604,
679
+ "learning_rate": 1.7977593611696017e-05,
680
+ "loss": 0.0242,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 11.547619047619047,
685
+ "grad_norm": 1.6954939365386963,
686
+ "learning_rate": 1.791452188204031e-05,
687
+ "loss": 0.0421,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 11.666666666666666,
692
+ "grad_norm": 1.3118443489074707,
693
+ "learning_rate": 1.7850595957532394e-05,
694
+ "loss": 0.0524,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 11.785714285714286,
699
+ "grad_norm": 0.5428506731987,
700
+ "learning_rate": 1.778582273753984e-05,
701
+ "loss": 0.0484,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 11.904761904761905,
706
+ "grad_norm": 0.4753515124320984,
707
+ "learning_rate": 1.772020921287674e-05,
708
+ "loss": 0.0347,
709
+ "step": 1000
710
+ }
711
+ ],
712
+ "logging_steps": 10,
713
+ "max_steps": 3360,
714
+ "num_input_tokens_seen": 0,
715
+ "num_train_epochs": 40,
716
+ "save_steps": 1000,
717
+ "stateful_callbacks": {
718
+ "TrainerControl": {
719
+ "args": {
720
+ "should_epoch_stop": false,
721
+ "should_evaluate": false,
722
+ "should_log": false,
723
+ "should_save": true,
724
+ "should_training_stop": false
725
+ },
726
+ "attributes": {}
727
+ }
728
+ },
729
+ "total_flos": 5.965853086449664e+16,
730
+ "train_batch_size": 3,
731
+ "trial_name": null,
732
+ "trial_params": null
733
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe16ad85cf67a1d616e8a664749a043a7e42845bd6dfe8881e3e3c947d23497a
3
+ size 5624
checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-VL-2B-Instruct
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-2000/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
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": 32,
14
+ "lora_dropout": 0.0,
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": "^(?!.*visual.patch_embed|visual.blocks).*(?:o_proj|v_proj|down_proj|k_proj|q_proj|up_proj|gate_proj).*",
23
+ "task_type": "CAUSAL_LM",
24
+ "use_dora": false,
25
+ "use_rslora": false
26
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03928b0ecd6b0549b45181cc9efb4fbf4040792fdf1f257edf0b7c21fbc2ee40
3
+ size 73911112
checkpoint-2000/added_tokens.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|box_end|>": 151649,
3
+ "<|box_start|>": 151648,
4
+ "<|endoftext|>": 151643,
5
+ "<|im_end|>": 151645,
6
+ "<|im_start|>": 151644,
7
+ "<|image_pad|>": 151655,
8
+ "<|object_ref_end|>": 151647,
9
+ "<|object_ref_start|>": 151646,
10
+ "<|quad_end|>": 151651,
11
+ "<|quad_start|>": 151650,
12
+ "<|video_pad|>": 151656,
13
+ "<|vision_end|>": 151653,
14
+ "<|vision_pad|>": 151654,
15
+ "<|vision_start|>": 151652
16
+ }
checkpoint-2000/chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
3
+ }
checkpoint-2000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95a36ccd6117677e5f04e807f62ecb626c9dca12a1beaf724fa9f43cc788efac
3
+ size 148047978
checkpoint-2000/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.48145466,
8
+ 0.4578275,
9
+ 0.40821073
10
+ ],
11
+ "image_processor_type": "Qwen2VLImageProcessor",
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "max_pixels": 12845056,
18
+ "merge_size": 2,
19
+ "min_pixels": 3136,
20
+ "patch_size": 14,
21
+ "processor_class": "Qwen2VLProcessor",
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "max_pixels": 12845056,
26
+ "min_pixels": 3136
27
+ },
28
+ "temporal_patch_size": 2
29
+ }
checkpoint-2000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c5c1a139c10fe0906308288b9990e59b0830f85f1180b142012af4957b1ba2
3
+ size 14512
checkpoint-2000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e02bd5e21ab993cf26deb90360061cfc27b8440d255a29134ff03a42f4f9abff
3
+ size 14512
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:849e569d25a585ac5f4565034971d52ce26f78183bf5984dd969f75ddb21fb9b
3
+ size 1064
checkpoint-2000/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-2000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
3
+ size 11420371
checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "151646": {
29
+ "content": "<|object_ref_start|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "151647": {
37
+ "content": "<|object_ref_end|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "151648": {
45
+ "content": "<|box_start|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "151649": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "151650": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "151651": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "151652": {
77
+ "content": "<|vision_start|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "151653": {
85
+ "content": "<|vision_end|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "151654": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "151655": {
101
+ "content": "<|image_pad|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "151656": {
109
+ "content": "<|video_pad|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ }
116
+ },
117
+ "additional_special_tokens": [
118
+ "<|im_start|>",
119
+ "<|im_end|>",
120
+ "<|object_ref_start|>",
121
+ "<|object_ref_end|>",
122
+ "<|box_start|>",
123
+ "<|box_end|>",
124
+ "<|quad_start|>",
125
+ "<|quad_end|>",
126
+ "<|vision_start|>",
127
+ "<|vision_end|>",
128
+ "<|vision_pad|>",
129
+ "<|image_pad|>",
130
+ "<|video_pad|>"
131
+ ],
132
+ "bos_token": null,
133
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
134
+ "clean_up_tokenization_spaces": false,
135
+ "eos_token": "<|im_end|>",
136
+ "errors": "replace",
137
+ "extra_special_tokens": {},
138
+ "model_max_length": 2048,
139
+ "pad_token": "<|endoftext|>",
140
+ "padding_side": "right",
141
+ "processor_class": "Qwen2VLProcessor",
142
+ "split_special_tokens": false,
143
+ "tokenizer_class": "Qwen2Tokenizer",
144
+ "unk_token": null
145
+ }
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,1433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 23.80952380952381,
5
+ "eval_steps": 500,
6
+ "global_step": 2000,
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.11904761904761904,
13
+ "grad_norm": 5.44253396987915,
14
+ "learning_rate": 5.952380952380953e-07,
15
+ "loss": 1.5321,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.23809523809523808,
20
+ "grad_norm": 2.2140841484069824,
21
+ "learning_rate": 1.1904761904761906e-06,
22
+ "loss": 1.1934,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.35714285714285715,
27
+ "grad_norm": 1.413270115852356,
28
+ "learning_rate": 1.7857142857142859e-06,
29
+ "loss": 0.9128,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.47619047619047616,
34
+ "grad_norm": 1.0657840967178345,
35
+ "learning_rate": 2.380952380952381e-06,
36
+ "loss": 0.7772,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.5952380952380952,
41
+ "grad_norm": 0.9593137502670288,
42
+ "learning_rate": 2.9761904761904763e-06,
43
+ "loss": 0.7849,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.7142857142857143,
48
+ "grad_norm": 1.134382724761963,
49
+ "learning_rate": 3.5714285714285718e-06,
50
+ "loss": 0.716,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.8333333333333334,
55
+ "grad_norm": 0.618364691734314,
56
+ "learning_rate": 4.166666666666667e-06,
57
+ "loss": 0.6678,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.9523809523809523,
62
+ "grad_norm": 0.7465847134590149,
63
+ "learning_rate": 4.761904761904762e-06,
64
+ "loss": 0.671,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 1.0714285714285714,
69
+ "grad_norm": 0.6726512908935547,
70
+ "learning_rate": 5.357142857142857e-06,
71
+ "loss": 0.6186,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.1904761904761905,
76
+ "grad_norm": 0.6353351473808289,
77
+ "learning_rate": 5.9523809523809525e-06,
78
+ "loss": 0.5818,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 1.3095238095238095,
83
+ "grad_norm": 0.7020516991615295,
84
+ "learning_rate": 6.547619047619048e-06,
85
+ "loss": 0.6056,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 1.4285714285714286,
90
+ "grad_norm": 1.1165708303451538,
91
+ "learning_rate": 7.1428571428571436e-06,
92
+ "loss": 0.6225,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 1.5476190476190477,
97
+ "grad_norm": 1.7502918243408203,
98
+ "learning_rate": 7.738095238095238e-06,
99
+ "loss": 0.6321,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 1.6666666666666665,
104
+ "grad_norm": 0.6962683796882629,
105
+ "learning_rate": 8.333333333333334e-06,
106
+ "loss": 0.5751,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 1.7857142857142856,
111
+ "grad_norm": 0.876686155796051,
112
+ "learning_rate": 8.92857142857143e-06,
113
+ "loss": 0.5974,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 1.9047619047619047,
118
+ "grad_norm": 0.5832173228263855,
119
+ "learning_rate": 9.523809523809525e-06,
120
+ "loss": 0.6085,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 2.0238095238095237,
125
+ "grad_norm": 0.44337984919548035,
126
+ "learning_rate": 1.011904761904762e-05,
127
+ "loss": 0.5713,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 2.142857142857143,
132
+ "grad_norm": 1.2403652667999268,
133
+ "learning_rate": 1.0714285714285714e-05,
134
+ "loss": 0.5165,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 2.261904761904762,
139
+ "grad_norm": 0.7495181560516357,
140
+ "learning_rate": 1.130952380952381e-05,
141
+ "loss": 0.5448,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 2.380952380952381,
146
+ "grad_norm": 0.8501800298690796,
147
+ "learning_rate": 1.1904761904761905e-05,
148
+ "loss": 0.5122,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 2.5,
153
+ "grad_norm": 0.8133195638656616,
154
+ "learning_rate": 1.25e-05,
155
+ "loss": 0.5337,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 2.619047619047619,
160
+ "grad_norm": 1.3526533842086792,
161
+ "learning_rate": 1.3095238095238096e-05,
162
+ "loss": 0.4943,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 2.738095238095238,
167
+ "grad_norm": 1.0535343885421753,
168
+ "learning_rate": 1.3690476190476192e-05,
169
+ "loss": 0.521,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 2.857142857142857,
174
+ "grad_norm": 1.2215440273284912,
175
+ "learning_rate": 1.4285714285714287e-05,
176
+ "loss": 0.5461,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 2.9761904761904763,
181
+ "grad_norm": 1.1781115531921387,
182
+ "learning_rate": 1.4880952380952383e-05,
183
+ "loss": 0.5346,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 3.0952380952380953,
188
+ "grad_norm": 0.762434184551239,
189
+ "learning_rate": 1.5476190476190476e-05,
190
+ "loss": 0.4855,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 3.2142857142857144,
195
+ "grad_norm": 1.287593126296997,
196
+ "learning_rate": 1.6071428571428572e-05,
197
+ "loss": 0.473,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 3.3333333333333335,
202
+ "grad_norm": 0.9310547113418579,
203
+ "learning_rate": 1.6666666666666667e-05,
204
+ "loss": 0.4201,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 3.4523809523809526,
209
+ "grad_norm": 1.1341677904129028,
210
+ "learning_rate": 1.7261904761904763e-05,
211
+ "loss": 0.3884,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 3.571428571428571,
216
+ "grad_norm": 1.483049750328064,
217
+ "learning_rate": 1.785714285714286e-05,
218
+ "loss": 0.4662,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 3.6904761904761907,
223
+ "grad_norm": 0.9312372803688049,
224
+ "learning_rate": 1.8452380952380954e-05,
225
+ "loss": 0.4688,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 3.8095238095238093,
230
+ "grad_norm": 1.0440223217010498,
231
+ "learning_rate": 1.904761904761905e-05,
232
+ "loss": 0.4727,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 3.928571428571429,
237
+ "grad_norm": 1.20750892162323,
238
+ "learning_rate": 1.9642857142857145e-05,
239
+ "loss": 0.4062,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 4.0476190476190474,
244
+ "grad_norm": 1.5511012077331543,
245
+ "learning_rate": 1.999991365731819e-05,
246
+ "loss": 0.4459,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 4.166666666666667,
251
+ "grad_norm": 1.3020656108856201,
252
+ "learning_rate": 1.9998942319271076e-05,
253
+ "loss": 0.3667,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 4.285714285714286,
258
+ "grad_norm": 0.9357143640518188,
259
+ "learning_rate": 1.9996891820008165e-05,
260
+ "loss": 0.3703,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 4.404761904761905,
265
+ "grad_norm": 1.120471477508545,
266
+ "learning_rate": 1.9993762380834786e-05,
267
+ "loss": 0.3797,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 4.523809523809524,
272
+ "grad_norm": 1.4476983547210693,
273
+ "learning_rate": 1.9989554339503612e-05,
274
+ "loss": 0.366,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 4.642857142857143,
279
+ "grad_norm": 0.8721790313720703,
280
+ "learning_rate": 1.998426815017817e-05,
281
+ "loss": 0.3914,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 4.761904761904762,
286
+ "grad_norm": 1.4711418151855469,
287
+ "learning_rate": 1.997790438338385e-05,
288
+ "loss": 0.3665,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 4.880952380952381,
293
+ "grad_norm": 1.216174840927124,
294
+ "learning_rate": 1.9970463725946335e-05,
295
+ "loss": 0.345,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 5.0,
300
+ "grad_norm": 0.8730125427246094,
301
+ "learning_rate": 1.9962847054074817e-05,
302
+ "loss": 0.3732,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 5.119047619047619,
307
+ "grad_norm": 1.7755807638168335,
308
+ "learning_rate": 1.9953362612814294e-05,
309
+ "loss": 0.2578,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 5.238095238095238,
314
+ "grad_norm": 1.7037990093231201,
315
+ "learning_rate": 1.9942803929643423e-05,
316
+ "loss": 0.2561,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 5.357142857142857,
321
+ "grad_norm": 1.140688180923462,
322
+ "learning_rate": 1.9931172144134874e-05,
323
+ "loss": 0.2525,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 5.476190476190476,
328
+ "grad_norm": 1.492291808128357,
329
+ "learning_rate": 1.99184685116786e-05,
330
+ "loss": 0.2727,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 5.595238095238095,
335
+ "grad_norm": 1.1798468828201294,
336
+ "learning_rate": 1.9904694403346362e-05,
337
+ "loss": 0.291,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 5.714285714285714,
342
+ "grad_norm": 1.1415112018585205,
343
+ "learning_rate": 1.9889851305743742e-05,
344
+ "loss": 0.2845,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 5.833333333333333,
349
+ "grad_norm": 1.8219681978225708,
350
+ "learning_rate": 1.9873940820849714e-05,
351
+ "loss": 0.2746,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 5.9523809523809526,
356
+ "grad_norm": 1.3858968019485474,
357
+ "learning_rate": 1.9856964665843717e-05,
358
+ "loss": 0.2861,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 6.071428571428571,
363
+ "grad_norm": 1.2878497838974,
364
+ "learning_rate": 1.9838924672920344e-05,
365
+ "loss": 0.239,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 6.190476190476191,
370
+ "grad_norm": 2.5550217628479004,
371
+ "learning_rate": 1.9819822789091597e-05,
372
+ "loss": 0.1605,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 6.309523809523809,
377
+ "grad_norm": 2.016493082046509,
378
+ "learning_rate": 1.9799661075976754e-05,
379
+ "loss": 0.2069,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 6.428571428571429,
384
+ "grad_norm": 1.8905669450759888,
385
+ "learning_rate": 1.977844170957984e-05,
386
+ "loss": 0.1953,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 6.5476190476190474,
391
+ "grad_norm": 1.6992967128753662,
392
+ "learning_rate": 1.9756166980054812e-05,
393
+ "loss": 0.1837,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 6.666666666666667,
398
+ "grad_norm": 1.893633246421814,
399
+ "learning_rate": 1.973283929145836e-05,
400
+ "loss": 0.1947,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 6.785714285714286,
405
+ "grad_norm": 1.6204354763031006,
406
+ "learning_rate": 1.9708461161490456e-05,
407
+ "loss": 0.1836,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 6.904761904761905,
412
+ "grad_norm": 2.0902771949768066,
413
+ "learning_rate": 1.9683035221222617e-05,
414
+ "loss": 0.1971,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 7.023809523809524,
419
+ "grad_norm": 2.2528581619262695,
420
+ "learning_rate": 1.9656564214813948e-05,
421
+ "loss": 0.1864,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 7.142857142857143,
426
+ "grad_norm": 0.9720670580863953,
427
+ "learning_rate": 1.9629050999214977e-05,
428
+ "loss": 0.114,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 7.261904761904762,
433
+ "grad_norm": 1.1338551044464111,
434
+ "learning_rate": 1.960049854385929e-05,
435
+ "loss": 0.1331,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 7.380952380952381,
440
+ "grad_norm": 1.8178822994232178,
441
+ "learning_rate": 1.957090993034306e-05,
442
+ "loss": 0.1144,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 7.5,
447
+ "grad_norm": 2.2525339126586914,
448
+ "learning_rate": 1.9540288352092474e-05,
449
+ "loss": 0.1298,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 7.619047619047619,
454
+ "grad_norm": 2.6778416633605957,
455
+ "learning_rate": 1.9508637114019037e-05,
456
+ "loss": 0.131,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 7.738095238095238,
461
+ "grad_norm": 1.2893160581588745,
462
+ "learning_rate": 1.947595963216292e-05,
463
+ "loss": 0.1332,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 7.857142857142857,
468
+ "grad_norm": 2.0039525032043457,
469
+ "learning_rate": 1.9442259433324247e-05,
470
+ "loss": 0.1385,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 7.976190476190476,
475
+ "grad_norm": 1.5008896589279175,
476
+ "learning_rate": 1.9407540154682473e-05,
477
+ "loss": 0.1564,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 8.095238095238095,
482
+ "grad_norm": 1.5358928442001343,
483
+ "learning_rate": 1.9371805543403826e-05,
484
+ "loss": 0.0916,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 8.214285714285714,
489
+ "grad_norm": 1.3121554851531982,
490
+ "learning_rate": 1.9335059456236877e-05,
491
+ "loss": 0.0928,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 8.333333333333334,
496
+ "grad_norm": 1.5265170335769653,
497
+ "learning_rate": 1.9297305859096305e-05,
498
+ "loss": 0.0858,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 8.452380952380953,
503
+ "grad_norm": 2.1085143089294434,
504
+ "learning_rate": 1.925854882663486e-05,
505
+ "loss": 0.0821,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 8.571428571428571,
510
+ "grad_norm": 1.8447340726852417,
511
+ "learning_rate": 1.9218792541803582e-05,
512
+ "loss": 0.1064,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 8.69047619047619,
517
+ "grad_norm": 1.8958710432052612,
518
+ "learning_rate": 1.9178041295400383e-05,
519
+ "loss": 0.082,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 8.80952380952381,
524
+ "grad_norm": 1.9607478380203247,
525
+ "learning_rate": 1.9136299485606898e-05,
526
+ "loss": 0.0901,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 8.928571428571429,
531
+ "grad_norm": 2.034801959991455,
532
+ "learning_rate": 1.9093571617513853e-05,
533
+ "loss": 0.1067,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 9.047619047619047,
538
+ "grad_norm": 1.1250438690185547,
539
+ "learning_rate": 1.90498623026348e-05,
540
+ "loss": 0.0558,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 9.166666666666666,
545
+ "grad_norm": 3.2768161296844482,
546
+ "learning_rate": 1.9005176258408434e-05,
547
+ "loss": 0.0464,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 9.285714285714286,
552
+ "grad_norm": 1.0632288455963135,
553
+ "learning_rate": 1.8959518307689444e-05,
554
+ "loss": 0.0499,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 9.404761904761905,
559
+ "grad_norm": 1.1634855270385742,
560
+ "learning_rate": 1.8912893378227984e-05,
561
+ "loss": 0.0665,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 9.523809523809524,
566
+ "grad_norm": 2.089411497116089,
567
+ "learning_rate": 1.8865306502137852e-05,
568
+ "loss": 0.0715,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 9.642857142857142,
573
+ "grad_norm": 0.46574532985687256,
574
+ "learning_rate": 1.8816762815353368e-05,
575
+ "loss": 0.0453,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 9.761904761904763,
580
+ "grad_norm": 2.3916738033294678,
581
+ "learning_rate": 1.876726755707508e-05,
582
+ "loss": 0.1086,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 9.880952380952381,
587
+ "grad_norm": 1.7373374700546265,
588
+ "learning_rate": 1.8716826069204297e-05,
589
+ "loss": 0.1003,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 10.0,
594
+ "grad_norm": 1.2700127363204956,
595
+ "learning_rate": 1.8665443795766566e-05,
596
+ "loss": 0.054,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 10.119047619047619,
601
+ "grad_norm": 0.9935422539710999,
602
+ "learning_rate": 1.8613126282324092e-05,
603
+ "loss": 0.0403,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 10.238095238095237,
608
+ "grad_norm": 1.3984347581863403,
609
+ "learning_rate": 1.855987917537724e-05,
610
+ "loss": 0.0584,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 10.357142857142858,
615
+ "grad_norm": 2.4390032291412354,
616
+ "learning_rate": 1.8505708221755106e-05,
617
+ "loss": 0.0672,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 10.476190476190476,
622
+ "grad_norm": 0.9531667828559875,
623
+ "learning_rate": 1.8450619267995283e-05,
624
+ "loss": 0.0425,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 10.595238095238095,
629
+ "grad_norm": 0.42088013887405396,
630
+ "learning_rate": 1.8394618259712866e-05,
631
+ "loss": 0.0399,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 10.714285714285714,
636
+ "grad_norm": 0.8044432997703552,
637
+ "learning_rate": 1.8337711240958734e-05,
638
+ "loss": 0.0516,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 10.833333333333334,
643
+ "grad_norm": 1.7414997816085815,
644
+ "learning_rate": 1.827990435356725e-05,
645
+ "loss": 0.043,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 10.952380952380953,
650
+ "grad_norm": 0.6912918090820312,
651
+ "learning_rate": 1.822120383649339e-05,
652
+ "loss": 0.0444,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 11.071428571428571,
657
+ "grad_norm": 1.3013064861297607,
658
+ "learning_rate": 1.8161616025139375e-05,
659
+ "loss": 0.0436,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 11.19047619047619,
664
+ "grad_norm": 1.2811461687088013,
665
+ "learning_rate": 1.8101147350670905e-05,
666
+ "loss": 0.039,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 11.30952380952381,
671
+ "grad_norm": 6.565953254699707,
672
+ "learning_rate": 1.8039804339323083e-05,
673
+ "loss": 0.0411,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 11.428571428571429,
678
+ "grad_norm": 1.2721556425094604,
679
+ "learning_rate": 1.7977593611696017e-05,
680
+ "loss": 0.0242,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 11.547619047619047,
685
+ "grad_norm": 1.6954939365386963,
686
+ "learning_rate": 1.791452188204031e-05,
687
+ "loss": 0.0421,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 11.666666666666666,
692
+ "grad_norm": 1.3118443489074707,
693
+ "learning_rate": 1.7850595957532394e-05,
694
+ "loss": 0.0524,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 11.785714285714286,
699
+ "grad_norm": 0.5428506731987,
700
+ "learning_rate": 1.778582273753984e-05,
701
+ "loss": 0.0484,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 11.904761904761905,
706
+ "grad_norm": 0.4753515124320984,
707
+ "learning_rate": 1.772020921287674e-05,
708
+ "loss": 0.0347,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 12.023809523809524,
713
+ "grad_norm": 1.2880959510803223,
714
+ "learning_rate": 1.7653762465049185e-05,
715
+ "loss": 0.0408,
716
+ "step": 1010
717
+ },
718
+ {
719
+ "epoch": 12.142857142857142,
720
+ "grad_norm": 2.5490682125091553,
721
+ "learning_rate": 1.7586489665491013e-05,
722
+ "loss": 0.0461,
723
+ "step": 1020
724
+ },
725
+ {
726
+ "epoch": 12.261904761904763,
727
+ "grad_norm": 0.1983003169298172,
728
+ "learning_rate": 1.7518398074789776e-05,
729
+ "loss": 0.0391,
730
+ "step": 1030
731
+ },
732
+ {
733
+ "epoch": 12.380952380952381,
734
+ "grad_norm": 1.2978509664535522,
735
+ "learning_rate": 1.7449495041903136e-05,
736
+ "loss": 0.0272,
737
+ "step": 1040
738
+ },
739
+ {
740
+ "epoch": 12.5,
741
+ "grad_norm": 0.3622434437274933,
742
+ "learning_rate": 1.737978800336572e-05,
743
+ "loss": 0.0431,
744
+ "step": 1050
745
+ },
746
+ {
747
+ "epoch": 12.619047619047619,
748
+ "grad_norm": 2.1278223991394043,
749
+ "learning_rate": 1.7309284482486494e-05,
750
+ "loss": 0.0241,
751
+ "step": 1060
752
+ },
753
+ {
754
+ "epoch": 12.738095238095237,
755
+ "grad_norm": 2.409932851791382,
756
+ "learning_rate": 1.723799208853681e-05,
757
+ "loss": 0.0247,
758
+ "step": 1070
759
+ },
760
+ {
761
+ "epoch": 12.857142857142858,
762
+ "grad_norm": 0.8543738126754761,
763
+ "learning_rate": 1.7165918515929147e-05,
764
+ "loss": 0.0385,
765
+ "step": 1080
766
+ },
767
+ {
768
+ "epoch": 12.976190476190476,
769
+ "grad_norm": 0.301162451505661,
770
+ "learning_rate": 1.7093071543386667e-05,
771
+ "loss": 0.0362,
772
+ "step": 1090
773
+ },
774
+ {
775
+ "epoch": 13.095238095238095,
776
+ "grad_norm": 0.9338281750679016,
777
+ "learning_rate": 1.7019459033103684e-05,
778
+ "loss": 0.0297,
779
+ "step": 1100
780
+ },
781
+ {
782
+ "epoch": 13.214285714285714,
783
+ "grad_norm": 1.0773793458938599,
784
+ "learning_rate": 1.6945088929897115e-05,
785
+ "loss": 0.0312,
786
+ "step": 1110
787
+ },
788
+ {
789
+ "epoch": 13.333333333333334,
790
+ "grad_norm": 0.34426188468933105,
791
+ "learning_rate": 1.686996926034902e-05,
792
+ "loss": 0.0146,
793
+ "step": 1120
794
+ },
795
+ {
796
+ "epoch": 13.452380952380953,
797
+ "grad_norm": 0.22328321635723114,
798
+ "learning_rate": 1.67941081319403e-05,
799
+ "loss": 0.0195,
800
+ "step": 1130
801
+ },
802
+ {
803
+ "epoch": 13.571428571428571,
804
+ "grad_norm": 0.5331404805183411,
805
+ "learning_rate": 1.6717513732175686e-05,
806
+ "loss": 0.025,
807
+ "step": 1140
808
+ },
809
+ {
810
+ "epoch": 13.69047619047619,
811
+ "grad_norm": 2.170349359512329,
812
+ "learning_rate": 1.6640194327700087e-05,
813
+ "loss": 0.0132,
814
+ "step": 1150
815
+ },
816
+ {
817
+ "epoch": 13.80952380952381,
818
+ "grad_norm": 1.2327094078063965,
819
+ "learning_rate": 1.6562158263406376e-05,
820
+ "loss": 0.0175,
821
+ "step": 1160
822
+ },
823
+ {
824
+ "epoch": 13.928571428571429,
825
+ "grad_norm": 0.2306894212961197,
826
+ "learning_rate": 1.6483413961534764e-05,
827
+ "loss": 0.0195,
828
+ "step": 1170
829
+ },
830
+ {
831
+ "epoch": 14.047619047619047,
832
+ "grad_norm": 0.8987044095993042,
833
+ "learning_rate": 1.640396992076379e-05,
834
+ "loss": 0.0186,
835
+ "step": 1180
836
+ },
837
+ {
838
+ "epoch": 14.166666666666666,
839
+ "grad_norm": 1.013019323348999,
840
+ "learning_rate": 1.6323834715293094e-05,
841
+ "loss": 0.0259,
842
+ "step": 1190
843
+ },
844
+ {
845
+ "epoch": 14.285714285714286,
846
+ "grad_norm": 0.14262178540229797,
847
+ "learning_rate": 1.6243016993918022e-05,
848
+ "loss": 0.0158,
849
+ "step": 1200
850
+ },
851
+ {
852
+ "epoch": 14.404761904761905,
853
+ "grad_norm": 0.7596869468688965,
854
+ "learning_rate": 1.616152547909618e-05,
855
+ "loss": 0.0265,
856
+ "step": 1210
857
+ },
858
+ {
859
+ "epoch": 14.523809523809524,
860
+ "grad_norm": 0.2511692941188812,
861
+ "learning_rate": 1.6079368966006022e-05,
862
+ "loss": 0.022,
863
+ "step": 1220
864
+ },
865
+ {
866
+ "epoch": 14.642857142857142,
867
+ "grad_norm": 0.16154764592647552,
868
+ "learning_rate": 1.5996556321597663e-05,
869
+ "loss": 0.0222,
870
+ "step": 1230
871
+ },
872
+ {
873
+ "epoch": 14.761904761904763,
874
+ "grad_norm": 0.6887322664260864,
875
+ "learning_rate": 1.5913096483635827e-05,
876
+ "loss": 0.008,
877
+ "step": 1240
878
+ },
879
+ {
880
+ "epoch": 14.880952380952381,
881
+ "grad_norm": 0.07254794239997864,
882
+ "learning_rate": 1.582899845973525e-05,
883
+ "loss": 0.0034,
884
+ "step": 1250
885
+ },
886
+ {
887
+ "epoch": 15.0,
888
+ "grad_norm": 0.4768582284450531,
889
+ "learning_rate": 1.574427132638851e-05,
890
+ "loss": 0.0083,
891
+ "step": 1260
892
+ },
893
+ {
894
+ "epoch": 15.119047619047619,
895
+ "grad_norm": 0.04978374391794205,
896
+ "learning_rate": 1.5658924227986415e-05,
897
+ "loss": 0.0102,
898
+ "step": 1270
899
+ },
900
+ {
901
+ "epoch": 15.238095238095237,
902
+ "grad_norm": 1.5553603172302246,
903
+ "learning_rate": 1.5572966375831072e-05,
904
+ "loss": 0.0082,
905
+ "step": 1280
906
+ },
907
+ {
908
+ "epoch": 15.357142857142858,
909
+ "grad_norm": 0.1932092010974884,
910
+ "learning_rate": 1.5486407047141745e-05,
911
+ "loss": 0.0191,
912
+ "step": 1290
913
+ },
914
+ {
915
+ "epoch": 15.476190476190476,
916
+ "grad_norm": 0.12488748133182526,
917
+ "learning_rate": 1.5399255584053568e-05,
918
+ "loss": 0.0068,
919
+ "step": 1300
920
+ },
921
+ {
922
+ "epoch": 15.595238095238095,
923
+ "grad_norm": 0.04466537758708,
924
+ "learning_rate": 1.5311521392609283e-05,
925
+ "loss": 0.0067,
926
+ "step": 1310
927
+ },
928
+ {
929
+ "epoch": 15.714285714285714,
930
+ "grad_norm": 0.1408109813928604,
931
+ "learning_rate": 1.5223213941744078e-05,
932
+ "loss": 0.0076,
933
+ "step": 1320
934
+ },
935
+ {
936
+ "epoch": 15.833333333333334,
937
+ "grad_norm": 0.4874057471752167,
938
+ "learning_rate": 1.5134342762263606e-05,
939
+ "loss": 0.0109,
940
+ "step": 1330
941
+ },
942
+ {
943
+ "epoch": 15.952380952380953,
944
+ "grad_norm": 0.15269064903259277,
945
+ "learning_rate": 1.504491744581537e-05,
946
+ "loss": 0.0073,
947
+ "step": 1340
948
+ },
949
+ {
950
+ "epoch": 16.071428571428573,
951
+ "grad_norm": 0.192997545003891,
952
+ "learning_rate": 1.4954947643853508e-05,
953
+ "loss": 0.0223,
954
+ "step": 1350
955
+ },
956
+ {
957
+ "epoch": 16.19047619047619,
958
+ "grad_norm": 0.9681908488273621,
959
+ "learning_rate": 1.486444306659714e-05,
960
+ "loss": 0.0037,
961
+ "step": 1360
962
+ },
963
+ {
964
+ "epoch": 16.30952380952381,
965
+ "grad_norm": 1.2680203914642334,
966
+ "learning_rate": 1.4773413481982359e-05,
967
+ "loss": 0.008,
968
+ "step": 1370
969
+ },
970
+ {
971
+ "epoch": 16.428571428571427,
972
+ "grad_norm": 0.07117388397455215,
973
+ "learning_rate": 1.4681868714608021e-05,
974
+ "loss": 0.0046,
975
+ "step": 1380
976
+ },
977
+ {
978
+ "epoch": 16.547619047619047,
979
+ "grad_norm": 0.031909532845020294,
980
+ "learning_rate": 1.4589818644675378e-05,
981
+ "loss": 0.0101,
982
+ "step": 1390
983
+ },
984
+ {
985
+ "epoch": 16.666666666666668,
986
+ "grad_norm": 1.234426498413086,
987
+ "learning_rate": 1.4497273206921747e-05,
988
+ "loss": 0.0051,
989
+ "step": 1400
990
+ },
991
+ {
992
+ "epoch": 16.785714285714285,
993
+ "grad_norm": 0.43718039989471436,
994
+ "learning_rate": 1.4404242389548274e-05,
995
+ "loss": 0.0063,
996
+ "step": 1410
997
+ },
998
+ {
999
+ "epoch": 16.904761904761905,
1000
+ "grad_norm": 3.5411911010742188,
1001
+ "learning_rate": 1.4310736233141926e-05,
1002
+ "loss": 0.0177,
1003
+ "step": 1420
1004
+ },
1005
+ {
1006
+ "epoch": 17.023809523809526,
1007
+ "grad_norm": 0.09840346872806549,
1008
+ "learning_rate": 1.4216764829591853e-05,
1009
+ "loss": 0.0071,
1010
+ "step": 1430
1011
+ },
1012
+ {
1013
+ "epoch": 17.142857142857142,
1014
+ "grad_norm": 0.09478545933961868,
1015
+ "learning_rate": 1.4122338321000175e-05,
1016
+ "loss": 0.0032,
1017
+ "step": 1440
1018
+ },
1019
+ {
1020
+ "epoch": 17.261904761904763,
1021
+ "grad_norm": 0.040692731738090515,
1022
+ "learning_rate": 1.4027466898587375e-05,
1023
+ "loss": 0.0036,
1024
+ "step": 1450
1025
+ },
1026
+ {
1027
+ "epoch": 17.38095238095238,
1028
+ "grad_norm": 0.6164568066596985,
1029
+ "learning_rate": 1.3932160801592395e-05,
1030
+ "loss": 0.0066,
1031
+ "step": 1460
1032
+ },
1033
+ {
1034
+ "epoch": 17.5,
1035
+ "grad_norm": 0.2039034515619278,
1036
+ "learning_rate": 1.3836430316167533e-05,
1037
+ "loss": 0.008,
1038
+ "step": 1470
1039
+ },
1040
+ {
1041
+ "epoch": 17.61904761904762,
1042
+ "grad_norm": 0.06619343906641006,
1043
+ "learning_rate": 1.3740285774268282e-05,
1044
+ "loss": 0.0068,
1045
+ "step": 1480
1046
+ },
1047
+ {
1048
+ "epoch": 17.738095238095237,
1049
+ "grad_norm": 0.050607554614543915,
1050
+ "learning_rate": 1.3643737552538237e-05,
1051
+ "loss": 0.0058,
1052
+ "step": 1490
1053
+ },
1054
+ {
1055
+ "epoch": 17.857142857142858,
1056
+ "grad_norm": 0.6153551340103149,
1057
+ "learning_rate": 1.3546796071189153e-05,
1058
+ "loss": 0.0089,
1059
+ "step": 1500
1060
+ },
1061
+ {
1062
+ "epoch": 17.976190476190474,
1063
+ "grad_norm": 0.07599499821662903,
1064
+ "learning_rate": 1.3449471792876333e-05,
1065
+ "loss": 0.0063,
1066
+ "step": 1510
1067
+ },
1068
+ {
1069
+ "epoch": 18.095238095238095,
1070
+ "grad_norm": 0.0883430764079094,
1071
+ "learning_rate": 1.3351775221569416e-05,
1072
+ "loss": 0.0054,
1073
+ "step": 1520
1074
+ },
1075
+ {
1076
+ "epoch": 18.214285714285715,
1077
+ "grad_norm": 0.02305910363793373,
1078
+ "learning_rate": 1.3253716901418702e-05,
1079
+ "loss": 0.0028,
1080
+ "step": 1530
1081
+ },
1082
+ {
1083
+ "epoch": 18.333333333333332,
1084
+ "grad_norm": 0.6192808151245117,
1085
+ "learning_rate": 1.3155307415617156e-05,
1086
+ "loss": 0.002,
1087
+ "step": 1540
1088
+ },
1089
+ {
1090
+ "epoch": 18.452380952380953,
1091
+ "grad_norm": 0.23332145810127258,
1092
+ "learning_rate": 1.3056557385258181e-05,
1093
+ "loss": 0.0066,
1094
+ "step": 1550
1095
+ },
1096
+ {
1097
+ "epoch": 18.571428571428573,
1098
+ "grad_norm": 0.045441482216119766,
1099
+ "learning_rate": 1.2957477468189321e-05,
1100
+ "loss": 0.0015,
1101
+ "step": 1560
1102
+ },
1103
+ {
1104
+ "epoch": 18.69047619047619,
1105
+ "grad_norm": 0.009192162193357944,
1106
+ "learning_rate": 1.2858078357861979e-05,
1107
+ "loss": 0.0128,
1108
+ "step": 1570
1109
+ },
1110
+ {
1111
+ "epoch": 18.80952380952381,
1112
+ "grad_norm": 0.05836764723062515,
1113
+ "learning_rate": 1.2758370782177296e-05,
1114
+ "loss": 0.0048,
1115
+ "step": 1580
1116
+ },
1117
+ {
1118
+ "epoch": 18.928571428571427,
1119
+ "grad_norm": 1.0975781679153442,
1120
+ "learning_rate": 1.2658365502328329e-05,
1121
+ "loss": 0.007,
1122
+ "step": 1590
1123
+ },
1124
+ {
1125
+ "epoch": 19.047619047619047,
1126
+ "grad_norm": 1.1575758457183838,
1127
+ "learning_rate": 1.2558073311638604e-05,
1128
+ "loss": 0.018,
1129
+ "step": 1600
1130
+ },
1131
+ {
1132
+ "epoch": 19.166666666666668,
1133
+ "grad_norm": 0.1114954873919487,
1134
+ "learning_rate": 1.2457505034397223e-05,
1135
+ "loss": 0.0023,
1136
+ "step": 1610
1137
+ },
1138
+ {
1139
+ "epoch": 19.285714285714285,
1140
+ "grad_norm": 0.07574819773435593,
1141
+ "learning_rate": 1.2356671524690645e-05,
1142
+ "loss": 0.0019,
1143
+ "step": 1620
1144
+ },
1145
+ {
1146
+ "epoch": 19.404761904761905,
1147
+ "grad_norm": 0.009654861874878407,
1148
+ "learning_rate": 1.2255583665231196e-05,
1149
+ "loss": 0.0026,
1150
+ "step": 1630
1151
+ },
1152
+ {
1153
+ "epoch": 19.523809523809526,
1154
+ "grad_norm": 0.02393646165728569,
1155
+ "learning_rate": 1.2154252366182564e-05,
1156
+ "loss": 0.0014,
1157
+ "step": 1640
1158
+ },
1159
+ {
1160
+ "epoch": 19.642857142857142,
1161
+ "grad_norm": 0.020082678645849228,
1162
+ "learning_rate": 1.2052688563982257e-05,
1163
+ "loss": 0.0012,
1164
+ "step": 1650
1165
+ },
1166
+ {
1167
+ "epoch": 19.761904761904763,
1168
+ "grad_norm": 0.9789303541183472,
1169
+ "learning_rate": 1.1950903220161286e-05,
1170
+ "loss": 0.0063,
1171
+ "step": 1660
1172
+ },
1173
+ {
1174
+ "epoch": 19.88095238095238,
1175
+ "grad_norm": 0.2839144766330719,
1176
+ "learning_rate": 1.1848907320161092e-05,
1177
+ "loss": 0.0034,
1178
+ "step": 1670
1179
+ },
1180
+ {
1181
+ "epoch": 20.0,
1182
+ "grad_norm": 0.010598956607282162,
1183
+ "learning_rate": 1.174671187214794e-05,
1184
+ "loss": 0.0054,
1185
+ "step": 1680
1186
+ },
1187
+ {
1188
+ "epoch": 20.11904761904762,
1189
+ "grad_norm": 0.07026033848524094,
1190
+ "learning_rate": 1.1644327905824808e-05,
1191
+ "loss": 0.0084,
1192
+ "step": 1690
1193
+ },
1194
+ {
1195
+ "epoch": 20.238095238095237,
1196
+ "grad_norm": 0.2679937779903412,
1197
+ "learning_rate": 1.1541766471241e-05,
1198
+ "loss": 0.0022,
1199
+ "step": 1700
1200
+ },
1201
+ {
1202
+ "epoch": 20.357142857142858,
1203
+ "grad_norm": 0.10295789688825607,
1204
+ "learning_rate": 1.1439038637599529e-05,
1205
+ "loss": 0.0008,
1206
+ "step": 1710
1207
+ },
1208
+ {
1209
+ "epoch": 20.476190476190474,
1210
+ "grad_norm": 0.4343288242816925,
1211
+ "learning_rate": 1.1336155492062439e-05,
1212
+ "loss": 0.0021,
1213
+ "step": 1720
1214
+ },
1215
+ {
1216
+ "epoch": 20.595238095238095,
1217
+ "grad_norm": 0.018273649737238884,
1218
+ "learning_rate": 1.1233128138554222e-05,
1219
+ "loss": 0.0006,
1220
+ "step": 1730
1221
+ },
1222
+ {
1223
+ "epoch": 20.714285714285715,
1224
+ "grad_norm": 0.008875339291989803,
1225
+ "learning_rate": 1.112996769656337e-05,
1226
+ "loss": 0.0003,
1227
+ "step": 1740
1228
+ },
1229
+ {
1230
+ "epoch": 20.833333333333332,
1231
+ "grad_norm": 0.21868984401226044,
1232
+ "learning_rate": 1.1026685299942286e-05,
1233
+ "loss": 0.0022,
1234
+ "step": 1750
1235
+ },
1236
+ {
1237
+ "epoch": 20.952380952380953,
1238
+ "grad_norm": 0.024242576211690903,
1239
+ "learning_rate": 1.0923292095705642e-05,
1240
+ "loss": 0.003,
1241
+ "step": 1760
1242
+ },
1243
+ {
1244
+ "epoch": 21.071428571428573,
1245
+ "grad_norm": 0.008948619477450848,
1246
+ "learning_rate": 1.0819799242827299e-05,
1247
+ "loss": 0.0046,
1248
+ "step": 1770
1249
+ },
1250
+ {
1251
+ "epoch": 21.19047619047619,
1252
+ "grad_norm": 0.01921582594513893,
1253
+ "learning_rate": 1.0716217911035952e-05,
1254
+ "loss": 0.002,
1255
+ "step": 1780
1256
+ },
1257
+ {
1258
+ "epoch": 21.30952380952381,
1259
+ "grad_norm": 0.015329894609749317,
1260
+ "learning_rate": 1.0612559279609606e-05,
1261
+ "loss": 0.0004,
1262
+ "step": 1790
1263
+ },
1264
+ {
1265
+ "epoch": 21.428571428571427,
1266
+ "grad_norm": 0.03253422677516937,
1267
+ "learning_rate": 1.0508834536169028e-05,
1268
+ "loss": 0.0032,
1269
+ "step": 1800
1270
+ },
1271
+ {
1272
+ "epoch": 21.547619047619047,
1273
+ "grad_norm": 0.007767899427562952,
1274
+ "learning_rate": 1.0405054875470287e-05,
1275
+ "loss": 0.0003,
1276
+ "step": 1810
1277
+ },
1278
+ {
1279
+ "epoch": 21.666666666666668,
1280
+ "grad_norm": 0.014929098077118397,
1281
+ "learning_rate": 1.030123149819654e-05,
1282
+ "loss": 0.0052,
1283
+ "step": 1820
1284
+ },
1285
+ {
1286
+ "epoch": 21.785714285714285,
1287
+ "grad_norm": 0.020312979817390442,
1288
+ "learning_rate": 1.0197375609749164e-05,
1289
+ "loss": 0.0006,
1290
+ "step": 1830
1291
+ },
1292
+ {
1293
+ "epoch": 21.904761904761905,
1294
+ "grad_norm": 0.04301303252577782,
1295
+ "learning_rate": 1.0093498419038394e-05,
1296
+ "loss": 0.002,
1297
+ "step": 1840
1298
+ },
1299
+ {
1300
+ "epoch": 22.023809523809526,
1301
+ "grad_norm": 0.011388319544494152,
1302
+ "learning_rate": 9.989611137273556e-06,
1303
+ "loss": 0.004,
1304
+ "step": 1850
1305
+ },
1306
+ {
1307
+ "epoch": 22.142857142857142,
1308
+ "grad_norm": 0.02648976631462574,
1309
+ "learning_rate": 9.885724976753078e-06,
1310
+ "loss": 0.0005,
1311
+ "step": 1860
1312
+ },
1313
+ {
1314
+ "epoch": 22.261904761904763,
1315
+ "grad_norm": 0.016934091225266457,
1316
+ "learning_rate": 9.78185114965439e-06,
1317
+ "loss": 0.0007,
1318
+ "step": 1870
1319
+ },
1320
+ {
1321
+ "epoch": 22.38095238095238,
1322
+ "grad_norm": 0.008141864091157913,
1323
+ "learning_rate": 9.678000866823789e-06,
1324
+ "loss": 0.0031,
1325
+ "step": 1880
1326
+ },
1327
+ {
1328
+ "epoch": 22.5,
1329
+ "grad_norm": 0.015341422520577908,
1330
+ "learning_rate": 9.574185336566503e-06,
1331
+ "loss": 0.0007,
1332
+ "step": 1890
1333
+ },
1334
+ {
1335
+ "epoch": 22.61904761904762,
1336
+ "grad_norm": 0.013799485750496387,
1337
+ "learning_rate": 9.470415763437003e-06,
1338
+ "loss": 0.0033,
1339
+ "step": 1900
1340
+ },
1341
+ {
1342
+ "epoch": 22.738095238095237,
1343
+ "grad_norm": 0.032908592373132706,
1344
+ "learning_rate": 9.366703347029725e-06,
1345
+ "loss": 0.001,
1346
+ "step": 1910
1347
+ },
1348
+ {
1349
+ "epoch": 22.857142857142858,
1350
+ "grad_norm": 0.06811460107564926,
1351
+ "learning_rate": 9.263059280770303e-06,
1352
+ "loss": 0.0024,
1353
+ "step": 1920
1354
+ },
1355
+ {
1356
+ "epoch": 22.976190476190474,
1357
+ "grad_norm": 0.045220863074064255,
1358
+ "learning_rate": 9.159494750707527e-06,
1359
+ "loss": 0.0004,
1360
+ "step": 1930
1361
+ },
1362
+ {
1363
+ "epoch": 23.095238095238095,
1364
+ "grad_norm": 0.003873666515573859,
1365
+ "learning_rate": 9.05602093430603e-06,
1366
+ "loss": 0.0003,
1367
+ "step": 1940
1368
+ },
1369
+ {
1370
+ "epoch": 23.214285714285715,
1371
+ "grad_norm": 0.013574629090726376,
1372
+ "learning_rate": 8.952648999239948e-06,
1373
+ "loss": 0.0035,
1374
+ "step": 1950
1375
+ },
1376
+ {
1377
+ "epoch": 23.333333333333332,
1378
+ "grad_norm": 0.009078383445739746,
1379
+ "learning_rate": 8.849390102187615e-06,
1380
+ "loss": 0.0002,
1381
+ "step": 1960
1382
+ },
1383
+ {
1384
+ "epoch": 23.452380952380953,
1385
+ "grad_norm": 0.0057939100079238415,
1386
+ "learning_rate": 8.746255387627444e-06,
1387
+ "loss": 0.0004,
1388
+ "step": 1970
1389
+ },
1390
+ {
1391
+ "epoch": 23.571428571428573,
1392
+ "grad_norm": 0.019538553431630135,
1393
+ "learning_rate": 8.643255986635152e-06,
1394
+ "loss": 0.0002,
1395
+ "step": 1980
1396
+ },
1397
+ {
1398
+ "epoch": 23.69047619047619,
1399
+ "grad_norm": 0.007959152571856976,
1400
+ "learning_rate": 8.540403015682382e-06,
1401
+ "loss": 0.0009,
1402
+ "step": 1990
1403
+ },
1404
+ {
1405
+ "epoch": 23.80952380952381,
1406
+ "grad_norm": 0.009719247929751873,
1407
+ "learning_rate": 8.437707575436943e-06,
1408
+ "loss": 0.0078,
1409
+ "step": 2000
1410
+ }
1411
+ ],
1412
+ "logging_steps": 10,
1413
+ "max_steps": 3360,
1414
+ "num_input_tokens_seen": 0,
1415
+ "num_train_epochs": 40,
1416
+ "save_steps": 1000,
1417
+ "stateful_callbacks": {
1418
+ "TrainerControl": {
1419
+ "args": {
1420
+ "should_epoch_stop": false,
1421
+ "should_evaluate": false,
1422
+ "should_log": false,
1423
+ "should_save": true,
1424
+ "should_training_stop": false
1425
+ },
1426
+ "attributes": {}
1427
+ }
1428
+ },
1429
+ "total_flos": 1.1931390331741798e+17,
1430
+ "train_batch_size": 3,
1431
+ "trial_name": null,
1432
+ "trial_params": null
1433
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe16ad85cf67a1d616e8a664749a043a7e42845bd6dfe8881e3e3c947d23497a
3
+ size 5624
checkpoint-2000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3000/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-VL-2B-Instruct
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-3000/adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2-VL-2B-Instruct",
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": 32,
14
+ "lora_dropout": 0.0,
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": "^(?!.*visual.patch_embed|visual.blocks).*(?:o_proj|v_proj|down_proj|k_proj|q_proj|up_proj|gate_proj).*",
23
+ "task_type": "CAUSAL_LM",
24
+ "use_dora": false,
25
+ "use_rslora": false
26
+ }
checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9125f43477e44442eeeb0a5636962102d5fa86da13422a8be4b72a35cab5fd60
3
+ size 73911112
checkpoint-3000/added_tokens.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|box_end|>": 151649,
3
+ "<|box_start|>": 151648,
4
+ "<|endoftext|>": 151643,
5
+ "<|im_end|>": 151645,
6
+ "<|im_start|>": 151644,
7
+ "<|image_pad|>": 151655,
8
+ "<|object_ref_end|>": 151647,
9
+ "<|object_ref_start|>": 151646,
10
+ "<|quad_end|>": 151651,
11
+ "<|quad_start|>": 151650,
12
+ "<|video_pad|>": 151656,
13
+ "<|vision_end|>": 151653,
14
+ "<|vision_pad|>": 151654,
15
+ "<|vision_start|>": 151652
16
+ }
checkpoint-3000/chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
3
+ }
checkpoint-3000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f287e8823b2411b8fb6a85cc5745d8b1b02be79332d47db6aa61959714c480e
3
+ size 148047978
checkpoint-3000/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.48145466,
8
+ 0.4578275,
9
+ 0.40821073
10
+ ],
11
+ "image_processor_type": "Qwen2VLImageProcessor",
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "max_pixels": 12845056,
18
+ "merge_size": 2,
19
+ "min_pixels": 3136,
20
+ "patch_size": 14,
21
+ "processor_class": "Qwen2VLProcessor",
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "max_pixels": 12845056,
26
+ "min_pixels": 3136
27
+ },
28
+ "temporal_patch_size": 2
29
+ }
checkpoint-3000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f55565ad4212d927304dc332f26c49b3f14337c859de7f43c26f8335e8cce96
3
+ size 14512