Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- r16_checkpoint-164/README.md +209 -0
- r16_checkpoint-164/adapter_config.json +46 -0
- r16_checkpoint-164/adapter_model.safetensors +3 -0
- r16_checkpoint-164/added_tokens.json +28 -0
- r16_checkpoint-164/chat_template.jinja +89 -0
- r16_checkpoint-164/merges.txt +0 -0
- r16_checkpoint-164/optimizer.pt +3 -0
- r16_checkpoint-164/rng_state.pth +3 -0
- r16_checkpoint-164/scheduler.pt +3 -0
- r16_checkpoint-164/special_tokens_map.json +31 -0
- r16_checkpoint-164/tokenizer.json +3 -0
- r16_checkpoint-164/tokenizer_config.json +239 -0
- r16_checkpoint-164/trainer_state.json +1674 -0
- r16_checkpoint-164/training_args.bin +3 -0
- r16_checkpoint-164/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 |
+
r16_checkpoint-164/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
r16_checkpoint-164/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-4B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-4B
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.18.1
|
r16_checkpoint-164/adapter_config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen3-4B",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.1",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 16,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"down_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"k_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
+
"v_proj",
|
| 37 |
+
"up_proj",
|
| 38 |
+
"o_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_dora": false,
|
| 44 |
+
"use_qalora": false,
|
| 45 |
+
"use_rslora": false
|
| 46 |
+
}
|
r16_checkpoint-164/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbd9f19caaecf27d962eb5bcee72a36837414c930f0de5f490753d9561ea97cd
|
| 3 |
+
size 1685299160
|
r16_checkpoint-164/added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
r16_checkpoint-164/chat_template.jinja
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# 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>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\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" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{%- endif %}
|
r16_checkpoint-164/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
r16_checkpoint-164/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0be9fd1911383e41ca1d4625bcc6ea2c36917678651f4bfe7eef802e7225b2b
|
| 3 |
+
size 264673227
|
r16_checkpoint-164/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4a7e86f79847e5024055001f3bb35e40be5e072cbe245b0d830613eb9fa4eae
|
| 3 |
+
size 14645
|
r16_checkpoint-164/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb36d3229eed0b0116f2c721940a1737e2cbe34e2f9b0ad4b1d55f2545f74b4f
|
| 3 |
+
size 1465
|
r16_checkpoint-164/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": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
r16_checkpoint-164/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
r16_checkpoint-164/tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
r16_checkpoint-164/trainer_state.json
ADDED
|
@@ -0,0 +1,1674 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 164,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"entropy": 0.8626787662506104,
|
| 14 |
+
"epoch": 0.012195121951219513,
|
| 15 |
+
"grad_norm": 1.093520998954773,
|
| 16 |
+
"learning_rate": 0.0,
|
| 17 |
+
"loss": 1.6278,
|
| 18 |
+
"mean_token_accuracy": 0.6077101826667786,
|
| 19 |
+
"num_tokens": 16384.0,
|
| 20 |
+
"step": 1
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"entropy": 0.8334736227989197,
|
| 24 |
+
"epoch": 0.024390243902439025,
|
| 25 |
+
"grad_norm": 1.1227993965148926,
|
| 26 |
+
"learning_rate": 2e-05,
|
| 27 |
+
"loss": 1.6238,
|
| 28 |
+
"mean_token_accuracy": 0.6236559152603149,
|
| 29 |
+
"num_tokens": 32768.0,
|
| 30 |
+
"step": 2
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"entropy": 0.843785285949707,
|
| 34 |
+
"epoch": 0.036585365853658534,
|
| 35 |
+
"grad_norm": 1.0835614204406738,
|
| 36 |
+
"learning_rate": 4e-05,
|
| 37 |
+
"loss": 1.6063,
|
| 38 |
+
"mean_token_accuracy": 0.6162023544311523,
|
| 39 |
+
"num_tokens": 49152.0,
|
| 40 |
+
"step": 3
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"entropy": 0.8779809474945068,
|
| 44 |
+
"epoch": 0.04878048780487805,
|
| 45 |
+
"grad_norm": 0.9354265928268433,
|
| 46 |
+
"learning_rate": 6e-05,
|
| 47 |
+
"loss": 1.5604,
|
| 48 |
+
"mean_token_accuracy": 0.6130865216255188,
|
| 49 |
+
"num_tokens": 65536.0,
|
| 50 |
+
"step": 4
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"entropy": 0.9051678776741028,
|
| 54 |
+
"epoch": 0.06097560975609756,
|
| 55 |
+
"grad_norm": 0.7520043253898621,
|
| 56 |
+
"learning_rate": 8e-05,
|
| 57 |
+
"loss": 1.4806,
|
| 58 |
+
"mean_token_accuracy": 0.618462860584259,
|
| 59 |
+
"num_tokens": 81920.0,
|
| 60 |
+
"step": 5
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"entropy": 0.9353162050247192,
|
| 64 |
+
"epoch": 0.07317073170731707,
|
| 65 |
+
"grad_norm": 0.608469545841217,
|
| 66 |
+
"learning_rate": 0.0001,
|
| 67 |
+
"loss": 1.4196,
|
| 68 |
+
"mean_token_accuracy": 0.6241446733474731,
|
| 69 |
+
"num_tokens": 98304.0,
|
| 70 |
+
"step": 6
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"entropy": 0.9815650582313538,
|
| 74 |
+
"epoch": 0.08536585365853659,
|
| 75 |
+
"grad_norm": 0.5623904466629028,
|
| 76 |
+
"learning_rate": 9.999024041442456e-05,
|
| 77 |
+
"loss": 1.3894,
|
| 78 |
+
"mean_token_accuracy": 0.6333699822425842,
|
| 79 |
+
"num_tokens": 114688.0,
|
| 80 |
+
"step": 7
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"entropy": 1.0563855171203613,
|
| 84 |
+
"epoch": 0.0975609756097561,
|
| 85 |
+
"grad_norm": 0.39273801445961,
|
| 86 |
+
"learning_rate": 9.99609654676786e-05,
|
| 87 |
+
"loss": 1.3009,
|
| 88 |
+
"mean_token_accuracy": 0.6317204236984253,
|
| 89 |
+
"num_tokens": 131072.0,
|
| 90 |
+
"step": 8
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"entropy": 1.1101257801055908,
|
| 94 |
+
"epoch": 0.10975609756097561,
|
| 95 |
+
"grad_norm": 0.37761062383651733,
|
| 96 |
+
"learning_rate": 9.991218658821608e-05,
|
| 97 |
+
"loss": 1.2618,
|
| 98 |
+
"mean_token_accuracy": 0.6392350792884827,
|
| 99 |
+
"num_tokens": 147456.0,
|
| 100 |
+
"step": 9
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"entropy": 1.195725679397583,
|
| 104 |
+
"epoch": 0.12195121951219512,
|
| 105 |
+
"grad_norm": 0.3863956034183502,
|
| 106 |
+
"learning_rate": 9.984392281850293e-05,
|
| 107 |
+
"loss": 1.2558,
|
| 108 |
+
"mean_token_accuracy": 0.6326979398727417,
|
| 109 |
+
"num_tokens": 163840.0,
|
| 110 |
+
"step": 10
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"entropy": 1.2094194889068604,
|
| 114 |
+
"epoch": 0.13414634146341464,
|
| 115 |
+
"grad_norm": 0.36058974266052246,
|
| 116 |
+
"learning_rate": 9.97562008075832e-05,
|
| 117 |
+
"loss": 1.2465,
|
| 118 |
+
"mean_token_accuracy": 0.6655669808387756,
|
| 119 |
+
"num_tokens": 180224.0,
|
| 120 |
+
"step": 11
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"entropy": 1.2624375820159912,
|
| 124 |
+
"epoch": 0.14634146341463414,
|
| 125 |
+
"grad_norm": 0.34076783061027527,
|
| 126 |
+
"learning_rate": 9.964905480067586e-05,
|
| 127 |
+
"loss": 1.2181,
|
| 128 |
+
"mean_token_accuracy": 0.6512096524238586,
|
| 129 |
+
"num_tokens": 196608.0,
|
| 130 |
+
"step": 12
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"entropy": 1.2377264499664307,
|
| 134 |
+
"epoch": 0.15853658536585366,
|
| 135 |
+
"grad_norm": 0.3092578053474426,
|
| 136 |
+
"learning_rate": 9.952252662580579e-05,
|
| 137 |
+
"loss": 1.1554,
|
| 138 |
+
"mean_token_accuracy": 0.6719208359718323,
|
| 139 |
+
"num_tokens": 212992.0,
|
| 140 |
+
"step": 13
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"entropy": 1.1959787607192993,
|
| 144 |
+
"epoch": 0.17073170731707318,
|
| 145 |
+
"grad_norm": 0.3330951929092407,
|
| 146 |
+
"learning_rate": 9.937666567747501e-05,
|
| 147 |
+
"loss": 1.0803,
|
| 148 |
+
"mean_token_accuracy": 0.6903714537620544,
|
| 149 |
+
"num_tokens": 229376.0,
|
| 150 |
+
"step": 14
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"entropy": 1.244974970817566,
|
| 154 |
+
"epoch": 0.18292682926829268,
|
| 155 |
+
"grad_norm": 0.3327937126159668,
|
| 156 |
+
"learning_rate": 9.921152889737984e-05,
|
| 157 |
+
"loss": 1.1151,
|
| 158 |
+
"mean_token_accuracy": 0.6904325485229492,
|
| 159 |
+
"num_tokens": 245760.0,
|
| 160 |
+
"step": 15
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"entropy": 1.2253583669662476,
|
| 164 |
+
"epoch": 0.1951219512195122,
|
| 165 |
+
"grad_norm": 0.3638331890106201,
|
| 166 |
+
"learning_rate": 9.902718075218176e-05,
|
| 167 |
+
"loss": 1.0701,
|
| 168 |
+
"mean_token_accuracy": 0.6973973512649536,
|
| 169 |
+
"num_tokens": 262144.0,
|
| 170 |
+
"step": 16
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"entropy": 1.2277535200119019,
|
| 174 |
+
"epoch": 0.2073170731707317,
|
| 175 |
+
"grad_norm": 0.34471285343170166,
|
| 176 |
+
"learning_rate": 9.882369320834069e-05,
|
| 177 |
+
"loss": 1.0763,
|
| 178 |
+
"mean_token_accuracy": 0.7006964683532715,
|
| 179 |
+
"num_tokens": 278528.0,
|
| 180 |
+
"step": 17
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"entropy": 1.1190669536590576,
|
| 184 |
+
"epoch": 0.21951219512195122,
|
| 185 |
+
"grad_norm": 0.31308990716934204,
|
| 186 |
+
"learning_rate": 9.860114570402054e-05,
|
| 187 |
+
"loss": 1.0033,
|
| 188 |
+
"mean_token_accuracy": 0.6972751617431641,
|
| 189 |
+
"num_tokens": 294912.0,
|
| 190 |
+
"step": 18
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"entropy": 1.0731631517410278,
|
| 194 |
+
"epoch": 0.23170731707317074,
|
| 195 |
+
"grad_norm": 0.28365620970726013,
|
| 196 |
+
"learning_rate": 9.835962511807786e-05,
|
| 197 |
+
"loss": 0.9789,
|
| 198 |
+
"mean_token_accuracy": 0.6879276633262634,
|
| 199 |
+
"num_tokens": 311296.0,
|
| 200 |
+
"step": 19
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"entropy": 1.0539000034332275,
|
| 204 |
+
"epoch": 0.24390243902439024,
|
| 205 |
+
"grad_norm": 0.2581247091293335,
|
| 206 |
+
"learning_rate": 9.809922573614569e-05,
|
| 207 |
+
"loss": 0.9533,
|
| 208 |
+
"mean_token_accuracy": 0.7093108296394348,
|
| 209 |
+
"num_tokens": 327680.0,
|
| 210 |
+
"step": 20
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"entropy": 1.0733942985534668,
|
| 214 |
+
"epoch": 0.25609756097560976,
|
| 215 |
+
"grad_norm": 0.25778359174728394,
|
| 216 |
+
"learning_rate": 9.782004921382612e-05,
|
| 217 |
+
"loss": 0.9808,
|
| 218 |
+
"mean_token_accuracy": 0.7142595052719116,
|
| 219 |
+
"num_tokens": 344064.0,
|
| 220 |
+
"step": 21
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"entropy": 1.005030870437622,
|
| 224 |
+
"epoch": 0.2682926829268293,
|
| 225 |
+
"grad_norm": 0.24065329134464264,
|
| 226 |
+
"learning_rate": 9.752220453700556e-05,
|
| 227 |
+
"loss": 0.9526,
|
| 228 |
+
"mean_token_accuracy": 0.7184750437736511,
|
| 229 |
+
"num_tokens": 360448.0,
|
| 230 |
+
"step": 22
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"entropy": 0.9591503143310547,
|
| 234 |
+
"epoch": 0.2804878048780488,
|
| 235 |
+
"grad_norm": 0.22566185891628265,
|
| 236 |
+
"learning_rate": 9.720580797930845e-05,
|
| 237 |
+
"loss": 0.9023,
|
| 238 |
+
"mean_token_accuracy": 0.7219575047492981,
|
| 239 |
+
"num_tokens": 376832.0,
|
| 240 |
+
"step": 23
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"entropy": 0.9062448740005493,
|
| 244 |
+
"epoch": 0.2926829268292683,
|
| 245 |
+
"grad_norm": 0.21324659883975983,
|
| 246 |
+
"learning_rate": 9.687098305670605e-05,
|
| 247 |
+
"loss": 0.863,
|
| 248 |
+
"mean_token_accuracy": 0.7317326664924622,
|
| 249 |
+
"num_tokens": 393216.0,
|
| 250 |
+
"step": 24
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"entropy": 0.8665833473205566,
|
| 254 |
+
"epoch": 0.3048780487804878,
|
| 255 |
+
"grad_norm": 0.21358917653560638,
|
| 256 |
+
"learning_rate": 9.651786047929773e-05,
|
| 257 |
+
"loss": 0.8513,
|
| 258 |
+
"mean_token_accuracy": 0.7454789876937866,
|
| 259 |
+
"num_tokens": 409600.0,
|
| 260 |
+
"step": 25
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"entropy": 0.8195997476577759,
|
| 264 |
+
"epoch": 0.3170731707317073,
|
| 265 |
+
"grad_norm": 0.20360076427459717,
|
| 266 |
+
"learning_rate": 9.614657810028402e-05,
|
| 267 |
+
"loss": 0.8183,
|
| 268 |
+
"mean_token_accuracy": 0.7438294291496277,
|
| 269 |
+
"num_tokens": 425984.0,
|
| 270 |
+
"step": 26
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"entropy": 0.8189018964767456,
|
| 274 |
+
"epoch": 0.32926829268292684,
|
| 275 |
+
"grad_norm": 0.1878810077905655,
|
| 276 |
+
"learning_rate": 9.575728086215092e-05,
|
| 277 |
+
"loss": 0.8251,
|
| 278 |
+
"mean_token_accuracy": 0.7345430254936218,
|
| 279 |
+
"num_tokens": 442368.0,
|
| 280 |
+
"step": 27
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"entropy": 0.8264307379722595,
|
| 284 |
+
"epoch": 0.34146341463414637,
|
| 285 |
+
"grad_norm": 0.1862117052078247,
|
| 286 |
+
"learning_rate": 9.535012074008687e-05,
|
| 287 |
+
"loss": 0.8499,
|
| 288 |
+
"mean_token_accuracy": 0.738575279712677,
|
| 289 |
+
"num_tokens": 458752.0,
|
| 290 |
+
"step": 28
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"entropy": 0.809086263179779,
|
| 294 |
+
"epoch": 0.35365853658536583,
|
| 295 |
+
"grad_norm": 0.18720269203186035,
|
| 296 |
+
"learning_rate": 9.492525668265399e-05,
|
| 297 |
+
"loss": 0.8427,
|
| 298 |
+
"mean_token_accuracy": 0.7409579753875732,
|
| 299 |
+
"num_tokens": 475136.0,
|
| 300 |
+
"step": 29
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"entropy": 0.8115344047546387,
|
| 304 |
+
"epoch": 0.36585365853658536,
|
| 305 |
+
"grad_norm": 0.18687783181667328,
|
| 306 |
+
"learning_rate": 9.448285454973738e-05,
|
| 307 |
+
"loss": 0.8283,
|
| 308 |
+
"mean_token_accuracy": 0.7388196587562561,
|
| 309 |
+
"num_tokens": 491520.0,
|
| 310 |
+
"step": 30
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"entropy": 0.8720694780349731,
|
| 314 |
+
"epoch": 0.3780487804878049,
|
| 315 |
+
"grad_norm": 0.19463640451431274,
|
| 316 |
+
"learning_rate": 9.402308704779599e-05,
|
| 317 |
+
"loss": 0.9073,
|
| 318 |
+
"mean_token_accuracy": 0.7170698642730713,
|
| 319 |
+
"num_tokens": 507904.0,
|
| 320 |
+
"step": 31
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"entropy": 0.7934220433235168,
|
| 324 |
+
"epoch": 0.3902439024390244,
|
| 325 |
+
"grad_norm": 0.2061900645494461,
|
| 326 |
+
"learning_rate": 9.354613366244108e-05,
|
| 327 |
+
"loss": 0.8354,
|
| 328 |
+
"mean_token_accuracy": 0.7403470277786255,
|
| 329 |
+
"num_tokens": 524288.0,
|
| 330 |
+
"step": 32
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"entropy": 0.8034217357635498,
|
| 334 |
+
"epoch": 0.4024390243902439,
|
| 335 |
+
"grad_norm": 0.18652082979679108,
|
| 336 |
+
"learning_rate": 9.305218058836778e-05,
|
| 337 |
+
"loss": 0.8198,
|
| 338 |
+
"mean_token_accuracy": 0.7371701002120972,
|
| 339 |
+
"num_tokens": 540672.0,
|
| 340 |
+
"step": 33
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"entropy": 0.7859891057014465,
|
| 344 |
+
"epoch": 0.4146341463414634,
|
| 345 |
+
"grad_norm": 0.18425549566745758,
|
| 346 |
+
"learning_rate": 9.254142065666801e-05,
|
| 347 |
+
"loss": 0.8052,
|
| 348 |
+
"mean_token_accuracy": 0.7403470277786255,
|
| 349 |
+
"num_tokens": 557056.0,
|
| 350 |
+
"step": 34
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"entropy": 0.8217732310295105,
|
| 354 |
+
"epoch": 0.4268292682926829,
|
| 355 |
+
"grad_norm": 0.1789712905883789,
|
| 356 |
+
"learning_rate": 9.201405325955221e-05,
|
| 357 |
+
"loss": 0.8289,
|
| 358 |
+
"mean_token_accuracy": 0.7328934669494629,
|
| 359 |
+
"num_tokens": 573440.0,
|
| 360 |
+
"step": 35
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"entropy": 0.919280469417572,
|
| 364 |
+
"epoch": 0.43902439024390244,
|
| 365 |
+
"grad_norm": 0.20816408097743988,
|
| 366 |
+
"learning_rate": 9.14702842725101e-05,
|
| 367 |
+
"loss": 0.937,
|
| 368 |
+
"mean_token_accuracy": 0.725256621837616,
|
| 369 |
+
"num_tokens": 589824.0,
|
| 370 |
+
"step": 36
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"entropy": 0.8575299978256226,
|
| 374 |
+
"epoch": 0.45121951219512196,
|
| 375 |
+
"grad_norm": 0.17666810750961304,
|
| 376 |
+
"learning_rate": 9.091032597394012e-05,
|
| 377 |
+
"loss": 0.8453,
|
| 378 |
+
"mean_token_accuracy": 0.7242180109024048,
|
| 379 |
+
"num_tokens": 606208.0,
|
| 380 |
+
"step": 37
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"entropy": 0.852461040019989,
|
| 384 |
+
"epoch": 0.4634146341463415,
|
| 385 |
+
"grad_norm": 0.19314983487129211,
|
| 386 |
+
"learning_rate": 9.033439696227965e-05,
|
| 387 |
+
"loss": 0.8383,
|
| 388 |
+
"mean_token_accuracy": 0.7425464391708374,
|
| 389 |
+
"num_tokens": 622592.0,
|
| 390 |
+
"step": 38
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"entropy": 0.9019465446472168,
|
| 394 |
+
"epoch": 0.47560975609756095,
|
| 395 |
+
"grad_norm": 0.5123350620269775,
|
| 396 |
+
"learning_rate": 8.974272207066767e-05,
|
| 397 |
+
"loss": 0.8832,
|
| 398 |
+
"mean_token_accuracy": 0.7297165393829346,
|
| 399 |
+
"num_tokens": 638976.0,
|
| 400 |
+
"step": 39
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"entropy": 0.8627578020095825,
|
| 404 |
+
"epoch": 0.4878048780487805,
|
| 405 |
+
"grad_norm": 0.17488670349121094,
|
| 406 |
+
"learning_rate": 8.913553227917367e-05,
|
| 407 |
+
"loss": 0.8428,
|
| 408 |
+
"mean_token_accuracy": 0.7358260154724121,
|
| 409 |
+
"num_tokens": 655360.0,
|
| 410 |
+
"step": 40
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"entropy": 0.856721043586731,
|
| 414 |
+
"epoch": 0.5,
|
| 415 |
+
"grad_norm": 0.18452906608581543,
|
| 416 |
+
"learning_rate": 8.851306462462688e-05,
|
| 417 |
+
"loss": 0.8303,
|
| 418 |
+
"mean_token_accuracy": 0.7369868159294128,
|
| 419 |
+
"num_tokens": 671744.0,
|
| 420 |
+
"step": 41
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"entropy": 0.8949995040893555,
|
| 424 |
+
"epoch": 0.5121951219512195,
|
| 425 |
+
"grad_norm": 0.18721207976341248,
|
| 426 |
+
"learning_rate": 8.787556210808101e-05,
|
| 427 |
+
"loss": 0.8737,
|
| 428 |
+
"mean_token_accuracy": 0.7280669808387756,
|
| 429 |
+
"num_tokens": 688128.0,
|
| 430 |
+
"step": 42
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"entropy": 0.8572060465812683,
|
| 434 |
+
"epoch": 0.524390243902439,
|
| 435 |
+
"grad_norm": 0.2125820517539978,
|
| 436 |
+
"learning_rate": 8.722327359995064e-05,
|
| 437 |
+
"loss": 0.8289,
|
| 438 |
+
"mean_token_accuracy": 0.7305718660354614,
|
| 439 |
+
"num_tokens": 704512.0,
|
| 440 |
+
"step": 43
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"entropy": 0.8431792855262756,
|
| 444 |
+
"epoch": 0.5365853658536586,
|
| 445 |
+
"grad_norm": 0.16261345148086548,
|
| 446 |
+
"learning_rate": 8.655645374285637e-05,
|
| 447 |
+
"loss": 0.8324,
|
| 448 |
+
"mean_token_accuracy": 0.7467008829116821,
|
| 449 |
+
"num_tokens": 720896.0,
|
| 450 |
+
"step": 44
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"entropy": 0.8569008111953735,
|
| 454 |
+
"epoch": 0.5487804878048781,
|
| 455 |
+
"grad_norm": 0.16756756603717804,
|
| 456 |
+
"learning_rate": 8.587536285221656e-05,
|
| 457 |
+
"loss": 0.8385,
|
| 458 |
+
"mean_token_accuracy": 0.7399193644523621,
|
| 459 |
+
"num_tokens": 737280.0,
|
| 460 |
+
"step": 45
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"entropy": 0.8784096240997314,
|
| 464 |
+
"epoch": 0.5609756097560976,
|
| 465 |
+
"grad_norm": 0.1637604683637619,
|
| 466 |
+
"learning_rate": 8.518026681462448e-05,
|
| 467 |
+
"loss": 0.8758,
|
| 468 |
+
"mean_token_accuracy": 0.7420576810836792,
|
| 469 |
+
"num_tokens": 753664.0,
|
| 470 |
+
"step": 46
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"entropy": 0.8060196042060852,
|
| 474 |
+
"epoch": 0.573170731707317,
|
| 475 |
+
"grad_norm": 0.1424463987350464,
|
| 476 |
+
"learning_rate": 8.44714369840506e-05,
|
| 477 |
+
"loss": 0.7857,
|
| 478 |
+
"mean_token_accuracy": 0.7453567981719971,
|
| 479 |
+
"num_tokens": 770048.0,
|
| 480 |
+
"step": 47
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"entropy": 0.8206385374069214,
|
| 484 |
+
"epoch": 0.5853658536585366,
|
| 485 |
+
"grad_norm": 0.16366063058376312,
|
| 486 |
+
"learning_rate": 8.374915007591053e-05,
|
| 487 |
+
"loss": 0.8108,
|
| 488 |
+
"mean_token_accuracy": 0.7399804592132568,
|
| 489 |
+
"num_tokens": 786432.0,
|
| 490 |
+
"step": 48
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"entropy": 0.7763859629631042,
|
| 494 |
+
"epoch": 0.5975609756097561,
|
| 495 |
+
"grad_norm": 0.15812788903713226,
|
| 496 |
+
"learning_rate": 8.301368805903988e-05,
|
| 497 |
+
"loss": 0.7664,
|
| 498 |
+
"mean_token_accuracy": 0.7501221895217896,
|
| 499 |
+
"num_tokens": 802816.0,
|
| 500 |
+
"step": 49
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"entropy": 0.8081514835357666,
|
| 504 |
+
"epoch": 0.6097560975609756,
|
| 505 |
+
"grad_norm": 0.13794690370559692,
|
| 506 |
+
"learning_rate": 8.226533804561827e-05,
|
| 507 |
+
"loss": 0.7941,
|
| 508 |
+
"mean_token_accuracy": 0.7362536787986755,
|
| 509 |
+
"num_tokens": 819200.0,
|
| 510 |
+
"step": 50
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"entropy": 0.7959892153739929,
|
| 514 |
+
"epoch": 0.6219512195121951,
|
| 515 |
+
"grad_norm": 0.15148861706256866,
|
| 516 |
+
"learning_rate": 8.150439217908556e-05,
|
| 517 |
+
"loss": 0.7991,
|
| 518 |
+
"mean_token_accuracy": 0.7465175986289978,
|
| 519 |
+
"num_tokens": 835584.0,
|
| 520 |
+
"step": 51
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"entropy": 0.7600486874580383,
|
| 524 |
+
"epoch": 0.6341463414634146,
|
| 525 |
+
"grad_norm": 0.15204936265945435,
|
| 526 |
+
"learning_rate": 8.073114752009387e-05,
|
| 527 |
+
"loss": 0.7455,
|
| 528 |
+
"mean_token_accuracy": 0.7529325485229492,
|
| 529 |
+
"num_tokens": 851968.0,
|
| 530 |
+
"step": 52
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"entropy": 0.7730528116226196,
|
| 534 |
+
"epoch": 0.6463414634146342,
|
| 535 |
+
"grad_norm": 0.16175110638141632,
|
| 536 |
+
"learning_rate": 7.994590593054001e-05,
|
| 537 |
+
"loss": 0.7712,
|
| 538 |
+
"mean_token_accuracy": 0.7553763389587402,
|
| 539 |
+
"num_tokens": 868352.0,
|
| 540 |
+
"step": 53
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"entropy": 0.723149299621582,
|
| 544 |
+
"epoch": 0.6585365853658537,
|
| 545 |
+
"grad_norm": 0.1428563892841339,
|
| 546 |
+
"learning_rate": 7.91489739557236e-05,
|
| 547 |
+
"loss": 0.7223,
|
| 548 |
+
"mean_token_accuracy": 0.7581256031990051,
|
| 549 |
+
"num_tokens": 884736.0,
|
| 550 |
+
"step": 54
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"entropy": 0.8479559421539307,
|
| 554 |
+
"epoch": 0.6707317073170732,
|
| 555 |
+
"grad_norm": 0.15264202654361725,
|
| 556 |
+
"learning_rate": 7.83406627046769e-05,
|
| 557 |
+
"loss": 0.8563,
|
| 558 |
+
"mean_token_accuracy": 0.7294110655784607,
|
| 559 |
+
"num_tokens": 901120.0,
|
| 560 |
+
"step": 55
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"entropy": 0.8442703485488892,
|
| 564 |
+
"epoch": 0.6829268292682927,
|
| 565 |
+
"grad_norm": 0.16407510638237,
|
| 566 |
+
"learning_rate": 7.752128772871292e-05,
|
| 567 |
+
"loss": 0.8483,
|
| 568 |
+
"mean_token_accuracy": 0.7380865216255188,
|
| 569 |
+
"num_tokens": 917504.0,
|
| 570 |
+
"step": 56
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"entropy": 0.8123852014541626,
|
| 574 |
+
"epoch": 0.6951219512195121,
|
| 575 |
+
"grad_norm": 0.2425997406244278,
|
| 576 |
+
"learning_rate": 7.669116889823955e-05,
|
| 577 |
+
"loss": 0.8099,
|
| 578 |
+
"mean_token_accuracy": 0.7432795763015747,
|
| 579 |
+
"num_tokens": 933888.0,
|
| 580 |
+
"step": 57
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"entropy": 0.8269070386886597,
|
| 584 |
+
"epoch": 0.7073170731707317,
|
| 585 |
+
"grad_norm": 0.17707492411136627,
|
| 586 |
+
"learning_rate": 7.585063027788731e-05,
|
| 587 |
+
"loss": 0.8236,
|
| 588 |
+
"mean_token_accuracy": 0.7399193644523621,
|
| 589 |
+
"num_tokens": 950272.0,
|
| 590 |
+
"step": 58
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"entropy": 0.8299212455749512,
|
| 594 |
+
"epoch": 0.7195121951219512,
|
| 595 |
+
"grad_norm": 0.18594571948051453,
|
| 596 |
+
"learning_rate": 7.500000000000001e-05,
|
| 597 |
+
"loss": 0.8269,
|
| 598 |
+
"mean_token_accuracy": 0.7259286642074585,
|
| 599 |
+
"num_tokens": 966656.0,
|
| 600 |
+
"step": 59
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"entropy": 0.7739796042442322,
|
| 604 |
+
"epoch": 0.7317073170731707,
|
| 605 |
+
"grad_norm": 0.1970595121383667,
|
| 606 |
+
"learning_rate": 7.413961013653726e-05,
|
| 607 |
+
"loss": 0.7692,
|
| 608 |
+
"mean_token_accuracy": 0.7574535608291626,
|
| 609 |
+
"num_tokens": 983040.0,
|
| 610 |
+
"step": 60
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"entropy": 0.7878926396369934,
|
| 614 |
+
"epoch": 0.7439024390243902,
|
| 615 |
+
"grad_norm": 0.15815742313861847,
|
| 616 |
+
"learning_rate": 7.326979656943906e-05,
|
| 617 |
+
"loss": 0.782,
|
| 618 |
+
"mean_token_accuracy": 0.7506109476089478,
|
| 619 |
+
"num_tokens": 999424.0,
|
| 620 |
+
"step": 61
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"entropy": 0.7709231376647949,
|
| 624 |
+
"epoch": 0.7560975609756098,
|
| 625 |
+
"grad_norm": 0.15482768416404724,
|
| 626 |
+
"learning_rate": 7.239089885950316e-05,
|
| 627 |
+
"loss": 0.7644,
|
| 628 |
+
"mean_token_accuracy": 0.7500610947608948,
|
| 629 |
+
"num_tokens": 1015808.0,
|
| 630 |
+
"step": 62
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"entropy": 0.8151384592056274,
|
| 634 |
+
"epoch": 0.7682926829268293,
|
| 635 |
+
"grad_norm": 0.18697461485862732,
|
| 636 |
+
"learning_rate": 7.150326011382604e-05,
|
| 637 |
+
"loss": 0.8341,
|
| 638 |
+
"mean_token_accuracy": 0.748900294303894,
|
| 639 |
+
"num_tokens": 1032192.0,
|
| 640 |
+
"step": 63
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"entropy": 0.7922771573066711,
|
| 644 |
+
"epoch": 0.7804878048780488,
|
| 645 |
+
"grad_norm": 0.1754199117422104,
|
| 646 |
+
"learning_rate": 7.060722685185961e-05,
|
| 647 |
+
"loss": 0.7985,
|
| 648 |
+
"mean_token_accuracy": 0.7541544437408447,
|
| 649 |
+
"num_tokens": 1048576.0,
|
| 650 |
+
"step": 64
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"entropy": 0.7848575711250305,
|
| 654 |
+
"epoch": 0.7926829268292683,
|
| 655 |
+
"grad_norm": 0.15173719823360443,
|
| 656 |
+
"learning_rate": 6.970314887013584e-05,
|
| 657 |
+
"loss": 0.7815,
|
| 658 |
+
"mean_token_accuracy": 0.7364980578422546,
|
| 659 |
+
"num_tokens": 1064960.0,
|
| 660 |
+
"step": 65
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"entropy": 0.8392961025238037,
|
| 664 |
+
"epoch": 0.8048780487804879,
|
| 665 |
+
"grad_norm": 0.15754099190235138,
|
| 666 |
+
"learning_rate": 6.879137910571191e-05,
|
| 667 |
+
"loss": 0.8434,
|
| 668 |
+
"mean_token_accuracy": 0.7264785170555115,
|
| 669 |
+
"num_tokens": 1081344.0,
|
| 670 |
+
"step": 66
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"entropy": 0.8158323764801025,
|
| 674 |
+
"epoch": 0.8170731707317073,
|
| 675 |
+
"grad_norm": 0.15918175876140594,
|
| 676 |
+
"learning_rate": 6.787227349838947e-05,
|
| 677 |
+
"loss": 0.822,
|
| 678 |
+
"mean_token_accuracy": 0.7360703945159912,
|
| 679 |
+
"num_tokens": 1097728.0,
|
| 680 |
+
"step": 67
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"entropy": 0.8016376495361328,
|
| 684 |
+
"epoch": 0.8292682926829268,
|
| 685 |
+
"grad_norm": 0.16510061919689178,
|
| 686 |
+
"learning_rate": 6.694619085176159e-05,
|
| 687 |
+
"loss": 0.7931,
|
| 688 |
+
"mean_token_accuracy": 0.7269061803817749,
|
| 689 |
+
"num_tokens": 1114112.0,
|
| 690 |
+
"step": 68
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"entropy": 0.8735076189041138,
|
| 694 |
+
"epoch": 0.8414634146341463,
|
| 695 |
+
"grad_norm": 0.17883004248142242,
|
| 696 |
+
"learning_rate": 6.601349269314188e-05,
|
| 697 |
+
"loss": 0.8698,
|
| 698 |
+
"mean_token_accuracy": 0.738025426864624,
|
| 699 |
+
"num_tokens": 1130496.0,
|
| 700 |
+
"step": 69
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"entropy": 0.7732913494110107,
|
| 704 |
+
"epoch": 0.8536585365853658,
|
| 705 |
+
"grad_norm": 0.15874753892421722,
|
| 706 |
+
"learning_rate": 6.507454313243015e-05,
|
| 707 |
+
"loss": 0.7788,
|
| 708 |
+
"mean_token_accuracy": 0.7560483813285828,
|
| 709 |
+
"num_tokens": 1146880.0,
|
| 710 |
+
"step": 70
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"entropy": 0.8275507688522339,
|
| 714 |
+
"epoch": 0.8658536585365854,
|
| 715 |
+
"grad_norm": 0.21345174312591553,
|
| 716 |
+
"learning_rate": 6.412970871996995e-05,
|
| 717 |
+
"loss": 0.832,
|
| 718 |
+
"mean_token_accuracy": 0.732587993144989,
|
| 719 |
+
"num_tokens": 1163264.0,
|
| 720 |
+
"step": 71
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"entropy": 0.7750837802886963,
|
| 724 |
+
"epoch": 0.8780487804878049,
|
| 725 |
+
"grad_norm": 0.19833992421627045,
|
| 726 |
+
"learning_rate": 6.317935830345338e-05,
|
| 727 |
+
"loss": 0.7663,
|
| 728 |
+
"mean_token_accuracy": 0.7450513243675232,
|
| 729 |
+
"num_tokens": 1179648.0,
|
| 730 |
+
"step": 72
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"entropy": 0.7952277064323425,
|
| 734 |
+
"epoch": 0.8902439024390244,
|
| 735 |
+
"grad_norm": 0.15775804221630096,
|
| 736 |
+
"learning_rate": 6.222386288392913e-05,
|
| 737 |
+
"loss": 0.7877,
|
| 738 |
+
"mean_token_accuracy": 0.7415078282356262,
|
| 739 |
+
"num_tokens": 1196032.0,
|
| 740 |
+
"step": 73
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"entropy": 0.7806995511054993,
|
| 744 |
+
"epoch": 0.9024390243902439,
|
| 745 |
+
"grad_norm": 0.14973501861095428,
|
| 746 |
+
"learning_rate": 6.126359547096975e-05,
|
| 747 |
+
"loss": 0.7856,
|
| 748 |
+
"mean_token_accuracy": 0.7389418482780457,
|
| 749 |
+
"num_tokens": 1212416.0,
|
| 750 |
+
"step": 74
|
| 751 |
+
},
|
| 752 |
+
{
|
| 753 |
+
"entropy": 0.7249821424484253,
|
| 754 |
+
"epoch": 0.9146341463414634,
|
| 755 |
+
"grad_norm": 0.14249767363071442,
|
| 756 |
+
"learning_rate": 6.029893093705492e-05,
|
| 757 |
+
"loss": 0.7337,
|
| 758 |
+
"mean_token_accuracy": 0.7622189521789551,
|
| 759 |
+
"num_tokens": 1228800.0,
|
| 760 |
+
"step": 75
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"entropy": 0.844130277633667,
|
| 764 |
+
"epoch": 0.926829268292683,
|
| 765 |
+
"grad_norm": 0.14792245626449585,
|
| 766 |
+
"learning_rate": 5.9330245871227454e-05,
|
| 767 |
+
"loss": 0.8473,
|
| 768 |
+
"mean_token_accuracy": 0.7195137143135071,
|
| 769 |
+
"num_tokens": 1245184.0,
|
| 770 |
+
"step": 76
|
| 771 |
+
},
|
| 772 |
+
{
|
| 773 |
+
"entropy": 0.8064289689064026,
|
| 774 |
+
"epoch": 0.9390243902439024,
|
| 775 |
+
"grad_norm": 0.1545572131872177,
|
| 776 |
+
"learning_rate": 5.835791843207916e-05,
|
| 777 |
+
"loss": 0.8022,
|
| 778 |
+
"mean_token_accuracy": 0.7437072396278381,
|
| 779 |
+
"num_tokens": 1261568.0,
|
| 780 |
+
"step": 77
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"entropy": 0.7663623094558716,
|
| 784 |
+
"epoch": 0.9512195121951219,
|
| 785 |
+
"grad_norm": 0.14488399028778076,
|
| 786 |
+
"learning_rate": 5.738232820012407e-05,
|
| 787 |
+
"loss": 0.7681,
|
| 788 |
+
"mean_token_accuracy": 0.7433406710624695,
|
| 789 |
+
"num_tokens": 1277952.0,
|
| 790 |
+
"step": 78
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"entropy": 0.7927509546279907,
|
| 794 |
+
"epoch": 0.9634146341463414,
|
| 795 |
+
"grad_norm": 0.14524520933628082,
|
| 796 |
+
"learning_rate": 5.640385602961634e-05,
|
| 797 |
+
"loss": 0.779,
|
| 798 |
+
"mean_token_accuracy": 0.7425464391708374,
|
| 799 |
+
"num_tokens": 1294336.0,
|
| 800 |
+
"step": 79
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"entropy": 0.8146692514419556,
|
| 804 |
+
"epoch": 0.975609756097561,
|
| 805 |
+
"grad_norm": 0.18617865443229675,
|
| 806 |
+
"learning_rate": 5.5422883899871284e-05,
|
| 807 |
+
"loss": 0.8285,
|
| 808 |
+
"mean_token_accuracy": 0.7455400824546814,
|
| 809 |
+
"num_tokens": 1310720.0,
|
| 810 |
+
"step": 80
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"entropy": 0.7783186435699463,
|
| 814 |
+
"epoch": 0.9878048780487805,
|
| 815 |
+
"grad_norm": 0.18682421743869781,
|
| 816 |
+
"learning_rate": 5.4439794766146746e-05,
|
| 817 |
+
"loss": 0.7739,
|
| 818 |
+
"mean_token_accuracy": 0.7502443790435791,
|
| 819 |
+
"num_tokens": 1327104.0,
|
| 820 |
+
"step": 81
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"entropy": 0.81927490234375,
|
| 824 |
+
"epoch": 1.0,
|
| 825 |
+
"grad_norm": 0.17351913452148438,
|
| 826 |
+
"learning_rate": 5.34549724101439e-05,
|
| 827 |
+
"loss": 0.8139,
|
| 828 |
+
"mean_token_accuracy": 0.7457152009010315,
|
| 829 |
+
"num_tokens": 1342464.0,
|
| 830 |
+
"step": 82
|
| 831 |
+
},
|
| 832 |
+
{
|
| 833 |
+
"entropy": 0.8127053380012512,
|
| 834 |
+
"epoch": 1.0121951219512195,
|
| 835 |
+
"grad_norm": 0.18688295781612396,
|
| 836 |
+
"learning_rate": 5.246880129018516e-05,
|
| 837 |
+
"loss": 0.7941,
|
| 838 |
+
"mean_token_accuracy": 0.7455400824546814,
|
| 839 |
+
"num_tokens": 1358848.0,
|
| 840 |
+
"step": 83
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"entropy": 0.8702384233474731,
|
| 844 |
+
"epoch": 1.024390243902439,
|
| 845 |
+
"grad_norm": 0.16337597370147705,
|
| 846 |
+
"learning_rate": 5.148166639112799e-05,
|
| 847 |
+
"loss": 0.8607,
|
| 848 |
+
"mean_token_accuracy": 0.7197580933570862,
|
| 849 |
+
"num_tokens": 1375232.0,
|
| 850 |
+
"step": 84
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"entropy": 0.8485889434814453,
|
| 854 |
+
"epoch": 1.0365853658536586,
|
| 855 |
+
"grad_norm": 0.156337171792984,
|
| 856 |
+
"learning_rate": 5.049395307407329e-05,
|
| 857 |
+
"loss": 0.8541,
|
| 858 |
+
"mean_token_accuracy": 0.7224462628364563,
|
| 859 |
+
"num_tokens": 1391616.0,
|
| 860 |
+
"step": 85
|
| 861 |
+
},
|
| 862 |
+
{
|
| 863 |
+
"entropy": 0.813921332359314,
|
| 864 |
+
"epoch": 1.048780487804878,
|
| 865 |
+
"grad_norm": 0.1604459583759308,
|
| 866 |
+
"learning_rate": 4.950604692592672e-05,
|
| 867 |
+
"loss": 0.8029,
|
| 868 |
+
"mean_token_accuracy": 0.7431573867797852,
|
| 869 |
+
"num_tokens": 1408000.0,
|
| 870 |
+
"step": 86
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"entropy": 0.7519501447677612,
|
| 874 |
+
"epoch": 1.0609756097560976,
|
| 875 |
+
"grad_norm": 0.15572917461395264,
|
| 876 |
+
"learning_rate": 4.851833360887201e-05,
|
| 877 |
+
"loss": 0.7536,
|
| 878 |
+
"mean_token_accuracy": 0.7580645084381104,
|
| 879 |
+
"num_tokens": 1424384.0,
|
| 880 |
+
"step": 87
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"entropy": 0.8007060289382935,
|
| 884 |
+
"epoch": 1.0731707317073171,
|
| 885 |
+
"grad_norm": 0.165048286318779,
|
| 886 |
+
"learning_rate": 4.7531198709814854e-05,
|
| 887 |
+
"loss": 0.7925,
|
| 888 |
+
"mean_token_accuracy": 0.7437683343887329,
|
| 889 |
+
"num_tokens": 1440768.0,
|
| 890 |
+
"step": 88
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"entropy": 0.7244361042976379,
|
| 894 |
+
"epoch": 1.0853658536585367,
|
| 895 |
+
"grad_norm": 0.153402641415596,
|
| 896 |
+
"learning_rate": 4.654502758985611e-05,
|
| 897 |
+
"loss": 0.7212,
|
| 898 |
+
"mean_token_accuracy": 0.7533602118492126,
|
| 899 |
+
"num_tokens": 1457152.0,
|
| 900 |
+
"step": 89
|
| 901 |
+
},
|
| 902 |
+
{
|
| 903 |
+
"entropy": 0.7844712734222412,
|
| 904 |
+
"epoch": 1.0975609756097562,
|
| 905 |
+
"grad_norm": 0.17439647018909454,
|
| 906 |
+
"learning_rate": 4.5560205233853266e-05,
|
| 907 |
+
"loss": 0.7909,
|
| 908 |
+
"mean_token_accuracy": 0.7572702765464783,
|
| 909 |
+
"num_tokens": 1473536.0,
|
| 910 |
+
"step": 90
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"entropy": 0.8085858225822449,
|
| 914 |
+
"epoch": 1.1097560975609757,
|
| 915 |
+
"grad_norm": 0.16895566880702972,
|
| 916 |
+
"learning_rate": 4.4577116100128735e-05,
|
| 917 |
+
"loss": 0.8054,
|
| 918 |
+
"mean_token_accuracy": 0.7484115362167358,
|
| 919 |
+
"num_tokens": 1489920.0,
|
| 920 |
+
"step": 91
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"entropy": 0.8172082304954529,
|
| 924 |
+
"epoch": 1.1219512195121952,
|
| 925 |
+
"grad_norm": 0.16507022082805634,
|
| 926 |
+
"learning_rate": 4.3596143970383664e-05,
|
| 927 |
+
"loss": 0.8126,
|
| 928 |
+
"mean_token_accuracy": 0.7358871102333069,
|
| 929 |
+
"num_tokens": 1506304.0,
|
| 930 |
+
"step": 92
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"entropy": 0.804606020450592,
|
| 934 |
+
"epoch": 1.1341463414634148,
|
| 935 |
+
"grad_norm": 0.17114119231700897,
|
| 936 |
+
"learning_rate": 4.2617671799875944e-05,
|
| 937 |
+
"loss": 0.8043,
|
| 938 |
+
"mean_token_accuracy": 0.7403470277786255,
|
| 939 |
+
"num_tokens": 1522688.0,
|
| 940 |
+
"step": 93
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"entropy": 0.8033316135406494,
|
| 944 |
+
"epoch": 1.146341463414634,
|
| 945 |
+
"grad_norm": 0.16593089699745178,
|
| 946 |
+
"learning_rate": 4.1642081567920846e-05,
|
| 947 |
+
"loss": 0.7935,
|
| 948 |
+
"mean_token_accuracy": 0.7421798706054688,
|
| 949 |
+
"num_tokens": 1539072.0,
|
| 950 |
+
"step": 94
|
| 951 |
+
},
|
| 952 |
+
{
|
| 953 |
+
"entropy": 0.7842370271682739,
|
| 954 |
+
"epoch": 1.1585365853658536,
|
| 955 |
+
"grad_norm": 0.1647975593805313,
|
| 956 |
+
"learning_rate": 4.066975412877255e-05,
|
| 957 |
+
"loss": 0.7744,
|
| 958 |
+
"mean_token_accuracy": 0.7479838728904724,
|
| 959 |
+
"num_tokens": 1555456.0,
|
| 960 |
+
"step": 95
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
"entropy": 0.7931013107299805,
|
| 964 |
+
"epoch": 1.170731707317073,
|
| 965 |
+
"grad_norm": 0.16263936460018158,
|
| 966 |
+
"learning_rate": 3.970106906294509e-05,
|
| 967 |
+
"loss": 0.7807,
|
| 968 |
+
"mean_token_accuracy": 0.7437683343887329,
|
| 969 |
+
"num_tokens": 1571840.0,
|
| 970 |
+
"step": 96
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"entropy": 0.8188630938529968,
|
| 974 |
+
"epoch": 1.1829268292682926,
|
| 975 |
+
"grad_norm": 0.16917824745178223,
|
| 976 |
+
"learning_rate": 3.873640452903026e-05,
|
| 977 |
+
"loss": 0.8164,
|
| 978 |
+
"mean_token_accuracy": 0.7358260154724121,
|
| 979 |
+
"num_tokens": 1588224.0,
|
| 980 |
+
"step": 97
|
| 981 |
+
},
|
| 982 |
+
{
|
| 983 |
+
"entropy": 0.7913827896118164,
|
| 984 |
+
"epoch": 1.1951219512195121,
|
| 985 |
+
"grad_norm": 0.18289069831371307,
|
| 986 |
+
"learning_rate": 3.777613711607087e-05,
|
| 987 |
+
"loss": 0.7873,
|
| 988 |
+
"mean_token_accuracy": 0.7564760446548462,
|
| 989 |
+
"num_tokens": 1604608.0,
|
| 990 |
+
"step": 98
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"entropy": 0.7935872673988342,
|
| 994 |
+
"epoch": 1.2073170731707317,
|
| 995 |
+
"grad_norm": 0.17263023555278778,
|
| 996 |
+
"learning_rate": 3.682064169654663e-05,
|
| 997 |
+
"loss": 0.7804,
|
| 998 |
+
"mean_token_accuracy": 0.7444403767585754,
|
| 999 |
+
"num_tokens": 1620992.0,
|
| 1000 |
+
"step": 99
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"entropy": 0.7222156524658203,
|
| 1004 |
+
"epoch": 1.2195121951219512,
|
| 1005 |
+
"grad_norm": 0.17958715558052063,
|
| 1006 |
+
"learning_rate": 3.587029128003006e-05,
|
| 1007 |
+
"loss": 0.7201,
|
| 1008 |
+
"mean_token_accuracy": 0.7591031193733215,
|
| 1009 |
+
"num_tokens": 1637376.0,
|
| 1010 |
+
"step": 100
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"entropy": 0.7649905681610107,
|
| 1014 |
+
"epoch": 1.2317073170731707,
|
| 1015 |
+
"grad_norm": 0.18006746470928192,
|
| 1016 |
+
"learning_rate": 3.492545686756986e-05,
|
| 1017 |
+
"loss": 0.76,
|
| 1018 |
+
"mean_token_accuracy": 0.7514662742614746,
|
| 1019 |
+
"num_tokens": 1653760.0,
|
| 1020 |
+
"step": 101
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"entropy": 0.7939061522483826,
|
| 1024 |
+
"epoch": 1.2439024390243902,
|
| 1025 |
+
"grad_norm": 0.18951010704040527,
|
| 1026 |
+
"learning_rate": 3.3986507306858125e-05,
|
| 1027 |
+
"loss": 0.7959,
|
| 1028 |
+
"mean_token_accuracy": 0.7506720423698425,
|
| 1029 |
+
"num_tokens": 1670144.0,
|
| 1030 |
+
"step": 102
|
| 1031 |
+
},
|
| 1032 |
+
{
|
| 1033 |
+
"entropy": 0.7376015186309814,
|
| 1034 |
+
"epoch": 1.2560975609756098,
|
| 1035 |
+
"grad_norm": 0.17339089512825012,
|
| 1036 |
+
"learning_rate": 3.3053809148238426e-05,
|
| 1037 |
+
"loss": 0.7364,
|
| 1038 |
+
"mean_token_accuracy": 0.7612414360046387,
|
| 1039 |
+
"num_tokens": 1686528.0,
|
| 1040 |
+
"step": 103
|
| 1041 |
+
},
|
| 1042 |
+
{
|
| 1043 |
+
"entropy": 0.7750467658042908,
|
| 1044 |
+
"epoch": 1.2682926829268293,
|
| 1045 |
+
"grad_norm": 0.18979544937610626,
|
| 1046 |
+
"learning_rate": 3.212772650161056e-05,
|
| 1047 |
+
"loss": 0.7805,
|
| 1048 |
+
"mean_token_accuracy": 0.741568922996521,
|
| 1049 |
+
"num_tokens": 1702912.0,
|
| 1050 |
+
"step": 104
|
| 1051 |
+
},
|
| 1052 |
+
{
|
| 1053 |
+
"entropy": 0.7754949927330017,
|
| 1054 |
+
"epoch": 1.2804878048780488,
|
| 1055 |
+
"grad_norm": 0.17050911486148834,
|
| 1056 |
+
"learning_rate": 3.12086208942881e-05,
|
| 1057 |
+
"loss": 0.77,
|
| 1058 |
+
"mean_token_accuracy": 0.7531158328056335,
|
| 1059 |
+
"num_tokens": 1719296.0,
|
| 1060 |
+
"step": 105
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"entropy": 0.7592970728874207,
|
| 1064 |
+
"epoch": 1.2926829268292683,
|
| 1065 |
+
"grad_norm": 0.1680549532175064,
|
| 1066 |
+
"learning_rate": 3.0296851129864168e-05,
|
| 1067 |
+
"loss": 0.7623,
|
| 1068 |
+
"mean_token_accuracy": 0.7492057681083679,
|
| 1069 |
+
"num_tokens": 1735680.0,
|
| 1070 |
+
"step": 106
|
| 1071 |
+
},
|
| 1072 |
+
{
|
| 1073 |
+
"entropy": 0.7648909687995911,
|
| 1074 |
+
"epoch": 1.3048780487804879,
|
| 1075 |
+
"grad_norm": 0.1712636798620224,
|
| 1076 |
+
"learning_rate": 2.9392773148140408e-05,
|
| 1077 |
+
"loss": 0.7583,
|
| 1078 |
+
"mean_token_accuracy": 0.7597751617431641,
|
| 1079 |
+
"num_tokens": 1752064.0,
|
| 1080 |
+
"step": 107
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"entropy": 0.7280970811843872,
|
| 1084 |
+
"epoch": 1.3170731707317074,
|
| 1085 |
+
"grad_norm": 0.17362791299819946,
|
| 1086 |
+
"learning_rate": 2.8496739886173995e-05,
|
| 1087 |
+
"loss": 0.7274,
|
| 1088 |
+
"mean_token_accuracy": 0.7643572688102722,
|
| 1089 |
+
"num_tokens": 1768448.0,
|
| 1090 |
+
"step": 108
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"entropy": 0.7840908169746399,
|
| 1094 |
+
"epoch": 1.329268292682927,
|
| 1095 |
+
"grad_norm": 0.17845657467842102,
|
| 1096 |
+
"learning_rate": 2.7609101140496863e-05,
|
| 1097 |
+
"loss": 0.7865,
|
| 1098 |
+
"mean_token_accuracy": 0.7373533844947815,
|
| 1099 |
+
"num_tokens": 1784832.0,
|
| 1100 |
+
"step": 109
|
| 1101 |
+
},
|
| 1102 |
+
{
|
| 1103 |
+
"entropy": 0.7682303190231323,
|
| 1104 |
+
"epoch": 1.3414634146341464,
|
| 1105 |
+
"grad_norm": 0.16712307929992676,
|
| 1106 |
+
"learning_rate": 2.6730203430560947e-05,
|
| 1107 |
+
"loss": 0.7645,
|
| 1108 |
+
"mean_token_accuracy": 0.7514662742614746,
|
| 1109 |
+
"num_tokens": 1801216.0,
|
| 1110 |
+
"step": 110
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"entropy": 0.7741588354110718,
|
| 1114 |
+
"epoch": 1.3536585365853657,
|
| 1115 |
+
"grad_norm": 0.19137173891067505,
|
| 1116 |
+
"learning_rate": 2.5860389863462765e-05,
|
| 1117 |
+
"loss": 0.7812,
|
| 1118 |
+
"mean_token_accuracy": 0.7571480870246887,
|
| 1119 |
+
"num_tokens": 1817600.0,
|
| 1120 |
+
"step": 111
|
| 1121 |
+
},
|
| 1122 |
+
{
|
| 1123 |
+
"entropy": 0.7963957786560059,
|
| 1124 |
+
"epoch": 1.3658536585365852,
|
| 1125 |
+
"grad_norm": 0.15832075476646423,
|
| 1126 |
+
"learning_rate": 2.500000000000001e-05,
|
| 1127 |
+
"loss": 0.7837,
|
| 1128 |
+
"mean_token_accuracy": 0.7305107712745667,
|
| 1129 |
+
"num_tokens": 1833984.0,
|
| 1130 |
+
"step": 112
|
| 1131 |
+
},
|
| 1132 |
+
{
|
| 1133 |
+
"entropy": 0.8067537546157837,
|
| 1134 |
+
"epoch": 1.3780487804878048,
|
| 1135 |
+
"grad_norm": 0.16905173659324646,
|
| 1136 |
+
"learning_rate": 2.414936972211272e-05,
|
| 1137 |
+
"loss": 0.814,
|
| 1138 |
+
"mean_token_accuracy": 0.7300220131874084,
|
| 1139 |
+
"num_tokens": 1850368.0,
|
| 1140 |
+
"step": 113
|
| 1141 |
+
},
|
| 1142 |
+
{
|
| 1143 |
+
"entropy": 0.7220765948295593,
|
| 1144 |
+
"epoch": 1.3902439024390243,
|
| 1145 |
+
"grad_norm": 0.17643025517463684,
|
| 1146 |
+
"learning_rate": 2.3308831101760486e-05,
|
| 1147 |
+
"loss": 0.7213,
|
| 1148 |
+
"mean_token_accuracy": 0.7626466155052185,
|
| 1149 |
+
"num_tokens": 1866752.0,
|
| 1150 |
+
"step": 114
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"entropy": 0.7335401177406311,
|
| 1154 |
+
"epoch": 1.4024390243902438,
|
| 1155 |
+
"grad_norm": 0.18172410130500793,
|
| 1156 |
+
"learning_rate": 2.247871227128709e-05,
|
| 1157 |
+
"loss": 0.7447,
|
| 1158 |
+
"mean_token_accuracy": 0.7695503234863281,
|
| 1159 |
+
"num_tokens": 1883136.0,
|
| 1160 |
+
"step": 115
|
| 1161 |
+
},
|
| 1162 |
+
{
|
| 1163 |
+
"entropy": 0.777027428150177,
|
| 1164 |
+
"epoch": 1.4146341463414633,
|
| 1165 |
+
"grad_norm": 0.18086431920528412,
|
| 1166 |
+
"learning_rate": 2.1659337295323118e-05,
|
| 1167 |
+
"loss": 0.7786,
|
| 1168 |
+
"mean_token_accuracy": 0.75,
|
| 1169 |
+
"num_tokens": 1899520.0,
|
| 1170 |
+
"step": 116
|
| 1171 |
+
},
|
| 1172 |
+
{
|
| 1173 |
+
"entropy": 0.7760388851165771,
|
| 1174 |
+
"epoch": 1.4268292682926829,
|
| 1175 |
+
"grad_norm": 0.1816961169242859,
|
| 1176 |
+
"learning_rate": 2.0851026044276406e-05,
|
| 1177 |
+
"loss": 0.7689,
|
| 1178 |
+
"mean_token_accuracy": 0.7526270747184753,
|
| 1179 |
+
"num_tokens": 1915904.0,
|
| 1180 |
+
"step": 117
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"entropy": 0.765831470489502,
|
| 1184 |
+
"epoch": 1.4390243902439024,
|
| 1185 |
+
"grad_norm": 0.17442217469215393,
|
| 1186 |
+
"learning_rate": 2.005409406946e-05,
|
| 1187 |
+
"loss": 0.7516,
|
| 1188 |
+
"mean_token_accuracy": 0.7539711594581604,
|
| 1189 |
+
"num_tokens": 1932288.0,
|
| 1190 |
+
"step": 118
|
| 1191 |
+
},
|
| 1192 |
+
{
|
| 1193 |
+
"entropy": 0.7737946510314941,
|
| 1194 |
+
"epoch": 1.451219512195122,
|
| 1195 |
+
"grad_norm": 0.20942705869674683,
|
| 1196 |
+
"learning_rate": 1.9268852479906147e-05,
|
| 1197 |
+
"loss": 0.7698,
|
| 1198 |
+
"mean_token_accuracy": 0.7565982341766357,
|
| 1199 |
+
"num_tokens": 1948672.0,
|
| 1200 |
+
"step": 119
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"entropy": 0.7546911835670471,
|
| 1204 |
+
"epoch": 1.4634146341463414,
|
| 1205 |
+
"grad_norm": 0.16106529533863068,
|
| 1206 |
+
"learning_rate": 1.849560782091445e-05,
|
| 1207 |
+
"loss": 0.7484,
|
| 1208 |
+
"mean_token_accuracy": 0.7628909945487976,
|
| 1209 |
+
"num_tokens": 1965056.0,
|
| 1210 |
+
"step": 120
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"entropy": 0.7773269414901733,
|
| 1214 |
+
"epoch": 1.475609756097561,
|
| 1215 |
+
"grad_norm": 0.16608163714408875,
|
| 1216 |
+
"learning_rate": 1.7734661954381754e-05,
|
| 1217 |
+
"loss": 0.7635,
|
| 1218 |
+
"mean_token_accuracy": 0.7425464391708374,
|
| 1219 |
+
"num_tokens": 1981440.0,
|
| 1220 |
+
"step": 121
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"entropy": 0.8382898569107056,
|
| 1224 |
+
"epoch": 1.4878048780487805,
|
| 1225 |
+
"grad_norm": 0.18340705335140228,
|
| 1226 |
+
"learning_rate": 1.6986311940960147e-05,
|
| 1227 |
+
"loss": 0.8307,
|
| 1228 |
+
"mean_token_accuracy": 0.7344208359718323,
|
| 1229 |
+
"num_tokens": 1997824.0,
|
| 1230 |
+
"step": 122
|
| 1231 |
+
},
|
| 1232 |
+
{
|
| 1233 |
+
"entropy": 0.8073008060455322,
|
| 1234 |
+
"epoch": 1.5,
|
| 1235 |
+
"grad_norm": 0.20171548426151276,
|
| 1236 |
+
"learning_rate": 1.6250849924089484e-05,
|
| 1237 |
+
"loss": 0.8129,
|
| 1238 |
+
"mean_token_accuracy": 0.7513440847396851,
|
| 1239 |
+
"num_tokens": 2014208.0,
|
| 1240 |
+
"step": 123
|
| 1241 |
+
},
|
| 1242 |
+
{
|
| 1243 |
+
"entropy": 0.7637985348701477,
|
| 1244 |
+
"epoch": 1.5121951219512195,
|
| 1245 |
+
"grad_norm": 0.1743263453245163,
|
| 1246 |
+
"learning_rate": 1.552856301594942e-05,
|
| 1247 |
+
"loss": 0.7717,
|
| 1248 |
+
"mean_token_accuracy": 0.7518328428268433,
|
| 1249 |
+
"num_tokens": 2030592.0,
|
| 1250 |
+
"step": 124
|
| 1251 |
+
},
|
| 1252 |
+
{
|
| 1253 |
+
"entropy": 0.7066326141357422,
|
| 1254 |
+
"epoch": 1.524390243902439,
|
| 1255 |
+
"grad_norm": 0.1779520958662033,
|
| 1256 |
+
"learning_rate": 1.4819733185375534e-05,
|
| 1257 |
+
"loss": 0.7039,
|
| 1258 |
+
"mean_token_accuracy": 0.7751099467277527,
|
| 1259 |
+
"num_tokens": 2046976.0,
|
| 1260 |
+
"step": 125
|
| 1261 |
+
},
|
| 1262 |
+
{
|
| 1263 |
+
"entropy": 0.8327795267105103,
|
| 1264 |
+
"epoch": 1.5365853658536586,
|
| 1265 |
+
"grad_norm": 0.19776591658592224,
|
| 1266 |
+
"learning_rate": 1.4124637147783432e-05,
|
| 1267 |
+
"loss": 0.8315,
|
| 1268 |
+
"mean_token_accuracy": 0.7443181872367859,
|
| 1269 |
+
"num_tokens": 2063360.0,
|
| 1270 |
+
"step": 126
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"entropy": 0.7843926548957825,
|
| 1274 |
+
"epoch": 1.548780487804878,
|
| 1275 |
+
"grad_norm": 0.18373773992061615,
|
| 1276 |
+
"learning_rate": 1.3443546257143624e-05,
|
| 1277 |
+
"loss": 0.794,
|
| 1278 |
+
"mean_token_accuracy": 0.7397360801696777,
|
| 1279 |
+
"num_tokens": 2079744.0,
|
| 1280 |
+
"step": 127
|
| 1281 |
+
},
|
| 1282 |
+
{
|
| 1283 |
+
"entropy": 0.762474536895752,
|
| 1284 |
+
"epoch": 1.5609756097560976,
|
| 1285 |
+
"grad_norm": 0.17974597215652466,
|
| 1286 |
+
"learning_rate": 1.277672640004936e-05,
|
| 1287 |
+
"loss": 0.7467,
|
| 1288 |
+
"mean_token_accuracy": 0.7536045908927917,
|
| 1289 |
+
"num_tokens": 2096128.0,
|
| 1290 |
+
"step": 128
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"entropy": 0.8016952872276306,
|
| 1294 |
+
"epoch": 1.5731707317073171,
|
| 1295 |
+
"grad_norm": 0.15986624360084534,
|
| 1296 |
+
"learning_rate": 1.2124437891918993e-05,
|
| 1297 |
+
"loss": 0.8016,
|
| 1298 |
+
"mean_token_accuracy": 0.7256842851638794,
|
| 1299 |
+
"num_tokens": 2112512.0,
|
| 1300 |
+
"step": 129
|
| 1301 |
+
},
|
| 1302 |
+
{
|
| 1303 |
+
"entropy": 0.7332467436790466,
|
| 1304 |
+
"epoch": 1.5853658536585367,
|
| 1305 |
+
"grad_norm": 0.18568632006645203,
|
| 1306 |
+
"learning_rate": 1.1486935375373126e-05,
|
| 1307 |
+
"loss": 0.7322,
|
| 1308 |
+
"mean_token_accuracy": 0.7613025307655334,
|
| 1309 |
+
"num_tokens": 2128896.0,
|
| 1310 |
+
"step": 130
|
| 1311 |
+
},
|
| 1312 |
+
{
|
| 1313 |
+
"entropy": 0.7486759424209595,
|
| 1314 |
+
"epoch": 1.5975609756097562,
|
| 1315 |
+
"grad_norm": 0.1953137218952179,
|
| 1316 |
+
"learning_rate": 1.0864467720826343e-05,
|
| 1317 |
+
"loss": 0.7477,
|
| 1318 |
+
"mean_token_accuracy": 0.7516495585441589,
|
| 1319 |
+
"num_tokens": 2145280.0,
|
| 1320 |
+
"step": 131
|
| 1321 |
+
},
|
| 1322 |
+
{
|
| 1323 |
+
"entropy": 0.7888240218162537,
|
| 1324 |
+
"epoch": 1.6097560975609757,
|
| 1325 |
+
"grad_norm": 0.175430566072464,
|
| 1326 |
+
"learning_rate": 1.0257277929332332e-05,
|
| 1327 |
+
"loss": 0.7963,
|
| 1328 |
+
"mean_token_accuracy": 0.747556209564209,
|
| 1329 |
+
"num_tokens": 2161664.0,
|
| 1330 |
+
"step": 132
|
| 1331 |
+
},
|
| 1332 |
+
{
|
| 1333 |
+
"entropy": 0.7990193963050842,
|
| 1334 |
+
"epoch": 1.6219512195121952,
|
| 1335 |
+
"grad_norm": 0.1816466748714447,
|
| 1336 |
+
"learning_rate": 9.66560303772035e-06,
|
| 1337 |
+
"loss": 0.8,
|
| 1338 |
+
"mean_token_accuracy": 0.7457844614982605,
|
| 1339 |
+
"num_tokens": 2178048.0,
|
| 1340 |
+
"step": 133
|
| 1341 |
+
},
|
| 1342 |
+
{
|
| 1343 |
+
"entropy": 0.7559850811958313,
|
| 1344 |
+
"epoch": 1.6341463414634148,
|
| 1345 |
+
"grad_norm": 0.162869393825531,
|
| 1346 |
+
"learning_rate": 9.08967402605988e-06,
|
| 1347 |
+
"loss": 0.7528,
|
| 1348 |
+
"mean_token_accuracy": 0.7514662742614746,
|
| 1349 |
+
"num_tokens": 2194432.0,
|
| 1350 |
+
"step": 134
|
| 1351 |
+
},
|
| 1352 |
+
{
|
| 1353 |
+
"entropy": 0.7820285558700562,
|
| 1354 |
+
"epoch": 1.6463414634146343,
|
| 1355 |
+
"grad_norm": 0.17867934703826904,
|
| 1356 |
+
"learning_rate": 8.529715727489912e-06,
|
| 1357 |
+
"loss": 0.7747,
|
| 1358 |
+
"mean_token_accuracy": 0.7536656856536865,
|
| 1359 |
+
"num_tokens": 2210816.0,
|
| 1360 |
+
"step": 135
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"entropy": 0.7722501754760742,
|
| 1364 |
+
"epoch": 1.6585365853658538,
|
| 1365 |
+
"grad_norm": 0.17919929325580597,
|
| 1366 |
+
"learning_rate": 7.985946740447791e-06,
|
| 1367 |
+
"loss": 0.7788,
|
| 1368 |
+
"mean_token_accuracy": 0.7443792819976807,
|
| 1369 |
+
"num_tokens": 2227200.0,
|
| 1370 |
+
"step": 136
|
| 1371 |
+
},
|
| 1372 |
+
{
|
| 1373 |
+
"entropy": 0.8223711848258972,
|
| 1374 |
+
"epoch": 1.6707317073170733,
|
| 1375 |
+
"grad_norm": 0.18295317888259888,
|
| 1376 |
+
"learning_rate": 7.458579343331995e-06,
|
| 1377 |
+
"loss": 0.8167,
|
| 1378 |
+
"mean_token_accuracy": 0.7397971749305725,
|
| 1379 |
+
"num_tokens": 2243584.0,
|
| 1380 |
+
"step": 137
|
| 1381 |
+
},
|
| 1382 |
+
{
|
| 1383 |
+
"entropy": 0.800744354724884,
|
| 1384 |
+
"epoch": 1.6829268292682928,
|
| 1385 |
+
"grad_norm": 0.18576347827911377,
|
| 1386 |
+
"learning_rate": 6.947819411632223e-06,
|
| 1387 |
+
"loss": 0.7968,
|
| 1388 |
+
"mean_token_accuracy": 0.7408968806266785,
|
| 1389 |
+
"num_tokens": 2259968.0,
|
| 1390 |
+
"step": 138
|
| 1391 |
+
},
|
| 1392 |
+
{
|
| 1393 |
+
"entropy": 0.7550928592681885,
|
| 1394 |
+
"epoch": 1.6951219512195121,
|
| 1395 |
+
"grad_norm": 0.2127634733915329,
|
| 1396 |
+
"learning_rate": 6.45386633755894e-06,
|
| 1397 |
+
"loss": 0.7554,
|
| 1398 |
+
"mean_token_accuracy": 0.7423631548881531,
|
| 1399 |
+
"num_tokens": 2276352.0,
|
| 1400 |
+
"step": 139
|
| 1401 |
+
},
|
| 1402 |
+
{
|
| 1403 |
+
"entropy": 0.7064895033836365,
|
| 1404 |
+
"epoch": 1.7073170731707317,
|
| 1405 |
+
"grad_norm": 0.17422887682914734,
|
| 1406 |
+
"learning_rate": 5.976912952204017e-06,
|
| 1407 |
+
"loss": 0.7094,
|
| 1408 |
+
"mean_token_accuracy": 0.7641128897666931,
|
| 1409 |
+
"num_tokens": 2292736.0,
|
| 1410 |
+
"step": 140
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"entropy": 0.7777723073959351,
|
| 1414 |
+
"epoch": 1.7195121951219512,
|
| 1415 |
+
"grad_norm": 0.18271087110042572,
|
| 1416 |
+
"learning_rate": 5.51714545026264e-06,
|
| 1417 |
+
"loss": 0.781,
|
| 1418 |
+
"mean_token_accuracy": 0.7472507357597351,
|
| 1419 |
+
"num_tokens": 2309120.0,
|
| 1420 |
+
"step": 141
|
| 1421 |
+
},
|
| 1422 |
+
{
|
| 1423 |
+
"entropy": 0.7698872089385986,
|
| 1424 |
+
"epoch": 1.7317073170731707,
|
| 1425 |
+
"grad_norm": 0.17317108809947968,
|
| 1426 |
+
"learning_rate": 5.074743317346009e-06,
|
| 1427 |
+
"loss": 0.7609,
|
| 1428 |
+
"mean_token_accuracy": 0.7498167157173157,
|
| 1429 |
+
"num_tokens": 2325504.0,
|
| 1430 |
+
"step": 142
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"entropy": 0.7984127402305603,
|
| 1434 |
+
"epoch": 1.7439024390243902,
|
| 1435 |
+
"grad_norm": 0.17088834941387177,
|
| 1436 |
+
"learning_rate": 4.649879259913137e-06,
|
| 1437 |
+
"loss": 0.7915,
|
| 1438 |
+
"mean_token_accuracy": 0.7412023544311523,
|
| 1439 |
+
"num_tokens": 2341888.0,
|
| 1440 |
+
"step": 143
|
| 1441 |
+
},
|
| 1442 |
+
{
|
| 1443 |
+
"entropy": 0.7539505958557129,
|
| 1444 |
+
"epoch": 1.7560975609756098,
|
| 1445 |
+
"grad_norm": 0.20175665616989136,
|
| 1446 |
+
"learning_rate": 4.242719137849077e-06,
|
| 1447 |
+
"loss": 0.7497,
|
| 1448 |
+
"mean_token_accuracy": 0.7550097703933716,
|
| 1449 |
+
"num_tokens": 2358272.0,
|
| 1450 |
+
"step": 144
|
| 1451 |
+
},
|
| 1452 |
+
{
|
| 1453 |
+
"entropy": 0.7771869897842407,
|
| 1454 |
+
"epoch": 1.7682926829268293,
|
| 1455 |
+
"grad_norm": 0.16837109625339508,
|
| 1456 |
+
"learning_rate": 3.853421899715992e-06,
|
| 1457 |
+
"loss": 0.7727,
|
| 1458 |
+
"mean_token_accuracy": 0.7457844614982605,
|
| 1459 |
+
"num_tokens": 2374656.0,
|
| 1460 |
+
"step": 145
|
| 1461 |
+
},
|
| 1462 |
+
{
|
| 1463 |
+
"entropy": 0.7660170793533325,
|
| 1464 |
+
"epoch": 1.7804878048780488,
|
| 1465 |
+
"grad_norm": 0.19410550594329834,
|
| 1466 |
+
"learning_rate": 3.4821395207022766e-06,
|
| 1467 |
+
"loss": 0.7658,
|
| 1468 |
+
"mean_token_accuracy": 0.7619134783744812,
|
| 1469 |
+
"num_tokens": 2391040.0,
|
| 1470 |
+
"step": 146
|
| 1471 |
+
},
|
| 1472 |
+
{
|
| 1473 |
+
"entropy": 0.8108944892883301,
|
| 1474 |
+
"epoch": 1.7926829268292683,
|
| 1475 |
+
"grad_norm": 0.17104439437389374,
|
| 1476 |
+
"learning_rate": 3.1290169432939553e-06,
|
| 1477 |
+
"loss": 0.8056,
|
| 1478 |
+
"mean_token_accuracy": 0.7399193644523621,
|
| 1479 |
+
"num_tokens": 2407424.0,
|
| 1480 |
+
"step": 147
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"entropy": 0.7316269874572754,
|
| 1484 |
+
"epoch": 1.8048780487804879,
|
| 1485 |
+
"grad_norm": 0.18812088668346405,
|
| 1486 |
+
"learning_rate": 2.794192020691544e-06,
|
| 1487 |
+
"loss": 0.7328,
|
| 1488 |
+
"mean_token_accuracy": 0.7670454382896423,
|
| 1489 |
+
"num_tokens": 2423808.0,
|
| 1490 |
+
"step": 148
|
| 1491 |
+
},
|
| 1492 |
+
{
|
| 1493 |
+
"entropy": 0.7689571380615234,
|
| 1494 |
+
"epoch": 1.8170731707317072,
|
| 1495 |
+
"grad_norm": 0.178997203707695,
|
| 1496 |
+
"learning_rate": 2.4777954629944477e-06,
|
| 1497 |
+
"loss": 0.7693,
|
| 1498 |
+
"mean_token_accuracy": 0.757331371307373,
|
| 1499 |
+
"num_tokens": 2440192.0,
|
| 1500 |
+
"step": 149
|
| 1501 |
+
},
|
| 1502 |
+
{
|
| 1503 |
+
"entropy": 0.7423138618469238,
|
| 1504 |
+
"epoch": 1.8292682926829267,
|
| 1505 |
+
"grad_norm": 0.18085432052612305,
|
| 1506 |
+
"learning_rate": 2.179950786173879e-06,
|
| 1507 |
+
"loss": 0.7428,
|
| 1508 |
+
"mean_token_accuracy": 0.7474951148033142,
|
| 1509 |
+
"num_tokens": 2456576.0,
|
| 1510 |
+
"step": 150
|
| 1511 |
+
},
|
| 1512 |
+
{
|
| 1513 |
+
"entropy": 0.7876198887825012,
|
| 1514 |
+
"epoch": 1.8414634146341462,
|
| 1515 |
+
"grad_norm": 0.16444949805736542,
|
| 1516 |
+
"learning_rate": 1.9007742638543102e-06,
|
| 1517 |
+
"loss": 0.7773,
|
| 1518 |
+
"mean_token_accuracy": 0.7408357858657837,
|
| 1519 |
+
"num_tokens": 2472960.0,
|
| 1520 |
+
"step": 151
|
| 1521 |
+
},
|
| 1522 |
+
{
|
| 1523 |
+
"entropy": 0.7868691682815552,
|
| 1524 |
+
"epoch": 1.8536585365853657,
|
| 1525 |
+
"grad_norm": 0.1716119349002838,
|
| 1526 |
+
"learning_rate": 1.6403748819221466e-06,
|
| 1527 |
+
"loss": 0.7792,
|
| 1528 |
+
"mean_token_accuracy": 0.7418133020401001,
|
| 1529 |
+
"num_tokens": 2489344.0,
|
| 1530 |
+
"step": 152
|
| 1531 |
+
},
|
| 1532 |
+
{
|
| 1533 |
+
"entropy": 0.7834361791610718,
|
| 1534 |
+
"epoch": 1.8658536585365852,
|
| 1535 |
+
"grad_norm": 0.17245984077453613,
|
| 1536 |
+
"learning_rate": 1.3988542959794627e-06,
|
| 1537 |
+
"loss": 0.7799,
|
| 1538 |
+
"mean_token_accuracy": 0.7481671571731567,
|
| 1539 |
+
"num_tokens": 2505728.0,
|
| 1540 |
+
"step": 153
|
| 1541 |
+
},
|
| 1542 |
+
{
|
| 1543 |
+
"entropy": 0.7828064560890198,
|
| 1544 |
+
"epoch": 1.8780487804878048,
|
| 1545 |
+
"grad_norm": 0.16838686168193817,
|
| 1546 |
+
"learning_rate": 1.1763067916593262e-06,
|
| 1547 |
+
"loss": 0.7771,
|
| 1548 |
+
"mean_token_accuracy": 0.7446847558021545,
|
| 1549 |
+
"num_tokens": 2522112.0,
|
| 1550 |
+
"step": 154
|
| 1551 |
+
},
|
| 1552 |
+
{
|
| 1553 |
+
"entropy": 0.7719861268997192,
|
| 1554 |
+
"epoch": 1.8902439024390243,
|
| 1555 |
+
"grad_norm": 0.17695309221744537,
|
| 1556 |
+
"learning_rate": 9.728192478182574e-07,
|
| 1557 |
+
"loss": 0.7782,
|
| 1558 |
+
"mean_token_accuracy": 0.742668628692627,
|
| 1559 |
+
"num_tokens": 2538496.0,
|
| 1560 |
+
"step": 155
|
| 1561 |
+
},
|
| 1562 |
+
{
|
| 1563 |
+
"entropy": 0.7589446306228638,
|
| 1564 |
+
"epoch": 1.9024390243902438,
|
| 1565 |
+
"grad_norm": 0.17181237041950226,
|
| 1566 |
+
"learning_rate": 7.884711026201585e-07,
|
| 1567 |
+
"loss": 0.7545,
|
| 1568 |
+
"mean_token_accuracy": 0.7368035316467285,
|
| 1569 |
+
"num_tokens": 2554880.0,
|
| 1570 |
+
"step": 156
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"entropy": 0.7770121097564697,
|
| 1574 |
+
"epoch": 1.9146341463414633,
|
| 1575 |
+
"grad_norm": 0.19122466444969177,
|
| 1576 |
+
"learning_rate": 6.233343225249933e-07,
|
| 1577 |
+
"loss": 0.7929,
|
| 1578 |
+
"mean_token_accuracy": 0.7547653913497925,
|
| 1579 |
+
"num_tokens": 2571264.0,
|
| 1580 |
+
"step": 157
|
| 1581 |
+
},
|
| 1582 |
+
{
|
| 1583 |
+
"entropy": 0.7677299380302429,
|
| 1584 |
+
"epoch": 1.9268292682926829,
|
| 1585 |
+
"grad_norm": 0.17084810137748718,
|
| 1586 |
+
"learning_rate": 4.774733741942206e-07,
|
| 1587 |
+
"loss": 0.7609,
|
| 1588 |
+
"mean_token_accuracy": 0.7466397881507874,
|
| 1589 |
+
"num_tokens": 2587648.0,
|
| 1590 |
+
"step": 158
|
| 1591 |
+
},
|
| 1592 |
+
{
|
| 1593 |
+
"entropy": 0.7504435777664185,
|
| 1594 |
+
"epoch": 1.9390243902439024,
|
| 1595 |
+
"grad_norm": 0.18960894644260406,
|
| 1596 |
+
"learning_rate": 3.5094519932415417e-07,
|
| 1597 |
+
"loss": 0.7408,
|
| 1598 |
+
"mean_token_accuracy": 0.7562927603721619,
|
| 1599 |
+
"num_tokens": 2604032.0,
|
| 1600 |
+
"step": 159
|
| 1601 |
+
},
|
| 1602 |
+
{
|
| 1603 |
+
"entropy": 0.8061732053756714,
|
| 1604 |
+
"epoch": 1.951219512195122,
|
| 1605 |
+
"grad_norm": 0.1871030181646347,
|
| 1606 |
+
"learning_rate": 2.437991924167937e-07,
|
| 1607 |
+
"loss": 0.7982,
|
| 1608 |
+
"mean_token_accuracy": 0.7414467334747314,
|
| 1609 |
+
"num_tokens": 2620416.0,
|
| 1610 |
+
"step": 160
|
| 1611 |
+
},
|
| 1612 |
+
{
|
| 1613 |
+
"entropy": 0.7523500919342041,
|
| 1614 |
+
"epoch": 1.9634146341463414,
|
| 1615 |
+
"grad_norm": 0.17688721418380737,
|
| 1616 |
+
"learning_rate": 1.560771814970885e-07,
|
| 1617 |
+
"loss": 0.7481,
|
| 1618 |
+
"mean_token_accuracy": 0.7507942318916321,
|
| 1619 |
+
"num_tokens": 2636800.0,
|
| 1620 |
+
"step": 161
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"entropy": 0.776507556438446,
|
| 1624 |
+
"epoch": 1.975609756097561,
|
| 1625 |
+
"grad_norm": 0.19538748264312744,
|
| 1626 |
+
"learning_rate": 8.781341178393244e-08,
|
| 1627 |
+
"loss": 0.7691,
|
| 1628 |
+
"mean_token_accuracy": 0.7580034136772156,
|
| 1629 |
+
"num_tokens": 2653184.0,
|
| 1630 |
+
"step": 162
|
| 1631 |
+
},
|
| 1632 |
+
{
|
| 1633 |
+
"entropy": 0.7280100584030151,
|
| 1634 |
+
"epoch": 1.9878048780487805,
|
| 1635 |
+
"grad_norm": 0.1717352569103241,
|
| 1636 |
+
"learning_rate": 3.9034532321408076e-08,
|
| 1637 |
+
"loss": 0.7301,
|
| 1638 |
+
"mean_token_accuracy": 0.7578201293945312,
|
| 1639 |
+
"num_tokens": 2669568.0,
|
| 1640 |
+
"step": 163
|
| 1641 |
+
},
|
| 1642 |
+
{
|
| 1643 |
+
"entropy": 0.7388795018196106,
|
| 1644 |
+
"epoch": 2.0,
|
| 1645 |
+
"grad_norm": 0.18290187418460846,
|
| 1646 |
+
"learning_rate": 9.75958557545842e-09,
|
| 1647 |
+
"loss": 0.7391,
|
| 1648 |
+
"mean_token_accuracy": 0.7640925645828247,
|
| 1649 |
+
"num_tokens": 2684928.0,
|
| 1650 |
+
"step": 164
|
| 1651 |
+
}
|
| 1652 |
+
],
|
| 1653 |
+
"logging_steps": 1,
|
| 1654 |
+
"max_steps": 164,
|
| 1655 |
+
"num_input_tokens_seen": 0,
|
| 1656 |
+
"num_train_epochs": 2,
|
| 1657 |
+
"save_steps": 100,
|
| 1658 |
+
"stateful_callbacks": {
|
| 1659 |
+
"TrainerControl": {
|
| 1660 |
+
"args": {
|
| 1661 |
+
"should_epoch_stop": false,
|
| 1662 |
+
"should_evaluate": false,
|
| 1663 |
+
"should_log": false,
|
| 1664 |
+
"should_save": true,
|
| 1665 |
+
"should_training_stop": true
|
| 1666 |
+
},
|
| 1667 |
+
"attributes": {}
|
| 1668 |
+
}
|
| 1669 |
+
},
|
| 1670 |
+
"total_flos": 5.906640896262144e+16,
|
| 1671 |
+
"train_batch_size": 16,
|
| 1672 |
+
"trial_name": null,
|
| 1673 |
+
"trial_params": null
|
| 1674 |
+
}
|
r16_checkpoint-164/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d04a4f7546a5520db95ed52a6c6b4a8204653e8385dd6dde6dba55331d70f28d
|
| 3 |
+
size 6225
|
r16_checkpoint-164/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|