Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +209 -0
- adapter_config.json +45 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- chat_template.jinja +47 -0
- optimizer.pt +3 -0
- preprocessor_config.json +29 -0
- processor_config.json +4 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +33 -0
- tokenizer.json +3 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
- trainer_state.json +608 -0
- training_args.bin +3 -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,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: gemma3-local
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- base_model:adapter:gemma3-local
|
| 6 |
+
- lora
|
| 7 |
+
- sft
|
| 8 |
+
- transformers
|
| 9 |
+
- trl
|
| 10 |
+
- unsloth
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- 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. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
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).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": {
|
| 4 |
+
"base_model_class": "Gemma3ForConditionalGeneration",
|
| 5 |
+
"parent_library": "transformers.models.gemma3.modeling_gemma3"
|
| 6 |
+
},
|
| 7 |
+
"base_model_name_or_path": "gemma3-local",
|
| 8 |
+
"bias": "none",
|
| 9 |
+
"corda_config": null,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 8,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.0,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"qalora_group_size": 16,
|
| 27 |
+
"r": 8,
|
| 28 |
+
"rank_pattern": {},
|
| 29 |
+
"revision": null,
|
| 30 |
+
"target_modules": [
|
| 31 |
+
"k_proj",
|
| 32 |
+
"q_proj",
|
| 33 |
+
"o_proj",
|
| 34 |
+
"up_proj",
|
| 35 |
+
"gate_proj",
|
| 36 |
+
"down_proj",
|
| 37 |
+
"v_proj"
|
| 38 |
+
],
|
| 39 |
+
"target_parameters": null,
|
| 40 |
+
"task_type": null,
|
| 41 |
+
"trainable_token_indices": null,
|
| 42 |
+
"use_dora": false,
|
| 43 |
+
"use_qalora": false,
|
| 44 |
+
"use_rslora": true
|
| 45 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edbc4dae9f06be3d533fcf7efc5b734ccededd1a6ad9d4d11539b80d08997ca7
|
| 3 |
+
size 137039712
|
added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<image_soft_token>": 262144
|
| 3 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{{ bos_token }}
|
| 2 |
+
{%- if messages[0]['role'] == 'system' -%}
|
| 3 |
+
{%- if messages[0]['content'] is string -%}
|
| 4 |
+
{%- set first_user_prefix = messages[0]['content'] + '
|
| 5 |
+
|
| 6 |
+
' -%}
|
| 7 |
+
{%- else -%}
|
| 8 |
+
{%- set first_user_prefix = messages[0]['content'][0]['text'] + '
|
| 9 |
+
|
| 10 |
+
' -%}
|
| 11 |
+
{%- endif -%}
|
| 12 |
+
{%- set loop_messages = messages[1:] -%}
|
| 13 |
+
{%- else -%}
|
| 14 |
+
{%- set first_user_prefix = "" -%}
|
| 15 |
+
{%- set loop_messages = messages -%}
|
| 16 |
+
{%- endif -%}
|
| 17 |
+
{%- for message in loop_messages -%}
|
| 18 |
+
{%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
|
| 19 |
+
{{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
|
| 20 |
+
{%- endif -%}
|
| 21 |
+
{%- if (message['role'] == 'assistant') -%}
|
| 22 |
+
{%- set role = "model" -%}
|
| 23 |
+
{%- else -%}
|
| 24 |
+
{%- set role = message['role'] -%}
|
| 25 |
+
{%- endif -%}
|
| 26 |
+
{{ '<start_of_turn>' + role + '
|
| 27 |
+
' + (first_user_prefix if loop.first else "") }}
|
| 28 |
+
{%- if message['content'] is string -%}
|
| 29 |
+
{{ message['content'] | trim }}
|
| 30 |
+
{%- elif message['content'] is iterable -%}
|
| 31 |
+
{%- for item in message['content'] -%}
|
| 32 |
+
{%- if item['type'] == 'image' -%}
|
| 33 |
+
{{ '<start_of_image>' }}
|
| 34 |
+
{%- elif item['type'] == 'text' -%}
|
| 35 |
+
{{ item['text'] | trim }}
|
| 36 |
+
{%- endif -%}
|
| 37 |
+
{%- endfor -%}
|
| 38 |
+
{%- else -%}
|
| 39 |
+
{{ raise_exception("Invalid content type") }}
|
| 40 |
+
{%- endif -%}
|
| 41 |
+
{{ '<end_of_turn>
|
| 42 |
+
' }}
|
| 43 |
+
{%- endfor -%}
|
| 44 |
+
{%- if add_generation_prompt -%}
|
| 45 |
+
{{'<start_of_turn>model
|
| 46 |
+
'}}
|
| 47 |
+
{%- endif -%}
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb718a812552f849b8133d4f84a3093c54fb1d2311b06858d1d2e63c8c38a748
|
| 3 |
+
size 67259621
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": null,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_pan_and_scan": null,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": true,
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_processor_type": "Gemma3ImageProcessor",
|
| 13 |
+
"image_seq_length": 256,
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.5,
|
| 16 |
+
0.5,
|
| 17 |
+
0.5
|
| 18 |
+
],
|
| 19 |
+
"pan_and_scan_max_num_crops": null,
|
| 20 |
+
"pan_and_scan_min_crop_size": null,
|
| 21 |
+
"pan_and_scan_min_ratio_to_activate": null,
|
| 22 |
+
"processor_class": "Gemma3Processor",
|
| 23 |
+
"resample": 2,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"size": {
|
| 26 |
+
"height": 896,
|
| 27 |
+
"width": 896
|
| 28 |
+
}
|
| 29 |
+
}
|
processor_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"image_seq_length": 256,
|
| 3 |
+
"processor_class": "Gemma3Processor"
|
| 4 |
+
}
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:250560ab3d528161ab3659b120def6e4a9ab4b457e3399603bbcfa40db3efc90
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efcf0408e8792e24c3ea6ad5116ffa1e6b59c1ff3011ff32840a9f46b677d191
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"boi_token": "<start_of_image>",
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"content": "<bos>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
"eoi_token": "<end_of_image>",
|
| 11 |
+
"eos_token": {
|
| 12 |
+
"content": "<end_of_turn>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false
|
| 17 |
+
},
|
| 18 |
+
"image_token": "<image_soft_token>",
|
| 19 |
+
"pad_token": {
|
| 20 |
+
"content": "<pad>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false
|
| 25 |
+
},
|
| 26 |
+
"unk_token": {
|
| 27 |
+
"content": "<unk>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
|
| 3 |
+
size 33384568
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
|
| 3 |
+
size 4689074
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
trainer_state.json
ADDED
|
@@ -0,0 +1,608 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 8175,
|
| 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.00012233164107896508,
|
| 14 |
+
"grad_norm": 65.99068450927734,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 50.955,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.012233164107896507,
|
| 21 |
+
"grad_norm": 17.452903747558594,
|
| 22 |
+
"learning_rate": 9.900000000000002e-06,
|
| 23 |
+
"loss": 42.946,
|
| 24 |
+
"step": 100
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.024466328215793014,
|
| 28 |
+
"grad_norm": 22.66090202331543,
|
| 29 |
+
"learning_rate": 1.9900000000000003e-05,
|
| 30 |
+
"loss": 28.8711,
|
| 31 |
+
"step": 200
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.03669949232368952,
|
| 35 |
+
"grad_norm": 16.987436294555664,
|
| 36 |
+
"learning_rate": 2.9900000000000002e-05,
|
| 37 |
+
"loss": 26.5374,
|
| 38 |
+
"step": 300
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.04893265643158603,
|
| 42 |
+
"grad_norm": 25.907447814941406,
|
| 43 |
+
"learning_rate": 3.99e-05,
|
| 44 |
+
"loss": 25.783,
|
| 45 |
+
"step": 400
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.06116582053948254,
|
| 49 |
+
"grad_norm": 19.352567672729492,
|
| 50 |
+
"learning_rate": 4.99e-05,
|
| 51 |
+
"loss": 24.569,
|
| 52 |
+
"step": 500
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.07339898464737904,
|
| 56 |
+
"grad_norm": 14.426331520080566,
|
| 57 |
+
"learning_rate": 5.99e-05,
|
| 58 |
+
"loss": 24.9186,
|
| 59 |
+
"step": 600
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.08563214875527556,
|
| 63 |
+
"grad_norm": 11.17810344696045,
|
| 64 |
+
"learning_rate": 6.99e-05,
|
| 65 |
+
"loss": 24.3884,
|
| 66 |
+
"step": 700
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.09786531286317206,
|
| 70 |
+
"grad_norm": 12.638171195983887,
|
| 71 |
+
"learning_rate": 7.99e-05,
|
| 72 |
+
"loss": 24.0454,
|
| 73 |
+
"step": 800
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.11009847697106857,
|
| 77 |
+
"grad_norm": 13.978978157043457,
|
| 78 |
+
"learning_rate": 8.99e-05,
|
| 79 |
+
"loss": 23.3352,
|
| 80 |
+
"step": 900
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.12233164107896508,
|
| 84 |
+
"grad_norm": 14.576489448547363,
|
| 85 |
+
"learning_rate": 9.99e-05,
|
| 86 |
+
"loss": 23.6704,
|
| 87 |
+
"step": 1000
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.1345648051868616,
|
| 91 |
+
"grad_norm": 12.676314353942871,
|
| 92 |
+
"learning_rate": 9.995303240438428e-05,
|
| 93 |
+
"loss": 23.5052,
|
| 94 |
+
"step": 1100
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.14679796929475808,
|
| 98 |
+
"grad_norm": 9.0546293258667,
|
| 99 |
+
"learning_rate": 9.981031747976037e-05,
|
| 100 |
+
"loss": 23.1583,
|
| 101 |
+
"step": 1200
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.1590311334026546,
|
| 105 |
+
"grad_norm": 12.504559516906738,
|
| 106 |
+
"learning_rate": 9.957212399536335e-05,
|
| 107 |
+
"loss": 23.2603,
|
| 108 |
+
"step": 1300
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.1712642975105511,
|
| 112 |
+
"grad_norm": 17.034109115600586,
|
| 113 |
+
"learning_rate": 9.923890853071304e-05,
|
| 114 |
+
"loss": 23.6041,
|
| 115 |
+
"step": 1400
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.1834974616184476,
|
| 119 |
+
"grad_norm": 10.441239356994629,
|
| 120 |
+
"learning_rate": 9.88113098075496e-05,
|
| 121 |
+
"loss": 23.3619,
|
| 122 |
+
"step": 1500
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.19573062572634412,
|
| 126 |
+
"grad_norm": 10.060807228088379,
|
| 127 |
+
"learning_rate": 9.829014746550421e-05,
|
| 128 |
+
"loss": 23.4193,
|
| 129 |
+
"step": 1600
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.20796378983424063,
|
| 133 |
+
"grad_norm": 8.788949012756348,
|
| 134 |
+
"learning_rate": 9.767642049097859e-05,
|
| 135 |
+
"loss": 22.9776,
|
| 136 |
+
"step": 1700
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.22019695394213715,
|
| 140 |
+
"grad_norm": 10.085823059082031,
|
| 141 |
+
"learning_rate": 9.697130530224482e-05,
|
| 142 |
+
"loss": 23.2445,
|
| 143 |
+
"step": 1800
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.23243011805003364,
|
| 147 |
+
"grad_norm": 11.247166633605957,
|
| 148 |
+
"learning_rate": 9.61761534944362e-05,
|
| 149 |
+
"loss": 23.2768,
|
| 150 |
+
"step": 1900
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.24466328215793015,
|
| 154 |
+
"grad_norm": 10.342413902282715,
|
| 155 |
+
"learning_rate": 9.529248924875159e-05,
|
| 156 |
+
"loss": 22.606,
|
| 157 |
+
"step": 2000
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 0.25689644626582664,
|
| 161 |
+
"grad_norm": 12.145896911621094,
|
| 162 |
+
"learning_rate": 9.432200641083921e-05,
|
| 163 |
+
"loss": 22.4946,
|
| 164 |
+
"step": 2100
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 0.2691296103737232,
|
| 168 |
+
"grad_norm": 15.033831596374512,
|
| 169 |
+
"learning_rate": 9.326656524396051e-05,
|
| 170 |
+
"loss": 22.1312,
|
| 171 |
+
"step": 2200
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.28136277448161967,
|
| 175 |
+
"grad_norm": 10.084924697875977,
|
| 176 |
+
"learning_rate": 9.212818886315748e-05,
|
| 177 |
+
"loss": 23.0084,
|
| 178 |
+
"step": 2300
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.29359593858951616,
|
| 182 |
+
"grad_norm": 9.8973388671875,
|
| 183 |
+
"learning_rate": 9.090905935725866e-05,
|
| 184 |
+
"loss": 23.1228,
|
| 185 |
+
"step": 2400
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.3058291026974127,
|
| 189 |
+
"grad_norm": 9.82909870147705,
|
| 190 |
+
"learning_rate": 8.961151360615738e-05,
|
| 191 |
+
"loss": 22.5332,
|
| 192 |
+
"step": 2500
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 0.3180622668053092,
|
| 196 |
+
"grad_norm": 10.787994384765625,
|
| 197 |
+
"learning_rate": 8.823803880137993e-05,
|
| 198 |
+
"loss": 22.6095,
|
| 199 |
+
"step": 2600
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.3302954309132057,
|
| 203 |
+
"grad_norm": 8.712728500366211,
|
| 204 |
+
"learning_rate": 8.679126767852963e-05,
|
| 205 |
+
"loss": 22.5694,
|
| 206 |
+
"step": 2700
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 0.3425285950211022,
|
| 210 |
+
"grad_norm": 9.088665008544922,
|
| 211 |
+
"learning_rate": 8.527397347074617e-05,
|
| 212 |
+
"loss": 22.462,
|
| 213 |
+
"step": 2800
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.3547617591289987,
|
| 217 |
+
"grad_norm": 13.562488555908203,
|
| 218 |
+
"learning_rate": 8.368906459285284e-05,
|
| 219 |
+
"loss": 22.355,
|
| 220 |
+
"step": 2900
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.3669949232368952,
|
| 224 |
+
"grad_norm": 10.234342575073242,
|
| 225 |
+
"learning_rate": 8.20395790663819e-05,
|
| 226 |
+
"loss": 22.7613,
|
| 227 |
+
"step": 3000
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 0.37922808734479174,
|
| 231 |
+
"grad_norm": 12.220288276672363,
|
| 232 |
+
"learning_rate": 8.032867869616422e-05,
|
| 233 |
+
"loss": 22.167,
|
| 234 |
+
"step": 3100
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 0.39146125145268823,
|
| 238 |
+
"grad_norm": 9.88776969909668,
|
| 239 |
+
"learning_rate": 7.855964300964568e-05,
|
| 240 |
+
"loss": 22.5988,
|
| 241 |
+
"step": 3200
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.4036944155605847,
|
| 245 |
+
"grad_norm": 9.015997886657715,
|
| 246 |
+
"learning_rate": 7.673586297054792e-05,
|
| 247 |
+
"loss": 22.6787,
|
| 248 |
+
"step": 3300
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 0.41592757966848126,
|
| 252 |
+
"grad_norm": 9.70136833190918,
|
| 253 |
+
"learning_rate": 7.48608344789231e-05,
|
| 254 |
+
"loss": 22.4641,
|
| 255 |
+
"step": 3400
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.42816074377637775,
|
| 259 |
+
"grad_norm": 10.355868339538574,
|
| 260 |
+
"learning_rate": 7.293815167006228e-05,
|
| 261 |
+
"loss": 22.1278,
|
| 262 |
+
"step": 3500
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.4403939078842743,
|
| 266 |
+
"grad_norm": 12.009329795837402,
|
| 267 |
+
"learning_rate": 7.097150002510229e-05,
|
| 268 |
+
"loss": 22.7803,
|
| 269 |
+
"step": 3600
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.4526270719921708,
|
| 273 |
+
"grad_norm": 9.671050071716309,
|
| 274 |
+
"learning_rate": 6.896464930653688e-05,
|
| 275 |
+
"loss": 22.201,
|
| 276 |
+
"step": 3700
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.46486023610006727,
|
| 280 |
+
"grad_norm": 10.088167190551758,
|
| 281 |
+
"learning_rate": 6.692144633217373e-05,
|
| 282 |
+
"loss": 21.8431,
|
| 283 |
+
"step": 3800
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.4770934002079638,
|
| 287 |
+
"grad_norm": 10.55173397064209,
|
| 288 |
+
"learning_rate": 6.484580760138863e-05,
|
| 289 |
+
"loss": 22.5685,
|
| 290 |
+
"step": 3900
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.4893265643158603,
|
| 294 |
+
"grad_norm": 12.527661323547363,
|
| 295 |
+
"learning_rate": 6.274171178781088e-05,
|
| 296 |
+
"loss": 22.589,
|
| 297 |
+
"step": 4000
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.5015597284237568,
|
| 301 |
+
"grad_norm": 10.967172622680664,
|
| 302 |
+
"learning_rate": 6.061319211283053e-05,
|
| 303 |
+
"loss": 22.0779,
|
| 304 |
+
"step": 4100
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.5137928925316533,
|
| 308 |
+
"grad_norm": 9.538653373718262,
|
| 309 |
+
"learning_rate": 5.846432861454612e-05,
|
| 310 |
+
"loss": 21.7708,
|
| 311 |
+
"step": 4200
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.5260260566395498,
|
| 315 |
+
"grad_norm": 10.186063766479492,
|
| 316 |
+
"learning_rate": 5.629924032697198e-05,
|
| 317 |
+
"loss": 22.8011,
|
| 318 |
+
"step": 4300
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 0.5382592207474464,
|
| 322 |
+
"grad_norm": 11.678515434265137,
|
| 323 |
+
"learning_rate": 5.412207738449671e-05,
|
| 324 |
+
"loss": 22.1819,
|
| 325 |
+
"step": 4400
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.5504923848553428,
|
| 329 |
+
"grad_norm": 11.063610076904297,
|
| 330 |
+
"learning_rate": 5.193701306672695e-05,
|
| 331 |
+
"loss": 22.7279,
|
| 332 |
+
"step": 4500
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 0.5627255489632393,
|
| 336 |
+
"grad_norm": 8.978299140930176,
|
| 337 |
+
"learning_rate": 4.9748235798965476e-05,
|
| 338 |
+
"loss": 21.8511,
|
| 339 |
+
"step": 4600
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.5749587130711359,
|
| 343 |
+
"grad_norm": 10.103209495544434,
|
| 344 |
+
"learning_rate": 4.755994112365741e-05,
|
| 345 |
+
"loss": 22.1447,
|
| 346 |
+
"step": 4700
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.5871918771790323,
|
| 350 |
+
"grad_norm": 10.993765830993652,
|
| 351 |
+
"learning_rate": 4.537632365819387e-05,
|
| 352 |
+
"loss": 22.1694,
|
| 353 |
+
"step": 4800
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.5994250412869289,
|
| 357 |
+
"grad_norm": 9.201810836791992,
|
| 358 |
+
"learning_rate": 4.320156905448889e-05,
|
| 359 |
+
"loss": 22.0964,
|
| 360 |
+
"step": 4900
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.6116582053948254,
|
| 364 |
+
"grad_norm": 12.470918655395508,
|
| 365 |
+
"learning_rate": 4.103984597574172e-05,
|
| 366 |
+
"loss": 22.4633,
|
| 367 |
+
"step": 5000
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.6238913695027218,
|
| 371 |
+
"grad_norm": 10.428497314453125,
|
| 372 |
+
"learning_rate": 3.889529810576387e-05,
|
| 373 |
+
"loss": 21.9301,
|
| 374 |
+
"step": 5100
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 0.6361245336106184,
|
| 378 |
+
"grad_norm": 9.10818099975586,
|
| 379 |
+
"learning_rate": 3.67720362061877e-05,
|
| 380 |
+
"loss": 22.5282,
|
| 381 |
+
"step": 5200
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.6483576977185149,
|
| 385 |
+
"grad_norm": 9.964956283569336,
|
| 386 |
+
"learning_rate": 3.467413023678156e-05,
|
| 387 |
+
"loss": 22.3872,
|
| 388 |
+
"step": 5300
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.6605908618264114,
|
| 392 |
+
"grad_norm": 13.921968460083008,
|
| 393 |
+
"learning_rate": 3.260560155397588e-05,
|
| 394 |
+
"loss": 21.8643,
|
| 395 |
+
"step": 5400
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 0.6728240259343079,
|
| 399 |
+
"grad_norm": 11.885836601257324,
|
| 400 |
+
"learning_rate": 3.057041520255407e-05,
|
| 401 |
+
"loss": 21.775,
|
| 402 |
+
"step": 5500
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 0.6850571900422044,
|
| 406 |
+
"grad_norm": 11.764188766479492,
|
| 407 |
+
"learning_rate": 2.857247231528412e-05,
|
| 408 |
+
"loss": 21.8028,
|
| 409 |
+
"step": 5600
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 0.6972903541501009,
|
| 413 |
+
"grad_norm": 11.344134330749512,
|
| 414 |
+
"learning_rate": 2.66156026350594e-05,
|
| 415 |
+
"loss": 22.1666,
|
| 416 |
+
"step": 5700
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 0.7095235182579974,
|
| 420 |
+
"grad_norm": 10.856513023376465,
|
| 421 |
+
"learning_rate": 2.4703557173882753e-05,
|
| 422 |
+
"loss": 22.3851,
|
| 423 |
+
"step": 5800
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.721756682365894,
|
| 427 |
+
"grad_norm": 9.206277847290039,
|
| 428 |
+
"learning_rate": 2.284000102276528e-05,
|
| 429 |
+
"loss": 22.1939,
|
| 430 |
+
"step": 5900
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.7339898464737904,
|
| 434 |
+
"grad_norm": 11.804557800292969,
|
| 435 |
+
"learning_rate": 2.10285063263221e-05,
|
| 436 |
+
"loss": 22.0618,
|
| 437 |
+
"step": 6000
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 0.7462230105816869,
|
| 441 |
+
"grad_norm": 8.50017261505127,
|
| 442 |
+
"learning_rate": 1.9272545435532014e-05,
|
| 443 |
+
"loss": 22.0315,
|
| 444 |
+
"step": 6100
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 0.7584561746895835,
|
| 448 |
+
"grad_norm": 9.053751945495605,
|
| 449 |
+
"learning_rate": 1.757548425178557e-05,
|
| 450 |
+
"loss": 22.0844,
|
| 451 |
+
"step": 6200
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.7706893387974799,
|
| 455 |
+
"grad_norm": 10.427083015441895,
|
| 456 |
+
"learning_rate": 1.5940575774980577e-05,
|
| 457 |
+
"loss": 22.5945,
|
| 458 |
+
"step": 6300
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 0.7829225029053765,
|
| 462 |
+
"grad_norm": 10.5215482711792,
|
| 463 |
+
"learning_rate": 1.43709538680319e-05,
|
| 464 |
+
"loss": 21.6508,
|
| 465 |
+
"step": 6400
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.795155667013273,
|
| 469 |
+
"grad_norm": 10.189133644104004,
|
| 470 |
+
"learning_rate": 1.2869627249748107e-05,
|
| 471 |
+
"loss": 21.913,
|
| 472 |
+
"step": 6500
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 0.8073888311211694,
|
| 476 |
+
"grad_norm": 9.796092987060547,
|
| 477 |
+
"learning_rate": 1.1439473727589922e-05,
|
| 478 |
+
"loss": 22.2168,
|
| 479 |
+
"step": 6600
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 0.819621995229066,
|
| 483 |
+
"grad_norm": 10.817292213439941,
|
| 484 |
+
"learning_rate": 1.0083234681364934e-05,
|
| 485 |
+
"loss": 22.0355,
|
| 486 |
+
"step": 6700
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 0.8318551593369625,
|
| 490 |
+
"grad_norm": 8.943832397460938,
|
| 491 |
+
"learning_rate": 8.80350980843293e-06,
|
| 492 |
+
"loss": 22.0202,
|
| 493 |
+
"step": 6800
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 0.8440883234448591,
|
| 497 |
+
"grad_norm": 9.288928985595703,
|
| 498 |
+
"learning_rate": 7.602752140494096e-06,
|
| 499 |
+
"loss": 21.9743,
|
| 500 |
+
"step": 6900
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.8563214875527555,
|
| 504 |
+
"grad_norm": 11.22246265411377,
|
| 505 |
+
"learning_rate": 6.483263341512264e-06,
|
| 506 |
+
"loss": 21.2844,
|
| 507 |
+
"step": 7000
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.868554651660652,
|
| 511 |
+
"grad_norm": 10.753755569458008,
|
| 512 |
+
"learning_rate": 5.44718929578647e-06,
|
| 513 |
+
"loss": 21.7079,
|
| 514 |
+
"step": 7100
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.8807878157685486,
|
| 518 |
+
"grad_norm": 11.079498291015625,
|
| 519 |
+
"learning_rate": 4.4965159946275145e-06,
|
| 520 |
+
"loss": 22.5284,
|
| 521 |
+
"step": 7200
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 0.893020979876445,
|
| 525 |
+
"grad_norm": 10.208023071289062,
|
| 526 |
+
"learning_rate": 3.633065729524454e-06,
|
| 527 |
+
"loss": 21.4437,
|
| 528 |
+
"step": 7300
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 0.9052541439843416,
|
| 532 |
+
"grad_norm": 8.745101928710938,
|
| 533 |
+
"learning_rate": 2.858493599097789e-06,
|
| 534 |
+
"loss": 21.905,
|
| 535 |
+
"step": 7400
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 0.9174873080922381,
|
| 539 |
+
"grad_norm": 10.450372695922852,
|
| 540 |
+
"learning_rate": 2.1742843365352427e-06,
|
| 541 |
+
"loss": 22.3337,
|
| 542 |
+
"step": 7500
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 0.9297204722001345,
|
| 546 |
+
"grad_norm": 13.562911987304688,
|
| 547 |
+
"learning_rate": 1.5817494635913143e-06,
|
| 548 |
+
"loss": 21.845,
|
| 549 |
+
"step": 7600
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.9419536363080311,
|
| 553 |
+
"grad_norm": 10.1763277053833,
|
| 554 |
+
"learning_rate": 1.0820247766059276e-06,
|
| 555 |
+
"loss": 22.2964,
|
| 556 |
+
"step": 7700
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 0.9541868004159276,
|
| 560 |
+
"grad_norm": 11.245414733886719,
|
| 561 |
+
"learning_rate": 6.760681693611437e-07,
|
| 562 |
+
"loss": 21.8236,
|
| 563 |
+
"step": 7800
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 0.9664199645238241,
|
| 567 |
+
"grad_norm": 10.980335235595703,
|
| 568 |
+
"learning_rate": 3.646577969491527e-07,
|
| 569 |
+
"loss": 22.217,
|
| 570 |
+
"step": 7900
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.9786531286317206,
|
| 574 |
+
"grad_norm": 11.447416305541992,
|
| 575 |
+
"learning_rate": 1.4839058417108752e-07,
|
| 576 |
+
"loss": 21.6952,
|
| 577 |
+
"step": 8000
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.9908862927396171,
|
| 581 |
+
"grad_norm": 11.309075355529785,
|
| 582 |
+
"learning_rate": 2.768108132589764e-08,
|
| 583 |
+
"loss": 21.5793,
|
| 584 |
+
"step": 8100
|
| 585 |
+
}
|
| 586 |
+
],
|
| 587 |
+
"logging_steps": 100,
|
| 588 |
+
"max_steps": 8175,
|
| 589 |
+
"num_input_tokens_seen": 0,
|
| 590 |
+
"num_train_epochs": 1,
|
| 591 |
+
"save_steps": 1000,
|
| 592 |
+
"stateful_callbacks": {
|
| 593 |
+
"TrainerControl": {
|
| 594 |
+
"args": {
|
| 595 |
+
"should_epoch_stop": false,
|
| 596 |
+
"should_evaluate": false,
|
| 597 |
+
"should_log": false,
|
| 598 |
+
"should_save": true,
|
| 599 |
+
"should_training_stop": true
|
| 600 |
+
},
|
| 601 |
+
"attributes": {}
|
| 602 |
+
}
|
| 603 |
+
},
|
| 604 |
+
"total_flos": 2.8195453395393823e+18,
|
| 605 |
+
"train_batch_size": 1,
|
| 606 |
+
"trial_name": null,
|
| 607 |
+
"trial_params": null
|
| 608 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d20a52f4c4c357baf9bc775449f3b25462be6002354383584555e92e4675318
|
| 3 |
+
size 6225
|