Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- ava/README.md +202 -0
- ava/adapter_config.json +26 -0
- ava/adapter_model.safetensors +3 -0
- ava/added_tokens.json +16 -0
- ava/chat_template.json +3 -0
- ava/merges.txt +0 -0
- ava/optimizer.pt +3 -0
- ava/preprocessor_config.json +29 -0
- ava/rng_state_0.pth +3 -0
- ava/rng_state_1.pth +3 -0
- ava/rng_state_2.pth +3 -0
- ava/rng_state_3.pth +3 -0
- ava/scheduler.pt +3 -0
- ava/special_tokens_map.json +31 -0
- ava/tokenizer.json +3 -0
- ava/tokenizer_config.json +144 -0
- ava/trainer_state.json +0 -0
- ava/training_args.bin +3 -0
- ava/vocab.json +0 -0
- koniq-10k/README.md +202 -0
- koniq-10k/adapter_config.json +26 -0
- koniq-10k/adapter_model.safetensors +3 -0
- koniq-10k/added_tokens.json +16 -0
- koniq-10k/chat_template.json +3 -0
- koniq-10k/merges.txt +0 -0
- koniq-10k/optimizer.pt +3 -0
- koniq-10k/preprocessor_config.json +29 -0
- koniq-10k/rng_state_0.pth +3 -0
- koniq-10k/rng_state_1.pth +3 -0
- koniq-10k/rng_state_2.pth +3 -0
- koniq-10k/rng_state_3.pth +3 -0
- koniq-10k/scheduler.pt +3 -0
- koniq-10k/special_tokens_map.json +31 -0
- koniq-10k/tokenizer.json +3 -0
- koniq-10k/tokenizer_config.json +144 -0
- koniq-10k/trainer_state.json +1881 -0
- koniq-10k/training_args.bin +3 -0
- koniq-10k/vocab.json +0 -0
- realqa/README.md +202 -0
- realqa/adapter_config.json +26 -0
- realqa/adapter_model.safetensors +3 -0
- realqa/added_tokens.json +16 -0
- realqa/chat_template.json +3 -0
- realqa/merges.txt +0 -0
- realqa/optimizer.pt +3 -0
- realqa/preprocessor_config.json +29 -0
- realqa/rng_state_0.pth +3 -0
- realqa/rng_state_1.pth +3 -0
- realqa/rng_state_2.pth +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ 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 |
+
ava/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
37 |
+
koniq-10k/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
38 |
+
realqa/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
ava/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: /mnt/xmap_nas_alg/limingxing.lmx/workspace/code/aesthetic/qwen2vl-train/hugging_face/qwen2vl7B/qwen2vl7B
|
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
|
ava/adapter_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/mnt/xmap_nas_alg/limingxing.lmx/workspace/code/aesthetic/qwen2vl-train/hugging_face/qwen2vl7B/qwen2vl7B",
|
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": 256,
|
14 |
+
"lora_dropout": 0.15,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 128,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": "^(?!.*patch_embed).*(?:qkv|gate_proj|up_proj|v_proj|k_proj|q_proj|fc1|down_proj|proj|o_proj|fc2).*",
|
23 |
+
"task_type": "CAUSAL_LM",
|
24 |
+
"use_dora": false,
|
25 |
+
"use_rslora": false
|
26 |
+
}
|
ava/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ceab2efdc3cb6a58768c789910d510a499292910f56e166a9344a7d3c8a6dff
|
3 |
+
size 1627477384
|
ava/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 |
+
}
|
ava/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 |
+
}
|
ava/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ava/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f41cee9eecb68adf8421ead5cb827f232b89faaa4f88a1832ff4013b1bbf1b47
|
3 |
+
size 3255328042
|
ava/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": 401408,
|
18 |
+
"merge_size": 2,
|
19 |
+
"min_pixels": 200704,
|
20 |
+
"patch_size": 14,
|
21 |
+
"processor_class": "Qwen2VLProcessor",
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"max_pixels": 401408,
|
26 |
+
"min_pixels": 200704
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
ava/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6089dff4c82260684137db5b98446b03292efe96d6b29b0e91b2eaafe6ca7c23
|
3 |
+
size 15024
|
ava/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f5b8dac4e7d72f6cc85b627efde3afb924cf2a6ff6ea09856166a8a8fff96ac
|
3 |
+
size 15024
|
ava/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c950d31ebb926258dc6c932fe103acd048288135e41f6720719793807274cd8
|
3 |
+
size 15024
|
ava/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4306c29184fa0a8c57a42e4d3043413b0c3e51373953134e9511fc9edf6e2045
|
3 |
+
size 15024
|
ava/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:778641c238bad0531c5584b34c17303830b8066c0d2f3a727cd33fc974a98009
|
3 |
+
size 1064
|
ava/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 |
+
}
|
ava/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
ava/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 |
+
}
|
ava/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ava/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b08bc00bcecb9b8edd42ed92e0a388f00a0b3bbf08d630c3c8941edc4796268
|
3 |
+
size 5560
|
ava/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
koniq-10k/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: /mnt/xmap_nas_alg/limingxing.lmx/workspace/code/aesthetic/qwen2vl-train/hugging_face/qwen2vl7B/qwen2vl7B
|
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
|
koniq-10k/adapter_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/mnt/xmap_nas_alg/limingxing.lmx/workspace/code/aesthetic/qwen2vl-train/hugging_face/qwen2vl7B/qwen2vl7B",
|
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": 256,
|
14 |
+
"lora_dropout": 0.15,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 128,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": "^(?!.*patch_embed).*(?:down_proj|k_proj|gate_proj|o_proj|up_proj|v_proj|q_proj|qkv|proj|fc2|fc1).*",
|
23 |
+
"task_type": "CAUSAL_LM",
|
24 |
+
"use_dora": false,
|
25 |
+
"use_rslora": false
|
26 |
+
}
|
koniq-10k/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95cd3e3073733feba1648c928abea91e7620a48e0309179d4680b5d8892e198c
|
3 |
+
size 1627477384
|
koniq-10k/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 |
+
}
|
koniq-10k/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 |
+
}
|
koniq-10k/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
koniq-10k/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18bc182799e2f1fb751c3af836e1f491982d4753be70d7f9b63cd8537ed95e92
|
3 |
+
size 3255328042
|
koniq-10k/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": 401408,
|
18 |
+
"merge_size": 2,
|
19 |
+
"min_pixels": 200704,
|
20 |
+
"patch_size": 14,
|
21 |
+
"processor_class": "Qwen2VLProcessor",
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"max_pixels": 401408,
|
26 |
+
"min_pixels": 200704
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
koniq-10k/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9cbad6c1623845cc96362f1caa384de0993067cbe5d71fbed4fa0329f58a6a4
|
3 |
+
size 15024
|
koniq-10k/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4568da68a7b536782d948a7def62dd8272ae821d0a5719558b4d4245e9231a54
|
3 |
+
size 15024
|
koniq-10k/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cc404cb9ed7778571a03000eed274faa584775c4cd2c0fddbe2b88c6e1e9efa
|
3 |
+
size 15024
|
koniq-10k/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e62c45e6f01bf48dd823e316f40ec0b4c70ee7838c88f8bbb489382527173ff2
|
3 |
+
size 15024
|
koniq-10k/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf4e163736bebf899eabd8aa99d24874188ad8772386b732c5d53d2dfa01c5bb
|
3 |
+
size 1064
|
koniq-10k/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 |
+
}
|
koniq-10k/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091aa7594dc2fcfbfa06b9e3c22a5f0562ac14f30375c13af7309407a0e67b8a
|
3 |
+
size 11420371
|
koniq-10k/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 |
+
}
|
koniq-10k/trainer_state.json
ADDED
@@ -0,0 +1,1881 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 7.981488477521722,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 2640,
|
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.03022289384208538,
|
13 |
+
"grad_norm": 2.8042919635772705,
|
14 |
+
"learning_rate": 3.7878787878787882e-06,
|
15 |
+
"loss": 2.0238,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.06044578768417076,
|
20 |
+
"grad_norm": 1.7337448596954346,
|
21 |
+
"learning_rate": 7.5757575757575764e-06,
|
22 |
+
"loss": 1.7313,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.09066868152625614,
|
27 |
+
"grad_norm": 1.5929458141326904,
|
28 |
+
"learning_rate": 1.1363636363636365e-05,
|
29 |
+
"loss": 1.2745,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.12089157536834153,
|
34 |
+
"grad_norm": 0.9085432887077332,
|
35 |
+
"learning_rate": 1.5151515151515153e-05,
|
36 |
+
"loss": 0.8377,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.1511144692104269,
|
41 |
+
"grad_norm": 1.534300684928894,
|
42 |
+
"learning_rate": 1.893939393939394e-05,
|
43 |
+
"loss": 0.6819,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.18133736305251227,
|
48 |
+
"grad_norm": 1.3361095190048218,
|
49 |
+
"learning_rate": 2.272727272727273e-05,
|
50 |
+
"loss": 0.6215,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.21156025689459765,
|
55 |
+
"grad_norm": 1.5394957065582275,
|
56 |
+
"learning_rate": 2.6515151515151516e-05,
|
57 |
+
"loss": 0.583,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.24178315073668305,
|
62 |
+
"grad_norm": 2.153825521469116,
|
63 |
+
"learning_rate": 3.0303030303030306e-05,
|
64 |
+
"loss": 0.5443,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.2720060445787684,
|
69 |
+
"grad_norm": 1.6891471147537231,
|
70 |
+
"learning_rate": 3.409090909090909e-05,
|
71 |
+
"loss": 0.5418,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.3022289384208538,
|
76 |
+
"grad_norm": 1.127630591392517,
|
77 |
+
"learning_rate": 3.787878787878788e-05,
|
78 |
+
"loss": 0.527,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.3324518322629392,
|
83 |
+
"grad_norm": 3.1586360931396484,
|
84 |
+
"learning_rate": 4.166666666666667e-05,
|
85 |
+
"loss": 0.5007,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.36267472610502455,
|
90 |
+
"grad_norm": 1.173498272895813,
|
91 |
+
"learning_rate": 4.545454545454546e-05,
|
92 |
+
"loss": 0.5222,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.3928976199471099,
|
97 |
+
"grad_norm": 1.0684623718261719,
|
98 |
+
"learning_rate": 4.9242424242424245e-05,
|
99 |
+
"loss": 0.4919,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.4231205137891953,
|
104 |
+
"grad_norm": 0.9527800679206848,
|
105 |
+
"learning_rate": 5.303030303030303e-05,
|
106 |
+
"loss": 0.4892,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.45334340763128067,
|
111 |
+
"grad_norm": 0.7964572906494141,
|
112 |
+
"learning_rate": 5.6818181818181825e-05,
|
113 |
+
"loss": 0.49,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.4835663014733661,
|
118 |
+
"grad_norm": 0.8295568823814392,
|
119 |
+
"learning_rate": 6.060606060606061e-05,
|
120 |
+
"loss": 0.4796,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.5137891953154514,
|
125 |
+
"grad_norm": 0.9569409489631653,
|
126 |
+
"learning_rate": 6.439393939393939e-05,
|
127 |
+
"loss": 0.4702,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.5440120891575368,
|
132 |
+
"grad_norm": 0.7955500483512878,
|
133 |
+
"learning_rate": 6.818181818181818e-05,
|
134 |
+
"loss": 0.4818,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.5742349829996222,
|
139 |
+
"grad_norm": 1.0039526224136353,
|
140 |
+
"learning_rate": 7.196969696969698e-05,
|
141 |
+
"loss": 0.471,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.6044578768417076,
|
146 |
+
"grad_norm": 1.1145097017288208,
|
147 |
+
"learning_rate": 7.575757575757576e-05,
|
148 |
+
"loss": 0.4874,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.634680770683793,
|
153 |
+
"grad_norm": 0.8231551647186279,
|
154 |
+
"learning_rate": 7.954545454545455e-05,
|
155 |
+
"loss": 0.4641,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.6649036645258783,
|
160 |
+
"grad_norm": 0.7706289887428284,
|
161 |
+
"learning_rate": 8.333333333333334e-05,
|
162 |
+
"loss": 0.4703,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.6951265583679638,
|
167 |
+
"grad_norm": 0.9305810332298279,
|
168 |
+
"learning_rate": 8.712121212121212e-05,
|
169 |
+
"loss": 0.4589,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.7253494522100491,
|
174 |
+
"grad_norm": 0.895759105682373,
|
175 |
+
"learning_rate": 9.090909090909092e-05,
|
176 |
+
"loss": 0.465,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.7555723460521345,
|
181 |
+
"grad_norm": 0.8712740540504456,
|
182 |
+
"learning_rate": 9.469696969696971e-05,
|
183 |
+
"loss": 0.4665,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.7857952398942198,
|
188 |
+
"grad_norm": 0.9580489993095398,
|
189 |
+
"learning_rate": 9.848484848484849e-05,
|
190 |
+
"loss": 0.4478,
|
191 |
+
"step": 260
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.8160181337363053,
|
195 |
+
"grad_norm": 1.2908588647842407,
|
196 |
+
"learning_rate": 9.999842657116665e-05,
|
197 |
+
"loss": 0.4545,
|
198 |
+
"step": 270
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.8462410275783906,
|
202 |
+
"grad_norm": 0.865259051322937,
|
203 |
+
"learning_rate": 9.99888115313551e-05,
|
204 |
+
"loss": 0.4572,
|
205 |
+
"step": 280
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.876463921420476,
|
209 |
+
"grad_norm": 0.9201974272727966,
|
210 |
+
"learning_rate": 9.997045725776174e-05,
|
211 |
+
"loss": 0.4283,
|
212 |
+
"step": 290
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.9066868152625613,
|
216 |
+
"grad_norm": 0.7685046792030334,
|
217 |
+
"learning_rate": 9.99433669591504e-05,
|
218 |
+
"loss": 0.4374,
|
219 |
+
"step": 300
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.9369097091046468,
|
223 |
+
"grad_norm": 3.0810554027557373,
|
224 |
+
"learning_rate": 9.99075453715499e-05,
|
225 |
+
"loss": 0.4333,
|
226 |
+
"step": 310
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.9671326029467322,
|
230 |
+
"grad_norm": 1.222629189491272,
|
231 |
+
"learning_rate": 9.986299875742613e-05,
|
232 |
+
"loss": 0.4485,
|
233 |
+
"step": 320
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.9973554967888175,
|
237 |
+
"grad_norm": 1.5258204936981201,
|
238 |
+
"learning_rate": 9.980973490458728e-05,
|
239 |
+
"loss": 0.4491,
|
240 |
+
"step": 330
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 1.027956176803929,
|
244 |
+
"grad_norm": 3.25398325920105,
|
245 |
+
"learning_rate": 9.97477631248223e-05,
|
246 |
+
"loss": 0.4296,
|
247 |
+
"step": 340
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 1.0581790706460144,
|
251 |
+
"grad_norm": 0.6229041814804077,
|
252 |
+
"learning_rate": 9.967709425227294e-05,
|
253 |
+
"loss": 0.4209,
|
254 |
+
"step": 350
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 1.0884019644880998,
|
258 |
+
"grad_norm": 0.7541171312332153,
|
259 |
+
"learning_rate": 9.959774064153977e-05,
|
260 |
+
"loss": 0.3989,
|
261 |
+
"step": 360
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 1.1186248583301852,
|
265 |
+
"grad_norm": 1.236759066581726,
|
266 |
+
"learning_rate": 9.950971616552222e-05,
|
267 |
+
"loss": 0.4226,
|
268 |
+
"step": 370
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 1.1488477521722704,
|
272 |
+
"grad_norm": 1.4303499460220337,
|
273 |
+
"learning_rate": 9.941303621299332e-05,
|
274 |
+
"loss": 0.3918,
|
275 |
+
"step": 380
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 1.1790706460143558,
|
279 |
+
"grad_norm": 1.2374080419540405,
|
280 |
+
"learning_rate": 9.930771768590933e-05,
|
281 |
+
"loss": 0.4012,
|
282 |
+
"step": 390
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 1.2092935398564413,
|
286 |
+
"grad_norm": 0.7818596959114075,
|
287 |
+
"learning_rate": 9.919377899645497e-05,
|
288 |
+
"loss": 0.4226,
|
289 |
+
"step": 400
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 1.2395164336985267,
|
293 |
+
"grad_norm": 0.8049737811088562,
|
294 |
+
"learning_rate": 9.907124006382438e-05,
|
295 |
+
"loss": 0.3948,
|
296 |
+
"step": 410
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 1.269739327540612,
|
300 |
+
"grad_norm": 2.329979181289673,
|
301 |
+
"learning_rate": 9.894012231073894e-05,
|
302 |
+
"loss": 0.4052,
|
303 |
+
"step": 420
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 1.2999622213826973,
|
307 |
+
"grad_norm": 0.8067731261253357,
|
308 |
+
"learning_rate": 9.880044865970192e-05,
|
309 |
+
"loss": 0.4049,
|
310 |
+
"step": 430
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 1.3301851152247828,
|
314 |
+
"grad_norm": 0.8137128949165344,
|
315 |
+
"learning_rate": 9.865224352899119e-05,
|
316 |
+
"loss": 0.4083,
|
317 |
+
"step": 440
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 1.3604080090668682,
|
321 |
+
"grad_norm": 1.8560458421707153,
|
322 |
+
"learning_rate": 9.849553282839025e-05,
|
323 |
+
"loss": 0.3963,
|
324 |
+
"step": 450
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 1.3906309029089536,
|
328 |
+
"grad_norm": 0.6536078453063965,
|
329 |
+
"learning_rate": 9.833034395465866e-05,
|
330 |
+
"loss": 0.3951,
|
331 |
+
"step": 460
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 1.4208537967510388,
|
335 |
+
"grad_norm": 0.57303386926651,
|
336 |
+
"learning_rate": 9.815670578674232e-05,
|
337 |
+
"loss": 0.3823,
|
338 |
+
"step": 470
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 1.4510766905931243,
|
342 |
+
"grad_norm": 0.713214635848999,
|
343 |
+
"learning_rate": 9.797464868072488e-05,
|
344 |
+
"loss": 0.4022,
|
345 |
+
"step": 480
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.4812995844352097,
|
349 |
+
"grad_norm": 0.6472973227500916,
|
350 |
+
"learning_rate": 9.778420446452063e-05,
|
351 |
+
"loss": 0.4026,
|
352 |
+
"step": 490
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 1.511522478277295,
|
356 |
+
"grad_norm": 0.7143449783325195,
|
357 |
+
"learning_rate": 9.75854064323104e-05,
|
358 |
+
"loss": 0.4079,
|
359 |
+
"step": 500
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 1.5417453721193803,
|
363 |
+
"grad_norm": 0.5345566272735596,
|
364 |
+
"learning_rate": 9.737828933872075e-05,
|
365 |
+
"loss": 0.3996,
|
366 |
+
"step": 510
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 1.5719682659614658,
|
370 |
+
"grad_norm": 1.006264090538025,
|
371 |
+
"learning_rate": 9.716288939274819e-05,
|
372 |
+
"loss": 0.4077,
|
373 |
+
"step": 520
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 1.6021911598035512,
|
377 |
+
"grad_norm": 0.7178054451942444,
|
378 |
+
"learning_rate": 9.693924425142886e-05,
|
379 |
+
"loss": 0.4167,
|
380 |
+
"step": 530
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 1.6324140536456366,
|
384 |
+
"grad_norm": 0.8414012789726257,
|
385 |
+
"learning_rate": 9.670739301325534e-05,
|
386 |
+
"loss": 0.4104,
|
387 |
+
"step": 540
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.662636947487722,
|
391 |
+
"grad_norm": 0.6398180723190308,
|
392 |
+
"learning_rate": 9.646737621134112e-05,
|
393 |
+
"loss": 0.3756,
|
394 |
+
"step": 550
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 1.6928598413298075,
|
398 |
+
"grad_norm": 0.7549942135810852,
|
399 |
+
"learning_rate": 9.62192358063346e-05,
|
400 |
+
"loss": 0.3879,
|
401 |
+
"step": 560
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 1.7230827351718927,
|
405 |
+
"grad_norm": 0.6766812205314636,
|
406 |
+
"learning_rate": 9.596301517908328e-05,
|
407 |
+
"loss": 0.3841,
|
408 |
+
"step": 570
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 1.7533056290139781,
|
412 |
+
"grad_norm": 0.8327857255935669,
|
413 |
+
"learning_rate": 9.56987591230498e-05,
|
414 |
+
"loss": 0.3958,
|
415 |
+
"step": 580
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 1.7835285228560633,
|
419 |
+
"grad_norm": 0.6985905766487122,
|
420 |
+
"learning_rate": 9.542651383648091e-05,
|
421 |
+
"loss": 0.4113,
|
422 |
+
"step": 590
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 1.8137514166981488,
|
426 |
+
"grad_norm": 0.6444863677024841,
|
427 |
+
"learning_rate": 9.514632691433107e-05,
|
428 |
+
"loss": 0.392,
|
429 |
+
"step": 600
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.8439743105402342,
|
433 |
+
"grad_norm": 0.8134333491325378,
|
434 |
+
"learning_rate": 9.48582473399415e-05,
|
435 |
+
"loss": 0.3996,
|
436 |
+
"step": 610
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 1.8741972043823196,
|
440 |
+
"grad_norm": 0.6443466544151306,
|
441 |
+
"learning_rate": 9.456232547647694e-05,
|
442 |
+
"loss": 0.3596,
|
443 |
+
"step": 620
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 1.904420098224405,
|
447 |
+
"grad_norm": 0.7170634269714355,
|
448 |
+
"learning_rate": 9.425861305812082e-05,
|
449 |
+
"loss": 0.3732,
|
450 |
+
"step": 630
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 1.9346429920664905,
|
454 |
+
"grad_norm": 1.3517498970031738,
|
455 |
+
"learning_rate": 9.394716318103098e-05,
|
456 |
+
"loss": 0.3791,
|
457 |
+
"step": 640
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 1.9648658859085757,
|
461 |
+
"grad_norm": 2.1151044368743896,
|
462 |
+
"learning_rate": 9.362803029405712e-05,
|
463 |
+
"loss": 0.3634,
|
464 |
+
"step": 650
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 1.9950887797506611,
|
468 |
+
"grad_norm": 0.6365861296653748,
|
469 |
+
"learning_rate": 9.330127018922194e-05,
|
470 |
+
"loss": 0.393,
|
471 |
+
"step": 660
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 2.0256894597657724,
|
475 |
+
"grad_norm": 1.6099416017532349,
|
476 |
+
"learning_rate": 9.296693999196728e-05,
|
477 |
+
"loss": 0.3329,
|
478 |
+
"step": 670
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 2.055912353607858,
|
482 |
+
"grad_norm": 1.0266637802124023,
|
483 |
+
"learning_rate": 9.262509815116732e-05,
|
484 |
+
"loss": 0.3534,
|
485 |
+
"step": 680
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 2.0861352474499433,
|
489 |
+
"grad_norm": 0.803153395652771,
|
490 |
+
"learning_rate": 9.227580442891022e-05,
|
491 |
+
"loss": 0.3328,
|
492 |
+
"step": 690
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 2.1163581412920287,
|
496 |
+
"grad_norm": 0.6713061928749084,
|
497 |
+
"learning_rate": 9.191911989005037e-05,
|
498 |
+
"loss": 0.3524,
|
499 |
+
"step": 700
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 2.146581035134114,
|
503 |
+
"grad_norm": 0.5472012162208557,
|
504 |
+
"learning_rate": 9.155510689153282e-05,
|
505 |
+
"loss": 0.3368,
|
506 |
+
"step": 710
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 2.1768039289761996,
|
510 |
+
"grad_norm": 1.0651007890701294,
|
511 |
+
"learning_rate": 9.118382907149165e-05,
|
512 |
+
"loss": 0.2971,
|
513 |
+
"step": 720
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 2.207026822818285,
|
517 |
+
"grad_norm": 0.7630440592765808,
|
518 |
+
"learning_rate": 9.080535133812469e-05,
|
519 |
+
"loss": 0.3375,
|
520 |
+
"step": 730
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 2.2372497166603704,
|
524 |
+
"grad_norm": 0.6513319611549377,
|
525 |
+
"learning_rate": 9.041973985834595e-05,
|
526 |
+
"loss": 0.3234,
|
527 |
+
"step": 740
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 2.2674726105024554,
|
531 |
+
"grad_norm": 0.5795676112174988,
|
532 |
+
"learning_rate": 9.002706204621803e-05,
|
533 |
+
"loss": 0.3288,
|
534 |
+
"step": 750
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 2.297695504344541,
|
538 |
+
"grad_norm": 0.6500043272972107,
|
539 |
+
"learning_rate": 8.962738655116658e-05,
|
540 |
+
"loss": 0.3356,
|
541 |
+
"step": 760
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 2.3279183981866263,
|
545 |
+
"grad_norm": 0.665492594242096,
|
546 |
+
"learning_rate": 8.922078324597879e-05,
|
547 |
+
"loss": 0.3359,
|
548 |
+
"step": 770
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 2.3581412920287117,
|
552 |
+
"grad_norm": 0.7372997403144836,
|
553 |
+
"learning_rate": 8.880732321458784e-05,
|
554 |
+
"loss": 0.3347,
|
555 |
+
"step": 780
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 2.388364185870797,
|
559 |
+
"grad_norm": 0.617290735244751,
|
560 |
+
"learning_rate": 8.838707873964587e-05,
|
561 |
+
"loss": 0.3365,
|
562 |
+
"step": 790
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 2.4185870797128826,
|
566 |
+
"grad_norm": 0.7033390402793884,
|
567 |
+
"learning_rate": 8.796012328988716e-05,
|
568 |
+
"loss": 0.3386,
|
569 |
+
"step": 800
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 2.448809973554968,
|
573 |
+
"grad_norm": 1.019696831703186,
|
574 |
+
"learning_rate": 8.752653150728411e-05,
|
575 |
+
"loss": 0.3244,
|
576 |
+
"step": 810
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 2.4790328673970534,
|
580 |
+
"grad_norm": 0.8520340323448181,
|
581 |
+
"learning_rate": 8.708637919399798e-05,
|
582 |
+
"loss": 0.3387,
|
583 |
+
"step": 820
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 2.509255761239139,
|
587 |
+
"grad_norm": 1.2463282346725464,
|
588 |
+
"learning_rate": 8.663974329912696e-05,
|
589 |
+
"loss": 0.3334,
|
590 |
+
"step": 830
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 2.539478655081224,
|
594 |
+
"grad_norm": 0.6218689680099487,
|
595 |
+
"learning_rate": 8.618670190525352e-05,
|
596 |
+
"loss": 0.3412,
|
597 |
+
"step": 840
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 2.5697015489233093,
|
601 |
+
"grad_norm": 0.635360836982727,
|
602 |
+
"learning_rate": 8.572733421479382e-05,
|
603 |
+
"loss": 0.3292,
|
604 |
+
"step": 850
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 2.5999244427653947,
|
608 |
+
"grad_norm": 0.5387209057807922,
|
609 |
+
"learning_rate": 8.526172053615121e-05,
|
610 |
+
"loss": 0.3359,
|
611 |
+
"step": 860
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 2.63014733660748,
|
615 |
+
"grad_norm": 0.5592532157897949,
|
616 |
+
"learning_rate": 8.478994226967638e-05,
|
617 |
+
"loss": 0.3466,
|
618 |
+
"step": 870
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 2.6603702304495656,
|
622 |
+
"grad_norm": 0.7285254597663879,
|
623 |
+
"learning_rate": 8.43120818934367e-05,
|
624 |
+
"loss": 0.3345,
|
625 |
+
"step": 880
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 2.690593124291651,
|
629 |
+
"grad_norm": 0.6214547753334045,
|
630 |
+
"learning_rate": 8.382822294879698e-05,
|
631 |
+
"loss": 0.3464,
|
632 |
+
"step": 890
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 2.7208160181337364,
|
636 |
+
"grad_norm": 0.4706718325614929,
|
637 |
+
"learning_rate": 8.333845002581458e-05,
|
638 |
+
"loss": 0.3267,
|
639 |
+
"step": 900
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 2.751038911975822,
|
643 |
+
"grad_norm": 1.0929789543151855,
|
644 |
+
"learning_rate": 8.284284874845104e-05,
|
645 |
+
"loss": 0.3327,
|
646 |
+
"step": 910
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 2.7812618058179073,
|
650 |
+
"grad_norm": 0.6653083562850952,
|
651 |
+
"learning_rate": 8.234150575960288e-05,
|
652 |
+
"loss": 0.3146,
|
653 |
+
"step": 920
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 2.8114846996599923,
|
657 |
+
"grad_norm": 0.4961538314819336,
|
658 |
+
"learning_rate": 8.183450870595441e-05,
|
659 |
+
"loss": 0.3382,
|
660 |
+
"step": 930
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 2.8417075935020777,
|
664 |
+
"grad_norm": 1.2516436576843262,
|
665 |
+
"learning_rate": 8.132194622265507e-05,
|
666 |
+
"loss": 0.3293,
|
667 |
+
"step": 940
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 2.871930487344163,
|
671 |
+
"grad_norm": 1.3802598714828491,
|
672 |
+
"learning_rate": 8.080390791782375e-05,
|
673 |
+
"loss": 0.3344,
|
674 |
+
"step": 950
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 2.9021533811862485,
|
678 |
+
"grad_norm": 0.619377851486206,
|
679 |
+
"learning_rate": 8.028048435688333e-05,
|
680 |
+
"loss": 0.3396,
|
681 |
+
"step": 960
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 2.932376275028334,
|
685 |
+
"grad_norm": 0.5353909134864807,
|
686 |
+
"learning_rate": 7.975176704672758e-05,
|
687 |
+
"loss": 0.3375,
|
688 |
+
"step": 970
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 2.9625991688704194,
|
692 |
+
"grad_norm": 0.6385555267333984,
|
693 |
+
"learning_rate": 7.921784841972355e-05,
|
694 |
+
"loss": 0.3308,
|
695 |
+
"step": 980
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 2.992822062712505,
|
699 |
+
"grad_norm": 1.1463056802749634,
|
700 |
+
"learning_rate": 7.86788218175523e-05,
|
701 |
+
"loss": 0.3283,
|
702 |
+
"step": 990
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 3.0234227427276164,
|
706 |
+
"grad_norm": 0.7241145968437195,
|
707 |
+
"learning_rate": 7.813478147489052e-05,
|
708 |
+
"loss": 0.2587,
|
709 |
+
"step": 1000
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 3.0536456365697013,
|
713 |
+
"grad_norm": 0.8696322441101074,
|
714 |
+
"learning_rate": 7.758582250293596e-05,
|
715 |
+
"loss": 0.2624,
|
716 |
+
"step": 1010
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 3.0838685304117868,
|
720 |
+
"grad_norm": 0.7954265475273132,
|
721 |
+
"learning_rate": 7.703204087277988e-05,
|
722 |
+
"loss": 0.2414,
|
723 |
+
"step": 1020
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 3.114091424253872,
|
727 |
+
"grad_norm": 0.611754298210144,
|
728 |
+
"learning_rate": 7.647353339862895e-05,
|
729 |
+
"loss": 0.2506,
|
730 |
+
"step": 1030
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 3.1443143180959576,
|
734 |
+
"grad_norm": 0.7143287658691406,
|
735 |
+
"learning_rate": 7.591039772087977e-05,
|
736 |
+
"loss": 0.2516,
|
737 |
+
"step": 1040
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 3.174537211938043,
|
741 |
+
"grad_norm": 0.597282350063324,
|
742 |
+
"learning_rate": 7.534273228904915e-05,
|
743 |
+
"loss": 0.2628,
|
744 |
+
"step": 1050
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 3.2047601057801285,
|
748 |
+
"grad_norm": 0.7054301500320435,
|
749 |
+
"learning_rate": 7.477063634456263e-05,
|
750 |
+
"loss": 0.2611,
|
751 |
+
"step": 1060
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 3.234982999622214,
|
755 |
+
"grad_norm": 0.5925849080085754,
|
756 |
+
"learning_rate": 7.41942099034048e-05,
|
757 |
+
"loss": 0.2782,
|
758 |
+
"step": 1070
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 3.2652058934642993,
|
762 |
+
"grad_norm": 0.6402950286865234,
|
763 |
+
"learning_rate": 7.361355373863414e-05,
|
764 |
+
"loss": 0.2506,
|
765 |
+
"step": 1080
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 3.2954287873063848,
|
769 |
+
"grad_norm": 0.6893470287322998,
|
770 |
+
"learning_rate": 7.302876936276546e-05,
|
771 |
+
"loss": 0.2593,
|
772 |
+
"step": 1090
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 3.3256516811484698,
|
776 |
+
"grad_norm": 0.7923823595046997,
|
777 |
+
"learning_rate": 7.243995901002312e-05,
|
778 |
+
"loss": 0.2677,
|
779 |
+
"step": 1100
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 3.355874574990555,
|
783 |
+
"grad_norm": 0.6485563516616821,
|
784 |
+
"learning_rate": 7.184722561846798e-05,
|
785 |
+
"loss": 0.2596,
|
786 |
+
"step": 1110
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 3.3860974688326406,
|
790 |
+
"grad_norm": 1.6831997632980347,
|
791 |
+
"learning_rate": 7.12506728120015e-05,
|
792 |
+
"loss": 0.2507,
|
793 |
+
"step": 1120
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 3.416320362674726,
|
797 |
+
"grad_norm": 0.6467958092689514,
|
798 |
+
"learning_rate": 7.065040488224974e-05,
|
799 |
+
"loss": 0.2626,
|
800 |
+
"step": 1130
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 3.4465432565168115,
|
804 |
+
"grad_norm": 0.7198959589004517,
|
805 |
+
"learning_rate": 7.004652677033068e-05,
|
806 |
+
"loss": 0.2601,
|
807 |
+
"step": 1140
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 3.476766150358897,
|
811 |
+
"grad_norm": 0.6917047500610352,
|
812 |
+
"learning_rate": 6.94391440485081e-05,
|
813 |
+
"loss": 0.2692,
|
814 |
+
"step": 1150
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 3.5069890442009823,
|
818 |
+
"grad_norm": 0.9341140985488892,
|
819 |
+
"learning_rate": 6.882836290173493e-05,
|
820 |
+
"loss": 0.2609,
|
821 |
+
"step": 1160
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 3.5372119380430678,
|
825 |
+
"grad_norm": 0.7227875590324402,
|
826 |
+
"learning_rate": 6.821429010908971e-05,
|
827 |
+
"loss": 0.2561,
|
828 |
+
"step": 1170
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 3.567434831885153,
|
832 |
+
"grad_norm": 0.7613323926925659,
|
833 |
+
"learning_rate": 6.759703302510898e-05,
|
834 |
+
"loss": 0.2461,
|
835 |
+
"step": 1180
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 3.597657725727238,
|
839 |
+
"grad_norm": 0.5406620502471924,
|
840 |
+
"learning_rate": 6.697669956101914e-05,
|
841 |
+
"loss": 0.2669,
|
842 |
+
"step": 1190
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 3.6278806195693236,
|
846 |
+
"grad_norm": 0.6179462671279907,
|
847 |
+
"learning_rate": 6.635339816587109e-05,
|
848 |
+
"loss": 0.2655,
|
849 |
+
"step": 1200
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 3.658103513411409,
|
853 |
+
"grad_norm": 0.7479238510131836,
|
854 |
+
"learning_rate": 6.572723780758069e-05,
|
855 |
+
"loss": 0.2567,
|
856 |
+
"step": 1210
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 3.6883264072534945,
|
860 |
+
"grad_norm": 0.6450394988059998,
|
861 |
+
"learning_rate": 6.509832795387858e-05,
|
862 |
+
"loss": 0.2721,
|
863 |
+
"step": 1220
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 3.71854930109558,
|
867 |
+
"grad_norm": 0.7902218103408813,
|
868 |
+
"learning_rate": 6.446677855317264e-05,
|
869 |
+
"loss": 0.2745,
|
870 |
+
"step": 1230
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 3.7487721949376653,
|
874 |
+
"grad_norm": 0.5468536019325256,
|
875 |
+
"learning_rate": 6.383270001532635e-05,
|
876 |
+
"loss": 0.2662,
|
877 |
+
"step": 1240
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 3.7789950887797508,
|
881 |
+
"grad_norm": 0.5629965662956238,
|
882 |
+
"learning_rate": 6.319620319235659e-05,
|
883 |
+
"loss": 0.2583,
|
884 |
+
"step": 1250
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 3.809217982621836,
|
888 |
+
"grad_norm": 0.601555585861206,
|
889 |
+
"learning_rate": 6.255739935905396e-05,
|
890 |
+
"loss": 0.2681,
|
891 |
+
"step": 1260
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 3.8394408764639216,
|
895 |
+
"grad_norm": 0.7035398483276367,
|
896 |
+
"learning_rate": 6.191640019352942e-05,
|
897 |
+
"loss": 0.2723,
|
898 |
+
"step": 1270
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 3.8696637703060066,
|
902 |
+
"grad_norm": 0.6691277623176575,
|
903 |
+
"learning_rate": 6.127331775769023e-05,
|
904 |
+
"loss": 0.2582,
|
905 |
+
"step": 1280
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 3.899886664148092,
|
909 |
+
"grad_norm": 0.5650741457939148,
|
910 |
+
"learning_rate": 6.062826447764883e-05,
|
911 |
+
"loss": 0.2667,
|
912 |
+
"step": 1290
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 3.9301095579901775,
|
916 |
+
"grad_norm": 0.8159789443016052,
|
917 |
+
"learning_rate": 5.998135312406821e-05,
|
918 |
+
"loss": 0.2657,
|
919 |
+
"step": 1300
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 3.960332451832263,
|
923 |
+
"grad_norm": 0.6696954965591431,
|
924 |
+
"learning_rate": 5.9332696792446727e-05,
|
925 |
+
"loss": 0.2697,
|
926 |
+
"step": 1310
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 3.9905553456743483,
|
930 |
+
"grad_norm": 0.584435760974884,
|
931 |
+
"learning_rate": 5.868240888334653e-05,
|
932 |
+
"loss": 0.246,
|
933 |
+
"step": 1320
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 4.02115602568946,
|
937 |
+
"grad_norm": 0.5735254883766174,
|
938 |
+
"learning_rate": 5.803060308256824e-05,
|
939 |
+
"loss": 0.1935,
|
940 |
+
"step": 1330
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 4.051378919531545,
|
944 |
+
"grad_norm": 0.6788007616996765,
|
945 |
+
"learning_rate": 5.737739334127611e-05,
|
946 |
+
"loss": 0.1943,
|
947 |
+
"step": 1340
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 4.081601813373631,
|
951 |
+
"grad_norm": 0.6538478136062622,
|
952 |
+
"learning_rate": 5.6722893856076596e-05,
|
953 |
+
"loss": 0.1877,
|
954 |
+
"step": 1350
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 4.111824707215716,
|
958 |
+
"grad_norm": 0.6879804134368896,
|
959 |
+
"learning_rate": 5.60672190490541e-05,
|
960 |
+
"loss": 0.189,
|
961 |
+
"step": 1360
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 4.142047601057802,
|
965 |
+
"grad_norm": 0.642549991607666,
|
966 |
+
"learning_rate": 5.541048354776721e-05,
|
967 |
+
"loss": 0.1848,
|
968 |
+
"step": 1370
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 4.1722704948998866,
|
972 |
+
"grad_norm": 0.6130525469779968,
|
973 |
+
"learning_rate": 5.475280216520913e-05,
|
974 |
+
"loss": 0.1901,
|
975 |
+
"step": 1380
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 4.202493388741972,
|
979 |
+
"grad_norm": 0.880362331867218,
|
980 |
+
"learning_rate": 5.409428987973564e-05,
|
981 |
+
"loss": 0.1804,
|
982 |
+
"step": 1390
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 4.232716282584057,
|
986 |
+
"grad_norm": 0.6228994727134705,
|
987 |
+
"learning_rate": 5.343506181496405e-05,
|
988 |
+
"loss": 0.1915,
|
989 |
+
"step": 1400
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 4.262939176426142,
|
993 |
+
"grad_norm": 0.6418446898460388,
|
994 |
+
"learning_rate": 5.277523321964701e-05,
|
995 |
+
"loss": 0.1877,
|
996 |
+
"step": 1410
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 4.293162070268228,
|
1000 |
+
"grad_norm": 0.7304417490959167,
|
1001 |
+
"learning_rate": 5.2114919447524155e-05,
|
1002 |
+
"loss": 0.1905,
|
1003 |
+
"step": 1420
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 4.323384964110313,
|
1007 |
+
"grad_norm": 1.017180323600769,
|
1008 |
+
"learning_rate": 5.145423593715557e-05,
|
1009 |
+
"loss": 0.1736,
|
1010 |
+
"step": 1430
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 4.353607857952399,
|
1014 |
+
"grad_norm": 0.7358663082122803,
|
1015 |
+
"learning_rate": 5.0793298191740404e-05,
|
1016 |
+
"loss": 0.19,
|
1017 |
+
"step": 1440
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 4.383830751794484,
|
1021 |
+
"grad_norm": 0.674080491065979,
|
1022 |
+
"learning_rate": 5.013222175892411e-05,
|
1023 |
+
"loss": 0.1907,
|
1024 |
+
"step": 1450
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 4.41405364563657,
|
1028 |
+
"grad_norm": 0.645470142364502,
|
1029 |
+
"learning_rate": 4.9471122210598034e-05,
|
1030 |
+
"loss": 0.196,
|
1031 |
+
"step": 1460
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 4.444276539478655,
|
1035 |
+
"grad_norm": 0.5910624861717224,
|
1036 |
+
"learning_rate": 4.881011512269463e-05,
|
1037 |
+
"loss": 0.187,
|
1038 |
+
"step": 1470
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 4.474499433320741,
|
1042 |
+
"grad_norm": 0.7850512862205505,
|
1043 |
+
"learning_rate": 4.8149316054982095e-05,
|
1044 |
+
"loss": 0.186,
|
1045 |
+
"step": 1480
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 4.504722327162826,
|
1049 |
+
"grad_norm": 1.1707135438919067,
|
1050 |
+
"learning_rate": 4.748884053086175e-05,
|
1051 |
+
"loss": 0.1843,
|
1052 |
+
"step": 1490
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 4.534945221004911,
|
1056 |
+
"grad_norm": 0.7980189323425293,
|
1057 |
+
"learning_rate": 4.6828804017171776e-05,
|
1058 |
+
"loss": 0.1985,
|
1059 |
+
"step": 1500
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 4.565168114846997,
|
1063 |
+
"grad_norm": 0.5942202806472778,
|
1064 |
+
"learning_rate": 4.616932190400089e-05,
|
1065 |
+
"loss": 0.1949,
|
1066 |
+
"step": 1510
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 4.595391008689082,
|
1070 |
+
"grad_norm": 0.6443480253219604,
|
1071 |
+
"learning_rate": 4.551050948451542e-05,
|
1072 |
+
"loss": 0.1847,
|
1073 |
+
"step": 1520
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 4.6256139025311676,
|
1077 |
+
"grad_norm": 0.6935557126998901,
|
1078 |
+
"learning_rate": 4.485248193480328e-05,
|
1079 |
+
"loss": 0.1819,
|
1080 |
+
"step": 1530
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 4.6558367963732525,
|
1084 |
+
"grad_norm": 0.8106910586357117,
|
1085 |
+
"learning_rate": 4.4195354293738484e-05,
|
1086 |
+
"loss": 0.1839,
|
1087 |
+
"step": 1540
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 4.686059690215338,
|
1091 |
+
"grad_norm": 0.8624558448791504,
|
1092 |
+
"learning_rate": 4.353924144286963e-05,
|
1093 |
+
"loss": 0.1848,
|
1094 |
+
"step": 1550
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 4.716282584057423,
|
1098 |
+
"grad_norm": 0.7457184791564941,
|
1099 |
+
"learning_rate": 4.288425808633575e-05,
|
1100 |
+
"loss": 0.1843,
|
1101 |
+
"step": 1560
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 4.746505477899509,
|
1105 |
+
"grad_norm": 0.7222162485122681,
|
1106 |
+
"learning_rate": 4.223051873081349e-05,
|
1107 |
+
"loss": 0.1962,
|
1108 |
+
"step": 1570
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 4.776728371741594,
|
1112 |
+
"grad_norm": 0.6403977274894714,
|
1113 |
+
"learning_rate": 4.157813766549848e-05,
|
1114 |
+
"loss": 0.1872,
|
1115 |
+
"step": 1580
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 4.806951265583679,
|
1119 |
+
"grad_norm": 1.0512725114822388,
|
1120 |
+
"learning_rate": 4.092722894212487e-05,
|
1121 |
+
"loss": 0.186,
|
1122 |
+
"step": 1590
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 4.837174159425765,
|
1126 |
+
"grad_norm": 0.7039276361465454,
|
1127 |
+
"learning_rate": 4.027790635502646e-05,
|
1128 |
+
"loss": 0.1854,
|
1129 |
+
"step": 1600
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 4.86739705326785,
|
1133 |
+
"grad_norm": 1.100012183189392,
|
1134 |
+
"learning_rate": 3.963028342124265e-05,
|
1135 |
+
"loss": 0.1904,
|
1136 |
+
"step": 1610
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 4.897619947109936,
|
1140 |
+
"grad_norm": 0.9361763000488281,
|
1141 |
+
"learning_rate": 3.898447336067297e-05,
|
1142 |
+
"loss": 0.1905,
|
1143 |
+
"step": 1620
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 4.927842840952021,
|
1147 |
+
"grad_norm": 0.7108214497566223,
|
1148 |
+
"learning_rate": 3.8340589076283645e-05,
|
1149 |
+
"loss": 0.1807,
|
1150 |
+
"step": 1630
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 4.958065734794107,
|
1154 |
+
"grad_norm": 0.5470288991928101,
|
1155 |
+
"learning_rate": 3.769874313436933e-05,
|
1156 |
+
"loss": 0.1765,
|
1157 |
+
"step": 1640
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 4.988288628636192,
|
1161 |
+
"grad_norm": 1.0886564254760742,
|
1162 |
+
"learning_rate": 3.705904774487396e-05,
|
1163 |
+
"loss": 0.178,
|
1164 |
+
"step": 1650
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 5.018889308651303,
|
1168 |
+
"grad_norm": 1.7127904891967773,
|
1169 |
+
"learning_rate": 3.64216147417737e-05,
|
1170 |
+
"loss": 0.1444,
|
1171 |
+
"step": 1660
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 5.049112202493388,
|
1175 |
+
"grad_norm": 0.5874884128570557,
|
1176 |
+
"learning_rate": 3.5786555563525745e-05,
|
1177 |
+
"loss": 0.1326,
|
1178 |
+
"step": 1670
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 5.079335096335474,
|
1182 |
+
"grad_norm": 0.6397553086280823,
|
1183 |
+
"learning_rate": 3.515398123358627e-05,
|
1184 |
+
"loss": 0.1269,
|
1185 |
+
"step": 1680
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 5.109557990177559,
|
1189 |
+
"grad_norm": 0.8377091288566589,
|
1190 |
+
"learning_rate": 3.4524002341000715e-05,
|
1191 |
+
"loss": 0.1311,
|
1192 |
+
"step": 1690
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 5.139780884019645,
|
1196 |
+
"grad_norm": 0.6393041014671326,
|
1197 |
+
"learning_rate": 3.389672902107044e-05,
|
1198 |
+
"loss": 0.132,
|
1199 |
+
"step": 1700
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 5.17000377786173,
|
1203 |
+
"grad_norm": 0.8685671091079712,
|
1204 |
+
"learning_rate": 3.3272270936098246e-05,
|
1205 |
+
"loss": 0.1195,
|
1206 |
+
"step": 1710
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 5.200226671703816,
|
1210 |
+
"grad_norm": 1.0302200317382812,
|
1211 |
+
"learning_rate": 3.2650737256216886e-05,
|
1212 |
+
"loss": 0.1309,
|
1213 |
+
"step": 1720
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 5.230449565545901,
|
1217 |
+
"grad_norm": 0.6609297394752502,
|
1218 |
+
"learning_rate": 3.2032236640303545e-05,
|
1219 |
+
"loss": 0.127,
|
1220 |
+
"step": 1730
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 5.260672459387987,
|
1224 |
+
"grad_norm": 0.717876136302948,
|
1225 |
+
"learning_rate": 3.141687721698363e-05,
|
1226 |
+
"loss": 0.1288,
|
1227 |
+
"step": 1740
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 5.290895353230072,
|
1231 |
+
"grad_norm": 0.7257722616195679,
|
1232 |
+
"learning_rate": 3.0804766565727316e-05,
|
1233 |
+
"loss": 0.1289,
|
1234 |
+
"step": 1750
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 5.321118247072157,
|
1238 |
+
"grad_norm": 0.5968477129936218,
|
1239 |
+
"learning_rate": 3.019601169804216e-05,
|
1240 |
+
"loss": 0.1246,
|
1241 |
+
"step": 1760
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 5.351341140914243,
|
1245 |
+
"grad_norm": 0.5718531012535095,
|
1246 |
+
"learning_rate": 2.959071903876486e-05,
|
1247 |
+
"loss": 0.1221,
|
1248 |
+
"step": 1770
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 5.381564034756328,
|
1252 |
+
"grad_norm": 0.7471643090248108,
|
1253 |
+
"learning_rate": 2.898899440745569e-05,
|
1254 |
+
"loss": 0.1247,
|
1255 |
+
"step": 1780
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 5.4117869285984135,
|
1259 |
+
"grad_norm": 0.8166024684906006,
|
1260 |
+
"learning_rate": 2.8390942999898766e-05,
|
1261 |
+
"loss": 0.125,
|
1262 |
+
"step": 1790
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 5.4420098224404985,
|
1266 |
+
"grad_norm": 0.6300913691520691,
|
1267 |
+
"learning_rate": 2.7796669369711294e-05,
|
1268 |
+
"loss": 0.1252,
|
1269 |
+
"step": 1800
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 5.472232716282584,
|
1273 |
+
"grad_norm": 0.6817363500595093,
|
1274 |
+
"learning_rate": 2.720627741006505e-05,
|
1275 |
+
"loss": 0.1272,
|
1276 |
+
"step": 1810
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 5.502455610124669,
|
1280 |
+
"grad_norm": 0.6244085431098938,
|
1281 |
+
"learning_rate": 2.6619870335523432e-05,
|
1282 |
+
"loss": 0.1218,
|
1283 |
+
"step": 1820
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 5.532678503966755,
|
1287 |
+
"grad_norm": 0.7697808742523193,
|
1288 |
+
"learning_rate": 2.603755066399718e-05,
|
1289 |
+
"loss": 0.1221,
|
1290 |
+
"step": 1830
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 5.56290139780884,
|
1294 |
+
"grad_norm": 0.728665292263031,
|
1295 |
+
"learning_rate": 2.5459420198821605e-05,
|
1296 |
+
"loss": 0.1267,
|
1297 |
+
"step": 1840
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 5.593124291650925,
|
1301 |
+
"grad_norm": 0.8812174797058105,
|
1302 |
+
"learning_rate": 2.4885580010959153e-05,
|
1303 |
+
"loss": 0.1271,
|
1304 |
+
"step": 1850
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 5.623347185493011,
|
1308 |
+
"grad_norm": 0.6068354845046997,
|
1309 |
+
"learning_rate": 2.4316130421329697e-05,
|
1310 |
+
"loss": 0.1257,
|
1311 |
+
"step": 1860
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 5.653570079335096,
|
1315 |
+
"grad_norm": 0.6595832109451294,
|
1316 |
+
"learning_rate": 2.3751170983272e-05,
|
1317 |
+
"loss": 0.1233,
|
1318 |
+
"step": 1870
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 5.683792973177182,
|
1322 |
+
"grad_norm": 0.5363273024559021,
|
1323 |
+
"learning_rate": 2.319080046513954e-05,
|
1324 |
+
"loss": 0.1256,
|
1325 |
+
"step": 1880
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 5.714015867019267,
|
1329 |
+
"grad_norm": 0.5247385501861572,
|
1330 |
+
"learning_rate": 2.2635116833033393e-05,
|
1331 |
+
"loss": 0.1221,
|
1332 |
+
"step": 1890
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 5.744238760861353,
|
1336 |
+
"grad_norm": 0.7972837686538696,
|
1337 |
+
"learning_rate": 2.2084217233675385e-05,
|
1338 |
+
"loss": 0.1191,
|
1339 |
+
"step": 1900
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 5.774461654703438,
|
1343 |
+
"grad_norm": 0.766128659248352,
|
1344 |
+
"learning_rate": 2.1538197977424618e-05,
|
1345 |
+
"loss": 0.1207,
|
1346 |
+
"step": 1910
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 5.804684548545524,
|
1350 |
+
"grad_norm": 0.6039882302284241,
|
1351 |
+
"learning_rate": 2.09971545214401e-05,
|
1352 |
+
"loss": 0.1187,
|
1353 |
+
"step": 1920
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 5.834907442387609,
|
1357 |
+
"grad_norm": 0.6861318349838257,
|
1358 |
+
"learning_rate": 2.0461181452992496e-05,
|
1359 |
+
"loss": 0.1214,
|
1360 |
+
"step": 1930
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 5.865130336229694,
|
1364 |
+
"grad_norm": 0.530323326587677,
|
1365 |
+
"learning_rate": 1.9930372472928095e-05,
|
1366 |
+
"loss": 0.1295,
|
1367 |
+
"step": 1940
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 5.8953532300717795,
|
1371 |
+
"grad_norm": 0.6027620434761047,
|
1372 |
+
"learning_rate": 1.9404820379287675e-05,
|
1373 |
+
"loss": 0.1316,
|
1374 |
+
"step": 1950
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 5.9255761239138645,
|
1378 |
+
"grad_norm": 0.5568642020225525,
|
1379 |
+
"learning_rate": 1.888461705108318e-05,
|
1380 |
+
"loss": 0.1185,
|
1381 |
+
"step": 1960
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 5.95579901775595,
|
1385 |
+
"grad_norm": 0.677137553691864,
|
1386 |
+
"learning_rate": 1.8369853432235024e-05,
|
1387 |
+
"loss": 0.1213,
|
1388 |
+
"step": 1970
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 5.986021911598035,
|
1392 |
+
"grad_norm": 0.7476499676704407,
|
1393 |
+
"learning_rate": 1.7860619515673033e-05,
|
1394 |
+
"loss": 0.1258,
|
1395 |
+
"step": 1980
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 6.016622591613147,
|
1399 |
+
"grad_norm": 0.3778318464756012,
|
1400 |
+
"learning_rate": 1.73570043276035e-05,
|
1401 |
+
"loss": 0.1076,
|
1402 |
+
"step": 1990
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 6.046845485455233,
|
1406 |
+
"grad_norm": 0.5993187427520752,
|
1407 |
+
"learning_rate": 1.68590959119452e-05,
|
1408 |
+
"loss": 0.0849,
|
1409 |
+
"step": 2000
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 6.077068379297318,
|
1413 |
+
"grad_norm": 0.5854635834693909,
|
1414 |
+
"learning_rate": 1.6366981314937376e-05,
|
1415 |
+
"loss": 0.0911,
|
1416 |
+
"step": 2010
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 6.107291273139403,
|
1420 |
+
"grad_norm": 0.48482272028923035,
|
1421 |
+
"learning_rate": 1.5880746569921868e-05,
|
1422 |
+
"loss": 0.1051,
|
1423 |
+
"step": 2020
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 6.1375141669814886,
|
1427 |
+
"grad_norm": 0.42831626534461975,
|
1428 |
+
"learning_rate": 1.5400476682302454e-05,
|
1429 |
+
"loss": 0.087,
|
1430 |
+
"step": 2030
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 6.1677370608235735,
|
1434 |
+
"grad_norm": 0.7245472073554993,
|
1435 |
+
"learning_rate": 1.4926255614683932e-05,
|
1436 |
+
"loss": 0.0981,
|
1437 |
+
"step": 2040
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 6.197959954665659,
|
1441 |
+
"grad_norm": 0.4705452024936676,
|
1442 |
+
"learning_rate": 1.4458166272193425e-05,
|
1443 |
+
"loss": 0.0895,
|
1444 |
+
"step": 2050
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 6.228182848507744,
|
1448 |
+
"grad_norm": 0.438855916261673,
|
1449 |
+
"learning_rate": 1.3996290487986568e-05,
|
1450 |
+
"loss": 0.088,
|
1451 |
+
"step": 2060
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 6.25840574234983,
|
1455 |
+
"grad_norm": 0.641183614730835,
|
1456 |
+
"learning_rate": 1.354070900894115e-05,
|
1457 |
+
"loss": 0.0989,
|
1458 |
+
"step": 2070
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 6.288628636191915,
|
1462 |
+
"grad_norm": 0.4393808841705322,
|
1463 |
+
"learning_rate": 1.3091501481540674e-05,
|
1464 |
+
"loss": 0.086,
|
1465 |
+
"step": 2080
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 6.318851530034001,
|
1469 |
+
"grad_norm": 0.5123514533042908,
|
1470 |
+
"learning_rate": 1.264874643795021e-05,
|
1471 |
+
"loss": 0.0874,
|
1472 |
+
"step": 2090
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 6.349074423876086,
|
1476 |
+
"grad_norm": 0.7096104025840759,
|
1477 |
+
"learning_rate": 1.2212521282287092e-05,
|
1478 |
+
"loss": 0.0858,
|
1479 |
+
"step": 2100
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 6.379297317718171,
|
1483 |
+
"grad_norm": 0.7978008389472961,
|
1484 |
+
"learning_rate": 1.178290227708888e-05,
|
1485 |
+
"loss": 0.1001,
|
1486 |
+
"step": 2110
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 6.409520211560257,
|
1490 |
+
"grad_norm": 0.8465205430984497,
|
1491 |
+
"learning_rate": 1.1359964529980849e-05,
|
1492 |
+
"loss": 0.0864,
|
1493 |
+
"step": 2120
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 6.439743105402342,
|
1497 |
+
"grad_norm": 0.4713567793369293,
|
1498 |
+
"learning_rate": 1.0943781980545331e-05,
|
1499 |
+
"loss": 0.0871,
|
1500 |
+
"step": 2130
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 6.469965999244428,
|
1504 |
+
"grad_norm": 0.5560480356216431,
|
1505 |
+
"learning_rate": 1.053442738739539e-05,
|
1506 |
+
"loss": 0.0801,
|
1507 |
+
"step": 2140
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 6.500188893086513,
|
1511 |
+
"grad_norm": 0.4392213821411133,
|
1512 |
+
"learning_rate": 1.0131972315454869e-05,
|
1513 |
+
"loss": 0.0824,
|
1514 |
+
"step": 2150
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 6.530411786928599,
|
1518 |
+
"grad_norm": 0.7270606160163879,
|
1519 |
+
"learning_rate": 9.73648712344707e-06,
|
1520 |
+
"loss": 0.0895,
|
1521 |
+
"step": 2160
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 6.560634680770684,
|
1525 |
+
"grad_norm": 0.5097915530204773,
|
1526 |
+
"learning_rate": 9.348040951594477e-06,
|
1527 |
+
"loss": 0.0889,
|
1528 |
+
"step": 2170
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 6.5908575746127696,
|
1532 |
+
"grad_norm": 0.7505512833595276,
|
1533 |
+
"learning_rate": 8.966701709531344e-06,
|
1534 |
+
"loss": 0.0889,
|
1535 |
+
"step": 2180
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 6.6210804684548545,
|
1539 |
+
"grad_norm": 0.5032856464385986,
|
1540 |
+
"learning_rate": 8.592536064431467e-06,
|
1541 |
+
"loss": 0.0837,
|
1542 |
+
"step": 2190
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 6.6513033622969395,
|
1546 |
+
"grad_norm": 0.632739245891571,
|
1547 |
+
"learning_rate": 8.225609429353187e-06,
|
1548 |
+
"loss": 0.0909,
|
1549 |
+
"step": 2200
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 6.681526256139025,
|
1553 |
+
"grad_norm": 0.6564577221870422,
|
1554 |
+
"learning_rate": 7.865985951803645e-06,
|
1555 |
+
"loss": 0.0985,
|
1556 |
+
"step": 2210
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 6.71174914998111,
|
1560 |
+
"grad_norm": 0.5407485961914062,
|
1561 |
+
"learning_rate": 7.513728502524286e-06,
|
1562 |
+
"loss": 0.0856,
|
1563 |
+
"step": 2220
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 6.741972043823196,
|
1567 |
+
"grad_norm": 0.5400388836860657,
|
1568 |
+
"learning_rate": 7.168898664499485e-06,
|
1569 |
+
"loss": 0.0848,
|
1570 |
+
"step": 2230
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 6.772194937665281,
|
1574 |
+
"grad_norm": 0.5073435306549072,
|
1575 |
+
"learning_rate": 6.831556722190452e-06,
|
1576 |
+
"loss": 0.088,
|
1577 |
+
"step": 2240
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 6.802417831507367,
|
1581 |
+
"grad_norm": 0.5684376955032349,
|
1582 |
+
"learning_rate": 6.501761650996052e-06,
|
1583 |
+
"loss": 0.0937,
|
1584 |
+
"step": 2250
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 6.832640725349452,
|
1588 |
+
"grad_norm": 0.6096483469009399,
|
1589 |
+
"learning_rate": 6.1795711069424666e-06,
|
1590 |
+
"loss": 0.0823,
|
1591 |
+
"step": 2260
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 6.862863619191538,
|
1595 |
+
"grad_norm": 0.5201295018196106,
|
1596 |
+
"learning_rate": 5.865041416603601e-06,
|
1597 |
+
"loss": 0.092,
|
1598 |
+
"step": 2270
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 6.893086513033623,
|
1602 |
+
"grad_norm": 0.6869983077049255,
|
1603 |
+
"learning_rate": 5.558227567253832e-06,
|
1604 |
+
"loss": 0.093,
|
1605 |
+
"step": 2280
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 6.923309406875708,
|
1609 |
+
"grad_norm": 0.561122715473175,
|
1610 |
+
"learning_rate": 5.259183197254902e-06,
|
1611 |
+
"loss": 0.0802,
|
1612 |
+
"step": 2290
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 6.953532300717794,
|
1616 |
+
"grad_norm": 0.5263656377792358,
|
1617 |
+
"learning_rate": 4.967960586678721e-06,
|
1618 |
+
"loss": 0.0839,
|
1619 |
+
"step": 2300
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 6.983755194559879,
|
1623 |
+
"grad_norm": 0.575607419013977,
|
1624 |
+
"learning_rate": 4.684610648167503e-06,
|
1625 |
+
"loss": 0.0896,
|
1626 |
+
"step": 2310
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 7.01435587457499,
|
1630 |
+
"grad_norm": 0.3270145654678345,
|
1631 |
+
"learning_rate": 4.4091829180330505e-06,
|
1632 |
+
"loss": 0.0778,
|
1633 |
+
"step": 2320
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 7.044578768417076,
|
1637 |
+
"grad_norm": 0.5017428994178772,
|
1638 |
+
"learning_rate": 4.1417255475966145e-06,
|
1639 |
+
"loss": 0.0818,
|
1640 |
+
"step": 2330
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 7.074801662259161,
|
1644 |
+
"grad_norm": 0.5966259837150574,
|
1645 |
+
"learning_rate": 3.8822852947709375e-06,
|
1646 |
+
"loss": 0.0747,
|
1647 |
+
"step": 2340
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 7.105024556101247,
|
1651 |
+
"grad_norm": 0.758906900882721,
|
1652 |
+
"learning_rate": 3.630907515885801e-06,
|
1653 |
+
"loss": 0.0743,
|
1654 |
+
"step": 2350
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 7.135247449943332,
|
1658 |
+
"grad_norm": 0.564600944519043,
|
1659 |
+
"learning_rate": 3.3876361577587113e-06,
|
1660 |
+
"loss": 0.0831,
|
1661 |
+
"step": 2360
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 7.165470343785417,
|
1665 |
+
"grad_norm": 0.548526406288147,
|
1666 |
+
"learning_rate": 3.1525137500119207e-06,
|
1667 |
+
"loss": 0.0753,
|
1668 |
+
"step": 2370
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 7.195693237627503,
|
1672 |
+
"grad_norm": 0.619285523891449,
|
1673 |
+
"learning_rate": 2.9255813976372226e-06,
|
1674 |
+
"loss": 0.0777,
|
1675 |
+
"step": 2380
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 7.225916131469588,
|
1679 |
+
"grad_norm": 0.5830234289169312,
|
1680 |
+
"learning_rate": 2.7068787738098735e-06,
|
1681 |
+
"loss": 0.0803,
|
1682 |
+
"step": 2390
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 7.256139025311674,
|
1686 |
+
"grad_norm": 0.40243130922317505,
|
1687 |
+
"learning_rate": 2.496444112952734e-06,
|
1688 |
+
"loss": 0.063,
|
1689 |
+
"step": 2400
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 7.286361919153759,
|
1693 |
+
"grad_norm": 0.42115914821624756,
|
1694 |
+
"learning_rate": 2.2943142040519837e-06,
|
1695 |
+
"loss": 0.068,
|
1696 |
+
"step": 2410
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 7.316584812995845,
|
1700 |
+
"grad_norm": 0.7173041105270386,
|
1701 |
+
"learning_rate": 2.100524384225555e-06,
|
1702 |
+
"loss": 0.0808,
|
1703 |
+
"step": 2420
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 7.34680770683793,
|
1707 |
+
"grad_norm": 0.48172470927238464,
|
1708 |
+
"learning_rate": 1.915108532545351e-06,
|
1709 |
+
"loss": 0.0756,
|
1710 |
+
"step": 2430
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 7.3770306006800155,
|
1714 |
+
"grad_norm": 0.541785717010498,
|
1715 |
+
"learning_rate": 1.738099064114368e-06,
|
1716 |
+
"loss": 0.0717,
|
1717 |
+
"step": 2440
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 7.4072534945221005,
|
1721 |
+
"grad_norm": 0.6277313828468323,
|
1722 |
+
"learning_rate": 1.569526924399778e-06,
|
1723 |
+
"loss": 0.067,
|
1724 |
+
"step": 2450
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 7.4374763883641855,
|
1728 |
+
"grad_norm": 1.088949203491211,
|
1729 |
+
"learning_rate": 1.4094215838229176e-06,
|
1730 |
+
"loss": 0.0773,
|
1731 |
+
"step": 2460
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 7.467699282206271,
|
1735 |
+
"grad_norm": 0.7406247854232788,
|
1736 |
+
"learning_rate": 1.2578110326071702e-06,
|
1737 |
+
"loss": 0.0695,
|
1738 |
+
"step": 2470
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 7.497922176048356,
|
1742 |
+
"grad_norm": 0.5518158078193665,
|
1743 |
+
"learning_rate": 1.1147217758845751e-06,
|
1744 |
+
"loss": 0.0711,
|
1745 |
+
"step": 2480
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 7.528145069890442,
|
1749 |
+
"grad_norm": 1.5025277137756348,
|
1750 |
+
"learning_rate": 9.801788290621505e-07,
|
1751 |
+
"loss": 0.0749,
|
1752 |
+
"step": 2490
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 7.558367963732527,
|
1756 |
+
"grad_norm": 0.43806299567222595,
|
1757 |
+
"learning_rate": 8.542057134485638e-07,
|
1758 |
+
"loss": 0.0679,
|
1759 |
+
"step": 2500
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 7.588590857574613,
|
1763 |
+
"grad_norm": 0.604317843914032,
|
1764 |
+
"learning_rate": 7.368244521420486e-07,
|
1765 |
+
"loss": 0.0674,
|
1766 |
+
"step": 2510
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 7.618813751416698,
|
1770 |
+
"grad_norm": 0.5833208560943604,
|
1771 |
+
"learning_rate": 6.280555661802856e-07,
|
1772 |
+
"loss": 0.0771,
|
1773 |
+
"step": 2520
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 7.649036645258784,
|
1777 |
+
"grad_norm": 0.6899517178535461,
|
1778 |
+
"learning_rate": 5.279180709527765e-07,
|
1779 |
+
"loss": 0.072,
|
1780 |
+
"step": 2530
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 7.679259539100869,
|
1784 |
+
"grad_norm": 0.5004780888557434,
|
1785 |
+
"learning_rate": 4.3642947287654277e-07,
|
1786 |
+
"loss": 0.0702,
|
1787 |
+
"step": 2540
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 7.709482432942954,
|
1791 |
+
"grad_norm": 1.1061525344848633,
|
1792 |
+
"learning_rate": 3.536057663355852e-07,
|
1793 |
+
"loss": 0.0726,
|
1794 |
+
"step": 2550
|
1795 |
+
},
|
1796 |
+
{
|
1797 |
+
"epoch": 7.73970532678504,
|
1798 |
+
"grad_norm": 1.5561116933822632,
|
1799 |
+
"learning_rate": 2.794614308846644e-07,
|
1800 |
+
"loss": 0.0755,
|
1801 |
+
"step": 2560
|
1802 |
+
},
|
1803 |
+
{
|
1804 |
+
"epoch": 7.769928220627125,
|
1805 |
+
"grad_norm": 0.4418126940727234,
|
1806 |
+
"learning_rate": 2.1400942871794283e-07,
|
1807 |
+
"loss": 0.0783,
|
1808 |
+
"step": 2570
|
1809 |
+
},
|
1810 |
+
{
|
1811 |
+
"epoch": 7.800151114469211,
|
1812 |
+
"grad_norm": 0.6038776636123657,
|
1813 |
+
"learning_rate": 1.5726120240288634e-07,
|
1814 |
+
"loss": 0.0769,
|
1815 |
+
"step": 2580
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 7.830374008311296,
|
1819 |
+
"grad_norm": 0.6262177228927612,
|
1820 |
+
"learning_rate": 1.0922667287981969e-07,
|
1821 |
+
"loss": 0.0748,
|
1822 |
+
"step": 2590
|
1823 |
+
},
|
1824 |
+
{
|
1825 |
+
"epoch": 7.8605969021533815,
|
1826 |
+
"grad_norm": 0.8348723649978638,
|
1827 |
+
"learning_rate": 6.991423772753636e-08,
|
1828 |
+
"loss": 0.0749,
|
1829 |
+
"step": 2600
|
1830 |
+
},
|
1831 |
+
{
|
1832 |
+
"epoch": 7.8908197959954665,
|
1833 |
+
"grad_norm": 0.4923211634159088,
|
1834 |
+
"learning_rate": 3.9330769695167245e-08,
|
1835 |
+
"loss": 0.0744,
|
1836 |
+
"step": 2610
|
1837 |
+
},
|
1838 |
+
{
|
1839 |
+
"epoch": 7.921042689837552,
|
1840 |
+
"grad_norm": 0.5318350791931152,
|
1841 |
+
"learning_rate": 1.748161550069183e-08,
|
1842 |
+
"loss": 0.0731,
|
1843 |
+
"step": 2620
|
1844 |
+
},
|
1845 |
+
{
|
1846 |
+
"epoch": 7.951265583679637,
|
1847 |
+
"grad_norm": 0.756984293460846,
|
1848 |
+
"learning_rate": 4.3705948961692e-09,
|
1849 |
+
"loss": 0.0716,
|
1850 |
+
"step": 2630
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"epoch": 7.981488477521722,
|
1854 |
+
"grad_norm": 0.797049880027771,
|
1855 |
+
"learning_rate": 0.0,
|
1856 |
+
"loss": 0.0746,
|
1857 |
+
"step": 2640
|
1858 |
+
}
|
1859 |
+
],
|
1860 |
+
"logging_steps": 10,
|
1861 |
+
"max_steps": 2640,
|
1862 |
+
"num_input_tokens_seen": 0,
|
1863 |
+
"num_train_epochs": 8,
|
1864 |
+
"save_steps": 500,
|
1865 |
+
"stateful_callbacks": {
|
1866 |
+
"TrainerControl": {
|
1867 |
+
"args": {
|
1868 |
+
"should_epoch_stop": false,
|
1869 |
+
"should_evaluate": false,
|
1870 |
+
"should_log": false,
|
1871 |
+
"should_save": true,
|
1872 |
+
"should_training_stop": true
|
1873 |
+
},
|
1874 |
+
"attributes": {}
|
1875 |
+
}
|
1876 |
+
},
|
1877 |
+
"total_flos": 4.018451794664358e+18,
|
1878 |
+
"train_batch_size": 2,
|
1879 |
+
"trial_name": null,
|
1880 |
+
"trial_params": null
|
1881 |
+
}
|
koniq-10k/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:299911b9d9c69ddc794328b7f5c2e6d4f9c1026a3e8095b7b9c4229f2956ffa2
|
3 |
+
size 5560
|
koniq-10k/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
realqa/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: /mnt/xmap_nas_alg/limingxing.lmx/workspace/code/aesthetic/qwen2vl-train/hugging_face/qwen2vl7B/qwen2vl7B
|
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
|
realqa/adapter_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/mnt/xmap_nas_alg/limingxing.lmx/workspace/code/aesthetic/qwen2vl-train/hugging_face/qwen2vl7B/qwen2vl7B",
|
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": 256,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 128,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": "^(?!.*patch_embed).*(?:qkv|fc1|fc2|k_proj|proj|v_proj|q_proj|gate_proj|up_proj|down_proj|o_proj).*",
|
23 |
+
"task_type": "CAUSAL_LM",
|
24 |
+
"use_dora": false,
|
25 |
+
"use_rslora": false
|
26 |
+
}
|
realqa/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b72554f9c4f48435da4b493cfb17ba5302965552f57b6d06e89c4995e0e80075
|
3 |
+
size 1627477384
|
realqa/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 |
+
}
|
realqa/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 |
+
}
|
realqa/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
realqa/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb4aedf6da116950195d8725568316b204cdd73ab6398bdd64dac7ea877d735d
|
3 |
+
size 3255328042
|
realqa/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": 401408,
|
18 |
+
"merge_size": 2,
|
19 |
+
"min_pixels": 200704,
|
20 |
+
"patch_size": 14,
|
21 |
+
"processor_class": "Qwen2VLProcessor",
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"max_pixels": 401408,
|
26 |
+
"min_pixels": 200704
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
realqa/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c138c9b6d7bd04e8beb507e67393eeb4463039543f3987094ab4e77c61018198
|
3 |
+
size 15024
|
realqa/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58bc73513cdf49899fe7bc8ac7ac3580c21858479abce841ea6c15431e3f5fe8
|
3 |
+
size 15024
|
realqa/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb3acfdf688a44bf658735b61ee162352036f969f9059a5b5e4f569ad5c8f113
|
3 |
+
size 15024
|