Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -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 +209 -0
- trainer_state.json +1273 -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,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Rombo-Org/Rombo-LLM-V3.0-Qwen-32b
|
| 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.14.0
|
adapter_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Rombo-Org/Rombo-LLM-V3.0-Qwen-32b",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layer_replication": null,
|
| 12 |
+
"layers_pattern": null,
|
| 13 |
+
"layers_to_transform": null,
|
| 14 |
+
"loftq_config": {},
|
| 15 |
+
"lora_alpha": 16,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
+
"lora_dropout": 0.05,
|
| 18 |
+
"megatron_config": null,
|
| 19 |
+
"megatron_core": "megatron.core",
|
| 20 |
+
"modules_to_save": null,
|
| 21 |
+
"peft_type": "LORA",
|
| 22 |
+
"r": 16,
|
| 23 |
+
"rank_pattern": {},
|
| 24 |
+
"revision": null,
|
| 25 |
+
"target_modules": [
|
| 26 |
+
"o_proj",
|
| 27 |
+
"gate_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"down_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"up_proj"
|
| 33 |
+
],
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"use_dora": false,
|
| 36 |
+
"use_rslora": false
|
| 37 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:167fa6ef8344123ecc694386954edbeab4ddfd4d57ecd8fd91136da2051d4750
|
| 3 |
+
size 536991984
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
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:aa23ac6f1ab79d9f1e46a7f3f4ecdaa17bb13a004c14fb47b7517f4ed9d460f2
|
| 3 |
+
size 269968157
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8187b77168ad6d78ab12ecfc220ea78df172fa7fb8363dd89f59a31f531e5cf0
|
| 3 |
+
size 14443
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7463d7c81e4b7e0d0fdef9fbf007e2a5121678ca6fc9042ca21969578218213
|
| 3 |
+
size 1263
|
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": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
| 199 |
+
"clean_up_tokenization_spaces": false,
|
| 200 |
+
"eos_token": "<|endoftext|>",
|
| 201 |
+
"errors": "replace",
|
| 202 |
+
"extra_special_tokens": {},
|
| 203 |
+
"model_max_length": 131072,
|
| 204 |
+
"pad_token": "<|endoftext|>",
|
| 205 |
+
"padding_side": "right",
|
| 206 |
+
"split_special_tokens": false,
|
| 207 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 208 |
+
"unk_token": null
|
| 209 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1273 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 4.864,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 155,
|
| 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.032,
|
| 13 |
+
"grad_norm": 0.1512966901063919,
|
| 14 |
+
"learning_rate": 1.25e-07,
|
| 15 |
+
"loss": 1.3529,
|
| 16 |
+
"mean_token_accuracy": 0.6367230899631977,
|
| 17 |
+
"step": 1
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.064,
|
| 21 |
+
"grad_norm": 0.1354781985282898,
|
| 22 |
+
"learning_rate": 2.5e-07,
|
| 23 |
+
"loss": 1.2691,
|
| 24 |
+
"mean_token_accuracy": 0.6164033822715282,
|
| 25 |
+
"step": 2
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.096,
|
| 29 |
+
"grad_norm": 0.12998351454734802,
|
| 30 |
+
"learning_rate": 3.75e-07,
|
| 31 |
+
"loss": 1.2648,
|
| 32 |
+
"mean_token_accuracy": 0.6137149464339018,
|
| 33 |
+
"step": 3
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 0.128,
|
| 37 |
+
"grad_norm": 0.14289270341396332,
|
| 38 |
+
"learning_rate": 5e-07,
|
| 39 |
+
"loss": 1.2474,
|
| 40 |
+
"mean_token_accuracy": 0.5892269946634769,
|
| 41 |
+
"step": 4
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 0.16,
|
| 45 |
+
"grad_norm": 0.16390180587768555,
|
| 46 |
+
"learning_rate": 6.249999999999999e-07,
|
| 47 |
+
"loss": 1.4205,
|
| 48 |
+
"mean_token_accuracy": 0.6229604724794626,
|
| 49 |
+
"step": 5
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"epoch": 0.192,
|
| 53 |
+
"grad_norm": 0.16394473612308502,
|
| 54 |
+
"learning_rate": 7.5e-07,
|
| 55 |
+
"loss": 1.4764,
|
| 56 |
+
"mean_token_accuracy": 0.6162877101451159,
|
| 57 |
+
"step": 6
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.224,
|
| 61 |
+
"grad_norm": 0.14390598237514496,
|
| 62 |
+
"learning_rate": 8.75e-07,
|
| 63 |
+
"loss": 1.3535,
|
| 64 |
+
"mean_token_accuracy": 0.6579387821257114,
|
| 65 |
+
"step": 7
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.256,
|
| 69 |
+
"grad_norm": 0.13060295581817627,
|
| 70 |
+
"learning_rate": 1e-06,
|
| 71 |
+
"loss": 1.3479,
|
| 72 |
+
"mean_token_accuracy": 0.5690887439996004,
|
| 73 |
+
"step": 8
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.288,
|
| 77 |
+
"grad_norm": 0.1393515020608902,
|
| 78 |
+
"learning_rate": 9.99885820390154e-07,
|
| 79 |
+
"loss": 1.2587,
|
| 80 |
+
"mean_token_accuracy": 0.6720512602478266,
|
| 81 |
+
"step": 9
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.32,
|
| 85 |
+
"grad_norm": 0.16962018609046936,
|
| 86 |
+
"learning_rate": 9.99543333708549e-07,
|
| 87 |
+
"loss": 1.3991,
|
| 88 |
+
"mean_token_accuracy": 0.6091120541095734,
|
| 89 |
+
"step": 10
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.352,
|
| 93 |
+
"grad_norm": 0.15573781728744507,
|
| 94 |
+
"learning_rate": 9.989726963751682e-07,
|
| 95 |
+
"loss": 1.4038,
|
| 96 |
+
"mean_token_accuracy": 0.6495454851537943,
|
| 97 |
+
"step": 11
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"epoch": 0.384,
|
| 101 |
+
"grad_norm": 0.15279562771320343,
|
| 102 |
+
"learning_rate": 9.981741690106034e-07,
|
| 103 |
+
"loss": 1.3373,
|
| 104 |
+
"mean_token_accuracy": 0.6401338074356318,
|
| 105 |
+
"step": 12
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.416,
|
| 109 |
+
"grad_norm": 0.16574503481388092,
|
| 110 |
+
"learning_rate": 9.971481163170269e-07,
|
| 111 |
+
"loss": 1.3758,
|
| 112 |
+
"mean_token_accuracy": 0.6352494675666094,
|
| 113 |
+
"step": 13
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"epoch": 0.448,
|
| 117 |
+
"grad_norm": 0.13780593872070312,
|
| 118 |
+
"learning_rate": 9.95895006911623e-07,
|
| 119 |
+
"loss": 1.3048,
|
| 120 |
+
"mean_token_accuracy": 0.5853612590581179,
|
| 121 |
+
"step": 14
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.48,
|
| 125 |
+
"grad_norm": 0.1259261965751648,
|
| 126 |
+
"learning_rate": 9.944154131125642e-07,
|
| 127 |
+
"loss": 1.2597,
|
| 128 |
+
"mean_token_accuracy": 0.6512391604483128,
|
| 129 |
+
"step": 15
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.512,
|
| 133 |
+
"grad_norm": 0.1961268186569214,
|
| 134 |
+
"learning_rate": 9.927100106776212e-07,
|
| 135 |
+
"loss": 1.4922,
|
| 136 |
+
"mean_token_accuracy": 0.6155038736760616,
|
| 137 |
+
"step": 16
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 0.544,
|
| 141 |
+
"grad_norm": 0.14302682876586914,
|
| 142 |
+
"learning_rate": 9.907795784955326e-07,
|
| 143 |
+
"loss": 1.3348,
|
| 144 |
+
"mean_token_accuracy": 0.6203473694622517,
|
| 145 |
+
"step": 17
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.576,
|
| 149 |
+
"grad_norm": 0.1777554601430893,
|
| 150 |
+
"learning_rate": 9.886249982302718e-07,
|
| 151 |
+
"loss": 1.4322,
|
| 152 |
+
"mean_token_accuracy": 0.550493486225605,
|
| 153 |
+
"step": 18
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.608,
|
| 157 |
+
"grad_norm": 0.13362129032611847,
|
| 158 |
+
"learning_rate": 9.862472539183755e-07,
|
| 159 |
+
"loss": 1.2716,
|
| 160 |
+
"mean_token_accuracy": 0.626600993797183,
|
| 161 |
+
"step": 19
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 0.64,
|
| 165 |
+
"grad_norm": 0.16535401344299316,
|
| 166 |
+
"learning_rate": 9.836474315195147e-07,
|
| 167 |
+
"loss": 1.3826,
|
| 168 |
+
"mean_token_accuracy": 0.5930238626897335,
|
| 169 |
+
"step": 20
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"epoch": 0.672,
|
| 173 |
+
"grad_norm": 0.14859405159950256,
|
| 174 |
+
"learning_rate": 9.808267184205181e-07,
|
| 175 |
+
"loss": 1.2569,
|
| 176 |
+
"mean_token_accuracy": 0.5700501259416342,
|
| 177 |
+
"step": 21
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.704,
|
| 181 |
+
"grad_norm": 0.1697828620672226,
|
| 182 |
+
"learning_rate": 9.777864028930705e-07,
|
| 183 |
+
"loss": 1.399,
|
| 184 |
+
"mean_token_accuracy": 0.6273653991520405,
|
| 185 |
+
"step": 22
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 0.736,
|
| 189 |
+
"grad_norm": 0.13974109292030334,
|
| 190 |
+
"learning_rate": 9.745278735053343e-07,
|
| 191 |
+
"loss": 1.2999,
|
| 192 |
+
"mean_token_accuracy": 0.5806958097964525,
|
| 193 |
+
"step": 23
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"epoch": 0.768,
|
| 197 |
+
"grad_norm": 0.15478695929050446,
|
| 198 |
+
"learning_rate": 9.710526184877666e-07,
|
| 199 |
+
"loss": 1.3069,
|
| 200 |
+
"mean_token_accuracy": 0.6579883405938745,
|
| 201 |
+
"step": 24
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 0.8,
|
| 205 |
+
"grad_norm": 0.15213146805763245,
|
| 206 |
+
"learning_rate": 9.673622250534155e-07,
|
| 207 |
+
"loss": 1.2778,
|
| 208 |
+
"mean_token_accuracy": 0.6076383553445339,
|
| 209 |
+
"step": 25
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 0.832,
|
| 213 |
+
"grad_norm": 0.19709664583206177,
|
| 214 |
+
"learning_rate": 9.634583786730108e-07,
|
| 215 |
+
"loss": 1.4392,
|
| 216 |
+
"mean_token_accuracy": 0.5983579363673925,
|
| 217 |
+
"step": 26
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.864,
|
| 221 |
+
"grad_norm": 0.12600693106651306,
|
| 222 |
+
"learning_rate": 9.593428623051791e-07,
|
| 223 |
+
"loss": 1.2201,
|
| 224 |
+
"mean_token_accuracy": 0.6514951223507524,
|
| 225 |
+
"step": 27
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.896,
|
| 229 |
+
"grad_norm": 0.12962694466114044,
|
| 230 |
+
"learning_rate": 9.550175555821334e-07,
|
| 231 |
+
"loss": 1.2186,
|
| 232 |
+
"mean_token_accuracy": 0.6816060952842236,
|
| 233 |
+
"step": 28
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.928,
|
| 237 |
+
"grad_norm": 0.1610107123851776,
|
| 238 |
+
"learning_rate": 9.504844339512094e-07,
|
| 239 |
+
"loss": 1.3459,
|
| 240 |
+
"mean_token_accuracy": 0.5962021965533495,
|
| 241 |
+
"step": 29
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"epoch": 0.96,
|
| 245 |
+
"grad_norm": 0.16483569145202637,
|
| 246 |
+
"learning_rate": 9.457455677726447e-07,
|
| 247 |
+
"loss": 1.2996,
|
| 248 |
+
"mean_token_accuracy": 0.593426201492548,
|
| 249 |
+
"step": 30
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.992,
|
| 253 |
+
"grad_norm": 0.17700010538101196,
|
| 254 |
+
"learning_rate": 9.408031213740044e-07,
|
| 255 |
+
"loss": 1.4252,
|
| 256 |
+
"mean_token_accuracy": 0.6455631647258997,
|
| 257 |
+
"step": 31
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"epoch": 1.0,
|
| 261 |
+
"grad_norm": 0.1746721863746643,
|
| 262 |
+
"learning_rate": 9.356593520616946e-07,
|
| 263 |
+
"loss": 1.3499,
|
| 264 |
+
"mean_token_accuracy": 0.658152773976326,
|
| 265 |
+
"step": 32
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"epoch": 1.032,
|
| 269 |
+
"grad_norm": 0.16630540788173676,
|
| 270 |
+
"learning_rate": 9.303166090900081e-07,
|
| 271 |
+
"loss": 1.4491,
|
| 272 |
+
"mean_token_accuracy": 0.5885015754029155,
|
| 273 |
+
"step": 33
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"epoch": 1.064,
|
| 277 |
+
"grad_norm": 0.1478070318698883,
|
| 278 |
+
"learning_rate": 9.247773325881769e-07,
|
| 279 |
+
"loss": 1.3426,
|
| 280 |
+
"mean_token_accuracy": 0.5941693857312202,
|
| 281 |
+
"step": 34
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"epoch": 1.096,
|
| 285 |
+
"grad_norm": 0.15770336985588074,
|
| 286 |
+
"learning_rate": 9.190440524459202e-07,
|
| 287 |
+
"loss": 1.333,
|
| 288 |
+
"mean_token_accuracy": 0.6370699312537909,
|
| 289 |
+
"step": 35
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 1.1280000000000001,
|
| 293 |
+
"grad_norm": 0.13676655292510986,
|
| 294 |
+
"learning_rate": 9.131193871579974e-07,
|
| 295 |
+
"loss": 1.251,
|
| 296 |
+
"mean_token_accuracy": 0.6350114401429892,
|
| 297 |
+
"step": 36
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 1.16,
|
| 301 |
+
"grad_norm": 0.14811713993549347,
|
| 302 |
+
"learning_rate": 9.070060426282924e-07,
|
| 303 |
+
"loss": 1.2536,
|
| 304 |
+
"mean_token_accuracy": 0.6008631493896246,
|
| 305 |
+
"step": 37
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"epoch": 1.192,
|
| 309 |
+
"grad_norm": 0.18470925092697144,
|
| 310 |
+
"learning_rate": 9.007068109339783e-07,
|
| 311 |
+
"loss": 1.4298,
|
| 312 |
+
"mean_token_accuracy": 0.6056210417300463,
|
| 313 |
+
"step": 38
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"epoch": 1.224,
|
| 317 |
+
"grad_norm": 0.1423710435628891,
|
| 318 |
+
"learning_rate": 8.942245690503238e-07,
|
| 319 |
+
"loss": 1.3186,
|
| 320 |
+
"mean_token_accuracy": 0.5917444098740816,
|
| 321 |
+
"step": 39
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"epoch": 1.256,
|
| 325 |
+
"grad_norm": 0.13407811522483826,
|
| 326 |
+
"learning_rate": 8.875622775367259e-07,
|
| 327 |
+
"loss": 1.1799,
|
| 328 |
+
"mean_token_accuracy": 0.5821504034101963,
|
| 329 |
+
"step": 40
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 1.288,
|
| 333 |
+
"grad_norm": 0.14558961987495422,
|
| 334 |
+
"learning_rate": 8.807229791845671e-07,
|
| 335 |
+
"loss": 1.2497,
|
| 336 |
+
"mean_token_accuracy": 0.6792742777615786,
|
| 337 |
+
"step": 41
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"epoch": 1.32,
|
| 341 |
+
"grad_norm": 0.16922399401664734,
|
| 342 |
+
"learning_rate": 8.737097976275176e-07,
|
| 343 |
+
"loss": 1.3662,
|
| 344 |
+
"mean_token_accuracy": 0.5913250017911196,
|
| 345 |
+
"step": 42
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 1.3519999999999999,
|
| 349 |
+
"grad_norm": 0.16981720924377441,
|
| 350 |
+
"learning_rate": 8.66525935914913e-07,
|
| 351 |
+
"loss": 1.3475,
|
| 352 |
+
"mean_token_accuracy": 0.6231703050434589,
|
| 353 |
+
"step": 43
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 1.384,
|
| 357 |
+
"grad_norm": 0.16315869987010956,
|
| 358 |
+
"learning_rate": 8.591746750488637e-07,
|
| 359 |
+
"loss": 1.3429,
|
| 360 |
+
"mean_token_accuracy": 0.620381923392415,
|
| 361 |
+
"step": 44
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 1.416,
|
| 365 |
+
"grad_norm": 0.1753516048192978,
|
| 366 |
+
"learning_rate": 8.516593724857597e-07,
|
| 367 |
+
"loss": 1.3794,
|
| 368 |
+
"mean_token_accuracy": 0.549949249252677,
|
| 369 |
+
"step": 45
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 1.448,
|
| 373 |
+
"grad_norm": 0.1639939397573471,
|
| 374 |
+
"learning_rate": 8.439834606028593e-07,
|
| 375 |
+
"loss": 1.2901,
|
| 376 |
+
"mean_token_accuracy": 0.6702132746577263,
|
| 377 |
+
"step": 46
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 1.48,
|
| 381 |
+
"grad_norm": 0.19329439103603363,
|
| 382 |
+
"learning_rate": 8.361504451306584e-07,
|
| 383 |
+
"loss": 1.4451,
|
| 384 |
+
"mean_token_accuracy": 0.6442436445504427,
|
| 385 |
+
"step": 47
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"epoch": 1.512,
|
| 389 |
+
"grad_norm": 0.17812158167362213,
|
| 390 |
+
"learning_rate": 8.281639035517591e-07,
|
| 391 |
+
"loss": 1.3771,
|
| 392 |
+
"mean_token_accuracy": 0.6258155256509781,
|
| 393 |
+
"step": 48
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"epoch": 1.544,
|
| 397 |
+
"grad_norm": 0.16681429743766785,
|
| 398 |
+
"learning_rate": 8.200274834669675e-07,
|
| 399 |
+
"loss": 1.3343,
|
| 400 |
+
"mean_token_accuracy": 0.6598525494337082,
|
| 401 |
+
"step": 49
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 1.576,
|
| 405 |
+
"grad_norm": 0.18308602273464203,
|
| 406 |
+
"learning_rate": 8.117449009293668e-07,
|
| 407 |
+
"loss": 1.344,
|
| 408 |
+
"mean_token_accuracy": 0.6113573648035526,
|
| 409 |
+
"step": 50
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 1.608,
|
| 413 |
+
"grad_norm": 0.1643531769514084,
|
| 414 |
+
"learning_rate": 8.033199387471276e-07,
|
| 415 |
+
"loss": 1.2833,
|
| 416 |
+
"mean_token_accuracy": 0.6205067224800587,
|
| 417 |
+
"step": 51
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 1.6400000000000001,
|
| 421 |
+
"grad_norm": 0.14075644314289093,
|
| 422 |
+
"learning_rate": 7.947564447558299e-07,
|
| 423 |
+
"loss": 1.2727,
|
| 424 |
+
"mean_token_accuracy": 0.5858373213559389,
|
| 425 |
+
"step": 52
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"epoch": 1.6720000000000002,
|
| 429 |
+
"grad_norm": 0.14337188005447388,
|
| 430 |
+
"learning_rate": 7.860583300610847e-07,
|
| 431 |
+
"loss": 1.2624,
|
| 432 |
+
"mean_token_accuracy": 0.6472346428781748,
|
| 433 |
+
"step": 53
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 1.704,
|
| 437 |
+
"grad_norm": 0.21596047282218933,
|
| 438 |
+
"learning_rate": 7.772295672522614e-07,
|
| 439 |
+
"loss": 1.4666,
|
| 440 |
+
"mean_token_accuracy": 0.6246221140027046,
|
| 441 |
+
"step": 54
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"epoch": 1.736,
|
| 445 |
+
"grad_norm": 0.16021616756916046,
|
| 446 |
+
"learning_rate": 7.682741885881314e-07,
|
| 447 |
+
"loss": 1.3046,
|
| 448 |
+
"mean_token_accuracy": 0.6231255643069744,
|
| 449 |
+
"step": 55
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"epoch": 1.768,
|
| 453 |
+
"grad_norm": 0.16690893471240997,
|
| 454 |
+
"learning_rate": 7.591962841552626e-07,
|
| 455 |
+
"loss": 1.3555,
|
| 456 |
+
"mean_token_accuracy": 0.5934528838843107,
|
| 457 |
+
"step": 56
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 1.8,
|
| 461 |
+
"grad_norm": 0.14958776533603668,
|
| 462 |
+
"learning_rate": 7.5e-07,
|
| 463 |
+
"loss": 1.3334,
|
| 464 |
+
"mean_token_accuracy": 0.6392526440322399,
|
| 465 |
+
"step": 57
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 1.8319999999999999,
|
| 469 |
+
"grad_norm": 0.14908351004123688,
|
| 470 |
+
"learning_rate": 7.406895362348915e-07,
|
| 471 |
+
"loss": 1.2467,
|
| 472 |
+
"mean_token_accuracy": 0.6652953112497926,
|
| 473 |
+
"step": 58
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"epoch": 1.8639999999999999,
|
| 477 |
+
"grad_norm": 0.1505044549703598,
|
| 478 |
+
"learning_rate": 7.312691451204177e-07,
|
| 479 |
+
"loss": 1.2971,
|
| 480 |
+
"mean_token_accuracy": 0.6052623130381107,
|
| 481 |
+
"step": 59
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"epoch": 1.896,
|
| 485 |
+
"grad_norm": 0.16675080358982086,
|
| 486 |
+
"learning_rate": 7.217431291229067e-07,
|
| 487 |
+
"loss": 1.3255,
|
| 488 |
+
"mean_token_accuracy": 0.6600492112338543,
|
| 489 |
+
"step": 60
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 1.928,
|
| 493 |
+
"grad_norm": 0.18784397840499878,
|
| 494 |
+
"learning_rate": 7.121158389495185e-07,
|
| 495 |
+
"loss": 1.3422,
|
| 496 |
+
"mean_token_accuracy": 0.5918417889624834,
|
| 497 |
+
"step": 61
|
| 498 |
+
},
|
| 499 |
+
{
|
| 500 |
+
"epoch": 1.96,
|
| 501 |
+
"grad_norm": 0.2011607587337494,
|
| 502 |
+
"learning_rate": 7.023916715611968e-07,
|
| 503 |
+
"loss": 1.3881,
|
| 504 |
+
"mean_token_accuracy": 0.6488993614912033,
|
| 505 |
+
"step": 62
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 1.992,
|
| 509 |
+
"grad_norm": 0.16768693923950195,
|
| 510 |
+
"learning_rate": 6.925750681644953e-07,
|
| 511 |
+
"loss": 1.3326,
|
| 512 |
+
"mean_token_accuracy": 0.5926820989698172,
|
| 513 |
+
"step": 63
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 2.0,
|
| 517 |
+
"grad_norm": 0.18448856472969055,
|
| 518 |
+
"learning_rate": 6.826705121831976e-07,
|
| 519 |
+
"loss": 1.282,
|
| 520 |
+
"mean_token_accuracy": 0.5813425332307816,
|
| 521 |
+
"step": 64
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"epoch": 2.032,
|
| 525 |
+
"grad_norm": 0.19288884103298187,
|
| 526 |
+
"learning_rate": 6.726825272106538e-07,
|
| 527 |
+
"loss": 1.3491,
|
| 528 |
+
"mean_token_accuracy": 0.6006451118737459,
|
| 529 |
+
"step": 65
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"epoch": 2.064,
|
| 533 |
+
"grad_norm": 0.1677255481481552,
|
| 534 |
+
"learning_rate": 6.626156749437736e-07,
|
| 535 |
+
"loss": 1.3456,
|
| 536 |
+
"mean_token_accuracy": 0.6299659917131066,
|
| 537 |
+
"step": 66
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"epoch": 2.096,
|
| 541 |
+
"grad_norm": 0.17888876795768738,
|
| 542 |
+
"learning_rate": 6.524745530996136e-07,
|
| 543 |
+
"loss": 1.3076,
|
| 544 |
+
"mean_token_accuracy": 0.651242658495903,
|
| 545 |
+
"step": 67
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"epoch": 2.128,
|
| 549 |
+
"grad_norm": 0.17528152465820312,
|
| 550 |
+
"learning_rate": 6.422637933155162e-07,
|
| 551 |
+
"loss": 1.3864,
|
| 552 |
+
"mean_token_accuracy": 0.6238404139876366,
|
| 553 |
+
"step": 68
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"epoch": 2.16,
|
| 557 |
+
"grad_norm": 0.181106299161911,
|
| 558 |
+
"learning_rate": 6.319880590337548e-07,
|
| 559 |
+
"loss": 1.356,
|
| 560 |
+
"mean_token_accuracy": 0.6091099604964256,
|
| 561 |
+
"step": 69
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"epoch": 2.192,
|
| 565 |
+
"grad_norm": 0.15103061497211456,
|
| 566 |
+
"learning_rate": 6.216520433716544e-07,
|
| 567 |
+
"loss": 1.2593,
|
| 568 |
+
"mean_token_accuracy": 0.6407290436327457,
|
| 569 |
+
"step": 70
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 2.224,
|
| 573 |
+
"grad_norm": 0.17606258392333984,
|
| 574 |
+
"learning_rate": 6.112604669781572e-07,
|
| 575 |
+
"loss": 1.3577,
|
| 576 |
+
"mean_token_accuracy": 0.5931300763040781,
|
| 577 |
+
"step": 71
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 2.2560000000000002,
|
| 581 |
+
"grad_norm": 0.1658383011817932,
|
| 582 |
+
"learning_rate": 6.008180758778166e-07,
|
| 583 |
+
"loss": 1.3541,
|
| 584 |
+
"mean_token_accuracy": 0.6121810097247362,
|
| 585 |
+
"step": 72
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"epoch": 2.288,
|
| 589 |
+
"grad_norm": 0.18109431862831116,
|
| 590 |
+
"learning_rate": 5.903296393031995e-07,
|
| 591 |
+
"loss": 1.358,
|
| 592 |
+
"mean_token_accuracy": 0.6371448449790478,
|
| 593 |
+
"step": 73
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"epoch": 2.32,
|
| 597 |
+
"grad_norm": 0.18086610734462738,
|
| 598 |
+
"learning_rate": 5.797999475166896e-07,
|
| 599 |
+
"loss": 1.3915,
|
| 600 |
+
"mean_token_accuracy": 0.6093144360929728,
|
| 601 |
+
"step": 74
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"epoch": 2.352,
|
| 605 |
+
"grad_norm": 0.18899185955524445,
|
| 606 |
+
"learning_rate": 5.69233809622687e-07,
|
| 607 |
+
"loss": 1.3463,
|
| 608 |
+
"mean_token_accuracy": 0.5968983750790358,
|
| 609 |
+
"step": 75
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"epoch": 2.384,
|
| 613 |
+
"grad_norm": 0.21237416565418243,
|
| 614 |
+
"learning_rate": 5.586360513712009e-07,
|
| 615 |
+
"loss": 1.4334,
|
| 616 |
+
"mean_token_accuracy": 0.6205319594591856,
|
| 617 |
+
"step": 76
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"epoch": 2.416,
|
| 621 |
+
"grad_norm": 0.14537544548511505,
|
| 622 |
+
"learning_rate": 5.480115129538409e-07,
|
| 623 |
+
"loss": 1.2203,
|
| 624 |
+
"mean_token_accuracy": 0.6319131031632423,
|
| 625 |
+
"step": 77
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 2.448,
|
| 629 |
+
"grad_norm": 0.19504985213279724,
|
| 630 |
+
"learning_rate": 5.373650467932121e-07,
|
| 631 |
+
"loss": 1.3345,
|
| 632 |
+
"mean_token_accuracy": 0.5869994098320603,
|
| 633 |
+
"step": 78
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"epoch": 2.48,
|
| 637 |
+
"grad_norm": 0.24016834795475006,
|
| 638 |
+
"learning_rate": 5.267015153267245e-07,
|
| 639 |
+
"loss": 1.431,
|
| 640 |
+
"mean_token_accuracy": 0.5670944191515446,
|
| 641 |
+
"step": 79
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"epoch": 2.512,
|
| 645 |
+
"grad_norm": 0.18104156851768494,
|
| 646 |
+
"learning_rate": 5.160257887858277e-07,
|
| 647 |
+
"loss": 1.35,
|
| 648 |
+
"mean_token_accuracy": 0.5843236483633518,
|
| 649 |
+
"step": 80
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"epoch": 2.544,
|
| 653 |
+
"grad_norm": 0.1659788340330124,
|
| 654 |
+
"learning_rate": 5.053427429716866e-07,
|
| 655 |
+
"loss": 1.2807,
|
| 656 |
+
"mean_token_accuracy": 0.6326946448534727,
|
| 657 |
+
"step": 81
|
| 658 |
+
},
|
| 659 |
+
{
|
| 660 |
+
"epoch": 2.576,
|
| 661 |
+
"grad_norm": 0.1744644045829773,
|
| 662 |
+
"learning_rate": 4.946572570283134e-07,
|
| 663 |
+
"loss": 1.3162,
|
| 664 |
+
"mean_token_accuracy": 0.6193619854748249,
|
| 665 |
+
"step": 82
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"epoch": 2.608,
|
| 669 |
+
"grad_norm": 0.20078222453594208,
|
| 670 |
+
"learning_rate": 4.839742112141724e-07,
|
| 671 |
+
"loss": 1.3542,
|
| 672 |
+
"mean_token_accuracy": 0.6239021811634302,
|
| 673 |
+
"step": 83
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"epoch": 2.64,
|
| 677 |
+
"grad_norm": 0.2332882434129715,
|
| 678 |
+
"learning_rate": 4.732984846732755e-07,
|
| 679 |
+
"loss": 1.4963,
|
| 680 |
+
"mean_token_accuracy": 0.5505349785089493,
|
| 681 |
+
"step": 84
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 2.672,
|
| 685 |
+
"grad_norm": 0.18425388634204865,
|
| 686 |
+
"learning_rate": 4.626349532067879e-07,
|
| 687 |
+
"loss": 1.3295,
|
| 688 |
+
"mean_token_accuracy": 0.6658568903803825,
|
| 689 |
+
"step": 85
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"epoch": 2.7039999999999997,
|
| 693 |
+
"grad_norm": 0.18373511731624603,
|
| 694 |
+
"learning_rate": 4.519884870461591e-07,
|
| 695 |
+
"loss": 1.3761,
|
| 696 |
+
"mean_token_accuracy": 0.5894478112459183,
|
| 697 |
+
"step": 86
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"epoch": 2.7359999999999998,
|
| 701 |
+
"grad_norm": 0.17059756815433502,
|
| 702 |
+
"learning_rate": 4.413639486287991e-07,
|
| 703 |
+
"loss": 1.2973,
|
| 704 |
+
"mean_token_accuracy": 0.6026603356003761,
|
| 705 |
+
"step": 87
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"epoch": 2.768,
|
| 709 |
+
"grad_norm": 0.17997656762599945,
|
| 710 |
+
"learning_rate": 4.3076619037731287e-07,
|
| 711 |
+
"loss": 1.344,
|
| 712 |
+
"mean_token_accuracy": 0.6407478991895914,
|
| 713 |
+
"step": 88
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"epoch": 2.8,
|
| 717 |
+
"grad_norm": 0.1454860121011734,
|
| 718 |
+
"learning_rate": 4.202000524833105e-07,
|
| 719 |
+
"loss": 1.1717,
|
| 720 |
+
"mean_token_accuracy": 0.6442389395087957,
|
| 721 |
+
"step": 89
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"epoch": 2.832,
|
| 725 |
+
"grad_norm": 0.17520418763160706,
|
| 726 |
+
"learning_rate": 4.096703606968006e-07,
|
| 727 |
+
"loss": 1.3194,
|
| 728 |
+
"mean_token_accuracy": 0.6408489886671305,
|
| 729 |
+
"step": 90
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"epoch": 2.864,
|
| 733 |
+
"grad_norm": 0.12832075357437134,
|
| 734 |
+
"learning_rate": 3.991819241221835e-07,
|
| 735 |
+
"loss": 1.1475,
|
| 736 |
+
"mean_token_accuracy": 0.6956498101353645,
|
| 737 |
+
"step": 91
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 2.896,
|
| 741 |
+
"grad_norm": 0.147433802485466,
|
| 742 |
+
"learning_rate": 3.8873953302184283e-07,
|
| 743 |
+
"loss": 1.2002,
|
| 744 |
+
"mean_token_accuracy": 0.6504368893802166,
|
| 745 |
+
"step": 92
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"epoch": 2.928,
|
| 749 |
+
"grad_norm": 0.17667551338672638,
|
| 750 |
+
"learning_rate": 3.7834795662834566e-07,
|
| 751 |
+
"loss": 1.3643,
|
| 752 |
+
"mean_token_accuracy": 0.6086995024234056,
|
| 753 |
+
"step": 93
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"epoch": 2.96,
|
| 757 |
+
"grad_norm": 0.14905673265457153,
|
| 758 |
+
"learning_rate": 3.680119409662451e-07,
|
| 759 |
+
"loss": 1.2617,
|
| 760 |
+
"mean_token_accuracy": 0.5955792907625437,
|
| 761 |
+
"step": 94
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"epoch": 2.992,
|
| 765 |
+
"grad_norm": 0.17350907623767853,
|
| 766 |
+
"learning_rate": 3.577362066844838e-07,
|
| 767 |
+
"loss": 1.2767,
|
| 768 |
+
"mean_token_accuracy": 0.646933751180768,
|
| 769 |
+
"step": 95
|
| 770 |
+
},
|
| 771 |
+
{
|
| 772 |
+
"epoch": 3.0,
|
| 773 |
+
"grad_norm": 0.19295324385166168,
|
| 774 |
+
"learning_rate": 3.4752544690038643e-07,
|
| 775 |
+
"loss": 1.3758,
|
| 776 |
+
"mean_token_accuracy": 0.6523182988166809,
|
| 777 |
+
"step": 96
|
| 778 |
+
},
|
| 779 |
+
{
|
| 780 |
+
"epoch": 3.032,
|
| 781 |
+
"grad_norm": 0.16096548736095428,
|
| 782 |
+
"learning_rate": 3.373843250562265e-07,
|
| 783 |
+
"loss": 1.2794,
|
| 784 |
+
"mean_token_accuracy": 0.6272456049919128,
|
| 785 |
+
"step": 97
|
| 786 |
+
},
|
| 787 |
+
{
|
| 788 |
+
"epoch": 3.064,
|
| 789 |
+
"grad_norm": 0.18685175478458405,
|
| 790 |
+
"learning_rate": 3.2731747278934623e-07,
|
| 791 |
+
"loss": 1.351,
|
| 792 |
+
"mean_token_accuracy": 0.6150259431451559,
|
| 793 |
+
"step": 98
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 3.096,
|
| 797 |
+
"grad_norm": 0.1742366999387741,
|
| 798 |
+
"learning_rate": 3.173294878168025e-07,
|
| 799 |
+
"loss": 1.3057,
|
| 800 |
+
"mean_token_accuracy": 0.6239325478672981,
|
| 801 |
+
"step": 99
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"epoch": 3.128,
|
| 805 |
+
"grad_norm": 0.1615077257156372,
|
| 806 |
+
"learning_rate": 3.0742493183550454e-07,
|
| 807 |
+
"loss": 1.2822,
|
| 808 |
+
"mean_token_accuracy": 0.6322898715734482,
|
| 809 |
+
"step": 100
|
| 810 |
+
},
|
| 811 |
+
{
|
| 812 |
+
"epoch": 3.16,
|
| 813 |
+
"grad_norm": 0.16552382707595825,
|
| 814 |
+
"learning_rate": 2.976083284388031e-07,
|
| 815 |
+
"loss": 1.3186,
|
| 816 |
+
"mean_token_accuracy": 0.5596373975276947,
|
| 817 |
+
"step": 101
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"epoch": 3.192,
|
| 821 |
+
"grad_norm": 0.21563158929347992,
|
| 822 |
+
"learning_rate": 2.8788416105048117e-07,
|
| 823 |
+
"loss": 1.4503,
|
| 824 |
+
"mean_token_accuracy": 0.5805225949734449,
|
| 825 |
+
"step": 102
|
| 826 |
+
},
|
| 827 |
+
{
|
| 828 |
+
"epoch": 3.224,
|
| 829 |
+
"grad_norm": 0.16944873332977295,
|
| 830 |
+
"learning_rate": 2.782568708770933e-07,
|
| 831 |
+
"loss": 1.2583,
|
| 832 |
+
"mean_token_accuracy": 0.6507091373205185,
|
| 833 |
+
"step": 103
|
| 834 |
+
},
|
| 835 |
+
{
|
| 836 |
+
"epoch": 3.2560000000000002,
|
| 837 |
+
"grad_norm": 0.21833890676498413,
|
| 838 |
+
"learning_rate": 2.687308548795825e-07,
|
| 839 |
+
"loss": 1.4354,
|
| 840 |
+
"mean_token_accuracy": 0.6083431597799063,
|
| 841 |
+
"step": 104
|
| 842 |
+
},
|
| 843 |
+
{
|
| 844 |
+
"epoch": 3.288,
|
| 845 |
+
"grad_norm": 0.19507203996181488,
|
| 846 |
+
"learning_rate": 2.593104637651087e-07,
|
| 847 |
+
"loss": 1.4135,
|
| 848 |
+
"mean_token_accuracy": 0.6250948756933212,
|
| 849 |
+
"step": 105
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 3.32,
|
| 853 |
+
"grad_norm": 0.20593255758285522,
|
| 854 |
+
"learning_rate": 2.500000000000001e-07,
|
| 855 |
+
"loss": 1.444,
|
| 856 |
+
"mean_token_accuracy": 0.5796275865286589,
|
| 857 |
+
"step": 106
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"epoch": 3.352,
|
| 861 |
+
"grad_norm": 0.1837187558412552,
|
| 862 |
+
"learning_rate": 2.4080371584473745e-07,
|
| 863 |
+
"loss": 1.2909,
|
| 864 |
+
"mean_token_accuracy": 0.5766554772853851,
|
| 865 |
+
"step": 107
|
| 866 |
+
},
|
| 867 |
+
{
|
| 868 |
+
"epoch": 3.384,
|
| 869 |
+
"grad_norm": 0.18467815220355988,
|
| 870 |
+
"learning_rate": 2.3172581141186858e-07,
|
| 871 |
+
"loss": 1.3002,
|
| 872 |
+
"mean_token_accuracy": 0.6195548623800278,
|
| 873 |
+
"step": 108
|
| 874 |
+
},
|
| 875 |
+
{
|
| 876 |
+
"epoch": 3.416,
|
| 877 |
+
"grad_norm": 0.16379927098751068,
|
| 878 |
+
"learning_rate": 2.2277043274773854e-07,
|
| 879 |
+
"loss": 1.2523,
|
| 880 |
+
"mean_token_accuracy": 0.6432230100035667,
|
| 881 |
+
"step": 109
|
| 882 |
+
},
|
| 883 |
+
{
|
| 884 |
+
"epoch": 3.448,
|
| 885 |
+
"grad_norm": 0.17220264673233032,
|
| 886 |
+
"learning_rate": 2.1394166993891526e-07,
|
| 887 |
+
"loss": 1.2624,
|
| 888 |
+
"mean_token_accuracy": 0.676148321479559,
|
| 889 |
+
"step": 110
|
| 890 |
+
},
|
| 891 |
+
{
|
| 892 |
+
"epoch": 3.48,
|
| 893 |
+
"grad_norm": 0.20385392010211945,
|
| 894 |
+
"learning_rate": 2.0524355524417015e-07,
|
| 895 |
+
"loss": 1.4015,
|
| 896 |
+
"mean_token_accuracy": 0.569313595071435,
|
| 897 |
+
"step": 111
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"epoch": 3.512,
|
| 901 |
+
"grad_norm": 0.19238685071468353,
|
| 902 |
+
"learning_rate": 1.9668006125287228e-07,
|
| 903 |
+
"loss": 1.3489,
|
| 904 |
+
"mean_token_accuracy": 0.6104420125484467,
|
| 905 |
+
"step": 112
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 3.544,
|
| 909 |
+
"grad_norm": 0.1462380737066269,
|
| 910 |
+
"learning_rate": 1.8825509907063326e-07,
|
| 911 |
+
"loss": 1.2374,
|
| 912 |
+
"mean_token_accuracy": 0.626643180847168,
|
| 913 |
+
"step": 113
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"epoch": 3.576,
|
| 917 |
+
"grad_norm": 0.15827052295207977,
|
| 918 |
+
"learning_rate": 1.7997251653303247e-07,
|
| 919 |
+
"loss": 1.1597,
|
| 920 |
+
"mean_token_accuracy": 0.6438571754842997,
|
| 921 |
+
"step": 114
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"epoch": 3.608,
|
| 925 |
+
"grad_norm": 0.16454024612903595,
|
| 926 |
+
"learning_rate": 1.7183609644824092e-07,
|
| 927 |
+
"loss": 1.2748,
|
| 928 |
+
"mean_token_accuracy": 0.6228565536439419,
|
| 929 |
+
"step": 115
|
| 930 |
+
},
|
| 931 |
+
{
|
| 932 |
+
"epoch": 3.64,
|
| 933 |
+
"grad_norm": 0.16890259087085724,
|
| 934 |
+
"learning_rate": 1.6384955486934154e-07,
|
| 935 |
+
"loss": 1.3156,
|
| 936 |
+
"mean_token_accuracy": 0.588938326574862,
|
| 937 |
+
"step": 116
|
| 938 |
+
},
|
| 939 |
+
{
|
| 940 |
+
"epoch": 3.672,
|
| 941 |
+
"grad_norm": 0.17300599813461304,
|
| 942 |
+
"learning_rate": 1.5601653939714072e-07,
|
| 943 |
+
"loss": 1.3535,
|
| 944 |
+
"mean_token_accuracy": 0.6365364268422127,
|
| 945 |
+
"step": 117
|
| 946 |
+
},
|
| 947 |
+
{
|
| 948 |
+
"epoch": 3.7039999999999997,
|
| 949 |
+
"grad_norm": 0.22110649943351746,
|
| 950 |
+
"learning_rate": 1.4834062751424015e-07,
|
| 951 |
+
"loss": 1.3965,
|
| 952 |
+
"mean_token_accuracy": 0.6131392857059836,
|
| 953 |
+
"step": 118
|
| 954 |
+
},
|
| 955 |
+
{
|
| 956 |
+
"epoch": 3.7359999999999998,
|
| 957 |
+
"grad_norm": 0.19601286947727203,
|
| 958 |
+
"learning_rate": 1.4082532495113624e-07,
|
| 959 |
+
"loss": 1.3234,
|
| 960 |
+
"mean_token_accuracy": 0.6324682310223579,
|
| 961 |
+
"step": 119
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 3.768,
|
| 965 |
+
"grad_norm": 0.1628580242395401,
|
| 966 |
+
"learning_rate": 1.3347406408508694e-07,
|
| 967 |
+
"loss": 1.1884,
|
| 968 |
+
"mean_token_accuracy": 0.6473836526274681,
|
| 969 |
+
"step": 120
|
| 970 |
+
},
|
| 971 |
+
{
|
| 972 |
+
"epoch": 3.8,
|
| 973 |
+
"grad_norm": 0.20353291928768158,
|
| 974 |
+
"learning_rate": 1.262902023724824e-07,
|
| 975 |
+
"loss": 1.3896,
|
| 976 |
+
"mean_token_accuracy": 0.6374777723103762,
|
| 977 |
+
"step": 121
|
| 978 |
+
},
|
| 979 |
+
{
|
| 980 |
+
"epoch": 3.832,
|
| 981 |
+
"grad_norm": 0.18527667224407196,
|
| 982 |
+
"learning_rate": 1.1927702081543278e-07,
|
| 983 |
+
"loss": 1.2929,
|
| 984 |
+
"mean_token_accuracy": 0.6312173195183277,
|
| 985 |
+
"step": 122
|
| 986 |
+
},
|
| 987 |
+
{
|
| 988 |
+
"epoch": 3.864,
|
| 989 |
+
"grad_norm": 0.16761651635169983,
|
| 990 |
+
"learning_rate": 1.1243772246327415e-07,
|
| 991 |
+
"loss": 1.3631,
|
| 992 |
+
"mean_token_accuracy": 0.6534990258514881,
|
| 993 |
+
"step": 123
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"epoch": 3.896,
|
| 997 |
+
"grad_norm": 0.1755058467388153,
|
| 998 |
+
"learning_rate": 1.0577543094967611e-07,
|
| 999 |
+
"loss": 1.2384,
|
| 1000 |
+
"mean_token_accuracy": 0.6377339977771044,
|
| 1001 |
+
"step": 124
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"epoch": 3.928,
|
| 1005 |
+
"grad_norm": 0.20673754811286926,
|
| 1006 |
+
"learning_rate": 9.929318906602174e-08,
|
| 1007 |
+
"loss": 1.3858,
|
| 1008 |
+
"mean_token_accuracy": 0.5756818056106567,
|
| 1009 |
+
"step": 125
|
| 1010 |
+
},
|
| 1011 |
+
{
|
| 1012 |
+
"epoch": 3.96,
|
| 1013 |
+
"grad_norm": 0.17421787977218628,
|
| 1014 |
+
"learning_rate": 9.299395737170757e-08,
|
| 1015 |
+
"loss": 1.2774,
|
| 1016 |
+
"mean_token_accuracy": 0.6454885508865118,
|
| 1017 |
+
"step": 126
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 3.992,
|
| 1021 |
+
"grad_norm": 0.20643050968647003,
|
| 1022 |
+
"learning_rate": 8.688061284200265e-08,
|
| 1023 |
+
"loss": 1.3525,
|
| 1024 |
+
"mean_token_accuracy": 0.6394242160022259,
|
| 1025 |
+
"step": 127
|
| 1026 |
+
},
|
| 1027 |
+
{
|
| 1028 |
+
"epoch": 4.0,
|
| 1029 |
+
"grad_norm": 0.17338000237941742,
|
| 1030 |
+
"learning_rate": 8.09559475540797e-08,
|
| 1031 |
+
"loss": 1.3937,
|
| 1032 |
+
"mean_token_accuracy": 0.5597065314650536,
|
| 1033 |
+
"step": 128
|
| 1034 |
+
},
|
| 1035 |
+
{
|
| 1036 |
+
"epoch": 4.032,
|
| 1037 |
+
"grad_norm": 0.1463482528924942,
|
| 1038 |
+
"learning_rate": 7.522266741182303e-08,
|
| 1039 |
+
"loss": 1.1315,
|
| 1040 |
+
"mean_token_accuracy": 0.649242352694273,
|
| 1041 |
+
"step": 129
|
| 1042 |
+
},
|
| 1043 |
+
{
|
| 1044 |
+
"epoch": 4.064,
|
| 1045 |
+
"grad_norm": 0.2163277119398117,
|
| 1046 |
+
"learning_rate": 6.968339090999186e-08,
|
| 1047 |
+
"loss": 1.4269,
|
| 1048 |
+
"mean_token_accuracy": 0.634560807608068,
|
| 1049 |
+
"step": 130
|
| 1050 |
+
},
|
| 1051 |
+
{
|
| 1052 |
+
"epoch": 4.096,
|
| 1053 |
+
"grad_norm": 0.17108990252017975,
|
| 1054 |
+
"learning_rate": 6.43406479383053e-08,
|
| 1055 |
+
"loss": 1.3165,
|
| 1056 |
+
"mean_token_accuracy": 0.5961530804634094,
|
| 1057 |
+
"step": 131
|
| 1058 |
+
},
|
| 1059 |
+
{
|
| 1060 |
+
"epoch": 4.128,
|
| 1061 |
+
"grad_norm": 0.1974373757839203,
|
| 1062 |
+
"learning_rate": 5.919687862599548e-08,
|
| 1063 |
+
"loss": 1.3713,
|
| 1064 |
+
"mean_token_accuracy": 0.5586186666041613,
|
| 1065 |
+
"step": 132
|
| 1066 |
+
},
|
| 1067 |
+
{
|
| 1068 |
+
"epoch": 4.16,
|
| 1069 |
+
"grad_norm": 0.17057853937149048,
|
| 1070 |
+
"learning_rate": 5.425443222735526e-08,
|
| 1071 |
+
"loss": 1.3471,
|
| 1072 |
+
"mean_token_accuracy": 0.6344096027314663,
|
| 1073 |
+
"step": 133
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 4.192,
|
| 1077 |
+
"grad_norm": 0.1691618710756302,
|
| 1078 |
+
"learning_rate": 4.951556604879048e-08,
|
| 1079 |
+
"loss": 1.2531,
|
| 1080 |
+
"mean_token_accuracy": 0.6311138197779655,
|
| 1081 |
+
"step": 134
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"epoch": 4.224,
|
| 1085 |
+
"grad_norm": 0.18795742094516754,
|
| 1086 |
+
"learning_rate": 4.498244441786675e-08,
|
| 1087 |
+
"loss": 1.3348,
|
| 1088 |
+
"mean_token_accuracy": 0.6147874612361193,
|
| 1089 |
+
"step": 135
|
| 1090 |
+
},
|
| 1091 |
+
{
|
| 1092 |
+
"epoch": 4.256,
|
| 1093 |
+
"grad_norm": 0.18473310768604279,
|
| 1094 |
+
"learning_rate": 4.065713769482082e-08,
|
| 1095 |
+
"loss": 1.3594,
|
| 1096 |
+
"mean_token_accuracy": 0.6315212519839406,
|
| 1097 |
+
"step": 136
|
| 1098 |
+
},
|
| 1099 |
+
{
|
| 1100 |
+
"epoch": 4.288,
|
| 1101 |
+
"grad_norm": 0.18850365281105042,
|
| 1102 |
+
"learning_rate": 3.654162132698918e-08,
|
| 1103 |
+
"loss": 1.3012,
|
| 1104 |
+
"mean_token_accuracy": 0.6255831960588694,
|
| 1105 |
+
"step": 137
|
| 1106 |
+
},
|
| 1107 |
+
{
|
| 1108 |
+
"epoch": 4.32,
|
| 1109 |
+
"grad_norm": 0.19047574698925018,
|
| 1110 |
+
"learning_rate": 3.263777494658448e-08,
|
| 1111 |
+
"loss": 1.3478,
|
| 1112 |
+
"mean_token_accuracy": 0.5791074689477682,
|
| 1113 |
+
"step": 138
|
| 1114 |
+
},
|
| 1115 |
+
{
|
| 1116 |
+
"epoch": 4.352,
|
| 1117 |
+
"grad_norm": 0.22570978105068207,
|
| 1118 |
+
"learning_rate": 2.8947381512233305e-08,
|
| 1119 |
+
"loss": 1.4639,
|
| 1120 |
+
"mean_token_accuracy": 0.5423976201564074,
|
| 1121 |
+
"step": 139
|
| 1122 |
+
},
|
| 1123 |
+
{
|
| 1124 |
+
"epoch": 4.384,
|
| 1125 |
+
"grad_norm": 0.162257581949234,
|
| 1126 |
+
"learning_rate": 2.547212649466568e-08,
|
| 1127 |
+
"loss": 1.2686,
|
| 1128 |
+
"mean_token_accuracy": 0.6436207182705402,
|
| 1129 |
+
"step": 140
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 4.416,
|
| 1133 |
+
"grad_norm": 0.20653210580348969,
|
| 1134 |
+
"learning_rate": 2.2213597106929605e-08,
|
| 1135 |
+
"loss": 1.3962,
|
| 1136 |
+
"mean_token_accuracy": 0.5815993268042803,
|
| 1137 |
+
"step": 141
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"epoch": 4.448,
|
| 1141 |
+
"grad_norm": 0.16526532173156738,
|
| 1142 |
+
"learning_rate": 1.9173281579481894e-08,
|
| 1143 |
+
"loss": 1.3247,
|
| 1144 |
+
"mean_token_accuracy": 0.6123546808958054,
|
| 1145 |
+
"step": 142
|
| 1146 |
+
},
|
| 1147 |
+
{
|
| 1148 |
+
"epoch": 4.48,
|
| 1149 |
+
"grad_norm": 0.19798213243484497,
|
| 1150 |
+
"learning_rate": 1.6352568480485275e-08,
|
| 1151 |
+
"loss": 1.3239,
|
| 1152 |
+
"mean_token_accuracy": 0.6149218156933784,
|
| 1153 |
+
"step": 143
|
| 1154 |
+
},
|
| 1155 |
+
{
|
| 1156 |
+
"epoch": 4.5120000000000005,
|
| 1157 |
+
"grad_norm": 0.19573239982128143,
|
| 1158 |
+
"learning_rate": 1.3752746081624467e-08,
|
| 1159 |
+
"loss": 1.3472,
|
| 1160 |
+
"mean_token_accuracy": 0.6294556017965078,
|
| 1161 |
+
"step": 144
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"epoch": 4.5440000000000005,
|
| 1165 |
+
"grad_norm": 0.18135203421115875,
|
| 1166 |
+
"learning_rate": 1.1375001769727999e-08,
|
| 1167 |
+
"loss": 1.2707,
|
| 1168 |
+
"mean_token_accuracy": 0.6723539214581251,
|
| 1169 |
+
"step": 145
|
| 1170 |
+
},
|
| 1171 |
+
{
|
| 1172 |
+
"epoch": 4.576,
|
| 1173 |
+
"grad_norm": 0.18120311200618744,
|
| 1174 |
+
"learning_rate": 9.22042150446728e-09,
|
| 1175 |
+
"loss": 1.2967,
|
| 1176 |
+
"mean_token_accuracy": 0.6158712729811668,
|
| 1177 |
+
"step": 146
|
| 1178 |
+
},
|
| 1179 |
+
{
|
| 1180 |
+
"epoch": 4.608,
|
| 1181 |
+
"grad_norm": 0.16739554703235626,
|
| 1182 |
+
"learning_rate": 7.289989322378731e-09,
|
| 1183 |
+
"loss": 1.2461,
|
| 1184 |
+
"mean_token_accuracy": 0.6281041856855154,
|
| 1185 |
+
"step": 147
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 4.64,
|
| 1189 |
+
"grad_norm": 0.1697273850440979,
|
| 1190 |
+
"learning_rate": 5.5845868874357385e-09,
|
| 1191 |
+
"loss": 1.2701,
|
| 1192 |
+
"mean_token_accuracy": 0.6115036550909281,
|
| 1193 |
+
"step": 148
|
| 1194 |
+
},
|
| 1195 |
+
{
|
| 1196 |
+
"epoch": 4.672,
|
| 1197 |
+
"grad_norm": 0.15502643585205078,
|
| 1198 |
+
"learning_rate": 4.104993088376974e-09,
|
| 1199 |
+
"loss": 1.2564,
|
| 1200 |
+
"mean_token_accuracy": 0.6539264917373657,
|
| 1201 |
+
"step": 149
|
| 1202 |
+
},
|
| 1203 |
+
{
|
| 1204 |
+
"epoch": 4.704,
|
| 1205 |
+
"grad_norm": 0.1558866798877716,
|
| 1206 |
+
"learning_rate": 2.851883682973233e-09,
|
| 1207 |
+
"loss": 1.1912,
|
| 1208 |
+
"mean_token_accuracy": 0.6610716730356216,
|
| 1209 |
+
"step": 150
|
| 1210 |
+
},
|
| 1211 |
+
{
|
| 1212 |
+
"epoch": 4.736,
|
| 1213 |
+
"grad_norm": 0.1858009248971939,
|
| 1214 |
+
"learning_rate": 1.8258309893965374e-09,
|
| 1215 |
+
"loss": 1.3801,
|
| 1216 |
+
"mean_token_accuracy": 0.5909676998853683,
|
| 1217 |
+
"step": 151
|
| 1218 |
+
},
|
| 1219 |
+
{
|
| 1220 |
+
"epoch": 4.768,
|
| 1221 |
+
"grad_norm": 0.1638512909412384,
|
| 1222 |
+
"learning_rate": 1.0273036248318324e-09,
|
| 1223 |
+
"loss": 1.282,
|
| 1224 |
+
"mean_token_accuracy": 0.6404366474598646,
|
| 1225 |
+
"step": 152
|
| 1226 |
+
},
|
| 1227 |
+
{
|
| 1228 |
+
"epoch": 4.8,
|
| 1229 |
+
"grad_norm": 0.19918660819530487,
|
| 1230 |
+
"learning_rate": 4.566662914508579e-10,
|
| 1231 |
+
"loss": 1.2965,
|
| 1232 |
+
"mean_token_accuracy": 0.6221714857965708,
|
| 1233 |
+
"step": 153
|
| 1234 |
+
},
|
| 1235 |
+
{
|
| 1236 |
+
"epoch": 4.832,
|
| 1237 |
+
"grad_norm": 0.179250568151474,
|
| 1238 |
+
"learning_rate": 1.1417960984605457e-10,
|
| 1239 |
+
"loss": 1.3462,
|
| 1240 |
+
"mean_token_accuracy": 0.6342775598168373,
|
| 1241 |
+
"step": 154
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 4.864,
|
| 1245 |
+
"grad_norm": 0.17288900911808014,
|
| 1246 |
+
"learning_rate": 0.0,
|
| 1247 |
+
"loss": 1.2734,
|
| 1248 |
+
"mean_token_accuracy": 0.6538417730480433,
|
| 1249 |
+
"step": 155
|
| 1250 |
+
}
|
| 1251 |
+
],
|
| 1252 |
+
"logging_steps": 1,
|
| 1253 |
+
"max_steps": 155,
|
| 1254 |
+
"num_input_tokens_seen": 0,
|
| 1255 |
+
"num_train_epochs": 5,
|
| 1256 |
+
"save_steps": 500,
|
| 1257 |
+
"stateful_callbacks": {
|
| 1258 |
+
"TrainerControl": {
|
| 1259 |
+
"args": {
|
| 1260 |
+
"should_epoch_stop": false,
|
| 1261 |
+
"should_evaluate": false,
|
| 1262 |
+
"should_log": false,
|
| 1263 |
+
"should_save": true,
|
| 1264 |
+
"should_training_stop": true
|
| 1265 |
+
},
|
| 1266 |
+
"attributes": {}
|
| 1267 |
+
}
|
| 1268 |
+
},
|
| 1269 |
+
"total_flos": 9.598544023790592e+17,
|
| 1270 |
+
"train_batch_size": 1,
|
| 1271 |
+
"trial_name": null,
|
| 1272 |
+
"trial_params": null
|
| 1273 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ece07d8cccf7c785225570f970339a144946a89640ad7c13cc70d8f39506847
|
| 3 |
+
size 5763
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|