Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +208 -0
- adapter_config.json +50 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +25 -0
- chat_template.jinja +54 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +216 -0
- trainer_state.json +1189 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: unsloth/Qwen2.5-Coder-3b-Instruct-bnb-4bit
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:unsloth/Qwen2.5-Coder-3b-Instruct-bnb-4bit
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
- unsloth
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.18.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.qwen2.modeling_qwen2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "unsloth/Qwen2.5-Coder-3b-Instruct-bnb-4bit",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 64,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0,
|
| 26 |
+
"megatron_config": null,
|
| 27 |
+
"megatron_core": "megatron.core",
|
| 28 |
+
"modules_to_save": null,
|
| 29 |
+
"peft_type": "LORA",
|
| 30 |
+
"peft_version": "0.18.1",
|
| 31 |
+
"qalora_group_size": 16,
|
| 32 |
+
"r": 32,
|
| 33 |
+
"rank_pattern": {},
|
| 34 |
+
"revision": null,
|
| 35 |
+
"target_modules": [
|
| 36 |
+
"k_proj",
|
| 37 |
+
"gate_proj",
|
| 38 |
+
"q_proj",
|
| 39 |
+
"up_proj",
|
| 40 |
+
"o_proj",
|
| 41 |
+
"v_proj",
|
| 42 |
+
"down_proj"
|
| 43 |
+
],
|
| 44 |
+
"target_parameters": null,
|
| 45 |
+
"task_type": "CAUSAL_LM",
|
| 46 |
+
"trainable_token_indices": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false
|
| 50 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8089723a019d3d6f8dcf82ef2e3c0c72ef40b6c36a53cdc5e13f1adabbe6784a
|
| 3 |
+
size 239536272
|
added_tokens.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|PAD_TOKEN|>": 151665,
|
| 5 |
+
"<|box_end|>": 151649,
|
| 6 |
+
"<|box_start|>": 151648,
|
| 7 |
+
"<|endoftext|>": 151643,
|
| 8 |
+
"<|file_sep|>": 151664,
|
| 9 |
+
"<|fim_middle|>": 151660,
|
| 10 |
+
"<|fim_pad|>": 151662,
|
| 11 |
+
"<|fim_prefix|>": 151659,
|
| 12 |
+
"<|fim_suffix|>": 151661,
|
| 13 |
+
"<|im_end|>": 151645,
|
| 14 |
+
"<|im_start|>": 151644,
|
| 15 |
+
"<|image_pad|>": 151655,
|
| 16 |
+
"<|object_ref_end|>": 151647,
|
| 17 |
+
"<|object_ref_start|>": 151646,
|
| 18 |
+
"<|quad_end|>": 151651,
|
| 19 |
+
"<|quad_start|>": 151650,
|
| 20 |
+
"<|repo_name|>": 151663,
|
| 21 |
+
"<|video_pad|>": 151656,
|
| 22 |
+
"<|vision_end|>": 151653,
|
| 23 |
+
"<|vision_pad|>": 151654,
|
| 24 |
+
"<|vision_start|>": 151652
|
| 25 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7af210e754bdb6d694d896312867d791a238f4964143bfed07a98bc0f5083007
|
| 3 |
+
size 479370187
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcbea41e90cc92b60dad673f2ff016d8f09c52f90fd6b0b6d0e682698edfa779
|
| 3 |
+
size 14581
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3911e34dd78c40167877be69fac0c2ef313e2e9fd85ef6cb6d3b309c03037999
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|PAD_TOKEN|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
|
| 3 |
+
size 11422086
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,216 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<|PAD_TOKEN|>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": true
|
| 188 |
+
}
|
| 189 |
+
},
|
| 190 |
+
"additional_special_tokens": [
|
| 191 |
+
"<|im_start|>",
|
| 192 |
+
"<|im_end|>",
|
| 193 |
+
"<|object_ref_start|>",
|
| 194 |
+
"<|object_ref_end|>",
|
| 195 |
+
"<|box_start|>",
|
| 196 |
+
"<|box_end|>",
|
| 197 |
+
"<|quad_start|>",
|
| 198 |
+
"<|quad_end|>",
|
| 199 |
+
"<|vision_start|>",
|
| 200 |
+
"<|vision_end|>",
|
| 201 |
+
"<|vision_pad|>",
|
| 202 |
+
"<|image_pad|>",
|
| 203 |
+
"<|video_pad|>"
|
| 204 |
+
],
|
| 205 |
+
"bos_token": null,
|
| 206 |
+
"clean_up_tokenization_spaces": false,
|
| 207 |
+
"eos_token": "<|im_end|>",
|
| 208 |
+
"errors": "replace",
|
| 209 |
+
"extra_special_tokens": {},
|
| 210 |
+
"model_max_length": 32768,
|
| 211 |
+
"pad_token": "<|PAD_TOKEN|>",
|
| 212 |
+
"padding_side": "right",
|
| 213 |
+
"split_special_tokens": false,
|
| 214 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 215 |
+
"unk_token": null
|
| 216 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1189 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 8.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 8256,
|
| 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.04844961240310078,
|
| 14 |
+
"grad_norm": 0.41548049449920654,
|
| 15 |
+
"learning_rate": 4.999565439780451e-05,
|
| 16 |
+
"loss": 0.9259,
|
| 17 |
+
"step": 50
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.09689922480620156,
|
| 21 |
+
"grad_norm": 0.4070381224155426,
|
| 22 |
+
"learning_rate": 4.9982262622162004e-05,
|
| 23 |
+
"loss": 0.8252,
|
| 24 |
+
"step": 100
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.14534883720930233,
|
| 28 |
+
"grad_norm": 0.26511862874031067,
|
| 29 |
+
"learning_rate": 4.9959827710691796e-05,
|
| 30 |
+
"loss": 0.789,
|
| 31 |
+
"step": 150
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.1937984496124031,
|
| 35 |
+
"grad_norm": 0.379682719707489,
|
| 36 |
+
"learning_rate": 4.992835778443379e-05,
|
| 37 |
+
"loss": 0.8257,
|
| 38 |
+
"step": 200
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.24224806201550386,
|
| 42 |
+
"grad_norm": 0.34141114354133606,
|
| 43 |
+
"learning_rate": 4.988786423494294e-05,
|
| 44 |
+
"loss": 0.8357,
|
| 45 |
+
"step": 250
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.29069767441860467,
|
| 49 |
+
"grad_norm": 0.33835941553115845,
|
| 50 |
+
"learning_rate": 4.983836172016573e-05,
|
| 51 |
+
"loss": 0.8025,
|
| 52 |
+
"step": 300
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 0.3391472868217054,
|
| 56 |
+
"grad_norm": 0.28619295358657837,
|
| 57 |
+
"learning_rate": 4.97798681591342e-05,
|
| 58 |
+
"loss": 0.7223,
|
| 59 |
+
"step": 350
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 0.3875968992248062,
|
| 63 |
+
"grad_norm": 1.7040114402770996,
|
| 64 |
+
"learning_rate": 4.971240472547967e-05,
|
| 65 |
+
"loss": 0.7843,
|
| 66 |
+
"step": 400
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.436046511627907,
|
| 70 |
+
"grad_norm": 0.4446117877960205,
|
| 71 |
+
"learning_rate": 4.963599583976813e-05,
|
| 72 |
+
"loss": 0.8503,
|
| 73 |
+
"step": 450
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.4844961240310077,
|
| 77 |
+
"grad_norm": 0.285826712846756,
|
| 78 |
+
"learning_rate": 4.9550669160660576e-05,
|
| 79 |
+
"loss": 0.8192,
|
| 80 |
+
"step": 500
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.5329457364341085,
|
| 84 |
+
"grad_norm": 2.5809340476989746,
|
| 85 |
+
"learning_rate": 4.945645557490094e-05,
|
| 86 |
+
"loss": 0.7493,
|
| 87 |
+
"step": 550
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.5813953488372093,
|
| 91 |
+
"grad_norm": 0.31858932971954346,
|
| 92 |
+
"learning_rate": 4.935338918613571e-05,
|
| 93 |
+
"loss": 0.847,
|
| 94 |
+
"step": 600
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.6298449612403101,
|
| 98 |
+
"grad_norm": 0.3342924416065216,
|
| 99 |
+
"learning_rate": 4.924150730256899e-05,
|
| 100 |
+
"loss": 0.7255,
|
| 101 |
+
"step": 650
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.6782945736434108,
|
| 105 |
+
"grad_norm": 0.2791895568370819,
|
| 106 |
+
"learning_rate": 4.91208504234576e-05,
|
| 107 |
+
"loss": 0.8075,
|
| 108 |
+
"step": 700
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.7267441860465116,
|
| 112 |
+
"grad_norm": 0.4308435618877411,
|
| 113 |
+
"learning_rate": 4.899146222445105e-05,
|
| 114 |
+
"loss": 0.839,
|
| 115 |
+
"step": 750
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.7751937984496124,
|
| 119 |
+
"grad_norm": 0.47363415360450745,
|
| 120 |
+
"learning_rate": 4.8853389541781726e-05,
|
| 121 |
+
"loss": 0.7479,
|
| 122 |
+
"step": 800
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.8236434108527132,
|
| 126 |
+
"grad_norm": 0.39904293417930603,
|
| 127 |
+
"learning_rate": 4.870668235531106e-05,
|
| 128 |
+
"loss": 0.7821,
|
| 129 |
+
"step": 850
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.872093023255814,
|
| 133 |
+
"grad_norm": 0.3194170594215393,
|
| 134 |
+
"learning_rate": 4.8551393770437626e-05,
|
| 135 |
+
"loss": 0.8012,
|
| 136 |
+
"step": 900
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.9205426356589147,
|
| 140 |
+
"grad_norm": 0.8215324282646179,
|
| 141 |
+
"learning_rate": 4.838757999887399e-05,
|
| 142 |
+
"loss": 0.6319,
|
| 143 |
+
"step": 950
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 0.9689922480620154,
|
| 147 |
+
"grad_norm": 0.46082744002342224,
|
| 148 |
+
"learning_rate": 4.821530033829902e-05,
|
| 149 |
+
"loss": 0.494,
|
| 150 |
+
"step": 1000
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 1.0174418604651163,
|
| 154 |
+
"grad_norm": 0.25258105993270874,
|
| 155 |
+
"learning_rate": 4.8034617150893216e-05,
|
| 156 |
+
"loss": 0.7785,
|
| 157 |
+
"step": 1050
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"epoch": 1.0658914728682172,
|
| 161 |
+
"grad_norm": 0.44710302352905273,
|
| 162 |
+
"learning_rate": 4.78455958407647e-05,
|
| 163 |
+
"loss": 0.573,
|
| 164 |
+
"step": 1100
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"epoch": 1.1143410852713178,
|
| 168 |
+
"grad_norm": 0.25971588492393494,
|
| 169 |
+
"learning_rate": 4.764830483027408e-05,
|
| 170 |
+
"loss": 0.6463,
|
| 171 |
+
"step": 1150
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 1.1627906976744187,
|
| 175 |
+
"grad_norm": 0.5416250228881836,
|
| 176 |
+
"learning_rate": 4.744281553526676e-05,
|
| 177 |
+
"loss": 0.5477,
|
| 178 |
+
"step": 1200
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 1.2112403100775193,
|
| 182 |
+
"grad_norm": 0.6827994585037231,
|
| 183 |
+
"learning_rate": 4.7229202339221676e-05,
|
| 184 |
+
"loss": 0.6475,
|
| 185 |
+
"step": 1250
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 1.2596899224806202,
|
| 189 |
+
"grad_norm": 0.7923223376274109,
|
| 190 |
+
"learning_rate": 4.7007542566325844e-05,
|
| 191 |
+
"loss": 0.6066,
|
| 192 |
+
"step": 1300
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"epoch": 1.308139534883721,
|
| 196 |
+
"grad_norm": 0.30041930079460144,
|
| 197 |
+
"learning_rate": 4.6777916453484305e-05,
|
| 198 |
+
"loss": 0.7032,
|
| 199 |
+
"step": 1350
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 1.3565891472868217,
|
| 203 |
+
"grad_norm": 0.30808496475219727,
|
| 204 |
+
"learning_rate": 4.654040712127581e-05,
|
| 205 |
+
"loss": 0.7161,
|
| 206 |
+
"step": 1400
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"epoch": 1.4050387596899225,
|
| 210 |
+
"grad_norm": 0.2858184278011322,
|
| 211 |
+
"learning_rate": 4.629510054386468e-05,
|
| 212 |
+
"loss": 0.6813,
|
| 213 |
+
"step": 1450
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 1.4534883720930232,
|
| 217 |
+
"grad_norm": 0.4461047053337097,
|
| 218 |
+
"learning_rate": 4.604208551787964e-05,
|
| 219 |
+
"loss": 0.6757,
|
| 220 |
+
"step": 1500
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 1.501937984496124,
|
| 224 |
+
"grad_norm": 0.294251024723053,
|
| 225 |
+
"learning_rate": 4.578145363027104e-05,
|
| 226 |
+
"loss": 0.559,
|
| 227 |
+
"step": 1550
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"epoch": 1.550387596899225,
|
| 231 |
+
"grad_norm": 0.4968578517436981,
|
| 232 |
+
"learning_rate": 4.5513299225158014e-05,
|
| 233 |
+
"loss": 0.7046,
|
| 234 |
+
"step": 1600
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 1.5988372093023255,
|
| 238 |
+
"grad_norm": 0.2557980418205261,
|
| 239 |
+
"learning_rate": 4.523771936967754e-05,
|
| 240 |
+
"loss": 0.6828,
|
| 241 |
+
"step": 1650
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 1.6472868217054264,
|
| 245 |
+
"grad_norm": 0.30303144454956055,
|
| 246 |
+
"learning_rate": 4.4954813818847886e-05,
|
| 247 |
+
"loss": 0.7159,
|
| 248 |
+
"step": 1700
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"epoch": 1.695736434108527,
|
| 252 |
+
"grad_norm": 0.1948225349187851,
|
| 253 |
+
"learning_rate": 4.466468497945909e-05,
|
| 254 |
+
"loss": 0.7042,
|
| 255 |
+
"step": 1750
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 1.744186046511628,
|
| 259 |
+
"grad_norm": 0.39648470282554626,
|
| 260 |
+
"learning_rate": 4.436743787300346e-05,
|
| 261 |
+
"loss": 0.7765,
|
| 262 |
+
"step": 1800
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 1.7926356589147288,
|
| 266 |
+
"grad_norm": 0.38730746507644653,
|
| 267 |
+
"learning_rate": 4.406318009765971e-05,
|
| 268 |
+
"loss": 0.7311,
|
| 269 |
+
"step": 1850
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 1.8410852713178296,
|
| 273 |
+
"grad_norm": 0.226152241230011,
|
| 274 |
+
"learning_rate": 4.3752021789344286e-05,
|
| 275 |
+
"loss": 0.5145,
|
| 276 |
+
"step": 1900
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 1.8895348837209303,
|
| 280 |
+
"grad_norm": 0.6462261080741882,
|
| 281 |
+
"learning_rate": 4.343407558184415e-05,
|
| 282 |
+
"loss": 0.3022,
|
| 283 |
+
"step": 1950
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 1.937984496124031,
|
| 287 |
+
"grad_norm": 0.5680636763572693,
|
| 288 |
+
"learning_rate": 4.310945656604535e-05,
|
| 289 |
+
"loss": 0.6364,
|
| 290 |
+
"step": 2000
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 1.9864341085271318,
|
| 294 |
+
"grad_norm": 0.342068076133728,
|
| 295 |
+
"learning_rate": 4.277828224827213e-05,
|
| 296 |
+
"loss": 0.5432,
|
| 297 |
+
"step": 2050
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 2.0348837209302326,
|
| 301 |
+
"grad_norm": 0.3184409737586975,
|
| 302 |
+
"learning_rate": 4.244067250775174e-05,
|
| 303 |
+
"loss": 0.5958,
|
| 304 |
+
"step": 2100
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 2.0833333333333335,
|
| 308 |
+
"grad_norm": 0.4073927402496338,
|
| 309 |
+
"learning_rate": 4.209674955322029e-05,
|
| 310 |
+
"loss": 0.639,
|
| 311 |
+
"step": 2150
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 2.1317829457364343,
|
| 315 |
+
"grad_norm": 1.1842104196548462,
|
| 316 |
+
"learning_rate": 4.174663787868537e-05,
|
| 317 |
+
"loss": 0.6331,
|
| 318 |
+
"step": 2200
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"epoch": 2.1802325581395348,
|
| 322 |
+
"grad_norm": 0.8454262614250183,
|
| 323 |
+
"learning_rate": 4.139046421836137e-05,
|
| 324 |
+
"loss": 0.6085,
|
| 325 |
+
"step": 2250
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 2.2286821705426356,
|
| 329 |
+
"grad_norm": 0.31670165061950684,
|
| 330 |
+
"learning_rate": 4.1028357500794024e-05,
|
| 331 |
+
"loss": 0.4542,
|
| 332 |
+
"step": 2300
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 2.2771317829457365,
|
| 336 |
+
"grad_norm": 0.3827883005142212,
|
| 337 |
+
"learning_rate": 4.06604488021905e-05,
|
| 338 |
+
"loss": 0.5486,
|
| 339 |
+
"step": 2350
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 2.3255813953488373,
|
| 343 |
+
"grad_norm": 0.4175989031791687,
|
| 344 |
+
"learning_rate": 4.0286871298972154e-05,
|
| 345 |
+
"loss": 0.5972,
|
| 346 |
+
"step": 2400
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 2.374031007751938,
|
| 350 |
+
"grad_norm": 0.3741699457168579,
|
| 351 |
+
"learning_rate": 3.9907760219567055e-05,
|
| 352 |
+
"loss": 0.5973,
|
| 353 |
+
"step": 2450
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 2.4224806201550386,
|
| 357 |
+
"grad_norm": 0.5313114523887634,
|
| 358 |
+
"learning_rate": 3.9523252795459676e-05,
|
| 359 |
+
"loss": 0.6082,
|
| 360 |
+
"step": 2500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 2.4709302325581395,
|
| 364 |
+
"grad_norm": 0.3255683183670044,
|
| 365 |
+
"learning_rate": 3.91334882115155e-05,
|
| 366 |
+
"loss": 0.6618,
|
| 367 |
+
"step": 2550
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 2.5193798449612403,
|
| 371 |
+
"grad_norm": 0.6780579686164856,
|
| 372 |
+
"learning_rate": 3.873860755559862e-05,
|
| 373 |
+
"loss": 0.6439,
|
| 374 |
+
"step": 2600
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"epoch": 2.567829457364341,
|
| 378 |
+
"grad_norm": 0.7427515387535095,
|
| 379 |
+
"learning_rate": 3.83387537675004e-05,
|
| 380 |
+
"loss": 0.4145,
|
| 381 |
+
"step": 2650
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 2.616279069767442,
|
| 385 |
+
"grad_norm": 0.3860374689102173,
|
| 386 |
+
"learning_rate": 3.793407158719784e-05,
|
| 387 |
+
"loss": 0.6016,
|
| 388 |
+
"step": 2700
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 2.6647286821705425,
|
| 392 |
+
"grad_norm": 0.5163136124610901,
|
| 393 |
+
"learning_rate": 3.752470750246023e-05,
|
| 394 |
+
"loss": 0.5656,
|
| 395 |
+
"step": 2750
|
| 396 |
+
},
|
| 397 |
+
{
|
| 398 |
+
"epoch": 2.7131782945736433,
|
| 399 |
+
"grad_norm": 0.31362855434417725,
|
| 400 |
+
"learning_rate": 3.711080969582321e-05,
|
| 401 |
+
"loss": 0.6171,
|
| 402 |
+
"step": 2800
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 2.761627906976744,
|
| 406 |
+
"grad_norm": 0.5183291435241699,
|
| 407 |
+
"learning_rate": 3.66925279909493e-05,
|
| 408 |
+
"loss": 0.5906,
|
| 409 |
+
"step": 2850
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 2.810077519379845,
|
| 413 |
+
"grad_norm": 0.6666070818901062,
|
| 414 |
+
"learning_rate": 3.6270013798394403e-05,
|
| 415 |
+
"loss": 0.489,
|
| 416 |
+
"step": 2900
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"epoch": 2.858527131782946,
|
| 420 |
+
"grad_norm": 0.32670509815216064,
|
| 421 |
+
"learning_rate": 3.5843420060799874e-05,
|
| 422 |
+
"loss": 0.6118,
|
| 423 |
+
"step": 2950
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 2.9069767441860463,
|
| 427 |
+
"grad_norm": 0.1764584183692932,
|
| 428 |
+
"learning_rate": 3.541290119753e-05,
|
| 429 |
+
"loss": 0.1986,
|
| 430 |
+
"step": 3000
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 2.955426356589147,
|
| 434 |
+
"grad_norm": 0.2792399227619171,
|
| 435 |
+
"learning_rate": 3.49786130487749e-05,
|
| 436 |
+
"loss": 0.5696,
|
| 437 |
+
"step": 3050
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"epoch": 3.003875968992248,
|
| 441 |
+
"grad_norm": 0.3555202782154083,
|
| 442 |
+
"learning_rate": 3.454071281913918e-05,
|
| 443 |
+
"loss": 0.48,
|
| 444 |
+
"step": 3100
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"epoch": 3.052325581395349,
|
| 448 |
+
"grad_norm": 0.5549014806747437,
|
| 449 |
+
"learning_rate": 3.4099359020736636e-05,
|
| 450 |
+
"loss": 0.5539,
|
| 451 |
+
"step": 3150
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 3.10077519379845,
|
| 455 |
+
"grad_norm": 0.4574868083000183,
|
| 456 |
+
"learning_rate": 3.365471141581167e-05,
|
| 457 |
+
"loss": 0.5123,
|
| 458 |
+
"step": 3200
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 3.14922480620155,
|
| 462 |
+
"grad_norm": 0.268303781747818,
|
| 463 |
+
"learning_rate": 3.320693095890823e-05,
|
| 464 |
+
"loss": 0.521,
|
| 465 |
+
"step": 3250
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 3.197674418604651,
|
| 469 |
+
"grad_norm": 0.5150983929634094,
|
| 470 |
+
"learning_rate": 3.275617973860707e-05,
|
| 471 |
+
"loss": 0.5431,
|
| 472 |
+
"step": 3300
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"epoch": 3.246124031007752,
|
| 476 |
+
"grad_norm": 0.39754441380500793,
|
| 477 |
+
"learning_rate": 3.230262091885261e-05,
|
| 478 |
+
"loss": 0.2304,
|
| 479 |
+
"step": 3350
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"epoch": 3.294573643410853,
|
| 483 |
+
"grad_norm": 0.41833576560020447,
|
| 484 |
+
"learning_rate": 3.184641867989045e-05,
|
| 485 |
+
"loss": 0.4382,
|
| 486 |
+
"step": 3400
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"epoch": 3.3430232558139537,
|
| 490 |
+
"grad_norm": 0.45826929807662964,
|
| 491 |
+
"learning_rate": 3.138773815883702e-05,
|
| 492 |
+
"loss": 0.4938,
|
| 493 |
+
"step": 3450
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"epoch": 3.391472868217054,
|
| 497 |
+
"grad_norm": 0.2432149201631546,
|
| 498 |
+
"learning_rate": 3.092674538990294e-05,
|
| 499 |
+
"loss": 0.4546,
|
| 500 |
+
"step": 3500
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 3.439922480620155,
|
| 504 |
+
"grad_norm": 0.3492552638053894,
|
| 505 |
+
"learning_rate": 3.04636072442915e-05,
|
| 506 |
+
"loss": 0.5489,
|
| 507 |
+
"step": 3550
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 3.488372093023256,
|
| 511 |
+
"grad_norm": 0.4332628548145294,
|
| 512 |
+
"learning_rate": 2.9998491369794306e-05,
|
| 513 |
+
"loss": 0.5029,
|
| 514 |
+
"step": 3600
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 3.5368217054263567,
|
| 518 |
+
"grad_norm": 0.4654231369495392,
|
| 519 |
+
"learning_rate": 2.9531566130105735e-05,
|
| 520 |
+
"loss": 0.5832,
|
| 521 |
+
"step": 3650
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 3.5852713178294575,
|
| 525 |
+
"grad_norm": 0.49778714776039124,
|
| 526 |
+
"learning_rate": 2.906300054387823e-05,
|
| 527 |
+
"loss": 0.4908,
|
| 528 |
+
"step": 3700
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"epoch": 3.633720930232558,
|
| 532 |
+
"grad_norm": 0.38342729210853577,
|
| 533 |
+
"learning_rate": 2.8592964223540608e-05,
|
| 534 |
+
"loss": 0.5958,
|
| 535 |
+
"step": 3750
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"epoch": 3.682170542635659,
|
| 539 |
+
"grad_norm": 0.2664441168308258,
|
| 540 |
+
"learning_rate": 2.812162731390133e-05,
|
| 541 |
+
"loss": 0.4951,
|
| 542 |
+
"step": 3800
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"epoch": 3.7306201550387597,
|
| 546 |
+
"grad_norm": 0.3066735565662384,
|
| 547 |
+
"learning_rate": 2.7649160430559105e-05,
|
| 548 |
+
"loss": 0.5901,
|
| 549 |
+
"step": 3850
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 3.7790697674418605,
|
| 553 |
+
"grad_norm": 0.365209698677063,
|
| 554 |
+
"learning_rate": 2.7175734598143088e-05,
|
| 555 |
+
"loss": 0.573,
|
| 556 |
+
"step": 3900
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"epoch": 3.8275193798449614,
|
| 560 |
+
"grad_norm": 0.29753512144088745,
|
| 561 |
+
"learning_rate": 2.6701521188404965e-05,
|
| 562 |
+
"loss": 0.5557,
|
| 563 |
+
"step": 3950
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"epoch": 3.875968992248062,
|
| 567 |
+
"grad_norm": 0.4851069152355194,
|
| 568 |
+
"learning_rate": 2.6226691858185454e-05,
|
| 569 |
+
"loss": 0.3863,
|
| 570 |
+
"step": 4000
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 3.9244186046511627,
|
| 574 |
+
"grad_norm": 0.39727818965911865,
|
| 575 |
+
"learning_rate": 2.5751418487277544e-05,
|
| 576 |
+
"loss": 0.5019,
|
| 577 |
+
"step": 4050
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 3.9728682170542635,
|
| 581 |
+
"grad_norm": 0.5351327061653137,
|
| 582 |
+
"learning_rate": 2.5275873116209104e-05,
|
| 583 |
+
"loss": 0.4453,
|
| 584 |
+
"step": 4100
|
| 585 |
+
},
|
| 586 |
+
{
|
| 587 |
+
"epoch": 4.021317829457364,
|
| 588 |
+
"grad_norm": 0.3918212354183197,
|
| 589 |
+
"learning_rate": 2.48002278839672e-05,
|
| 590 |
+
"loss": 0.528,
|
| 591 |
+
"step": 4150
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 4.069767441860465,
|
| 595 |
+
"grad_norm": 0.3745068609714508,
|
| 596 |
+
"learning_rate": 2.432465496568689e-05,
|
| 597 |
+
"loss": 0.5476,
|
| 598 |
+
"step": 4200
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"epoch": 4.118217054263566,
|
| 602 |
+
"grad_norm": 0.9149877429008484,
|
| 603 |
+
"learning_rate": 2.3849326510326875e-05,
|
| 604 |
+
"loss": 0.4632,
|
| 605 |
+
"step": 4250
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"epoch": 4.166666666666667,
|
| 609 |
+
"grad_norm": 0.6120011210441589,
|
| 610 |
+
"learning_rate": 2.3374414578354577e-05,
|
| 611 |
+
"loss": 0.5309,
|
| 612 |
+
"step": 4300
|
| 613 |
+
},
|
| 614 |
+
{
|
| 615 |
+
"epoch": 4.215116279069767,
|
| 616 |
+
"grad_norm": 0.3835127651691437,
|
| 617 |
+
"learning_rate": 2.290009107946337e-05,
|
| 618 |
+
"loss": 0.4484,
|
| 619 |
+
"step": 4350
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"epoch": 4.263565891472869,
|
| 623 |
+
"grad_norm": 0.2763288617134094,
|
| 624 |
+
"learning_rate": 2.2426527710344296e-05,
|
| 625 |
+
"loss": 0.2135,
|
| 626 |
+
"step": 4400
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"epoch": 4.312015503875969,
|
| 630 |
+
"grad_norm": 0.36940285563468933,
|
| 631 |
+
"learning_rate": 2.1953895892534886e-05,
|
| 632 |
+
"loss": 0.3706,
|
| 633 |
+
"step": 4450
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 4.3604651162790695,
|
| 637 |
+
"grad_norm": 0.3598892092704773,
|
| 638 |
+
"learning_rate": 2.148236671036765e-05,
|
| 639 |
+
"loss": 0.5161,
|
| 640 |
+
"step": 4500
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 4.408914728682171,
|
| 644 |
+
"grad_norm": 0.41965949535369873,
|
| 645 |
+
"learning_rate": 2.1012110849040533e-05,
|
| 646 |
+
"loss": 0.5151,
|
| 647 |
+
"step": 4550
|
| 648 |
+
},
|
| 649 |
+
{
|
| 650 |
+
"epoch": 4.457364341085271,
|
| 651 |
+
"grad_norm": 0.6105883717536926,
|
| 652 |
+
"learning_rate": 2.054329853283194e-05,
|
| 653 |
+
"loss": 0.4699,
|
| 654 |
+
"step": 4600
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"epoch": 4.5058139534883725,
|
| 658 |
+
"grad_norm": 1.0464669466018677,
|
| 659 |
+
"learning_rate": 2.0076099463482557e-05,
|
| 660 |
+
"loss": 0.5253,
|
| 661 |
+
"step": 4650
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"epoch": 4.554263565891473,
|
| 665 |
+
"grad_norm": 0.7042683959007263,
|
| 666 |
+
"learning_rate": 1.9610682758766316e-05,
|
| 667 |
+
"loss": 0.5089,
|
| 668 |
+
"step": 4700
|
| 669 |
+
},
|
| 670 |
+
{
|
| 671 |
+
"epoch": 4.602713178294573,
|
| 672 |
+
"grad_norm": 0.4324445128440857,
|
| 673 |
+
"learning_rate": 1.914721689127281e-05,
|
| 674 |
+
"loss": 0.5323,
|
| 675 |
+
"step": 4750
|
| 676 |
+
},
|
| 677 |
+
{
|
| 678 |
+
"epoch": 4.651162790697675,
|
| 679 |
+
"grad_norm": 0.337740957736969,
|
| 680 |
+
"learning_rate": 1.868586962742312e-05,
|
| 681 |
+
"loss": 0.4622,
|
| 682 |
+
"step": 4800
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"epoch": 4.699612403100775,
|
| 686 |
+
"grad_norm": 0.30157017707824707,
|
| 687 |
+
"learning_rate": 1.8226807966741426e-05,
|
| 688 |
+
"loss": 0.2995,
|
| 689 |
+
"step": 4850
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 4.748062015503876,
|
| 693 |
+
"grad_norm": 0.28458529710769653,
|
| 694 |
+
"learning_rate": 1.777019808140412e-05,
|
| 695 |
+
"loss": 0.4785,
|
| 696 |
+
"step": 4900
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"epoch": 4.796511627906977,
|
| 700 |
+
"grad_norm": 0.17888276278972626,
|
| 701 |
+
"learning_rate": 1.7316205256088396e-05,
|
| 702 |
+
"loss": 0.4547,
|
| 703 |
+
"step": 4950
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 4.844961240310077,
|
| 707 |
+
"grad_norm": 0.9857609272003174,
|
| 708 |
+
"learning_rate": 1.6864993828142177e-05,
|
| 709 |
+
"loss": 0.3773,
|
| 710 |
+
"step": 5000
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"epoch": 4.8934108527131785,
|
| 714 |
+
"grad_norm": 0.2999161183834076,
|
| 715 |
+
"learning_rate": 1.6416727128096866e-05,
|
| 716 |
+
"loss": 0.5057,
|
| 717 |
+
"step": 5050
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"epoch": 4.941860465116279,
|
| 721 |
+
"grad_norm": 0.3053271472454071,
|
| 722 |
+
"learning_rate": 1.5971567420544616e-05,
|
| 723 |
+
"loss": 0.4571,
|
| 724 |
+
"step": 5100
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"epoch": 4.99031007751938,
|
| 728 |
+
"grad_norm": 0.2922804057598114,
|
| 729 |
+
"learning_rate": 1.5529675845401433e-05,
|
| 730 |
+
"loss": 0.3809,
|
| 731 |
+
"step": 5150
|
| 732 |
+
},
|
| 733 |
+
{
|
| 734 |
+
"epoch": 5.038759689922481,
|
| 735 |
+
"grad_norm": 0.37198856472969055,
|
| 736 |
+
"learning_rate": 1.5091212359577361e-05,
|
| 737 |
+
"loss": 0.5042,
|
| 738 |
+
"step": 5200
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"epoch": 5.087209302325581,
|
| 742 |
+
"grad_norm": 0.2848919928073883,
|
| 743 |
+
"learning_rate": 1.4656335679074957e-05,
|
| 744 |
+
"loss": 0.3718,
|
| 745 |
+
"step": 5250
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 5.135658914728682,
|
| 749 |
+
"grad_norm": 0.4509316384792328,
|
| 750 |
+
"learning_rate": 1.422520322153686e-05,
|
| 751 |
+
"loss": 0.4388,
|
| 752 |
+
"step": 5300
|
| 753 |
+
},
|
| 754 |
+
{
|
| 755 |
+
"epoch": 5.184108527131783,
|
| 756 |
+
"grad_norm": 0.5705945491790771,
|
| 757 |
+
"learning_rate": 1.3797971049263427e-05,
|
| 758 |
+
"loss": 0.3232,
|
| 759 |
+
"step": 5350
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"epoch": 5.232558139534884,
|
| 763 |
+
"grad_norm": 0.41659048199653625,
|
| 764 |
+
"learning_rate": 1.3374793812720998e-05,
|
| 765 |
+
"loss": 0.4727,
|
| 766 |
+
"step": 5400
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 5.2810077519379846,
|
| 770 |
+
"grad_norm": 0.44602829217910767,
|
| 771 |
+
"learning_rate": 1.2955824694561041e-05,
|
| 772 |
+
"loss": 0.4916,
|
| 773 |
+
"step": 5450
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"epoch": 5.329457364341085,
|
| 777 |
+
"grad_norm": 0.4279162287712097,
|
| 778 |
+
"learning_rate": 1.254121535417091e-05,
|
| 779 |
+
"loss": 0.4178,
|
| 780 |
+
"step": 5500
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"epoch": 5.377906976744186,
|
| 784 |
+
"grad_norm": 0.6180667281150818,
|
| 785 |
+
"learning_rate": 1.213111587277571e-05,
|
| 786 |
+
"loss": 0.429,
|
| 787 |
+
"step": 5550
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"epoch": 5.426356589147287,
|
| 791 |
+
"grad_norm": 0.38391199707984924,
|
| 792 |
+
"learning_rate": 1.1725674699111622e-05,
|
| 793 |
+
"loss": 0.3601,
|
| 794 |
+
"step": 5600
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"epoch": 5.474806201550388,
|
| 798 |
+
"grad_norm": 0.12185677886009216,
|
| 799 |
+
"learning_rate": 1.1325038595690074e-05,
|
| 800 |
+
"loss": 0.2,
|
| 801 |
+
"step": 5650
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 5.523255813953488,
|
| 805 |
+
"grad_norm": 0.3772415816783905,
|
| 806 |
+
"learning_rate": 1.0929352585672316e-05,
|
| 807 |
+
"loss": 0.4003,
|
| 808 |
+
"step": 5700
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"epoch": 5.571705426356589,
|
| 812 |
+
"grad_norm": 0.4929804503917694,
|
| 813 |
+
"learning_rate": 1.0538759900373618e-05,
|
| 814 |
+
"loss": 0.4523,
|
| 815 |
+
"step": 5750
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"epoch": 5.62015503875969,
|
| 819 |
+
"grad_norm": 0.24463126063346863,
|
| 820 |
+
"learning_rate": 1.0153401927416057e-05,
|
| 821 |
+
"loss": 0.373,
|
| 822 |
+
"step": 5800
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"epoch": 5.6686046511627906,
|
| 826 |
+
"grad_norm": 0.4997948408126831,
|
| 827 |
+
"learning_rate": 9.773418159548738e-06,
|
| 828 |
+
"loss": 0.5103,
|
| 829 |
+
"step": 5850
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 5.717054263565892,
|
| 833 |
+
"grad_norm": 0.36583212018013,
|
| 834 |
+
"learning_rate": 9.398946144153872e-06,
|
| 835 |
+
"loss": 0.3983,
|
| 836 |
+
"step": 5900
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"epoch": 5.765503875968992,
|
| 840 |
+
"grad_norm": 0.5164257287979126,
|
| 841 |
+
"learning_rate": 9.030121433457026e-06,
|
| 842 |
+
"loss": 0.4945,
|
| 843 |
+
"step": 5950
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"epoch": 5.813953488372093,
|
| 847 |
+
"grad_norm": 0.4246552288532257,
|
| 848 |
+
"learning_rate": 8.667077535459714e-06,
|
| 849 |
+
"loss": 0.4677,
|
| 850 |
+
"step": 6000
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"epoch": 5.862403100775194,
|
| 854 |
+
"grad_norm": 0.5210244655609131,
|
| 855 |
+
"learning_rate": 8.309945865611793e-06,
|
| 856 |
+
"loss": 0.4652,
|
| 857 |
+
"step": 6050
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 5.910852713178294,
|
| 861 |
+
"grad_norm": 0.43867701292037964,
|
| 862 |
+
"learning_rate": 7.958855699241427e-06,
|
| 863 |
+
"loss": 0.4393,
|
| 864 |
+
"step": 6100
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"epoch": 5.959302325581396,
|
| 868 |
+
"grad_norm": 0.3301217257976532,
|
| 869 |
+
"learning_rate": 7.613934124759711e-06,
|
| 870 |
+
"loss": 0.5171,
|
| 871 |
+
"step": 6150
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"epoch": 6.007751937984496,
|
| 875 |
+
"grad_norm": 0.5201098918914795,
|
| 876 |
+
"learning_rate": 7.27530599765692e-06,
|
| 877 |
+
"loss": 0.4175,
|
| 878 |
+
"step": 6200
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"epoch": 6.0562015503875966,
|
| 882 |
+
"grad_norm": 0.46548280119895935,
|
| 883 |
+
"learning_rate": 6.94309389530706e-06,
|
| 884 |
+
"loss": 0.3947,
|
| 885 |
+
"step": 6250
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"epoch": 6.104651162790698,
|
| 889 |
+
"grad_norm": 0.0748455747961998,
|
| 890 |
+
"learning_rate": 6.6174180725969624e-06,
|
| 891 |
+
"loss": 0.4261,
|
| 892 |
+
"step": 6300
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"epoch": 6.153100775193798,
|
| 896 |
+
"grad_norm": 0.4305146634578705,
|
| 897 |
+
"learning_rate": 6.298396418396249e-06,
|
| 898 |
+
"loss": 0.3665,
|
| 899 |
+
"step": 6350
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"epoch": 6.2015503875969,
|
| 903 |
+
"grad_norm": 0.5521872639656067,
|
| 904 |
+
"learning_rate": 5.986144412883582e-06,
|
| 905 |
+
"loss": 0.4068,
|
| 906 |
+
"step": 6400
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"epoch": 6.25,
|
| 910 |
+
"grad_norm": 0.3403307795524597,
|
| 911 |
+
"learning_rate": 5.680775085744877e-06,
|
| 912 |
+
"loss": 0.4345,
|
| 913 |
+
"step": 6450
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 6.2984496124031,
|
| 917 |
+
"grad_norm": 0.4251650869846344,
|
| 918 |
+
"learning_rate": 5.382398975258643e-06,
|
| 919 |
+
"loss": 0.4144,
|
| 920 |
+
"step": 6500
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"epoch": 6.346899224806202,
|
| 924 |
+
"grad_norm": 0.3254774212837219,
|
| 925 |
+
"learning_rate": 5.0911240882830085e-06,
|
| 926 |
+
"loss": 0.4702,
|
| 927 |
+
"step": 6550
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"epoch": 6.395348837209302,
|
| 931 |
+
"grad_norm": 0.20938007533550262,
|
| 932 |
+
"learning_rate": 4.8070558611591846e-06,
|
| 933 |
+
"loss": 0.4185,
|
| 934 |
+
"step": 6600
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"epoch": 6.4437984496124034,
|
| 938 |
+
"grad_norm": 0.2960624396800995,
|
| 939 |
+
"learning_rate": 4.53029712154538e-06,
|
| 940 |
+
"loss": 0.4124,
|
| 941 |
+
"step": 6650
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"epoch": 6.492248062015504,
|
| 945 |
+
"grad_norm": 0.07721071690320969,
|
| 946 |
+
"learning_rate": 4.26094805119501e-06,
|
| 947 |
+
"loss": 0.1426,
|
| 948 |
+
"step": 6700
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"epoch": 6.540697674418604,
|
| 952 |
+
"grad_norm": 0.23349162936210632,
|
| 953 |
+
"learning_rate": 3.9991061496926965e-06,
|
| 954 |
+
"loss": 0.4447,
|
| 955 |
+
"step": 6750
|
| 956 |
+
},
|
| 957 |
+
{
|
| 958 |
+
"epoch": 6.589147286821706,
|
| 959 |
+
"grad_norm": 0.3078431785106659,
|
| 960 |
+
"learning_rate": 3.7448661991611012e-06,
|
| 961 |
+
"loss": 0.3905,
|
| 962 |
+
"step": 6800
|
| 963 |
+
},
|
| 964 |
+
{
|
| 965 |
+
"epoch": 6.637596899224806,
|
| 966 |
+
"grad_norm": 0.5103276371955872,
|
| 967 |
+
"learning_rate": 3.4983202299515403e-06,
|
| 968 |
+
"loss": 0.4237,
|
| 969 |
+
"step": 6850
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 6.686046511627907,
|
| 973 |
+
"grad_norm": 0.3160223662853241,
|
| 974 |
+
"learning_rate": 3.259557487330586e-06,
|
| 975 |
+
"loss": 0.3905,
|
| 976 |
+
"step": 6900
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"epoch": 6.734496124031008,
|
| 980 |
+
"grad_norm": 0.26788458228111267,
|
| 981 |
+
"learning_rate": 3.0286643991748742e-06,
|
| 982 |
+
"loss": 0.3543,
|
| 983 |
+
"step": 6950
|
| 984 |
+
},
|
| 985 |
+
{
|
| 986 |
+
"epoch": 6.782945736434108,
|
| 987 |
+
"grad_norm": 0.6616643071174622,
|
| 988 |
+
"learning_rate": 2.8057245446857614e-06,
|
| 989 |
+
"loss": 0.37,
|
| 990 |
+
"step": 7000
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"epoch": 6.8313953488372094,
|
| 994 |
+
"grad_norm": 0.7186428308486938,
|
| 995 |
+
"learning_rate": 2.5908186241351107e-06,
|
| 996 |
+
"loss": 0.443,
|
| 997 |
+
"step": 7050
|
| 998 |
+
},
|
| 999 |
+
{
|
| 1000 |
+
"epoch": 6.87984496124031,
|
| 1001 |
+
"grad_norm": 0.5220199823379517,
|
| 1002 |
+
"learning_rate": 2.3840244296532534e-06,
|
| 1003 |
+
"loss": 0.4607,
|
| 1004 |
+
"step": 7100
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"epoch": 6.928294573643411,
|
| 1008 |
+
"grad_norm": 0.4159252345561981,
|
| 1009 |
+
"learning_rate": 2.1854168170695967e-06,
|
| 1010 |
+
"loss": 0.4479,
|
| 1011 |
+
"step": 7150
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"epoch": 6.976744186046512,
|
| 1015 |
+
"grad_norm": 0.5149658918380737,
|
| 1016 |
+
"learning_rate": 1.9950676788161425e-06,
|
| 1017 |
+
"loss": 0.5063,
|
| 1018 |
+
"step": 7200
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"epoch": 7.025193798449612,
|
| 1022 |
+
"grad_norm": 0.44880130887031555,
|
| 1023 |
+
"learning_rate": 1.813045917903733e-06,
|
| 1024 |
+
"loss": 0.4645,
|
| 1025 |
+
"step": 7250
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 7.073643410852713,
|
| 1029 |
+
"grad_norm": 0.2966916263103485,
|
| 1030 |
+
"learning_rate": 1.6394174229803244e-06,
|
| 1031 |
+
"loss": 0.4564,
|
| 1032 |
+
"step": 7300
|
| 1033 |
+
},
|
| 1034 |
+
{
|
| 1035 |
+
"epoch": 7.122093023255814,
|
| 1036 |
+
"grad_norm": 0.33741477131843567,
|
| 1037 |
+
"learning_rate": 1.4742450444805296e-06,
|
| 1038 |
+
"loss": 0.4172,
|
| 1039 |
+
"step": 7350
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"epoch": 7.170542635658915,
|
| 1043 |
+
"grad_norm": 0.3214058578014374,
|
| 1044 |
+
"learning_rate": 1.3175885718748366e-06,
|
| 1045 |
+
"loss": 0.4658,
|
| 1046 |
+
"step": 7400
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"epoch": 7.2189922480620154,
|
| 1050 |
+
"grad_norm": 0.3869069218635559,
|
| 1051 |
+
"learning_rate": 1.1695047120268892e-06,
|
| 1052 |
+
"loss": 0.3009,
|
| 1053 |
+
"step": 7450
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"epoch": 7.267441860465116,
|
| 1057 |
+
"grad_norm": 0.4083672761917114,
|
| 1058 |
+
"learning_rate": 1.030047068666612e-06,
|
| 1059 |
+
"loss": 0.459,
|
| 1060 |
+
"step": 7500
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"epoch": 7.315891472868217,
|
| 1064 |
+
"grad_norm": 0.3610597550868988,
|
| 1065 |
+
"learning_rate": 8.992661229866056e-07,
|
| 1066 |
+
"loss": 0.3833,
|
| 1067 |
+
"step": 7550
|
| 1068 |
+
},
|
| 1069 |
+
{
|
| 1070 |
+
"epoch": 7.364341085271318,
|
| 1071 |
+
"grad_norm": 0.539691150188446,
|
| 1072 |
+
"learning_rate": 7.772092153688598e-07,
|
| 1073 |
+
"loss": 0.4663,
|
| 1074 |
+
"step": 7600
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"epoch": 7.412790697674419,
|
| 1078 |
+
"grad_norm": 0.2774708569049835,
|
| 1079 |
+
"learning_rate": 6.639205282483713e-07,
|
| 1080 |
+
"loss": 0.2524,
|
| 1081 |
+
"step": 7650
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 7.461240310077519,
|
| 1085 |
+
"grad_norm": 0.4285198748111725,
|
| 1086 |
+
"learning_rate": 5.59441070119876e-07,
|
| 1087 |
+
"loss": 0.2562,
|
| 1088 |
+
"step": 7700
|
| 1089 |
+
},
|
| 1090 |
+
{
|
| 1091 |
+
"epoch": 7.50968992248062,
|
| 1092 |
+
"grad_norm": 0.19247202575206757,
|
| 1093 |
+
"learning_rate": 4.638086606935238e-07,
|
| 1094 |
+
"loss": 0.3872,
|
| 1095 |
+
"step": 7750
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"epoch": 7.558139534883721,
|
| 1099 |
+
"grad_norm": 0.3917827606201172,
|
| 1100 |
+
"learning_rate": 3.770579172047817e-07,
|
| 1101 |
+
"loss": 0.3324,
|
| 1102 |
+
"step": 7800
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"epoch": 7.6065891472868215,
|
| 1106 |
+
"grad_norm": 0.439827024936676,
|
| 1107 |
+
"learning_rate": 2.9922024188365206e-07,
|
| 1108 |
+
"loss": 0.4872,
|
| 1109 |
+
"step": 7850
|
| 1110 |
+
},
|
| 1111 |
+
{
|
| 1112 |
+
"epoch": 7.655038759689923,
|
| 1113 |
+
"grad_norm": 0.6945509314537048,
|
| 1114 |
+
"learning_rate": 2.3032381058757658e-07,
|
| 1115 |
+
"loss": 0.4528,
|
| 1116 |
+
"step": 7900
|
| 1117 |
+
},
|
| 1118 |
+
{
|
| 1119 |
+
"epoch": 7.703488372093023,
|
| 1120 |
+
"grad_norm": 0.29122206568717957,
|
| 1121 |
+
"learning_rate": 1.7039356260231122e-07,
|
| 1122 |
+
"loss": 0.4036,
|
| 1123 |
+
"step": 7950
|
| 1124 |
+
},
|
| 1125 |
+
{
|
| 1126 |
+
"epoch": 7.751937984496124,
|
| 1127 |
+
"grad_norm": 0.3214813768863678,
|
| 1128 |
+
"learning_rate": 1.1945119161432817e-07,
|
| 1129 |
+
"loss": 0.3775,
|
| 1130 |
+
"step": 8000
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"epoch": 7.800387596899225,
|
| 1134 |
+
"grad_norm": 0.35670900344848633,
|
| 1135 |
+
"learning_rate": 7.751513785809183e-08,
|
| 1136 |
+
"loss": 0.388,
|
| 1137 |
+
"step": 8050
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 7.848837209302325,
|
| 1141 |
+
"grad_norm": 0.6631624698638916,
|
| 1142 |
+
"learning_rate": 4.460058144102608e-08,
|
| 1143 |
+
"loss": 0.4559,
|
| 1144 |
+
"step": 8100
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"epoch": 7.897286821705427,
|
| 1148 |
+
"grad_norm": 0.3693590462207794,
|
| 1149 |
+
"learning_rate": 2.071943684856803e-08,
|
| 1150 |
+
"loss": 0.3987,
|
| 1151 |
+
"step": 8150
|
| 1152 |
+
},
|
| 1153 |
+
{
|
| 1154 |
+
"epoch": 7.945736434108527,
|
| 1155 |
+
"grad_norm": 0.37362340092658997,
|
| 1156 |
+
"learning_rate": 5.880348631362442e-09,
|
| 1157 |
+
"loss": 0.3428,
|
| 1158 |
+
"step": 8200
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"epoch": 7.9941860465116275,
|
| 1162 |
+
"grad_norm": 0.41830864548683167,
|
| 1163 |
+
"learning_rate": 8.868827605923446e-11,
|
| 1164 |
+
"loss": 0.4124,
|
| 1165 |
+
"step": 8250
|
| 1166 |
+
}
|
| 1167 |
+
],
|
| 1168 |
+
"logging_steps": 50,
|
| 1169 |
+
"max_steps": 8256,
|
| 1170 |
+
"num_input_tokens_seen": 0,
|
| 1171 |
+
"num_train_epochs": 8,
|
| 1172 |
+
"save_steps": 1000,
|
| 1173 |
+
"stateful_callbacks": {
|
| 1174 |
+
"TrainerControl": {
|
| 1175 |
+
"args": {
|
| 1176 |
+
"should_epoch_stop": false,
|
| 1177 |
+
"should_evaluate": false,
|
| 1178 |
+
"should_log": false,
|
| 1179 |
+
"should_save": true,
|
| 1180 |
+
"should_training_stop": true
|
| 1181 |
+
},
|
| 1182 |
+
"attributes": {}
|
| 1183 |
+
}
|
| 1184 |
+
},
|
| 1185 |
+
"total_flos": 4.682679674077476e+19,
|
| 1186 |
+
"train_batch_size": 92,
|
| 1187 |
+
"trial_name": null,
|
| 1188 |
+
"trial_params": null
|
| 1189 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:870345ecc5101b92b53fd7e4027f3d9e08ef772960ac6122713637a2c31edc31
|
| 3 |
+
size 5969
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|