Upload 17 files
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +26 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +16 -0
- chat_template.json +3 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- preprocessor_config.json +29 -0
- rng_state_0.pth +3 -0
- rng_state_1.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +144 -0
- trainer_state.json +673 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,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
|
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,
|
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).*(?:o_proj|up_proj|gate_proj|k_proj|v_proj|q_proj|down_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:b7ccc0c8866dc9c35bf87fcb9f41aa5b64ad07007d3baddc790df375e4b50b10
|
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 |
+
}
|
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 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d9f8e1e1261d9034df26f03cea1e11eccccfb1c069cd6e0dbed86b94b665580
|
3 |
+
size 148047722
|
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 |
+
}
|
rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7a46cfb281df1ee9eb2b6d5bf8f522cc261375d6cc061a7f831b99f82b44c62
|
3 |
+
size 14512
|
rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6804f9be22b28f887e06ec0c0bae307b4cd4c6a9fd680b4fc2351e9ba5b062b
|
3 |
+
size 14512
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64297a6969c9113e6582dde9428f08d78a5599aec9c2adf99caa5d81625685a6
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|endoftext|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
tokenizer_config.json
ADDED
@@ -0,0 +1,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 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,673 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 47.05882352941177,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 400,
|
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.5882352941176471,
|
13 |
+
"grad_norm": 0.20885063707828522,
|
14 |
+
"learning_rate": 4.9980725906018074e-05,
|
15 |
+
"loss": 0.8318,
|
16 |
+
"num_input_tokens_seen": 121824,
|
17 |
+
"step": 5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.1764705882352942,
|
21 |
+
"grad_norm": 0.21794493496418,
|
22 |
+
"learning_rate": 4.99229333433282e-05,
|
23 |
+
"loss": 0.7891,
|
24 |
+
"num_input_tokens_seen": 239760,
|
25 |
+
"step": 10
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 1.7647058823529411,
|
29 |
+
"grad_norm": 0.20168891549110413,
|
30 |
+
"learning_rate": 4.982671142387316e-05,
|
31 |
+
"loss": 0.7678,
|
32 |
+
"num_input_tokens_seen": 364912,
|
33 |
+
"step": 15
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 2.3529411764705883,
|
37 |
+
"grad_norm": 0.20661190152168274,
|
38 |
+
"learning_rate": 4.9692208514878444e-05,
|
39 |
+
"loss": 0.728,
|
40 |
+
"num_input_tokens_seen": 487440,
|
41 |
+
"step": 20
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 2.9411764705882355,
|
45 |
+
"grad_norm": 0.2073347568511963,
|
46 |
+
"learning_rate": 4.951963201008076e-05,
|
47 |
+
"loss": 0.7364,
|
48 |
+
"num_input_tokens_seen": 607888,
|
49 |
+
"step": 25
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 3.5294117647058822,
|
53 |
+
"grad_norm": 0.19631442427635193,
|
54 |
+
"learning_rate": 4.9309248009941914e-05,
|
55 |
+
"loss": 0.7217,
|
56 |
+
"num_input_tokens_seen": 728656,
|
57 |
+
"step": 30
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 4.117647058823529,
|
61 |
+
"grad_norm": 0.22293810546398163,
|
62 |
+
"learning_rate": 4.906138091134118e-05,
|
63 |
+
"loss": 0.6901,
|
64 |
+
"num_input_tokens_seen": 849216,
|
65 |
+
"step": 35
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 4.705882352941177,
|
69 |
+
"grad_norm": 0.2156902402639389,
|
70 |
+
"learning_rate": 4.877641290737884e-05,
|
71 |
+
"loss": 0.6761,
|
72 |
+
"num_input_tokens_seen": 971440,
|
73 |
+
"step": 40
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 5.294117647058823,
|
77 |
+
"grad_norm": 0.22460030019283295,
|
78 |
+
"learning_rate": 4.8454783398062106e-05,
|
79 |
+
"loss": 0.6601,
|
80 |
+
"num_input_tokens_seen": 1091264,
|
81 |
+
"step": 45
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 5.882352941176471,
|
85 |
+
"grad_norm": 0.2591679096221924,
|
86 |
+
"learning_rate": 4.8096988312782174e-05,
|
87 |
+
"loss": 0.6439,
|
88 |
+
"num_input_tokens_seen": 1211184,
|
89 |
+
"step": 50
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 6.470588235294118,
|
93 |
+
"grad_norm": 0.26881489157676697,
|
94 |
+
"learning_rate": 4.7703579345627035e-05,
|
95 |
+
"loss": 0.6181,
|
96 |
+
"num_input_tokens_seen": 1334112,
|
97 |
+
"step": 55
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"epoch": 7.0588235294117645,
|
101 |
+
"grad_norm": 0.3284054100513458,
|
102 |
+
"learning_rate": 4.72751631047092e-05,
|
103 |
+
"loss": 0.6145,
|
104 |
+
"num_input_tokens_seen": 1454512,
|
105 |
+
"step": 60
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 7.647058823529412,
|
109 |
+
"grad_norm": 0.2977285385131836,
|
110 |
+
"learning_rate": 4.681240017681993e-05,
|
111 |
+
"loss": 0.5834,
|
112 |
+
"num_input_tokens_seen": 1576640,
|
113 |
+
"step": 65
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 8.235294117647058,
|
117 |
+
"grad_norm": 0.3388771116733551,
|
118 |
+
"learning_rate": 4.6316004108852305e-05,
|
119 |
+
"loss": 0.5632,
|
120 |
+
"num_input_tokens_seen": 1698624,
|
121 |
+
"step": 70
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 8.823529411764707,
|
125 |
+
"grad_norm": 0.3815699815750122,
|
126 |
+
"learning_rate": 4.5786740307563636e-05,
|
127 |
+
"loss": 0.5549,
|
128 |
+
"num_input_tokens_seen": 1818688,
|
129 |
+
"step": 75
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 9.411764705882353,
|
133 |
+
"grad_norm": 0.37038519978523254,
|
134 |
+
"learning_rate": 4.522542485937369e-05,
|
135 |
+
"loss": 0.5151,
|
136 |
+
"num_input_tokens_seen": 1942112,
|
137 |
+
"step": 80
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 10.0,
|
141 |
+
"grad_norm": 0.4679271876811981,
|
142 |
+
"learning_rate": 4.463292327201862e-05,
|
143 |
+
"loss": 0.5147,
|
144 |
+
"num_input_tokens_seen": 2061552,
|
145 |
+
"step": 85
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 10.588235294117647,
|
149 |
+
"grad_norm": 0.4134647846221924,
|
150 |
+
"learning_rate": 4.401014914000078e-05,
|
151 |
+
"loss": 0.4635,
|
152 |
+
"num_input_tokens_seen": 2185344,
|
153 |
+
"step": 90
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 11.176470588235293,
|
157 |
+
"grad_norm": 0.45239707827568054,
|
158 |
+
"learning_rate": 4.335806273589214e-05,
|
159 |
+
"loss": 0.4585,
|
160 |
+
"num_input_tokens_seen": 2306256,
|
161 |
+
"step": 95
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 11.764705882352942,
|
165 |
+
"grad_norm": 0.5336123704910278,
|
166 |
+
"learning_rate": 4.267766952966369e-05,
|
167 |
+
"loss": 0.4291,
|
168 |
+
"num_input_tokens_seen": 2426592,
|
169 |
+
"step": 100
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 12.352941176470589,
|
173 |
+
"grad_norm": 0.5823401212692261,
|
174 |
+
"learning_rate": 4.197001863832355e-05,
|
175 |
+
"loss": 0.3997,
|
176 |
+
"num_input_tokens_seen": 2548672,
|
177 |
+
"step": 105
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 12.941176470588236,
|
181 |
+
"grad_norm": 0.5824088454246521,
|
182 |
+
"learning_rate": 4.123620120825459e-05,
|
183 |
+
"loss": 0.3797,
|
184 |
+
"num_input_tokens_seen": 2667984,
|
185 |
+
"step": 110
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 13.529411764705882,
|
189 |
+
"grad_norm": 0.7273723483085632,
|
190 |
+
"learning_rate": 4.047734873274586e-05,
|
191 |
+
"loss": 0.3412,
|
192 |
+
"num_input_tokens_seen": 2791904,
|
193 |
+
"step": 115
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 14.117647058823529,
|
197 |
+
"grad_norm": 0.6384756565093994,
|
198 |
+
"learning_rate": 3.969463130731183e-05,
|
199 |
+
"loss": 0.3298,
|
200 |
+
"num_input_tokens_seen": 2910560,
|
201 |
+
"step": 120
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 14.705882352941176,
|
205 |
+
"grad_norm": 0.684781014919281,
|
206 |
+
"learning_rate": 3.888925582549006e-05,
|
207 |
+
"loss": 0.2863,
|
208 |
+
"num_input_tokens_seen": 3034368,
|
209 |
+
"step": 125
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 15.294117647058824,
|
213 |
+
"grad_norm": 0.7853628396987915,
|
214 |
+
"learning_rate": 3.8062464117898724e-05,
|
215 |
+
"loss": 0.2738,
|
216 |
+
"num_input_tokens_seen": 3153984,
|
217 |
+
"step": 130
|
218 |
+
},
|
219 |
+
{
|
220 |
+
"epoch": 15.882352941176471,
|
221 |
+
"grad_norm": 0.7987646460533142,
|
222 |
+
"learning_rate": 3.721553103742388e-05,
|
223 |
+
"loss": 0.2367,
|
224 |
+
"num_input_tokens_seen": 3278336,
|
225 |
+
"step": 135
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 16.470588235294116,
|
229 |
+
"grad_norm": 0.74590665102005,
|
230 |
+
"learning_rate": 3.634976249348867e-05,
|
231 |
+
"loss": 0.2189,
|
232 |
+
"num_input_tokens_seen": 3398224,
|
233 |
+
"step": 140
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 17.058823529411764,
|
237 |
+
"grad_norm": 0.8422712683677673,
|
238 |
+
"learning_rate": 3.54664934384357e-05,
|
239 |
+
"loss": 0.1971,
|
240 |
+
"num_input_tokens_seen": 3519168,
|
241 |
+
"step": 145
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 17.647058823529413,
|
245 |
+
"grad_norm": 0.8479442000389099,
|
246 |
+
"learning_rate": 3.456708580912725e-05,
|
247 |
+
"loss": 0.1705,
|
248 |
+
"num_input_tokens_seen": 3641392,
|
249 |
+
"step": 150
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 18.235294117647058,
|
253 |
+
"grad_norm": 0.8197467923164368,
|
254 |
+
"learning_rate": 3.365292642693732e-05,
|
255 |
+
"loss": 0.1454,
|
256 |
+
"num_input_tokens_seen": 3764240,
|
257 |
+
"step": 155
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 18.823529411764707,
|
261 |
+
"grad_norm": 1.0131207704544067,
|
262 |
+
"learning_rate": 3.272542485937369e-05,
|
263 |
+
"loss": 0.1387,
|
264 |
+
"num_input_tokens_seen": 3882896,
|
265 |
+
"step": 160
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 19.41176470588235,
|
269 |
+
"grad_norm": 0.858586311340332,
|
270 |
+
"learning_rate": 3.178601124662686e-05,
|
271 |
+
"loss": 0.1191,
|
272 |
+
"num_input_tokens_seen": 4004560,
|
273 |
+
"step": 165
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 20.0,
|
277 |
+
"grad_norm": 0.9852003455162048,
|
278 |
+
"learning_rate": 3.083613409639764e-05,
|
279 |
+
"loss": 0.1101,
|
280 |
+
"num_input_tokens_seen": 4127360,
|
281 |
+
"step": 170
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 20.58823529411765,
|
285 |
+
"grad_norm": 0.885619580745697,
|
286 |
+
"learning_rate": 2.9877258050403212e-05,
|
287 |
+
"loss": 0.0885,
|
288 |
+
"num_input_tokens_seen": 4248640,
|
289 |
+
"step": 175
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 21.176470588235293,
|
293 |
+
"grad_norm": 0.6304395794868469,
|
294 |
+
"learning_rate": 2.8910861626005776e-05,
|
295 |
+
"loss": 0.0865,
|
296 |
+
"num_input_tokens_seen": 4369872,
|
297 |
+
"step": 180
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 21.764705882352942,
|
301 |
+
"grad_norm": 0.7621514797210693,
|
302 |
+
"learning_rate": 2.7938434936445945e-05,
|
303 |
+
"loss": 0.0708,
|
304 |
+
"num_input_tokens_seen": 4490688,
|
305 |
+
"step": 185
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 22.352941176470587,
|
309 |
+
"grad_norm": 0.8263904452323914,
|
310 |
+
"learning_rate": 2.6961477393196126e-05,
|
311 |
+
"loss": 0.0715,
|
312 |
+
"num_input_tokens_seen": 4612144,
|
313 |
+
"step": 190
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 22.941176470588236,
|
317 |
+
"grad_norm": 0.5912930965423584,
|
318 |
+
"learning_rate": 2.598149539397672e-05,
|
319 |
+
"loss": 0.0584,
|
320 |
+
"num_input_tokens_seen": 4733632,
|
321 |
+
"step": 195
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 23.529411764705884,
|
325 |
+
"grad_norm": 0.6392534971237183,
|
326 |
+
"learning_rate": 2.5e-05,
|
327 |
+
"loss": 0.0517,
|
328 |
+
"num_input_tokens_seen": 4854048,
|
329 |
+
"step": 200
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 24.11764705882353,
|
333 |
+
"grad_norm": 0.44309210777282715,
|
334 |
+
"learning_rate": 2.4018504606023293e-05,
|
335 |
+
"loss": 0.0518,
|
336 |
+
"num_input_tokens_seen": 4976208,
|
337 |
+
"step": 205
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"epoch": 24.705882352941178,
|
341 |
+
"grad_norm": 0.5509380102157593,
|
342 |
+
"learning_rate": 2.303852260680388e-05,
|
343 |
+
"loss": 0.0416,
|
344 |
+
"num_input_tokens_seen": 5096976,
|
345 |
+
"step": 210
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 25.294117647058822,
|
349 |
+
"grad_norm": 0.47966495156288147,
|
350 |
+
"learning_rate": 2.2061565063554064e-05,
|
351 |
+
"loss": 0.0425,
|
352 |
+
"num_input_tokens_seen": 5217056,
|
353 |
+
"step": 215
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 25.88235294117647,
|
357 |
+
"grad_norm": 0.5966067910194397,
|
358 |
+
"learning_rate": 2.1089138373994223e-05,
|
359 |
+
"loss": 0.0377,
|
360 |
+
"num_input_tokens_seen": 5337440,
|
361 |
+
"step": 220
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 26.470588235294116,
|
365 |
+
"grad_norm": 0.37054604291915894,
|
366 |
+
"learning_rate": 2.0122741949596797e-05,
|
367 |
+
"loss": 0.0396,
|
368 |
+
"num_input_tokens_seen": 5457008,
|
369 |
+
"step": 225
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 27.058823529411764,
|
373 |
+
"grad_norm": 0.40190204977989197,
|
374 |
+
"learning_rate": 1.9163865903602374e-05,
|
375 |
+
"loss": 0.0322,
|
376 |
+
"num_input_tokens_seen": 5582160,
|
377 |
+
"step": 230
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 27.647058823529413,
|
381 |
+
"grad_norm": 0.34666651487350464,
|
382 |
+
"learning_rate": 1.8213988753373146e-05,
|
383 |
+
"loss": 0.0341,
|
384 |
+
"num_input_tokens_seen": 5702928,
|
385 |
+
"step": 235
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 28.235294117647058,
|
389 |
+
"grad_norm": 0.27824667096138,
|
390 |
+
"learning_rate": 1.7274575140626318e-05,
|
391 |
+
"loss": 0.028,
|
392 |
+
"num_input_tokens_seen": 5824768,
|
393 |
+
"step": 240
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 28.823529411764707,
|
397 |
+
"grad_norm": 0.32425612211227417,
|
398 |
+
"learning_rate": 1.6347073573062672e-05,
|
399 |
+
"loss": 0.027,
|
400 |
+
"num_input_tokens_seen": 5946656,
|
401 |
+
"step": 245
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 29.41176470588235,
|
405 |
+
"grad_norm": 0.3999980092048645,
|
406 |
+
"learning_rate": 1.5432914190872757e-05,
|
407 |
+
"loss": 0.0258,
|
408 |
+
"num_input_tokens_seen": 6070048,
|
409 |
+
"step": 250
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 30.0,
|
413 |
+
"grad_norm": 0.6484708189964294,
|
414 |
+
"learning_rate": 1.4533506561564306e-05,
|
415 |
+
"loss": 0.0247,
|
416 |
+
"num_input_tokens_seen": 6191376,
|
417 |
+
"step": 255
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 30.58823529411765,
|
421 |
+
"grad_norm": 0.28348207473754883,
|
422 |
+
"learning_rate": 1.3650237506511331e-05,
|
423 |
+
"loss": 0.0233,
|
424 |
+
"num_input_tokens_seen": 6312544,
|
425 |
+
"step": 260
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 31.176470588235293,
|
429 |
+
"grad_norm": 0.28730762004852295,
|
430 |
+
"learning_rate": 1.2784468962576136e-05,
|
431 |
+
"loss": 0.0229,
|
432 |
+
"num_input_tokens_seen": 6435232,
|
433 |
+
"step": 265
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"epoch": 31.764705882352942,
|
437 |
+
"grad_norm": 0.23221123218536377,
|
438 |
+
"learning_rate": 1.1937535882101281e-05,
|
439 |
+
"loss": 0.0243,
|
440 |
+
"num_input_tokens_seen": 6558816,
|
441 |
+
"step": 270
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 32.35294117647059,
|
445 |
+
"grad_norm": 0.21052616834640503,
|
446 |
+
"learning_rate": 1.1110744174509952e-05,
|
447 |
+
"loss": 0.0221,
|
448 |
+
"num_input_tokens_seen": 6681456,
|
449 |
+
"step": 275
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"epoch": 32.94117647058823,
|
453 |
+
"grad_norm": 0.2625516355037689,
|
454 |
+
"learning_rate": 1.0305368692688174e-05,
|
455 |
+
"loss": 0.0189,
|
456 |
+
"num_input_tokens_seen": 6800352,
|
457 |
+
"step": 280
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 33.529411764705884,
|
461 |
+
"grad_norm": 0.267925500869751,
|
462 |
+
"learning_rate": 9.522651267254149e-06,
|
463 |
+
"loss": 0.0188,
|
464 |
+
"num_input_tokens_seen": 6923584,
|
465 |
+
"step": 285
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 34.11764705882353,
|
469 |
+
"grad_norm": 0.3179719150066376,
|
470 |
+
"learning_rate": 8.763798791745411e-06,
|
471 |
+
"loss": 0.0198,
|
472 |
+
"num_input_tokens_seen": 7041648,
|
473 |
+
"step": 290
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 34.705882352941174,
|
477 |
+
"grad_norm": 0.22515079379081726,
|
478 |
+
"learning_rate": 8.029981361676456e-06,
|
479 |
+
"loss": 0.0195,
|
480 |
+
"num_input_tokens_seen": 7166416,
|
481 |
+
"step": 295
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 35.294117647058826,
|
485 |
+
"grad_norm": 0.22048750519752502,
|
486 |
+
"learning_rate": 7.3223304703363135e-06,
|
487 |
+
"loss": 0.0222,
|
488 |
+
"num_input_tokens_seen": 7283072,
|
489 |
+
"step": 300
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 35.88235294117647,
|
493 |
+
"grad_norm": 0.3719558119773865,
|
494 |
+
"learning_rate": 6.641937264107867e-06,
|
495 |
+
"loss": 0.015,
|
496 |
+
"num_input_tokens_seen": 7405936,
|
497 |
+
"step": 305
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"epoch": 36.470588235294116,
|
501 |
+
"grad_norm": 0.244638592004776,
|
502 |
+
"learning_rate": 5.989850859999227e-06,
|
503 |
+
"loss": 0.0162,
|
504 |
+
"num_input_tokens_seen": 7526224,
|
505 |
+
"step": 310
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 37.05882352941177,
|
509 |
+
"grad_norm": 0.20829229056835175,
|
510 |
+
"learning_rate": 5.367076727981382e-06,
|
511 |
+
"loss": 0.0191,
|
512 |
+
"num_input_tokens_seen": 7648896,
|
513 |
+
"step": 315
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 37.64705882352941,
|
517 |
+
"grad_norm": 0.18424373865127563,
|
518 |
+
"learning_rate": 4.7745751406263165e-06,
|
519 |
+
"loss": 0.0173,
|
520 |
+
"num_input_tokens_seen": 7768768,
|
521 |
+
"step": 320
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 38.23529411764706,
|
525 |
+
"grad_norm": 0.17650990188121796,
|
526 |
+
"learning_rate": 4.213259692436367e-06,
|
527 |
+
"loss": 0.0185,
|
528 |
+
"num_input_tokens_seen": 7892064,
|
529 |
+
"step": 325
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 38.8235294117647,
|
533 |
+
"grad_norm": 0.2193550169467926,
|
534 |
+
"learning_rate": 3.6839958911476957e-06,
|
535 |
+
"loss": 0.0164,
|
536 |
+
"num_input_tokens_seen": 8011552,
|
537 |
+
"step": 330
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 39.411764705882355,
|
541 |
+
"grad_norm": 0.18098759651184082,
|
542 |
+
"learning_rate": 3.187599823180071e-06,
|
543 |
+
"loss": 0.0167,
|
544 |
+
"num_input_tokens_seen": 8137664,
|
545 |
+
"step": 335
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 40.0,
|
549 |
+
"grad_norm": 0.14081740379333496,
|
550 |
+
"learning_rate": 2.7248368952908053e-06,
|
551 |
+
"loss": 0.0163,
|
552 |
+
"num_input_tokens_seen": 8256400,
|
553 |
+
"step": 340
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"epoch": 40.588235294117645,
|
557 |
+
"grad_norm": 0.15283998847007751,
|
558 |
+
"learning_rate": 2.296420654372966e-06,
|
559 |
+
"loss": 0.0162,
|
560 |
+
"num_input_tokens_seen": 8379376,
|
561 |
+
"step": 345
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 41.1764705882353,
|
565 |
+
"grad_norm": 0.16390979290008545,
|
566 |
+
"learning_rate": 1.9030116872178316e-06,
|
567 |
+
"loss": 0.0158,
|
568 |
+
"num_input_tokens_seen": 8499712,
|
569 |
+
"step": 350
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 41.76470588235294,
|
573 |
+
"grad_norm": 0.1703239530324936,
|
574 |
+
"learning_rate": 1.5452166019378989e-06,
|
575 |
+
"loss": 0.0169,
|
576 |
+
"num_input_tokens_seen": 8620768,
|
577 |
+
"step": 355
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 42.35294117647059,
|
581 |
+
"grad_norm": 0.1654016375541687,
|
582 |
+
"learning_rate": 1.2235870926211619e-06,
|
583 |
+
"loss": 0.015,
|
584 |
+
"num_input_tokens_seen": 8744400,
|
585 |
+
"step": 360
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 42.94117647058823,
|
589 |
+
"grad_norm": 0.18267235159873962,
|
590 |
+
"learning_rate": 9.386190886588208e-07,
|
591 |
+
"loss": 0.0167,
|
592 |
+
"num_input_tokens_seen": 8863312,
|
593 |
+
"step": 365
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"epoch": 43.529411764705884,
|
597 |
+
"grad_norm": 0.17041648924350739,
|
598 |
+
"learning_rate": 6.907519900580861e-07,
|
599 |
+
"loss": 0.0153,
|
600 |
+
"num_input_tokens_seen": 8986880,
|
601 |
+
"step": 370
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 44.11764705882353,
|
605 |
+
"grad_norm": 0.16261689364910126,
|
606 |
+
"learning_rate": 4.803679899192392e-07,
|
607 |
+
"loss": 0.0157,
|
608 |
+
"num_input_tokens_seen": 9104640,
|
609 |
+
"step": 375
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 44.705882352941174,
|
613 |
+
"grad_norm": 0.1600603610277176,
|
614 |
+
"learning_rate": 3.077914851215585e-07,
|
615 |
+
"loss": 0.0167,
|
616 |
+
"num_input_tokens_seen": 9225360,
|
617 |
+
"step": 380
|
618 |
+
},
|
619 |
+
{
|
620 |
+
"epoch": 45.294117647058826,
|
621 |
+
"grad_norm": 0.14950668811798096,
|
622 |
+
"learning_rate": 1.732885761268427e-07,
|
623 |
+
"loss": 0.0146,
|
624 |
+
"num_input_tokens_seen": 9345008,
|
625 |
+
"step": 385
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 45.88235294117647,
|
629 |
+
"grad_norm": 0.1505534052848816,
|
630 |
+
"learning_rate": 7.706665667180091e-08,
|
631 |
+
"loss": 0.0154,
|
632 |
+
"num_input_tokens_seen": 9465872,
|
633 |
+
"step": 390
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 46.470588235294116,
|
637 |
+
"grad_norm": 0.1543729603290558,
|
638 |
+
"learning_rate": 1.9274093981927478e-08,
|
639 |
+
"loss": 0.0173,
|
640 |
+
"num_input_tokens_seen": 9589456,
|
641 |
+
"step": 395
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 47.05882352941177,
|
645 |
+
"grad_norm": 0.2318650335073471,
|
646 |
+
"learning_rate": 0.0,
|
647 |
+
"loss": 0.0163,
|
648 |
+
"num_input_tokens_seen": 9708528,
|
649 |
+
"step": 400
|
650 |
+
}
|
651 |
+
],
|
652 |
+
"logging_steps": 5,
|
653 |
+
"max_steps": 400,
|
654 |
+
"num_input_tokens_seen": 9708528,
|
655 |
+
"num_train_epochs": 50,
|
656 |
+
"save_steps": 100,
|
657 |
+
"stateful_callbacks": {
|
658 |
+
"TrainerControl": {
|
659 |
+
"args": {
|
660 |
+
"should_epoch_stop": false,
|
661 |
+
"should_evaluate": false,
|
662 |
+
"should_log": false,
|
663 |
+
"should_save": true,
|
664 |
+
"should_training_stop": true
|
665 |
+
},
|
666 |
+
"attributes": {}
|
667 |
+
}
|
668 |
+
},
|
669 |
+
"total_flos": 1.1615729589682176e+17,
|
670 |
+
"train_batch_size": 2,
|
671 |
+
"trial_name": null,
|
672 |
+
"trial_params": null
|
673 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:778826babf1190d6dac8dc6b410c748e4487c430d790e7edb3a2c052cf10ecbc
|
3 |
+
size 5432
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|