Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +26 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- chat_template.json +3 -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 +733 -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,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/gemma-3-4b-it-unsloth-bnb-4bit
|
| 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,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "unsloth/gemma-3-4b-it-unsloth-bnb-4bit",
|
| 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": 8,
|
| 14 |
+
"lora_dropout": 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": "(?:.*?(?:language|text).*?(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense).*?(?:k_proj|v_proj|q_proj|out_proj|fc1|fc2|o_proj|gate_proj|up_proj|down_proj).*?)|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense)\\.(?:(?:k_proj|v_proj|q_proj|out_proj|fc1|fc2|o_proj|gate_proj|up_proj|down_proj)))",
|
| 23 |
+
"task_type": "CAUSAL_LM",
|
| 24 |
+
"use_dora": false,
|
| 25 |
+
"use_rslora": false
|
| 26 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4aaebff0875e9d2ce285f40a1512de0dc475f86708e7ed3faa85f412582a044f
|
| 3 |
+
size 59675008
|
added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<image_soft_token>": 262144
|
| 3 |
+
}
|
chat_template.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_template": "{{ bos_token }}\n{%- if messages[0]['role'] == 'system' -%}\n {%- if messages[0]['content'] is string -%}\n {%- set first_user_prefix = messages[0]['content'] + '\n\n' -%}\n {%- else -%}\n {%- set first_user_prefix = messages[0]['content'][0]['text'] + '\n\n' -%}\n {%- endif -%}\n {%- set loop_messages = messages[1:] -%}\n{%- else -%}\n {%- set first_user_prefix = \"\" -%}\n {%- set loop_messages = messages -%}\n{%- endif -%}\n{%- for message in loop_messages -%}\n {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}\n {{ raise_exception(\"Conversation roles must alternate user/assistant/user/assistant/...\") }}\n {%- endif -%}\n {%- if (message['role'] == 'assistant') -%}\n {%- set role = \"model\" -%}\n {%- else -%}\n {%- set role = message['role'] -%}\n {%- endif -%}\n {{ '<start_of_turn>' + role + '\n' + (first_user_prefix if loop.first else \"\") }}\n {%- if message['content'] is string -%}\n {{ message['content'] | trim }}\n {%- elif message['content'] is iterable -%}\n {%- for item in message['content'] -%}\n {%- if item['type'] == 'image' -%}\n {{ '<start_of_image>' }}\n {%- elif item['type'] == 'text' -%}\n {{ item['text'] | trim }}\n {%- endif -%}\n {%- endfor -%}\n {%- else -%}\n {{ raise_exception(\"Invalid content type\") }}\n {%- endif -%}\n {{ '<end_of_turn>\n' }}\n{%- endfor -%}\n{%- if add_generation_prompt -%}\n {{ '<start_of_turn>model\n' }}\n{%- endif -%}\n"
|
| 3 |
+
}
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cf5c7930cba565c7ccd0fa01f1ecfaa1ae21ef6e1f3a6e24c8ca65cc69a47e4
|
| 3 |
+
size 30825092
|
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:4981123ff3cf7bd5b7f76839e90e4776f747ca4c38dcb41876fa010c0dea8b23
|
| 3 |
+
size 14244
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8545fe12be65f660e4c9651899b1fa228a8c8258cf276b1108a6dc112b990734
|
| 3 |
+
size 1064
|
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,733 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 2.3294117647058825,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 100,
|
| 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.023529411764705882,
|
| 13 |
+
"grad_norm": 6.661525726318359,
|
| 14 |
+
"learning_rate": 4e-05,
|
| 15 |
+
"loss": 3.1501,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.047058823529411764,
|
| 20 |
+
"grad_norm": 7.423152446746826,
|
| 21 |
+
"learning_rate": 8e-05,
|
| 22 |
+
"loss": 3.4519,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.07058823529411765,
|
| 27 |
+
"grad_norm": 7.344629764556885,
|
| 28 |
+
"learning_rate": 0.00012,
|
| 29 |
+
"loss": 3.2048,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.09411764705882353,
|
| 34 |
+
"grad_norm": 8.129940032958984,
|
| 35 |
+
"learning_rate": 0.00016,
|
| 36 |
+
"loss": 3.1225,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.11764705882352941,
|
| 41 |
+
"grad_norm": 6.877574443817139,
|
| 42 |
+
"learning_rate": 0.0002,
|
| 43 |
+
"loss": 2.9515,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.1411764705882353,
|
| 48 |
+
"grad_norm": 4.28478479385376,
|
| 49 |
+
"learning_rate": 0.00019990453460620527,
|
| 50 |
+
"loss": 2.1975,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.16470588235294117,
|
| 55 |
+
"grad_norm": 3.4814071655273438,
|
| 56 |
+
"learning_rate": 0.00019980906921241053,
|
| 57 |
+
"loss": 2.0311,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.18823529411764706,
|
| 62 |
+
"grad_norm": 2.5042951107025146,
|
| 63 |
+
"learning_rate": 0.00019971360381861576,
|
| 64 |
+
"loss": 1.7222,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.21176470588235294,
|
| 69 |
+
"grad_norm": 10.543612480163574,
|
| 70 |
+
"learning_rate": 0.00019961813842482102,
|
| 71 |
+
"loss": 1.601,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.23529411764705882,
|
| 76 |
+
"grad_norm": 2.4977686405181885,
|
| 77 |
+
"learning_rate": 0.00019952267303102625,
|
| 78 |
+
"loss": 1.6609,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.25882352941176473,
|
| 83 |
+
"grad_norm": 2.499239921569824,
|
| 84 |
+
"learning_rate": 0.0001994272076372315,
|
| 85 |
+
"loss": 1.4279,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.2823529411764706,
|
| 90 |
+
"grad_norm": 1.3605753183364868,
|
| 91 |
+
"learning_rate": 0.00019933174224343676,
|
| 92 |
+
"loss": 1.4378,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.3058823529411765,
|
| 97 |
+
"grad_norm": 2.2948458194732666,
|
| 98 |
+
"learning_rate": 0.00019923627684964202,
|
| 99 |
+
"loss": 1.4096,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.32941176470588235,
|
| 104 |
+
"grad_norm": 1.9090344905853271,
|
| 105 |
+
"learning_rate": 0.00019914081145584725,
|
| 106 |
+
"loss": 1.38,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.35294117647058826,
|
| 111 |
+
"grad_norm": 1.3216297626495361,
|
| 112 |
+
"learning_rate": 0.0001990453460620525,
|
| 113 |
+
"loss": 1.0872,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.3764705882352941,
|
| 118 |
+
"grad_norm": 1.299048900604248,
|
| 119 |
+
"learning_rate": 0.00019894988066825777,
|
| 120 |
+
"loss": 1.0297,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.4,
|
| 125 |
+
"grad_norm": 1.3004589080810547,
|
| 126 |
+
"learning_rate": 0.00019885441527446303,
|
| 127 |
+
"loss": 0.9944,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.4235294117647059,
|
| 132 |
+
"grad_norm": 1.202727198600769,
|
| 133 |
+
"learning_rate": 0.00019875894988066829,
|
| 134 |
+
"loss": 1.07,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.4470588235294118,
|
| 139 |
+
"grad_norm": 1.67063570022583,
|
| 140 |
+
"learning_rate": 0.00019866348448687352,
|
| 141 |
+
"loss": 1.1953,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.47058823529411764,
|
| 146 |
+
"grad_norm": 1.3096171617507935,
|
| 147 |
+
"learning_rate": 0.00019856801909307875,
|
| 148 |
+
"loss": 0.9428,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.49411764705882355,
|
| 153 |
+
"grad_norm": 1.459935188293457,
|
| 154 |
+
"learning_rate": 0.000198472553699284,
|
| 155 |
+
"loss": 1.0548,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.5176470588235295,
|
| 160 |
+
"grad_norm": 1.392005443572998,
|
| 161 |
+
"learning_rate": 0.00019837708830548927,
|
| 162 |
+
"loss": 0.9306,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.5411764705882353,
|
| 167 |
+
"grad_norm": 1.4283812046051025,
|
| 168 |
+
"learning_rate": 0.00019828162291169452,
|
| 169 |
+
"loss": 0.9121,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.5647058823529412,
|
| 174 |
+
"grad_norm": 1.283262014389038,
|
| 175 |
+
"learning_rate": 0.00019818615751789978,
|
| 176 |
+
"loss": 0.9064,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.5882352941176471,
|
| 181 |
+
"grad_norm": 1.330345869064331,
|
| 182 |
+
"learning_rate": 0.000198090692124105,
|
| 183 |
+
"loss": 0.8008,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.611764705882353,
|
| 188 |
+
"grad_norm": 1.3282525539398193,
|
| 189 |
+
"learning_rate": 0.00019799522673031027,
|
| 190 |
+
"loss": 0.7321,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.6352941176470588,
|
| 195 |
+
"grad_norm": 1.2584058046340942,
|
| 196 |
+
"learning_rate": 0.00019789976133651553,
|
| 197 |
+
"loss": 0.7673,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.6588235294117647,
|
| 202 |
+
"grad_norm": 1.2578104734420776,
|
| 203 |
+
"learning_rate": 0.00019780429594272076,
|
| 204 |
+
"loss": 0.7981,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.6823529411764706,
|
| 209 |
+
"grad_norm": 1.4390983581542969,
|
| 210 |
+
"learning_rate": 0.00019770883054892602,
|
| 211 |
+
"loss": 0.8325,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.7058823529411765,
|
| 216 |
+
"grad_norm": 1.6025103330612183,
|
| 217 |
+
"learning_rate": 0.00019761336515513128,
|
| 218 |
+
"loss": 0.8138,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.7294117647058823,
|
| 223 |
+
"grad_norm": 1.480338215827942,
|
| 224 |
+
"learning_rate": 0.00019751789976133654,
|
| 225 |
+
"loss": 0.8751,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.7529411764705882,
|
| 230 |
+
"grad_norm": 1.266036868095398,
|
| 231 |
+
"learning_rate": 0.00019742243436754177,
|
| 232 |
+
"loss": 0.7173,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.7764705882352941,
|
| 237 |
+
"grad_norm": 1.233924150466919,
|
| 238 |
+
"learning_rate": 0.00019732696897374703,
|
| 239 |
+
"loss": 0.6959,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.8,
|
| 244 |
+
"grad_norm": 1.1584521532058716,
|
| 245 |
+
"learning_rate": 0.00019723150357995228,
|
| 246 |
+
"loss": 0.6162,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.8235294117647058,
|
| 251 |
+
"grad_norm": 1.252702236175537,
|
| 252 |
+
"learning_rate": 0.00019713603818615754,
|
| 253 |
+
"loss": 0.5258,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.8470588235294118,
|
| 258 |
+
"grad_norm": 1.3157094717025757,
|
| 259 |
+
"learning_rate": 0.0001970405727923628,
|
| 260 |
+
"loss": 0.7223,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.8705882352941177,
|
| 265 |
+
"grad_norm": 1.310499668121338,
|
| 266 |
+
"learning_rate": 0.00019694510739856803,
|
| 267 |
+
"loss": 0.6344,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.8941176470588236,
|
| 272 |
+
"grad_norm": 1.346976399421692,
|
| 273 |
+
"learning_rate": 0.00019684964200477326,
|
| 274 |
+
"loss": 0.7265,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.9176470588235294,
|
| 279 |
+
"grad_norm": 1.2368614673614502,
|
| 280 |
+
"learning_rate": 0.00019675417661097852,
|
| 281 |
+
"loss": 0.6884,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.9411764705882353,
|
| 286 |
+
"grad_norm": 1.3998883962631226,
|
| 287 |
+
"learning_rate": 0.00019665871121718378,
|
| 288 |
+
"loss": 0.7219,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.9647058823529412,
|
| 293 |
+
"grad_norm": 1.2332427501678467,
|
| 294 |
+
"learning_rate": 0.00019656324582338904,
|
| 295 |
+
"loss": 0.7444,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.9882352941176471,
|
| 300 |
+
"grad_norm": 1.0393794775009155,
|
| 301 |
+
"learning_rate": 0.0001964677804295943,
|
| 302 |
+
"loss": 0.5779,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 1.0,
|
| 307 |
+
"grad_norm": 1.7419483661651611,
|
| 308 |
+
"learning_rate": 0.00019637231503579953,
|
| 309 |
+
"loss": 0.6714,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 1.0235294117647058,
|
| 314 |
+
"grad_norm": 1.0514390468597412,
|
| 315 |
+
"learning_rate": 0.00019627684964200479,
|
| 316 |
+
"loss": 0.5436,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 1.0470588235294118,
|
| 321 |
+
"grad_norm": 0.9511624574661255,
|
| 322 |
+
"learning_rate": 0.00019618138424821004,
|
| 323 |
+
"loss": 0.4626,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 1.0705882352941176,
|
| 328 |
+
"grad_norm": 1.508288025856018,
|
| 329 |
+
"learning_rate": 0.00019608591885441527,
|
| 330 |
+
"loss": 0.5104,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 1.0941176470588236,
|
| 335 |
+
"grad_norm": 1.4369169473648071,
|
| 336 |
+
"learning_rate": 0.00019599045346062053,
|
| 337 |
+
"loss": 0.6062,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 1.1176470588235294,
|
| 342 |
+
"grad_norm": 1.1856215000152588,
|
| 343 |
+
"learning_rate": 0.0001958949880668258,
|
| 344 |
+
"loss": 0.5779,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 1.1411764705882352,
|
| 349 |
+
"grad_norm": 1.317847490310669,
|
| 350 |
+
"learning_rate": 0.00019579952267303102,
|
| 351 |
+
"loss": 0.5041,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 1.1647058823529413,
|
| 356 |
+
"grad_norm": 1.2989856004714966,
|
| 357 |
+
"learning_rate": 0.00019570405727923628,
|
| 358 |
+
"loss": 0.615,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 1.188235294117647,
|
| 363 |
+
"grad_norm": 1.0592188835144043,
|
| 364 |
+
"learning_rate": 0.00019560859188544154,
|
| 365 |
+
"loss": 0.4445,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 1.2117647058823529,
|
| 370 |
+
"grad_norm": 0.9522223472595215,
|
| 371 |
+
"learning_rate": 0.0001955131264916468,
|
| 372 |
+
"loss": 0.4166,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 1.2352941176470589,
|
| 377 |
+
"grad_norm": 1.137998104095459,
|
| 378 |
+
"learning_rate": 0.00019541766109785206,
|
| 379 |
+
"loss": 0.5384,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 1.2588235294117647,
|
| 384 |
+
"grad_norm": 1.0973365306854248,
|
| 385 |
+
"learning_rate": 0.0001953221957040573,
|
| 386 |
+
"loss": 0.4935,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 1.2823529411764705,
|
| 391 |
+
"grad_norm": 1.0788564682006836,
|
| 392 |
+
"learning_rate": 0.00019522673031026252,
|
| 393 |
+
"loss": 0.4372,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 1.3058823529411765,
|
| 398 |
+
"grad_norm": 1.1917812824249268,
|
| 399 |
+
"learning_rate": 0.00019513126491646778,
|
| 400 |
+
"loss": 0.5462,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 1.3294117647058823,
|
| 405 |
+
"grad_norm": 1.1784740686416626,
|
| 406 |
+
"learning_rate": 0.00019503579952267303,
|
| 407 |
+
"loss": 0.5903,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 1.3529411764705883,
|
| 412 |
+
"grad_norm": 1.0892928838729858,
|
| 413 |
+
"learning_rate": 0.0001949403341288783,
|
| 414 |
+
"loss": 0.4417,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 1.3764705882352941,
|
| 419 |
+
"grad_norm": 1.2473161220550537,
|
| 420 |
+
"learning_rate": 0.00019484486873508355,
|
| 421 |
+
"loss": 0.6014,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 1.4,
|
| 426 |
+
"grad_norm": 1.3342103958129883,
|
| 427 |
+
"learning_rate": 0.00019474940334128878,
|
| 428 |
+
"loss": 0.4679,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 1.423529411764706,
|
| 433 |
+
"grad_norm": 1.2751225233078003,
|
| 434 |
+
"learning_rate": 0.00019465393794749404,
|
| 435 |
+
"loss": 0.5651,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 1.4470588235294117,
|
| 440 |
+
"grad_norm": 1.012502908706665,
|
| 441 |
+
"learning_rate": 0.0001945584725536993,
|
| 442 |
+
"loss": 0.29,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 1.4705882352941178,
|
| 447 |
+
"grad_norm": 0.9788743257522583,
|
| 448 |
+
"learning_rate": 0.00019446300715990456,
|
| 449 |
+
"loss": 0.3741,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 1.4941176470588236,
|
| 454 |
+
"grad_norm": 1.0560024976730347,
|
| 455 |
+
"learning_rate": 0.0001943675417661098,
|
| 456 |
+
"loss": 0.4329,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 1.5176470588235293,
|
| 461 |
+
"grad_norm": 1.1424912214279175,
|
| 462 |
+
"learning_rate": 0.00019427207637231505,
|
| 463 |
+
"loss": 0.3667,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 1.5411764705882351,
|
| 468 |
+
"grad_norm": 1.1789878606796265,
|
| 469 |
+
"learning_rate": 0.00019417661097852028,
|
| 470 |
+
"loss": 0.4384,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 1.5647058823529412,
|
| 475 |
+
"grad_norm": 1.1614022254943848,
|
| 476 |
+
"learning_rate": 0.00019408114558472554,
|
| 477 |
+
"loss": 0.4265,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 1.5882352941176472,
|
| 482 |
+
"grad_norm": 1.3976482152938843,
|
| 483 |
+
"learning_rate": 0.0001939856801909308,
|
| 484 |
+
"loss": 0.5109,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 1.611764705882353,
|
| 489 |
+
"grad_norm": 1.1408592462539673,
|
| 490 |
+
"learning_rate": 0.00019389021479713605,
|
| 491 |
+
"loss": 0.4185,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 1.6352941176470588,
|
| 496 |
+
"grad_norm": 1.242210030555725,
|
| 497 |
+
"learning_rate": 0.0001937947494033413,
|
| 498 |
+
"loss": 0.4089,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 1.6588235294117646,
|
| 503 |
+
"grad_norm": 1.3533846139907837,
|
| 504 |
+
"learning_rate": 0.00019369928400954654,
|
| 505 |
+
"loss": 0.3804,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 1.6823529411764706,
|
| 510 |
+
"grad_norm": 1.5269583463668823,
|
| 511 |
+
"learning_rate": 0.0001936038186157518,
|
| 512 |
+
"loss": 0.5357,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 1.7058823529411766,
|
| 517 |
+
"grad_norm": 2.066941261291504,
|
| 518 |
+
"learning_rate": 0.00019350835322195703,
|
| 519 |
+
"loss": 0.6613,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 1.7294117647058824,
|
| 524 |
+
"grad_norm": 1.3083280324935913,
|
| 525 |
+
"learning_rate": 0.0001934128878281623,
|
| 526 |
+
"loss": 0.3654,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 1.7529411764705882,
|
| 531 |
+
"grad_norm": 1.0919277667999268,
|
| 532 |
+
"learning_rate": 0.00019331742243436755,
|
| 533 |
+
"loss": 0.3306,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 1.776470588235294,
|
| 538 |
+
"grad_norm": 1.1151741743087769,
|
| 539 |
+
"learning_rate": 0.0001932219570405728,
|
| 540 |
+
"loss": 0.3895,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 1.8,
|
| 545 |
+
"grad_norm": 1.286359190940857,
|
| 546 |
+
"learning_rate": 0.00019312649164677804,
|
| 547 |
+
"loss": 0.4677,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 1.8235294117647058,
|
| 552 |
+
"grad_norm": 1.03926682472229,
|
| 553 |
+
"learning_rate": 0.0001930310262529833,
|
| 554 |
+
"loss": 0.3884,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 1.8470588235294119,
|
| 559 |
+
"grad_norm": 1.084747314453125,
|
| 560 |
+
"learning_rate": 0.00019293556085918855,
|
| 561 |
+
"loss": 0.4417,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 1.8705882352941177,
|
| 566 |
+
"grad_norm": 1.1419929265975952,
|
| 567 |
+
"learning_rate": 0.0001928400954653938,
|
| 568 |
+
"loss": 0.4261,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 1.8941176470588235,
|
| 573 |
+
"grad_norm": 1.1437164545059204,
|
| 574 |
+
"learning_rate": 0.00019274463007159907,
|
| 575 |
+
"loss": 0.4213,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 1.9176470588235293,
|
| 580 |
+
"grad_norm": 1.0313295125961304,
|
| 581 |
+
"learning_rate": 0.0001926491646778043,
|
| 582 |
+
"loss": 0.3355,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 1.9411764705882353,
|
| 587 |
+
"grad_norm": 1.3336807489395142,
|
| 588 |
+
"learning_rate": 0.00019255369928400956,
|
| 589 |
+
"loss": 0.4388,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 1.9647058823529413,
|
| 594 |
+
"grad_norm": 1.2635568380355835,
|
| 595 |
+
"learning_rate": 0.0001924582338902148,
|
| 596 |
+
"loss": 0.4225,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 1.988235294117647,
|
| 601 |
+
"grad_norm": 1.1508828401565552,
|
| 602 |
+
"learning_rate": 0.00019236276849642005,
|
| 603 |
+
"loss": 0.3403,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 2.0,
|
| 608 |
+
"grad_norm": 2.2531745433807373,
|
| 609 |
+
"learning_rate": 0.0001922673031026253,
|
| 610 |
+
"loss": 0.5257,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 2.023529411764706,
|
| 615 |
+
"grad_norm": 0.7907515168190002,
|
| 616 |
+
"learning_rate": 0.00019217183770883057,
|
| 617 |
+
"loss": 0.1563,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 2.0470588235294116,
|
| 622 |
+
"grad_norm": 0.8357899188995361,
|
| 623 |
+
"learning_rate": 0.00019207637231503583,
|
| 624 |
+
"loss": 0.2273,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 2.070588235294118,
|
| 629 |
+
"grad_norm": 1.0556663274765015,
|
| 630 |
+
"learning_rate": 0.00019198090692124106,
|
| 631 |
+
"loss": 0.1731,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 2.0941176470588236,
|
| 636 |
+
"grad_norm": 0.8954185843467712,
|
| 637 |
+
"learning_rate": 0.00019188544152744631,
|
| 638 |
+
"loss": 0.1575,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 2.1176470588235294,
|
| 643 |
+
"grad_norm": 1.0291929244995117,
|
| 644 |
+
"learning_rate": 0.00019178997613365155,
|
| 645 |
+
"loss": 0.1907,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 2.1411764705882352,
|
| 650 |
+
"grad_norm": 1.0664329528808594,
|
| 651 |
+
"learning_rate": 0.0001916945107398568,
|
| 652 |
+
"loss": 0.1823,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 2.164705882352941,
|
| 657 |
+
"grad_norm": 1.1944317817687988,
|
| 658 |
+
"learning_rate": 0.00019159904534606206,
|
| 659 |
+
"loss": 0.2451,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 2.1882352941176473,
|
| 664 |
+
"grad_norm": 1.3393555879592896,
|
| 665 |
+
"learning_rate": 0.00019150357995226732,
|
| 666 |
+
"loss": 0.2653,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 2.211764705882353,
|
| 671 |
+
"grad_norm": 1.3618574142456055,
|
| 672 |
+
"learning_rate": 0.00019140811455847255,
|
| 673 |
+
"loss": 0.1786,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 2.235294117647059,
|
| 678 |
+
"grad_norm": 1.5982481241226196,
|
| 679 |
+
"learning_rate": 0.0001913126491646778,
|
| 680 |
+
"loss": 0.1967,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 2.2588235294117647,
|
| 685 |
+
"grad_norm": 1.3369780778884888,
|
| 686 |
+
"learning_rate": 0.00019121718377088307,
|
| 687 |
+
"loss": 0.2106,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 2.2823529411764705,
|
| 692 |
+
"grad_norm": 1.1570290327072144,
|
| 693 |
+
"learning_rate": 0.00019112171837708833,
|
| 694 |
+
"loss": 0.1624,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 2.3058823529411763,
|
| 699 |
+
"grad_norm": 1.180243968963623,
|
| 700 |
+
"learning_rate": 0.00019102625298329359,
|
| 701 |
+
"loss": 0.1672,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 2.3294117647058825,
|
| 706 |
+
"grad_norm": 1.218498945236206,
|
| 707 |
+
"learning_rate": 0.00019093078758949882,
|
| 708 |
+
"loss": 0.2139,
|
| 709 |
+
"step": 100
|
| 710 |
+
}
|
| 711 |
+
],
|
| 712 |
+
"logging_steps": 1,
|
| 713 |
+
"max_steps": 2100,
|
| 714 |
+
"num_input_tokens_seen": 0,
|
| 715 |
+
"num_train_epochs": 50,
|
| 716 |
+
"save_steps": 100,
|
| 717 |
+
"stateful_callbacks": {
|
| 718 |
+
"TrainerControl": {
|
| 719 |
+
"args": {
|
| 720 |
+
"should_epoch_stop": false,
|
| 721 |
+
"should_evaluate": false,
|
| 722 |
+
"should_log": false,
|
| 723 |
+
"should_save": true,
|
| 724 |
+
"should_training_stop": false
|
| 725 |
+
},
|
| 726 |
+
"attributes": {}
|
| 727 |
+
}
|
| 728 |
+
},
|
| 729 |
+
"total_flos": 2583886078581696.0,
|
| 730 |
+
"train_batch_size": 4,
|
| 731 |
+
"trial_name": null,
|
| 732 |
+
"trial_params": null
|
| 733 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6641fc4903b882687d1567f21bf28aa9e327f0bc130f00693bc0bd7924100918
|
| 3 |
+
size 5624
|