Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +208 -3
- adapter_config.json +123 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- chat_template.jinja +7 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- preprocessor_config.json +37 -0
- rng_state_0.pth +3 -0
- rng_state_1.pth +3 -0
- rng_state_2.pth +3 -0
- rng_state_3.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +209 -0
- trainer_state.json +1063 -0
- training_args.bin +3 -0
- video_preprocessor_config.json +44 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,208 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-VL-7B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-VL-7B-Instruct
|
| 7 |
+
- llama-factory
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/home/yuxuanzhao/LLaMA-Factory/models/qwen2_5-vl-7B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"layers.20.mlp.up_proj",
|
| 29 |
+
"layers.19.mlp.up_proj",
|
| 30 |
+
"layers.10.mlp.down_proj",
|
| 31 |
+
"layers.25.mlp.down_proj",
|
| 32 |
+
"layers.4.mlp.up_proj",
|
| 33 |
+
"layers.16.mlp.down_proj",
|
| 34 |
+
"layers.16.mlp.gate_proj",
|
| 35 |
+
"layers.13.mlp.gate_proj",
|
| 36 |
+
"layers.8.mlp.down_proj",
|
| 37 |
+
"layers.1.mlp.down_proj",
|
| 38 |
+
"layers.25.mlp.up_proj",
|
| 39 |
+
"layers.8.mlp.gate_proj",
|
| 40 |
+
"layers.2.mlp.down_proj",
|
| 41 |
+
"layers.9.mlp.up_proj",
|
| 42 |
+
"layers.14.mlp.up_proj",
|
| 43 |
+
"layers.22.mlp.gate_proj",
|
| 44 |
+
"layers.17.mlp.up_proj",
|
| 45 |
+
"q_proj",
|
| 46 |
+
"layers.9.mlp.down_proj",
|
| 47 |
+
"layers.16.mlp.up_proj",
|
| 48 |
+
"layers.12.mlp.gate_proj",
|
| 49 |
+
"layers.22.mlp.up_proj",
|
| 50 |
+
"layers.5.mlp.up_proj",
|
| 51 |
+
"layers.20.mlp.down_proj",
|
| 52 |
+
"layers.27.mlp.gate_proj",
|
| 53 |
+
"layers.24.mlp.down_proj",
|
| 54 |
+
"layers.14.mlp.gate_proj",
|
| 55 |
+
"layers.17.mlp.gate_proj",
|
| 56 |
+
"layers.21.mlp.gate_proj",
|
| 57 |
+
"k_proj",
|
| 58 |
+
"layers.20.mlp.gate_proj",
|
| 59 |
+
"layers.19.mlp.down_proj",
|
| 60 |
+
"layers.26.mlp.gate_proj",
|
| 61 |
+
"layers.6.mlp.up_proj",
|
| 62 |
+
"layers.13.mlp.down_proj",
|
| 63 |
+
"layers.4.mlp.gate_proj",
|
| 64 |
+
"layers.0.mlp.gate_proj",
|
| 65 |
+
"layers.10.mlp.gate_proj",
|
| 66 |
+
"layers.23.mlp.gate_proj",
|
| 67 |
+
"layers.9.mlp.gate_proj",
|
| 68 |
+
"layers.24.mlp.gate_proj",
|
| 69 |
+
"layers.26.mlp.down_proj",
|
| 70 |
+
"layers.3.mlp.gate_proj",
|
| 71 |
+
"layers.22.mlp.down_proj",
|
| 72 |
+
"layers.1.mlp.up_proj",
|
| 73 |
+
"layers.13.mlp.up_proj",
|
| 74 |
+
"layers.6.mlp.gate_proj",
|
| 75 |
+
"layers.11.mlp.gate_proj",
|
| 76 |
+
"layers.11.mlp.up_proj",
|
| 77 |
+
"layers.21.mlp.up_proj",
|
| 78 |
+
"layers.2.mlp.gate_proj",
|
| 79 |
+
"layers.6.mlp.down_proj",
|
| 80 |
+
"layers.26.mlp.up_proj",
|
| 81 |
+
"layers.8.mlp.up_proj",
|
| 82 |
+
"v_proj",
|
| 83 |
+
"layers.27.mlp.up_proj",
|
| 84 |
+
"layers.17.mlp.down_proj",
|
| 85 |
+
"layers.18.mlp.gate_proj",
|
| 86 |
+
"layers.23.mlp.down_proj",
|
| 87 |
+
"layers.21.mlp.down_proj",
|
| 88 |
+
"layers.19.mlp.gate_proj",
|
| 89 |
+
"layers.3.mlp.down_proj",
|
| 90 |
+
"layers.25.mlp.gate_proj",
|
| 91 |
+
"layers.24.mlp.up_proj",
|
| 92 |
+
"layers.27.mlp.down_proj",
|
| 93 |
+
"layers.7.mlp.up_proj",
|
| 94 |
+
"layers.14.mlp.down_proj",
|
| 95 |
+
"layers.1.mlp.gate_proj",
|
| 96 |
+
"layers.12.mlp.up_proj",
|
| 97 |
+
"layers.7.mlp.down_proj",
|
| 98 |
+
"layers.10.mlp.up_proj",
|
| 99 |
+
"layers.7.mlp.gate_proj",
|
| 100 |
+
"layers.15.mlp.up_proj",
|
| 101 |
+
"layers.4.mlp.down_proj",
|
| 102 |
+
"layers.0.mlp.up_proj",
|
| 103 |
+
"layers.5.mlp.down_proj",
|
| 104 |
+
"layers.18.mlp.down_proj",
|
| 105 |
+
"layers.18.mlp.up_proj",
|
| 106 |
+
"layers.2.mlp.up_proj",
|
| 107 |
+
"layers.23.mlp.up_proj",
|
| 108 |
+
"layers.5.mlp.gate_proj",
|
| 109 |
+
"layers.3.mlp.up_proj",
|
| 110 |
+
"layers.11.mlp.down_proj",
|
| 111 |
+
"layers.15.mlp.down_proj",
|
| 112 |
+
"layers.0.mlp.down_proj",
|
| 113 |
+
"layers.15.mlp.gate_proj",
|
| 114 |
+
"o_proj",
|
| 115 |
+
"layers.12.mlp.down_proj"
|
| 116 |
+
],
|
| 117 |
+
"target_parameters": null,
|
| 118 |
+
"task_type": "CAUSAL_LM",
|
| 119 |
+
"trainable_token_indices": null,
|
| 120 |
+
"use_dora": false,
|
| 121 |
+
"use_qalora": false,
|
| 122 |
+
"use_rslora": false
|
| 123 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fc13ace29e50b96ed571ae9aeae0d738d61057ced4f154f3fc1108c25cf99b5
|
| 3 |
+
size 80797976
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% 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
|
| 2 |
+
You are a helpful assistant.<|im_end|>
|
| 3 |
+
{% endif %}<|im_start|>{{ message['role'] }}
|
| 4 |
+
{% if message['content'] is string %}{{ message['content'] }}<|im_end|>
|
| 5 |
+
{% 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|>
|
| 6 |
+
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
|
| 7 |
+
{% endif %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2aa8462b21017118d0cf8c1eefe445611a3a2be032eb88fae82b5f7ae296804
|
| 3 |
+
size 161816187
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"disable_grouping": null,
|
| 7 |
+
"do_center_crop": null,
|
| 8 |
+
"do_convert_rgb": true,
|
| 9 |
+
"do_normalize": true,
|
| 10 |
+
"do_rescale": true,
|
| 11 |
+
"do_resize": true,
|
| 12 |
+
"image_mean": [
|
| 13 |
+
0.48145466,
|
| 14 |
+
0.4578275,
|
| 15 |
+
0.40821073
|
| 16 |
+
],
|
| 17 |
+
"image_processor_type": "Qwen2VLImageProcessorFast",
|
| 18 |
+
"image_std": [
|
| 19 |
+
0.26862954,
|
| 20 |
+
0.26130258,
|
| 21 |
+
0.27577711
|
| 22 |
+
],
|
| 23 |
+
"input_data_format": null,
|
| 24 |
+
"max_pixels": 12845056,
|
| 25 |
+
"merge_size": 2,
|
| 26 |
+
"min_pixels": 3136,
|
| 27 |
+
"patch_size": 14,
|
| 28 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
| 29 |
+
"resample": 3,
|
| 30 |
+
"rescale_factor": 0.00392156862745098,
|
| 31 |
+
"return_tensors": null,
|
| 32 |
+
"size": {
|
| 33 |
+
"longest_edge": 12845056,
|
| 34 |
+
"shortest_edge": 3136
|
| 35 |
+
},
|
| 36 |
+
"temporal_patch_size": 2
|
| 37 |
+
}
|
rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f91f87bd9a92e8739289f46162ef308559319763234c64c5b77db9ec569f87f
|
| 3 |
+
size 15429
|
rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7d39b8b541e3fd455fdaac992f8e531a8b6ecbd342d84bd34ce103caf8c4829
|
| 3 |
+
size 15429
|
rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ff092a382271ec0416bca1eaebe1589a5c027148f661f515a99be89a41550e9
|
| 3 |
+
size 15429
|
rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ee31a8654359133d1c40cfb2da8b7350b44cc7eec9bf923c997643420f7061d
|
| 3 |
+
size 15429
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63383dd5028e58f51e4e2027ea0e53aeee54da342c712efa83354d47656d14be
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|im_end|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"padding_side": "right",
|
| 205 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
| 206 |
+
"split_special_tokens": false,
|
| 207 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 208 |
+
"unk_token": null
|
| 209 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1063 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1473,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.00679001867255135,
|
| 14 |
+
"grad_norm": 0.3864942491054535,
|
| 15 |
+
"learning_rate": 6.081081081081082e-06,
|
| 16 |
+
"loss": 1.15,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.0135800373451027,
|
| 21 |
+
"grad_norm": 0.4518967866897583,
|
| 22 |
+
"learning_rate": 1.2837837837837838e-05,
|
| 23 |
+
"loss": 1.1633,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.02037005601765405,
|
| 28 |
+
"grad_norm": 0.36683163046836853,
|
| 29 |
+
"learning_rate": 1.9594594594594595e-05,
|
| 30 |
+
"loss": 1.1004,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.0271600746902054,
|
| 35 |
+
"grad_norm": 0.2317497730255127,
|
| 36 |
+
"learning_rate": 2.635135135135135e-05,
|
| 37 |
+
"loss": 1.014,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.03395009336275675,
|
| 42 |
+
"grad_norm": 0.2007765769958496,
|
| 43 |
+
"learning_rate": 3.310810810810811e-05,
|
| 44 |
+
"loss": 0.9387,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.0407401120353081,
|
| 49 |
+
"grad_norm": 0.19630813598632812,
|
| 50 |
+
"learning_rate": 3.986486486486487e-05,
|
| 51 |
+
"loss": 0.8715,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.04753013070785945,
|
| 56 |
+
"grad_norm": 0.20267479121685028,
|
| 57 |
+
"learning_rate": 4.662162162162162e-05,
|
| 58 |
+
"loss": 0.8385,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.0543201493804108,
|
| 63 |
+
"grad_norm": 0.21056681871414185,
|
| 64 |
+
"learning_rate": 5.337837837837838e-05,
|
| 65 |
+
"loss": 0.7904,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.06111016805296215,
|
| 70 |
+
"grad_norm": 0.181947723031044,
|
| 71 |
+
"learning_rate": 6.013513513513514e-05,
|
| 72 |
+
"loss": 0.7601,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.0679001867255135,
|
| 77 |
+
"grad_norm": 0.1922345757484436,
|
| 78 |
+
"learning_rate": 6.68918918918919e-05,
|
| 79 |
+
"loss": 0.7673,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.07469020539806484,
|
| 84 |
+
"grad_norm": 0.18776988983154297,
|
| 85 |
+
"learning_rate": 7.364864864864865e-05,
|
| 86 |
+
"loss": 0.7375,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.0814802240706162,
|
| 91 |
+
"grad_norm": 0.2282622903585434,
|
| 92 |
+
"learning_rate": 8.040540540540541e-05,
|
| 93 |
+
"loss": 0.7381,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.08827024274316754,
|
| 98 |
+
"grad_norm": 0.2738005220890045,
|
| 99 |
+
"learning_rate": 8.716216216216216e-05,
|
| 100 |
+
"loss": 0.7237,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.0950602614157189,
|
| 105 |
+
"grad_norm": 0.21742618083953857,
|
| 106 |
+
"learning_rate": 9.391891891891892e-05,
|
| 107 |
+
"loss": 0.7023,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.10185028008827024,
|
| 112 |
+
"grad_norm": 0.25216951966285706,
|
| 113 |
+
"learning_rate": 9.999985945746134e-05,
|
| 114 |
+
"loss": 0.7101,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.1086402987608216,
|
| 119 |
+
"grad_norm": 0.25243276357650757,
|
| 120 |
+
"learning_rate": 9.998299530880787e-05,
|
| 121 |
+
"loss": 0.687,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.11543031743337294,
|
| 126 |
+
"grad_norm": 0.3072853684425354,
|
| 127 |
+
"learning_rate": 9.993803351513094e-05,
|
| 128 |
+
"loss": 0.7097,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.1222203361059243,
|
| 133 |
+
"grad_norm": 0.2733334004878998,
|
| 134 |
+
"learning_rate": 9.986499935143679e-05,
|
| 135 |
+
"loss": 0.6722,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.12901035477847564,
|
| 140 |
+
"grad_norm": 0.2821713387966156,
|
| 141 |
+
"learning_rate": 9.976393387344834e-05,
|
| 142 |
+
"loss": 0.6935,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.135800373451027,
|
| 147 |
+
"grad_norm": 0.28884661197662354,
|
| 148 |
+
"learning_rate": 9.963489389452596e-05,
|
| 149 |
+
"loss": 0.6964,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.14259039212357835,
|
| 154 |
+
"grad_norm": 0.25266194343566895,
|
| 155 |
+
"learning_rate": 9.947795195373016e-05,
|
| 156 |
+
"loss": 0.6926,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.14938041079612968,
|
| 161 |
+
"grad_norm": 0.3153521418571472,
|
| 162 |
+
"learning_rate": 9.92931962750442e-05,
|
| 163 |
+
"loss": 0.6727,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.15617042946868104,
|
| 168 |
+
"grad_norm": 0.29505372047424316,
|
| 169 |
+
"learning_rate": 9.908073071777954e-05,
|
| 170 |
+
"loss": 0.6814,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.1629604481412324,
|
| 175 |
+
"grad_norm": 0.2789740562438965,
|
| 176 |
+
"learning_rate": 9.884067471819184e-05,
|
| 177 |
+
"loss": 0.6817,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.16975046681378375,
|
| 182 |
+
"grad_norm": 0.2661297917366028,
|
| 183 |
+
"learning_rate": 9.857316322234067e-05,
|
| 184 |
+
"loss": 0.6795,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.17654048548633508,
|
| 189 |
+
"grad_norm": 0.2866443395614624,
|
| 190 |
+
"learning_rate": 9.827834661023034e-05,
|
| 191 |
+
"loss": 0.6623,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.18333050415888644,
|
| 196 |
+
"grad_norm": 0.2814137637615204,
|
| 197 |
+
"learning_rate": 9.795639061127468e-05,
|
| 198 |
+
"loss": 0.6606,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.1901205228314378,
|
| 203 |
+
"grad_norm": 0.30371809005737305,
|
| 204 |
+
"learning_rate": 9.760747621113325e-05,
|
| 205 |
+
"loss": 0.6679,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.19691054150398912,
|
| 210 |
+
"grad_norm": 0.311916321516037,
|
| 211 |
+
"learning_rate": 9.723179954997125e-05,
|
| 212 |
+
"loss": 0.6817,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.20370056017654048,
|
| 217 |
+
"grad_norm": 0.2893620431423187,
|
| 218 |
+
"learning_rate": 9.682957181220062e-05,
|
| 219 |
+
"loss": 0.6678,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.21049057884909184,
|
| 224 |
+
"grad_norm": 0.3415584862232208,
|
| 225 |
+
"learning_rate": 9.640101910776381e-05,
|
| 226 |
+
"loss": 0.6512,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.2172805975216432,
|
| 231 |
+
"grad_norm": 0.2780122756958008,
|
| 232 |
+
"learning_rate": 9.594638234502753e-05,
|
| 233 |
+
"loss": 0.6454,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.22407061619419452,
|
| 238 |
+
"grad_norm": 0.28491947054862976,
|
| 239 |
+
"learning_rate": 9.546591709535751e-05,
|
| 240 |
+
"loss": 0.6597,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.23086063486674588,
|
| 245 |
+
"grad_norm": 0.28796347975730896,
|
| 246 |
+
"learning_rate": 9.495989344945056e-05,
|
| 247 |
+
"loss": 0.6515,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.23765065353929724,
|
| 252 |
+
"grad_norm": 0.2798394560813904,
|
| 253 |
+
"learning_rate": 9.442859586550468e-05,
|
| 254 |
+
"loss": 0.654,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.2444406722118486,
|
| 259 |
+
"grad_norm": 0.31528720259666443,
|
| 260 |
+
"learning_rate": 9.387232300931255e-05,
|
| 261 |
+
"loss": 0.6477,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.2512306908843999,
|
| 266 |
+
"grad_norm": 0.329709529876709,
|
| 267 |
+
"learning_rate": 9.32913875863684e-05,
|
| 268 |
+
"loss": 0.6576,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.2580207095569513,
|
| 273 |
+
"grad_norm": 0.31941738724708557,
|
| 274 |
+
"learning_rate": 9.268611616608236e-05,
|
| 275 |
+
"loss": 0.6561,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.26481072822950263,
|
| 280 |
+
"grad_norm": 0.30430927872657776,
|
| 281 |
+
"learning_rate": 9.205684899820147e-05,
|
| 282 |
+
"loss": 0.6453,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.271600746902054,
|
| 287 |
+
"grad_norm": 0.31718093156814575,
|
| 288 |
+
"learning_rate": 9.140393982154026e-05,
|
| 289 |
+
"loss": 0.6434,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.27839076557460535,
|
| 294 |
+
"grad_norm": 0.30542615056037903,
|
| 295 |
+
"learning_rate": 9.072775566512863e-05,
|
| 296 |
+
"loss": 0.6355,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.2851807842471567,
|
| 301 |
+
"grad_norm": 0.3371242880821228,
|
| 302 |
+
"learning_rate": 9.002867664188858e-05,
|
| 303 |
+
"loss": 0.6565,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.291970802919708,
|
| 308 |
+
"grad_norm": 0.30639946460723877,
|
| 309 |
+
"learning_rate": 8.930709573495602e-05,
|
| 310 |
+
"loss": 0.6525,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.29876082159225936,
|
| 315 |
+
"grad_norm": 0.29678982496261597,
|
| 316 |
+
"learning_rate": 8.856341857676758e-05,
|
| 317 |
+
"loss": 0.6435,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.3055508402648107,
|
| 322 |
+
"grad_norm": 0.295890748500824,
|
| 323 |
+
"learning_rate": 8.779806322103682e-05,
|
| 324 |
+
"loss": 0.6458,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.3123408589373621,
|
| 329 |
+
"grad_norm": 0.39472854137420654,
|
| 330 |
+
"learning_rate": 8.701145990774775e-05,
|
| 331 |
+
"loss": 0.6582,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.31913087760991343,
|
| 336 |
+
"grad_norm": 0.3048432469367981,
|
| 337 |
+
"learning_rate": 8.620405082129798e-05,
|
| 338 |
+
"loss": 0.6482,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.3259208962824648,
|
| 343 |
+
"grad_norm": 0.30375346541404724,
|
| 344 |
+
"learning_rate": 8.537628984192736e-05,
|
| 345 |
+
"loss": 0.6473,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.33271091495501615,
|
| 350 |
+
"grad_norm": 0.3189581036567688,
|
| 351 |
+
"learning_rate": 8.452864229057191e-05,
|
| 352 |
+
"loss": 0.6423,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.3395009336275675,
|
| 357 |
+
"grad_norm": 0.30964285135269165,
|
| 358 |
+
"learning_rate": 8.366158466728644e-05,
|
| 359 |
+
"loss": 0.6239,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.3462909523001188,
|
| 364 |
+
"grad_norm": 0.30495893955230713,
|
| 365 |
+
"learning_rate": 8.277560438338278e-05,
|
| 366 |
+
"loss": 0.6307,
|
| 367 |
+
"step": 510
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.35308097097267016,
|
| 371 |
+
"grad_norm": 0.3121732175350189,
|
| 372 |
+
"learning_rate": 8.18711994874345e-05,
|
| 373 |
+
"loss": 0.6363,
|
| 374 |
+
"step": 520
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.3598709896452215,
|
| 378 |
+
"grad_norm": 0.32421112060546875,
|
| 379 |
+
"learning_rate": 8.094887838530174e-05,
|
| 380 |
+
"loss": 0.636,
|
| 381 |
+
"step": 530
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.3666610083177729,
|
| 385 |
+
"grad_norm": 0.3044915497303009,
|
| 386 |
+
"learning_rate": 8.000915955433396e-05,
|
| 387 |
+
"loss": 0.6276,
|
| 388 |
+
"step": 540
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.37345102699032423,
|
| 392 |
+
"grad_norm": 0.3056237995624542,
|
| 393 |
+
"learning_rate": 7.905257125191094e-05,
|
| 394 |
+
"loss": 0.627,
|
| 395 |
+
"step": 550
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.3802410456628756,
|
| 399 |
+
"grad_norm": 0.29212453961372375,
|
| 400 |
+
"learning_rate": 7.807965121848597e-05,
|
| 401 |
+
"loss": 0.6295,
|
| 402 |
+
"step": 560
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.38703106433542694,
|
| 406 |
+
"grad_norm": 0.2936370074748993,
|
| 407 |
+
"learning_rate": 7.70909463752983e-05,
|
| 408 |
+
"loss": 0.6449,
|
| 409 |
+
"step": 570
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.39382108300797825,
|
| 413 |
+
"grad_norm": 0.3245689868927002,
|
| 414 |
+
"learning_rate": 7.608701251692457e-05,
|
| 415 |
+
"loss": 0.6506,
|
| 416 |
+
"step": 580
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.4006111016805296,
|
| 420 |
+
"grad_norm": 0.33466264605522156,
|
| 421 |
+
"learning_rate": 7.506841399884217e-05,
|
| 422 |
+
"loss": 0.6217,
|
| 423 |
+
"step": 590
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.40740112035308096,
|
| 427 |
+
"grad_norm": 0.3045268952846527,
|
| 428 |
+
"learning_rate": 7.403572342018021e-05,
|
| 429 |
+
"loss": 0.6284,
|
| 430 |
+
"step": 600
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.4141911390256323,
|
| 434 |
+
"grad_norm": 0.31157055497169495,
|
| 435 |
+
"learning_rate": 7.29895213018362e-05,
|
| 436 |
+
"loss": 0.6459,
|
| 437 |
+
"step": 610
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.4209811576981837,
|
| 441 |
+
"grad_norm": 0.30077850818634033,
|
| 442 |
+
"learning_rate": 7.193039576013976e-05,
|
| 443 |
+
"loss": 0.638,
|
| 444 |
+
"step": 620
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.42777117637073503,
|
| 448 |
+
"grad_norm": 0.31292667984962463,
|
| 449 |
+
"learning_rate": 7.085894217624645e-05,
|
| 450 |
+
"loss": 0.6411,
|
| 451 |
+
"step": 630
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.4345611950432864,
|
| 455 |
+
"grad_norm": 0.30501753091812134,
|
| 456 |
+
"learning_rate": 6.977576286144784e-05,
|
| 457 |
+
"loss": 0.6177,
|
| 458 |
+
"step": 640
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.44135121371583774,
|
| 462 |
+
"grad_norm": 0.32817915081977844,
|
| 463 |
+
"learning_rate": 6.868146671858567e-05,
|
| 464 |
+
"loss": 0.624,
|
| 465 |
+
"step": 650
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.44814123238838904,
|
| 469 |
+
"grad_norm": 0.3311234414577484,
|
| 470 |
+
"learning_rate": 6.757666889976085e-05,
|
| 471 |
+
"loss": 0.6319,
|
| 472 |
+
"step": 660
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.4549312510609404,
|
| 476 |
+
"grad_norm": 0.3192739486694336,
|
| 477 |
+
"learning_rate": 6.646199046052921e-05,
|
| 478 |
+
"loss": 0.6193,
|
| 479 |
+
"step": 670
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.46172126973349176,
|
| 483 |
+
"grad_norm": 0.29953694343566895,
|
| 484 |
+
"learning_rate": 6.533805801077899e-05,
|
| 485 |
+
"loss": 0.615,
|
| 486 |
+
"step": 680
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.4685112884060431,
|
| 490 |
+
"grad_norm": 0.32995176315307617,
|
| 491 |
+
"learning_rate": 6.420550336248558e-05,
|
| 492 |
+
"loss": 0.6357,
|
| 493 |
+
"step": 690
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.47530130707859447,
|
| 497 |
+
"grad_norm": 0.29778003692626953,
|
| 498 |
+
"learning_rate": 6.306496317454227e-05,
|
| 499 |
+
"loss": 0.6164,
|
| 500 |
+
"step": 700
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.4820913257511458,
|
| 504 |
+
"grad_norm": 0.3111869990825653,
|
| 505 |
+
"learning_rate": 6.191707859486622e-05,
|
| 506 |
+
"loss": 0.6133,
|
| 507 |
+
"step": 710
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.4888813444236972,
|
| 511 |
+
"grad_norm": 0.32019391655921936,
|
| 512 |
+
"learning_rate": 6.076249489998097e-05,
|
| 513 |
+
"loss": 0.6243,
|
| 514 |
+
"step": 720
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.49567136309624854,
|
| 518 |
+
"grad_norm": 0.323253870010376,
|
| 519 |
+
"learning_rate": 5.9601861132278e-05,
|
| 520 |
+
"loss": 0.6253,
|
| 521 |
+
"step": 730
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.5024613817687998,
|
| 525 |
+
"grad_norm": 0.3075142800807953,
|
| 526 |
+
"learning_rate": 5.8435829735161416e-05,
|
| 527 |
+
"loss": 0.6129,
|
| 528 |
+
"step": 740
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.5092514004413512,
|
| 532 |
+
"grad_norm": 0.34016624093055725,
|
| 533 |
+
"learning_rate": 5.7265056186280754e-05,
|
| 534 |
+
"loss": 0.6381,
|
| 535 |
+
"step": 750
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.5160414191139026,
|
| 539 |
+
"grad_norm": 0.34157323837280273,
|
| 540 |
+
"learning_rate": 5.6090198629058134e-05,
|
| 541 |
+
"loss": 0.6211,
|
| 542 |
+
"step": 760
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.5228314377864539,
|
| 546 |
+
"grad_norm": 0.29887712001800537,
|
| 547 |
+
"learning_rate": 5.491191750271677e-05,
|
| 548 |
+
"loss": 0.6132,
|
| 549 |
+
"step": 770
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.5296214564590053,
|
| 553 |
+
"grad_norm": 0.32949894666671753,
|
| 554 |
+
"learning_rate": 5.373087517101899e-05,
|
| 555 |
+
"loss": 0.6296,
|
| 556 |
+
"step": 780
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.5364114751315566,
|
| 560 |
+
"grad_norm": 0.33202993869781494,
|
| 561 |
+
"learning_rate": 5.254773554992242e-05,
|
| 562 |
+
"loss": 0.6195,
|
| 563 |
+
"step": 790
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.543201493804108,
|
| 567 |
+
"grad_norm": 0.3175908029079437,
|
| 568 |
+
"learning_rate": 5.136316373436343e-05,
|
| 569 |
+
"loss": 0.6203,
|
| 570 |
+
"step": 800
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.5499915124766593,
|
| 574 |
+
"grad_norm": 0.33497434854507446,
|
| 575 |
+
"learning_rate": 5.0177825624378114e-05,
|
| 576 |
+
"loss": 0.6257,
|
| 577 |
+
"step": 810
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.5567815311492107,
|
| 581 |
+
"grad_norm": 0.3095554709434509,
|
| 582 |
+
"learning_rate": 4.8992387550770373e-05,
|
| 583 |
+
"loss": 0.6174,
|
| 584 |
+
"step": 820
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 0.563571549821762,
|
| 588 |
+
"grad_norm": 0.3134996294975281,
|
| 589 |
+
"learning_rate": 4.780751590053813e-05,
|
| 590 |
+
"loss": 0.6041,
|
| 591 |
+
"step": 830
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.5703615684943134,
|
| 595 |
+
"grad_norm": 0.34364205598831177,
|
| 596 |
+
"learning_rate": 4.662387674226771e-05,
|
| 597 |
+
"loss": 0.6102,
|
| 598 |
+
"step": 840
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 0.5771515871668647,
|
| 602 |
+
"grad_norm": 0.3402939438819885,
|
| 603 |
+
"learning_rate": 4.544213545170741e-05,
|
| 604 |
+
"loss": 0.6238,
|
| 605 |
+
"step": 850
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 0.583941605839416,
|
| 609 |
+
"grad_norm": 0.3603513240814209,
|
| 610 |
+
"learning_rate": 4.4262956337730385e-05,
|
| 611 |
+
"loss": 0.6338,
|
| 612 |
+
"step": 860
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 0.5907316245119674,
|
| 616 |
+
"grad_norm": 0.3301768898963928,
|
| 617 |
+
"learning_rate": 4.3087002268897434e-05,
|
| 618 |
+
"loss": 0.6249,
|
| 619 |
+
"step": 870
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 0.5975216431845187,
|
| 623 |
+
"grad_norm": 0.32261279225349426,
|
| 624 |
+
"learning_rate": 4.191493430082929e-05,
|
| 625 |
+
"loss": 0.6174,
|
| 626 |
+
"step": 880
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 0.6043116618570701,
|
| 630 |
+
"grad_norm": 0.3522423505783081,
|
| 631 |
+
"learning_rate": 4.074741130459813e-05,
|
| 632 |
+
"loss": 0.6227,
|
| 633 |
+
"step": 890
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 0.6111016805296214,
|
| 637 |
+
"grad_norm": 0.3201356828212738,
|
| 638 |
+
"learning_rate": 3.9585089596347094e-05,
|
| 639 |
+
"loss": 0.6335,
|
| 640 |
+
"step": 900
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.6178916992021728,
|
| 644 |
+
"grad_norm": 0.3597421944141388,
|
| 645 |
+
"learning_rate": 3.842862256834613e-05,
|
| 646 |
+
"loss": 0.6325,
|
| 647 |
+
"step": 910
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 0.6246817178747242,
|
| 651 |
+
"grad_norm": 0.30802375078201294,
|
| 652 |
+
"learning_rate": 3.727866032169127e-05,
|
| 653 |
+
"loss": 0.6161,
|
| 654 |
+
"step": 920
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 0.6314717365472755,
|
| 658 |
+
"grad_norm": 0.3393535912036896,
|
| 659 |
+
"learning_rate": 3.6135849300854225e-05,
|
| 660 |
+
"loss": 0.6192,
|
| 661 |
+
"step": 930
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 0.6382617552198269,
|
| 665 |
+
"grad_norm": 0.3308396339416504,
|
| 666 |
+
"learning_rate": 3.500083193028741e-05,
|
| 667 |
+
"loss": 0.6138,
|
| 668 |
+
"step": 940
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 0.6450517738923782,
|
| 672 |
+
"grad_norm": 0.33988067507743835,
|
| 673 |
+
"learning_rate": 3.387424625328892e-05,
|
| 674 |
+
"loss": 0.6113,
|
| 675 |
+
"step": 950
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 0.6518417925649296,
|
| 679 |
+
"grad_norm": 0.3523455262184143,
|
| 680 |
+
"learning_rate": 3.275672557333015e-05,
|
| 681 |
+
"loss": 0.6162,
|
| 682 |
+
"step": 960
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 0.6586318112374809,
|
| 686 |
+
"grad_norm": 0.3228614628314972,
|
| 687 |
+
"learning_rate": 3.164889809804808e-05,
|
| 688 |
+
"loss": 0.6062,
|
| 689 |
+
"step": 970
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 0.6654218299100323,
|
| 693 |
+
"grad_norm": 0.311490923166275,
|
| 694 |
+
"learning_rate": 3.055138658610202e-05,
|
| 695 |
+
"loss": 0.607,
|
| 696 |
+
"step": 980
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 0.6722118485825836,
|
| 700 |
+
"grad_norm": 0.33996137976646423,
|
| 701 |
+
"learning_rate": 2.946480799709358e-05,
|
| 702 |
+
"loss": 0.6144,
|
| 703 |
+
"step": 990
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.679001867255135,
|
| 707 |
+
"grad_norm": 0.3363693952560425,
|
| 708 |
+
"learning_rate": 2.83897731447464e-05,
|
| 709 |
+
"loss": 0.6031,
|
| 710 |
+
"step": 1000
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 0.6857918859276863,
|
| 714 |
+
"grad_norm": 0.32421648502349854,
|
| 715 |
+
"learning_rate": 2.7326886353540916e-05,
|
| 716 |
+
"loss": 0.6148,
|
| 717 |
+
"step": 1010
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 0.6925819046002376,
|
| 721 |
+
"grad_norm": 0.3457362949848175,
|
| 722 |
+
"learning_rate": 2.627674511899678e-05,
|
| 723 |
+
"loss": 0.6169,
|
| 724 |
+
"step": 1020
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 0.699371923272789,
|
| 728 |
+
"grad_norm": 0.3354722261428833,
|
| 729 |
+
"learning_rate": 2.5239939771794563e-05,
|
| 730 |
+
"loss": 0.6158,
|
| 731 |
+
"step": 1030
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 0.7061619419453403,
|
| 735 |
+
"grad_norm": 0.4128516614437103,
|
| 736 |
+
"learning_rate": 2.421705314592452e-05,
|
| 737 |
+
"loss": 0.6138,
|
| 738 |
+
"step": 1040
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 0.7129519606178917,
|
| 742 |
+
"grad_norm": 0.3348320722579956,
|
| 743 |
+
"learning_rate": 2.3208660251050158e-05,
|
| 744 |
+
"loss": 0.6089,
|
| 745 |
+
"step": 1050
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 0.719741979290443,
|
| 749 |
+
"grad_norm": 0.36343589425086975,
|
| 750 |
+
"learning_rate": 2.2215327949269886e-05,
|
| 751 |
+
"loss": 0.6155,
|
| 752 |
+
"step": 1060
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 0.7265319979629944,
|
| 756 |
+
"grad_norm": 0.3468243479728699,
|
| 757 |
+
"learning_rate": 2.123761463645878e-05,
|
| 758 |
+
"loss": 0.6282,
|
| 759 |
+
"step": 1070
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 0.7333220166355457,
|
| 763 |
+
"grad_norm": 0.37657150626182556,
|
| 764 |
+
"learning_rate": 2.0276069928369746e-05,
|
| 765 |
+
"loss": 0.6094,
|
| 766 |
+
"step": 1080
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.7401120353080971,
|
| 770 |
+
"grad_norm": 0.3502194583415985,
|
| 771 |
+
"learning_rate": 1.933123435167018e-05,
|
| 772 |
+
"loss": 0.6191,
|
| 773 |
+
"step": 1090
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 0.7469020539806485,
|
| 777 |
+
"grad_norm": 0.3248715102672577,
|
| 778 |
+
"learning_rate": 1.840363904008819e-05,
|
| 779 |
+
"loss": 0.6099,
|
| 780 |
+
"step": 1100
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 0.7536920726531998,
|
| 784 |
+
"grad_norm": 0.33478298783302307,
|
| 785 |
+
"learning_rate": 1.7493805435838874e-05,
|
| 786 |
+
"loss": 0.6126,
|
| 787 |
+
"step": 1110
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 0.7604820913257512,
|
| 791 |
+
"grad_norm": 0.3416365385055542,
|
| 792 |
+
"learning_rate": 1.660224499649861e-05,
|
| 793 |
+
"loss": 0.6202,
|
| 794 |
+
"step": 1120
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 0.7672721099983025,
|
| 798 |
+
"grad_norm": 0.37717097997665405,
|
| 799 |
+
"learning_rate": 1.5729458907492327e-05,
|
| 800 |
+
"loss": 0.6179,
|
| 801 |
+
"step": 1130
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 0.7740621286708539,
|
| 805 |
+
"grad_norm": 0.33141157031059265,
|
| 806 |
+
"learning_rate": 1.4875937800354988e-05,
|
| 807 |
+
"loss": 0.6101,
|
| 808 |
+
"step": 1140
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 0.7808521473434052,
|
| 812 |
+
"grad_norm": 0.3471899926662445,
|
| 813 |
+
"learning_rate": 1.404216147692598e-05,
|
| 814 |
+
"loss": 0.6176,
|
| 815 |
+
"step": 1150
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 0.7876421660159565,
|
| 819 |
+
"grad_norm": 0.349560409784317,
|
| 820 |
+
"learning_rate": 1.3228598639631418e-05,
|
| 821 |
+
"loss": 0.6166,
|
| 822 |
+
"step": 1160
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 0.7944321846885078,
|
| 826 |
+
"grad_norm": 0.3692922592163086,
|
| 827 |
+
"learning_rate": 1.2435706628005767e-05,
|
| 828 |
+
"loss": 0.6067,
|
| 829 |
+
"step": 1170
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.8012222033610592,
|
| 833 |
+
"grad_norm": 0.3713966906070709,
|
| 834 |
+
"learning_rate": 1.1663931161601188e-05,
|
| 835 |
+
"loss": 0.6105,
|
| 836 |
+
"step": 1180
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 0.8080122220336106,
|
| 840 |
+
"grad_norm": 0.3440631031990051,
|
| 841 |
+
"learning_rate": 1.0913706089428932e-05,
|
| 842 |
+
"loss": 0.6,
|
| 843 |
+
"step": 1190
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 0.8148022407061619,
|
| 847 |
+
"grad_norm": 0.35651665925979614,
|
| 848 |
+
"learning_rate": 1.0185453146073604e-05,
|
| 849 |
+
"loss": 0.6151,
|
| 850 |
+
"step": 1200
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 0.8215922593787133,
|
| 854 |
+
"grad_norm": 0.4277671277523041,
|
| 855 |
+
"learning_rate": 9.479581714617668e-06,
|
| 856 |
+
"loss": 0.6116,
|
| 857 |
+
"step": 1210
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 0.8283822780512646,
|
| 861 |
+
"grad_norm": 0.3536016345024109,
|
| 862 |
+
"learning_rate": 8.796488596509133e-06,
|
| 863 |
+
"loss": 0.6179,
|
| 864 |
+
"step": 1220
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 0.835172296723816,
|
| 868 |
+
"grad_norm": 0.3368649184703827,
|
| 869 |
+
"learning_rate": 8.136557788501903e-06,
|
| 870 |
+
"loss": 0.6168,
|
| 871 |
+
"step": 1230
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 0.8419623153963673,
|
| 875 |
+
"grad_norm": 0.3577621281147003,
|
| 876 |
+
"learning_rate": 7.500160266794371e-06,
|
| 877 |
+
"loss": 0.6163,
|
| 878 |
+
"step": 1240
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 0.8487523340689187,
|
| 882 |
+
"grad_norm": 0.34164294600486755,
|
| 883 |
+
"learning_rate": 6.887653778487307e-06,
|
| 884 |
+
"loss": 0.6151,
|
| 885 |
+
"step": 1250
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 0.8555423527414701,
|
| 889 |
+
"grad_norm": 0.3569304049015045,
|
| 890 |
+
"learning_rate": 6.2993826404783965e-06,
|
| 891 |
+
"loss": 0.6141,
|
| 892 |
+
"step": 1260
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 0.8623323714140214,
|
| 896 |
+
"grad_norm": 0.37374386191368103,
|
| 897 |
+
"learning_rate": 5.735677545906626e-06,
|
| 898 |
+
"loss": 0.6161,
|
| 899 |
+
"step": 1270
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 0.8691223900865728,
|
| 903 |
+
"grad_norm": 0.3596641719341278,
|
| 904 |
+
"learning_rate": 5.196855378254989e-06,
|
| 905 |
+
"loss": 0.6075,
|
| 906 |
+
"step": 1280
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 0.8759124087591241,
|
| 910 |
+
"grad_norm": 0.35499128699302673,
|
| 911 |
+
"learning_rate": 4.683219033216402e-06,
|
| 912 |
+
"loss": 0.6001,
|
| 913 |
+
"step": 1290
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 0.8827024274316755,
|
| 917 |
+
"grad_norm": 0.32738348841667175,
|
| 918 |
+
"learning_rate": 4.1950572484226345e-06,
|
| 919 |
+
"loss": 0.6094,
|
| 920 |
+
"step": 1300
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 0.8894924461042268,
|
| 924 |
+
"grad_norm": 0.3689960539340973,
|
| 925 |
+
"learning_rate": 3.7326444411321547e-06,
|
| 926 |
+
"loss": 0.6119,
|
| 927 |
+
"step": 1310
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 0.8962824647767781,
|
| 931 |
+
"grad_norm": 0.3303182125091553,
|
| 932 |
+
"learning_rate": 3.2962405539681217e-06,
|
| 933 |
+
"loss": 0.6084,
|
| 934 |
+
"step": 1320
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 0.9030724834493294,
|
| 938 |
+
"grad_norm": 0.3562391698360443,
|
| 939 |
+
"learning_rate": 2.8860909087931543e-06,
|
| 940 |
+
"loss": 0.6103,
|
| 941 |
+
"step": 1330
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 0.9098625021218808,
|
| 945 |
+
"grad_norm": 0.3637941777706146,
|
| 946 |
+
"learning_rate": 2.5024260688030987e-06,
|
| 947 |
+
"loss": 0.5962,
|
| 948 |
+
"step": 1340
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 0.9166525207944322,
|
| 952 |
+
"grad_norm": 0.3294752240180969,
|
| 953 |
+
"learning_rate": 2.145461708917312e-06,
|
| 954 |
+
"loss": 0.6043,
|
| 955 |
+
"step": 1350
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 0.9234425394669835,
|
| 959 |
+
"grad_norm": 0.35764122009277344,
|
| 960 |
+
"learning_rate": 1.8153984945382452e-06,
|
| 961 |
+
"loss": 0.6038,
|
| 962 |
+
"step": 1360
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 0.9302325581395349,
|
| 966 |
+
"grad_norm": 0.35339877009391785,
|
| 967 |
+
"learning_rate": 1.512421968748623e-06,
|
| 968 |
+
"loss": 0.5948,
|
| 969 |
+
"step": 1370
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 0.9370225768120862,
|
| 973 |
+
"grad_norm": 0.3505209982395172,
|
| 974 |
+
"learning_rate": 1.2367024480094691e-06,
|
| 975 |
+
"loss": 0.62,
|
| 976 |
+
"step": 1380
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 0.9438125954846376,
|
| 980 |
+
"grad_norm": 0.3490634560585022,
|
| 981 |
+
"learning_rate": 9.883949264176962e-07,
|
| 982 |
+
"loss": 0.5942,
|
| 983 |
+
"step": 1390
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 0.9506026141571889,
|
| 987 |
+
"grad_norm": 0.4094849228858948,
|
| 988 |
+
"learning_rate": 7.676389885771518e-07,
|
| 989 |
+
"loss": 0.6072,
|
| 990 |
+
"step": 1400
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 0.9573926328297403,
|
| 994 |
+
"grad_norm": 0.3647181987762451,
|
| 995 |
+
"learning_rate": 5.745587311318968e-07,
|
| 996 |
+
"loss": 0.603,
|
| 997 |
+
"step": 1410
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 0.9641826515022917,
|
| 1001 |
+
"grad_norm": 0.3373996615409851,
|
| 1002 |
+
"learning_rate": 4.0926269300603503e-07,
|
| 1003 |
+
"loss": 0.6036,
|
| 1004 |
+
"step": 1420
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 0.970972670174843,
|
| 1008 |
+
"grad_norm": 0.3408346176147461,
|
| 1009 |
+
"learning_rate": 2.71843794389226e-07,
|
| 1010 |
+
"loss": 0.6101,
|
| 1011 |
+
"step": 1430
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 0.9777626888473944,
|
| 1015 |
+
"grad_norm": 0.361774742603302,
|
| 1016 |
+
"learning_rate": 1.623792845020955e-07,
|
| 1017 |
+
"loss": 0.5909,
|
| 1018 |
+
"step": 1440
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 0.9845527075199457,
|
| 1022 |
+
"grad_norm": 0.3575396239757538,
|
| 1023 |
+
"learning_rate": 8.093069817109445e-08,
|
| 1024 |
+
"loss": 0.5922,
|
| 1025 |
+
"step": 1450
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 0.9913427261924971,
|
| 1029 |
+
"grad_norm": 0.3574063181877136,
|
| 1030 |
+
"learning_rate": 2.7543821237030475e-08,
|
| 1031 |
+
"loss": 0.6109,
|
| 1032 |
+
"step": 1460
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 0.9981327448650483,
|
| 1036 |
+
"grad_norm": 0.33741241693496704,
|
| 1037 |
+
"learning_rate": 2.2486648168396075e-09,
|
| 1038 |
+
"loss": 0.5931,
|
| 1039 |
+
"step": 1470
|
| 1040 |
+
}
|
| 1041 |
+
],
|
| 1042 |
+
"logging_steps": 10,
|
| 1043 |
+
"max_steps": 1473,
|
| 1044 |
+
"num_input_tokens_seen": 0,
|
| 1045 |
+
"num_train_epochs": 1,
|
| 1046 |
+
"save_steps": 500,
|
| 1047 |
+
"stateful_callbacks": {
|
| 1048 |
+
"TrainerControl": {
|
| 1049 |
+
"args": {
|
| 1050 |
+
"should_epoch_stop": false,
|
| 1051 |
+
"should_evaluate": false,
|
| 1052 |
+
"should_log": false,
|
| 1053 |
+
"should_save": true,
|
| 1054 |
+
"should_training_stop": true
|
| 1055 |
+
},
|
| 1056 |
+
"attributes": {}
|
| 1057 |
+
}
|
| 1058 |
+
},
|
| 1059 |
+
"total_flos": 2.1892094394273628e+18,
|
| 1060 |
+
"train_batch_size": 1,
|
| 1061 |
+
"trial_name": null,
|
| 1062 |
+
"trial_params": null
|
| 1063 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51589b25bf707b091cdc744a9eaf4e5cb21133a1ab224f396a763f60bbd1a21a
|
| 3 |
+
size 6225
|
video_preprocessor_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"do_center_crop": null,
|
| 7 |
+
"do_convert_rgb": true,
|
| 8 |
+
"do_normalize": true,
|
| 9 |
+
"do_pad": null,
|
| 10 |
+
"do_rescale": true,
|
| 11 |
+
"do_resize": true,
|
| 12 |
+
"do_sample_frames": false,
|
| 13 |
+
"fps": null,
|
| 14 |
+
"image_mean": [
|
| 15 |
+
0.48145466,
|
| 16 |
+
0.4578275,
|
| 17 |
+
0.40821073
|
| 18 |
+
],
|
| 19 |
+
"image_std": [
|
| 20 |
+
0.26862954,
|
| 21 |
+
0.26130258,
|
| 22 |
+
0.27577711
|
| 23 |
+
],
|
| 24 |
+
"input_data_format": null,
|
| 25 |
+
"max_frames": 768,
|
| 26 |
+
"max_pixels": 12845056,
|
| 27 |
+
"merge_size": 2,
|
| 28 |
+
"min_frames": 4,
|
| 29 |
+
"min_pixels": 3136,
|
| 30 |
+
"num_frames": null,
|
| 31 |
+
"patch_size": 14,
|
| 32 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
| 33 |
+
"resample": 3,
|
| 34 |
+
"rescale_factor": 0.00392156862745098,
|
| 35 |
+
"return_metadata": false,
|
| 36 |
+
"size": {
|
| 37 |
+
"longest_edge": 12845056,
|
| 38 |
+
"shortest_edge": 3136
|
| 39 |
+
},
|
| 40 |
+
"size_divisor": null,
|
| 41 |
+
"temporal_patch_size": 2,
|
| 42 |
+
"video_metadata": null,
|
| 43 |
+
"video_processor_type": "Qwen2VLVideoProcessor"
|
| 44 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|