Upload checkpoint checkpoint-950
Browse files- .gitattributes +1 -0
- checkpoint-950/README.md +210 -0
- checkpoint-950/adapter_config.json +33 -0
- checkpoint-950/adapter_model.safetensors +3 -0
- checkpoint-950/chat_template.jinja +47 -0
- checkpoint-950/optimizer.pt +3 -0
- checkpoint-950/preprocessor_config.json +51 -0
- checkpoint-950/processor_config.json +5 -0
- checkpoint-950/rng_state.pth +3 -0
- checkpoint-950/scaler.pt +3 -0
- checkpoint-950/scheduler.pt +3 -0
- checkpoint-950/special_tokens_map.json +36 -0
- checkpoint-950/tokenizer.json +3 -0
- checkpoint-950/tokenizer.model +3 -0
- checkpoint-950/tokenizer_config.json +0 -0
- checkpoint-950/trainer_state.json +699 -0
- checkpoint-950/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -52,3 +52,4 @@ checkpoint-750/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 52 |
checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 53 |
checkpoint-850/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
checkpoint-900/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 52 |
checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 53 |
checkpoint-850/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 54 |
checkpoint-900/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
checkpoint-950/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-950/README.md
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/gemma-3n-e4b-it-unsloth-bnb-4bit
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/gemma-3n-e4b-it-unsloth-bnb-4bit
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
- unsloth
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Model Card for Model ID
|
| 15 |
+
|
| 16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## Model Details
|
| 21 |
+
|
| 22 |
+
### Model Description
|
| 23 |
+
|
| 24 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
- **Developed by:** [More Information Needed]
|
| 29 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 30 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 31 |
+
- **Model type:** [More Information Needed]
|
| 32 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 33 |
+
- **License:** [More Information Needed]
|
| 34 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
### Model Sources [optional]
|
| 37 |
+
|
| 38 |
+
<!-- Provide the basic links for the model. -->
|
| 39 |
+
|
| 40 |
+
- **Repository:** [More Information Needed]
|
| 41 |
+
- **Paper [optional]:** [More Information Needed]
|
| 42 |
+
- **Demo [optional]:** [More Information Needed]
|
| 43 |
+
|
| 44 |
+
## Uses
|
| 45 |
+
|
| 46 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 47 |
+
|
| 48 |
+
### Direct Use
|
| 49 |
+
|
| 50 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 51 |
+
|
| 52 |
+
[More Information Needed]
|
| 53 |
+
|
| 54 |
+
### Downstream Use [optional]
|
| 55 |
+
|
| 56 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
### Out-of-Scope Use
|
| 61 |
+
|
| 62 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
## Bias, Risks, and Limitations
|
| 67 |
+
|
| 68 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 69 |
+
|
| 70 |
+
[More Information Needed]
|
| 71 |
+
|
| 72 |
+
### Recommendations
|
| 73 |
+
|
| 74 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 75 |
+
|
| 76 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 77 |
+
|
| 78 |
+
## How to Get Started with the Model
|
| 79 |
+
|
| 80 |
+
Use the code below to get started with the model.
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
## Training Details
|
| 85 |
+
|
| 86 |
+
### Training Data
|
| 87 |
+
|
| 88 |
+
<!-- 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. -->
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
### Training Procedure
|
| 93 |
+
|
| 94 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 95 |
+
|
| 96 |
+
#### Preprocessing [optional]
|
| 97 |
+
|
| 98 |
+
[More Information Needed]
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
#### Training Hyperparameters
|
| 102 |
+
|
| 103 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 104 |
+
|
| 105 |
+
#### Speeds, Sizes, Times [optional]
|
| 106 |
+
|
| 107 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 108 |
+
|
| 109 |
+
[More Information Needed]
|
| 110 |
+
|
| 111 |
+
## Evaluation
|
| 112 |
+
|
| 113 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 114 |
+
|
| 115 |
+
### Testing Data, Factors & Metrics
|
| 116 |
+
|
| 117 |
+
#### Testing Data
|
| 118 |
+
|
| 119 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 120 |
+
|
| 121 |
+
[More Information Needed]
|
| 122 |
+
|
| 123 |
+
#### Factors
|
| 124 |
+
|
| 125 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 126 |
+
|
| 127 |
+
[More Information Needed]
|
| 128 |
+
|
| 129 |
+
#### Metrics
|
| 130 |
+
|
| 131 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 132 |
+
|
| 133 |
+
[More Information Needed]
|
| 134 |
+
|
| 135 |
+
### Results
|
| 136 |
+
|
| 137 |
+
[More Information Needed]
|
| 138 |
+
|
| 139 |
+
#### Summary
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
## Model Examination [optional]
|
| 144 |
+
|
| 145 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 146 |
+
|
| 147 |
+
[More Information Needed]
|
| 148 |
+
|
| 149 |
+
## Environmental Impact
|
| 150 |
+
|
| 151 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 152 |
+
|
| 153 |
+
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).
|
| 154 |
+
|
| 155 |
+
- **Hardware Type:** [More Information Needed]
|
| 156 |
+
- **Hours used:** [More Information Needed]
|
| 157 |
+
- **Cloud Provider:** [More Information Needed]
|
| 158 |
+
- **Compute Region:** [More Information Needed]
|
| 159 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 160 |
+
|
| 161 |
+
## Technical Specifications [optional]
|
| 162 |
+
|
| 163 |
+
### Model Architecture and Objective
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
### Compute Infrastructure
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
#### Hardware
|
| 172 |
+
|
| 173 |
+
[More Information Needed]
|
| 174 |
+
|
| 175 |
+
#### Software
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
## Citation [optional]
|
| 180 |
+
|
| 181 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 182 |
+
|
| 183 |
+
**BibTeX:**
|
| 184 |
+
|
| 185 |
+
[More Information Needed]
|
| 186 |
+
|
| 187 |
+
**APA:**
|
| 188 |
+
|
| 189 |
+
[More Information Needed]
|
| 190 |
+
|
| 191 |
+
## Glossary [optional]
|
| 192 |
+
|
| 193 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## More Information [optional]
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
|
| 201 |
+
## Model Card Authors [optional]
|
| 202 |
+
|
| 203 |
+
[More Information Needed]
|
| 204 |
+
|
| 205 |
+
## Model Card Contact
|
| 206 |
+
|
| 207 |
+
[More Information Needed]
|
| 208 |
+
### Framework versions
|
| 209 |
+
|
| 210 |
+
- PEFT 0.16.0
|
checkpoint-950/adapter_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "unsloth/gemma-3n-e4b-it-unsloth-bnb-4bit",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 64,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 64,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense).*?(?:q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj|correction_coefs|prediction_coefs|modality_router|linear_left|linear_right|per_layer_input_gate|per_layer_projection|0|1|2|ffw_layer_1|ffw_layer_2|pos_proj|post|linear_start|linear_end|embedding_projection).*?)|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense)\\.(?:(?:q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj|correction_coefs|prediction_coefs|modality_router|linear_left|linear_right|per_layer_input_gate|per_layer_projection|0|1|2|ffw_layer_1|ffw_layer_2|pos_proj|post|linear_start|linear_end|embedding_projection)))",
|
| 28 |
+
"task_type": "CAUSAL_LM",
|
| 29 |
+
"trainable_token_indices": null,
|
| 30 |
+
"use_dora": false,
|
| 31 |
+
"use_qalora": false,
|
| 32 |
+
"use_rslora": false
|
| 33 |
+
}
|
checkpoint-950/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f979f92938ca66981f8b0b4703f584465e011f00bf0aa90cfa60d35dea43935
|
| 3 |
+
size 614801160
|
checkpoint-950/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 -%}
|
checkpoint-950/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96278178fab726e6606da476db1d500f09854a1813d0fa3f8b6962a58a630fea
|
| 3 |
+
size 314017998
|
checkpoint-950/preprocessor_config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": false,
|
| 5 |
+
"device": null,
|
| 6 |
+
"disable_grouping": null,
|
| 7 |
+
"dither": 0.0,
|
| 8 |
+
"do_center_crop": null,
|
| 9 |
+
"do_convert_rgb": null,
|
| 10 |
+
"do_normalize": false,
|
| 11 |
+
"do_rescale": true,
|
| 12 |
+
"do_resize": true,
|
| 13 |
+
"feature_size": 128,
|
| 14 |
+
"fft_length": 1024,
|
| 15 |
+
"fft_overdrive": true,
|
| 16 |
+
"frame_length": 512,
|
| 17 |
+
"hop_length": 160,
|
| 18 |
+
"image_mean": [
|
| 19 |
+
0.5,
|
| 20 |
+
0.5,
|
| 21 |
+
0.5
|
| 22 |
+
],
|
| 23 |
+
"image_processor_type": "SiglipImageProcessorFast",
|
| 24 |
+
"image_seq_length": 256,
|
| 25 |
+
"image_std": [
|
| 26 |
+
0.5,
|
| 27 |
+
0.5,
|
| 28 |
+
0.5
|
| 29 |
+
],
|
| 30 |
+
"input_data_format": null,
|
| 31 |
+
"input_scale_factor": 1.0,
|
| 32 |
+
"max_frequency": 7600.0,
|
| 33 |
+
"mel_floor": 1e-05,
|
| 34 |
+
"min_frequency": 125.0,
|
| 35 |
+
"padding_side": "right",
|
| 36 |
+
"padding_value": 0.0,
|
| 37 |
+
"per_bin_mean": null,
|
| 38 |
+
"per_bin_stddev": null,
|
| 39 |
+
"preemphasis": 0.97,
|
| 40 |
+
"preemphasis_htk_flavor": true,
|
| 41 |
+
"processor_class": "Gemma3nProcessor",
|
| 42 |
+
"resample": 2,
|
| 43 |
+
"rescale_factor": 0.00392156862745098,
|
| 44 |
+
"return_attention_mask": true,
|
| 45 |
+
"return_tensors": null,
|
| 46 |
+
"sampling_rate": 16000,
|
| 47 |
+
"size": {
|
| 48 |
+
"height": 768,
|
| 49 |
+
"width": 768
|
| 50 |
+
}
|
| 51 |
+
}
|
checkpoint-950/processor_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio_seq_length": 188,
|
| 3 |
+
"image_seq_length": 256,
|
| 4 |
+
"processor_class": "Gemma3nProcessor"
|
| 5 |
+
}
|
checkpoint-950/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd55c3b412ed63dda63d944e5148e12c72c1382a50017bf4d626548cc6ff19a6
|
| 3 |
+
size 14244
|
checkpoint-950/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:813d0c8ff25941fb503000504b41cccfe8bf0daca00799eb26c18c441989768c
|
| 3 |
+
size 988
|
checkpoint-950/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dd9887510d6b0b7ace81ac1a65e881e3f73f240f632d0a92496e28978bf81a4
|
| 3 |
+
size 1064
|
checkpoint-950/special_tokens_map.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"audio_token": "<audio_soft_token>",
|
| 3 |
+
"boa_token": "<start_of_audio>",
|
| 4 |
+
"boi_token": "<start_of_image>",
|
| 5 |
+
"bos_token": {
|
| 6 |
+
"content": "<bos>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false
|
| 11 |
+
},
|
| 12 |
+
"eoa_token": "<end_of_audio>",
|
| 13 |
+
"eoi_token": "<end_of_image>",
|
| 14 |
+
"eos_token": {
|
| 15 |
+
"content": "<end_of_turn>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false
|
| 20 |
+
},
|
| 21 |
+
"image_token": "<image_soft_token>",
|
| 22 |
+
"pad_token": {
|
| 23 |
+
"content": "<pad>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false
|
| 28 |
+
},
|
| 29 |
+
"unk_token": {
|
| 30 |
+
"content": "<unk>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false
|
| 35 |
+
}
|
| 36 |
+
}
|
checkpoint-950/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6c35ee648c07754b44cd9e371c75d4caa05c4504910b7ad29b1847ee9d8ba5d
|
| 3 |
+
size 33442553
|
checkpoint-950/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea5f0cc48abfbfc04d14562270a32e02149a3e7035f368cc5a462786f4a59961
|
| 3 |
+
size 4696020
|
checkpoint-950/tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-950/trainer_state.json
ADDED
|
@@ -0,0 +1,699 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 5.8,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 950,
|
| 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.061068702290076333,
|
| 14 |
+
"grad_norm": NaN,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 9.249,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.12213740458015267,
|
| 21 |
+
"grad_norm": 4165304.25,
|
| 22 |
+
"learning_rate": 7.317073170731707e-09,
|
| 23 |
+
"loss": 9.3268,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.183206106870229,
|
| 28 |
+
"grad_norm": 52283.171875,
|
| 29 |
+
"learning_rate": 3.170731707317073e-08,
|
| 30 |
+
"loss": 5.2487,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.24427480916030533,
|
| 35 |
+
"grad_norm": 34552.171875,
|
| 36 |
+
"learning_rate": 5.609756097560976e-08,
|
| 37 |
+
"loss": 3.5598,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.3053435114503817,
|
| 42 |
+
"grad_norm": 26069.314453125,
|
| 43 |
+
"learning_rate": 8.048780487804878e-08,
|
| 44 |
+
"loss": 3.2428,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.366412213740458,
|
| 49 |
+
"grad_norm": 17445.56640625,
|
| 50 |
+
"learning_rate": 1.048780487804878e-07,
|
| 51 |
+
"loss": 3.2248,
|
| 52 |
+
"step": 60
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.42748091603053434,
|
| 56 |
+
"grad_norm": 23311.046875,
|
| 57 |
+
"learning_rate": 1.2926829268292682e-07,
|
| 58 |
+
"loss": 3.2595,
|
| 59 |
+
"step": 70
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.48854961832061067,
|
| 63 |
+
"grad_norm": 13832.998046875,
|
| 64 |
+
"learning_rate": 1.5365853658536586e-07,
|
| 65 |
+
"loss": 3.0941,
|
| 66 |
+
"step": 80
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.549618320610687,
|
| 70 |
+
"grad_norm": 11702.7421875,
|
| 71 |
+
"learning_rate": 1.7804878048780488e-07,
|
| 72 |
+
"loss": 3.0741,
|
| 73 |
+
"step": 90
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.6106870229007634,
|
| 77 |
+
"grad_norm": 11529.9228515625,
|
| 78 |
+
"learning_rate": 1.997289972899729e-07,
|
| 79 |
+
"loss": 3.163,
|
| 80 |
+
"step": 100
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.6717557251908397,
|
| 84 |
+
"grad_norm": 9445.1396484375,
|
| 85 |
+
"learning_rate": 1.970189701897019e-07,
|
| 86 |
+
"loss": 3.0271,
|
| 87 |
+
"step": 110
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.732824427480916,
|
| 91 |
+
"grad_norm": 9955.53515625,
|
| 92 |
+
"learning_rate": 1.9430894308943088e-07,
|
| 93 |
+
"loss": 2.9452,
|
| 94 |
+
"step": 120
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.7938931297709924,
|
| 98 |
+
"grad_norm": 8468.791015625,
|
| 99 |
+
"learning_rate": 1.915989159891599e-07,
|
| 100 |
+
"loss": 2.9369,
|
| 101 |
+
"step": 130
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.8549618320610687,
|
| 105 |
+
"grad_norm": 9535.78125,
|
| 106 |
+
"learning_rate": 1.8888888888888888e-07,
|
| 107 |
+
"loss": 2.8495,
|
| 108 |
+
"step": 140
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.916030534351145,
|
| 112 |
+
"grad_norm": 6875.52783203125,
|
| 113 |
+
"learning_rate": 1.861788617886179e-07,
|
| 114 |
+
"loss": 2.9174,
|
| 115 |
+
"step": 150
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.9770992366412213,
|
| 119 |
+
"grad_norm": 7618.35107421875,
|
| 120 |
+
"learning_rate": 1.8346883468834688e-07,
|
| 121 |
+
"loss": 2.8059,
|
| 122 |
+
"step": 160
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 1.036641221374046,
|
| 126 |
+
"grad_norm": 7838.251953125,
|
| 127 |
+
"learning_rate": 1.8075880758807586e-07,
|
| 128 |
+
"loss": 2.7811,
|
| 129 |
+
"step": 170
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 1.0977099236641221,
|
| 133 |
+
"grad_norm": 7657.27880859375,
|
| 134 |
+
"learning_rate": 1.7804878048780488e-07,
|
| 135 |
+
"loss": 2.7413,
|
| 136 |
+
"step": 180
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 1.1587786259541986,
|
| 140 |
+
"grad_norm": 7777.9345703125,
|
| 141 |
+
"learning_rate": 1.753387533875339e-07,
|
| 142 |
+
"loss": 2.7186,
|
| 143 |
+
"step": 190
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 1.2198473282442748,
|
| 147 |
+
"grad_norm": 8100.41259765625,
|
| 148 |
+
"learning_rate": 1.7262872628726285e-07,
|
| 149 |
+
"loss": 2.6789,
|
| 150 |
+
"step": 200
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 1.2809160305343512,
|
| 154 |
+
"grad_norm": 6984.42822265625,
|
| 155 |
+
"learning_rate": 1.6991869918699186e-07,
|
| 156 |
+
"loss": 2.608,
|
| 157 |
+
"step": 210
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 1.3419847328244274,
|
| 161 |
+
"grad_norm": 7442.26806640625,
|
| 162 |
+
"learning_rate": 1.6720867208672087e-07,
|
| 163 |
+
"loss": 2.5542,
|
| 164 |
+
"step": 220
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 1.4030534351145039,
|
| 168 |
+
"grad_norm": 7562.8271484375,
|
| 169 |
+
"learning_rate": 1.6449864498644986e-07,
|
| 170 |
+
"loss": 2.7031,
|
| 171 |
+
"step": 230
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 1.46412213740458,
|
| 175 |
+
"grad_norm": 7235.27392578125,
|
| 176 |
+
"learning_rate": 1.6178861788617885e-07,
|
| 177 |
+
"loss": 2.6075,
|
| 178 |
+
"step": 240
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 1.5251908396946565,
|
| 182 |
+
"grad_norm": 7698.4599609375,
|
| 183 |
+
"learning_rate": 1.5907859078590786e-07,
|
| 184 |
+
"loss": 2.5737,
|
| 185 |
+
"step": 250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 1.5862595419847327,
|
| 189 |
+
"grad_norm": 6776.5927734375,
|
| 190 |
+
"learning_rate": 1.5636856368563685e-07,
|
| 191 |
+
"loss": 2.6098,
|
| 192 |
+
"step": 260
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 1.6473282442748092,
|
| 196 |
+
"grad_norm": 6810.216796875,
|
| 197 |
+
"learning_rate": 1.5365853658536586e-07,
|
| 198 |
+
"loss": 2.6596,
|
| 199 |
+
"step": 270
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 1.7083969465648856,
|
| 203 |
+
"grad_norm": 8227.4892578125,
|
| 204 |
+
"learning_rate": 1.5094850948509485e-07,
|
| 205 |
+
"loss": 2.5461,
|
| 206 |
+
"step": 280
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 1.7694656488549618,
|
| 210 |
+
"grad_norm": 6727.93212890625,
|
| 211 |
+
"learning_rate": 1.4823848238482383e-07,
|
| 212 |
+
"loss": 2.5579,
|
| 213 |
+
"step": 290
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 1.830534351145038,
|
| 217 |
+
"grad_norm": 7243.64111328125,
|
| 218 |
+
"learning_rate": 1.4552845528455284e-07,
|
| 219 |
+
"loss": 2.5538,
|
| 220 |
+
"step": 300
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 1.8916030534351145,
|
| 224 |
+
"grad_norm": 6177.71240234375,
|
| 225 |
+
"learning_rate": 1.4281842818428186e-07,
|
| 226 |
+
"loss": 2.4577,
|
| 227 |
+
"step": 310
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 1.952671755725191,
|
| 231 |
+
"grad_norm": 7574.3271484375,
|
| 232 |
+
"learning_rate": 1.4010840108401082e-07,
|
| 233 |
+
"loss": 2.4778,
|
| 234 |
+
"step": 320
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 2.018320610687023,
|
| 238 |
+
"grad_norm": 6852.73095703125,
|
| 239 |
+
"learning_rate": 1.3739837398373983e-07,
|
| 240 |
+
"loss": 2.7076,
|
| 241 |
+
"step": 330
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 2.0793893129770993,
|
| 245 |
+
"grad_norm": 6963.75927734375,
|
| 246 |
+
"learning_rate": 1.3468834688346884e-07,
|
| 247 |
+
"loss": 2.3829,
|
| 248 |
+
"step": 340
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 2.1404580152671757,
|
| 252 |
+
"grad_norm": 7274.21630859375,
|
| 253 |
+
"learning_rate": 1.3197831978319783e-07,
|
| 254 |
+
"loss": 2.4186,
|
| 255 |
+
"step": 350
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 2.1954198473282442,
|
| 259 |
+
"grad_norm": 6927.31884765625,
|
| 260 |
+
"learning_rate": 1.2926829268292682e-07,
|
| 261 |
+
"loss": 2.5768,
|
| 262 |
+
"step": 360
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 2.2564885496183207,
|
| 266 |
+
"grad_norm": 6366.95458984375,
|
| 267 |
+
"learning_rate": 1.265582655826558e-07,
|
| 268 |
+
"loss": 2.3761,
|
| 269 |
+
"step": 370
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 2.317557251908397,
|
| 273 |
+
"grad_norm": 7380.29638671875,
|
| 274 |
+
"learning_rate": 1.2384823848238481e-07,
|
| 275 |
+
"loss": 2.289,
|
| 276 |
+
"step": 380
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 2.378625954198473,
|
| 280 |
+
"grad_norm": 5605.09375,
|
| 281 |
+
"learning_rate": 1.2113821138211383e-07,
|
| 282 |
+
"loss": 2.4026,
|
| 283 |
+
"step": 390
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 2.4396946564885496,
|
| 287 |
+
"grad_norm": 7360.8037109375,
|
| 288 |
+
"learning_rate": 1.184281842818428e-07,
|
| 289 |
+
"loss": 2.5143,
|
| 290 |
+
"step": 400
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 2.500763358778626,
|
| 294 |
+
"grad_norm": 6937.611328125,
|
| 295 |
+
"learning_rate": 1.1571815718157181e-07,
|
| 296 |
+
"loss": 2.3633,
|
| 297 |
+
"step": 410
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 2.5618320610687024,
|
| 301 |
+
"grad_norm": 7583.28173828125,
|
| 302 |
+
"learning_rate": 1.1300813008130081e-07,
|
| 303 |
+
"loss": 2.4694,
|
| 304 |
+
"step": 420
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 2.6229007633587784,
|
| 308 |
+
"grad_norm": 6622.31201171875,
|
| 309 |
+
"learning_rate": 1.102981029810298e-07,
|
| 310 |
+
"loss": 2.4963,
|
| 311 |
+
"step": 430
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 2.683969465648855,
|
| 315 |
+
"grad_norm": 6935.6689453125,
|
| 316 |
+
"learning_rate": 1.075880758807588e-07,
|
| 317 |
+
"loss": 2.3218,
|
| 318 |
+
"step": 440
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 2.7450381679389313,
|
| 322 |
+
"grad_norm": 7263.111328125,
|
| 323 |
+
"learning_rate": 1.048780487804878e-07,
|
| 324 |
+
"loss": 2.3239,
|
| 325 |
+
"step": 450
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 2.8061068702290077,
|
| 329 |
+
"grad_norm": 7146.81787109375,
|
| 330 |
+
"learning_rate": 1.0216802168021679e-07,
|
| 331 |
+
"loss": 2.4087,
|
| 332 |
+
"step": 460
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 2.867175572519084,
|
| 336 |
+
"grad_norm": 7680.18701171875,
|
| 337 |
+
"learning_rate": 9.94579945799458e-08,
|
| 338 |
+
"loss": 2.2903,
|
| 339 |
+
"step": 470
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 2.92824427480916,
|
| 343 |
+
"grad_norm": 6631.55224609375,
|
| 344 |
+
"learning_rate": 9.67479674796748e-08,
|
| 345 |
+
"loss": 2.3723,
|
| 346 |
+
"step": 480
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 2.9893129770992366,
|
| 350 |
+
"grad_norm": 8262.0439453125,
|
| 351 |
+
"learning_rate": 9.40379403794038e-08,
|
| 352 |
+
"loss": 2.2509,
|
| 353 |
+
"step": 490
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 3.0549618320610685,
|
| 357 |
+
"grad_norm": 6400.1064453125,
|
| 358 |
+
"learning_rate": 9.132791327913278e-08,
|
| 359 |
+
"loss": 2.4533,
|
| 360 |
+
"step": 500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 3.116030534351145,
|
| 364 |
+
"grad_norm": 7908.66796875,
|
| 365 |
+
"learning_rate": 8.861788617886178e-08,
|
| 366 |
+
"loss": 2.303,
|
| 367 |
+
"step": 510
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 3.1770992366412214,
|
| 371 |
+
"grad_norm": 7437.154296875,
|
| 372 |
+
"learning_rate": 8.590785907859078e-08,
|
| 373 |
+
"loss": 2.3311,
|
| 374 |
+
"step": 520
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 3.238167938931298,
|
| 378 |
+
"grad_norm": 6793.77734375,
|
| 379 |
+
"learning_rate": 8.319783197831978e-08,
|
| 380 |
+
"loss": 2.2842,
|
| 381 |
+
"step": 530
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 3.2992366412213743,
|
| 385 |
+
"grad_norm": 9131.279296875,
|
| 386 |
+
"learning_rate": 8.048780487804878e-08,
|
| 387 |
+
"loss": 2.2995,
|
| 388 |
+
"step": 540
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 3.3603053435114503,
|
| 392 |
+
"grad_norm": 7804.341796875,
|
| 393 |
+
"learning_rate": 7.777777777777778e-08,
|
| 394 |
+
"loss": 2.2221,
|
| 395 |
+
"step": 550
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 3.4213740458015267,
|
| 399 |
+
"grad_norm": 8277.4609375,
|
| 400 |
+
"learning_rate": 7.506775067750677e-08,
|
| 401 |
+
"loss": 2.2648,
|
| 402 |
+
"step": 560
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 3.482442748091603,
|
| 406 |
+
"grad_norm": 7000.59326171875,
|
| 407 |
+
"learning_rate": 7.235772357723577e-08,
|
| 408 |
+
"loss": 2.2273,
|
| 409 |
+
"step": 570
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 3.543511450381679,
|
| 413 |
+
"grad_norm": 7754.044921875,
|
| 414 |
+
"learning_rate": 6.964769647696477e-08,
|
| 415 |
+
"loss": 2.1737,
|
| 416 |
+
"step": 580
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 3.6045801526717556,
|
| 420 |
+
"grad_norm": 7529.0654296875,
|
| 421 |
+
"learning_rate": 6.693766937669377e-08,
|
| 422 |
+
"loss": 2.3555,
|
| 423 |
+
"step": 590
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 3.665648854961832,
|
| 427 |
+
"grad_norm": 7320.09765625,
|
| 428 |
+
"learning_rate": 6.422764227642277e-08,
|
| 429 |
+
"loss": 2.2353,
|
| 430 |
+
"step": 600
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 3.7267175572519085,
|
| 434 |
+
"grad_norm": 8644.646484375,
|
| 435 |
+
"learning_rate": 6.151761517615177e-08,
|
| 436 |
+
"loss": 2.2864,
|
| 437 |
+
"step": 610
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 3.787786259541985,
|
| 441 |
+
"grad_norm": 8324.064453125,
|
| 442 |
+
"learning_rate": 5.880758807588075e-08,
|
| 443 |
+
"loss": 2.2941,
|
| 444 |
+
"step": 620
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 3.8488549618320613,
|
| 448 |
+
"grad_norm": 6925.88818359375,
|
| 449 |
+
"learning_rate": 5.609756097560976e-08,
|
| 450 |
+
"loss": 2.1825,
|
| 451 |
+
"step": 630
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 3.9099236641221373,
|
| 455 |
+
"grad_norm": 6678.88671875,
|
| 456 |
+
"learning_rate": 5.338753387533875e-08,
|
| 457 |
+
"loss": 2.2171,
|
| 458 |
+
"step": 640
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 3.9709923664122138,
|
| 462 |
+
"grad_norm": 8466.0029296875,
|
| 463 |
+
"learning_rate": 5.0677506775067745e-08,
|
| 464 |
+
"loss": 2.2335,
|
| 465 |
+
"step": 650
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 4.030534351145038,
|
| 469 |
+
"grad_norm": 8722.5830078125,
|
| 470 |
+
"learning_rate": 4.7967479674796744e-08,
|
| 471 |
+
"loss": 2.1464,
|
| 472 |
+
"step": 660
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 4.091603053435114,
|
| 476 |
+
"grad_norm": 9296.1796875,
|
| 477 |
+
"learning_rate": 4.5257452574525744e-08,
|
| 478 |
+
"loss": 2.1578,
|
| 479 |
+
"step": 670
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 4.152671755725191,
|
| 483 |
+
"grad_norm": 7651.701171875,
|
| 484 |
+
"learning_rate": 4.254742547425474e-08,
|
| 485 |
+
"loss": 2.1347,
|
| 486 |
+
"step": 680
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 4.213740458015267,
|
| 490 |
+
"grad_norm": 8067.0537109375,
|
| 491 |
+
"learning_rate": 3.9837398373983736e-08,
|
| 492 |
+
"loss": 2.1919,
|
| 493 |
+
"step": 690
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 4.2748091603053435,
|
| 497 |
+
"grad_norm": 7839.83984375,
|
| 498 |
+
"learning_rate": 3.7127371273712736e-08,
|
| 499 |
+
"loss": 2.1151,
|
| 500 |
+
"step": 700
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 4.33587786259542,
|
| 504 |
+
"grad_norm": 8194.3720703125,
|
| 505 |
+
"learning_rate": 3.441734417344173e-08,
|
| 506 |
+
"loss": 2.1244,
|
| 507 |
+
"step": 710
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 4.396946564885496,
|
| 511 |
+
"grad_norm": 8937.380859375,
|
| 512 |
+
"learning_rate": 3.170731707317073e-08,
|
| 513 |
+
"loss": 2.1311,
|
| 514 |
+
"step": 720
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 4.458015267175573,
|
| 518 |
+
"grad_norm": 7251.05029296875,
|
| 519 |
+
"learning_rate": 2.899728997289973e-08,
|
| 520 |
+
"loss": 2.0479,
|
| 521 |
+
"step": 730
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 4.519083969465649,
|
| 525 |
+
"grad_norm": 8328.97265625,
|
| 526 |
+
"learning_rate": 2.6287262872628724e-08,
|
| 527 |
+
"loss": 2.1177,
|
| 528 |
+
"step": 740
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 4.580152671755725,
|
| 532 |
+
"grad_norm": 8175.35205078125,
|
| 533 |
+
"learning_rate": 2.3577235772357724e-08,
|
| 534 |
+
"loss": 2.1621,
|
| 535 |
+
"step": 750
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 4.641221374045801,
|
| 539 |
+
"grad_norm": 7537.1240234375,
|
| 540 |
+
"learning_rate": 2.086720867208672e-08,
|
| 541 |
+
"loss": 2.0763,
|
| 542 |
+
"step": 760
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 4.702290076335878,
|
| 546 |
+
"grad_norm": 8975.009765625,
|
| 547 |
+
"learning_rate": 1.8157181571815717e-08,
|
| 548 |
+
"loss": 2.0954,
|
| 549 |
+
"step": 770
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 4.763358778625954,
|
| 553 |
+
"grad_norm": 7654.59375,
|
| 554 |
+
"learning_rate": 1.5447154471544716e-08,
|
| 555 |
+
"loss": 2.1462,
|
| 556 |
+
"step": 780
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 4.824427480916031,
|
| 560 |
+
"grad_norm": 7649.91455078125,
|
| 561 |
+
"learning_rate": 1.2737127371273712e-08,
|
| 562 |
+
"loss": 2.1864,
|
| 563 |
+
"step": 790
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 4.885496183206107,
|
| 567 |
+
"grad_norm": 10591.94140625,
|
| 568 |
+
"learning_rate": 1.002710027100271e-08,
|
| 569 |
+
"loss": 2.1013,
|
| 570 |
+
"step": 800
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 4.9404580152671755,
|
| 574 |
+
"grad_norm": 8500.8115234375,
|
| 575 |
+
"learning_rate": 1.1476964769647696e-07,
|
| 576 |
+
"loss": 2.0822,
|
| 577 |
+
"step": 810
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 5.006106870229008,
|
| 581 |
+
"grad_norm": 16557.328125,
|
| 582 |
+
"learning_rate": 1.1341463414634144e-07,
|
| 583 |
+
"loss": 2.2811,
|
| 584 |
+
"step": 820
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 5.067175572519084,
|
| 588 |
+
"grad_norm": 9301.4140625,
|
| 589 |
+
"learning_rate": 1.1205962059620595e-07,
|
| 590 |
+
"loss": 2.0959,
|
| 591 |
+
"step": 830
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 5.12824427480916,
|
| 595 |
+
"grad_norm": 9356.20703125,
|
| 596 |
+
"learning_rate": 1.1070460704607045e-07,
|
| 597 |
+
"loss": 2.2202,
|
| 598 |
+
"step": 840
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 5.189312977099236,
|
| 602 |
+
"grad_norm": 9045.6015625,
|
| 603 |
+
"learning_rate": 1.0934959349593496e-07,
|
| 604 |
+
"loss": 2.0862,
|
| 605 |
+
"step": 850
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 5.250381679389313,
|
| 609 |
+
"grad_norm": 8579.5859375,
|
| 610 |
+
"learning_rate": 1.0799457994579945e-07,
|
| 611 |
+
"loss": 2.0973,
|
| 612 |
+
"step": 860
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 5.311450381679389,
|
| 616 |
+
"grad_norm": 7725.3818359375,
|
| 617 |
+
"learning_rate": 1.0663956639566396e-07,
|
| 618 |
+
"loss": 2.0951,
|
| 619 |
+
"step": 870
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 5.372519083969466,
|
| 623 |
+
"grad_norm": 9646.31640625,
|
| 624 |
+
"learning_rate": 1.0528455284552844e-07,
|
| 625 |
+
"loss": 2.1344,
|
| 626 |
+
"step": 880
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 5.433587786259542,
|
| 630 |
+
"grad_norm": 9842.650390625,
|
| 631 |
+
"learning_rate": 1.0392953929539295e-07,
|
| 632 |
+
"loss": 2.2454,
|
| 633 |
+
"step": 890
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 5.4946564885496185,
|
| 637 |
+
"grad_norm": 8958.8818359375,
|
| 638 |
+
"learning_rate": 1.0257452574525744e-07,
|
| 639 |
+
"loss": 2.1991,
|
| 640 |
+
"step": 900
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 5.555725190839695,
|
| 644 |
+
"grad_norm": 8466.1337890625,
|
| 645 |
+
"learning_rate": 1.0121951219512195e-07,
|
| 646 |
+
"loss": 2.2648,
|
| 647 |
+
"step": 910
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 5.6167938931297705,
|
| 651 |
+
"grad_norm": 9552.7763671875,
|
| 652 |
+
"learning_rate": 9.986449864498645e-08,
|
| 653 |
+
"loss": 2.1624,
|
| 654 |
+
"step": 920
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 5.677862595419847,
|
| 658 |
+
"grad_norm": 8758.2080078125,
|
| 659 |
+
"learning_rate": 9.850948509485095e-08,
|
| 660 |
+
"loss": 2.1695,
|
| 661 |
+
"step": 930
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 5.738931297709923,
|
| 665 |
+
"grad_norm": 9433.7724609375,
|
| 666 |
+
"learning_rate": 9.715447154471544e-08,
|
| 667 |
+
"loss": 2.1904,
|
| 668 |
+
"step": 940
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 5.8,
|
| 672 |
+
"grad_norm": 9150.314453125,
|
| 673 |
+
"learning_rate": 9.579945799457995e-08,
|
| 674 |
+
"loss": 2.1277,
|
| 675 |
+
"step": 950
|
| 676 |
+
}
|
| 677 |
+
],
|
| 678 |
+
"logging_steps": 10,
|
| 679 |
+
"max_steps": 1640,
|
| 680 |
+
"num_input_tokens_seen": 0,
|
| 681 |
+
"num_train_epochs": 10,
|
| 682 |
+
"save_steps": 50,
|
| 683 |
+
"stateful_callbacks": {
|
| 684 |
+
"TrainerControl": {
|
| 685 |
+
"args": {
|
| 686 |
+
"should_epoch_stop": false,
|
| 687 |
+
"should_evaluate": false,
|
| 688 |
+
"should_log": false,
|
| 689 |
+
"should_save": true,
|
| 690 |
+
"should_training_stop": false
|
| 691 |
+
},
|
| 692 |
+
"attributes": {}
|
| 693 |
+
}
|
| 694 |
+
},
|
| 695 |
+
"total_flos": 7.054377476011152e+16,
|
| 696 |
+
"train_batch_size": 5,
|
| 697 |
+
"trial_name": null,
|
| 698 |
+
"trial_params": null
|
| 699 |
+
}
|
checkpoint-950/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8aef9b7b114bf52e6f6cea92bd481c5e04a09d0f0bd47fe744997da2cd9e2313
|
| 3 |
+
size 5816
|