second model upload
Browse files- .gitattributes +2 -0
- README.md +63 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- all_results.json +8 -0
- chat_template.json +3 -0
- checkpoint-620/README.md +202 -0
- checkpoint-620/adapter_config.json +39 -0
- checkpoint-620/adapter_model.safetensors +3 -0
- checkpoint-620/added_tokens.json +16 -0
- checkpoint-620/chat_template.json +3 -0
- checkpoint-620/merges.txt +0 -0
- checkpoint-620/optimizer.pt +3 -0
- checkpoint-620/preprocessor_config.json +29 -0
- checkpoint-620/rng_state_0.pth +3 -0
- checkpoint-620/rng_state_1.pth +3 -0
- checkpoint-620/scaler.pt +3 -0
- checkpoint-620/scheduler.pt +3 -0
- checkpoint-620/special_tokens_map.json +31 -0
- checkpoint-620/tokenizer.json +3 -0
- checkpoint-620/tokenizer_config.json +148 -0
- checkpoint-620/trainer_state.json +468 -0
- checkpoint-620/training_args.bin +3 -0
- checkpoint-620/vocab.json +0 -0
- merges.txt +0 -0
- preprocessor_config.json +29 -0
- runs/Apr03_09-55-08_2a3956608003/events.out.tfevents.1743674368.2a3956608003.152.0 +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +148 -0
- train_results.json +8 -0
- trainer_log.jsonl +63 -0
- trainer_state.json +477 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ 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-620/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: other
|
4 |
+
base_model: saim1212/penguin2-checkpoint2
|
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 [saim1212/penguin2-checkpoint2](https://huggingface.co/saim1212/penguin2-checkpoint2) 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: 4
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- distributed_type: multi-GPU
|
43 |
+
- num_devices: 2
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 32
|
46 |
+
- total_eval_batch_size: 16
|
47 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
+
- lr_scheduler_type: cosine
|
49 |
+
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 10.0
|
51 |
+
- mixed_precision_training: Native AMP
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- PEFT 0.15.0
|
60 |
+
- Transformers 4.50.0
|
61 |
+
- Pytorch 2.4.1+cu121
|
62 |
+
- Datasets 3.2.0
|
63 |
+
- Tokenizers 0.21.0
|
adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "saim1212/penguin2-checkpoint2",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 32,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 16,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"gate_proj",
|
28 |
+
"v_proj",
|
29 |
+
"up_proj",
|
30 |
+
"k_proj",
|
31 |
+
"o_proj",
|
32 |
+
"down_proj",
|
33 |
+
"q_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9898f0fb3424a02fe4ed0e1717139a80d63a4ec5a0625710780a01a90b0947d
|
3 |
+
size 91374880
|
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": 9.848,
|
3 |
+
"total_flos": 2.117785669819433e+17,
|
4 |
+
"train_loss": 0.48659542481745444,
|
5 |
+
"train_runtime": 31064.4118,
|
6 |
+
"train_samples_per_second": 0.644,
|
7 |
+
"train_steps_per_second": 0.02
|
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-620/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: saim1212/penguin2-checkpoint2
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.0
|
checkpoint-620/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "saim1212/penguin2-checkpoint2",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 32,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 16,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"gate_proj",
|
28 |
+
"v_proj",
|
29 |
+
"up_proj",
|
30 |
+
"k_proj",
|
31 |
+
"o_proj",
|
32 |
+
"down_proj",
|
33 |
+
"q_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-620/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9898f0fb3424a02fe4ed0e1717139a80d63a4ec5a0625710780a01a90b0947d
|
3 |
+
size 91374880
|
checkpoint-620/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-620/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-620/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-620/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c6117ba44e69c112d4f961b02428f07a70be2a3e54d1cb4654e497a4626bea3
|
3 |
+
size 183102410
|
checkpoint-620/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 |
+
"longest_edge": 12845056,
|
26 |
+
"shortest_edge": 3136
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
checkpoint-620/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b074bf97f241c2662caa5ce956b03d1249c3cc0713b6aef7796673362754f98
|
3 |
+
size 14512
|
checkpoint-620/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58aed9e8d78903cb12015375021c729c3f6c5fd1a1e19e7aee6ddde57c3310b9
|
3 |
+
size 14512
|
checkpoint-620/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1288836bdb58704d4d6759b9121ca31491cf01f58a8498305dcb334bf5481a77
|
3 |
+
size 988
|
checkpoint-620/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8495dbb29c37ec643988e8063dd15232603beffb07a639805fe64236fc006bee
|
3 |
+
size 1064
|
checkpoint-620/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-620/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
checkpoint-620/tokenizer_config.json
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"max_length": null,
|
139 |
+
"model_max_length": 32768,
|
140 |
+
"pad_to_multiple_of": null,
|
141 |
+
"pad_token": "<|endoftext|>",
|
142 |
+
"pad_token_type_id": 0,
|
143 |
+
"padding_side": "right",
|
144 |
+
"processor_class": "Qwen2VLProcessor",
|
145 |
+
"split_special_tokens": false,
|
146 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
147 |
+
"unk_token": null
|
148 |
+
}
|
checkpoint-620/trainer_state.json
ADDED
@@ -0,0 +1,468 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 9.848,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 620,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.16,
|
14 |
+
"grad_norm": 12.881609916687012,
|
15 |
+
"learning_rate": 3.225806451612903e-06,
|
16 |
+
"loss": 2.0828,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.32,
|
21 |
+
"grad_norm": 7.486210823059082,
|
22 |
+
"learning_rate": 6.451612903225806e-06,
|
23 |
+
"loss": 1.4787,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.48,
|
28 |
+
"grad_norm": 5.486098289489746,
|
29 |
+
"learning_rate": 9.67741935483871e-06,
|
30 |
+
"loss": 1.3156,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.64,
|
35 |
+
"grad_norm": 4.403397083282471,
|
36 |
+
"learning_rate": 1.2903225806451613e-05,
|
37 |
+
"loss": 1.1692,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.8,
|
42 |
+
"grad_norm": 4.133569240570068,
|
43 |
+
"learning_rate": 1.6129032258064517e-05,
|
44 |
+
"loss": 1.1055,
|
45 |
+
"step": 50
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.96,
|
49 |
+
"grad_norm": 3.2612862586975098,
|
50 |
+
"learning_rate": 1.935483870967742e-05,
|
51 |
+
"loss": 1.0751,
|
52 |
+
"step": 60
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 1.112,
|
56 |
+
"grad_norm": 2.8362364768981934,
|
57 |
+
"learning_rate": 1.9989858366670475e-05,
|
58 |
+
"loss": 0.9454,
|
59 |
+
"step": 70
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 1.272,
|
63 |
+
"grad_norm": 2.404646396636963,
|
64 |
+
"learning_rate": 1.994869323391895e-05,
|
65 |
+
"loss": 0.9386,
|
66 |
+
"step": 80
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 1.432,
|
70 |
+
"grad_norm": 2.6535897254943848,
|
71 |
+
"learning_rate": 1.9876001099813018e-05,
|
72 |
+
"loss": 0.9624,
|
73 |
+
"step": 90
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 1.592,
|
77 |
+
"grad_norm": 2.9908246994018555,
|
78 |
+
"learning_rate": 1.977201232274814e-05,
|
79 |
+
"loss": 0.9408,
|
80 |
+
"step": 100
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 1.752,
|
84 |
+
"grad_norm": 2.08085298538208,
|
85 |
+
"learning_rate": 1.963705643889941e-05,
|
86 |
+
"loss": 0.9316,
|
87 |
+
"step": 110
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.912,
|
91 |
+
"grad_norm": 2.0934102535247803,
|
92 |
+
"learning_rate": 1.947156111793487e-05,
|
93 |
+
"loss": 0.9286,
|
94 |
+
"step": 120
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 2.064,
|
98 |
+
"grad_norm": 2.122586727142334,
|
99 |
+
"learning_rate": 1.9276050807747878e-05,
|
100 |
+
"loss": 0.8039,
|
101 |
+
"step": 130
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 2.224,
|
105 |
+
"grad_norm": 2.289278268814087,
|
106 |
+
"learning_rate": 1.9051145072503216e-05,
|
107 |
+
"loss": 0.7758,
|
108 |
+
"step": 140
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 2.384,
|
112 |
+
"grad_norm": 2.2588486671447754,
|
113 |
+
"learning_rate": 1.8797556629263603e-05,
|
114 |
+
"loss": 0.7719,
|
115 |
+
"step": 150
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 2.544,
|
119 |
+
"grad_norm": 2.52738356590271,
|
120 |
+
"learning_rate": 1.851608908941855e-05,
|
121 |
+
"loss": 0.7735,
|
122 |
+
"step": 160
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 2.7039999999999997,
|
126 |
+
"grad_norm": 2.1543173789978027,
|
127 |
+
"learning_rate": 1.8207634412072765e-05,
|
128 |
+
"loss": 0.7807,
|
129 |
+
"step": 170
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 2.864,
|
133 |
+
"grad_norm": 2.3994810581207275,
|
134 |
+
"learning_rate": 1.7873170077464285e-05,
|
135 |
+
"loss": 0.7859,
|
136 |
+
"step": 180
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 3.016,
|
140 |
+
"grad_norm": 2.4878721237182617,
|
141 |
+
"learning_rate": 1.7513755989369636e-05,
|
142 |
+
"loss": 0.6971,
|
143 |
+
"step": 190
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 3.176,
|
147 |
+
"grad_norm": 2.379432439804077,
|
148 |
+
"learning_rate": 1.7130531116312202e-05,
|
149 |
+
"loss": 0.619,
|
150 |
+
"step": 200
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 3.336,
|
154 |
+
"grad_norm": 2.209932565689087,
|
155 |
+
"learning_rate": 1.6724709882217606e-05,
|
156 |
+
"loss": 0.5998,
|
157 |
+
"step": 210
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 3.496,
|
161 |
+
"grad_norm": 2.7859106063842773,
|
162 |
+
"learning_rate": 1.6297578317954025e-05,
|
163 |
+
"loss": 0.6066,
|
164 |
+
"step": 220
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 3.656,
|
168 |
+
"grad_norm": 2.6925034523010254,
|
169 |
+
"learning_rate": 1.5850489985953076e-05,
|
170 |
+
"loss": 0.6351,
|
171 |
+
"step": 230
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 3.816,
|
175 |
+
"grad_norm": 2.7933480739593506,
|
176 |
+
"learning_rate": 1.538486169082589e-05,
|
177 |
+
"loss": 0.6003,
|
178 |
+
"step": 240
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 3.976,
|
182 |
+
"grad_norm": 2.7974672317504883,
|
183 |
+
"learning_rate": 1.4902168989567335e-05,
|
184 |
+
"loss": 0.6382,
|
185 |
+
"step": 250
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 4.128,
|
189 |
+
"grad_norm": 2.982576608657837,
|
190 |
+
"learning_rate": 1.4403941515576344e-05,
|
191 |
+
"loss": 0.4597,
|
192 |
+
"step": 260
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 4.288,
|
196 |
+
"grad_norm": 2.571833610534668,
|
197 |
+
"learning_rate": 1.3891758131310329e-05,
|
198 |
+
"loss": 0.444,
|
199 |
+
"step": 270
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 4.448,
|
203 |
+
"grad_norm": 2.4135894775390625,
|
204 |
+
"learning_rate": 1.3367241924934715e-05,
|
205 |
+
"loss": 0.4541,
|
206 |
+
"step": 280
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 4.608,
|
210 |
+
"grad_norm": 2.8163669109344482,
|
211 |
+
"learning_rate": 1.283205506682304e-05,
|
212 |
+
"loss": 0.4532,
|
213 |
+
"step": 290
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 4.768,
|
217 |
+
"grad_norm": 2.9105963706970215,
|
218 |
+
"learning_rate": 1.2287893542207122e-05,
|
219 |
+
"loss": 0.4454,
|
220 |
+
"step": 300
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 4.928,
|
224 |
+
"grad_norm": 2.6453466415405273,
|
225 |
+
"learning_rate": 1.1736481776669307e-05,
|
226 |
+
"loss": 0.4547,
|
227 |
+
"step": 310
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 5.08,
|
231 |
+
"grad_norm": 3.0081467628479004,
|
232 |
+
"learning_rate": 1.1179567171508463e-05,
|
233 |
+
"loss": 0.3733,
|
234 |
+
"step": 320
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 5.24,
|
238 |
+
"grad_norm": 3.0316622257232666,
|
239 |
+
"learning_rate": 1.061891456629682e-05,
|
240 |
+
"loss": 0.2988,
|
241 |
+
"step": 330
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 5.4,
|
245 |
+
"grad_norm": 2.4374618530273438,
|
246 |
+
"learning_rate": 1.0056300646175661e-05,
|
247 |
+
"loss": 0.3001,
|
248 |
+
"step": 340
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 5.5600000000000005,
|
252 |
+
"grad_norm": 2.4697585105895996,
|
253 |
+
"learning_rate": 9.493508311612874e-06,
|
254 |
+
"loss": 0.2894,
|
255 |
+
"step": 350
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 5.72,
|
259 |
+
"grad_norm": 2.9103164672851562,
|
260 |
+
"learning_rate": 8.932321028464412e-06,
|
261 |
+
"loss": 0.2931,
|
262 |
+
"step": 360
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 5.88,
|
266 |
+
"grad_norm": 2.7394156455993652,
|
267 |
+
"learning_rate": 8.374517176244038e-06,
|
268 |
+
"loss": 0.3003,
|
269 |
+
"step": 370
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 6.032,
|
273 |
+
"grad_norm": 2.1789660453796387,
|
274 |
+
"learning_rate": 7.821864412511485e-06,
|
275 |
+
"loss": 0.2594,
|
276 |
+
"step": 380
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 6.192,
|
280 |
+
"grad_norm": 3.0000176429748535,
|
281 |
+
"learning_rate": 7.276114071238069e-06,
|
282 |
+
"loss": 0.1877,
|
283 |
+
"step": 390
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 6.352,
|
287 |
+
"grad_norm": 2.3748111724853516,
|
288 |
+
"learning_rate": 6.7389956129010516e-06,
|
289 |
+
"loss": 0.1846,
|
290 |
+
"step": 400
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 6.5120000000000005,
|
294 |
+
"grad_norm": 2.3044967651367188,
|
295 |
+
"learning_rate": 6.21221114389424e-06,
|
296 |
+
"loss": 0.1728,
|
297 |
+
"step": 410
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 6.672,
|
301 |
+
"grad_norm": 2.2465269565582275,
|
302 |
+
"learning_rate": 5.697430022622542e-06,
|
303 |
+
"loss": 0.1726,
|
304 |
+
"step": 420
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 6.832,
|
308 |
+
"grad_norm": 2.356623888015747,
|
309 |
+
"learning_rate": 5.1962835693735506e-06,
|
310 |
+
"loss": 0.1707,
|
311 |
+
"step": 430
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 6.992,
|
315 |
+
"grad_norm": 2.5909860134124756,
|
316 |
+
"learning_rate": 4.710359896730379e-06,
|
317 |
+
"loss": 0.1764,
|
318 |
+
"step": 440
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 7.144,
|
322 |
+
"grad_norm": 1.7320761680603027,
|
323 |
+
"learning_rate": 4.241198876907936e-06,
|
324 |
+
"loss": 0.0992,
|
325 |
+
"step": 450
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 7.304,
|
329 |
+
"grad_norm": 1.5438932180404663,
|
330 |
+
"learning_rate": 3.790287261960953e-06,
|
331 |
+
"loss": 0.0986,
|
332 |
+
"step": 460
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 7.464,
|
336 |
+
"grad_norm": 1.8166850805282593,
|
337 |
+
"learning_rate": 3.3590539723276083e-06,
|
338 |
+
"loss": 0.1039,
|
339 |
+
"step": 470
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 7.624,
|
343 |
+
"grad_norm": 1.8122446537017822,
|
344 |
+
"learning_rate": 2.9488655686392086e-06,
|
345 |
+
"loss": 0.1062,
|
346 |
+
"step": 480
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 7.784,
|
350 |
+
"grad_norm": 1.9146348237991333,
|
351 |
+
"learning_rate": 2.56102192114549e-06,
|
352 |
+
"loss": 0.1029,
|
353 |
+
"step": 490
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 7.944,
|
357 |
+
"grad_norm": 1.5483825206756592,
|
358 |
+
"learning_rate": 2.196752090479083e-06,
|
359 |
+
"loss": 0.0997,
|
360 |
+
"step": 500
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 8.096,
|
364 |
+
"grad_norm": 0.9715578556060791,
|
365 |
+
"learning_rate": 1.8572104328126738e-06,
|
366 |
+
"loss": 0.0687,
|
367 |
+
"step": 510
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 8.256,
|
371 |
+
"grad_norm": 1.1563620567321777,
|
372 |
+
"learning_rate": 1.5434729417516049e-06,
|
373 |
+
"loss": 0.0625,
|
374 |
+
"step": 520
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 8.416,
|
378 |
+
"grad_norm": 1.2092530727386475,
|
379 |
+
"learning_rate": 1.2565338385541792e-06,
|
380 |
+
"loss": 0.0647,
|
381 |
+
"step": 530
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 8.576,
|
385 |
+
"grad_norm": 1.2118881940841675,
|
386 |
+
"learning_rate": 9.973024214852567e-07,
|
387 |
+
"loss": 0.0659,
|
388 |
+
"step": 540
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 8.736,
|
392 |
+
"grad_norm": 1.1171401739120483,
|
393 |
+
"learning_rate": 7.666001842872639e-07,
|
394 |
+
"loss": 0.0648,
|
395 |
+
"step": 550
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 8.896,
|
399 |
+
"grad_norm": 1.0178390741348267,
|
400 |
+
"learning_rate": 5.651582129001987e-07,
|
401 |
+
"loss": 0.0628,
|
402 |
+
"step": 560
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 9.048,
|
406 |
+
"grad_norm": 0.854426383972168,
|
407 |
+
"learning_rate": 3.936148686802077e-07,
|
408 |
+
"loss": 0.0579,
|
409 |
+
"step": 570
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 9.208,
|
413 |
+
"grad_norm": 0.9751760363578796,
|
414 |
+
"learning_rate": 2.525137654586185e-07,
|
415 |
+
"loss": 0.0508,
|
416 |
+
"step": 580
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 9.368,
|
420 |
+
"grad_norm": 0.9072787165641785,
|
421 |
+
"learning_rate": 1.4230204685196202e-07,
|
422 |
+
"loss": 0.0516,
|
423 |
+
"step": 590
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 9.528,
|
427 |
+
"grad_norm": 1.0727787017822266,
|
428 |
+
"learning_rate": 6.332896928217258e-08,
|
429 |
+
"loss": 0.0517,
|
430 |
+
"step": 600
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 9.688,
|
434 |
+
"grad_norm": 0.8716169595718384,
|
435 |
+
"learning_rate": 1.5844795197285102e-08,
|
436 |
+
"loss": 0.0518,
|
437 |
+
"step": 610
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 9.848,
|
441 |
+
"grad_norm": 0.9439557790756226,
|
442 |
+
"learning_rate": 0.0,
|
443 |
+
"loss": 0.0527,
|
444 |
+
"step": 620
|
445 |
+
}
|
446 |
+
],
|
447 |
+
"logging_steps": 10,
|
448 |
+
"max_steps": 620,
|
449 |
+
"num_input_tokens_seen": 0,
|
450 |
+
"num_train_epochs": 10,
|
451 |
+
"save_steps": 1000,
|
452 |
+
"stateful_callbacks": {
|
453 |
+
"TrainerControl": {
|
454 |
+
"args": {
|
455 |
+
"should_epoch_stop": false,
|
456 |
+
"should_evaluate": false,
|
457 |
+
"should_log": false,
|
458 |
+
"should_save": true,
|
459 |
+
"should_training_stop": true
|
460 |
+
},
|
461 |
+
"attributes": {}
|
462 |
+
}
|
463 |
+
},
|
464 |
+
"total_flos": 2.117785669819433e+17,
|
465 |
+
"train_batch_size": 4,
|
466 |
+
"trial_name": null,
|
467 |
+
"trial_params": null
|
468 |
+
}
|
checkpoint-620/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8679129aad6efc54177edfebfe7b8f12c2a44794d1347f1d72c78ddfc60b1a3a
|
3 |
+
size 5688
|
checkpoint-620/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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 |
+
"longest_edge": 12845056,
|
26 |
+
"shortest_edge": 3136
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
runs/Apr03_09-55-08_2a3956608003/events.out.tfevents.1743674368.2a3956608003.152.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05d6e8b6ed621bb084ad4c5597cfd14492ef52815460c21ab4c3e8f04997b66e
|
3 |
+
size 19962
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
tokenizer_config.json
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"max_length": null,
|
139 |
+
"model_max_length": 32768,
|
140 |
+
"pad_to_multiple_of": null,
|
141 |
+
"pad_token": "<|endoftext|>",
|
142 |
+
"pad_token_type_id": 0,
|
143 |
+
"padding_side": "right",
|
144 |
+
"processor_class": "Qwen2VLProcessor",
|
145 |
+
"split_special_tokens": false,
|
146 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
147 |
+
"unk_token": null
|
148 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 9.848,
|
3 |
+
"total_flos": 2.117785669819433e+17,
|
4 |
+
"train_loss": 0.48659542481745444,
|
5 |
+
"train_runtime": 31064.4118,
|
6 |
+
"train_samples_per_second": 0.644,
|
7 |
+
"train_steps_per_second": 0.02
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 10, "total_steps": 620, "loss": 2.0828, "lr": 3.225806451612903e-06, "epoch": 0.16, "percentage": 1.61, "elapsed_time": "0:08:11", "remaining_time": "8:19:30"}
|
2 |
+
{"current_steps": 20, "total_steps": 620, "loss": 1.4787, "lr": 6.451612903225806e-06, "epoch": 0.32, "percentage": 3.23, "elapsed_time": "0:16:36", "remaining_time": "8:18:02"}
|
3 |
+
{"current_steps": 30, "total_steps": 620, "loss": 1.3156, "lr": 9.67741935483871e-06, "epoch": 0.48, "percentage": 4.84, "elapsed_time": "0:25:00", "remaining_time": "8:11:50"}
|
4 |
+
{"current_steps": 40, "total_steps": 620, "loss": 1.1692, "lr": 1.2903225806451613e-05, "epoch": 0.64, "percentage": 6.45, "elapsed_time": "0:33:26", "remaining_time": "8:04:47"}
|
5 |
+
{"current_steps": 50, "total_steps": 620, "loss": 1.1055, "lr": 1.6129032258064517e-05, "epoch": 0.8, "percentage": 8.06, "elapsed_time": "0:41:51", "remaining_time": "7:57:14"}
|
6 |
+
{"current_steps": 60, "total_steps": 620, "loss": 1.0751, "lr": 1.935483870967742e-05, "epoch": 0.96, "percentage": 9.68, "elapsed_time": "0:50:16", "remaining_time": "7:49:14"}
|
7 |
+
{"current_steps": 70, "total_steps": 620, "loss": 0.9454, "lr": 1.9989858366670475e-05, "epoch": 1.112, "percentage": 11.29, "elapsed_time": "0:58:16", "remaining_time": "7:37:51"}
|
8 |
+
{"current_steps": 80, "total_steps": 620, "loss": 0.9386, "lr": 1.994869323391895e-05, "epoch": 1.272, "percentage": 12.9, "elapsed_time": "1:06:41", "remaining_time": "7:30:10"}
|
9 |
+
{"current_steps": 90, "total_steps": 620, "loss": 0.9624, "lr": 1.9876001099813018e-05, "epoch": 1.432, "percentage": 14.52, "elapsed_time": "1:15:06", "remaining_time": "7:22:17"}
|
10 |
+
{"current_steps": 100, "total_steps": 620, "loss": 0.9408, "lr": 1.977201232274814e-05, "epoch": 1.592, "percentage": 16.13, "elapsed_time": "1:23:31", "remaining_time": "7:14:19"}
|
11 |
+
{"current_steps": 110, "total_steps": 620, "loss": 0.9316, "lr": 1.963705643889941e-05, "epoch": 1.752, "percentage": 17.74, "elapsed_time": "1:31:56", "remaining_time": "7:06:15"}
|
12 |
+
{"current_steps": 120, "total_steps": 620, "loss": 0.9286, "lr": 1.947156111793487e-05, "epoch": 1.912, "percentage": 19.35, "elapsed_time": "1:40:20", "remaining_time": "6:58:06"}
|
13 |
+
{"current_steps": 130, "total_steps": 620, "loss": 0.8039, "lr": 1.9276050807747878e-05, "epoch": 2.064, "percentage": 20.97, "elapsed_time": "1:48:19", "remaining_time": "6:48:19"}
|
14 |
+
{"current_steps": 140, "total_steps": 620, "loss": 0.7758, "lr": 1.9051145072503216e-05, "epoch": 2.224, "percentage": 22.58, "elapsed_time": "1:56:44", "remaining_time": "6:40:14"}
|
15 |
+
{"current_steps": 150, "total_steps": 620, "loss": 0.7719, "lr": 1.8797556629263603e-05, "epoch": 2.384, "percentage": 24.19, "elapsed_time": "2:05:09", "remaining_time": "6:32:10"}
|
16 |
+
{"current_steps": 160, "total_steps": 620, "loss": 0.7735, "lr": 1.851608908941855e-05, "epoch": 2.544, "percentage": 25.81, "elapsed_time": "2:13:34", "remaining_time": "6:24:01"}
|
17 |
+
{"current_steps": 170, "total_steps": 620, "loss": 0.7807, "lr": 1.8207634412072765e-05, "epoch": 2.7039999999999997, "percentage": 27.42, "elapsed_time": "2:21:59", "remaining_time": "6:15:51"}
|
18 |
+
{"current_steps": 180, "total_steps": 620, "loss": 0.7859, "lr": 1.7873170077464285e-05, "epoch": 2.864, "percentage": 29.03, "elapsed_time": "2:30:23", "remaining_time": "6:07:38"}
|
19 |
+
{"current_steps": 190, "total_steps": 620, "loss": 0.6971, "lr": 1.7513755989369636e-05, "epoch": 3.016, "percentage": 30.65, "elapsed_time": "2:38:23", "remaining_time": "5:58:28"}
|
20 |
+
{"current_steps": 200, "total_steps": 620, "loss": 0.619, "lr": 1.7130531116312202e-05, "epoch": 3.176, "percentage": 32.26, "elapsed_time": "2:46:48", "remaining_time": "5:50:17"}
|
21 |
+
{"current_steps": 210, "total_steps": 620, "loss": 0.5998, "lr": 1.6724709882217606e-05, "epoch": 3.336, "percentage": 33.87, "elapsed_time": "2:55:13", "remaining_time": "5:42:05"}
|
22 |
+
{"current_steps": 220, "total_steps": 620, "loss": 0.6066, "lr": 1.6297578317954025e-05, "epoch": 3.496, "percentage": 35.48, "elapsed_time": "3:03:37", "remaining_time": "5:33:52"}
|
23 |
+
{"current_steps": 230, "total_steps": 620, "loss": 0.6351, "lr": 1.5850489985953076e-05, "epoch": 3.656, "percentage": 37.1, "elapsed_time": "3:12:02", "remaining_time": "5:25:37"}
|
24 |
+
{"current_steps": 240, "total_steps": 620, "loss": 0.6003, "lr": 1.538486169082589e-05, "epoch": 3.816, "percentage": 38.71, "elapsed_time": "3:20:27", "remaining_time": "5:17:23"}
|
25 |
+
{"current_steps": 250, "total_steps": 620, "loss": 0.6382, "lr": 1.4902168989567335e-05, "epoch": 3.976, "percentage": 40.32, "elapsed_time": "3:28:51", "remaining_time": "5:09:06"}
|
26 |
+
{"current_steps": 260, "total_steps": 620, "loss": 0.4597, "lr": 1.4403941515576344e-05, "epoch": 4.128, "percentage": 41.94, "elapsed_time": "3:36:50", "remaining_time": "5:00:15"}
|
27 |
+
{"current_steps": 270, "total_steps": 620, "loss": 0.444, "lr": 1.3891758131310329e-05, "epoch": 4.288, "percentage": 43.55, "elapsed_time": "3:45:14", "remaining_time": "4:51:59"}
|
28 |
+
{"current_steps": 280, "total_steps": 620, "loss": 0.4541, "lr": 1.3367241924934715e-05, "epoch": 4.448, "percentage": 45.16, "elapsed_time": "3:53:39", "remaining_time": "4:43:43"}
|
29 |
+
{"current_steps": 290, "total_steps": 620, "loss": 0.4532, "lr": 1.283205506682304e-05, "epoch": 4.608, "percentage": 46.77, "elapsed_time": "4:02:04", "remaining_time": "4:35:27"}
|
30 |
+
{"current_steps": 300, "total_steps": 620, "loss": 0.4454, "lr": 1.2287893542207122e-05, "epoch": 4.768, "percentage": 48.39, "elapsed_time": "4:10:29", "remaining_time": "4:27:11"}
|
31 |
+
{"current_steps": 310, "total_steps": 620, "loss": 0.4547, "lr": 1.1736481776669307e-05, "epoch": 4.928, "percentage": 50.0, "elapsed_time": "4:18:54", "remaining_time": "4:18:54"}
|
32 |
+
{"current_steps": 320, "total_steps": 620, "loss": 0.3733, "lr": 1.1179567171508463e-05, "epoch": 5.08, "percentage": 51.61, "elapsed_time": "4:26:54", "remaining_time": "4:10:13"}
|
33 |
+
{"current_steps": 330, "total_steps": 620, "loss": 0.2988, "lr": 1.061891456629682e-05, "epoch": 5.24, "percentage": 53.23, "elapsed_time": "4:35:19", "remaining_time": "4:01:56"}
|
34 |
+
{"current_steps": 340, "total_steps": 620, "loss": 0.3001, "lr": 1.0056300646175661e-05, "epoch": 5.4, "percentage": 54.84, "elapsed_time": "4:43:44", "remaining_time": "3:53:40"}
|
35 |
+
{"current_steps": 350, "total_steps": 620, "loss": 0.2894, "lr": 9.493508311612874e-06, "epoch": 5.5600000000000005, "percentage": 56.45, "elapsed_time": "4:52:09", "remaining_time": "3:45:22"}
|
36 |
+
{"current_steps": 360, "total_steps": 620, "loss": 0.2931, "lr": 8.932321028464412e-06, "epoch": 5.72, "percentage": 58.06, "elapsed_time": "5:00:34", "remaining_time": "3:37:04"}
|
37 |
+
{"current_steps": 370, "total_steps": 620, "loss": 0.3003, "lr": 8.374517176244038e-06, "epoch": 5.88, "percentage": 59.68, "elapsed_time": "5:08:59", "remaining_time": "3:28:46"}
|
38 |
+
{"current_steps": 380, "total_steps": 620, "loss": 0.2594, "lr": 7.821864412511485e-06, "epoch": 6.032, "percentage": 61.29, "elapsed_time": "5:16:58", "remaining_time": "3:20:11"}
|
39 |
+
{"current_steps": 390, "total_steps": 620, "loss": 0.1877, "lr": 7.276114071238069e-06, "epoch": 6.192, "percentage": 62.9, "elapsed_time": "5:25:23", "remaining_time": "3:11:54"}
|
40 |
+
{"current_steps": 400, "total_steps": 620, "loss": 0.1846, "lr": 6.7389956129010516e-06, "epoch": 6.352, "percentage": 64.52, "elapsed_time": "5:33:48", "remaining_time": "3:03:35"}
|
41 |
+
{"current_steps": 410, "total_steps": 620, "loss": 0.1728, "lr": 6.21221114389424e-06, "epoch": 6.5120000000000005, "percentage": 66.13, "elapsed_time": "5:42:13", "remaining_time": "2:55:16"}
|
42 |
+
{"current_steps": 420, "total_steps": 620, "loss": 0.1726, "lr": 5.697430022622542e-06, "epoch": 6.672, "percentage": 67.74, "elapsed_time": "5:50:38", "remaining_time": "2:46:58"}
|
43 |
+
{"current_steps": 430, "total_steps": 620, "loss": 0.1707, "lr": 5.1962835693735506e-06, "epoch": 6.832, "percentage": 69.35, "elapsed_time": "5:59:03", "remaining_time": "2:38:39"}
|
44 |
+
{"current_steps": 440, "total_steps": 620, "loss": 0.1764, "lr": 4.710359896730379e-06, "epoch": 6.992, "percentage": 70.97, "elapsed_time": "6:07:29", "remaining_time": "2:30:20"}
|
45 |
+
{"current_steps": 450, "total_steps": 620, "loss": 0.0992, "lr": 4.241198876907936e-06, "epoch": 7.144, "percentage": 72.58, "elapsed_time": "6:15:30", "remaining_time": "2:21:51"}
|
46 |
+
{"current_steps": 460, "total_steps": 620, "loss": 0.0986, "lr": 3.790287261960953e-06, "epoch": 7.304, "percentage": 74.19, "elapsed_time": "6:23:54", "remaining_time": "2:13:32"}
|
47 |
+
{"current_steps": 470, "total_steps": 620, "loss": 0.1039, "lr": 3.3590539723276083e-06, "epoch": 7.464, "percentage": 75.81, "elapsed_time": "6:32:19", "remaining_time": "2:05:12"}
|
48 |
+
{"current_steps": 480, "total_steps": 620, "loss": 0.1062, "lr": 2.9488655686392086e-06, "epoch": 7.624, "percentage": 77.42, "elapsed_time": "6:40:43", "remaining_time": "1:56:52"}
|
49 |
+
{"current_steps": 490, "total_steps": 620, "loss": 0.1029, "lr": 2.56102192114549e-06, "epoch": 7.784, "percentage": 79.03, "elapsed_time": "6:49:08", "remaining_time": "1:48:32"}
|
50 |
+
{"current_steps": 500, "total_steps": 620, "loss": 0.0997, "lr": 2.196752090479083e-06, "epoch": 7.944, "percentage": 80.65, "elapsed_time": "6:57:34", "remaining_time": "1:40:12"}
|
51 |
+
{"current_steps": 510, "total_steps": 620, "loss": 0.0687, "lr": 1.8572104328126738e-06, "epoch": 8.096, "percentage": 82.26, "elapsed_time": "7:05:34", "remaining_time": "1:31:47"}
|
52 |
+
{"current_steps": 520, "total_steps": 620, "loss": 0.0625, "lr": 1.5434729417516049e-06, "epoch": 8.256, "percentage": 83.87, "elapsed_time": "7:13:59", "remaining_time": "1:23:27"}
|
53 |
+
{"current_steps": 530, "total_steps": 620, "loss": 0.0647, "lr": 1.2565338385541792e-06, "epoch": 8.416, "percentage": 85.48, "elapsed_time": "7:22:24", "remaining_time": "1:15:07"}
|
54 |
+
{"current_steps": 540, "total_steps": 620, "loss": 0.0659, "lr": 9.973024214852567e-07, "epoch": 8.576, "percentage": 87.1, "elapsed_time": "7:30:49", "remaining_time": "1:06:47"}
|
55 |
+
{"current_steps": 550, "total_steps": 620, "loss": 0.0648, "lr": 7.666001842872639e-07, "epoch": 8.736, "percentage": 88.71, "elapsed_time": "7:39:14", "remaining_time": "0:58:26"}
|
56 |
+
{"current_steps": 560, "total_steps": 620, "loss": 0.0628, "lr": 5.651582129001987e-07, "epoch": 8.896, "percentage": 90.32, "elapsed_time": "7:47:38", "remaining_time": "0:50:06"}
|
57 |
+
{"current_steps": 570, "total_steps": 620, "loss": 0.0579, "lr": 3.936148686802077e-07, "epoch": 9.048, "percentage": 91.94, "elapsed_time": "7:55:37", "remaining_time": "0:41:43"}
|
58 |
+
{"current_steps": 580, "total_steps": 620, "loss": 0.0508, "lr": 2.525137654586185e-07, "epoch": 9.208, "percentage": 93.55, "elapsed_time": "8:04:02", "remaining_time": "0:33:22"}
|
59 |
+
{"current_steps": 590, "total_steps": 620, "loss": 0.0516, "lr": 1.4230204685196202e-07, "epoch": 9.368, "percentage": 95.16, "elapsed_time": "8:12:27", "remaining_time": "0:25:02"}
|
60 |
+
{"current_steps": 600, "total_steps": 620, "loss": 0.0517, "lr": 6.332896928217258e-08, "epoch": 9.528, "percentage": 96.77, "elapsed_time": "8:20:51", "remaining_time": "0:16:41"}
|
61 |
+
{"current_steps": 610, "total_steps": 620, "loss": 0.0518, "lr": 1.5844795197285102e-08, "epoch": 9.688, "percentage": 98.39, "elapsed_time": "8:29:16", "remaining_time": "0:08:20"}
|
62 |
+
{"current_steps": 620, "total_steps": 620, "loss": 0.0527, "lr": 0.0, "epoch": 9.848, "percentage": 100.0, "elapsed_time": "8:37:41", "remaining_time": "0:00:00"}
|
63 |
+
{"current_steps": 620, "total_steps": 620, "epoch": 9.848, "percentage": 100.0, "elapsed_time": "8:37:43", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,477 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 9.848,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 620,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.16,
|
14 |
+
"grad_norm": 12.881609916687012,
|
15 |
+
"learning_rate": 3.225806451612903e-06,
|
16 |
+
"loss": 2.0828,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.32,
|
21 |
+
"grad_norm": 7.486210823059082,
|
22 |
+
"learning_rate": 6.451612903225806e-06,
|
23 |
+
"loss": 1.4787,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.48,
|
28 |
+
"grad_norm": 5.486098289489746,
|
29 |
+
"learning_rate": 9.67741935483871e-06,
|
30 |
+
"loss": 1.3156,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.64,
|
35 |
+
"grad_norm": 4.403397083282471,
|
36 |
+
"learning_rate": 1.2903225806451613e-05,
|
37 |
+
"loss": 1.1692,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.8,
|
42 |
+
"grad_norm": 4.133569240570068,
|
43 |
+
"learning_rate": 1.6129032258064517e-05,
|
44 |
+
"loss": 1.1055,
|
45 |
+
"step": 50
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.96,
|
49 |
+
"grad_norm": 3.2612862586975098,
|
50 |
+
"learning_rate": 1.935483870967742e-05,
|
51 |
+
"loss": 1.0751,
|
52 |
+
"step": 60
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 1.112,
|
56 |
+
"grad_norm": 2.8362364768981934,
|
57 |
+
"learning_rate": 1.9989858366670475e-05,
|
58 |
+
"loss": 0.9454,
|
59 |
+
"step": 70
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 1.272,
|
63 |
+
"grad_norm": 2.404646396636963,
|
64 |
+
"learning_rate": 1.994869323391895e-05,
|
65 |
+
"loss": 0.9386,
|
66 |
+
"step": 80
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 1.432,
|
70 |
+
"grad_norm": 2.6535897254943848,
|
71 |
+
"learning_rate": 1.9876001099813018e-05,
|
72 |
+
"loss": 0.9624,
|
73 |
+
"step": 90
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 1.592,
|
77 |
+
"grad_norm": 2.9908246994018555,
|
78 |
+
"learning_rate": 1.977201232274814e-05,
|
79 |
+
"loss": 0.9408,
|
80 |
+
"step": 100
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 1.752,
|
84 |
+
"grad_norm": 2.08085298538208,
|
85 |
+
"learning_rate": 1.963705643889941e-05,
|
86 |
+
"loss": 0.9316,
|
87 |
+
"step": 110
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 1.912,
|
91 |
+
"grad_norm": 2.0934102535247803,
|
92 |
+
"learning_rate": 1.947156111793487e-05,
|
93 |
+
"loss": 0.9286,
|
94 |
+
"step": 120
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 2.064,
|
98 |
+
"grad_norm": 2.122586727142334,
|
99 |
+
"learning_rate": 1.9276050807747878e-05,
|
100 |
+
"loss": 0.8039,
|
101 |
+
"step": 130
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 2.224,
|
105 |
+
"grad_norm": 2.289278268814087,
|
106 |
+
"learning_rate": 1.9051145072503216e-05,
|
107 |
+
"loss": 0.7758,
|
108 |
+
"step": 140
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 2.384,
|
112 |
+
"grad_norm": 2.2588486671447754,
|
113 |
+
"learning_rate": 1.8797556629263603e-05,
|
114 |
+
"loss": 0.7719,
|
115 |
+
"step": 150
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 2.544,
|
119 |
+
"grad_norm": 2.52738356590271,
|
120 |
+
"learning_rate": 1.851608908941855e-05,
|
121 |
+
"loss": 0.7735,
|
122 |
+
"step": 160
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 2.7039999999999997,
|
126 |
+
"grad_norm": 2.1543173789978027,
|
127 |
+
"learning_rate": 1.8207634412072765e-05,
|
128 |
+
"loss": 0.7807,
|
129 |
+
"step": 170
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 2.864,
|
133 |
+
"grad_norm": 2.3994810581207275,
|
134 |
+
"learning_rate": 1.7873170077464285e-05,
|
135 |
+
"loss": 0.7859,
|
136 |
+
"step": 180
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 3.016,
|
140 |
+
"grad_norm": 2.4878721237182617,
|
141 |
+
"learning_rate": 1.7513755989369636e-05,
|
142 |
+
"loss": 0.6971,
|
143 |
+
"step": 190
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 3.176,
|
147 |
+
"grad_norm": 2.379432439804077,
|
148 |
+
"learning_rate": 1.7130531116312202e-05,
|
149 |
+
"loss": 0.619,
|
150 |
+
"step": 200
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 3.336,
|
154 |
+
"grad_norm": 2.209932565689087,
|
155 |
+
"learning_rate": 1.6724709882217606e-05,
|
156 |
+
"loss": 0.5998,
|
157 |
+
"step": 210
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 3.496,
|
161 |
+
"grad_norm": 2.7859106063842773,
|
162 |
+
"learning_rate": 1.6297578317954025e-05,
|
163 |
+
"loss": 0.6066,
|
164 |
+
"step": 220
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 3.656,
|
168 |
+
"grad_norm": 2.6925034523010254,
|
169 |
+
"learning_rate": 1.5850489985953076e-05,
|
170 |
+
"loss": 0.6351,
|
171 |
+
"step": 230
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 3.816,
|
175 |
+
"grad_norm": 2.7933480739593506,
|
176 |
+
"learning_rate": 1.538486169082589e-05,
|
177 |
+
"loss": 0.6003,
|
178 |
+
"step": 240
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 3.976,
|
182 |
+
"grad_norm": 2.7974672317504883,
|
183 |
+
"learning_rate": 1.4902168989567335e-05,
|
184 |
+
"loss": 0.6382,
|
185 |
+
"step": 250
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 4.128,
|
189 |
+
"grad_norm": 2.982576608657837,
|
190 |
+
"learning_rate": 1.4403941515576344e-05,
|
191 |
+
"loss": 0.4597,
|
192 |
+
"step": 260
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 4.288,
|
196 |
+
"grad_norm": 2.571833610534668,
|
197 |
+
"learning_rate": 1.3891758131310329e-05,
|
198 |
+
"loss": 0.444,
|
199 |
+
"step": 270
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 4.448,
|
203 |
+
"grad_norm": 2.4135894775390625,
|
204 |
+
"learning_rate": 1.3367241924934715e-05,
|
205 |
+
"loss": 0.4541,
|
206 |
+
"step": 280
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 4.608,
|
210 |
+
"grad_norm": 2.8163669109344482,
|
211 |
+
"learning_rate": 1.283205506682304e-05,
|
212 |
+
"loss": 0.4532,
|
213 |
+
"step": 290
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 4.768,
|
217 |
+
"grad_norm": 2.9105963706970215,
|
218 |
+
"learning_rate": 1.2287893542207122e-05,
|
219 |
+
"loss": 0.4454,
|
220 |
+
"step": 300
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 4.928,
|
224 |
+
"grad_norm": 2.6453466415405273,
|
225 |
+
"learning_rate": 1.1736481776669307e-05,
|
226 |
+
"loss": 0.4547,
|
227 |
+
"step": 310
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 5.08,
|
231 |
+
"grad_norm": 3.0081467628479004,
|
232 |
+
"learning_rate": 1.1179567171508463e-05,
|
233 |
+
"loss": 0.3733,
|
234 |
+
"step": 320
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 5.24,
|
238 |
+
"grad_norm": 3.0316622257232666,
|
239 |
+
"learning_rate": 1.061891456629682e-05,
|
240 |
+
"loss": 0.2988,
|
241 |
+
"step": 330
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 5.4,
|
245 |
+
"grad_norm": 2.4374618530273438,
|
246 |
+
"learning_rate": 1.0056300646175661e-05,
|
247 |
+
"loss": 0.3001,
|
248 |
+
"step": 340
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 5.5600000000000005,
|
252 |
+
"grad_norm": 2.4697585105895996,
|
253 |
+
"learning_rate": 9.493508311612874e-06,
|
254 |
+
"loss": 0.2894,
|
255 |
+
"step": 350
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 5.72,
|
259 |
+
"grad_norm": 2.9103164672851562,
|
260 |
+
"learning_rate": 8.932321028464412e-06,
|
261 |
+
"loss": 0.2931,
|
262 |
+
"step": 360
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 5.88,
|
266 |
+
"grad_norm": 2.7394156455993652,
|
267 |
+
"learning_rate": 8.374517176244038e-06,
|
268 |
+
"loss": 0.3003,
|
269 |
+
"step": 370
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 6.032,
|
273 |
+
"grad_norm": 2.1789660453796387,
|
274 |
+
"learning_rate": 7.821864412511485e-06,
|
275 |
+
"loss": 0.2594,
|
276 |
+
"step": 380
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 6.192,
|
280 |
+
"grad_norm": 3.0000176429748535,
|
281 |
+
"learning_rate": 7.276114071238069e-06,
|
282 |
+
"loss": 0.1877,
|
283 |
+
"step": 390
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 6.352,
|
287 |
+
"grad_norm": 2.3748111724853516,
|
288 |
+
"learning_rate": 6.7389956129010516e-06,
|
289 |
+
"loss": 0.1846,
|
290 |
+
"step": 400
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 6.5120000000000005,
|
294 |
+
"grad_norm": 2.3044967651367188,
|
295 |
+
"learning_rate": 6.21221114389424e-06,
|
296 |
+
"loss": 0.1728,
|
297 |
+
"step": 410
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 6.672,
|
301 |
+
"grad_norm": 2.2465269565582275,
|
302 |
+
"learning_rate": 5.697430022622542e-06,
|
303 |
+
"loss": 0.1726,
|
304 |
+
"step": 420
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 6.832,
|
308 |
+
"grad_norm": 2.356623888015747,
|
309 |
+
"learning_rate": 5.1962835693735506e-06,
|
310 |
+
"loss": 0.1707,
|
311 |
+
"step": 430
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 6.992,
|
315 |
+
"grad_norm": 2.5909860134124756,
|
316 |
+
"learning_rate": 4.710359896730379e-06,
|
317 |
+
"loss": 0.1764,
|
318 |
+
"step": 440
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 7.144,
|
322 |
+
"grad_norm": 1.7320761680603027,
|
323 |
+
"learning_rate": 4.241198876907936e-06,
|
324 |
+
"loss": 0.0992,
|
325 |
+
"step": 450
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 7.304,
|
329 |
+
"grad_norm": 1.5438932180404663,
|
330 |
+
"learning_rate": 3.790287261960953e-06,
|
331 |
+
"loss": 0.0986,
|
332 |
+
"step": 460
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 7.464,
|
336 |
+
"grad_norm": 1.8166850805282593,
|
337 |
+
"learning_rate": 3.3590539723276083e-06,
|
338 |
+
"loss": 0.1039,
|
339 |
+
"step": 470
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 7.624,
|
343 |
+
"grad_norm": 1.8122446537017822,
|
344 |
+
"learning_rate": 2.9488655686392086e-06,
|
345 |
+
"loss": 0.1062,
|
346 |
+
"step": 480
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 7.784,
|
350 |
+
"grad_norm": 1.9146348237991333,
|
351 |
+
"learning_rate": 2.56102192114549e-06,
|
352 |
+
"loss": 0.1029,
|
353 |
+
"step": 490
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 7.944,
|
357 |
+
"grad_norm": 1.5483825206756592,
|
358 |
+
"learning_rate": 2.196752090479083e-06,
|
359 |
+
"loss": 0.0997,
|
360 |
+
"step": 500
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 8.096,
|
364 |
+
"grad_norm": 0.9715578556060791,
|
365 |
+
"learning_rate": 1.8572104328126738e-06,
|
366 |
+
"loss": 0.0687,
|
367 |
+
"step": 510
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 8.256,
|
371 |
+
"grad_norm": 1.1563620567321777,
|
372 |
+
"learning_rate": 1.5434729417516049e-06,
|
373 |
+
"loss": 0.0625,
|
374 |
+
"step": 520
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 8.416,
|
378 |
+
"grad_norm": 1.2092530727386475,
|
379 |
+
"learning_rate": 1.2565338385541792e-06,
|
380 |
+
"loss": 0.0647,
|
381 |
+
"step": 530
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 8.576,
|
385 |
+
"grad_norm": 1.2118881940841675,
|
386 |
+
"learning_rate": 9.973024214852567e-07,
|
387 |
+
"loss": 0.0659,
|
388 |
+
"step": 540
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 8.736,
|
392 |
+
"grad_norm": 1.1171401739120483,
|
393 |
+
"learning_rate": 7.666001842872639e-07,
|
394 |
+
"loss": 0.0648,
|
395 |
+
"step": 550
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 8.896,
|
399 |
+
"grad_norm": 1.0178390741348267,
|
400 |
+
"learning_rate": 5.651582129001987e-07,
|
401 |
+
"loss": 0.0628,
|
402 |
+
"step": 560
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 9.048,
|
406 |
+
"grad_norm": 0.854426383972168,
|
407 |
+
"learning_rate": 3.936148686802077e-07,
|
408 |
+
"loss": 0.0579,
|
409 |
+
"step": 570
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 9.208,
|
413 |
+
"grad_norm": 0.9751760363578796,
|
414 |
+
"learning_rate": 2.525137654586185e-07,
|
415 |
+
"loss": 0.0508,
|
416 |
+
"step": 580
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 9.368,
|
420 |
+
"grad_norm": 0.9072787165641785,
|
421 |
+
"learning_rate": 1.4230204685196202e-07,
|
422 |
+
"loss": 0.0516,
|
423 |
+
"step": 590
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 9.528,
|
427 |
+
"grad_norm": 1.0727787017822266,
|
428 |
+
"learning_rate": 6.332896928217258e-08,
|
429 |
+
"loss": 0.0517,
|
430 |
+
"step": 600
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 9.688,
|
434 |
+
"grad_norm": 0.8716169595718384,
|
435 |
+
"learning_rate": 1.5844795197285102e-08,
|
436 |
+
"loss": 0.0518,
|
437 |
+
"step": 610
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 9.848,
|
441 |
+
"grad_norm": 0.9439557790756226,
|
442 |
+
"learning_rate": 0.0,
|
443 |
+
"loss": 0.0527,
|
444 |
+
"step": 620
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 9.848,
|
448 |
+
"step": 620,
|
449 |
+
"total_flos": 2.117785669819433e+17,
|
450 |
+
"train_loss": 0.48659542481745444,
|
451 |
+
"train_runtime": 31064.4118,
|
452 |
+
"train_samples_per_second": 0.644,
|
453 |
+
"train_steps_per_second": 0.02
|
454 |
+
}
|
455 |
+
],
|
456 |
+
"logging_steps": 10,
|
457 |
+
"max_steps": 620,
|
458 |
+
"num_input_tokens_seen": 0,
|
459 |
+
"num_train_epochs": 10,
|
460 |
+
"save_steps": 1000,
|
461 |
+
"stateful_callbacks": {
|
462 |
+
"TrainerControl": {
|
463 |
+
"args": {
|
464 |
+
"should_epoch_stop": false,
|
465 |
+
"should_evaluate": false,
|
466 |
+
"should_log": false,
|
467 |
+
"should_save": true,
|
468 |
+
"should_training_stop": true
|
469 |
+
},
|
470 |
+
"attributes": {}
|
471 |
+
}
|
472 |
+
},
|
473 |
+
"total_flos": 2.117785669819433e+17,
|
474 |
+
"train_batch_size": 4,
|
475 |
+
"trial_name": null,
|
476 |
+
"trial_params": null
|
477 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8679129aad6efc54177edfebfe7b8f12c2a44794d1347f1d72c78ddfc60b1a3a
|
3 |
+
size 5688
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|