Upload checkpoint-1500
Browse files- .gitattributes +1 -0
- README.md +209 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +89 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +239 -0
- trainer_state.json +964 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-1.7B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-1.7B
|
| 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.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-1.7B",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.1,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"o_proj"
|
| 32 |
+
],
|
| 33 |
+
"target_parameters": null,
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"trainable_token_indices": null,
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_qalora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2164abfd6f60708c7cfd7b73a305b3e308ee11229be97ab03a017def89cf8acb
|
| 3 |
+
size 25720120
|
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 |
+
}
|
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 %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:323e180979ff9de72cc5c67fa8a41e1e4fd7332d4c3c3bef7f36b8e82a7622c5
|
| 3 |
+
size 51513227
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:224489f387c46e20b1665403301d734c9e8f4ce3245edc81bbfb990cc20dab26
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a316cb19ac06d8e33bf450d9ba1672658d7ed0c26141cefec7a7d5e85f8f16a0
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
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 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,964 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.29329096908224367,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 1500,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"entropy": 1.2905268957838416,
|
| 14 |
+
"epoch": 0.0031284370035439325,
|
| 15 |
+
"grad_norm": 0.43689030408859253,
|
| 16 |
+
"learning_rate": 9.999787808528638e-05,
|
| 17 |
+
"loss": 1.7852,
|
| 18 |
+
"mean_token_accuracy": 0.6027710330672562,
|
| 19 |
+
"num_tokens": 524288.0,
|
| 20 |
+
"step": 16
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"entropy": 1.3333816397935152,
|
| 24 |
+
"epoch": 0.006256874007087865,
|
| 25 |
+
"grad_norm": 0.5030925273895264,
|
| 26 |
+
"learning_rate": 9.99909372761763e-05,
|
| 27 |
+
"loss": 1.2521,
|
| 28 |
+
"mean_token_accuracy": 0.6930539021268487,
|
| 29 |
+
"num_tokens": 1048576.0,
|
| 30 |
+
"step": 32
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"entropy": 0.8592402129434049,
|
| 34 |
+
"epoch": 0.009385311010631798,
|
| 35 |
+
"grad_norm": 0.17196309566497803,
|
| 36 |
+
"learning_rate": 9.99791688121494e-05,
|
| 37 |
+
"loss": 0.8735,
|
| 38 |
+
"mean_token_accuracy": 0.789072047919035,
|
| 39 |
+
"num_tokens": 1572864.0,
|
| 40 |
+
"step": 48
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"entropy": 0.8306971751153469,
|
| 44 |
+
"epoch": 0.01251374801417573,
|
| 45 |
+
"grad_norm": 0.18978707492351532,
|
| 46 |
+
"learning_rate": 9.996257382969333e-05,
|
| 47 |
+
"loss": 0.8334,
|
| 48 |
+
"mean_token_accuracy": 0.7984222243539989,
|
| 49 |
+
"num_tokens": 2096964.0,
|
| 50 |
+
"step": 64
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"entropy": 0.7896183831617236,
|
| 54 |
+
"epoch": 0.015642185017719662,
|
| 55 |
+
"grad_norm": 0.13939695060253143,
|
| 56 |
+
"learning_rate": 9.994115393139555e-05,
|
| 57 |
+
"loss": 0.7922,
|
| 58 |
+
"mean_token_accuracy": 0.8059685812331736,
|
| 59 |
+
"num_tokens": 2621252.0,
|
| 60 |
+
"step": 80
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"entropy": 0.7537235538475215,
|
| 64 |
+
"epoch": 0.018770622021263596,
|
| 65 |
+
"grad_norm": 0.14827103912830353,
|
| 66 |
+
"learning_rate": 9.991491118578856e-05,
|
| 67 |
+
"loss": 0.7564,
|
| 68 |
+
"mean_token_accuracy": 0.8114575678482652,
|
| 69 |
+
"num_tokens": 3145540.0,
|
| 70 |
+
"step": 96
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"entropy": 0.7533294446766376,
|
| 74 |
+
"epoch": 0.02189905902480753,
|
| 75 |
+
"grad_norm": 0.14420101046562195,
|
| 76 |
+
"learning_rate": 9.988384812715006e-05,
|
| 77 |
+
"loss": 0.7549,
|
| 78 |
+
"mean_token_accuracy": 0.8126546451821923,
|
| 79 |
+
"num_tokens": 3669828.0,
|
| 80 |
+
"step": 112
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"entropy": 0.735235239379108,
|
| 84 |
+
"epoch": 0.02502749602835146,
|
| 85 |
+
"grad_norm": 0.15388034284114838,
|
| 86 |
+
"learning_rate": 9.984796775525836e-05,
|
| 87 |
+
"loss": 0.7378,
|
| 88 |
+
"mean_token_accuracy": 0.813876539003104,
|
| 89 |
+
"num_tokens": 4194116.0,
|
| 90 |
+
"step": 128
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"entropy": 0.745816265232861,
|
| 94 |
+
"epoch": 0.028155933031895394,
|
| 95 |
+
"grad_norm": 0.16290415823459625,
|
| 96 |
+
"learning_rate": 9.980727353510257e-05,
|
| 97 |
+
"loss": 0.7469,
|
| 98 |
+
"mean_token_accuracy": 0.8129773042164743,
|
| 99 |
+
"num_tokens": 4718404.0,
|
| 100 |
+
"step": 144
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"entropy": 0.7049960081931204,
|
| 104 |
+
"epoch": 0.031284370035439324,
|
| 105 |
+
"grad_norm": 0.16859838366508484,
|
| 106 |
+
"learning_rate": 9.976176939654804e-05,
|
| 107 |
+
"loss": 0.7068,
|
| 108 |
+
"mean_token_accuracy": 0.8205063017085195,
|
| 109 |
+
"num_tokens": 5242421.0,
|
| 110 |
+
"step": 160
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"entropy": 0.7164251236245036,
|
| 114 |
+
"epoch": 0.03441280703898326,
|
| 115 |
+
"grad_norm": 0.18480005860328674,
|
| 116 |
+
"learning_rate": 9.971145973395684e-05,
|
| 117 |
+
"loss": 0.7162,
|
| 118 |
+
"mean_token_accuracy": 0.8197130090557039,
|
| 119 |
+
"num_tokens": 5766709.0,
|
| 120 |
+
"step": 176
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"entropy": 0.7345189340412617,
|
| 124 |
+
"epoch": 0.03754124404252719,
|
| 125 |
+
"grad_norm": 0.20077235996723175,
|
| 126 |
+
"learning_rate": 9.965634940576338e-05,
|
| 127 |
+
"loss": 0.7373,
|
| 128 |
+
"mean_token_accuracy": 0.8166410801932216,
|
| 129 |
+
"num_tokens": 6290997.0,
|
| 130 |
+
"step": 192
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"entropy": 0.6868870840407908,
|
| 134 |
+
"epoch": 0.040669681046071125,
|
| 135 |
+
"grad_norm": 0.19620533287525177,
|
| 136 |
+
"learning_rate": 9.959644373400523e-05,
|
| 137 |
+
"loss": 0.6877,
|
| 138 |
+
"mean_token_accuracy": 0.8243126338347793,
|
| 139 |
+
"num_tokens": 6814838.0,
|
| 140 |
+
"step": 208
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"entropy": 0.7020489743445069,
|
| 144 |
+
"epoch": 0.04379811804961506,
|
| 145 |
+
"grad_norm": 0.21126843988895416,
|
| 146 |
+
"learning_rate": 9.953174850380918e-05,
|
| 147 |
+
"loss": 0.7008,
|
| 148 |
+
"mean_token_accuracy": 0.8215000284835696,
|
| 149 |
+
"num_tokens": 7339126.0,
|
| 150 |
+
"step": 224
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"entropy": 0.6887436110991985,
|
| 154 |
+
"epoch": 0.046926555053158986,
|
| 155 |
+
"grad_norm": 0.20873498916625977,
|
| 156 |
+
"learning_rate": 9.946226996283258e-05,
|
| 157 |
+
"loss": 0.6878,
|
| 158 |
+
"mean_token_accuracy": 0.825064530596137,
|
| 159 |
+
"num_tokens": 7863414.0,
|
| 160 |
+
"step": 240
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"entropy": 0.6778992149047554,
|
| 164 |
+
"epoch": 0.05005499205670292,
|
| 165 |
+
"grad_norm": 0.20576342940330505,
|
| 166 |
+
"learning_rate": 9.938801482065998e-05,
|
| 167 |
+
"loss": 0.6807,
|
| 168 |
+
"mean_token_accuracy": 0.8253566385246813,
|
| 169 |
+
"num_tokens": 8387702.0,
|
| 170 |
+
"step": 256
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"entropy": 0.6773952257353812,
|
| 174 |
+
"epoch": 0.05318342906024685,
|
| 175 |
+
"grad_norm": 0.2139802724123001,
|
| 176 |
+
"learning_rate": 9.930899024815517e-05,
|
| 177 |
+
"loss": 0.6734,
|
| 178 |
+
"mean_token_accuracy": 0.8275064108893275,
|
| 179 |
+
"num_tokens": 8911990.0,
|
| 180 |
+
"step": 272
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"entropy": 0.6875678761862218,
|
| 184 |
+
"epoch": 0.05631186606379079,
|
| 185 |
+
"grad_norm": 0.22833411395549774,
|
| 186 |
+
"learning_rate": 9.922520387676868e-05,
|
| 187 |
+
"loss": 0.6866,
|
| 188 |
+
"mean_token_accuracy": 0.8259179475717247,
|
| 189 |
+
"num_tokens": 9436278.0,
|
| 190 |
+
"step": 288
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"entropy": 0.6587484122719616,
|
| 194 |
+
"epoch": 0.05944030306733472,
|
| 195 |
+
"grad_norm": 0.23073996603488922,
|
| 196 |
+
"learning_rate": 9.91366637978009e-05,
|
| 197 |
+
"loss": 0.6573,
|
| 198 |
+
"mean_token_accuracy": 0.8297159126959741,
|
| 199 |
+
"num_tokens": 9960272.0,
|
| 200 |
+
"step": 304
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"entropy": 0.6715414742939174,
|
| 204 |
+
"epoch": 0.06256874007087865,
|
| 205 |
+
"grad_norm": 0.2512345612049103,
|
| 206 |
+
"learning_rate": 9.904337856162053e-05,
|
| 207 |
+
"loss": 0.6645,
|
| 208 |
+
"mean_token_accuracy": 0.8285545711405575,
|
| 209 |
+
"num_tokens": 10484560.0,
|
| 210 |
+
"step": 320
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"entropy": 0.6463351501151919,
|
| 214 |
+
"epoch": 0.06569717707442259,
|
| 215 |
+
"grad_norm": 0.2298312485218048,
|
| 216 |
+
"learning_rate": 9.894535717683902e-05,
|
| 217 |
+
"loss": 0.6429,
|
| 218 |
+
"mean_token_accuracy": 0.8320847055874765,
|
| 219 |
+
"num_tokens": 11008848.0,
|
| 220 |
+
"step": 336
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"entropy": 0.6667697406373918,
|
| 224 |
+
"epoch": 0.06882561407796652,
|
| 225 |
+
"grad_norm": 0.22004173696041107,
|
| 226 |
+
"learning_rate": 9.884260910944053e-05,
|
| 227 |
+
"loss": 0.6681,
|
| 228 |
+
"mean_token_accuracy": 0.8278767997398973,
|
| 229 |
+
"num_tokens": 11533136.0,
|
| 230 |
+
"step": 352
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"entropy": 0.6179311077576131,
|
| 234 |
+
"epoch": 0.07195405108151044,
|
| 235 |
+
"grad_norm": 0.22624558210372925,
|
| 236 |
+
"learning_rate": 9.873514428186778e-05,
|
| 237 |
+
"loss": 0.6173,
|
| 238 |
+
"mean_token_accuracy": 0.8369016530923545,
|
| 239 |
+
"num_tokens": 12057424.0,
|
| 240 |
+
"step": 368
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"entropy": 0.6683201459236443,
|
| 244 |
+
"epoch": 0.07508248808505438,
|
| 245 |
+
"grad_norm": 0.24455475807189941,
|
| 246 |
+
"learning_rate": 9.862297307206392e-05,
|
| 247 |
+
"loss": 0.667,
|
| 248 |
+
"mean_token_accuracy": 0.828629030380398,
|
| 249 |
+
"num_tokens": 12581712.0,
|
| 250 |
+
"step": 384
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"entropy": 0.6426783930510283,
|
| 254 |
+
"epoch": 0.07821092508859831,
|
| 255 |
+
"grad_norm": 0.23066706955432892,
|
| 256 |
+
"learning_rate": 9.850610631247019e-05,
|
| 257 |
+
"loss": 0.6415,
|
| 258 |
+
"mean_token_accuracy": 0.8333791512995958,
|
| 259 |
+
"num_tokens": 13106000.0,
|
| 260 |
+
"step": 400
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"entropy": 0.6531911985948682,
|
| 264 |
+
"epoch": 0.08133936209214225,
|
| 265 |
+
"grad_norm": 0.24164645373821259,
|
| 266 |
+
"learning_rate": 9.838455528897998e-05,
|
| 267 |
+
"loss": 0.6551,
|
| 268 |
+
"mean_token_accuracy": 0.8303816900588572,
|
| 269 |
+
"num_tokens": 13630288.0,
|
| 270 |
+
"step": 416
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"entropy": 0.6194327082484961,
|
| 274 |
+
"epoch": 0.08446779909568618,
|
| 275 |
+
"grad_norm": 0.23268474638462067,
|
| 276 |
+
"learning_rate": 9.82583317398488e-05,
|
| 277 |
+
"loss": 0.6175,
|
| 278 |
+
"mean_token_accuracy": 0.8367584650404751,
|
| 279 |
+
"num_tokens": 14154576.0,
|
| 280 |
+
"step": 432
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"entropy": 0.6329398893285543,
|
| 284 |
+
"epoch": 0.08759623609923012,
|
| 285 |
+
"grad_norm": 0.24408580362796783,
|
| 286 |
+
"learning_rate": 9.81274478545608e-05,
|
| 287 |
+
"loss": 0.6325,
|
| 288 |
+
"mean_token_accuracy": 0.8347576032392681,
|
| 289 |
+
"num_tokens": 14678864.0,
|
| 290 |
+
"step": 448
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"entropy": 0.6229353230446577,
|
| 294 |
+
"epoch": 0.09072467310277404,
|
| 295 |
+
"grad_norm": 0.24314868450164795,
|
| 296 |
+
"learning_rate": 9.79919162726516e-05,
|
| 297 |
+
"loss": 0.6222,
|
| 298 |
+
"mean_token_accuracy": 0.8371938765048981,
|
| 299 |
+
"num_tokens": 15203026.0,
|
| 300 |
+
"step": 464
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"entropy": 0.6139514590613544,
|
| 304 |
+
"epoch": 0.09385311010631797,
|
| 305 |
+
"grad_norm": 0.25224220752716064,
|
| 306 |
+
"learning_rate": 9.785175008248768e-05,
|
| 307 |
+
"loss": 0.614,
|
| 308 |
+
"mean_token_accuracy": 0.838007087353617,
|
| 309 |
+
"num_tokens": 15727314.0,
|
| 310 |
+
"step": 480
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"entropy": 0.6109699255321175,
|
| 314 |
+
"epoch": 0.09698154710986191,
|
| 315 |
+
"grad_norm": 0.24364836513996124,
|
| 316 |
+
"learning_rate": 9.770696282000244e-05,
|
| 317 |
+
"loss": 0.6106,
|
| 318 |
+
"mean_token_accuracy": 0.8386371252126992,
|
| 319 |
+
"num_tokens": 16251602.0,
|
| 320 |
+
"step": 496
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"entropy": 0.6176430773921311,
|
| 324 |
+
"epoch": 0.10010998411340584,
|
| 325 |
+
"grad_norm": 0.2621923089027405,
|
| 326 |
+
"learning_rate": 9.755756846738902e-05,
|
| 327 |
+
"loss": 0.615,
|
| 328 |
+
"mean_token_accuracy": 0.8376702214591205,
|
| 329 |
+
"num_tokens": 16775637.0,
|
| 330 |
+
"step": 512
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"entropy": 0.6160387259442359,
|
| 334 |
+
"epoch": 0.10323842111694978,
|
| 335 |
+
"grad_norm": 0.2385210245847702,
|
| 336 |
+
"learning_rate": 9.740358145174998e-05,
|
| 337 |
+
"loss": 0.6184,
|
| 338 |
+
"mean_token_accuracy": 0.8375125988386571,
|
| 339 |
+
"num_tokens": 17299925.0,
|
| 340 |
+
"step": 528
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"entropy": 0.6175491204485297,
|
| 344 |
+
"epoch": 0.1063668581204937,
|
| 345 |
+
"grad_norm": 0.2511584460735321,
|
| 346 |
+
"learning_rate": 9.724501664370418e-05,
|
| 347 |
+
"loss": 0.617,
|
| 348 |
+
"mean_token_accuracy": 0.8368921047076583,
|
| 349 |
+
"num_tokens": 17824213.0,
|
| 350 |
+
"step": 544
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"entropy": 0.6241217039059848,
|
| 354 |
+
"epoch": 0.10949529512403763,
|
| 355 |
+
"grad_norm": 0.25787243247032166,
|
| 356 |
+
"learning_rate": 9.708188935595059e-05,
|
| 357 |
+
"loss": 0.6254,
|
| 358 |
+
"mean_token_accuracy": 0.8372699371539056,
|
| 359 |
+
"num_tokens": 18348187.0,
|
| 360 |
+
"step": 560
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"entropy": 0.6261336030438542,
|
| 364 |
+
"epoch": 0.11262373212758157,
|
| 365 |
+
"grad_norm": 0.2410293072462082,
|
| 366 |
+
"learning_rate": 9.691421534178966e-05,
|
| 367 |
+
"loss": 0.6246,
|
| 368 |
+
"mean_token_accuracy": 0.8367050038650632,
|
| 369 |
+
"num_tokens": 18872475.0,
|
| 370 |
+
"step": 576
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"entropy": 0.6158532982226461,
|
| 374 |
+
"epoch": 0.1157521691311255,
|
| 375 |
+
"grad_norm": 0.25348979234695435,
|
| 376 |
+
"learning_rate": 9.674201079360188e-05,
|
| 377 |
+
"loss": 0.6152,
|
| 378 |
+
"mean_token_accuracy": 0.8399296645075083,
|
| 379 |
+
"num_tokens": 19396763.0,
|
| 380 |
+
"step": 592
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"entropy": 0.601322092814371,
|
| 384 |
+
"epoch": 0.11888060613466944,
|
| 385 |
+
"grad_norm": 0.2700308859348297,
|
| 386 |
+
"learning_rate": 9.656529234128418e-05,
|
| 387 |
+
"loss": 0.6021,
|
| 388 |
+
"mean_token_accuracy": 0.8411092776805162,
|
| 389 |
+
"num_tokens": 19920930.0,
|
| 390 |
+
"step": 608
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"entropy": 0.6039648232981563,
|
| 394 |
+
"epoch": 0.12200904313821337,
|
| 395 |
+
"grad_norm": 0.24755984544754028,
|
| 396 |
+
"learning_rate": 9.638407705064392e-05,
|
| 397 |
+
"loss": 0.6039,
|
| 398 |
+
"mean_token_accuracy": 0.8405463420785964,
|
| 399 |
+
"num_tokens": 20445218.0,
|
| 400 |
+
"step": 624
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"entropy": 0.608759083552286,
|
| 404 |
+
"epoch": 0.1251374801417573,
|
| 405 |
+
"grad_norm": 0.26475900411605835,
|
| 406 |
+
"learning_rate": 9.619838242175083e-05,
|
| 407 |
+
"loss": 0.6077,
|
| 408 |
+
"mean_token_accuracy": 0.8407429889775813,
|
| 409 |
+
"num_tokens": 20969506.0,
|
| 410 |
+
"step": 640
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"entropy": 0.5959294943604618,
|
| 414 |
+
"epoch": 0.12826591714530122,
|
| 415 |
+
"grad_norm": 0.24157044291496277,
|
| 416 |
+
"learning_rate": 9.600822638724705e-05,
|
| 417 |
+
"loss": 0.5964,
|
| 418 |
+
"mean_token_accuracy": 0.8421691716648638,
|
| 419 |
+
"num_tokens": 21493794.0,
|
| 420 |
+
"step": 656
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"entropy": 0.5929773084353656,
|
| 424 |
+
"epoch": 0.13139435414884518,
|
| 425 |
+
"grad_norm": 0.2490786910057068,
|
| 426 |
+
"learning_rate": 9.581362731061536e-05,
|
| 427 |
+
"loss": 0.5924,
|
| 428 |
+
"mean_token_accuracy": 0.8422665409743786,
|
| 429 |
+
"num_tokens": 22018082.0,
|
| 430 |
+
"step": 672
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"entropy": 0.5856014562305063,
|
| 434 |
+
"epoch": 0.1345227911523891,
|
| 435 |
+
"grad_norm": 0.26487597823143005,
|
| 436 |
+
"learning_rate": 9.561460398440577e-05,
|
| 437 |
+
"loss": 0.5845,
|
| 438 |
+
"mean_token_accuracy": 0.8448229790665209,
|
| 439 |
+
"num_tokens": 22542370.0,
|
| 440 |
+
"step": 688
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"entropy": 0.5972939203493297,
|
| 444 |
+
"epoch": 0.13765122815593303,
|
| 445 |
+
"grad_norm": 0.2536788582801819,
|
| 446 |
+
"learning_rate": 9.54111756284207e-05,
|
| 447 |
+
"loss": 0.5979,
|
| 448 |
+
"mean_token_accuracy": 0.8417689246125519,
|
| 449 |
+
"num_tokens": 23066518.0,
|
| 450 |
+
"step": 704
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"entropy": 0.5793864431325346,
|
| 454 |
+
"epoch": 0.14077966515947696,
|
| 455 |
+
"grad_norm": 0.2498546540737152,
|
| 456 |
+
"learning_rate": 9.520336188785905e-05,
|
| 457 |
+
"loss": 0.5797,
|
| 458 |
+
"mean_token_accuracy": 0.8449356239289045,
|
| 459 |
+
"num_tokens": 23590806.0,
|
| 460 |
+
"step": 720
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"entropy": 0.5852908829692751,
|
| 464 |
+
"epoch": 0.14390810216302088,
|
| 465 |
+
"grad_norm": 0.2533164322376251,
|
| 466 |
+
"learning_rate": 9.499118283141887e-05,
|
| 467 |
+
"loss": 0.5851,
|
| 468 |
+
"mean_token_accuracy": 0.8440230167470872,
|
| 469 |
+
"num_tokens": 24115094.0,
|
| 470 |
+
"step": 736
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"entropy": 0.5853700931183994,
|
| 474 |
+
"epoch": 0.14703653916656484,
|
| 475 |
+
"grad_norm": 0.2594294250011444,
|
| 476 |
+
"learning_rate": 9.477465894935939e-05,
|
| 477 |
+
"loss": 0.5833,
|
| 478 |
+
"mean_token_accuracy": 0.8439973699860275,
|
| 479 |
+
"num_tokens": 24638793.0,
|
| 480 |
+
"step": 752
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"entropy": 0.5820769551210105,
|
| 484 |
+
"epoch": 0.15016497617010877,
|
| 485 |
+
"grad_norm": 0.26996445655822754,
|
| 486 |
+
"learning_rate": 9.455381115152234e-05,
|
| 487 |
+
"loss": 0.5813,
|
| 488 |
+
"mean_token_accuracy": 0.84427694324404,
|
| 489 |
+
"num_tokens": 25163081.0,
|
| 490 |
+
"step": 768
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"entropy": 0.5865267035551369,
|
| 494 |
+
"epoch": 0.1532934131736527,
|
| 495 |
+
"grad_norm": 0.2632192075252533,
|
| 496 |
+
"learning_rate": 9.432866076531248e-05,
|
| 497 |
+
"loss": 0.5865,
|
| 498 |
+
"mean_token_accuracy": 0.843591536860913,
|
| 499 |
+
"num_tokens": 25687369.0,
|
| 500 |
+
"step": 784
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"entropy": 0.5832636400591582,
|
| 504 |
+
"epoch": 0.15642185017719662,
|
| 505 |
+
"grad_norm": 0.2748562693595886,
|
| 506 |
+
"learning_rate": 9.409922953363824e-05,
|
| 507 |
+
"loss": 0.5814,
|
| 508 |
+
"mean_token_accuracy": 0.8445194149389863,
|
| 509 |
+
"num_tokens": 26211657.0,
|
| 510 |
+
"step": 800
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"entropy": 0.5827851279173046,
|
| 514 |
+
"epoch": 0.15955028718074055,
|
| 515 |
+
"grad_norm": 0.27480757236480713,
|
| 516 |
+
"learning_rate": 9.386553961281179e-05,
|
| 517 |
+
"loss": 0.5829,
|
| 518 |
+
"mean_token_accuracy": 0.8449146216735244,
|
| 519 |
+
"num_tokens": 26735945.0,
|
| 520 |
+
"step": 816
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"entropy": 0.5730462830979377,
|
| 524 |
+
"epoch": 0.1626787241842845,
|
| 525 |
+
"grad_norm": 0.26577237248420715,
|
| 526 |
+
"learning_rate": 9.362761357040956e-05,
|
| 527 |
+
"loss": 0.5748,
|
| 528 |
+
"mean_token_accuracy": 0.8454892951995134,
|
| 529 |
+
"num_tokens": 27260233.0,
|
| 530 |
+
"step": 832
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"entropy": 0.5673604859039187,
|
| 534 |
+
"epoch": 0.16580716118782843,
|
| 535 |
+
"grad_norm": 0.27280473709106445,
|
| 536 |
+
"learning_rate": 9.338547438309269e-05,
|
| 537 |
+
"loss": 0.5659,
|
| 538 |
+
"mean_token_accuracy": 0.8469823002815247,
|
| 539 |
+
"num_tokens": 27784521.0,
|
| 540 |
+
"step": 848
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"entropy": 0.5737447079736739,
|
| 544 |
+
"epoch": 0.16893559819137235,
|
| 545 |
+
"grad_norm": 0.243574321269989,
|
| 546 |
+
"learning_rate": 9.313914543438835e-05,
|
| 547 |
+
"loss": 0.5735,
|
| 548 |
+
"mean_token_accuracy": 0.8462529699318111,
|
| 549 |
+
"num_tokens": 28308797.0,
|
| 550 |
+
"step": 864
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"entropy": 0.5753675031010062,
|
| 554 |
+
"epoch": 0.17206403519491628,
|
| 555 |
+
"grad_norm": 0.2583043575286865,
|
| 556 |
+
"learning_rate": 9.288865051243142e-05,
|
| 557 |
+
"loss": 0.5747,
|
| 558 |
+
"mean_token_accuracy": 0.8464267165400088,
|
| 559 |
+
"num_tokens": 28833085.0,
|
| 560 |
+
"step": 880
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"entropy": 0.5841653808020055,
|
| 564 |
+
"epoch": 0.17519247219846024,
|
| 565 |
+
"grad_norm": 0.2513315677642822,
|
| 566 |
+
"learning_rate": 9.263401380766739e-05,
|
| 567 |
+
"loss": 0.5837,
|
| 568 |
+
"mean_token_accuracy": 0.8444525892846286,
|
| 569 |
+
"num_tokens": 29357373.0,
|
| 570 |
+
"step": 896
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"entropy": 0.5843619098886847,
|
| 574 |
+
"epoch": 0.17832090920200416,
|
| 575 |
+
"grad_norm": 0.2498634308576584,
|
| 576 |
+
"learning_rate": 9.237525991051615e-05,
|
| 577 |
+
"loss": 0.5848,
|
| 578 |
+
"mean_token_accuracy": 0.8453418002463877,
|
| 579 |
+
"num_tokens": 29881380.0,
|
| 580 |
+
"step": 912
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"entropy": 0.5886711834464222,
|
| 584 |
+
"epoch": 0.1814493462055481,
|
| 585 |
+
"grad_norm": 0.25676679611206055,
|
| 586 |
+
"learning_rate": 9.211241380899739e-05,
|
| 587 |
+
"loss": 0.589,
|
| 588 |
+
"mean_token_accuracy": 0.8431676919572055,
|
| 589 |
+
"num_tokens": 30405668.0,
|
| 590 |
+
"step": 928
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"entropy": 0.5667355505283922,
|
| 594 |
+
"epoch": 0.18457778320909202,
|
| 595 |
+
"grad_norm": 0.2631304860115051,
|
| 596 |
+
"learning_rate": 9.184550088631741e-05,
|
| 597 |
+
"loss": 0.5636,
|
| 598 |
+
"mean_token_accuracy": 0.8479502676054835,
|
| 599 |
+
"num_tokens": 30929956.0,
|
| 600 |
+
"step": 944
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"entropy": 0.5632404731586576,
|
| 604 |
+
"epoch": 0.18770622021263594,
|
| 605 |
+
"grad_norm": 0.24389183521270752,
|
| 606 |
+
"learning_rate": 9.157454691841789e-05,
|
| 607 |
+
"loss": 0.5652,
|
| 608 |
+
"mean_token_accuracy": 0.8481321800500154,
|
| 609 |
+
"num_tokens": 31453452.0,
|
| 610 |
+
"step": 960
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"entropy": 0.5674644499085844,
|
| 614 |
+
"epoch": 0.1908346572161799,
|
| 615 |
+
"grad_norm": 0.25306281447410583,
|
| 616 |
+
"learning_rate": 9.129957807148666e-05,
|
| 617 |
+
"loss": 0.5651,
|
| 618 |
+
"mean_token_accuracy": 0.8487979606725276,
|
| 619 |
+
"num_tokens": 31977740.0,
|
| 620 |
+
"step": 976
|
| 621 |
+
},
|
| 622 |
+
{
|
| 623 |
+
"entropy": 0.5516653840895742,
|
| 624 |
+
"epoch": 0.19396309421972383,
|
| 625 |
+
"grad_norm": 0.26283109188079834,
|
| 626 |
+
"learning_rate": 9.102062089943086e-05,
|
| 627 |
+
"loss": 0.5535,
|
| 628 |
+
"mean_token_accuracy": 0.8500809515826404,
|
| 629 |
+
"num_tokens": 32502028.0,
|
| 630 |
+
"step": 992
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"entropy": 0.561382147250697,
|
| 634 |
+
"epoch": 0.19709153122326775,
|
| 635 |
+
"grad_norm": 0.25755682587623596,
|
| 636 |
+
"learning_rate": 9.07377023413126e-05,
|
| 637 |
+
"loss": 0.5586,
|
| 638 |
+
"mean_token_accuracy": 0.8493707147426903,
|
| 639 |
+
"num_tokens": 33025959.0,
|
| 640 |
+
"step": 1008
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"entropy": 0.5676966737955809,
|
| 644 |
+
"epoch": 0.20021996822681168,
|
| 645 |
+
"grad_norm": 0.25775137543678284,
|
| 646 |
+
"learning_rate": 9.045084971874738e-05,
|
| 647 |
+
"loss": 0.5671,
|
| 648 |
+
"mean_token_accuracy": 0.847740254830569,
|
| 649 |
+
"num_tokens": 33550247.0,
|
| 650 |
+
"step": 1024
|
| 651 |
+
},
|
| 652 |
+
{
|
| 653 |
+
"entropy": 0.5602117348462343,
|
| 654 |
+
"epoch": 0.2033484052303556,
|
| 655 |
+
"grad_norm": 0.25713664293289185,
|
| 656 |
+
"learning_rate": 9.016009073326571e-05,
|
| 657 |
+
"loss": 0.5619,
|
| 658 |
+
"mean_token_accuracy": 0.8491683504544199,
|
| 659 |
+
"num_tokens": 34074535.0,
|
| 660 |
+
"step": 1040
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"entropy": 0.58018215931952,
|
| 664 |
+
"epoch": 0.20647684223389956,
|
| 665 |
+
"grad_norm": 0.2585735619068146,
|
| 666 |
+
"learning_rate": 8.986545346363792e-05,
|
| 667 |
+
"loss": 0.5792,
|
| 668 |
+
"mean_token_accuracy": 0.8453449127264321,
|
| 669 |
+
"num_tokens": 34598649.0,
|
| 670 |
+
"step": 1056
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"entropy": 0.5575782191008329,
|
| 674 |
+
"epoch": 0.2096052792374435,
|
| 675 |
+
"grad_norm": 0.2617577612400055,
|
| 676 |
+
"learning_rate": 8.956696636316255e-05,
|
| 677 |
+
"loss": 0.5558,
|
| 678 |
+
"mean_token_accuracy": 0.8505983497016132,
|
| 679 |
+
"num_tokens": 35122937.0,
|
| 680 |
+
"step": 1072
|
| 681 |
+
},
|
| 682 |
+
{
|
| 683 |
+
"entropy": 0.5580868402030319,
|
| 684 |
+
"epoch": 0.2127337162409874,
|
| 685 |
+
"grad_norm": 0.2838793992996216,
|
| 686 |
+
"learning_rate": 8.926465825691865e-05,
|
| 687 |
+
"loss": 0.5585,
|
| 688 |
+
"mean_token_accuracy": 0.8499568556435406,
|
| 689 |
+
"num_tokens": 35647225.0,
|
| 690 |
+
"step": 1088
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"entropy": 0.571673326427117,
|
| 694 |
+
"epoch": 0.21586215324453134,
|
| 695 |
+
"grad_norm": 0.26587942242622375,
|
| 696 |
+
"learning_rate": 8.895855833898207e-05,
|
| 697 |
+
"loss": 0.5705,
|
| 698 |
+
"mean_token_accuracy": 0.8471988807432353,
|
| 699 |
+
"num_tokens": 36171427.0,
|
| 700 |
+
"step": 1104
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"entropy": 0.568238423904404,
|
| 704 |
+
"epoch": 0.21899059024807527,
|
| 705 |
+
"grad_norm": 0.24594295024871826,
|
| 706 |
+
"learning_rate": 8.864869616960625e-05,
|
| 707 |
+
"loss": 0.5682,
|
| 708 |
+
"mean_token_accuracy": 0.8479999089613557,
|
| 709 |
+
"num_tokens": 36695715.0,
|
| 710 |
+
"step": 1120
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"entropy": 0.5731002090033144,
|
| 714 |
+
"epoch": 0.22211902725161922,
|
| 715 |
+
"grad_norm": 0.25455793738365173,
|
| 716 |
+
"learning_rate": 8.833510167236747e-05,
|
| 717 |
+
"loss": 0.5732,
|
| 718 |
+
"mean_token_accuracy": 0.8478013505227864,
|
| 719 |
+
"num_tokens": 37220003.0,
|
| 720 |
+
"step": 1136
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"entropy": 0.5481538840103894,
|
| 724 |
+
"epoch": 0.22524746425516315,
|
| 725 |
+
"grad_norm": 0.26975589990615845,
|
| 726 |
+
"learning_rate": 8.801780513127513e-05,
|
| 727 |
+
"loss": 0.5475,
|
| 728 |
+
"mean_token_accuracy": 0.8506444320082664,
|
| 729 |
+
"num_tokens": 37743882.0,
|
| 730 |
+
"step": 1152
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"entropy": 0.5527894860133529,
|
| 734 |
+
"epoch": 0.22837590125870708,
|
| 735 |
+
"grad_norm": 0.2522968053817749,
|
| 736 |
+
"learning_rate": 8.769683718784734e-05,
|
| 737 |
+
"loss": 0.5516,
|
| 738 |
+
"mean_token_accuracy": 0.8505086144432425,
|
| 739 |
+
"num_tokens": 38268170.0,
|
| 740 |
+
"step": 1168
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"entropy": 0.5540862991474569,
|
| 744 |
+
"epoch": 0.231504338262251,
|
| 745 |
+
"grad_norm": 0.2609933912754059,
|
| 746 |
+
"learning_rate": 8.737222883815164e-05,
|
| 747 |
+
"loss": 0.5526,
|
| 748 |
+
"mean_token_accuracy": 0.8506460795179009,
|
| 749 |
+
"num_tokens": 38792458.0,
|
| 750 |
+
"step": 1184
|
| 751 |
+
},
|
| 752 |
+
{
|
| 753 |
+
"entropy": 0.555841225432232,
|
| 754 |
+
"epoch": 0.23463277526579493,
|
| 755 |
+
"grad_norm": 0.2725919187068939,
|
| 756 |
+
"learning_rate": 8.704401142981184e-05,
|
| 757 |
+
"loss": 0.5554,
|
| 758 |
+
"mean_token_accuracy": 0.8496399251744151,
|
| 759 |
+
"num_tokens": 39316746.0,
|
| 760 |
+
"step": 1200
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"entropy": 0.5415672848466784,
|
| 764 |
+
"epoch": 0.23776121226933888,
|
| 765 |
+
"grad_norm": 0.2661166191101074,
|
| 766 |
+
"learning_rate": 8.671221665898073e-05,
|
| 767 |
+
"loss": 0.5435,
|
| 768 |
+
"mean_token_accuracy": 0.8517133295536041,
|
| 769 |
+
"num_tokens": 39841034.0,
|
| 770 |
+
"step": 1216
|
| 771 |
+
},
|
| 772 |
+
{
|
| 773 |
+
"entropy": 0.5415612279903144,
|
| 774 |
+
"epoch": 0.2408896492728828,
|
| 775 |
+
"grad_norm": 0.25321218371391296,
|
| 776 |
+
"learning_rate": 8.637687656727913e-05,
|
| 777 |
+
"loss": 0.5406,
|
| 778 |
+
"mean_token_accuracy": 0.8533380702137947,
|
| 779 |
+
"num_tokens": 40365322.0,
|
| 780 |
+
"step": 1232
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"entropy": 0.5538674369454384,
|
| 784 |
+
"epoch": 0.24401808627642674,
|
| 785 |
+
"grad_norm": 0.2791917622089386,
|
| 786 |
+
"learning_rate": 8.60380235387016e-05,
|
| 787 |
+
"loss": 0.5518,
|
| 788 |
+
"mean_token_accuracy": 0.8515777760185301,
|
| 789 |
+
"num_tokens": 40889610.0,
|
| 790 |
+
"step": 1248
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"entropy": 0.5463056627195328,
|
| 794 |
+
"epoch": 0.24714652327997066,
|
| 795 |
+
"grad_norm": 0.2911370098590851,
|
| 796 |
+
"learning_rate": 8.569569029648923e-05,
|
| 797 |
+
"loss": 0.5462,
|
| 798 |
+
"mean_token_accuracy": 0.8518756083212793,
|
| 799 |
+
"num_tokens": 41413898.0,
|
| 800 |
+
"step": 1264
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"entropy": 0.5479311102535576,
|
| 804 |
+
"epoch": 0.2502749602835146,
|
| 805 |
+
"grad_norm": 0.26030269265174866,
|
| 806 |
+
"learning_rate": 8.53499098999693e-05,
|
| 807 |
+
"loss": 0.5497,
|
| 808 |
+
"mean_token_accuracy": 0.8511806610040367,
|
| 809 |
+
"num_tokens": 41938186.0,
|
| 810 |
+
"step": 1280
|
| 811 |
+
},
|
| 812 |
+
{
|
| 813 |
+
"entropy": 0.5538808973506093,
|
| 814 |
+
"epoch": 0.2534033972870585,
|
| 815 |
+
"grad_norm": 0.26965585350990295,
|
| 816 |
+
"learning_rate": 8.500071574136295e-05,
|
| 817 |
+
"loss": 0.5537,
|
| 818 |
+
"mean_token_accuracy": 0.8513314896263182,
|
| 819 |
+
"num_tokens": 42462474.0,
|
| 820 |
+
"step": 1296
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"entropy": 0.5512072397395968,
|
| 824 |
+
"epoch": 0.25653183429060245,
|
| 825 |
+
"grad_norm": 0.24840131402015686,
|
| 826 |
+
"learning_rate": 8.46481415425604e-05,
|
| 827 |
+
"loss": 0.5487,
|
| 828 |
+
"mean_token_accuracy": 0.8515388667583466,
|
| 829 |
+
"num_tokens": 42986398.0,
|
| 830 |
+
"step": 1312
|
| 831 |
+
},
|
| 832 |
+
{
|
| 833 |
+
"entropy": 0.5752683402970433,
|
| 834 |
+
"epoch": 0.2596602712941464,
|
| 835 |
+
"grad_norm": 0.26552262902259827,
|
| 836 |
+
"learning_rate": 8.429222135186427e-05,
|
| 837 |
+
"loss": 0.5776,
|
| 838 |
+
"mean_token_accuracy": 0.8456897586584091,
|
| 839 |
+
"num_tokens": 43510686.0,
|
| 840 |
+
"step": 1328
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"entropy": 0.5338181289844215,
|
| 844 |
+
"epoch": 0.26278870829769035,
|
| 845 |
+
"grad_norm": 0.2537406086921692,
|
| 846 |
+
"learning_rate": 8.393298954070178e-05,
|
| 847 |
+
"loss": 0.5323,
|
| 848 |
+
"mean_token_accuracy": 0.8548826249316335,
|
| 849 |
+
"num_tokens": 44034974.0,
|
| 850 |
+
"step": 1344
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"entropy": 0.5521234918851405,
|
| 854 |
+
"epoch": 0.2659171453012343,
|
| 855 |
+
"grad_norm": 0.2752557098865509,
|
| 856 |
+
"learning_rate": 8.357048080030522e-05,
|
| 857 |
+
"loss": 0.5512,
|
| 858 |
+
"mean_token_accuracy": 0.851849777624011,
|
| 859 |
+
"num_tokens": 44559253.0,
|
| 860 |
+
"step": 1360
|
| 861 |
+
},
|
| 862 |
+
{
|
| 863 |
+
"entropy": 0.5413030001800507,
|
| 864 |
+
"epoch": 0.2690455823047782,
|
| 865 |
+
"grad_norm": 0.2753056585788727,
|
| 866 |
+
"learning_rate": 8.320473013836196e-05,
|
| 867 |
+
"loss": 0.5387,
|
| 868 |
+
"mean_token_accuracy": 0.8531146934255958,
|
| 869 |
+
"num_tokens": 45083541.0,
|
| 870 |
+
"step": 1376
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"entropy": 0.5636138301342726,
|
| 874 |
+
"epoch": 0.27217401930832213,
|
| 875 |
+
"grad_norm": 0.2751758396625519,
|
| 876 |
+
"learning_rate": 8.283577287563367e-05,
|
| 877 |
+
"loss": 0.5662,
|
| 878 |
+
"mean_token_accuracy": 0.8482500137761235,
|
| 879 |
+
"num_tokens": 45607829.0,
|
| 880 |
+
"step": 1392
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"entropy": 0.5462560928426683,
|
| 884 |
+
"epoch": 0.27530245631186606,
|
| 885 |
+
"grad_norm": 0.2786915898323059,
|
| 886 |
+
"learning_rate": 8.246364464254539e-05,
|
| 887 |
+
"loss": 0.5458,
|
| 888 |
+
"mean_token_accuracy": 0.8512360248714685,
|
| 889 |
+
"num_tokens": 46132117.0,
|
| 890 |
+
"step": 1408
|
| 891 |
+
},
|
| 892 |
+
{
|
| 893 |
+
"entropy": 0.5498062786646187,
|
| 894 |
+
"epoch": 0.27843089331541,
|
| 895 |
+
"grad_norm": 0.28462111949920654,
|
| 896 |
+
"learning_rate": 8.20883813757447e-05,
|
| 897 |
+
"loss": 0.5479,
|
| 898 |
+
"mean_token_accuracy": 0.851142474450171,
|
| 899 |
+
"num_tokens": 46656405.0,
|
| 900 |
+
"step": 1424
|
| 901 |
+
},
|
| 902 |
+
{
|
| 903 |
+
"entropy": 0.561028536176309,
|
| 904 |
+
"epoch": 0.2815593303189539,
|
| 905 |
+
"grad_norm": 0.28582215309143066,
|
| 906 |
+
"learning_rate": 8.171001931463122e-05,
|
| 907 |
+
"loss": 0.56,
|
| 908 |
+
"mean_token_accuracy": 0.8496361062861979,
|
| 909 |
+
"num_tokens": 47180693.0,
|
| 910 |
+
"step": 1440
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"entropy": 0.5402022732887417,
|
| 914 |
+
"epoch": 0.28468776732249784,
|
| 915 |
+
"grad_norm": 0.25975897908210754,
|
| 916 |
+
"learning_rate": 8.132859499785707e-05,
|
| 917 |
+
"loss": 0.5393,
|
| 918 |
+
"mean_token_accuracy": 0.8542964975349605,
|
| 919 |
+
"num_tokens": 47704981.0,
|
| 920 |
+
"step": 1456
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"entropy": 0.5573246807325631,
|
| 924 |
+
"epoch": 0.28781620432604177,
|
| 925 |
+
"grad_norm": 0.2716176211833954,
|
| 926 |
+
"learning_rate": 8.094414525979822e-05,
|
| 927 |
+
"loss": 0.56,
|
| 928 |
+
"mean_token_accuracy": 0.8493000832386315,
|
| 929 |
+
"num_tokens": 48229269.0,
|
| 930 |
+
"step": 1472
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"entropy": 0.5363587085157633,
|
| 934 |
+
"epoch": 0.29094464132958575,
|
| 935 |
+
"grad_norm": 0.26990601420402527,
|
| 936 |
+
"learning_rate": 8.055670722699736e-05,
|
| 937 |
+
"loss": 0.5353,
|
| 938 |
+
"mean_token_accuracy": 0.8545466028153896,
|
| 939 |
+
"num_tokens": 48753557.0,
|
| 940 |
+
"step": 1488
|
| 941 |
+
}
|
| 942 |
+
],
|
| 943 |
+
"logging_steps": 16,
|
| 944 |
+
"max_steps": 5115,
|
| 945 |
+
"num_input_tokens_seen": 0,
|
| 946 |
+
"num_train_epochs": 1,
|
| 947 |
+
"save_steps": 500,
|
| 948 |
+
"stateful_callbacks": {
|
| 949 |
+
"TrainerControl": {
|
| 950 |
+
"args": {
|
| 951 |
+
"should_epoch_stop": false,
|
| 952 |
+
"should_evaluate": false,
|
| 953 |
+
"should_log": false,
|
| 954 |
+
"should_save": true,
|
| 955 |
+
"should_training_stop": false
|
| 956 |
+
},
|
| 957 |
+
"attributes": {}
|
| 958 |
+
}
|
| 959 |
+
},
|
| 960 |
+
"total_flos": 4.1754438561418445e+17,
|
| 961 |
+
"train_batch_size": 4,
|
| 962 |
+
"trial_name": null,
|
| 963 |
+
"trial_params": null
|
| 964 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52b3b3ff9b5bc4aff0243b9e6065cd6782733225f9e21a020032f8b6118f1afa
|
| 3 |
+
size 6161
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|