Initial push
Browse files- README.md +209 -0
- adapter_config.json +41 -0
- adapter_model.safetensors +3 -0
- chat_template.jinja +87 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +17 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
- trainer_state.json +871 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:mistralai/Mistral-7B-Instruct-v0.3
|
| 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.16.0
|
adapter_config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
| 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": 64,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.0,
|
| 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": 32,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"up_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"down_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"gate_proj"
|
| 35 |
+
],
|
| 36 |
+
"task_type": "CAUSAL_LM",
|
| 37 |
+
"trainable_token_indices": null,
|
| 38 |
+
"use_dora": false,
|
| 39 |
+
"use_qalora": false,
|
| 40 |
+
"use_rslora": false
|
| 41 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34c3324138e7ddae147a9d378a2e46226aa95fba929cff69c84c3f506e7f7356
|
| 3 |
+
size 335604696
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if messages[0]["role"] == "system" %}
|
| 2 |
+
{%- set system_message = messages[0]["content"] %}
|
| 3 |
+
{%- set loop_messages = messages[1:] %}
|
| 4 |
+
{%- else %}
|
| 5 |
+
{%- set loop_messages = messages %}
|
| 6 |
+
{%- endif %}
|
| 7 |
+
{%- if not tools is defined %}
|
| 8 |
+
{%- set tools = none %}
|
| 9 |
+
{%- endif %}
|
| 10 |
+
{%- set user_messages = loop_messages | selectattr("role", "equalto", "user") | list %}
|
| 11 |
+
|
| 12 |
+
{#- This block checks for alternating user/assistant messages, skipping tool calling messages #}
|
| 13 |
+
{%- set ns = namespace() %}
|
| 14 |
+
{%- set ns.index = 0 %}
|
| 15 |
+
{%- for message in loop_messages %}
|
| 16 |
+
{%- if not (message.role == "tool" or message.role == "tool_results" or (message.tool_calls is defined and message.tool_calls is not none)) %}
|
| 17 |
+
{%- if (message["role"] == "user") != (ns.index % 2 == 0) %}
|
| 18 |
+
{{- raise_exception("After the optional system message, conversation roles must alternate user/assistant/user/assistant/...") }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- set ns.index = ns.index + 1 %}
|
| 21 |
+
{%- endif %}
|
| 22 |
+
{%- endfor %}
|
| 23 |
+
|
| 24 |
+
{{- bos_token }}
|
| 25 |
+
{%- for message in loop_messages %}
|
| 26 |
+
{%- if message["role"] == "user" %}
|
| 27 |
+
{%- if tools is not none and (message == user_messages[-1]) %}
|
| 28 |
+
{{- "[AVAILABLE_TOOLS] [" }}
|
| 29 |
+
{%- for tool in tools %}
|
| 30 |
+
{%- set tool = tool.function %}
|
| 31 |
+
{{- '{"type": "function", "function": {' }}
|
| 32 |
+
{%- for key, val in tool.items() if key != "return" %}
|
| 33 |
+
{%- if val is string %}
|
| 34 |
+
{{- '"' + key + '": "' + val + '"' }}
|
| 35 |
+
{%- else %}
|
| 36 |
+
{{- '"' + key + '": ' + val|tojson }}
|
| 37 |
+
{%- endif %}
|
| 38 |
+
{%- if not loop.last %}
|
| 39 |
+
{{- ", " }}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- endfor %}
|
| 42 |
+
{{- "}}" }}
|
| 43 |
+
{%- if not loop.last %}
|
| 44 |
+
{{- ", " }}
|
| 45 |
+
{%- else %}
|
| 46 |
+
{{- "]" }}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- endfor %}
|
| 49 |
+
{{- "[/AVAILABLE_TOOLS]" }}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- if loop.last and system_message is defined %}
|
| 52 |
+
{{- "[INST] " + system_message + "\n\n" + message["content"] + "[/INST]" }}
|
| 53 |
+
{%- else %}
|
| 54 |
+
{{- "[INST] " + message["content"] + "[/INST]" }}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{%- elif message.tool_calls is defined and message.tool_calls is not none %}
|
| 57 |
+
{{- "[TOOL_CALLS] [" }}
|
| 58 |
+
{%- for tool_call in message.tool_calls %}
|
| 59 |
+
{%- set out = tool_call.function|tojson %}
|
| 60 |
+
{{- out[:-1] }}
|
| 61 |
+
{%- if not tool_call.id is defined or tool_call.id|length != 9 %}
|
| 62 |
+
{{- raise_exception("Tool call IDs should be alphanumeric strings with length 9!") }}
|
| 63 |
+
{%- endif %}
|
| 64 |
+
{{- ', "id": "' + tool_call.id + '"}' }}
|
| 65 |
+
{%- if not loop.last %}
|
| 66 |
+
{{- ", " }}
|
| 67 |
+
{%- else %}
|
| 68 |
+
{{- "]" + eos_token }}
|
| 69 |
+
{%- endif %}
|
| 70 |
+
{%- endfor %}
|
| 71 |
+
{%- elif message["role"] == "assistant" %}
|
| 72 |
+
{{- " " + message["content"]|trim + eos_token}}
|
| 73 |
+
{%- elif message["role"] == "tool_results" or message["role"] == "tool" %}
|
| 74 |
+
{%- if message.content is defined and message.content.content is defined %}
|
| 75 |
+
{%- set content = message.content.content %}
|
| 76 |
+
{%- else %}
|
| 77 |
+
{%- set content = message.content %}
|
| 78 |
+
{%- endif %}
|
| 79 |
+
{{- '[TOOL_RESULTS] {"content": ' + content|string + ", " }}
|
| 80 |
+
{%- if not message.tool_call_id is defined or message.tool_call_id|length != 9 %}
|
| 81 |
+
{{- raise_exception("Tool call IDs should be alphanumeric strings with length 9!") }}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{{- '"call_id": "' + message.tool_call_id + '"}[/TOOL_RESULTS]' }}
|
| 84 |
+
{%- else %}
|
| 85 |
+
{{- raise_exception("Only user and assistant roles are supported, with the exception of an initial optional system message!") }}
|
| 86 |
+
{%- endif %}
|
| 87 |
+
{%- endfor %}
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1182c3661d1975fbccf38ad2a3194a205e0e88b4233a81ce3271929d0b19fd66
|
| 3 |
+
size 671467171
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12e15e837284f30841feeb4cb11a4ca47e6e0a0d43907e64044c865959176390
|
| 3 |
+
size 14581
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e218fb5a057c8bad3409875137fd669abfbb61a30b591edea9a460e390fbcd1c
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": "</s>",
|
| 10 |
+
"unk_token": {
|
| 11 |
+
"content": "<unk>",
|
| 12 |
+
"lstrip": false,
|
| 13 |
+
"normalized": false,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
}
|
| 17 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
|
| 3 |
+
size 587404
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
trainer_state.json
ADDED
|
@@ -0,0 +1,871 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 375,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.010666666666666666,
|
| 14 |
+
"grad_norm": 57.01100540161133,
|
| 15 |
+
"learning_rate": 9.920000000000002e-06,
|
| 16 |
+
"loss": 3.3007,
|
| 17 |
+
"mean_token_accuracy": 0.35129059516475536,
|
| 18 |
+
"num_tokens": 131072.0,
|
| 19 |
+
"step": 4
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"epoch": 0.021333333333333333,
|
| 23 |
+
"grad_norm": 22.87227439880371,
|
| 24 |
+
"learning_rate": 9.813333333333333e-06,
|
| 25 |
+
"loss": 0.7338,
|
| 26 |
+
"mean_token_accuracy": 0.8888531178236008,
|
| 27 |
+
"num_tokens": 262144.0,
|
| 28 |
+
"step": 8
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"epoch": 0.032,
|
| 32 |
+
"grad_norm": 31.548667907714844,
|
| 33 |
+
"learning_rate": 9.706666666666668e-06,
|
| 34 |
+
"loss": 0.3615,
|
| 35 |
+
"mean_token_accuracy": 0.9366130772978067,
|
| 36 |
+
"num_tokens": 393216.0,
|
| 37 |
+
"step": 12
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.042666666666666665,
|
| 41 |
+
"grad_norm": 2.3477976322174072,
|
| 42 |
+
"learning_rate": 9.600000000000001e-06,
|
| 43 |
+
"loss": 0.2559,
|
| 44 |
+
"mean_token_accuracy": 0.9562490303069353,
|
| 45 |
+
"num_tokens": 524288.0,
|
| 46 |
+
"step": 16
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.05333333333333334,
|
| 50 |
+
"grad_norm": 2.8429372310638428,
|
| 51 |
+
"learning_rate": 9.493333333333334e-06,
|
| 52 |
+
"loss": 0.2029,
|
| 53 |
+
"mean_token_accuracy": 0.9619030933827162,
|
| 54 |
+
"num_tokens": 655360.0,
|
| 55 |
+
"step": 20
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"epoch": 0.064,
|
| 59 |
+
"grad_norm": 0.751723051071167,
|
| 60 |
+
"learning_rate": 9.386666666666668e-06,
|
| 61 |
+
"loss": 0.1878,
|
| 62 |
+
"mean_token_accuracy": 0.9634499195963144,
|
| 63 |
+
"num_tokens": 786432.0,
|
| 64 |
+
"step": 24
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"epoch": 0.07466666666666667,
|
| 68 |
+
"grad_norm": 0.8143905997276306,
|
| 69 |
+
"learning_rate": 9.280000000000001e-06,
|
| 70 |
+
"loss": 0.1609,
|
| 71 |
+
"mean_token_accuracy": 0.9677910767495632,
|
| 72 |
+
"num_tokens": 917504.0,
|
| 73 |
+
"step": 28
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 0.08533333333333333,
|
| 77 |
+
"grad_norm": 0.5676524043083191,
|
| 78 |
+
"learning_rate": 9.173333333333334e-06,
|
| 79 |
+
"loss": 0.1498,
|
| 80 |
+
"mean_token_accuracy": 0.9682109300047159,
|
| 81 |
+
"num_tokens": 1048576.0,
|
| 82 |
+
"step": 32
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.096,
|
| 86 |
+
"grad_norm": 0.4019247591495514,
|
| 87 |
+
"learning_rate": 9.066666666666667e-06,
|
| 88 |
+
"loss": 0.1198,
|
| 89 |
+
"mean_token_accuracy": 0.973953602835536,
|
| 90 |
+
"num_tokens": 1179648.0,
|
| 91 |
+
"step": 36
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 0.10666666666666667,
|
| 95 |
+
"grad_norm": 2.094287633895874,
|
| 96 |
+
"learning_rate": 8.96e-06,
|
| 97 |
+
"loss": 0.1245,
|
| 98 |
+
"mean_token_accuracy": 0.9717862568795681,
|
| 99 |
+
"num_tokens": 1310720.0,
|
| 100 |
+
"step": 40
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.11733333333333333,
|
| 104 |
+
"grad_norm": 0.4548497498035431,
|
| 105 |
+
"learning_rate": 8.853333333333334e-06,
|
| 106 |
+
"loss": 0.1072,
|
| 107 |
+
"mean_token_accuracy": 0.9756607748568058,
|
| 108 |
+
"num_tokens": 1441792.0,
|
| 109 |
+
"step": 44
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 0.128,
|
| 113 |
+
"grad_norm": 0.4056798815727234,
|
| 114 |
+
"learning_rate": 8.746666666666667e-06,
|
| 115 |
+
"loss": 0.1117,
|
| 116 |
+
"mean_token_accuracy": 0.9738466665148735,
|
| 117 |
+
"num_tokens": 1572864.0,
|
| 118 |
+
"step": 48
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"epoch": 0.13866666666666666,
|
| 122 |
+
"grad_norm": 0.46949484944343567,
|
| 123 |
+
"learning_rate": 8.64e-06,
|
| 124 |
+
"loss": 0.0993,
|
| 125 |
+
"mean_token_accuracy": 0.9766117427498102,
|
| 126 |
+
"num_tokens": 1703936.0,
|
| 127 |
+
"step": 52
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"epoch": 0.14933333333333335,
|
| 131 |
+
"grad_norm": 0.5640748143196106,
|
| 132 |
+
"learning_rate": 8.533333333333335e-06,
|
| 133 |
+
"loss": 0.1021,
|
| 134 |
+
"mean_token_accuracy": 0.9750698395073414,
|
| 135 |
+
"num_tokens": 1835008.0,
|
| 136 |
+
"step": 56
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 0.16,
|
| 140 |
+
"grad_norm": 0.5425636172294617,
|
| 141 |
+
"learning_rate": 8.426666666666667e-06,
|
| 142 |
+
"loss": 0.0941,
|
| 143 |
+
"mean_token_accuracy": 0.9774306155741215,
|
| 144 |
+
"num_tokens": 1966080.0,
|
| 145 |
+
"step": 60
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 0.17066666666666666,
|
| 149 |
+
"grad_norm": 0.4611673057079315,
|
| 150 |
+
"learning_rate": 8.32e-06,
|
| 151 |
+
"loss": 0.1007,
|
| 152 |
+
"mean_token_accuracy": 0.9752767980098724,
|
| 153 |
+
"num_tokens": 2097152.0,
|
| 154 |
+
"step": 64
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.18133333333333335,
|
| 158 |
+
"grad_norm": 0.3594709634780884,
|
| 159 |
+
"learning_rate": 8.213333333333335e-06,
|
| 160 |
+
"loss": 0.0918,
|
| 161 |
+
"mean_token_accuracy": 0.9777762982994318,
|
| 162 |
+
"num_tokens": 2228224.0,
|
| 163 |
+
"step": 68
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.192,
|
| 167 |
+
"grad_norm": 0.4486537575721741,
|
| 168 |
+
"learning_rate": 8.106666666666666e-06,
|
| 169 |
+
"loss": 0.0805,
|
| 170 |
+
"mean_token_accuracy": 0.9807284362614155,
|
| 171 |
+
"num_tokens": 2359296.0,
|
| 172 |
+
"step": 72
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 0.20266666666666666,
|
| 176 |
+
"grad_norm": 0.38870957493782043,
|
| 177 |
+
"learning_rate": 8.000000000000001e-06,
|
| 178 |
+
"loss": 0.0868,
|
| 179 |
+
"mean_token_accuracy": 0.97887940146029,
|
| 180 |
+
"num_tokens": 2490368.0,
|
| 181 |
+
"step": 76
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 0.21333333333333335,
|
| 185 |
+
"grad_norm": 0.30872026085853577,
|
| 186 |
+
"learning_rate": 7.893333333333335e-06,
|
| 187 |
+
"loss": 0.0797,
|
| 188 |
+
"mean_token_accuracy": 0.9803172368556261,
|
| 189 |
+
"num_tokens": 2621440.0,
|
| 190 |
+
"step": 80
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.224,
|
| 194 |
+
"grad_norm": 0.3934505581855774,
|
| 195 |
+
"learning_rate": 7.786666666666666e-06,
|
| 196 |
+
"loss": 0.0833,
|
| 197 |
+
"mean_token_accuracy": 0.9801280535757542,
|
| 198 |
+
"num_tokens": 2752512.0,
|
| 199 |
+
"step": 84
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"epoch": 0.23466666666666666,
|
| 203 |
+
"grad_norm": 0.4293346107006073,
|
| 204 |
+
"learning_rate": 7.680000000000001e-06,
|
| 205 |
+
"loss": 0.0731,
|
| 206 |
+
"mean_token_accuracy": 0.9823248106986284,
|
| 207 |
+
"num_tokens": 2883584.0,
|
| 208 |
+
"step": 88
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 0.24533333333333332,
|
| 212 |
+
"grad_norm": 0.4050430655479431,
|
| 213 |
+
"learning_rate": 7.573333333333333e-06,
|
| 214 |
+
"loss": 0.0669,
|
| 215 |
+
"mean_token_accuracy": 0.9841717593371868,
|
| 216 |
+
"num_tokens": 3014656.0,
|
| 217 |
+
"step": 92
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"epoch": 0.256,
|
| 221 |
+
"grad_norm": 0.4589104652404785,
|
| 222 |
+
"learning_rate": 7.4666666666666675e-06,
|
| 223 |
+
"loss": 0.0693,
|
| 224 |
+
"mean_token_accuracy": 0.9830129705369473,
|
| 225 |
+
"num_tokens": 3145728.0,
|
| 226 |
+
"step": 96
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.26666666666666666,
|
| 230 |
+
"grad_norm": 0.36902204155921936,
|
| 231 |
+
"learning_rate": 7.360000000000001e-06,
|
| 232 |
+
"loss": 0.0742,
|
| 233 |
+
"mean_token_accuracy": 0.9817552175372839,
|
| 234 |
+
"num_tokens": 3276800.0,
|
| 235 |
+
"step": 100
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"epoch": 0.2773333333333333,
|
| 239 |
+
"grad_norm": 0.5726522207260132,
|
| 240 |
+
"learning_rate": 7.253333333333335e-06,
|
| 241 |
+
"loss": 0.0647,
|
| 242 |
+
"mean_token_accuracy": 0.984769131988287,
|
| 243 |
+
"num_tokens": 3407872.0,
|
| 244 |
+
"step": 104
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"epoch": 0.288,
|
| 248 |
+
"grad_norm": 0.2904077470302582,
|
| 249 |
+
"learning_rate": 7.146666666666667e-06,
|
| 250 |
+
"loss": 0.0699,
|
| 251 |
+
"mean_token_accuracy": 0.9826978966593742,
|
| 252 |
+
"num_tokens": 3538944.0,
|
| 253 |
+
"step": 108
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 0.2986666666666667,
|
| 257 |
+
"grad_norm": 0.4607014060020447,
|
| 258 |
+
"learning_rate": 7.04e-06,
|
| 259 |
+
"loss": 0.0636,
|
| 260 |
+
"mean_token_accuracy": 0.9845926780253649,
|
| 261 |
+
"num_tokens": 3670016.0,
|
| 262 |
+
"step": 112
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"epoch": 0.30933333333333335,
|
| 266 |
+
"grad_norm": 0.3433464467525482,
|
| 267 |
+
"learning_rate": 6.9333333333333344e-06,
|
| 268 |
+
"loss": 0.0676,
|
| 269 |
+
"mean_token_accuracy": 0.9838831946253777,
|
| 270 |
+
"num_tokens": 3801088.0,
|
| 271 |
+
"step": 116
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"epoch": 0.32,
|
| 275 |
+
"grad_norm": 0.3320010304450989,
|
| 276 |
+
"learning_rate": 6.826666666666667e-06,
|
| 277 |
+
"loss": 0.0613,
|
| 278 |
+
"mean_token_accuracy": 0.9851957242935896,
|
| 279 |
+
"num_tokens": 3932160.0,
|
| 280 |
+
"step": 120
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 0.33066666666666666,
|
| 284 |
+
"grad_norm": 0.3194180428981781,
|
| 285 |
+
"learning_rate": 6.720000000000001e-06,
|
| 286 |
+
"loss": 0.0615,
|
| 287 |
+
"mean_token_accuracy": 0.9851196780800819,
|
| 288 |
+
"num_tokens": 4063232.0,
|
| 289 |
+
"step": 124
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.3413333333333333,
|
| 293 |
+
"grad_norm": 0.3178844153881073,
|
| 294 |
+
"learning_rate": 6.613333333333334e-06,
|
| 295 |
+
"loss": 0.0602,
|
| 296 |
+
"mean_token_accuracy": 0.9855002630501986,
|
| 297 |
+
"num_tokens": 4194304.0,
|
| 298 |
+
"step": 128
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 0.352,
|
| 302 |
+
"grad_norm": 0.3220680058002472,
|
| 303 |
+
"learning_rate": 6.5066666666666665e-06,
|
| 304 |
+
"loss": 0.0603,
|
| 305 |
+
"mean_token_accuracy": 0.9854460209608078,
|
| 306 |
+
"num_tokens": 4325376.0,
|
| 307 |
+
"step": 132
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"epoch": 0.3626666666666667,
|
| 311 |
+
"grad_norm": 0.3115042448043823,
|
| 312 |
+
"learning_rate": 6.4000000000000006e-06,
|
| 313 |
+
"loss": 0.0642,
|
| 314 |
+
"mean_token_accuracy": 0.9842616058886051,
|
| 315 |
+
"num_tokens": 4456448.0,
|
| 316 |
+
"step": 136
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"epoch": 0.37333333333333335,
|
| 320 |
+
"grad_norm": 0.29545482993125916,
|
| 321 |
+
"learning_rate": 6.293333333333334e-06,
|
| 322 |
+
"loss": 0.0632,
|
| 323 |
+
"mean_token_accuracy": 0.9844904001802206,
|
| 324 |
+
"num_tokens": 4587520.0,
|
| 325 |
+
"step": 140
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"epoch": 0.384,
|
| 329 |
+
"grad_norm": 0.2917477786540985,
|
| 330 |
+
"learning_rate": 6.186666666666668e-06,
|
| 331 |
+
"loss": 0.0633,
|
| 332 |
+
"mean_token_accuracy": 0.9846063815057278,
|
| 333 |
+
"num_tokens": 4718592.0,
|
| 334 |
+
"step": 144
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"epoch": 0.39466666666666667,
|
| 338 |
+
"grad_norm": 0.2835116982460022,
|
| 339 |
+
"learning_rate": 6.08e-06,
|
| 340 |
+
"loss": 0.0645,
|
| 341 |
+
"mean_token_accuracy": 0.9845091681927443,
|
| 342 |
+
"num_tokens": 4849664.0,
|
| 343 |
+
"step": 148
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"epoch": 0.4053333333333333,
|
| 347 |
+
"grad_norm": 0.5664941072463989,
|
| 348 |
+
"learning_rate": 5.973333333333334e-06,
|
| 349 |
+
"loss": 0.0637,
|
| 350 |
+
"mean_token_accuracy": 0.9839890114963055,
|
| 351 |
+
"num_tokens": 4980736.0,
|
| 352 |
+
"step": 152
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.416,
|
| 356 |
+
"grad_norm": 0.31269532442092896,
|
| 357 |
+
"learning_rate": 5.8666666666666675e-06,
|
| 358 |
+
"loss": 0.0629,
|
| 359 |
+
"mean_token_accuracy": 0.9847182333469391,
|
| 360 |
+
"num_tokens": 5111808.0,
|
| 361 |
+
"step": 156
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"epoch": 0.4266666666666667,
|
| 365 |
+
"grad_norm": 0.23279497027397156,
|
| 366 |
+
"learning_rate": 5.76e-06,
|
| 367 |
+
"loss": 0.0634,
|
| 368 |
+
"mean_token_accuracy": 0.9844169486314058,
|
| 369 |
+
"num_tokens": 5242880.0,
|
| 370 |
+
"step": 160
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.43733333333333335,
|
| 374 |
+
"grad_norm": 0.3166351616382599,
|
| 375 |
+
"learning_rate": 5.653333333333334e-06,
|
| 376 |
+
"loss": 0.0591,
|
| 377 |
+
"mean_token_accuracy": 0.9855970963835716,
|
| 378 |
+
"num_tokens": 5373952.0,
|
| 379 |
+
"step": 164
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 0.448,
|
| 383 |
+
"grad_norm": 0.3708897531032562,
|
| 384 |
+
"learning_rate": 5.546666666666667e-06,
|
| 385 |
+
"loss": 0.0652,
|
| 386 |
+
"mean_token_accuracy": 0.9839488156139851,
|
| 387 |
+
"num_tokens": 5505024.0,
|
| 388 |
+
"step": 168
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"epoch": 0.45866666666666667,
|
| 392 |
+
"grad_norm": 0.4217165410518646,
|
| 393 |
+
"learning_rate": 5.4400000000000004e-06,
|
| 394 |
+
"loss": 0.0609,
|
| 395 |
+
"mean_token_accuracy": 0.9852561354637146,
|
| 396 |
+
"num_tokens": 5636096.0,
|
| 397 |
+
"step": 172
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.4693333333333333,
|
| 401 |
+
"grad_norm": 0.25086694955825806,
|
| 402 |
+
"learning_rate": 5.333333333333334e-06,
|
| 403 |
+
"loss": 0.0583,
|
| 404 |
+
"mean_token_accuracy": 0.9855273645371199,
|
| 405 |
+
"num_tokens": 5767168.0,
|
| 406 |
+
"step": 176
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"epoch": 0.48,
|
| 410 |
+
"grad_norm": 0.22864191234111786,
|
| 411 |
+
"learning_rate": 5.226666666666667e-06,
|
| 412 |
+
"loss": 0.0573,
|
| 413 |
+
"mean_token_accuracy": 0.9858840573579073,
|
| 414 |
+
"num_tokens": 5898240.0,
|
| 415 |
+
"step": 180
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.49066666666666664,
|
| 419 |
+
"grad_norm": 0.23961994051933289,
|
| 420 |
+
"learning_rate": 5.12e-06,
|
| 421 |
+
"loss": 0.0597,
|
| 422 |
+
"mean_token_accuracy": 0.985382217913866,
|
| 423 |
+
"num_tokens": 6029312.0,
|
| 424 |
+
"step": 184
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"epoch": 0.5013333333333333,
|
| 428 |
+
"grad_norm": 0.33800604939460754,
|
| 429 |
+
"learning_rate": 5.013333333333333e-06,
|
| 430 |
+
"loss": 0.063,
|
| 431 |
+
"mean_token_accuracy": 0.9846932347863913,
|
| 432 |
+
"num_tokens": 6160384.0,
|
| 433 |
+
"step": 188
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 0.512,
|
| 437 |
+
"grad_norm": 0.25232720375061035,
|
| 438 |
+
"learning_rate": 4.9066666666666666e-06,
|
| 439 |
+
"loss": 0.0572,
|
| 440 |
+
"mean_token_accuracy": 0.9861765094101429,
|
| 441 |
+
"num_tokens": 6291456.0,
|
| 442 |
+
"step": 192
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 0.5226666666666666,
|
| 446 |
+
"grad_norm": 0.24498237669467926,
|
| 447 |
+
"learning_rate": 4.800000000000001e-06,
|
| 448 |
+
"loss": 0.0601,
|
| 449 |
+
"mean_token_accuracy": 0.9852175824344158,
|
| 450 |
+
"num_tokens": 6422528.0,
|
| 451 |
+
"step": 196
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"epoch": 0.5333333333333333,
|
| 455 |
+
"grad_norm": 0.2261447161436081,
|
| 456 |
+
"learning_rate": 4.693333333333334e-06,
|
| 457 |
+
"loss": 0.0593,
|
| 458 |
+
"mean_token_accuracy": 0.985989149659872,
|
| 459 |
+
"num_tokens": 6553600.0,
|
| 460 |
+
"step": 200
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"epoch": 0.544,
|
| 464 |
+
"grad_norm": 0.2790498435497284,
|
| 465 |
+
"learning_rate": 4.586666666666667e-06,
|
| 466 |
+
"loss": 0.0643,
|
| 467 |
+
"mean_token_accuracy": 0.9841120839118958,
|
| 468 |
+
"num_tokens": 6684672.0,
|
| 469 |
+
"step": 204
|
| 470 |
+
},
|
| 471 |
+
{
|
| 472 |
+
"epoch": 0.5546666666666666,
|
| 473 |
+
"grad_norm": 0.2930603623390198,
|
| 474 |
+
"learning_rate": 4.48e-06,
|
| 475 |
+
"loss": 0.0599,
|
| 476 |
+
"mean_token_accuracy": 0.9853447061032057,
|
| 477 |
+
"num_tokens": 6815744.0,
|
| 478 |
+
"step": 208
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.5653333333333334,
|
| 482 |
+
"grad_norm": 0.29962053894996643,
|
| 483 |
+
"learning_rate": 4.3733333333333335e-06,
|
| 484 |
+
"loss": 0.0616,
|
| 485 |
+
"mean_token_accuracy": 0.985086927190423,
|
| 486 |
+
"num_tokens": 6946816.0,
|
| 487 |
+
"step": 212
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"epoch": 0.576,
|
| 491 |
+
"grad_norm": 0.26049676537513733,
|
| 492 |
+
"learning_rate": 4.266666666666668e-06,
|
| 493 |
+
"loss": 0.0605,
|
| 494 |
+
"mean_token_accuracy": 0.9852338843047619,
|
| 495 |
+
"num_tokens": 7077888.0,
|
| 496 |
+
"step": 216
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"epoch": 0.5866666666666667,
|
| 500 |
+
"grad_norm": 0.24306631088256836,
|
| 501 |
+
"learning_rate": 4.16e-06,
|
| 502 |
+
"loss": 0.062,
|
| 503 |
+
"mean_token_accuracy": 0.9845094550400972,
|
| 504 |
+
"num_tokens": 7208960.0,
|
| 505 |
+
"step": 220
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"epoch": 0.5973333333333334,
|
| 509 |
+
"grad_norm": 0.24954764544963837,
|
| 510 |
+
"learning_rate": 4.053333333333333e-06,
|
| 511 |
+
"loss": 0.0593,
|
| 512 |
+
"mean_token_accuracy": 0.9854345787316561,
|
| 513 |
+
"num_tokens": 7340032.0,
|
| 514 |
+
"step": 224
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 0.608,
|
| 518 |
+
"grad_norm": 0.24120154976844788,
|
| 519 |
+
"learning_rate": 3.946666666666667e-06,
|
| 520 |
+
"loss": 0.0536,
|
| 521 |
+
"mean_token_accuracy": 0.9870329741388559,
|
| 522 |
+
"num_tokens": 7471104.0,
|
| 523 |
+
"step": 228
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"epoch": 0.6186666666666667,
|
| 527 |
+
"grad_norm": 0.3049578368663788,
|
| 528 |
+
"learning_rate": 3.8400000000000005e-06,
|
| 529 |
+
"loss": 0.0563,
|
| 530 |
+
"mean_token_accuracy": 0.9861820172518492,
|
| 531 |
+
"num_tokens": 7602176.0,
|
| 532 |
+
"step": 232
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"epoch": 0.6293333333333333,
|
| 536 |
+
"grad_norm": 0.22811713814735413,
|
| 537 |
+
"learning_rate": 3.7333333333333337e-06,
|
| 538 |
+
"loss": 0.0555,
|
| 539 |
+
"mean_token_accuracy": 0.9866867158561945,
|
| 540 |
+
"num_tokens": 7733248.0,
|
| 541 |
+
"step": 236
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.64,
|
| 545 |
+
"grad_norm": 0.2259177416563034,
|
| 546 |
+
"learning_rate": 3.6266666666666674e-06,
|
| 547 |
+
"loss": 0.0603,
|
| 548 |
+
"mean_token_accuracy": 0.9851241298019886,
|
| 549 |
+
"num_tokens": 7864320.0,
|
| 550 |
+
"step": 240
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"epoch": 0.6506666666666666,
|
| 554 |
+
"grad_norm": 0.23514041304588318,
|
| 555 |
+
"learning_rate": 3.52e-06,
|
| 556 |
+
"loss": 0.0567,
|
| 557 |
+
"mean_token_accuracy": 0.98579515889287,
|
| 558 |
+
"num_tokens": 7995392.0,
|
| 559 |
+
"step": 244
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"epoch": 0.6613333333333333,
|
| 563 |
+
"grad_norm": 0.2601166367530823,
|
| 564 |
+
"learning_rate": 3.4133333333333334e-06,
|
| 565 |
+
"loss": 0.0581,
|
| 566 |
+
"mean_token_accuracy": 0.9856137670576572,
|
| 567 |
+
"num_tokens": 8126464.0,
|
| 568 |
+
"step": 248
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"epoch": 0.672,
|
| 572 |
+
"grad_norm": 0.4092627763748169,
|
| 573 |
+
"learning_rate": 3.306666666666667e-06,
|
| 574 |
+
"loss": 0.0578,
|
| 575 |
+
"mean_token_accuracy": 0.985778022557497,
|
| 576 |
+
"num_tokens": 8257536.0,
|
| 577 |
+
"step": 252
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"epoch": 0.6826666666666666,
|
| 581 |
+
"grad_norm": 0.22616159915924072,
|
| 582 |
+
"learning_rate": 3.2000000000000003e-06,
|
| 583 |
+
"loss": 0.0612,
|
| 584 |
+
"mean_token_accuracy": 0.9848431646823883,
|
| 585 |
+
"num_tokens": 8388608.0,
|
| 586 |
+
"step": 256
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"epoch": 0.6933333333333334,
|
| 590 |
+
"grad_norm": 0.274242103099823,
|
| 591 |
+
"learning_rate": 3.093333333333334e-06,
|
| 592 |
+
"loss": 0.0584,
|
| 593 |
+
"mean_token_accuracy": 0.9856515768915415,
|
| 594 |
+
"num_tokens": 8519680.0,
|
| 595 |
+
"step": 260
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"epoch": 0.704,
|
| 599 |
+
"grad_norm": 0.23342455923557281,
|
| 600 |
+
"learning_rate": 2.986666666666667e-06,
|
| 601 |
+
"loss": 0.0503,
|
| 602 |
+
"mean_token_accuracy": 0.9877575300633907,
|
| 603 |
+
"num_tokens": 8650752.0,
|
| 604 |
+
"step": 264
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.7146666666666667,
|
| 608 |
+
"grad_norm": 0.2760745584964752,
|
| 609 |
+
"learning_rate": 2.88e-06,
|
| 610 |
+
"loss": 0.0577,
|
| 611 |
+
"mean_token_accuracy": 0.9861479960381985,
|
| 612 |
+
"num_tokens": 8781824.0,
|
| 613 |
+
"step": 268
|
| 614 |
+
},
|
| 615 |
+
{
|
| 616 |
+
"epoch": 0.7253333333333334,
|
| 617 |
+
"grad_norm": 0.26444053649902344,
|
| 618 |
+
"learning_rate": 2.7733333333333336e-06,
|
| 619 |
+
"loss": 0.0589,
|
| 620 |
+
"mean_token_accuracy": 0.9855729006230831,
|
| 621 |
+
"num_tokens": 8912896.0,
|
| 622 |
+
"step": 272
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"epoch": 0.736,
|
| 626 |
+
"grad_norm": 0.3007858693599701,
|
| 627 |
+
"learning_rate": 2.666666666666667e-06,
|
| 628 |
+
"loss": 0.0583,
|
| 629 |
+
"mean_token_accuracy": 0.9853702746331692,
|
| 630 |
+
"num_tokens": 9043968.0,
|
| 631 |
+
"step": 276
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"epoch": 0.7466666666666667,
|
| 635 |
+
"grad_norm": 0.29359951615333557,
|
| 636 |
+
"learning_rate": 2.56e-06,
|
| 637 |
+
"loss": 0.0568,
|
| 638 |
+
"mean_token_accuracy": 0.9862662479281425,
|
| 639 |
+
"num_tokens": 9175040.0,
|
| 640 |
+
"step": 280
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"epoch": 0.7573333333333333,
|
| 644 |
+
"grad_norm": 0.5619154572486877,
|
| 645 |
+
"learning_rate": 2.4533333333333333e-06,
|
| 646 |
+
"loss": 0.0576,
|
| 647 |
+
"mean_token_accuracy": 0.9858071394264698,
|
| 648 |
+
"num_tokens": 9306112.0,
|
| 649 |
+
"step": 284
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"epoch": 0.768,
|
| 653 |
+
"grad_norm": 0.21443450450897217,
|
| 654 |
+
"learning_rate": 2.346666666666667e-06,
|
| 655 |
+
"loss": 0.0593,
|
| 656 |
+
"mean_token_accuracy": 0.985109519213438,
|
| 657 |
+
"num_tokens": 9437184.0,
|
| 658 |
+
"step": 288
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"epoch": 0.7786666666666666,
|
| 662 |
+
"grad_norm": 0.2572067975997925,
|
| 663 |
+
"learning_rate": 2.24e-06,
|
| 664 |
+
"loss": 0.0611,
|
| 665 |
+
"mean_token_accuracy": 0.9849242977797985,
|
| 666 |
+
"num_tokens": 9568256.0,
|
| 667 |
+
"step": 292
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.7893333333333333,
|
| 671 |
+
"grad_norm": 0.29180145263671875,
|
| 672 |
+
"learning_rate": 2.133333333333334e-06,
|
| 673 |
+
"loss": 0.0549,
|
| 674 |
+
"mean_token_accuracy": 0.9862227980047464,
|
| 675 |
+
"num_tokens": 9699328.0,
|
| 676 |
+
"step": 296
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"epoch": 0.8,
|
| 680 |
+
"grad_norm": 0.23858007788658142,
|
| 681 |
+
"learning_rate": 2.0266666666666666e-06,
|
| 682 |
+
"loss": 0.0543,
|
| 683 |
+
"mean_token_accuracy": 0.986565887928009,
|
| 684 |
+
"num_tokens": 9830400.0,
|
| 685 |
+
"step": 300
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"epoch": 0.8106666666666666,
|
| 689 |
+
"grad_norm": 0.2548295259475708,
|
| 690 |
+
"learning_rate": 1.9200000000000003e-06,
|
| 691 |
+
"loss": 0.0605,
|
| 692 |
+
"mean_token_accuracy": 0.9851347785443068,
|
| 693 |
+
"num_tokens": 9961472.0,
|
| 694 |
+
"step": 304
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"epoch": 0.8213333333333334,
|
| 698 |
+
"grad_norm": 0.2322961390018463,
|
| 699 |
+
"learning_rate": 1.8133333333333337e-06,
|
| 700 |
+
"loss": 0.0546,
|
| 701 |
+
"mean_token_accuracy": 0.9861893225461245,
|
| 702 |
+
"num_tokens": 10092544.0,
|
| 703 |
+
"step": 308
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"epoch": 0.832,
|
| 707 |
+
"grad_norm": 0.26138052344322205,
|
| 708 |
+
"learning_rate": 1.7066666666666667e-06,
|
| 709 |
+
"loss": 0.0553,
|
| 710 |
+
"mean_token_accuracy": 0.9866313245147467,
|
| 711 |
+
"num_tokens": 10223616.0,
|
| 712 |
+
"step": 312
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"epoch": 0.8426666666666667,
|
| 716 |
+
"grad_norm": 0.27364590764045715,
|
| 717 |
+
"learning_rate": 1.6000000000000001e-06,
|
| 718 |
+
"loss": 0.0617,
|
| 719 |
+
"mean_token_accuracy": 0.9845649115741253,
|
| 720 |
+
"num_tokens": 10354688.0,
|
| 721 |
+
"step": 316
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"epoch": 0.8533333333333334,
|
| 725 |
+
"grad_norm": 0.23869001865386963,
|
| 726 |
+
"learning_rate": 1.4933333333333336e-06,
|
| 727 |
+
"loss": 0.0549,
|
| 728 |
+
"mean_token_accuracy": 0.9865992218255997,
|
| 729 |
+
"num_tokens": 10485760.0,
|
| 730 |
+
"step": 320
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.864,
|
| 734 |
+
"grad_norm": 0.2767007052898407,
|
| 735 |
+
"learning_rate": 1.3866666666666668e-06,
|
| 736 |
+
"loss": 0.0592,
|
| 737 |
+
"mean_token_accuracy": 0.9854040741920471,
|
| 738 |
+
"num_tokens": 10616832.0,
|
| 739 |
+
"step": 324
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"epoch": 0.8746666666666667,
|
| 743 |
+
"grad_norm": 0.21002186834812164,
|
| 744 |
+
"learning_rate": 1.28e-06,
|
| 745 |
+
"loss": 0.0571,
|
| 746 |
+
"mean_token_accuracy": 0.9858873914927244,
|
| 747 |
+
"num_tokens": 10747904.0,
|
| 748 |
+
"step": 328
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"epoch": 0.8853333333333333,
|
| 752 |
+
"grad_norm": 0.21181665360927582,
|
| 753 |
+
"learning_rate": 1.1733333333333335e-06,
|
| 754 |
+
"loss": 0.0521,
|
| 755 |
+
"mean_token_accuracy": 0.9871898032724857,
|
| 756 |
+
"num_tokens": 10878976.0,
|
| 757 |
+
"step": 332
|
| 758 |
+
},
|
| 759 |
+
{
|
| 760 |
+
"epoch": 0.896,
|
| 761 |
+
"grad_norm": 0.31921684741973877,
|
| 762 |
+
"learning_rate": 1.066666666666667e-06,
|
| 763 |
+
"loss": 0.0563,
|
| 764 |
+
"mean_token_accuracy": 0.9860129542648792,
|
| 765 |
+
"num_tokens": 11010048.0,
|
| 766 |
+
"step": 336
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"epoch": 0.9066666666666666,
|
| 770 |
+
"grad_norm": 0.2304464429616928,
|
| 771 |
+
"learning_rate": 9.600000000000001e-07,
|
| 772 |
+
"loss": 0.0547,
|
| 773 |
+
"mean_token_accuracy": 0.9868404492735863,
|
| 774 |
+
"num_tokens": 11141120.0,
|
| 775 |
+
"step": 340
|
| 776 |
+
},
|
| 777 |
+
{
|
| 778 |
+
"epoch": 0.9173333333333333,
|
| 779 |
+
"grad_norm": 0.2787565290927887,
|
| 780 |
+
"learning_rate": 8.533333333333334e-07,
|
| 781 |
+
"loss": 0.0527,
|
| 782 |
+
"mean_token_accuracy": 0.9869417436420918,
|
| 783 |
+
"num_tokens": 11272192.0,
|
| 784 |
+
"step": 344
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"epoch": 0.928,
|
| 788 |
+
"grad_norm": 0.2605002224445343,
|
| 789 |
+
"learning_rate": 7.466666666666668e-07,
|
| 790 |
+
"loss": 0.0584,
|
| 791 |
+
"mean_token_accuracy": 0.985166372731328,
|
| 792 |
+
"num_tokens": 11403264.0,
|
| 793 |
+
"step": 348
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.9386666666666666,
|
| 797 |
+
"grad_norm": 0.30631157755851746,
|
| 798 |
+
"learning_rate": 6.4e-07,
|
| 799 |
+
"loss": 0.0559,
|
| 800 |
+
"mean_token_accuracy": 0.9864703621715307,
|
| 801 |
+
"num_tokens": 11534336.0,
|
| 802 |
+
"step": 352
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"epoch": 0.9493333333333334,
|
| 806 |
+
"grad_norm": 0.22370117902755737,
|
| 807 |
+
"learning_rate": 5.333333333333335e-07,
|
| 808 |
+
"loss": 0.0607,
|
| 809 |
+
"mean_token_accuracy": 0.9853631183505058,
|
| 810 |
+
"num_tokens": 11665408.0,
|
| 811 |
+
"step": 356
|
| 812 |
+
},
|
| 813 |
+
{
|
| 814 |
+
"epoch": 0.96,
|
| 815 |
+
"grad_norm": 0.2398754060268402,
|
| 816 |
+
"learning_rate": 4.266666666666667e-07,
|
| 817 |
+
"loss": 0.0553,
|
| 818 |
+
"mean_token_accuracy": 0.9864100068807602,
|
| 819 |
+
"num_tokens": 11796480.0,
|
| 820 |
+
"step": 360
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"epoch": 0.9706666666666667,
|
| 824 |
+
"grad_norm": 0.259531170129776,
|
| 825 |
+
"learning_rate": 3.2e-07,
|
| 826 |
+
"loss": 0.055,
|
| 827 |
+
"mean_token_accuracy": 0.9865185879170895,
|
| 828 |
+
"num_tokens": 11927552.0,
|
| 829 |
+
"step": 364
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"epoch": 0.9813333333333333,
|
| 833 |
+
"grad_norm": 0.2931111752986908,
|
| 834 |
+
"learning_rate": 2.1333333333333334e-07,
|
| 835 |
+
"loss": 0.0596,
|
| 836 |
+
"mean_token_accuracy": 0.9853004887700081,
|
| 837 |
+
"num_tokens": 12058624.0,
|
| 838 |
+
"step": 368
|
| 839 |
+
},
|
| 840 |
+
{
|
| 841 |
+
"epoch": 0.992,
|
| 842 |
+
"grad_norm": 0.22077959775924683,
|
| 843 |
+
"learning_rate": 1.0666666666666667e-07,
|
| 844 |
+
"loss": 0.0572,
|
| 845 |
+
"mean_token_accuracy": 0.985428512096405,
|
| 846 |
+
"num_tokens": 12189696.0,
|
| 847 |
+
"step": 372
|
| 848 |
+
}
|
| 849 |
+
],
|
| 850 |
+
"logging_steps": 4,
|
| 851 |
+
"max_steps": 375,
|
| 852 |
+
"num_input_tokens_seen": 0,
|
| 853 |
+
"num_train_epochs": 1,
|
| 854 |
+
"save_steps": 5000,
|
| 855 |
+
"stateful_callbacks": {
|
| 856 |
+
"TrainerControl": {
|
| 857 |
+
"args": {
|
| 858 |
+
"should_epoch_stop": false,
|
| 859 |
+
"should_evaluate": false,
|
| 860 |
+
"should_log": false,
|
| 861 |
+
"should_save": true,
|
| 862 |
+
"should_training_stop": true
|
| 863 |
+
},
|
| 864 |
+
"attributes": {}
|
| 865 |
+
}
|
| 866 |
+
},
|
| 867 |
+
"total_flos": 5.30671428698112e+17,
|
| 868 |
+
"train_batch_size": 2,
|
| 869 |
+
"trial_name": null,
|
| 870 |
+
"trial_params": null
|
| 871 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a5059008c70d1c185a1ed4ef672b5fd841e769c99f2384bbc210e01adb553a9
|
| 3 |
+
size 6225
|