c926ab54640f: checkpoint-500
Browse files- .gitattributes +1 -0
- c926ab54640f/checkpoint-500/README.md +209 -0
- c926ab54640f/checkpoint-500/adapter_config.json +50 -0
- c926ab54640f/checkpoint-500/adapter_model.safetensors +3 -0
- c926ab54640f/checkpoint-500/chat_template.jinja +54 -0
- c926ab54640f/checkpoint-500/optimizer.pt +3 -0
- c926ab54640f/checkpoint-500/rng_state.pth +3 -0
- c926ab54640f/checkpoint-500/scaler.pt +3 -0
- c926ab54640f/checkpoint-500/scheduler.pt +3 -0
- c926ab54640f/checkpoint-500/tokenizer.json +3 -0
- c926ab54640f/checkpoint-500/tokenizer_config.json +29 -0
- c926ab54640f/checkpoint-500/trainer_state.json +534 -0
- c926ab54640f/checkpoint-500/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ c926ab54640f/checkpoint-100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
c926ab54640f/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
c926ab54640f/checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
c926ab54640f/checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
c926ab54640f/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
c926ab54640f/checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
c926ab54640f/checkpoint-400/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
c926ab54640f/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
c926ab54640f/checkpoint-500/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-Coder-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-Coder-1.5B-Instruct
|
| 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.20.0
|
c926ab54640f/checkpoint-500/adapter_config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 32,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"lora_ga_config": null,
|
| 23 |
+
"megatron_config": null,
|
| 24 |
+
"megatron_core": "megatron.core",
|
| 25 |
+
"modules_to_save": null,
|
| 26 |
+
"monteclora_config": null,
|
| 27 |
+
"peft_type": "LORA",
|
| 28 |
+
"peft_version": "0.20.0",
|
| 29 |
+
"qalora_group_size": 16,
|
| 30 |
+
"r": 16,
|
| 31 |
+
"rank_pattern": {},
|
| 32 |
+
"revision": null,
|
| 33 |
+
"target_modules": [
|
| 34 |
+
"q_proj",
|
| 35 |
+
"o_proj",
|
| 36 |
+
"up_proj",
|
| 37 |
+
"gate_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"down_proj",
|
| 40 |
+
"k_proj"
|
| 41 |
+
],
|
| 42 |
+
"target_parameters": null,
|
| 43 |
+
"task_type": "CAUSAL_LM",
|
| 44 |
+
"trainable_token_indices": null,
|
| 45 |
+
"use_bdlora": null,
|
| 46 |
+
"use_dora": false,
|
| 47 |
+
"use_qalora": false,
|
| 48 |
+
"use_rslora": false,
|
| 49 |
+
"velora_config": null
|
| 50 |
+
}
|
c926ab54640f/checkpoint-500/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c11ca636a0ad501f1b30e701cab46aba690668d5efcb3959249e158954c44a23
|
| 3 |
+
size 73911112
|
c926ab54640f/checkpoint-500/chat_template.jinja
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 4 |
+
{{- messages[0]['content'] }}
|
| 5 |
+
{%- else %}
|
| 6 |
+
{{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 9 |
+
{%- for tool in tools %}
|
| 10 |
+
{{- "\n" }}
|
| 11 |
+
{{- tool | tojson }}
|
| 12 |
+
{%- endfor %}
|
| 13 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 14 |
+
{%- else %}
|
| 15 |
+
{%- if messages[0]['role'] == 'system' %}
|
| 16 |
+
{{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- endif %}
|
| 21 |
+
{%- for message in messages %}
|
| 22 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
|
| 23 |
+
{{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
|
| 24 |
+
{%- elif message.role == "assistant" %}
|
| 25 |
+
{{- '<|im_start|>' + message.role }}
|
| 26 |
+
{%- if message.content %}
|
| 27 |
+
{{- '\n' + message.content }}
|
| 28 |
+
{%- endif %}
|
| 29 |
+
{%- for tool_call in message.tool_calls %}
|
| 30 |
+
{%- if tool_call.function is defined %}
|
| 31 |
+
{%- set tool_call = tool_call.function %}
|
| 32 |
+
{%- endif %}
|
| 33 |
+
{{- '\n<tool_call>\n{"name": "' }}
|
| 34 |
+
{{- tool_call.name }}
|
| 35 |
+
{{- '", "arguments": ' }}
|
| 36 |
+
{{- tool_call.arguments | tojson }}
|
| 37 |
+
{{- '}\n</tool_call>' }}
|
| 38 |
+
{%- endfor %}
|
| 39 |
+
{{- '<|im_end|>\n' }}
|
| 40 |
+
{%- elif message.role == "tool" %}
|
| 41 |
+
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
| 42 |
+
{{- '<|im_start|>user' }}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{{- '\n<tool_response>\n' }}
|
| 45 |
+
{{- message.content }}
|
| 46 |
+
{{- '\n</tool_response>' }}
|
| 47 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 48 |
+
{{- '<|im_end|>\n' }}
|
| 49 |
+
{%- endif %}
|
| 50 |
+
{%- endif %}
|
| 51 |
+
{%- endfor %}
|
| 52 |
+
{%- if add_generation_prompt %}
|
| 53 |
+
{{- '<|im_start|>assistant\n' }}
|
| 54 |
+
{%- endif %}
|
c926ab54640f/checkpoint-500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:209d9b161637ca9b47532c4407e99cdc6109f225be1ea737d88f33288f4c39a5
|
| 3 |
+
size 148053627
|
c926ab54640f/checkpoint-500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d92ba0812c892400798413a7f63295814fc4b9dbd35182e7532ea11aef0f6b40
|
| 3 |
+
size 14645
|
c926ab54640f/checkpoint-500/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f77569c2e850b04af982cc8c1389f1430851448915c593b69e5da36ce05b71d7
|
| 3 |
+
size 1383
|
c926ab54640f/checkpoint-500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fdb6bbcc39bde0d76fb201f3aceeba6fcd645c733688d4dc471422303550a95
|
| 3 |
+
size 1465
|
c926ab54640f/checkpoint-500/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
|
| 3 |
+
size 11421892
|
c926ab54640f/checkpoint-500/tokenizer_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"backend": "tokenizers",
|
| 4 |
+
"bos_token": null,
|
| 5 |
+
"clean_up_tokenization_spaces": false,
|
| 6 |
+
"eos_token": "<|im_end|>",
|
| 7 |
+
"errors": "replace",
|
| 8 |
+
"extra_special_tokens": [
|
| 9 |
+
"<|im_start|>",
|
| 10 |
+
"<|im_end|>",
|
| 11 |
+
"<|object_ref_start|>",
|
| 12 |
+
"<|object_ref_end|>",
|
| 13 |
+
"<|box_start|>",
|
| 14 |
+
"<|box_end|>",
|
| 15 |
+
"<|quad_start|>",
|
| 16 |
+
"<|quad_end|>",
|
| 17 |
+
"<|vision_start|>",
|
| 18 |
+
"<|vision_end|>",
|
| 19 |
+
"<|vision_pad|>",
|
| 20 |
+
"<|image_pad|>",
|
| 21 |
+
"<|video_pad|>"
|
| 22 |
+
],
|
| 23 |
+
"is_local": false,
|
| 24 |
+
"model_max_length": 32768,
|
| 25 |
+
"pad_token": "<|endoftext|>",
|
| 26 |
+
"split_special_tokens": false,
|
| 27 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 28 |
+
"unk_token": null
|
| 29 |
+
}
|
c926ab54640f/checkpoint-500/trainer_state.json
ADDED
|
@@ -0,0 +1,534 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.1548238012709415,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 500,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"entropy": 0.25053702369332315,
|
| 14 |
+
"epoch": 0.023108030040439053,
|
| 15 |
+
"grad_norm": 0.3855944275856018,
|
| 16 |
+
"learning_rate": 0.00018968727415326884,
|
| 17 |
+
"loss": 0.2840240240097046,
|
| 18 |
+
"mean_token_accuracy": 0.9133788526058197,
|
| 19 |
+
"num_tokens": 91409.0,
|
| 20 |
+
"step": 10
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"entropy": 0.2452327784150839,
|
| 24 |
+
"epoch": 0.046216060080878106,
|
| 25 |
+
"grad_norm": 0.436616450548172,
|
| 26 |
+
"learning_rate": 0.00014422886902190014,
|
| 27 |
+
"loss": 0.20089757442474365,
|
| 28 |
+
"mean_token_accuracy": 0.9353952407836914,
|
| 29 |
+
"num_tokens": 186627.0,
|
| 30 |
+
"step": 20
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"entropy": 0.19640089981257916,
|
| 34 |
+
"epoch": 0.06932409012131716,
|
| 35 |
+
"grad_norm": 0.4252662658691406,
|
| 36 |
+
"learning_rate": 8.049096779838719e-05,
|
| 37 |
+
"loss": 0.18276022672653197,
|
| 38 |
+
"mean_token_accuracy": 0.938230411708355,
|
| 39 |
+
"num_tokens": 276604.0,
|
| 40 |
+
"step": 30
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"entropy": 0.1965320620685816,
|
| 44 |
+
"epoch": 0.09243212016175621,
|
| 45 |
+
"grad_norm": 0.4219682216644287,
|
| 46 |
+
"learning_rate": 2.4816019252102273e-05,
|
| 47 |
+
"loss": 0.1999036192893982,
|
| 48 |
+
"mean_token_accuracy": 0.9345726266503334,
|
| 49 |
+
"num_tokens": 368108.0,
|
| 50 |
+
"step": 40
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"entropy": 0.1977928763255477,
|
| 54 |
+
"epoch": 0.11554015020219527,
|
| 55 |
+
"grad_norm": 0.3416396677494049,
|
| 56 |
+
"learning_rate": 2.141076761396521e-07,
|
| 57 |
+
"loss": 0.1896825909614563,
|
| 58 |
+
"mean_token_accuracy": 0.9379530012607574,
|
| 59 |
+
"num_tokens": 457334.0,
|
| 60 |
+
"step": 50
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"entropy": 0.20226533226668836,
|
| 64 |
+
"epoch": 0.1386481802426343,
|
| 65 |
+
"grad_norm": 0.5229596495628357,
|
| 66 |
+
"learning_rate": 0.00019987569212189224,
|
| 67 |
+
"loss": 0.1918914794921875,
|
| 68 |
+
"mean_token_accuracy": 0.9407946109771729,
|
| 69 |
+
"num_tokens": 90124.0,
|
| 70 |
+
"step": 60
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"entropy": 0.2129991866648197,
|
| 74 |
+
"epoch": 0.16175621028307338,
|
| 75 |
+
"grad_norm": 0.38087597489356995,
|
| 76 |
+
"learning_rate": 0.00019972037971811802,
|
| 77 |
+
"loss": 0.19346315860748292,
|
| 78 |
+
"mean_token_accuracy": 0.9426828250288963,
|
| 79 |
+
"num_tokens": 176242.0,
|
| 80 |
+
"step": 70
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"entropy": 0.20487470366060734,
|
| 84 |
+
"epoch": 0.18486424032351242,
|
| 85 |
+
"grad_norm": 0.35892292857170105,
|
| 86 |
+
"learning_rate": 0.00019950307753654017,
|
| 87 |
+
"loss": 0.18932828903198243,
|
| 88 |
+
"mean_token_accuracy": 0.9358784079551696,
|
| 89 |
+
"num_tokens": 267687.0,
|
| 90 |
+
"step": 80
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"entropy": 0.18303043842315675,
|
| 94 |
+
"epoch": 0.20797227036395147,
|
| 95 |
+
"grad_norm": 0.5852434635162354,
|
| 96 |
+
"learning_rate": 0.00019922392066001722,
|
| 97 |
+
"loss": 0.18723020553588868,
|
| 98 |
+
"mean_token_accuracy": 0.9429863467812538,
|
| 99 |
+
"num_tokens": 352134.0,
|
| 100 |
+
"step": 90
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"entropy": 0.17160551846027375,
|
| 104 |
+
"epoch": 0.23108030040439054,
|
| 105 |
+
"grad_norm": 0.5159252285957336,
|
| 106 |
+
"learning_rate": 0.00019888308262251285,
|
| 107 |
+
"loss": 0.15068645477294923,
|
| 108 |
+
"mean_token_accuracy": 0.9512565016746521,
|
| 109 |
+
"num_tokens": 440851.0,
|
| 110 |
+
"step": 100
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"entropy": 0.16275491286069155,
|
| 114 |
+
"epoch": 0.2541883304448296,
|
| 115 |
+
"grad_norm": 0.5486075282096863,
|
| 116 |
+
"learning_rate": 0.00019848077530122083,
|
| 117 |
+
"loss": 0.16782530546188354,
|
| 118 |
+
"mean_token_accuracy": 0.9473349168896675,
|
| 119 |
+
"num_tokens": 531156.0,
|
| 120 |
+
"step": 110
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"entropy": 0.1631414294242859,
|
| 124 |
+
"epoch": 0.2772963604852686,
|
| 125 |
+
"grad_norm": 0.360660582780838,
|
| 126 |
+
"learning_rate": 0.00019801724878485438,
|
| 127 |
+
"loss": 0.1489890694618225,
|
| 128 |
+
"mean_token_accuracy": 0.9537395715713501,
|
| 129 |
+
"num_tokens": 621556.0,
|
| 130 |
+
"step": 120
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"entropy": 0.16629892718046904,
|
| 134 |
+
"epoch": 0.30040439052570767,
|
| 135 |
+
"grad_norm": 0.5829369425773621,
|
| 136 |
+
"learning_rate": 0.00019749279121818235,
|
| 137 |
+
"loss": 0.1609186887741089,
|
| 138 |
+
"mean_token_accuracy": 0.9493778333067894,
|
| 139 |
+
"num_tokens": 714122.0,
|
| 140 |
+
"step": 130
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"entropy": 0.15167794916778804,
|
| 144 |
+
"epoch": 0.32351242056614676,
|
| 145 |
+
"grad_norm": 0.3773649334907532,
|
| 146 |
+
"learning_rate": 0.0001969077286229078,
|
| 147 |
+
"loss": 0.14646281003952027,
|
| 148 |
+
"mean_token_accuracy": 0.9529520198702812,
|
| 149 |
+
"num_tokens": 809857.0,
|
| 150 |
+
"step": 140
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"entropy": 0.1419608134776354,
|
| 154 |
+
"epoch": 0.3466204506065858,
|
| 155 |
+
"grad_norm": 0.4423299729824066,
|
| 156 |
+
"learning_rate": 0.0001962624246950012,
|
| 157 |
+
"loss": 0.1439625382423401,
|
| 158 |
+
"mean_token_accuracy": 0.9514987796545029,
|
| 159 |
+
"num_tokens": 896746.0,
|
| 160 |
+
"step": 150
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"entropy": 0.17105115856975317,
|
| 164 |
+
"epoch": 0.36972848064702485,
|
| 165 |
+
"grad_norm": 0.44132688641548157,
|
| 166 |
+
"learning_rate": 0.0001955572805786141,
|
| 167 |
+
"loss": 0.14246749877929688,
|
| 168 |
+
"mean_token_accuracy": 0.948833154141903,
|
| 169 |
+
"num_tokens": 984865.0,
|
| 170 |
+
"step": 160
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"entropy": 0.14561160299926995,
|
| 174 |
+
"epoch": 0.3928365106874639,
|
| 175 |
+
"grad_norm": 0.3809663653373718,
|
| 176 |
+
"learning_rate": 0.0001947927346167132,
|
| 177 |
+
"loss": 0.15373014211654662,
|
| 178 |
+
"mean_token_accuracy": 0.952961015701294,
|
| 179 |
+
"num_tokens": 1080231.0,
|
| 180 |
+
"step": 170
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"entropy": 0.16094056274741889,
|
| 184 |
+
"epoch": 0.41594454072790293,
|
| 185 |
+
"grad_norm": 0.368802934885025,
|
| 186 |
+
"learning_rate": 0.00019396926207859084,
|
| 187 |
+
"loss": 0.14946006536483764,
|
| 188 |
+
"mean_token_accuracy": 0.9532878756523132,
|
| 189 |
+
"num_tokens": 1174200.0,
|
| 190 |
+
"step": 180
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"entropy": 0.14007117301225663,
|
| 194 |
+
"epoch": 0.439052570768342,
|
| 195 |
+
"grad_norm": 0.6444777846336365,
|
| 196 |
+
"learning_rate": 0.00019308737486442045,
|
| 197 |
+
"loss": 0.1405700922012329,
|
| 198 |
+
"mean_token_accuracy": 0.9617422357201576,
|
| 199 |
+
"num_tokens": 1261095.0,
|
| 200 |
+
"step": 190
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"entropy": 0.1333176439628005,
|
| 204 |
+
"epoch": 0.4621606008087811,
|
| 205 |
+
"grad_norm": 0.4077698886394501,
|
| 206 |
+
"learning_rate": 0.00019214762118704076,
|
| 207 |
+
"loss": 0.14433506727218628,
|
| 208 |
+
"mean_token_accuracy": 0.9545276626944542,
|
| 209 |
+
"num_tokens": 1347013.0,
|
| 210 |
+
"step": 200
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"entropy": 0.14489816222339869,
|
| 214 |
+
"epoch": 0.4852686308492201,
|
| 215 |
+
"grad_norm": 0.4106835424900055,
|
| 216 |
+
"learning_rate": 0.00019115058523116733,
|
| 217 |
+
"loss": 0.12317780256271363,
|
| 218 |
+
"mean_token_accuracy": 0.9603971764445305,
|
| 219 |
+
"num_tokens": 1436520.0,
|
| 220 |
+
"step": 210
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"entropy": 0.12729622349143027,
|
| 224 |
+
"epoch": 0.5083766608896592,
|
| 225 |
+
"grad_norm": 0.2570558190345764,
|
| 226 |
+
"learning_rate": 0.0001900968867902419,
|
| 227 |
+
"loss": 0.12025457620620728,
|
| 228 |
+
"mean_token_accuracy": 0.9619329497218132,
|
| 229 |
+
"num_tokens": 1526164.0,
|
| 230 |
+
"step": 220
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"entropy": 0.12943572215735913,
|
| 234 |
+
"epoch": 0.5314846909300982,
|
| 235 |
+
"grad_norm": 0.4023452401161194,
|
| 236 |
+
"learning_rate": 0.0001889871808811469,
|
| 237 |
+
"loss": 0.13672986030578613,
|
| 238 |
+
"mean_token_accuracy": 0.9565972954034805,
|
| 239 |
+
"num_tokens": 1612243.0,
|
| 240 |
+
"step": 230
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"entropy": 0.11833337713032961,
|
| 244 |
+
"epoch": 0.5545927209705372,
|
| 245 |
+
"grad_norm": 0.7690483331680298,
|
| 246 |
+
"learning_rate": 0.00018782215733702286,
|
| 247 |
+
"loss": 0.10976905822753906,
|
| 248 |
+
"mean_token_accuracy": 0.9637095719575882,
|
| 249 |
+
"num_tokens": 1708578.0,
|
| 250 |
+
"step": 240
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"entropy": 0.11379784885793924,
|
| 254 |
+
"epoch": 0.5777007510109763,
|
| 255 |
+
"grad_norm": 0.31654056906700134,
|
| 256 |
+
"learning_rate": 0.00018660254037844388,
|
| 257 |
+
"loss": 0.1196696400642395,
|
| 258 |
+
"mean_token_accuracy": 0.9632119759917259,
|
| 259 |
+
"num_tokens": 1800795.0,
|
| 260 |
+
"step": 250
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"entropy": 0.1469706142321229,
|
| 264 |
+
"epoch": 0.6008087810514153,
|
| 265 |
+
"grad_norm": 0.48627087473869324,
|
| 266 |
+
"learning_rate": 0.00018532908816321558,
|
| 267 |
+
"loss": 0.13480278253555297,
|
| 268 |
+
"mean_token_accuracy": 0.9569883048534393,
|
| 269 |
+
"num_tokens": 1895156.0,
|
| 270 |
+
"step": 260
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"entropy": 0.12755432203412057,
|
| 274 |
+
"epoch": 0.6239168110918544,
|
| 275 |
+
"grad_norm": 0.49406057596206665,
|
| 276 |
+
"learning_rate": 0.00018400259231507717,
|
| 277 |
+
"loss": 0.11772323846817016,
|
| 278 |
+
"mean_token_accuracy": 0.9615781545639038,
|
| 279 |
+
"num_tokens": 1992605.0,
|
| 280 |
+
"step": 270
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"entropy": 0.10990294981747865,
|
| 284 |
+
"epoch": 0.6470248411322935,
|
| 285 |
+
"grad_norm": 0.44597575068473816,
|
| 286 |
+
"learning_rate": 0.0001826238774315995,
|
| 287 |
+
"loss": 0.11711924076080323,
|
| 288 |
+
"mean_token_accuracy": 0.9635483607649803,
|
| 289 |
+
"num_tokens": 2078981.0,
|
| 290 |
+
"step": 280
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"entropy": 0.12252486441284419,
|
| 294 |
+
"epoch": 0.6701328711727326,
|
| 295 |
+
"grad_norm": 0.6590924859046936,
|
| 296 |
+
"learning_rate": 0.00018119380057158568,
|
| 297 |
+
"loss": 0.12246577739715576,
|
| 298 |
+
"mean_token_accuracy": 0.9635076820850372,
|
| 299 |
+
"num_tokens": 2163127.0,
|
| 300 |
+
"step": 290
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"entropy": 0.11667787805199623,
|
| 304 |
+
"epoch": 0.6932409012131716,
|
| 305 |
+
"grad_norm": 0.30897030234336853,
|
| 306 |
+
"learning_rate": 0.00017971325072229226,
|
| 307 |
+
"loss": 0.11207195520401,
|
| 308 |
+
"mean_token_accuracy": 0.9664140149950982,
|
| 309 |
+
"num_tokens": 2250020.0,
|
| 310 |
+
"step": 300
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"entropy": 0.10723365237936378,
|
| 314 |
+
"epoch": 0.7163489312536107,
|
| 315 |
+
"grad_norm": 0.35012784600257874,
|
| 316 |
+
"learning_rate": 0.000178183148246803,
|
| 317 |
+
"loss": 0.10141674280166627,
|
| 318 |
+
"mean_token_accuracy": 0.9667504042387008,
|
| 319 |
+
"num_tokens": 2342180.0,
|
| 320 |
+
"step": 310
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"entropy": 0.10656228372827173,
|
| 324 |
+
"epoch": 0.7394569612940497,
|
| 325 |
+
"grad_norm": 0.6778198480606079,
|
| 326 |
+
"learning_rate": 0.0001766044443118978,
|
| 327 |
+
"loss": 0.11167047023773194,
|
| 328 |
+
"mean_token_accuracy": 0.9646604552865028,
|
| 329 |
+
"num_tokens": 2428901.0,
|
| 330 |
+
"step": 320
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"entropy": 0.12334352433681488,
|
| 334 |
+
"epoch": 0.7625649913344887,
|
| 335 |
+
"grad_norm": 0.3929327428340912,
|
| 336 |
+
"learning_rate": 0.00017497812029677344,
|
| 337 |
+
"loss": 0.13769056797027587,
|
| 338 |
+
"mean_token_accuracy": 0.9574923142790794,
|
| 339 |
+
"num_tokens": 2524924.0,
|
| 340 |
+
"step": 330
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"entropy": 0.115700420178473,
|
| 344 |
+
"epoch": 0.7856730213749278,
|
| 345 |
+
"grad_norm": 0.35736656188964844,
|
| 346 |
+
"learning_rate": 0.00017330518718298264,
|
| 347 |
+
"loss": 0.1097031831741333,
|
| 348 |
+
"mean_token_accuracy": 0.9680601879954338,
|
| 349 |
+
"num_tokens": 2616261.0,
|
| 350 |
+
"step": 340
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"entropy": 0.11344754723832011,
|
| 354 |
+
"epoch": 0.8087810514153668,
|
| 355 |
+
"grad_norm": 0.3905283510684967,
|
| 356 |
+
"learning_rate": 0.00017158668492597186,
|
| 357 |
+
"loss": 0.09722363948822021,
|
| 358 |
+
"mean_token_accuracy": 0.9685764014720917,
|
| 359 |
+
"num_tokens": 2706875.0,
|
| 360 |
+
"step": 350
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"entropy": 0.10129693355411291,
|
| 364 |
+
"epoch": 0.8318890814558059,
|
| 365 |
+
"grad_norm": 0.33620545268058777,
|
| 366 |
+
"learning_rate": 0.00016982368180860728,
|
| 367 |
+
"loss": 0.10325313806533813,
|
| 368 |
+
"mean_token_accuracy": 0.9673566803336143,
|
| 369 |
+
"num_tokens": 2794064.0,
|
| 370 |
+
"step": 360
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"entropy": 0.10174256730824709,
|
| 374 |
+
"epoch": 0.8549971114962449,
|
| 375 |
+
"grad_norm": 0.35370293259620667,
|
| 376 |
+
"learning_rate": 0.00016801727377709194,
|
| 377 |
+
"loss": 0.0895127534866333,
|
| 378 |
+
"mean_token_accuracy": 0.9702110648155212,
|
| 379 |
+
"num_tokens": 2881845.0,
|
| 380 |
+
"step": 370
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"entropy": 0.10100147491320968,
|
| 384 |
+
"epoch": 0.878105141536684,
|
| 385 |
+
"grad_norm": 0.33359017968177795,
|
| 386 |
+
"learning_rate": 0.00016616858375968595,
|
| 387 |
+
"loss": 0.11089967489242554,
|
| 388 |
+
"mean_token_accuracy": 0.9662180259823799,
|
| 389 |
+
"num_tokens": 2975509.0,
|
| 390 |
+
"step": 380
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"entropy": 0.11788110584020614,
|
| 394 |
+
"epoch": 0.901213171577123,
|
| 395 |
+
"grad_norm": 0.5891948938369751,
|
| 396 |
+
"learning_rate": 0.00016427876096865394,
|
| 397 |
+
"loss": 0.11323659420013428,
|
| 398 |
+
"mean_token_accuracy": 0.967065966129303,
|
| 399 |
+
"num_tokens": 3069718.0,
|
| 400 |
+
"step": 390
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"entropy": 0.1004796303808689,
|
| 404 |
+
"epoch": 0.9243212016175621,
|
| 405 |
+
"grad_norm": 0.5099625587463379,
|
| 406 |
+
"learning_rate": 0.00016234898018587337,
|
| 407 |
+
"loss": 0.09161977767944336,
|
| 408 |
+
"mean_token_accuracy": 0.9722862154245376,
|
| 409 |
+
"num_tokens": 3157514.0,
|
| 410 |
+
"step": 400
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"entropy": 0.09554047212004661,
|
| 414 |
+
"epoch": 0.9474292316580012,
|
| 415 |
+
"grad_norm": 0.4334423243999481,
|
| 416 |
+
"learning_rate": 0.00016038044103254775,
|
| 417 |
+
"loss": 0.10389481782913208,
|
| 418 |
+
"mean_token_accuracy": 0.9688831776380539,
|
| 419 |
+
"num_tokens": 3253608.0,
|
| 420 |
+
"step": 410
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"entropy": 0.11286892779171467,
|
| 424 |
+
"epoch": 0.9705372616984402,
|
| 425 |
+
"grad_norm": 0.5343768000602722,
|
| 426 |
+
"learning_rate": 0.000158374367223479,
|
| 427 |
+
"loss": 0.10636662244796753,
|
| 428 |
+
"mean_token_accuracy": 0.9680440634489059,
|
| 429 |
+
"num_tokens": 3339127.0,
|
| 430 |
+
"step": 420
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"entropy": 0.10603147987276315,
|
| 434 |
+
"epoch": 0.9936452917388793,
|
| 435 |
+
"grad_norm": 0.4976741671562195,
|
| 436 |
+
"learning_rate": 0.0001563320058063622,
|
| 437 |
+
"loss": 0.09392367601394654,
|
| 438 |
+
"mean_token_accuracy": 0.9700029551982879,
|
| 439 |
+
"num_tokens": 3426446.0,
|
| 440 |
+
"step": 430
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"entropy": 0.08927198938834362,
|
| 444 |
+
"epoch": 1.0161756210283073,
|
| 445 |
+
"grad_norm": 0.3850901126861572,
|
| 446 |
+
"learning_rate": 0.00015425462638657595,
|
| 447 |
+
"loss": 0.08777095079421997,
|
| 448 |
+
"mean_token_accuracy": 0.9736012770579412,
|
| 449 |
+
"num_tokens": 3509651.0,
|
| 450 |
+
"step": 440
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"entropy": 0.0771227509714663,
|
| 454 |
+
"epoch": 1.0392836510687464,
|
| 455 |
+
"grad_norm": 0.6629709601402283,
|
| 456 |
+
"learning_rate": 0.0001521435203379498,
|
| 457 |
+
"loss": 0.06896573901176453,
|
| 458 |
+
"mean_token_accuracy": 0.9790179893374443,
|
| 459 |
+
"num_tokens": 3600316.0,
|
| 460 |
+
"step": 450
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"entropy": 0.06483586076647044,
|
| 464 |
+
"epoch": 1.0623916811091854,
|
| 465 |
+
"grad_norm": 0.2478586584329605,
|
| 466 |
+
"learning_rate": 0.00015000000000000001,
|
| 467 |
+
"loss": 0.059802645444869997,
|
| 468 |
+
"mean_token_accuracy": 0.9834248185157776,
|
| 469 |
+
"num_tokens": 3687453.0,
|
| 470 |
+
"step": 460
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"entropy": 0.055846321303397416,
|
| 474 |
+
"epoch": 1.0854997111496245,
|
| 475 |
+
"grad_norm": 0.4622909128665924,
|
| 476 |
+
"learning_rate": 0.00014782539786213183,
|
| 477 |
+
"loss": 0.054994475841522214,
|
| 478 |
+
"mean_token_accuracy": 0.9826823636889458,
|
| 479 |
+
"num_tokens": 3774980.0,
|
| 480 |
+
"step": 470
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"entropy": 0.05830292827449739,
|
| 484 |
+
"epoch": 1.1086077411900634,
|
| 485 |
+
"grad_norm": 0.4814852774143219,
|
| 486 |
+
"learning_rate": 0.0001456210657353163,
|
| 487 |
+
"loss": 0.05833314657211304,
|
| 488 |
+
"mean_token_accuracy": 0.9774734809994697,
|
| 489 |
+
"num_tokens": 3868848.0,
|
| 490 |
+
"step": 480
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"entropy": 0.0672043870203197,
|
| 494 |
+
"epoch": 1.1317157712305026,
|
| 495 |
+
"grad_norm": 0.31145647168159485,
|
| 496 |
+
"learning_rate": 0.00014338837391175582,
|
| 497 |
+
"loss": 0.06549112796783448,
|
| 498 |
+
"mean_token_accuracy": 0.9800179317593575,
|
| 499 |
+
"num_tokens": 3958195.0,
|
| 500 |
+
"step": 490
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"entropy": 0.06734551358968019,
|
| 504 |
+
"epoch": 1.1548238012709415,
|
| 505 |
+
"grad_norm": 0.38005223870277405,
|
| 506 |
+
"learning_rate": 0.00014112871031306119,
|
| 507 |
+
"loss": 0.07287130355834961,
|
| 508 |
+
"mean_token_accuracy": 0.979092413187027,
|
| 509 |
+
"num_tokens": 4043372.0,
|
| 510 |
+
"step": 500
|
| 511 |
+
}
|
| 512 |
+
],
|
| 513 |
+
"logging_steps": 10,
|
| 514 |
+
"max_steps": 1299,
|
| 515 |
+
"num_input_tokens_seen": 0,
|
| 516 |
+
"num_train_epochs": 3,
|
| 517 |
+
"save_steps": 100,
|
| 518 |
+
"stateful_callbacks": {
|
| 519 |
+
"TrainerControl": {
|
| 520 |
+
"args": {
|
| 521 |
+
"should_epoch_stop": false,
|
| 522 |
+
"should_evaluate": false,
|
| 523 |
+
"should_log": false,
|
| 524 |
+
"should_save": true,
|
| 525 |
+
"should_training_stop": false
|
| 526 |
+
},
|
| 527 |
+
"attributes": {}
|
| 528 |
+
}
|
| 529 |
+
},
|
| 530 |
+
"total_flos": 5.486931860775322e+16,
|
| 531 |
+
"train_batch_size": 4,
|
| 532 |
+
"trial_name": null,
|
| 533 |
+
"trial_params": null
|
| 534 |
+
}
|
c926ab54640f/checkpoint-500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:590a0797f1cb9af93f293e5538244672d5aa3922e4ac279c9baa8f2267c2ccf8
|
| 3 |
+
size 5777
|