Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +279 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- chat_template.json +3 -0
- merges.txt +0 -0
- preprocessor_config.json +29 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +213 -0
- trainer_state.json +1062 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-VL-3B-Instruct-AWQ
|
| 3 |
+
library_name: peft
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.12.0
|
adapter_config.json
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-VL-3B-Instruct-AWQ",
|
| 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": 16,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 8,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": [
|
| 23 |
+
"model.layers.1.mlp.up_proj",
|
| 24 |
+
"model.layers.18.mlp.gate_proj",
|
| 25 |
+
"model.layers.8.mlp.gate_proj",
|
| 26 |
+
"model.layers.27.mlp.up_proj",
|
| 27 |
+
"model.layers.12.mlp.down_proj",
|
| 28 |
+
"model.layers.9.mlp.up_proj",
|
| 29 |
+
"model.layers.17.self_attn.o_proj",
|
| 30 |
+
"model.layers.20.self_attn.q_proj",
|
| 31 |
+
"model.layers.24.self_attn.o_proj",
|
| 32 |
+
"model.layers.4.self_attn.v_proj",
|
| 33 |
+
"model.layers.13.self_attn.o_proj",
|
| 34 |
+
"model.layers.27.self_attn.q_proj",
|
| 35 |
+
"model.layers.11.mlp.gate_proj",
|
| 36 |
+
"model.layers.30.mlp.gate_proj",
|
| 37 |
+
"model.layers.30.self_attn.k_proj",
|
| 38 |
+
"model.layers.24.mlp.down_proj",
|
| 39 |
+
"model.layers.13.mlp.up_proj",
|
| 40 |
+
"model.layers.24.mlp.up_proj",
|
| 41 |
+
"model.layers.35.self_attn.q_proj",
|
| 42 |
+
"model.layers.26.self_attn.q_proj",
|
| 43 |
+
"model.layers.32.self_attn.o_proj",
|
| 44 |
+
"model.layers.9.mlp.gate_proj",
|
| 45 |
+
"model.layers.33.mlp.gate_proj",
|
| 46 |
+
"model.layers.0.mlp.down_proj",
|
| 47 |
+
"model.layers.24.self_attn.v_proj",
|
| 48 |
+
"model.layers.2.self_attn.o_proj",
|
| 49 |
+
"model.layers.1.mlp.gate_proj",
|
| 50 |
+
"model.layers.3.mlp.up_proj",
|
| 51 |
+
"model.layers.14.mlp.up_proj",
|
| 52 |
+
"model.layers.7.mlp.up_proj",
|
| 53 |
+
"model.layers.15.self_attn.q_proj",
|
| 54 |
+
"model.layers.18.self_attn.v_proj",
|
| 55 |
+
"model.layers.19.mlp.gate_proj",
|
| 56 |
+
"model.layers.35.mlp.down_proj",
|
| 57 |
+
"model.layers.8.mlp.down_proj",
|
| 58 |
+
"model.layers.23.self_attn.q_proj",
|
| 59 |
+
"model.layers.10.mlp.down_proj",
|
| 60 |
+
"model.layers.34.self_attn.v_proj",
|
| 61 |
+
"model.layers.20.self_attn.v_proj",
|
| 62 |
+
"model.layers.34.self_attn.q_proj",
|
| 63 |
+
"model.layers.21.mlp.gate_proj",
|
| 64 |
+
"model.layers.15.mlp.up_proj",
|
| 65 |
+
"model.layers.28.mlp.down_proj",
|
| 66 |
+
"model.layers.9.mlp.down_proj",
|
| 67 |
+
"model.layers.14.self_attn.v_proj",
|
| 68 |
+
"model.layers.6.self_attn.o_proj",
|
| 69 |
+
"model.layers.7.self_attn.k_proj",
|
| 70 |
+
"model.layers.32.mlp.gate_proj",
|
| 71 |
+
"model.layers.33.self_attn.q_proj",
|
| 72 |
+
"model.layers.14.self_attn.o_proj",
|
| 73 |
+
"model.layers.4.mlp.gate_proj",
|
| 74 |
+
"model.layers.6.self_attn.v_proj",
|
| 75 |
+
"model.layers.10.mlp.up_proj",
|
| 76 |
+
"model.layers.13.mlp.gate_proj",
|
| 77 |
+
"model.layers.23.mlp.up_proj",
|
| 78 |
+
"model.layers.28.self_attn.k_proj",
|
| 79 |
+
"model.layers.35.mlp.up_proj",
|
| 80 |
+
"model.layers.11.self_attn.q_proj",
|
| 81 |
+
"model.layers.5.self_attn.o_proj",
|
| 82 |
+
"model.layers.28.mlp.up_proj",
|
| 83 |
+
"model.layers.26.mlp.gate_proj",
|
| 84 |
+
"model.layers.19.mlp.up_proj",
|
| 85 |
+
"model.layers.18.self_attn.k_proj",
|
| 86 |
+
"model.layers.30.mlp.down_proj",
|
| 87 |
+
"model.layers.21.self_attn.v_proj",
|
| 88 |
+
"model.layers.17.mlp.up_proj",
|
| 89 |
+
"model.layers.28.self_attn.v_proj",
|
| 90 |
+
"model.layers.3.mlp.gate_proj",
|
| 91 |
+
"model.layers.19.self_attn.o_proj",
|
| 92 |
+
"model.layers.6.mlp.down_proj",
|
| 93 |
+
"model.layers.20.self_attn.k_proj",
|
| 94 |
+
"model.layers.17.self_attn.q_proj",
|
| 95 |
+
"model.layers.25.mlp.down_proj",
|
| 96 |
+
"model.layers.28.self_attn.q_proj",
|
| 97 |
+
"model.layers.0.self_attn.v_proj",
|
| 98 |
+
"model.layers.29.self_attn.k_proj",
|
| 99 |
+
"model.layers.13.self_attn.q_proj",
|
| 100 |
+
"model.layers.29.self_attn.q_proj",
|
| 101 |
+
"model.layers.32.self_attn.k_proj",
|
| 102 |
+
"model.layers.34.mlp.down_proj",
|
| 103 |
+
"model.layers.35.self_attn.k_proj",
|
| 104 |
+
"model.layers.5.mlp.gate_proj",
|
| 105 |
+
"model.layers.3.self_attn.o_proj",
|
| 106 |
+
"model.layers.34.self_attn.o_proj",
|
| 107 |
+
"model.layers.1.self_attn.o_proj",
|
| 108 |
+
"model.layers.11.self_attn.v_proj",
|
| 109 |
+
"model.layers.34.self_attn.k_proj",
|
| 110 |
+
"model.layers.23.self_attn.o_proj",
|
| 111 |
+
"model.layers.4.mlp.down_proj",
|
| 112 |
+
"model.layers.17.self_attn.k_proj",
|
| 113 |
+
"model.layers.2.self_attn.q_proj",
|
| 114 |
+
"model.layers.25.mlp.gate_proj",
|
| 115 |
+
"model.layers.30.self_attn.o_proj",
|
| 116 |
+
"model.layers.21.mlp.down_proj",
|
| 117 |
+
"model.layers.6.mlp.up_proj",
|
| 118 |
+
"model.layers.19.self_attn.v_proj",
|
| 119 |
+
"model.layers.14.self_attn.q_proj",
|
| 120 |
+
"model.layers.23.self_attn.v_proj",
|
| 121 |
+
"model.layers.31.self_attn.q_proj",
|
| 122 |
+
"model.layers.1.self_attn.k_proj",
|
| 123 |
+
"model.layers.26.self_attn.v_proj",
|
| 124 |
+
"model.layers.3.mlp.down_proj",
|
| 125 |
+
"model.layers.6.self_attn.q_proj",
|
| 126 |
+
"model.layers.33.self_attn.k_proj",
|
| 127 |
+
"model.layers.33.mlp.up_proj",
|
| 128 |
+
"model.layers.2.mlp.down_proj",
|
| 129 |
+
"model.layers.15.self_attn.k_proj",
|
| 130 |
+
"model.layers.10.self_attn.k_proj",
|
| 131 |
+
"model.layers.0.self_attn.q_proj",
|
| 132 |
+
"model.layers.12.self_attn.o_proj",
|
| 133 |
+
"model.layers.7.self_attn.o_proj",
|
| 134 |
+
"model.layers.16.mlp.down_proj",
|
| 135 |
+
"model.layers.5.mlp.up_proj",
|
| 136 |
+
"model.layers.16.self_attn.q_proj",
|
| 137 |
+
"model.layers.21.self_attn.o_proj",
|
| 138 |
+
"model.layers.11.mlp.up_proj",
|
| 139 |
+
"model.layers.9.self_attn.v_proj",
|
| 140 |
+
"model.layers.11.self_attn.k_proj",
|
| 141 |
+
"model.layers.35.self_attn.v_proj",
|
| 142 |
+
"model.layers.3.self_attn.k_proj",
|
| 143 |
+
"model.layers.27.self_attn.k_proj",
|
| 144 |
+
"model.layers.34.mlp.gate_proj",
|
| 145 |
+
"model.layers.25.self_attn.k_proj",
|
| 146 |
+
"model.layers.25.mlp.up_proj",
|
| 147 |
+
"model.layers.26.mlp.down_proj",
|
| 148 |
+
"model.layers.34.mlp.up_proj",
|
| 149 |
+
"model.layers.13.self_attn.k_proj",
|
| 150 |
+
"model.layers.27.self_attn.o_proj",
|
| 151 |
+
"model.layers.21.self_attn.q_proj",
|
| 152 |
+
"model.layers.29.mlp.gate_proj",
|
| 153 |
+
"model.layers.8.self_attn.o_proj",
|
| 154 |
+
"model.layers.10.self_attn.o_proj",
|
| 155 |
+
"model.layers.26.self_attn.k_proj",
|
| 156 |
+
"model.layers.24.mlp.gate_proj",
|
| 157 |
+
"model.layers.32.self_attn.q_proj",
|
| 158 |
+
"model.layers.5.self_attn.k_proj",
|
| 159 |
+
"model.layers.5.mlp.down_proj",
|
| 160 |
+
"model.layers.23.mlp.gate_proj",
|
| 161 |
+
"model.layers.1.self_attn.v_proj",
|
| 162 |
+
"model.layers.5.self_attn.q_proj",
|
| 163 |
+
"model.layers.6.mlp.gate_proj",
|
| 164 |
+
"model.layers.4.self_attn.o_proj",
|
| 165 |
+
"model.layers.21.self_attn.k_proj",
|
| 166 |
+
"model.layers.17.mlp.down_proj",
|
| 167 |
+
"model.layers.22.self_attn.v_proj",
|
| 168 |
+
"model.layers.2.self_attn.k_proj",
|
| 169 |
+
"model.layers.2.mlp.gate_proj",
|
| 170 |
+
"model.layers.29.self_attn.v_proj",
|
| 171 |
+
"model.layers.29.mlp.down_proj",
|
| 172 |
+
"model.layers.0.self_attn.k_proj",
|
| 173 |
+
"model.layers.17.mlp.gate_proj",
|
| 174 |
+
"model.layers.0.self_attn.o_proj",
|
| 175 |
+
"model.layers.21.mlp.up_proj",
|
| 176 |
+
"model.layers.1.self_attn.q_proj",
|
| 177 |
+
"model.layers.8.self_attn.q_proj",
|
| 178 |
+
"model.layers.22.self_attn.q_proj",
|
| 179 |
+
"model.layers.12.mlp.gate_proj",
|
| 180 |
+
"model.layers.31.self_attn.o_proj",
|
| 181 |
+
"model.layers.35.self_attn.o_proj",
|
| 182 |
+
"model.layers.9.self_attn.o_proj",
|
| 183 |
+
"model.layers.26.self_attn.o_proj",
|
| 184 |
+
"model.layers.7.self_attn.q_proj",
|
| 185 |
+
"model.layers.22.mlp.gate_proj",
|
| 186 |
+
"model.layers.19.self_attn.k_proj",
|
| 187 |
+
"model.layers.22.self_attn.k_proj",
|
| 188 |
+
"model.layers.9.self_attn.q_proj",
|
| 189 |
+
"model.layers.15.self_attn.v_proj",
|
| 190 |
+
"model.layers.33.mlp.down_proj",
|
| 191 |
+
"model.layers.11.self_attn.o_proj",
|
| 192 |
+
"model.layers.23.mlp.down_proj",
|
| 193 |
+
"model.layers.31.self_attn.v_proj",
|
| 194 |
+
"model.layers.31.mlp.gate_proj",
|
| 195 |
+
"model.layers.7.mlp.gate_proj",
|
| 196 |
+
"model.layers.27.mlp.gate_proj",
|
| 197 |
+
"model.layers.13.self_attn.v_proj",
|
| 198 |
+
"model.layers.29.self_attn.o_proj",
|
| 199 |
+
"model.layers.17.self_attn.v_proj",
|
| 200 |
+
"model.layers.10.mlp.gate_proj",
|
| 201 |
+
"model.layers.29.mlp.up_proj",
|
| 202 |
+
"model.layers.19.self_attn.q_proj",
|
| 203 |
+
"model.layers.27.self_attn.v_proj",
|
| 204 |
+
"model.layers.8.mlp.up_proj",
|
| 205 |
+
"model.layers.4.self_attn.q_proj",
|
| 206 |
+
"model.layers.6.self_attn.k_proj",
|
| 207 |
+
"model.layers.12.self_attn.k_proj",
|
| 208 |
+
"model.layers.15.mlp.down_proj",
|
| 209 |
+
"model.layers.25.self_attn.v_proj",
|
| 210 |
+
"model.layers.16.mlp.gate_proj",
|
| 211 |
+
"model.layers.9.self_attn.k_proj",
|
| 212 |
+
"model.layers.7.mlp.down_proj",
|
| 213 |
+
"model.layers.10.self_attn.q_proj",
|
| 214 |
+
"model.layers.14.mlp.gate_proj",
|
| 215 |
+
"model.layers.24.self_attn.q_proj",
|
| 216 |
+
"model.layers.12.self_attn.q_proj",
|
| 217 |
+
"model.layers.24.self_attn.k_proj",
|
| 218 |
+
"model.layers.18.self_attn.o_proj",
|
| 219 |
+
"model.layers.28.self_attn.o_proj",
|
| 220 |
+
"model.layers.31.mlp.down_proj",
|
| 221 |
+
"model.layers.25.self_attn.q_proj",
|
| 222 |
+
"model.layers.12.mlp.up_proj",
|
| 223 |
+
"model.layers.32.mlp.up_proj",
|
| 224 |
+
"model.layers.28.mlp.gate_proj",
|
| 225 |
+
"model.layers.30.self_attn.v_proj",
|
| 226 |
+
"model.layers.27.mlp.down_proj",
|
| 227 |
+
"model.layers.8.self_attn.v_proj",
|
| 228 |
+
"model.layers.13.mlp.down_proj",
|
| 229 |
+
"model.layers.16.mlp.up_proj",
|
| 230 |
+
"model.layers.20.self_attn.o_proj",
|
| 231 |
+
"model.layers.22.mlp.up_proj",
|
| 232 |
+
"model.layers.23.self_attn.k_proj",
|
| 233 |
+
"model.layers.0.mlp.gate_proj",
|
| 234 |
+
"model.layers.22.mlp.down_proj",
|
| 235 |
+
"model.layers.25.self_attn.o_proj",
|
| 236 |
+
"model.layers.2.self_attn.v_proj",
|
| 237 |
+
"model.layers.15.self_attn.o_proj",
|
| 238 |
+
"model.layers.33.self_attn.v_proj",
|
| 239 |
+
"model.layers.26.mlp.up_proj",
|
| 240 |
+
"model.layers.19.mlp.down_proj",
|
| 241 |
+
"model.layers.31.mlp.up_proj",
|
| 242 |
+
"model.layers.14.self_attn.k_proj",
|
| 243 |
+
"model.layers.3.self_attn.v_proj",
|
| 244 |
+
"model.layers.15.mlp.gate_proj",
|
| 245 |
+
"model.layers.20.mlp.up_proj",
|
| 246 |
+
"model.layers.18.self_attn.q_proj",
|
| 247 |
+
"model.layers.35.mlp.gate_proj",
|
| 248 |
+
"model.layers.4.mlp.up_proj",
|
| 249 |
+
"model.layers.16.self_attn.k_proj",
|
| 250 |
+
"model.layers.22.self_attn.o_proj",
|
| 251 |
+
"model.layers.32.self_attn.v_proj",
|
| 252 |
+
"model.layers.2.mlp.up_proj",
|
| 253 |
+
"model.layers.4.self_attn.k_proj",
|
| 254 |
+
"model.layers.18.mlp.up_proj",
|
| 255 |
+
"model.layers.20.mlp.gate_proj",
|
| 256 |
+
"model.layers.20.mlp.down_proj",
|
| 257 |
+
"model.layers.12.self_attn.v_proj",
|
| 258 |
+
"model.layers.30.mlp.up_proj",
|
| 259 |
+
"model.layers.18.mlp.down_proj",
|
| 260 |
+
"model.layers.31.self_attn.k_proj",
|
| 261 |
+
"model.layers.0.mlp.up_proj",
|
| 262 |
+
"model.layers.3.self_attn.q_proj",
|
| 263 |
+
"model.layers.7.self_attn.v_proj",
|
| 264 |
+
"model.layers.11.mlp.down_proj",
|
| 265 |
+
"model.layers.16.self_attn.o_proj",
|
| 266 |
+
"model.layers.32.mlp.down_proj",
|
| 267 |
+
"model.layers.10.self_attn.v_proj",
|
| 268 |
+
"model.layers.30.self_attn.q_proj",
|
| 269 |
+
"model.layers.5.self_attn.v_proj",
|
| 270 |
+
"model.layers.1.mlp.down_proj",
|
| 271 |
+
"model.layers.16.self_attn.v_proj",
|
| 272 |
+
"model.layers.33.self_attn.o_proj",
|
| 273 |
+
"model.layers.14.mlp.down_proj",
|
| 274 |
+
"model.layers.8.self_attn.k_proj"
|
| 275 |
+
],
|
| 276 |
+
"task_type": "CAUSAL_LM",
|
| 277 |
+
"use_dora": false,
|
| 278 |
+
"use_rslora": false
|
| 279 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:488d180c0e8b6824ea8afd1aedb699229230161ef2800beccf05d85f5299b6dd
|
| 3 |
+
size 59933632
|
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.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
|
| 3 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.48145466,
|
| 8 |
+
0.4578275,
|
| 9 |
+
0.40821073
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.26862954,
|
| 14 |
+
0.26130258,
|
| 15 |
+
0.27577711
|
| 16 |
+
],
|
| 17 |
+
"max_pixels": 12845056,
|
| 18 |
+
"merge_size": 2,
|
| 19 |
+
"min_pixels": 3136,
|
| 20 |
+
"patch_size": 14,
|
| 21 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
| 22 |
+
"resample": 3,
|
| 23 |
+
"rescale_factor": 0.00392156862745098,
|
| 24 |
+
"size": {
|
| 25 |
+
"longest_edge": 12845056,
|
| 26 |
+
"shortest_edge": 3136
|
| 27 |
+
},
|
| 28 |
+
"temporal_patch_size": 2
|
| 29 |
+
}
|
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:5eee858c5123a4279c3e1f7b81247343f356ac767940b2692a928ad929543214
|
| 3 |
+
size 11422063
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|im_end|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"extra_special_tokens": {},
|
| 203 |
+
"max_length": null,
|
| 204 |
+
"model_max_length": 60000,
|
| 205 |
+
"pad_to_multiple_of": null,
|
| 206 |
+
"pad_token": "<|endoftext|>",
|
| 207 |
+
"pad_token_type_id": 0,
|
| 208 |
+
"padding_side": "right",
|
| 209 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
| 210 |
+
"split_special_tokens": false,
|
| 211 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 212 |
+
"unk_token": null
|
| 213 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1062 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 147,
|
| 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.006843455945252352,
|
| 13 |
+
"grad_norm": 0.636521577835083,
|
| 14 |
+
"learning_rate": 1.3698630136986302e-06,
|
| 15 |
+
"loss": 1.1329,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.013686911890504704,
|
| 20 |
+
"grad_norm": 0.6118377447128296,
|
| 21 |
+
"learning_rate": 2.7397260273972604e-06,
|
| 22 |
+
"loss": 1.1221,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.020530367835757058,
|
| 27 |
+
"grad_norm": 0.6123018264770508,
|
| 28 |
+
"learning_rate": 4.10958904109589e-06,
|
| 29 |
+
"loss": 1.0956,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.02737382378100941,
|
| 34 |
+
"grad_norm": 0.6341288685798645,
|
| 35 |
+
"learning_rate": 5.479452054794521e-06,
|
| 36 |
+
"loss": 1.0895,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.03421727972626176,
|
| 41 |
+
"grad_norm": 0.6400193572044373,
|
| 42 |
+
"learning_rate": 6.849315068493151e-06,
|
| 43 |
+
"loss": 1.1281,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.041060735671514116,
|
| 48 |
+
"grad_norm": 0.6368623375892639,
|
| 49 |
+
"learning_rate": 8.21917808219178e-06,
|
| 50 |
+
"loss": 1.0861,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.04790419161676647,
|
| 55 |
+
"grad_norm": 0.6226847171783447,
|
| 56 |
+
"learning_rate": 9.589041095890411e-06,
|
| 57 |
+
"loss": 1.0808,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.05474764756201882,
|
| 62 |
+
"grad_norm": 0.6211888194084167,
|
| 63 |
+
"learning_rate": 1.0958904109589042e-05,
|
| 64 |
+
"loss": 1.1314,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.06159110350727117,
|
| 69 |
+
"grad_norm": 0.6583495736122131,
|
| 70 |
+
"learning_rate": 1.2328767123287671e-05,
|
| 71 |
+
"loss": 1.1426,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.06843455945252352,
|
| 76 |
+
"grad_norm": 0.6530178785324097,
|
| 77 |
+
"learning_rate": 1.3698630136986302e-05,
|
| 78 |
+
"loss": 1.1281,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.07527801539777587,
|
| 83 |
+
"grad_norm": 0.6536809206008911,
|
| 84 |
+
"learning_rate": 1.5068493150684931e-05,
|
| 85 |
+
"loss": 1.1049,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.08212147134302823,
|
| 90 |
+
"grad_norm": 0.617668628692627,
|
| 91 |
+
"learning_rate": 1.643835616438356e-05,
|
| 92 |
+
"loss": 1.0988,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.08896492728828058,
|
| 97 |
+
"grad_norm": 0.6528647541999817,
|
| 98 |
+
"learning_rate": 1.780821917808219e-05,
|
| 99 |
+
"loss": 1.1277,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.09580838323353294,
|
| 104 |
+
"grad_norm": 0.6655603647232056,
|
| 105 |
+
"learning_rate": 1.9178082191780822e-05,
|
| 106 |
+
"loss": 1.1288,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.10265183917878529,
|
| 111 |
+
"grad_norm": 0.6599170565605164,
|
| 112 |
+
"learning_rate": 2.0547945205479453e-05,
|
| 113 |
+
"loss": 1.0877,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.10949529512403763,
|
| 118 |
+
"grad_norm": 0.6430280804634094,
|
| 119 |
+
"learning_rate": 2.1917808219178083e-05,
|
| 120 |
+
"loss": 1.0996,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.11633875106929,
|
| 125 |
+
"grad_norm": 0.6132543087005615,
|
| 126 |
+
"learning_rate": 2.328767123287671e-05,
|
| 127 |
+
"loss": 1.0562,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.12318220701454234,
|
| 132 |
+
"grad_norm": 0.6341537237167358,
|
| 133 |
+
"learning_rate": 2.4657534246575342e-05,
|
| 134 |
+
"loss": 1.0608,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.1300256629597947,
|
| 139 |
+
"grad_norm": 0.6119030117988586,
|
| 140 |
+
"learning_rate": 2.6027397260273973e-05,
|
| 141 |
+
"loss": 1.1043,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.13686911890504705,
|
| 146 |
+
"grad_norm": 0.6095110177993774,
|
| 147 |
+
"learning_rate": 2.7397260273972603e-05,
|
| 148 |
+
"loss": 1.0031,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.1437125748502994,
|
| 153 |
+
"grad_norm": 0.6125332117080688,
|
| 154 |
+
"learning_rate": 2.8767123287671234e-05,
|
| 155 |
+
"loss": 1.0211,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.15055603079555174,
|
| 160 |
+
"grad_norm": 0.5320484638214111,
|
| 161 |
+
"learning_rate": 3.0136986301369862e-05,
|
| 162 |
+
"loss": 1.0035,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.15739948674080412,
|
| 167 |
+
"grad_norm": 0.5538317561149597,
|
| 168 |
+
"learning_rate": 3.1506849315068496e-05,
|
| 169 |
+
"loss": 1.0123,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.16424294268605646,
|
| 174 |
+
"grad_norm": 0.49668481945991516,
|
| 175 |
+
"learning_rate": 3.287671232876712e-05,
|
| 176 |
+
"loss": 1.0105,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.1710863986313088,
|
| 181 |
+
"grad_norm": 0.4756055474281311,
|
| 182 |
+
"learning_rate": 3.424657534246575e-05,
|
| 183 |
+
"loss": 0.97,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.17792985457656116,
|
| 188 |
+
"grad_norm": 0.45267367362976074,
|
| 189 |
+
"learning_rate": 3.561643835616438e-05,
|
| 190 |
+
"loss": 0.9567,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.1847733105218135,
|
| 195 |
+
"grad_norm": 0.41849184036254883,
|
| 196 |
+
"learning_rate": 3.698630136986301e-05,
|
| 197 |
+
"loss": 0.9829,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.19161676646706588,
|
| 202 |
+
"grad_norm": 0.4102514982223511,
|
| 203 |
+
"learning_rate": 3.8356164383561644e-05,
|
| 204 |
+
"loss": 0.9688,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.19846022241231823,
|
| 209 |
+
"grad_norm": 0.388466477394104,
|
| 210 |
+
"learning_rate": 3.9726027397260274e-05,
|
| 211 |
+
"loss": 0.9291,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.20530367835757057,
|
| 216 |
+
"grad_norm": 0.37776416540145874,
|
| 217 |
+
"learning_rate": 4.1095890410958905e-05,
|
| 218 |
+
"loss": 0.9405,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.21214713430282292,
|
| 223 |
+
"grad_norm": 0.3908478021621704,
|
| 224 |
+
"learning_rate": 4.2465753424657536e-05,
|
| 225 |
+
"loss": 0.9224,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.21899059024807527,
|
| 230 |
+
"grad_norm": 0.37186965346336365,
|
| 231 |
+
"learning_rate": 4.383561643835617e-05,
|
| 232 |
+
"loss": 0.9149,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.22583404619332764,
|
| 237 |
+
"grad_norm": 0.3980225920677185,
|
| 238 |
+
"learning_rate": 4.520547945205479e-05,
|
| 239 |
+
"loss": 0.9399,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.23267750213858,
|
| 244 |
+
"grad_norm": 0.43066874146461487,
|
| 245 |
+
"learning_rate": 4.657534246575342e-05,
|
| 246 |
+
"loss": 0.9326,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.23952095808383234,
|
| 251 |
+
"grad_norm": 0.4322938024997711,
|
| 252 |
+
"learning_rate": 4.794520547945205e-05,
|
| 253 |
+
"loss": 0.9361,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.24636441402908468,
|
| 258 |
+
"grad_norm": 0.40527796745300293,
|
| 259 |
+
"learning_rate": 4.9315068493150684e-05,
|
| 260 |
+
"loss": 0.8739,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.25320786997433703,
|
| 265 |
+
"grad_norm": 0.4267694354057312,
|
| 266 |
+
"learning_rate": 5.068493150684932e-05,
|
| 267 |
+
"loss": 0.8942,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.2600513259195894,
|
| 272 |
+
"grad_norm": 0.3659462034702301,
|
| 273 |
+
"learning_rate": 5.2054794520547945e-05,
|
| 274 |
+
"loss": 0.8692,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.2668947818648417,
|
| 279 |
+
"grad_norm": 0.3301553726196289,
|
| 280 |
+
"learning_rate": 5.342465753424658e-05,
|
| 281 |
+
"loss": 0.9074,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.2737382378100941,
|
| 286 |
+
"grad_norm": 0.28800147771835327,
|
| 287 |
+
"learning_rate": 5.479452054794521e-05,
|
| 288 |
+
"loss": 0.8746,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.2805816937553465,
|
| 293 |
+
"grad_norm": 0.29222574830055237,
|
| 294 |
+
"learning_rate": 5.616438356164384e-05,
|
| 295 |
+
"loss": 0.8465,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.2874251497005988,
|
| 300 |
+
"grad_norm": 0.3136586844921112,
|
| 301 |
+
"learning_rate": 5.753424657534247e-05,
|
| 302 |
+
"loss": 0.8279,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.29426860564585117,
|
| 307 |
+
"grad_norm": 0.30682700872421265,
|
| 308 |
+
"learning_rate": 5.89041095890411e-05,
|
| 309 |
+
"loss": 0.8283,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.3011120615911035,
|
| 314 |
+
"grad_norm": 0.31840255856513977,
|
| 315 |
+
"learning_rate": 6.0273972602739724e-05,
|
| 316 |
+
"loss": 0.8239,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.30795551753635586,
|
| 321 |
+
"grad_norm": 0.335709810256958,
|
| 322 |
+
"learning_rate": 6.164383561643835e-05,
|
| 323 |
+
"loss": 0.7844,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.31479897348160824,
|
| 328 |
+
"grad_norm": 0.35194239020347595,
|
| 329 |
+
"learning_rate": 6.301369863013699e-05,
|
| 330 |
+
"loss": 0.7742,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.32164242942686055,
|
| 335 |
+
"grad_norm": 0.31687647104263306,
|
| 336 |
+
"learning_rate": 6.438356164383562e-05,
|
| 337 |
+
"loss": 0.8081,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.32848588537211293,
|
| 342 |
+
"grad_norm": 0.3712421655654907,
|
| 343 |
+
"learning_rate": 6.575342465753424e-05,
|
| 344 |
+
"loss": 0.8125,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.33532934131736525,
|
| 349 |
+
"grad_norm": 0.3325323462486267,
|
| 350 |
+
"learning_rate": 6.712328767123288e-05,
|
| 351 |
+
"loss": 0.8222,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.3421727972626176,
|
| 356 |
+
"grad_norm": 0.363585889339447,
|
| 357 |
+
"learning_rate": 6.84931506849315e-05,
|
| 358 |
+
"loss": 0.7796,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.34901625320787,
|
| 363 |
+
"grad_norm": 0.2978096604347229,
|
| 364 |
+
"learning_rate": 6.986301369863014e-05,
|
| 365 |
+
"loss": 0.7721,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.3558597091531223,
|
| 370 |
+
"grad_norm": 0.3298179507255554,
|
| 371 |
+
"learning_rate": 7.123287671232876e-05,
|
| 372 |
+
"loss": 0.8432,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.3627031650983747,
|
| 377 |
+
"grad_norm": 0.3100487291812897,
|
| 378 |
+
"learning_rate": 7.26027397260274e-05,
|
| 379 |
+
"loss": 0.8087,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.369546621043627,
|
| 384 |
+
"grad_norm": 0.2862851917743683,
|
| 385 |
+
"learning_rate": 7.397260273972603e-05,
|
| 386 |
+
"loss": 0.7897,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.3763900769888794,
|
| 391 |
+
"grad_norm": 0.2820994257926941,
|
| 392 |
+
"learning_rate": 7.534246575342466e-05,
|
| 393 |
+
"loss": 0.7961,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.38323353293413176,
|
| 398 |
+
"grad_norm": 0.2562536299228668,
|
| 399 |
+
"learning_rate": 7.671232876712329e-05,
|
| 400 |
+
"loss": 0.7868,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.3900769888793841,
|
| 405 |
+
"grad_norm": 0.27137479186058044,
|
| 406 |
+
"learning_rate": 7.808219178082192e-05,
|
| 407 |
+
"loss": 0.7652,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.39692044482463645,
|
| 412 |
+
"grad_norm": 0.23977969586849213,
|
| 413 |
+
"learning_rate": 7.945205479452055e-05,
|
| 414 |
+
"loss": 0.7396,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.4037639007698888,
|
| 419 |
+
"grad_norm": 0.2629208564758301,
|
| 420 |
+
"learning_rate": 8.082191780821919e-05,
|
| 421 |
+
"loss": 0.7764,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.41060735671514115,
|
| 426 |
+
"grad_norm": 0.25315892696380615,
|
| 427 |
+
"learning_rate": 8.219178082191781e-05,
|
| 428 |
+
"loss": 0.7837,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.4174508126603935,
|
| 433 |
+
"grad_norm": 0.2620966136455536,
|
| 434 |
+
"learning_rate": 8.356164383561645e-05,
|
| 435 |
+
"loss": 0.7686,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.42429426860564584,
|
| 440 |
+
"grad_norm": 0.27335497736930847,
|
| 441 |
+
"learning_rate": 8.493150684931507e-05,
|
| 442 |
+
"loss": 0.7577,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.4311377245508982,
|
| 447 |
+
"grad_norm": 0.26212769746780396,
|
| 448 |
+
"learning_rate": 8.630136986301371e-05,
|
| 449 |
+
"loss": 0.7834,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.43798118049615054,
|
| 454 |
+
"grad_norm": 0.2612573802471161,
|
| 455 |
+
"learning_rate": 8.767123287671233e-05,
|
| 456 |
+
"loss": 0.7433,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.4448246364414029,
|
| 461 |
+
"grad_norm": 0.2643480598926544,
|
| 462 |
+
"learning_rate": 8.904109589041096e-05,
|
| 463 |
+
"loss": 0.7472,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.4516680923866553,
|
| 468 |
+
"grad_norm": 0.2663419246673584,
|
| 469 |
+
"learning_rate": 9.041095890410958e-05,
|
| 470 |
+
"loss": 0.7438,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.4585115483319076,
|
| 475 |
+
"grad_norm": 0.2881511151790619,
|
| 476 |
+
"learning_rate": 9.178082191780822e-05,
|
| 477 |
+
"loss": 0.7486,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.46535500427716,
|
| 482 |
+
"grad_norm": 0.2844236195087433,
|
| 483 |
+
"learning_rate": 9.315068493150684e-05,
|
| 484 |
+
"loss": 0.749,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.4721984602224123,
|
| 489 |
+
"grad_norm": 0.2508685886859894,
|
| 490 |
+
"learning_rate": 9.452054794520548e-05,
|
| 491 |
+
"loss": 0.7505,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.47904191616766467,
|
| 496 |
+
"grad_norm": 0.2729940116405487,
|
| 497 |
+
"learning_rate": 9.58904109589041e-05,
|
| 498 |
+
"loss": 0.7503,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.48588537211291705,
|
| 503 |
+
"grad_norm": 0.27925217151641846,
|
| 504 |
+
"learning_rate": 9.726027397260274e-05,
|
| 505 |
+
"loss": 0.7145,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.49272882805816937,
|
| 510 |
+
"grad_norm": 0.2549479603767395,
|
| 511 |
+
"learning_rate": 9.863013698630137e-05,
|
| 512 |
+
"loss": 0.7324,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.49957228400342174,
|
| 517 |
+
"grad_norm": 0.2751714587211609,
|
| 518 |
+
"learning_rate": 0.0001,
|
| 519 |
+
"loss": 0.737,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.5064157399486741,
|
| 524 |
+
"grad_norm": 0.2604736387729645,
|
| 525 |
+
"learning_rate": 9.999942837898412e-05,
|
| 526 |
+
"loss": 0.6876,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.5132591958939264,
|
| 531 |
+
"grad_norm": 0.26937931776046753,
|
| 532 |
+
"learning_rate": 9.999771352900648e-05,
|
| 533 |
+
"loss": 0.739,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.5201026518391788,
|
| 538 |
+
"grad_norm": 0.27722448110580444,
|
| 539 |
+
"learning_rate": 9.999485548927685e-05,
|
| 540 |
+
"loss": 0.7586,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.5269461077844312,
|
| 545 |
+
"grad_norm": 0.2813119888305664,
|
| 546 |
+
"learning_rate": 9.999085432514387e-05,
|
| 547 |
+
"loss": 0.7489,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.5337895637296834,
|
| 552 |
+
"grad_norm": 0.2670259177684784,
|
| 553 |
+
"learning_rate": 9.998571012809351e-05,
|
| 554 |
+
"loss": 0.7449,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.5406330196749358,
|
| 559 |
+
"grad_norm": 0.26460105180740356,
|
| 560 |
+
"learning_rate": 9.997942301574701e-05,
|
| 561 |
+
"loss": 0.7246,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.5474764756201882,
|
| 566 |
+
"grad_norm": 0.28915923833847046,
|
| 567 |
+
"learning_rate": 9.997199313185821e-05,
|
| 568 |
+
"loss": 0.6571,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.5543199315654406,
|
| 573 |
+
"grad_norm": 0.28808340430259705,
|
| 574 |
+
"learning_rate": 9.996342064631019e-05,
|
| 575 |
+
"loss": 0.708,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.561163387510693,
|
| 580 |
+
"grad_norm": 0.27782848477363586,
|
| 581 |
+
"learning_rate": 9.995370575511151e-05,
|
| 582 |
+
"loss": 0.706,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.5680068434559452,
|
| 587 |
+
"grad_norm": 0.3175579011440277,
|
| 588 |
+
"learning_rate": 9.994284868039156e-05,
|
| 589 |
+
"loss": 0.7523,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.5748502994011976,
|
| 594 |
+
"grad_norm": 0.30353713035583496,
|
| 595 |
+
"learning_rate": 9.993084967039567e-05,
|
| 596 |
+
"loss": 0.7526,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.58169375534645,
|
| 601 |
+
"grad_norm": 0.29647502303123474,
|
| 602 |
+
"learning_rate": 9.991770899947926e-05,
|
| 603 |
+
"loss": 0.7076,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.5885372112917023,
|
| 608 |
+
"grad_norm": 0.32934725284576416,
|
| 609 |
+
"learning_rate": 9.990342696810168e-05,
|
| 610 |
+
"loss": 0.7126,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.5953806672369547,
|
| 615 |
+
"grad_norm": 0.2991587817668915,
|
| 616 |
+
"learning_rate": 9.988800390281931e-05,
|
| 617 |
+
"loss": 0.7159,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.602224123182207,
|
| 622 |
+
"grad_norm": 0.31571540236473083,
|
| 623 |
+
"learning_rate": 9.987144015627809e-05,
|
| 624 |
+
"loss": 0.7373,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.6090675791274593,
|
| 629 |
+
"grad_norm": 0.3044937252998352,
|
| 630 |
+
"learning_rate": 9.985373610720542e-05,
|
| 631 |
+
"loss": 0.6924,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.6159110350727117,
|
| 636 |
+
"grad_norm": 0.3055077791213989,
|
| 637 |
+
"learning_rate": 9.983489216040158e-05,
|
| 638 |
+
"loss": 0.752,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.6227544910179641,
|
| 643 |
+
"grad_norm": 0.2858261168003082,
|
| 644 |
+
"learning_rate": 9.981490874673039e-05,
|
| 645 |
+
"loss": 0.6882,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.6295979469632165,
|
| 650 |
+
"grad_norm": 0.30504581332206726,
|
| 651 |
+
"learning_rate": 9.979378632310945e-05,
|
| 652 |
+
"loss": 0.715,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.6364414029084687,
|
| 657 |
+
"grad_norm": 0.37040433287620544,
|
| 658 |
+
"learning_rate": 9.977152537249958e-05,
|
| 659 |
+
"loss": 0.7085,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.6432848588537211,
|
| 664 |
+
"grad_norm": 0.2956722378730774,
|
| 665 |
+
"learning_rate": 9.974812640389388e-05,
|
| 666 |
+
"loss": 0.7037,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.6501283147989735,
|
| 671 |
+
"grad_norm": 0.3040579855442047,
|
| 672 |
+
"learning_rate": 9.972358995230604e-05,
|
| 673 |
+
"loss": 0.6937,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.6569717707442259,
|
| 678 |
+
"grad_norm": 0.3133929967880249,
|
| 679 |
+
"learning_rate": 9.969791657875811e-05,
|
| 680 |
+
"loss": 0.7143,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.6638152266894782,
|
| 685 |
+
"grad_norm": 0.2941054701805115,
|
| 686 |
+
"learning_rate": 9.96711068702677e-05,
|
| 687 |
+
"loss": 0.7168,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.6706586826347305,
|
| 692 |
+
"grad_norm": 0.2904185950756073,
|
| 693 |
+
"learning_rate": 9.96431614398345e-05,
|
| 694 |
+
"loss": 0.6964,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.6775021385799829,
|
| 699 |
+
"grad_norm": 0.2977200746536255,
|
| 700 |
+
"learning_rate": 9.961408092642633e-05,
|
| 701 |
+
"loss": 0.7085,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.6843455945252352,
|
| 706 |
+
"grad_norm": 0.2830125093460083,
|
| 707 |
+
"learning_rate": 9.95838659949645e-05,
|
| 708 |
+
"loss": 0.6769,
|
| 709 |
+
"step": 100
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.6911890504704876,
|
| 713 |
+
"grad_norm": 0.29378968477249146,
|
| 714 |
+
"learning_rate": 9.955251733630861e-05,
|
| 715 |
+
"loss": 0.6764,
|
| 716 |
+
"step": 101
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.69803250641574,
|
| 720 |
+
"grad_norm": 0.35132017731666565,
|
| 721 |
+
"learning_rate": 9.952003566724074e-05,
|
| 722 |
+
"loss": 0.6965,
|
| 723 |
+
"step": 102
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.7048759623609923,
|
| 727 |
+
"grad_norm": 0.3158476650714874,
|
| 728 |
+
"learning_rate": 9.948642173044905e-05,
|
| 729 |
+
"loss": 0.6941,
|
| 730 |
+
"step": 103
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.7117194183062446,
|
| 734 |
+
"grad_norm": 0.2933897376060486,
|
| 735 |
+
"learning_rate": 9.945167629451089e-05,
|
| 736 |
+
"loss": 0.7003,
|
| 737 |
+
"step": 104
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.718562874251497,
|
| 741 |
+
"grad_norm": 0.3008817434310913,
|
| 742 |
+
"learning_rate": 9.941580015387508e-05,
|
| 743 |
+
"loss": 0.6724,
|
| 744 |
+
"step": 105
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.7254063301967494,
|
| 748 |
+
"grad_norm": 0.29962071776390076,
|
| 749 |
+
"learning_rate": 9.93787941288439e-05,
|
| 750 |
+
"loss": 0.6877,
|
| 751 |
+
"step": 106
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.7322497861420018,
|
| 755 |
+
"grad_norm": 0.3388601243495941,
|
| 756 |
+
"learning_rate": 9.934065906555416e-05,
|
| 757 |
+
"loss": 0.6897,
|
| 758 |
+
"step": 107
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.739093242087254,
|
| 762 |
+
"grad_norm": 0.32225191593170166,
|
| 763 |
+
"learning_rate": 9.930139583595805e-05,
|
| 764 |
+
"loss": 0.6868,
|
| 765 |
+
"step": 108
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 0.7459366980325064,
|
| 769 |
+
"grad_norm": 0.3365332782268524,
|
| 770 |
+
"learning_rate": 9.926100533780303e-05,
|
| 771 |
+
"loss": 0.7156,
|
| 772 |
+
"step": 109
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 0.7527801539777588,
|
| 776 |
+
"grad_norm": 0.3135209381580353,
|
| 777 |
+
"learning_rate": 9.921948849461142e-05,
|
| 778 |
+
"loss": 0.702,
|
| 779 |
+
"step": 110
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 0.7596236099230111,
|
| 783 |
+
"grad_norm": 0.31001490354537964,
|
| 784 |
+
"learning_rate": 9.917684625565923e-05,
|
| 785 |
+
"loss": 0.6543,
|
| 786 |
+
"step": 111
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.7664670658682635,
|
| 790 |
+
"grad_norm": 0.31618010997772217,
|
| 791 |
+
"learning_rate": 9.913307959595444e-05,
|
| 792 |
+
"loss": 0.6705,
|
| 793 |
+
"step": 112
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.7733105218135158,
|
| 797 |
+
"grad_norm": 0.28696200251579285,
|
| 798 |
+
"learning_rate": 9.908818951621474e-05,
|
| 799 |
+
"loss": 0.7028,
|
| 800 |
+
"step": 113
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 0.7801539777587682,
|
| 804 |
+
"grad_norm": 0.35822418332099915,
|
| 805 |
+
"learning_rate": 9.904217704284469e-05,
|
| 806 |
+
"loss": 0.7049,
|
| 807 |
+
"step": 114
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 0.7869974337040205,
|
| 811 |
+
"grad_norm": 0.2970781624317169,
|
| 812 |
+
"learning_rate": 9.89950432279121e-05,
|
| 813 |
+
"loss": 0.667,
|
| 814 |
+
"step": 115
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 0.7938408896492729,
|
| 818 |
+
"grad_norm": 0.29399991035461426,
|
| 819 |
+
"learning_rate": 9.89467891491242e-05,
|
| 820 |
+
"loss": 0.6859,
|
| 821 |
+
"step": 116
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 0.8006843455945253,
|
| 825 |
+
"grad_norm": 0.2999393045902252,
|
| 826 |
+
"learning_rate": 9.889741590980279e-05,
|
| 827 |
+
"loss": 0.6549,
|
| 828 |
+
"step": 117
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 0.8075278015397775,
|
| 832 |
+
"grad_norm": 0.29656848311424255,
|
| 833 |
+
"learning_rate": 9.88469246388591e-05,
|
| 834 |
+
"loss": 0.6783,
|
| 835 |
+
"step": 118
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 0.8143712574850299,
|
| 839 |
+
"grad_norm": 0.31677696108818054,
|
| 840 |
+
"learning_rate": 9.879531649076799e-05,
|
| 841 |
+
"loss": 0.6479,
|
| 842 |
+
"step": 119
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.8212147134302823,
|
| 846 |
+
"grad_norm": 0.3267195522785187,
|
| 847 |
+
"learning_rate": 9.874259264554158e-05,
|
| 848 |
+
"loss": 0.6527,
|
| 849 |
+
"step": 120
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 0.8280581693755347,
|
| 853 |
+
"grad_norm": 0.3279348313808441,
|
| 854 |
+
"learning_rate": 9.868875430870216e-05,
|
| 855 |
+
"loss": 0.6612,
|
| 856 |
+
"step": 121
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 0.834901625320787,
|
| 860 |
+
"grad_norm": 0.34102728962898254,
|
| 861 |
+
"learning_rate": 9.863380271125473e-05,
|
| 862 |
+
"loss": 0.6996,
|
| 863 |
+
"step": 122
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 0.8417450812660393,
|
| 867 |
+
"grad_norm": 0.37898045778274536,
|
| 868 |
+
"learning_rate": 9.85777391096588e-05,
|
| 869 |
+
"loss": 0.7019,
|
| 870 |
+
"step": 123
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.8485885372112917,
|
| 874 |
+
"grad_norm": 0.30976685881614685,
|
| 875 |
+
"learning_rate": 9.85205647857997e-05,
|
| 876 |
+
"loss": 0.6918,
|
| 877 |
+
"step": 124
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 0.8554319931565441,
|
| 881 |
+
"grad_norm": 0.32494568824768066,
|
| 882 |
+
"learning_rate": 9.846228104695923e-05,
|
| 883 |
+
"loss": 0.7099,
|
| 884 |
+
"step": 125
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 0.8622754491017964,
|
| 888 |
+
"grad_norm": 0.3217870593070984,
|
| 889 |
+
"learning_rate": 9.840288922578578e-05,
|
| 890 |
+
"loss": 0.7257,
|
| 891 |
+
"step": 126
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 0.8691189050470488,
|
| 895 |
+
"grad_norm": 0.3261460065841675,
|
| 896 |
+
"learning_rate": 9.834239068026387e-05,
|
| 897 |
+
"loss": 0.6898,
|
| 898 |
+
"step": 127
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 0.8759623609923011,
|
| 902 |
+
"grad_norm": 0.3442898094654083,
|
| 903 |
+
"learning_rate": 9.828078679368313e-05,
|
| 904 |
+
"loss": 0.6742,
|
| 905 |
+
"step": 128
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 0.8828058169375534,
|
| 909 |
+
"grad_norm": 0.3025893270969391,
|
| 910 |
+
"learning_rate": 9.82180789746066e-05,
|
| 911 |
+
"loss": 0.6592,
|
| 912 |
+
"step": 129
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 0.8896492728828058,
|
| 916 |
+
"grad_norm": 0.3118937015533447,
|
| 917 |
+
"learning_rate": 9.815426865683857e-05,
|
| 918 |
+
"loss": 0.7023,
|
| 919 |
+
"step": 130
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 0.8964927288280582,
|
| 923 |
+
"grad_norm": 0.32637274265289307,
|
| 924 |
+
"learning_rate": 9.808935729939175e-05,
|
| 925 |
+
"loss": 0.6555,
|
| 926 |
+
"step": 131
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 0.9033361847733106,
|
| 930 |
+
"grad_norm": 0.6886576414108276,
|
| 931 |
+
"learning_rate": 9.802334638645403e-05,
|
| 932 |
+
"loss": 0.64,
|
| 933 |
+
"step": 132
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 0.9101796407185628,
|
| 937 |
+
"grad_norm": 0.3311843276023865,
|
| 938 |
+
"learning_rate": 9.79562374273544e-05,
|
| 939 |
+
"loss": 0.6643,
|
| 940 |
+
"step": 133
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 0.9170230966638152,
|
| 944 |
+
"grad_norm": 0.35473594069480896,
|
| 945 |
+
"learning_rate": 9.788803195652851e-05,
|
| 946 |
+
"loss": 0.6591,
|
| 947 |
+
"step": 134
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 0.9238665526090676,
|
| 951 |
+
"grad_norm": 0.3117069602012634,
|
| 952 |
+
"learning_rate": 9.78187315334836e-05,
|
| 953 |
+
"loss": 0.631,
|
| 954 |
+
"step": 135
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 0.93071000855432,
|
| 958 |
+
"grad_norm": 0.3736455738544464,
|
| 959 |
+
"learning_rate": 9.774833774276278e-05,
|
| 960 |
+
"loss": 0.6897,
|
| 961 |
+
"step": 136
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 0.9375534644995723,
|
| 965 |
+
"grad_norm": 0.33595332503318787,
|
| 966 |
+
"learning_rate": 9.767685219390883e-05,
|
| 967 |
+
"loss": 0.7136,
|
| 968 |
+
"step": 137
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 0.9443969204448246,
|
| 972 |
+
"grad_norm": 0.349388986825943,
|
| 973 |
+
"learning_rate": 9.76042765214275e-05,
|
| 974 |
+
"loss": 0.6487,
|
| 975 |
+
"step": 138
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 0.951240376390077,
|
| 979 |
+
"grad_norm": 0.33862006664276123,
|
| 980 |
+
"learning_rate": 9.753061238474991e-05,
|
| 981 |
+
"loss": 0.6937,
|
| 982 |
+
"step": 139
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 0.9580838323353293,
|
| 986 |
+
"grad_norm": 0.3326554596424103,
|
| 987 |
+
"learning_rate": 9.745586146819484e-05,
|
| 988 |
+
"loss": 0.6584,
|
| 989 |
+
"step": 140
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 0.9649272882805817,
|
| 993 |
+
"grad_norm": 0.3634846806526184,
|
| 994 |
+
"learning_rate": 9.738002548093008e-05,
|
| 995 |
+
"loss": 0.6712,
|
| 996 |
+
"step": 141
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 0.9717707442258341,
|
| 1000 |
+
"grad_norm": 0.3282196521759033,
|
| 1001 |
+
"learning_rate": 9.730310615693338e-05,
|
| 1002 |
+
"loss": 0.6258,
|
| 1003 |
+
"step": 142
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 0.9786142001710864,
|
| 1007 |
+
"grad_norm": 0.31521832942962646,
|
| 1008 |
+
"learning_rate": 9.722510525495286e-05,
|
| 1009 |
+
"loss": 0.6688,
|
| 1010 |
+
"step": 143
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 0.9854576561163387,
|
| 1014 |
+
"grad_norm": 0.33898505568504333,
|
| 1015 |
+
"learning_rate": 9.714602455846666e-05,
|
| 1016 |
+
"loss": 0.6672,
|
| 1017 |
+
"step": 144
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 0.9923011120615911,
|
| 1021 |
+
"grad_norm": 0.3225289285182953,
|
| 1022 |
+
"learning_rate": 9.706586587564237e-05,
|
| 1023 |
+
"loss": 0.6525,
|
| 1024 |
+
"step": 145
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 0.9991445680068435,
|
| 1028 |
+
"grad_norm": 0.3071536123752594,
|
| 1029 |
+
"learning_rate": 9.698463103929542e-05,
|
| 1030 |
+
"loss": 0.6478,
|
| 1031 |
+
"step": 146
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 1.0,
|
| 1035 |
+
"grad_norm": 0.11246766895055771,
|
| 1036 |
+
"learning_rate": 9.690232190684747e-05,
|
| 1037 |
+
"loss": 0.0797,
|
| 1038 |
+
"step": 147
|
| 1039 |
+
}
|
| 1040 |
+
],
|
| 1041 |
+
"logging_steps": 1,
|
| 1042 |
+
"max_steps": 730,
|
| 1043 |
+
"num_input_tokens_seen": 0,
|
| 1044 |
+
"num_train_epochs": 5,
|
| 1045 |
+
"save_steps": 500,
|
| 1046 |
+
"stateful_callbacks": {
|
| 1047 |
+
"TrainerControl": {
|
| 1048 |
+
"args": {
|
| 1049 |
+
"should_epoch_stop": false,
|
| 1050 |
+
"should_evaluate": false,
|
| 1051 |
+
"should_log": false,
|
| 1052 |
+
"should_save": true,
|
| 1053 |
+
"should_training_stop": false
|
| 1054 |
+
},
|
| 1055 |
+
"attributes": {}
|
| 1056 |
+
}
|
| 1057 |
+
},
|
| 1058 |
+
"total_flos": 2.0526453703573504e+17,
|
| 1059 |
+
"train_batch_size": 1,
|
| 1060 |
+
"trial_name": null,
|
| 1061 |
+
"trial_params": null
|
| 1062 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|