second model upload
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +6 -0
- README.md +62 -0
- adapter_config.json +26 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- all_results.json +8 -0
- chat_template.json +3 -0
- checkpoint-1000/README.md +202 -0
- checkpoint-1000/adapter_config.json +26 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/added_tokens.json +16 -0
- checkpoint-1000/chat_template.json +3 -0
- checkpoint-1000/merges.txt +0 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/preprocessor_config.json +29 -0
- checkpoint-1000/rng_state_0.pth +3 -0
- checkpoint-1000/rng_state_1.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +31 -0
- checkpoint-1000/tokenizer.json +3 -0
- checkpoint-1000/tokenizer_config.json +144 -0
- checkpoint-1000/trainer_state.json +733 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-1000/vocab.json +0 -0
- checkpoint-2000/README.md +202 -0
- checkpoint-2000/adapter_config.json +26 -0
- checkpoint-2000/adapter_model.safetensors +3 -0
- checkpoint-2000/added_tokens.json +16 -0
- checkpoint-2000/chat_template.json +3 -0
- checkpoint-2000/merges.txt +0 -0
- checkpoint-2000/optimizer.pt +3 -0
- checkpoint-2000/preprocessor_config.json +29 -0
- checkpoint-2000/rng_state_0.pth +3 -0
- checkpoint-2000/rng_state_1.pth +3 -0
- checkpoint-2000/scheduler.pt +3 -0
- checkpoint-2000/special_tokens_map.json +31 -0
- checkpoint-2000/tokenizer.json +3 -0
- checkpoint-2000/tokenizer_config.json +144 -0
- checkpoint-2000/trainer_state.json +1433 -0
- checkpoint-2000/training_args.bin +3 -0
- checkpoint-2000/vocab.json +0 -0
- checkpoint-3000/README.md +202 -0
- checkpoint-3000/adapter_config.json +26 -0
- checkpoint-3000/adapter_model.safetensors +3 -0
- checkpoint-3000/added_tokens.json +16 -0
- checkpoint-3000/chat_template.json +3 -0
- checkpoint-3000/merges.txt +0 -0
- checkpoint-3000/optimizer.pt +3 -0
- checkpoint-3000/preprocessor_config.json +29 -0
- checkpoint-3000/rng_state_0.pth +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,9 @@ 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-4000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
40 |
+
checkpoint-5000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
41 |
+
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: 1
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- distributed_type: multi-GPU
|
43 |
+
- num_devices: 2
|
44 |
+
- total_train_batch_size: 2
|
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: 100.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.46.1
|
60 |
+
- Pytorch 2.4.0
|
61 |
+
- Datasets 3.1.0
|
62 |
+
- Tokenizers 0.20.3
|
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).*(?:up_proj|k_proj|gate_proj|o_proj|down_proj|q_proj|v_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:f2d8f2d7a0cd1eb16ffe2194563af3d428fde0c48dcd1cf8f6350451d30a184d
|
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": 100.0,
|
3 |
+
"total_flos": 5.03081615753216e+16,
|
4 |
+
"train_loss": 0.057032368842141294,
|
5 |
+
"train_runtime": 3711.3142,
|
6 |
+
"train_samples_per_second": 2.694,
|
7 |
+
"train_steps_per_second": 1.347
|
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).*(?:up_proj|k_proj|gate_proj|o_proj|down_proj|q_proj|v_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:032f76d4a06194757a6dffebde8b3ca9e4b47f0c9780c1ff1b87f07a55e96c56
|
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:a8b425feecb648aa2613191cfb63336f2aac2737a73ddf72a20709c3c0c35f05
|
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:33051b9eb3114c963021f9df60752af83921fd52e5809bd85ce27e94f9d0d9ad
|
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:2bccd7c24723c07f97d24e82405612113d129d077233ca61366b6299d4233c2d
|
3 |
+
size 14512
|
checkpoint-1000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49a04a4b89c1f6d532e91e51c94dbf6655bf22841225941d9103f7734956476d
|
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,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"model_max_length": 32768,
|
138 |
+
"pad_token": "<|endoftext|>",
|
139 |
+
"padding_side": "right",
|
140 |
+
"processor_class": "Qwen2VLProcessor",
|
141 |
+
"split_special_tokens": false,
|
142 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
143 |
+
"unk_token": null
|
144 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
@@ -0,0 +1,733 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 20.0,
|
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.2,
|
13 |
+
"grad_norm": 4.939609527587891,
|
14 |
+
"learning_rate": 4.0000000000000003e-07,
|
15 |
+
"loss": 1.4893,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.4,
|
20 |
+
"grad_norm": 2.7112133502960205,
|
21 |
+
"learning_rate": 8.000000000000001e-07,
|
22 |
+
"loss": 1.2055,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.6,
|
27 |
+
"grad_norm": 2.128227710723877,
|
28 |
+
"learning_rate": 1.2000000000000002e-06,
|
29 |
+
"loss": 1.0467,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.8,
|
34 |
+
"grad_norm": 1.812015175819397,
|
35 |
+
"learning_rate": 1.6000000000000001e-06,
|
36 |
+
"loss": 0.959,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 1.0,
|
41 |
+
"grad_norm": 2.001788854598999,
|
42 |
+
"learning_rate": 2.0000000000000003e-06,
|
43 |
+
"loss": 0.8838,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.2,
|
48 |
+
"grad_norm": 1.275044322013855,
|
49 |
+
"learning_rate": 2.4000000000000003e-06,
|
50 |
+
"loss": 0.8455,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.4,
|
55 |
+
"grad_norm": 0.9736475348472595,
|
56 |
+
"learning_rate": 2.8000000000000003e-06,
|
57 |
+
"loss": 0.8018,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.6,
|
62 |
+
"grad_norm": 1.2415788173675537,
|
63 |
+
"learning_rate": 3.2000000000000003e-06,
|
64 |
+
"loss": 0.7934,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 1.8,
|
69 |
+
"grad_norm": 2.08917236328125,
|
70 |
+
"learning_rate": 3.6000000000000003e-06,
|
71 |
+
"loss": 0.7508,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 2.0,
|
76 |
+
"grad_norm": 1.7156405448913574,
|
77 |
+
"learning_rate": 4.000000000000001e-06,
|
78 |
+
"loss": 0.6881,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 2.2,
|
83 |
+
"grad_norm": 0.8509552478790283,
|
84 |
+
"learning_rate": 4.4e-06,
|
85 |
+
"loss": 0.6296,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.4,
|
90 |
+
"grad_norm": 1.1180299520492554,
|
91 |
+
"learning_rate": 4.800000000000001e-06,
|
92 |
+
"loss": 0.599,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 2.6,
|
97 |
+
"grad_norm": 1.9558420181274414,
|
98 |
+
"learning_rate": 5.2e-06,
|
99 |
+
"loss": 0.6189,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 2.8,
|
104 |
+
"grad_norm": 1.513689637184143,
|
105 |
+
"learning_rate": 5.600000000000001e-06,
|
106 |
+
"loss": 0.6507,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.0,
|
111 |
+
"grad_norm": 1.101956844329834,
|
112 |
+
"learning_rate": 6e-06,
|
113 |
+
"loss": 0.6767,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.2,
|
118 |
+
"grad_norm": 1.2160413265228271,
|
119 |
+
"learning_rate": 6.4000000000000006e-06,
|
120 |
+
"loss": 0.5263,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.4,
|
125 |
+
"grad_norm": 2.2328133583068848,
|
126 |
+
"learning_rate": 6.800000000000001e-06,
|
127 |
+
"loss": 0.5254,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 3.6,
|
132 |
+
"grad_norm": 1.8659697771072388,
|
133 |
+
"learning_rate": 7.2000000000000005e-06,
|
134 |
+
"loss": 0.526,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 3.8,
|
139 |
+
"grad_norm": 3.3415005207061768,
|
140 |
+
"learning_rate": 7.600000000000001e-06,
|
141 |
+
"loss": 0.5359,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.0,
|
146 |
+
"grad_norm": 1.0912972688674927,
|
147 |
+
"learning_rate": 8.000000000000001e-06,
|
148 |
+
"loss": 0.5413,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.2,
|
153 |
+
"grad_norm": 3.15617299079895,
|
154 |
+
"learning_rate": 8.400000000000001e-06,
|
155 |
+
"loss": 0.5434,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 4.4,
|
160 |
+
"grad_norm": 2.088568687438965,
|
161 |
+
"learning_rate": 8.8e-06,
|
162 |
+
"loss": 0.4533,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 4.6,
|
167 |
+
"grad_norm": 5.438419342041016,
|
168 |
+
"learning_rate": 9.200000000000002e-06,
|
169 |
+
"loss": 0.4051,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 4.8,
|
174 |
+
"grad_norm": 1.167334794998169,
|
175 |
+
"learning_rate": 9.600000000000001e-06,
|
176 |
+
"loss": 0.5039,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.0,
|
181 |
+
"grad_norm": 1.4560151100158691,
|
182 |
+
"learning_rate": 1e-05,
|
183 |
+
"loss": 0.4845,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 5.2,
|
188 |
+
"grad_norm": 2.4988670349121094,
|
189 |
+
"learning_rate": 1.04e-05,
|
190 |
+
"loss": 0.4003,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 5.4,
|
195 |
+
"grad_norm": Infinity,
|
196 |
+
"learning_rate": 1.0760000000000002e-05,
|
197 |
+
"loss": 0.358,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 5.6,
|
202 |
+
"grad_norm": 1.568748950958252,
|
203 |
+
"learning_rate": 1.1160000000000002e-05,
|
204 |
+
"loss": 0.438,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 5.8,
|
209 |
+
"grad_norm": 2.2470250129699707,
|
210 |
+
"learning_rate": 1.156e-05,
|
211 |
+
"loss": 0.4482,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 6.0,
|
216 |
+
"grad_norm": 2.1772513389587402,
|
217 |
+
"learning_rate": 1.196e-05,
|
218 |
+
"loss": 0.4083,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 6.2,
|
223 |
+
"grad_norm": 2.48183536529541,
|
224 |
+
"learning_rate": 1.236e-05,
|
225 |
+
"loss": 0.3352,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 6.4,
|
230 |
+
"grad_norm": 2.4329469203948975,
|
231 |
+
"learning_rate": 1.2760000000000001e-05,
|
232 |
+
"loss": 0.3115,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 6.6,
|
237 |
+
"grad_norm": 3.1733779907226562,
|
238 |
+
"learning_rate": 1.3160000000000001e-05,
|
239 |
+
"loss": 0.3295,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 6.8,
|
244 |
+
"grad_norm": 1.5031541585922241,
|
245 |
+
"learning_rate": 1.3560000000000002e-05,
|
246 |
+
"loss": 0.3617,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 7.0,
|
251 |
+
"grad_norm": 1.4660649299621582,
|
252 |
+
"learning_rate": 1.396e-05,
|
253 |
+
"loss": 0.3997,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 7.2,
|
258 |
+
"grad_norm": 2.0959041118621826,
|
259 |
+
"learning_rate": 1.4360000000000001e-05,
|
260 |
+
"loss": 0.2882,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 7.4,
|
265 |
+
"grad_norm": 2.1866960525512695,
|
266 |
+
"learning_rate": 1.4760000000000001e-05,
|
267 |
+
"loss": 0.1761,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 7.6,
|
272 |
+
"grad_norm": 3.808837652206421,
|
273 |
+
"learning_rate": 1.516e-05,
|
274 |
+
"loss": 0.3476,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 7.8,
|
279 |
+
"grad_norm": 2.1240618228912354,
|
280 |
+
"learning_rate": 1.556e-05,
|
281 |
+
"loss": 0.2462,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 8.0,
|
286 |
+
"grad_norm": 4.748623847961426,
|
287 |
+
"learning_rate": 1.5960000000000003e-05,
|
288 |
+
"loss": 0.2915,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 8.2,
|
293 |
+
"grad_norm": 1.3342574834823608,
|
294 |
+
"learning_rate": 1.636e-05,
|
295 |
+
"loss": 0.2063,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 8.4,
|
300 |
+
"grad_norm": 4.858347415924072,
|
301 |
+
"learning_rate": 1.6760000000000002e-05,
|
302 |
+
"loss": 0.1655,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 8.6,
|
307 |
+
"grad_norm": 7.156524658203125,
|
308 |
+
"learning_rate": 1.7160000000000002e-05,
|
309 |
+
"loss": 0.3072,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 8.8,
|
314 |
+
"grad_norm": 1.796271562576294,
|
315 |
+
"learning_rate": 1.756e-05,
|
316 |
+
"loss": 0.2161,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 9.0,
|
321 |
+
"grad_norm": 0.3102816641330719,
|
322 |
+
"learning_rate": 1.796e-05,
|
323 |
+
"loss": 0.1655,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 9.2,
|
328 |
+
"grad_norm": 2.9082212448120117,
|
329 |
+
"learning_rate": 1.8360000000000004e-05,
|
330 |
+
"loss": 0.1096,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 9.4,
|
335 |
+
"grad_norm": 2.176609754562378,
|
336 |
+
"learning_rate": 1.876e-05,
|
337 |
+
"loss": 0.1441,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 9.6,
|
342 |
+
"grad_norm": 4.31577205657959,
|
343 |
+
"learning_rate": 1.916e-05,
|
344 |
+
"loss": 0.1766,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 9.8,
|
349 |
+
"grad_norm": 3.6560301780700684,
|
350 |
+
"learning_rate": 1.9560000000000002e-05,
|
351 |
+
"loss": 0.2017,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 10.0,
|
356 |
+
"grad_norm": 2.5466725826263428,
|
357 |
+
"learning_rate": 1.9960000000000002e-05,
|
358 |
+
"loss": 0.2644,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 10.2,
|
363 |
+
"grad_norm": 1.722813606262207,
|
364 |
+
"learning_rate": 1.9999844036286483e-05,
|
365 |
+
"loss": 0.1303,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 10.4,
|
370 |
+
"grad_norm": 1.9171879291534424,
|
371 |
+
"learning_rate": 1.9999210442038164e-05,
|
372 |
+
"loss": 0.1545,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 10.6,
|
377 |
+
"grad_norm": 5.039783477783203,
|
378 |
+
"learning_rate": 1.999808950037968e-05,
|
379 |
+
"loss": 0.1664,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 10.8,
|
384 |
+
"grad_norm": 1.7670263051986694,
|
385 |
+
"learning_rate": 1.9996481265944146e-05,
|
386 |
+
"loss": 0.1468,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 11.0,
|
391 |
+
"grad_norm": 2.348796844482422,
|
392 |
+
"learning_rate": 1.9994385817114644e-05,
|
393 |
+
"loss": 0.1501,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 11.2,
|
398 |
+
"grad_norm": 0.6991663575172424,
|
399 |
+
"learning_rate": 1.9991803256020393e-05,
|
400 |
+
"loss": 0.0598,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 11.4,
|
405 |
+
"grad_norm": 0.9841463565826416,
|
406 |
+
"learning_rate": 1.9988733708531772e-05,
|
407 |
+
"loss": 0.0975,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 11.6,
|
412 |
+
"grad_norm": 0.5151156783103943,
|
413 |
+
"learning_rate": 1.99851773242542e-05,
|
414 |
+
"loss": 0.1535,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 11.8,
|
419 |
+
"grad_norm": 0.2328900247812271,
|
420 |
+
"learning_rate": 1.9981134276520828e-05,
|
421 |
+
"loss": 0.1044,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 12.0,
|
426 |
+
"grad_norm": 6.50738525390625,
|
427 |
+
"learning_rate": 1.99766047623841e-05,
|
428 |
+
"loss": 0.1007,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 12.2,
|
433 |
+
"grad_norm": 1.2217416763305664,
|
434 |
+
"learning_rate": 1.997158900260614e-05,
|
435 |
+
"loss": 0.0586,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 12.4,
|
440 |
+
"grad_norm": 0.12162764370441437,
|
441 |
+
"learning_rate": 1.996608724164801e-05,
|
442 |
+
"loss": 0.0689,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 12.6,
|
447 |
+
"grad_norm": 3.3592309951782227,
|
448 |
+
"learning_rate": 1.9960099747657774e-05,
|
449 |
+
"loss": 0.0902,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 12.8,
|
454 |
+
"grad_norm": 1.7452058792114258,
|
455 |
+
"learning_rate": 1.995362681245744e-05,
|
456 |
+
"loss": 0.1005,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 13.0,
|
461 |
+
"grad_norm": 4.02609920501709,
|
462 |
+
"learning_rate": 1.9946668751528745e-05,
|
463 |
+
"loss": 0.0921,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 13.2,
|
468 |
+
"grad_norm": 0.6409686207771301,
|
469 |
+
"learning_rate": 1.9939225903997748e-05,
|
470 |
+
"loss": 0.0846,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 13.4,
|
475 |
+
"grad_norm": 0.5872007608413696,
|
476 |
+
"learning_rate": 1.9931298632618355e-05,
|
477 |
+
"loss": 0.0758,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 13.6,
|
482 |
+
"grad_norm": 0.45962050557136536,
|
483 |
+
"learning_rate": 1.992288732375458e-05,
|
484 |
+
"loss": 0.0706,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 13.8,
|
489 |
+
"grad_norm": 0.5623728632926941,
|
490 |
+
"learning_rate": 1.9913992387361747e-05,
|
491 |
+
"loss": 0.0872,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 14.0,
|
496 |
+
"grad_norm": 1.1793012619018555,
|
497 |
+
"learning_rate": 1.9904614256966514e-05,
|
498 |
+
"loss": 0.0889,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 14.2,
|
503 |
+
"grad_norm": 1.6852632761001587,
|
504 |
+
"learning_rate": 1.9894753389645723e-05,
|
505 |
+
"loss": 0.0352,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 14.4,
|
510 |
+
"grad_norm": 0.9700791835784912,
|
511 |
+
"learning_rate": 1.9884410266004134e-05,
|
512 |
+
"loss": 0.0595,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 14.6,
|
517 |
+
"grad_norm": 1.602258324623108,
|
518 |
+
"learning_rate": 1.9873585390151003e-05,
|
519 |
+
"loss": 0.1022,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 14.8,
|
524 |
+
"grad_norm": 1.9688293933868408,
|
525 |
+
"learning_rate": 1.986227928967551e-05,
|
526 |
+
"loss": 0.0556,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 15.0,
|
531 |
+
"grad_norm": 1.102990746498108,
|
532 |
+
"learning_rate": 1.9850492515621038e-05,
|
533 |
+
"loss": 0.0393,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 15.2,
|
538 |
+
"grad_norm": 0.3437381684780121,
|
539 |
+
"learning_rate": 1.983822564245833e-05,
|
540 |
+
"loss": 0.0701,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 15.4,
|
545 |
+
"grad_norm": 1.0362671613693237,
|
546 |
+
"learning_rate": 1.982547926805747e-05,
|
547 |
+
"loss": 0.0564,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 15.6,
|
552 |
+
"grad_norm": 0.20574238896369934,
|
553 |
+
"learning_rate": 1.981225401365877e-05,
|
554 |
+
"loss": 0.0525,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 15.8,
|
559 |
+
"grad_norm": 2.8671562671661377,
|
560 |
+
"learning_rate": 1.979855052384247e-05,
|
561 |
+
"loss": 0.0604,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 16.0,
|
566 |
+
"grad_norm": 1.1551826000213623,
|
567 |
+
"learning_rate": 1.9784369466497333e-05,
|
568 |
+
"loss": 0.1029,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 16.2,
|
573 |
+
"grad_norm": 1.6653599739074707,
|
574 |
+
"learning_rate": 1.9769711532788083e-05,
|
575 |
+
"loss": 0.0592,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 16.4,
|
580 |
+
"grad_norm": 0.7432021498680115,
|
581 |
+
"learning_rate": 1.9754577437121733e-05,
|
582 |
+
"loss": 0.0465,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 16.6,
|
587 |
+
"grad_norm": 0.7289913892745972,
|
588 |
+
"learning_rate": 1.9738967917112752e-05,
|
589 |
+
"loss": 0.0338,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 16.8,
|
594 |
+
"grad_norm": 0.05203216150403023,
|
595 |
+
"learning_rate": 1.9722883733547128e-05,
|
596 |
+
"loss": 0.1039,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 17.0,
|
601 |
+
"grad_norm": 0.6313950419425964,
|
602 |
+
"learning_rate": 1.9706325670345276e-05,
|
603 |
+
"loss": 0.0514,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 17.2,
|
608 |
+
"grad_norm": 0.6369919180870056,
|
609 |
+
"learning_rate": 1.968929453452383e-05,
|
610 |
+
"loss": 0.0358,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 17.4,
|
615 |
+
"grad_norm": 1.4422746896743774,
|
616 |
+
"learning_rate": 1.967179115615633e-05,
|
617 |
+
"loss": 0.0274,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 17.6,
|
622 |
+
"grad_norm": 0.514399528503418,
|
623 |
+
"learning_rate": 1.965381638833274e-05,
|
624 |
+
"loss": 0.0279,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 17.8,
|
629 |
+
"grad_norm": 0.05869906023144722,
|
630 |
+
"learning_rate": 1.963537110711789e-05,
|
631 |
+
"loss": 0.0477,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 18.0,
|
636 |
+
"grad_norm": 0.21828149259090424,
|
637 |
+
"learning_rate": 1.9616456211508756e-05,
|
638 |
+
"loss": 0.0343,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 18.2,
|
643 |
+
"grad_norm": 0.0298184622079134,
|
644 |
+
"learning_rate": 1.9597072623390668e-05,
|
645 |
+
"loss": 0.0167,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 18.4,
|
650 |
+
"grad_norm": 0.378787100315094,
|
651 |
+
"learning_rate": 1.9577221287492368e-05,
|
652 |
+
"loss": 0.0215,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 18.6,
|
657 |
+
"grad_norm": 4.263318061828613,
|
658 |
+
"learning_rate": 1.9556903171339963e-05,
|
659 |
+
"loss": 0.0161,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 18.8,
|
664 |
+
"grad_norm": 2.174684524536133,
|
665 |
+
"learning_rate": 1.9536119265209763e-05,
|
666 |
+
"loss": 0.0134,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 19.0,
|
671 |
+
"grad_norm": 0.03400244563817978,
|
672 |
+
"learning_rate": 1.951487058208003e-05,
|
673 |
+
"loss": 0.015,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 19.2,
|
678 |
+
"grad_norm": 0.05419604852795601,
|
679 |
+
"learning_rate": 1.9493158157581617e-05,
|
680 |
+
"loss": 0.0112,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 19.4,
|
685 |
+
"grad_norm": 0.058521125465631485,
|
686 |
+
"learning_rate": 1.9470983049947446e-05,
|
687 |
+
"loss": 0.0033,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 19.6,
|
692 |
+
"grad_norm": 0.016082677990198135,
|
693 |
+
"learning_rate": 1.9448346339960984e-05,
|
694 |
+
"loss": 0.0192,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 19.8,
|
699 |
+
"grad_norm": 6.2492570877075195,
|
700 |
+
"learning_rate": 1.9425249130903544e-05,
|
701 |
+
"loss": 0.0519,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 20.0,
|
706 |
+
"grad_norm": 2.238447666168213,
|
707 |
+
"learning_rate": 1.9401692548500504e-05,
|
708 |
+
"loss": 0.0251,
|
709 |
+
"step": 1000
|
710 |
+
}
|
711 |
+
],
|
712 |
+
"logging_steps": 10,
|
713 |
+
"max_steps": 5000,
|
714 |
+
"num_input_tokens_seen": 0,
|
715 |
+
"num_train_epochs": 100,
|
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": 1.0061632348618752e+16,
|
730 |
+
"train_batch_size": 1,
|
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:fa4e3872264c5ddee20fc06b01d4df10a537eb79ade4211e1c938063f5ceeae0
|
3 |
+
size 5432
|
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).*(?:up_proj|k_proj|gate_proj|o_proj|down_proj|q_proj|v_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:4a28c80ef67071e304d78db2f5d96f486b1359515435e96173cefd85ee18bce6
|
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:74e384e64729626e9495c7049318b6399822453adfee4f794109dd96a74f7c26
|
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:2c68e52fd4325078bf8c6ba8d79859d6361cebcb355320ae2f7795f343d59474
|
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:3d45c5a7264eeca55ff22188c25c7d224c91ba109a345f56904c65dda7f1c3be
|
3 |
+
size 14512
|
checkpoint-2000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2af837b3a9fca31994e69f44440e1bc2335bb3ce5849333903e6a471eef8bcc
|
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,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"model_max_length": 32768,
|
138 |
+
"pad_token": "<|endoftext|>",
|
139 |
+
"padding_side": "right",
|
140 |
+
"processor_class": "Qwen2VLProcessor",
|
141 |
+
"split_special_tokens": false,
|
142 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
143 |
+
"unk_token": null
|
144 |
+
}
|
checkpoint-2000/trainer_state.json
ADDED
@@ -0,0 +1,1433 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 40.0,
|
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.2,
|
13 |
+
"grad_norm": 4.939609527587891,
|
14 |
+
"learning_rate": 4.0000000000000003e-07,
|
15 |
+
"loss": 1.4893,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.4,
|
20 |
+
"grad_norm": 2.7112133502960205,
|
21 |
+
"learning_rate": 8.000000000000001e-07,
|
22 |
+
"loss": 1.2055,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.6,
|
27 |
+
"grad_norm": 2.128227710723877,
|
28 |
+
"learning_rate": 1.2000000000000002e-06,
|
29 |
+
"loss": 1.0467,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.8,
|
34 |
+
"grad_norm": 1.812015175819397,
|
35 |
+
"learning_rate": 1.6000000000000001e-06,
|
36 |
+
"loss": 0.959,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 1.0,
|
41 |
+
"grad_norm": 2.001788854598999,
|
42 |
+
"learning_rate": 2.0000000000000003e-06,
|
43 |
+
"loss": 0.8838,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 1.2,
|
48 |
+
"grad_norm": 1.275044322013855,
|
49 |
+
"learning_rate": 2.4000000000000003e-06,
|
50 |
+
"loss": 0.8455,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 1.4,
|
55 |
+
"grad_norm": 0.9736475348472595,
|
56 |
+
"learning_rate": 2.8000000000000003e-06,
|
57 |
+
"loss": 0.8018,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.6,
|
62 |
+
"grad_norm": 1.2415788173675537,
|
63 |
+
"learning_rate": 3.2000000000000003e-06,
|
64 |
+
"loss": 0.7934,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 1.8,
|
69 |
+
"grad_norm": 2.08917236328125,
|
70 |
+
"learning_rate": 3.6000000000000003e-06,
|
71 |
+
"loss": 0.7508,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 2.0,
|
76 |
+
"grad_norm": 1.7156405448913574,
|
77 |
+
"learning_rate": 4.000000000000001e-06,
|
78 |
+
"loss": 0.6881,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 2.2,
|
83 |
+
"grad_norm": 0.8509552478790283,
|
84 |
+
"learning_rate": 4.4e-06,
|
85 |
+
"loss": 0.6296,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 2.4,
|
90 |
+
"grad_norm": 1.1180299520492554,
|
91 |
+
"learning_rate": 4.800000000000001e-06,
|
92 |
+
"loss": 0.599,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 2.6,
|
97 |
+
"grad_norm": 1.9558420181274414,
|
98 |
+
"learning_rate": 5.2e-06,
|
99 |
+
"loss": 0.6189,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 2.8,
|
104 |
+
"grad_norm": 1.513689637184143,
|
105 |
+
"learning_rate": 5.600000000000001e-06,
|
106 |
+
"loss": 0.6507,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 3.0,
|
111 |
+
"grad_norm": 1.101956844329834,
|
112 |
+
"learning_rate": 6e-06,
|
113 |
+
"loss": 0.6767,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 3.2,
|
118 |
+
"grad_norm": 1.2160413265228271,
|
119 |
+
"learning_rate": 6.4000000000000006e-06,
|
120 |
+
"loss": 0.5263,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.4,
|
125 |
+
"grad_norm": 2.2328133583068848,
|
126 |
+
"learning_rate": 6.800000000000001e-06,
|
127 |
+
"loss": 0.5254,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 3.6,
|
132 |
+
"grad_norm": 1.8659697771072388,
|
133 |
+
"learning_rate": 7.2000000000000005e-06,
|
134 |
+
"loss": 0.526,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 3.8,
|
139 |
+
"grad_norm": 3.3415005207061768,
|
140 |
+
"learning_rate": 7.600000000000001e-06,
|
141 |
+
"loss": 0.5359,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 4.0,
|
146 |
+
"grad_norm": 1.0912972688674927,
|
147 |
+
"learning_rate": 8.000000000000001e-06,
|
148 |
+
"loss": 0.5413,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.2,
|
153 |
+
"grad_norm": 3.15617299079895,
|
154 |
+
"learning_rate": 8.400000000000001e-06,
|
155 |
+
"loss": 0.5434,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 4.4,
|
160 |
+
"grad_norm": 2.088568687438965,
|
161 |
+
"learning_rate": 8.8e-06,
|
162 |
+
"loss": 0.4533,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 4.6,
|
167 |
+
"grad_norm": 5.438419342041016,
|
168 |
+
"learning_rate": 9.200000000000002e-06,
|
169 |
+
"loss": 0.4051,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 4.8,
|
174 |
+
"grad_norm": 1.167334794998169,
|
175 |
+
"learning_rate": 9.600000000000001e-06,
|
176 |
+
"loss": 0.5039,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 5.0,
|
181 |
+
"grad_norm": 1.4560151100158691,
|
182 |
+
"learning_rate": 1e-05,
|
183 |
+
"loss": 0.4845,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 5.2,
|
188 |
+
"grad_norm": 2.4988670349121094,
|
189 |
+
"learning_rate": 1.04e-05,
|
190 |
+
"loss": 0.4003,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 5.4,
|
195 |
+
"grad_norm": Infinity,
|
196 |
+
"learning_rate": 1.0760000000000002e-05,
|
197 |
+
"loss": 0.358,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 5.6,
|
202 |
+
"grad_norm": 1.568748950958252,
|
203 |
+
"learning_rate": 1.1160000000000002e-05,
|
204 |
+
"loss": 0.438,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 5.8,
|
209 |
+
"grad_norm": 2.2470250129699707,
|
210 |
+
"learning_rate": 1.156e-05,
|
211 |
+
"loss": 0.4482,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 6.0,
|
216 |
+
"grad_norm": 2.1772513389587402,
|
217 |
+
"learning_rate": 1.196e-05,
|
218 |
+
"loss": 0.4083,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 6.2,
|
223 |
+
"grad_norm": 2.48183536529541,
|
224 |
+
"learning_rate": 1.236e-05,
|
225 |
+
"loss": 0.3352,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 6.4,
|
230 |
+
"grad_norm": 2.4329469203948975,
|
231 |
+
"learning_rate": 1.2760000000000001e-05,
|
232 |
+
"loss": 0.3115,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 6.6,
|
237 |
+
"grad_norm": 3.1733779907226562,
|
238 |
+
"learning_rate": 1.3160000000000001e-05,
|
239 |
+
"loss": 0.3295,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 6.8,
|
244 |
+
"grad_norm": 1.5031541585922241,
|
245 |
+
"learning_rate": 1.3560000000000002e-05,
|
246 |
+
"loss": 0.3617,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 7.0,
|
251 |
+
"grad_norm": 1.4660649299621582,
|
252 |
+
"learning_rate": 1.396e-05,
|
253 |
+
"loss": 0.3997,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 7.2,
|
258 |
+
"grad_norm": 2.0959041118621826,
|
259 |
+
"learning_rate": 1.4360000000000001e-05,
|
260 |
+
"loss": 0.2882,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 7.4,
|
265 |
+
"grad_norm": 2.1866960525512695,
|
266 |
+
"learning_rate": 1.4760000000000001e-05,
|
267 |
+
"loss": 0.1761,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 7.6,
|
272 |
+
"grad_norm": 3.808837652206421,
|
273 |
+
"learning_rate": 1.516e-05,
|
274 |
+
"loss": 0.3476,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 7.8,
|
279 |
+
"grad_norm": 2.1240618228912354,
|
280 |
+
"learning_rate": 1.556e-05,
|
281 |
+
"loss": 0.2462,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 8.0,
|
286 |
+
"grad_norm": 4.748623847961426,
|
287 |
+
"learning_rate": 1.5960000000000003e-05,
|
288 |
+
"loss": 0.2915,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 8.2,
|
293 |
+
"grad_norm": 1.3342574834823608,
|
294 |
+
"learning_rate": 1.636e-05,
|
295 |
+
"loss": 0.2063,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 8.4,
|
300 |
+
"grad_norm": 4.858347415924072,
|
301 |
+
"learning_rate": 1.6760000000000002e-05,
|
302 |
+
"loss": 0.1655,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 8.6,
|
307 |
+
"grad_norm": 7.156524658203125,
|
308 |
+
"learning_rate": 1.7160000000000002e-05,
|
309 |
+
"loss": 0.3072,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 8.8,
|
314 |
+
"grad_norm": 1.796271562576294,
|
315 |
+
"learning_rate": 1.756e-05,
|
316 |
+
"loss": 0.2161,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 9.0,
|
321 |
+
"grad_norm": 0.3102816641330719,
|
322 |
+
"learning_rate": 1.796e-05,
|
323 |
+
"loss": 0.1655,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 9.2,
|
328 |
+
"grad_norm": 2.9082212448120117,
|
329 |
+
"learning_rate": 1.8360000000000004e-05,
|
330 |
+
"loss": 0.1096,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 9.4,
|
335 |
+
"grad_norm": 2.176609754562378,
|
336 |
+
"learning_rate": 1.876e-05,
|
337 |
+
"loss": 0.1441,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 9.6,
|
342 |
+
"grad_norm": 4.31577205657959,
|
343 |
+
"learning_rate": 1.916e-05,
|
344 |
+
"loss": 0.1766,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 9.8,
|
349 |
+
"grad_norm": 3.6560301780700684,
|
350 |
+
"learning_rate": 1.9560000000000002e-05,
|
351 |
+
"loss": 0.2017,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 10.0,
|
356 |
+
"grad_norm": 2.5466725826263428,
|
357 |
+
"learning_rate": 1.9960000000000002e-05,
|
358 |
+
"loss": 0.2644,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 10.2,
|
363 |
+
"grad_norm": 1.722813606262207,
|
364 |
+
"learning_rate": 1.9999844036286483e-05,
|
365 |
+
"loss": 0.1303,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 10.4,
|
370 |
+
"grad_norm": 1.9171879291534424,
|
371 |
+
"learning_rate": 1.9999210442038164e-05,
|
372 |
+
"loss": 0.1545,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 10.6,
|
377 |
+
"grad_norm": 5.039783477783203,
|
378 |
+
"learning_rate": 1.999808950037968e-05,
|
379 |
+
"loss": 0.1664,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 10.8,
|
384 |
+
"grad_norm": 1.7670263051986694,
|
385 |
+
"learning_rate": 1.9996481265944146e-05,
|
386 |
+
"loss": 0.1468,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 11.0,
|
391 |
+
"grad_norm": 2.348796844482422,
|
392 |
+
"learning_rate": 1.9994385817114644e-05,
|
393 |
+
"loss": 0.1501,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 11.2,
|
398 |
+
"grad_norm": 0.6991663575172424,
|
399 |
+
"learning_rate": 1.9991803256020393e-05,
|
400 |
+
"loss": 0.0598,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 11.4,
|
405 |
+
"grad_norm": 0.9841463565826416,
|
406 |
+
"learning_rate": 1.9988733708531772e-05,
|
407 |
+
"loss": 0.0975,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 11.6,
|
412 |
+
"grad_norm": 0.5151156783103943,
|
413 |
+
"learning_rate": 1.99851773242542e-05,
|
414 |
+
"loss": 0.1535,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 11.8,
|
419 |
+
"grad_norm": 0.2328900247812271,
|
420 |
+
"learning_rate": 1.9981134276520828e-05,
|
421 |
+
"loss": 0.1044,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 12.0,
|
426 |
+
"grad_norm": 6.50738525390625,
|
427 |
+
"learning_rate": 1.99766047623841e-05,
|
428 |
+
"loss": 0.1007,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 12.2,
|
433 |
+
"grad_norm": 1.2217416763305664,
|
434 |
+
"learning_rate": 1.997158900260614e-05,
|
435 |
+
"loss": 0.0586,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 12.4,
|
440 |
+
"grad_norm": 0.12162764370441437,
|
441 |
+
"learning_rate": 1.996608724164801e-05,
|
442 |
+
"loss": 0.0689,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 12.6,
|
447 |
+
"grad_norm": 3.3592309951782227,
|
448 |
+
"learning_rate": 1.9960099747657774e-05,
|
449 |
+
"loss": 0.0902,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 12.8,
|
454 |
+
"grad_norm": 1.7452058792114258,
|
455 |
+
"learning_rate": 1.995362681245744e-05,
|
456 |
+
"loss": 0.1005,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 13.0,
|
461 |
+
"grad_norm": 4.02609920501709,
|
462 |
+
"learning_rate": 1.9946668751528745e-05,
|
463 |
+
"loss": 0.0921,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 13.2,
|
468 |
+
"grad_norm": 0.6409686207771301,
|
469 |
+
"learning_rate": 1.9939225903997748e-05,
|
470 |
+
"loss": 0.0846,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 13.4,
|
475 |
+
"grad_norm": 0.5872007608413696,
|
476 |
+
"learning_rate": 1.9931298632618355e-05,
|
477 |
+
"loss": 0.0758,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 13.6,
|
482 |
+
"grad_norm": 0.45962050557136536,
|
483 |
+
"learning_rate": 1.992288732375458e-05,
|
484 |
+
"loss": 0.0706,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 13.8,
|
489 |
+
"grad_norm": 0.5623728632926941,
|
490 |
+
"learning_rate": 1.9913992387361747e-05,
|
491 |
+
"loss": 0.0872,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 14.0,
|
496 |
+
"grad_norm": 1.1793012619018555,
|
497 |
+
"learning_rate": 1.9904614256966514e-05,
|
498 |
+
"loss": 0.0889,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 14.2,
|
503 |
+
"grad_norm": 1.6852632761001587,
|
504 |
+
"learning_rate": 1.9894753389645723e-05,
|
505 |
+
"loss": 0.0352,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 14.4,
|
510 |
+
"grad_norm": 0.9700791835784912,
|
511 |
+
"learning_rate": 1.9884410266004134e-05,
|
512 |
+
"loss": 0.0595,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 14.6,
|
517 |
+
"grad_norm": 1.602258324623108,
|
518 |
+
"learning_rate": 1.9873585390151003e-05,
|
519 |
+
"loss": 0.1022,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 14.8,
|
524 |
+
"grad_norm": 1.9688293933868408,
|
525 |
+
"learning_rate": 1.986227928967551e-05,
|
526 |
+
"loss": 0.0556,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 15.0,
|
531 |
+
"grad_norm": 1.102990746498108,
|
532 |
+
"learning_rate": 1.9850492515621038e-05,
|
533 |
+
"loss": 0.0393,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 15.2,
|
538 |
+
"grad_norm": 0.3437381684780121,
|
539 |
+
"learning_rate": 1.983822564245833e-05,
|
540 |
+
"loss": 0.0701,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 15.4,
|
545 |
+
"grad_norm": 1.0362671613693237,
|
546 |
+
"learning_rate": 1.982547926805747e-05,
|
547 |
+
"loss": 0.0564,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 15.6,
|
552 |
+
"grad_norm": 0.20574238896369934,
|
553 |
+
"learning_rate": 1.981225401365877e-05,
|
554 |
+
"loss": 0.0525,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 15.8,
|
559 |
+
"grad_norm": 2.8671562671661377,
|
560 |
+
"learning_rate": 1.979855052384247e-05,
|
561 |
+
"loss": 0.0604,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 16.0,
|
566 |
+
"grad_norm": 1.1551826000213623,
|
567 |
+
"learning_rate": 1.9784369466497333e-05,
|
568 |
+
"loss": 0.1029,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 16.2,
|
573 |
+
"grad_norm": 1.6653599739074707,
|
574 |
+
"learning_rate": 1.9769711532788083e-05,
|
575 |
+
"loss": 0.0592,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 16.4,
|
580 |
+
"grad_norm": 0.7432021498680115,
|
581 |
+
"learning_rate": 1.9754577437121733e-05,
|
582 |
+
"loss": 0.0465,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 16.6,
|
587 |
+
"grad_norm": 0.7289913892745972,
|
588 |
+
"learning_rate": 1.9738967917112752e-05,
|
589 |
+
"loss": 0.0338,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 16.8,
|
594 |
+
"grad_norm": 0.05203216150403023,
|
595 |
+
"learning_rate": 1.9722883733547128e-05,
|
596 |
+
"loss": 0.1039,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 17.0,
|
601 |
+
"grad_norm": 0.6313950419425964,
|
602 |
+
"learning_rate": 1.9706325670345276e-05,
|
603 |
+
"loss": 0.0514,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 17.2,
|
608 |
+
"grad_norm": 0.6369919180870056,
|
609 |
+
"learning_rate": 1.968929453452383e-05,
|
610 |
+
"loss": 0.0358,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 17.4,
|
615 |
+
"grad_norm": 1.4422746896743774,
|
616 |
+
"learning_rate": 1.967179115615633e-05,
|
617 |
+
"loss": 0.0274,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 17.6,
|
622 |
+
"grad_norm": 0.514399528503418,
|
623 |
+
"learning_rate": 1.965381638833274e-05,
|
624 |
+
"loss": 0.0279,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 17.8,
|
629 |
+
"grad_norm": 0.05869906023144722,
|
630 |
+
"learning_rate": 1.963537110711789e-05,
|
631 |
+
"loss": 0.0477,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 18.0,
|
636 |
+
"grad_norm": 0.21828149259090424,
|
637 |
+
"learning_rate": 1.9616456211508756e-05,
|
638 |
+
"loss": 0.0343,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 18.2,
|
643 |
+
"grad_norm": 0.0298184622079134,
|
644 |
+
"learning_rate": 1.9597072623390668e-05,
|
645 |
+
"loss": 0.0167,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 18.4,
|
650 |
+
"grad_norm": 0.378787100315094,
|
651 |
+
"learning_rate": 1.9577221287492368e-05,
|
652 |
+
"loss": 0.0215,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 18.6,
|
657 |
+
"grad_norm": 4.263318061828613,
|
658 |
+
"learning_rate": 1.9556903171339963e-05,
|
659 |
+
"loss": 0.0161,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 18.8,
|
664 |
+
"grad_norm": 2.174684524536133,
|
665 |
+
"learning_rate": 1.9536119265209763e-05,
|
666 |
+
"loss": 0.0134,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 19.0,
|
671 |
+
"grad_norm": 0.03400244563817978,
|
672 |
+
"learning_rate": 1.951487058208003e-05,
|
673 |
+
"loss": 0.015,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 19.2,
|
678 |
+
"grad_norm": 0.05419604852795601,
|
679 |
+
"learning_rate": 1.9493158157581617e-05,
|
680 |
+
"loss": 0.0112,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 19.4,
|
685 |
+
"grad_norm": 0.058521125465631485,
|
686 |
+
"learning_rate": 1.9470983049947446e-05,
|
687 |
+
"loss": 0.0033,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 19.6,
|
692 |
+
"grad_norm": 0.016082677990198135,
|
693 |
+
"learning_rate": 1.9448346339960984e-05,
|
694 |
+
"loss": 0.0192,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 19.8,
|
699 |
+
"grad_norm": 6.2492570877075195,
|
700 |
+
"learning_rate": 1.9425249130903544e-05,
|
701 |
+
"loss": 0.0519,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 20.0,
|
706 |
+
"grad_norm": 2.238447666168213,
|
707 |
+
"learning_rate": 1.9401692548500504e-05,
|
708 |
+
"loss": 0.0251,
|
709 |
+
"step": 1000
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 20.2,
|
713 |
+
"grad_norm": 0.035032495856285095,
|
714 |
+
"learning_rate": 1.937767774086646e-05,
|
715 |
+
"loss": 0.0127,
|
716 |
+
"step": 1010
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 20.4,
|
720 |
+
"grad_norm": 0.01225972082465887,
|
721 |
+
"learning_rate": 1.935320587844926e-05,
|
722 |
+
"loss": 0.004,
|
723 |
+
"step": 1020
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 20.6,
|
727 |
+
"grad_norm": 0.004545880481600761,
|
728 |
+
"learning_rate": 1.9328278153972947e-05,
|
729 |
+
"loss": 0.0356,
|
730 |
+
"step": 1030
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 20.8,
|
734 |
+
"grad_norm": 3.91441011428833,
|
735 |
+
"learning_rate": 1.9302895782379648e-05,
|
736 |
+
"loss": 0.0355,
|
737 |
+
"step": 1040
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 21.0,
|
741 |
+
"grad_norm": 0.48417937755584717,
|
742 |
+
"learning_rate": 1.9277060000770342e-05,
|
743 |
+
"loss": 0.0043,
|
744 |
+
"step": 1050
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 21.2,
|
748 |
+
"grad_norm": 3.8912832736968994,
|
749 |
+
"learning_rate": 1.925077206834458e-05,
|
750 |
+
"loss": 0.0242,
|
751 |
+
"step": 1060
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 21.4,
|
755 |
+
"grad_norm": 0.013348647393286228,
|
756 |
+
"learning_rate": 1.9224033266339103e-05,
|
757 |
+
"loss": 0.0076,
|
758 |
+
"step": 1070
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 21.6,
|
762 |
+
"grad_norm": 0.11039220541715622,
|
763 |
+
"learning_rate": 1.9196844897965393e-05,
|
764 |
+
"loss": 0.0145,
|
765 |
+
"step": 1080
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 21.8,
|
769 |
+
"grad_norm": 3.4672281742095947,
|
770 |
+
"learning_rate": 1.9169208288346168e-05,
|
771 |
+
"loss": 0.0033,
|
772 |
+
"step": 1090
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 22.0,
|
776 |
+
"grad_norm": 0.006285279057919979,
|
777 |
+
"learning_rate": 1.914112478445079e-05,
|
778 |
+
"loss": 0.0107,
|
779 |
+
"step": 1100
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 22.2,
|
783 |
+
"grad_norm": 0.04273529723286629,
|
784 |
+
"learning_rate": 1.9112595755029625e-05,
|
785 |
+
"loss": 0.0483,
|
786 |
+
"step": 1110
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 22.4,
|
790 |
+
"grad_norm": 0.007396802771836519,
|
791 |
+
"learning_rate": 1.9083622590547313e-05,
|
792 |
+
"loss": 0.0021,
|
793 |
+
"step": 1120
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 22.6,
|
797 |
+
"grad_norm": 0.2701977491378784,
|
798 |
+
"learning_rate": 1.905420670311502e-05,
|
799 |
+
"loss": 0.0027,
|
800 |
+
"step": 1130
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 22.8,
|
804 |
+
"grad_norm": 0.016060367226600647,
|
805 |
+
"learning_rate": 1.9024349526421596e-05,
|
806 |
+
"loss": 0.0217,
|
807 |
+
"step": 1140
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 23.0,
|
811 |
+
"grad_norm": 0.017666257917881012,
|
812 |
+
"learning_rate": 1.899405251566371e-05,
|
813 |
+
"loss": 0.0458,
|
814 |
+
"step": 1150
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 23.2,
|
818 |
+
"grad_norm": 0.043862633407115936,
|
819 |
+
"learning_rate": 1.896331714747493e-05,
|
820 |
+
"loss": 0.0011,
|
821 |
+
"step": 1160
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 23.4,
|
825 |
+
"grad_norm": 0.031046241521835327,
|
826 |
+
"learning_rate": 1.893214491985374e-05,
|
827 |
+
"loss": 0.0128,
|
828 |
+
"step": 1170
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 23.6,
|
832 |
+
"grad_norm": 0.005483916029334068,
|
833 |
+
"learning_rate": 1.8900537352090523e-05,
|
834 |
+
"loss": 0.0108,
|
835 |
+
"step": 1180
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 23.8,
|
839 |
+
"grad_norm": 0.03962108865380287,
|
840 |
+
"learning_rate": 1.886849598469356e-05,
|
841 |
+
"loss": 0.0007,
|
842 |
+
"step": 1190
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 24.0,
|
846 |
+
"grad_norm": 0.06565005332231522,
|
847 |
+
"learning_rate": 1.8836022379313884e-05,
|
848 |
+
"loss": 0.0173,
|
849 |
+
"step": 1200
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 24.2,
|
853 |
+
"grad_norm": 0.006141431163996458,
|
854 |
+
"learning_rate": 1.8803118118669203e-05,
|
855 |
+
"loss": 0.001,
|
856 |
+
"step": 1210
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 24.4,
|
860 |
+
"grad_norm": 0.008573741652071476,
|
861 |
+
"learning_rate": 1.8769784806466768e-05,
|
862 |
+
"loss": 0.0003,
|
863 |
+
"step": 1220
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 24.6,
|
867 |
+
"grad_norm": 0.016578705981373787,
|
868 |
+
"learning_rate": 1.8736024067325188e-05,
|
869 |
+
"loss": 0.0043,
|
870 |
+
"step": 1230
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 24.8,
|
874 |
+
"grad_norm": 0.006640794221311808,
|
875 |
+
"learning_rate": 1.870183754669526e-05,
|
876 |
+
"loss": 0.0002,
|
877 |
+
"step": 1240
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 25.0,
|
881 |
+
"grad_norm": 0.8556722402572632,
|
882 |
+
"learning_rate": 1.8667226910779767e-05,
|
883 |
+
"loss": 0.0041,
|
884 |
+
"step": 1250
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 25.2,
|
888 |
+
"grad_norm": 0.0022739043924957514,
|
889 |
+
"learning_rate": 1.863219384645227e-05,
|
890 |
+
"loss": 0.0003,
|
891 |
+
"step": 1260
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 25.4,
|
895 |
+
"grad_norm": 0.012654612772166729,
|
896 |
+
"learning_rate": 1.8596740061174912e-05,
|
897 |
+
"loss": 0.0005,
|
898 |
+
"step": 1270
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 25.6,
|
902 |
+
"grad_norm": 0.004489220213145018,
|
903 |
+
"learning_rate": 1.8560867282915164e-05,
|
904 |
+
"loss": 0.0041,
|
905 |
+
"step": 1280
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 25.8,
|
909 |
+
"grad_norm": 0.006669621914625168,
|
910 |
+
"learning_rate": 1.8524577260061628e-05,
|
911 |
+
"loss": 0.0044,
|
912 |
+
"step": 1290
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 26.0,
|
916 |
+
"grad_norm": 0.12849736213684082,
|
917 |
+
"learning_rate": 1.848787176133882e-05,
|
918 |
+
"loss": 0.0006,
|
919 |
+
"step": 1300
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 26.2,
|
923 |
+
"grad_norm": 0.003363212803378701,
|
924 |
+
"learning_rate": 1.8450752575720967e-05,
|
925 |
+
"loss": 0.0002,
|
926 |
+
"step": 1310
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 26.4,
|
930 |
+
"grad_norm": 0.005168403964489698,
|
931 |
+
"learning_rate": 1.8413221512344805e-05,
|
932 |
+
"loss": 0.0001,
|
933 |
+
"step": 1320
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 26.6,
|
937 |
+
"grad_norm": 0.006153238005936146,
|
938 |
+
"learning_rate": 1.837528040042142e-05,
|
939 |
+
"loss": 0.0005,
|
940 |
+
"step": 1330
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 26.8,
|
944 |
+
"grad_norm": 0.005247591994702816,
|
945 |
+
"learning_rate": 1.8336931089147076e-05,
|
946 |
+
"loss": 0.0002,
|
947 |
+
"step": 1340
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 27.0,
|
951 |
+
"grad_norm": 0.008389480412006378,
|
952 |
+
"learning_rate": 1.82981754476131e-05,
|
953 |
+
"loss": 0.0061,
|
954 |
+
"step": 1350
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 27.2,
|
958 |
+
"grad_norm": 0.001621560426428914,
|
959 |
+
"learning_rate": 1.8259015364714786e-05,
|
960 |
+
"loss": 0.0002,
|
961 |
+
"step": 1360
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 27.4,
|
965 |
+
"grad_norm": 0.012759492732584476,
|
966 |
+
"learning_rate": 1.8219452749059332e-05,
|
967 |
+
"loss": 0.0009,
|
968 |
+
"step": 1370
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 27.6,
|
972 |
+
"grad_norm": 0.0008200361044146121,
|
973 |
+
"learning_rate": 1.8179489528872808e-05,
|
974 |
+
"loss": 0.0002,
|
975 |
+
"step": 1380
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 27.8,
|
979 |
+
"grad_norm": 0.010921397246420383,
|
980 |
+
"learning_rate": 1.8139127651906183e-05,
|
981 |
+
"loss": 0.0001,
|
982 |
+
"step": 1390
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 28.0,
|
986 |
+
"grad_norm": 0.009295720607042313,
|
987 |
+
"learning_rate": 1.80983690853404e-05,
|
988 |
+
"loss": 0.0001,
|
989 |
+
"step": 1400
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 28.2,
|
993 |
+
"grad_norm": 0.003324209712445736,
|
994 |
+
"learning_rate": 1.8057215815690494e-05,
|
995 |
+
"loss": 0.0001,
|
996 |
+
"step": 1410
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 28.4,
|
1000 |
+
"grad_norm": 0.19921115040779114,
|
1001 |
+
"learning_rate": 1.8015669848708768e-05,
|
1002 |
+
"loss": 0.0003,
|
1003 |
+
"step": 1420
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 28.6,
|
1007 |
+
"grad_norm": 0.005366879981011152,
|
1008 |
+
"learning_rate": 1.7973733209287036e-05,
|
1009 |
+
"loss": 0.0001,
|
1010 |
+
"step": 1430
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 28.8,
|
1014 |
+
"grad_norm": 0.0017453564796596766,
|
1015 |
+
"learning_rate": 1.793140794135795e-05,
|
1016 |
+
"loss": 0.0029,
|
1017 |
+
"step": 1440
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 29.0,
|
1021 |
+
"grad_norm": 0.013708272948861122,
|
1022 |
+
"learning_rate": 1.7888696107795343e-05,
|
1023 |
+
"loss": 0.0001,
|
1024 |
+
"step": 1450
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 29.2,
|
1028 |
+
"grad_norm": 0.0043100654147565365,
|
1029 |
+
"learning_rate": 1.7845599790313735e-05,
|
1030 |
+
"loss": 0.0003,
|
1031 |
+
"step": 1460
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 29.4,
|
1035 |
+
"grad_norm": 0.02302490547299385,
|
1036 |
+
"learning_rate": 1.780212108936684e-05,
|
1037 |
+
"loss": 0.0011,
|
1038 |
+
"step": 1470
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 29.6,
|
1042 |
+
"grad_norm": 0.004419188946485519,
|
1043 |
+
"learning_rate": 1.7758262124045195e-05,
|
1044 |
+
"loss": 0.0001,
|
1045 |
+
"step": 1480
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 29.8,
|
1049 |
+
"grad_norm": 0.0013392951805144548,
|
1050 |
+
"learning_rate": 1.7714025031972904e-05,
|
1051 |
+
"loss": 0.0003,
|
1052 |
+
"step": 1490
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 30.0,
|
1056 |
+
"grad_norm": 0.0014274229761213064,
|
1057 |
+
"learning_rate": 1.7669411969203417e-05,
|
1058 |
+
"loss": 0.0002,
|
1059 |
+
"step": 1500
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 30.2,
|
1063 |
+
"grad_norm": 0.001878496608696878,
|
1064 |
+
"learning_rate": 1.762442511011448e-05,
|
1065 |
+
"loss": 0.0001,
|
1066 |
+
"step": 1510
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 30.4,
|
1070 |
+
"grad_norm": 0.005069437436759472,
|
1071 |
+
"learning_rate": 1.7579066647302134e-05,
|
1072 |
+
"loss": 0.0001,
|
1073 |
+
"step": 1520
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 30.6,
|
1077 |
+
"grad_norm": 0.0014868683647364378,
|
1078 |
+
"learning_rate": 1.7533338791473872e-05,
|
1079 |
+
"loss": 0.0001,
|
1080 |
+
"step": 1530
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 30.8,
|
1084 |
+
"grad_norm": 0.003168011549860239,
|
1085 |
+
"learning_rate": 1.7487243771340862e-05,
|
1086 |
+
"loss": 0.0001,
|
1087 |
+
"step": 1540
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 31.0,
|
1091 |
+
"grad_norm": 0.004825201351195574,
|
1092 |
+
"learning_rate": 1.7440783833509366e-05,
|
1093 |
+
"loss": 0.0001,
|
1094 |
+
"step": 1550
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 31.2,
|
1098 |
+
"grad_norm": 0.006287866272032261,
|
1099 |
+
"learning_rate": 1.7393961242371203e-05,
|
1100 |
+
"loss": 0.0001,
|
1101 |
+
"step": 1560
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 31.4,
|
1105 |
+
"grad_norm": 0.005126502364873886,
|
1106 |
+
"learning_rate": 1.7346778279993417e-05,
|
1107 |
+
"loss": 0.0001,
|
1108 |
+
"step": 1570
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 31.6,
|
1112 |
+
"grad_norm": 0.0005843121325597167,
|
1113 |
+
"learning_rate": 1.7299237246007018e-05,
|
1114 |
+
"loss": 0.0001,
|
1115 |
+
"step": 1580
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 31.8,
|
1119 |
+
"grad_norm": 0.0023757207673043013,
|
1120 |
+
"learning_rate": 1.7251340457494934e-05,
|
1121 |
+
"loss": 0.0001,
|
1122 |
+
"step": 1590
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 32.0,
|
1126 |
+
"grad_norm": 0.004019857384264469,
|
1127 |
+
"learning_rate": 1.720309024887907e-05,
|
1128 |
+
"loss": 0.0001,
|
1129 |
+
"step": 1600
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 32.2,
|
1133 |
+
"grad_norm": 0.006111355032771826,
|
1134 |
+
"learning_rate": 1.715448897180652e-05,
|
1135 |
+
"loss": 0.0001,
|
1136 |
+
"step": 1610
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 32.4,
|
1140 |
+
"grad_norm": 0.000667453627102077,
|
1141 |
+
"learning_rate": 1.710553899503496e-05,
|
1142 |
+
"loss": 0.0001,
|
1143 |
+
"step": 1620
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 32.6,
|
1147 |
+
"grad_norm": 0.0010104542598128319,
|
1148 |
+
"learning_rate": 1.705624270431721e-05,
|
1149 |
+
"loss": 0.0001,
|
1150 |
+
"step": 1630
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 32.8,
|
1154 |
+
"grad_norm": 0.004804989788681269,
|
1155 |
+
"learning_rate": 1.700660250228492e-05,
|
1156 |
+
"loss": 0.0001,
|
1157 |
+
"step": 1640
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 33.0,
|
1161 |
+
"grad_norm": 0.004056953825056553,
|
1162 |
+
"learning_rate": 1.695662080833151e-05,
|
1163 |
+
"loss": 0.0001,
|
1164 |
+
"step": 1650
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 33.2,
|
1168 |
+
"grad_norm": 0.0015452856896445155,
|
1169 |
+
"learning_rate": 1.690630005849423e-05,
|
1170 |
+
"loss": 0.0001,
|
1171 |
+
"step": 1660
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 33.4,
|
1175 |
+
"grad_norm": 0.0012899715220555663,
|
1176 |
+
"learning_rate": 1.6855642705335438e-05,
|
1177 |
+
"loss": 0.0001,
|
1178 |
+
"step": 1670
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 33.6,
|
1182 |
+
"grad_norm": 0.0010839162860065699,
|
1183 |
+
"learning_rate": 1.6804651217823055e-05,
|
1184 |
+
"loss": 0.0001,
|
1185 |
+
"step": 1680
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 33.8,
|
1189 |
+
"grad_norm": 0.0011267494410276413,
|
1190 |
+
"learning_rate": 1.6753328081210244e-05,
|
1191 |
+
"loss": 0.0001,
|
1192 |
+
"step": 1690
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 34.0,
|
1196 |
+
"grad_norm": 0.0027927302289754152,
|
1197 |
+
"learning_rate": 1.6701675796914284e-05,
|
1198 |
+
"loss": 0.0,
|
1199 |
+
"step": 1700
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 34.2,
|
1203 |
+
"grad_norm": 0.0011741920607164502,
|
1204 |
+
"learning_rate": 1.6649696882394635e-05,
|
1205 |
+
"loss": 0.0001,
|
1206 |
+
"step": 1710
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 34.4,
|
1210 |
+
"grad_norm": 0.0019491278799250722,
|
1211 |
+
"learning_rate": 1.6597393871030264e-05,
|
1212 |
+
"loss": 0.0,
|
1213 |
+
"step": 1720
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 34.6,
|
1217 |
+
"grad_norm": 0.0015785045688971877,
|
1218 |
+
"learning_rate": 1.654476931199615e-05,
|
1219 |
+
"loss": 0.0,
|
1220 |
+
"step": 1730
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 34.8,
|
1224 |
+
"grad_norm": 0.0008629497606307268,
|
1225 |
+
"learning_rate": 1.649182577013906e-05,
|
1226 |
+
"loss": 0.0001,
|
1227 |
+
"step": 1740
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 35.0,
|
1231 |
+
"grad_norm": 0.003077285597100854,
|
1232 |
+
"learning_rate": 1.643856582585254e-05,
|
1233 |
+
"loss": 0.0001,
|
1234 |
+
"step": 1750
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 35.2,
|
1238 |
+
"grad_norm": 0.0013041843194514513,
|
1239 |
+
"learning_rate": 1.6384992074951124e-05,
|
1240 |
+
"loss": 0.0,
|
1241 |
+
"step": 1760
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 35.4,
|
1245 |
+
"grad_norm": 0.0008168126805685461,
|
1246 |
+
"learning_rate": 1.6331107128543856e-05,
|
1247 |
+
"loss": 0.0001,
|
1248 |
+
"step": 1770
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 35.6,
|
1252 |
+
"grad_norm": 0.0013320008292794228,
|
1253 |
+
"learning_rate": 1.6276913612907005e-05,
|
1254 |
+
"loss": 0.0001,
|
1255 |
+
"step": 1780
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 35.8,
|
1259 |
+
"grad_norm": 0.0011947667226195335,
|
1260 |
+
"learning_rate": 1.6222414169356066e-05,
|
1261 |
+
"loss": 0.0001,
|
1262 |
+
"step": 1790
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 36.0,
|
1266 |
+
"grad_norm": 0.0013605114072561264,
|
1267 |
+
"learning_rate": 1.6167611454117027e-05,
|
1268 |
+
"loss": 0.0001,
|
1269 |
+
"step": 1800
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 36.2,
|
1273 |
+
"grad_norm": 0.00024013180518522859,
|
1274 |
+
"learning_rate": 1.611250813819692e-05,
|
1275 |
+
"loss": 0.0,
|
1276 |
+
"step": 1810
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 36.4,
|
1280 |
+
"grad_norm": 0.002005120040848851,
|
1281 |
+
"learning_rate": 1.6057106907253617e-05,
|
1282 |
+
"loss": 0.0,
|
1283 |
+
"step": 1820
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 36.6,
|
1287 |
+
"grad_norm": 0.0015634404262527823,
|
1288 |
+
"learning_rate": 1.6001410461464955e-05,
|
1289 |
+
"loss": 0.0001,
|
1290 |
+
"step": 1830
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 36.8,
|
1294 |
+
"grad_norm": 0.0009015756659209728,
|
1295 |
+
"learning_rate": 1.5945421515397135e-05,
|
1296 |
+
"loss": 0.0,
|
1297 |
+
"step": 1840
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 37.0,
|
1301 |
+
"grad_norm": 0.001351571292616427,
|
1302 |
+
"learning_rate": 1.5889142797872387e-05,
|
1303 |
+
"loss": 0.0,
|
1304 |
+
"step": 1850
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 37.2,
|
1308 |
+
"grad_norm": 0.0014051242033019662,
|
1309 |
+
"learning_rate": 1.5832577051836016e-05,
|
1310 |
+
"loss": 0.0,
|
1311 |
+
"step": 1860
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 37.4,
|
1315 |
+
"grad_norm": 0.0011573507217690349,
|
1316 |
+
"learning_rate": 1.5775727034222675e-05,
|
1317 |
+
"loss": 0.0,
|
1318 |
+
"step": 1870
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 37.6,
|
1322 |
+
"grad_norm": 0.0010998898651450872,
|
1323 |
+
"learning_rate": 1.5718595515822027e-05,
|
1324 |
+
"loss": 0.0,
|
1325 |
+
"step": 1880
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 37.8,
|
1329 |
+
"grad_norm": 0.001832842011936009,
|
1330 |
+
"learning_rate": 1.5661185281143666e-05,
|
1331 |
+
"loss": 0.0001,
|
1332 |
+
"step": 1890
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 38.0,
|
1336 |
+
"grad_norm": 0.0008399503421969712,
|
1337 |
+
"learning_rate": 1.5603499128281447e-05,
|
1338 |
+
"loss": 0.0,
|
1339 |
+
"step": 1900
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 38.2,
|
1343 |
+
"grad_norm": 0.0016098183114081621,
|
1344 |
+
"learning_rate": 1.5545539868777075e-05,
|
1345 |
+
"loss": 0.0,
|
1346 |
+
"step": 1910
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 38.4,
|
1350 |
+
"grad_norm": 0.0031196950003504753,
|
1351 |
+
"learning_rate": 1.5487310327483087e-05,
|
1352 |
+
"loss": 0.0,
|
1353 |
+
"step": 1920
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 38.6,
|
1357 |
+
"grad_norm": 0.0025677145458757877,
|
1358 |
+
"learning_rate": 1.5428813342425177e-05,
|
1359 |
+
"loss": 0.0,
|
1360 |
+
"step": 1930
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 38.8,
|
1364 |
+
"grad_norm": 0.00022408693621400744,
|
1365 |
+
"learning_rate": 1.5370051764663872e-05,
|
1366 |
+
"loss": 0.0,
|
1367 |
+
"step": 1940
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 39.0,
|
1371 |
+
"grad_norm": 0.001144173787906766,
|
1372 |
+
"learning_rate": 1.5311028458155567e-05,
|
1373 |
+
"loss": 0.0,
|
1374 |
+
"step": 1950
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 39.2,
|
1378 |
+
"grad_norm": 0.0006699798977933824,
|
1379 |
+
"learning_rate": 1.5251746299612959e-05,
|
1380 |
+
"loss": 0.0,
|
1381 |
+
"step": 1960
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 39.4,
|
1385 |
+
"grad_norm": 0.0007150991004891694,
|
1386 |
+
"learning_rate": 1.5192208178364815e-05,
|
1387 |
+
"loss": 0.0,
|
1388 |
+
"step": 1970
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 39.6,
|
1392 |
+
"grad_norm": 0.0018977021099999547,
|
1393 |
+
"learning_rate": 1.5132416996215171e-05,
|
1394 |
+
"loss": 0.0,
|
1395 |
+
"step": 1980
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 39.8,
|
1399 |
+
"grad_norm": 0.0005208357470110059,
|
1400 |
+
"learning_rate": 1.5072375667301893e-05,
|
1401 |
+
"loss": 0.0,
|
1402 |
+
"step": 1990
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 40.0,
|
1406 |
+
"grad_norm": 0.0018139018211513758,
|
1407 |
+
"learning_rate": 1.5012087117954643e-05,
|
1408 |
+
"loss": 0.0,
|
1409 |
+
"step": 2000
|
1410 |
+
}
|
1411 |
+
],
|
1412 |
+
"logging_steps": 10,
|
1413 |
+
"max_steps": 5000,
|
1414 |
+
"num_input_tokens_seen": 0,
|
1415 |
+
"num_train_epochs": 100,
|
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": 2.0123264688848896e+16,
|
1430 |
+
"train_batch_size": 1,
|
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:fa4e3872264c5ddee20fc06b01d4df10a537eb79ade4211e1c938063f5ceeae0
|
3 |
+
size 5432
|
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).*(?:up_proj|k_proj|gate_proj|o_proj|down_proj|q_proj|v_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:ad775057166bc5fd187e9266c268170e91e2e2d499e0ba5df3fd3b1c197cda94
|
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:24763c79fa39c5f39bcde9e05d5defc0d1d0703a75df050260a9de693954f9e6
|
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:634e4dc0c63d6e5a5b9bc55f0e9f3b8ffffa8f13bfb95ee9b78a01a73dc7eb63
|
3 |
+
size 14512
|