Upload 15 files
Browse files- .gitattributes +1 -0
- README.md +208 -3
- adapter_config.json +33 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- chat_template.jinja +54 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +207 -0
- trainer_state.json +664 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,208 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen2.5-1.5B-Instruct
|
| 7 |
+
- sft
|
| 8 |
+
- transformers
|
| 9 |
+
- trl
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.18.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"bias": "none",
|
| 5 |
+
"block_share": false,
|
| 6 |
+
"coft": false,
|
| 7 |
+
"eps": 6e-05,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_weights": true,
|
| 12 |
+
"layers_pattern": null,
|
| 13 |
+
"layers_to_transform": null,
|
| 14 |
+
"module_dropout": 0.0,
|
| 15 |
+
"modules_to_save": null,
|
| 16 |
+
"num_cayley_neumann_terms": 5,
|
| 17 |
+
"oft_block_size": 32,
|
| 18 |
+
"peft_type": "OFT",
|
| 19 |
+
"peft_version": "0.18.1",
|
| 20 |
+
"r": 0,
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": [
|
| 23 |
+
"k_proj",
|
| 24 |
+
"o_proj",
|
| 25 |
+
"down_proj",
|
| 26 |
+
"v_proj",
|
| 27 |
+
"q_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"gate_proj"
|
| 30 |
+
],
|
| 31 |
+
"task_type": "CAUSAL_LM",
|
| 32 |
+
"use_cayley_neumann": true
|
| 33 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6518d2f0a7ec415fb35d11a144c5dfed67f86c139cffcf23cc34ea36635d8778
|
| 3 |
+
size 31579160
|
added_tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</tool_call>": 151658,
|
| 3 |
+
"<tool_call>": 151657,
|
| 4 |
+
"<|box_end|>": 151649,
|
| 5 |
+
"<|box_start|>": 151648,
|
| 6 |
+
"<|endoftext|>": 151643,
|
| 7 |
+
"<|file_sep|>": 151664,
|
| 8 |
+
"<|fim_middle|>": 151660,
|
| 9 |
+
"<|fim_pad|>": 151662,
|
| 10 |
+
"<|fim_prefix|>": 151659,
|
| 11 |
+
"<|fim_suffix|>": 151661,
|
| 12 |
+
"<|im_end|>": 151645,
|
| 13 |
+
"<|im_start|>": 151644,
|
| 14 |
+
"<|image_pad|>": 151655,
|
| 15 |
+
"<|object_ref_end|>": 151647,
|
| 16 |
+
"<|object_ref_start|>": 151646,
|
| 17 |
+
"<|quad_end|>": 151651,
|
| 18 |
+
"<|quad_start|>": 151650,
|
| 19 |
+
"<|repo_name|>": 151663,
|
| 20 |
+
"<|video_pad|>": 151656,
|
| 21 |
+
"<|vision_end|>": 151653,
|
| 22 |
+
"<|vision_pad|>": 151654,
|
| 23 |
+
"<|vision_start|>": 151652
|
| 24 |
+
}
|
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 %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d4e8af718f71ac16a84e76b7a7109f3ef1e99e6b7fc8bf1e89c634734dbbfe1
|
| 3 |
+
size 63272459
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:428aed83766f09a6a2d9ccfb86972eeda646225b3b0cd6accec4a90e4f900161
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da6cffd29d107485fd65a3291d66df7b87424f25de973bb529c2fbe605d9c752
|
| 3 |
+
size 1465
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
}
|
| 181 |
+
},
|
| 182 |
+
"additional_special_tokens": [
|
| 183 |
+
"<|im_start|>",
|
| 184 |
+
"<|im_end|>",
|
| 185 |
+
"<|object_ref_start|>",
|
| 186 |
+
"<|object_ref_end|>",
|
| 187 |
+
"<|box_start|>",
|
| 188 |
+
"<|box_end|>",
|
| 189 |
+
"<|quad_start|>",
|
| 190 |
+
"<|quad_end|>",
|
| 191 |
+
"<|vision_start|>",
|
| 192 |
+
"<|vision_end|>",
|
| 193 |
+
"<|vision_pad|>",
|
| 194 |
+
"<|image_pad|>",
|
| 195 |
+
"<|video_pad|>"
|
| 196 |
+
],
|
| 197 |
+
"bos_token": null,
|
| 198 |
+
"clean_up_tokenization_spaces": false,
|
| 199 |
+
"eos_token": "<|im_end|>",
|
| 200 |
+
"errors": "replace",
|
| 201 |
+
"extra_special_tokens": {},
|
| 202 |
+
"model_max_length": 131072,
|
| 203 |
+
"pad_token": "<|endoftext|>",
|
| 204 |
+
"split_special_tokens": false,
|
| 205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 206 |
+
"unk_token": null
|
| 207 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,664 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 25,
|
| 7 |
+
"global_step": 750,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"entropy": 1.6712856006622314,
|
| 14 |
+
"epoch": 0.1,
|
| 15 |
+
"grad_norm": 0.6304148435592651,
|
| 16 |
+
"learning_rate": 0.0001999990663152786,
|
| 17 |
+
"loss": 2.0491,
|
| 18 |
+
"mean_token_accuracy": 0.6684889650344848,
|
| 19 |
+
"num_tokens": 122580.0,
|
| 20 |
+
"step": 25
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"epoch": 0.1,
|
| 24 |
+
"eval_entropy": 0.9992010481655598,
|
| 25 |
+
"eval_loss": 0.9745309948921204,
|
| 26 |
+
"eval_mean_token_accuracy": 0.815976720303297,
|
| 27 |
+
"eval_num_tokens": 122580.0,
|
| 28 |
+
"eval_runtime": 66.8951,
|
| 29 |
+
"eval_samples_per_second": 29.898,
|
| 30 |
+
"eval_steps_per_second": 0.478,
|
| 31 |
+
"step": 25
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"entropy": 0.9771250176429749,
|
| 35 |
+
"epoch": 0.2,
|
| 36 |
+
"grad_norm": 0.4267440736293793,
|
| 37 |
+
"learning_rate": 0.0001993694918299864,
|
| 38 |
+
"loss": 0.9676,
|
| 39 |
+
"mean_token_accuracy": 0.8179380083084107,
|
| 40 |
+
"num_tokens": 244723.0,
|
| 41 |
+
"step": 50
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"epoch": 0.2,
|
| 45 |
+
"eval_entropy": 0.9376886244863272,
|
| 46 |
+
"eval_loss": 0.940742015838623,
|
| 47 |
+
"eval_mean_token_accuracy": 0.8212726972997189,
|
| 48 |
+
"eval_num_tokens": 244723.0,
|
| 49 |
+
"eval_runtime": 66.3094,
|
| 50 |
+
"eval_samples_per_second": 30.162,
|
| 51 |
+
"eval_steps_per_second": 0.483,
|
| 52 |
+
"step": 50
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"entropy": 0.9467579674720764,
|
| 56 |
+
"epoch": 0.3,
|
| 57 |
+
"grad_norm": 0.39123401045799255,
|
| 58 |
+
"learning_rate": 0.0001975812958575343,
|
| 59 |
+
"loss": 0.9473,
|
| 60 |
+
"mean_token_accuracy": 0.820980327129364,
|
| 61 |
+
"num_tokens": 366803.0,
|
| 62 |
+
"step": 75
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"epoch": 0.3,
|
| 66 |
+
"eval_entropy": 0.930314002558589,
|
| 67 |
+
"eval_loss": 0.9318345785140991,
|
| 68 |
+
"eval_mean_token_accuracy": 0.8218902982771397,
|
| 69 |
+
"eval_num_tokens": 366803.0,
|
| 70 |
+
"eval_runtime": 66.1507,
|
| 71 |
+
"eval_samples_per_second": 30.234,
|
| 72 |
+
"eval_steps_per_second": 0.484,
|
| 73 |
+
"step": 75
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"entropy": 0.9574691414833069,
|
| 77 |
+
"epoch": 0.4,
|
| 78 |
+
"grad_norm": 0.3710257112979889,
|
| 79 |
+
"learning_rate": 0.00019465532828090735,
|
| 80 |
+
"loss": 0.9545,
|
| 81 |
+
"mean_token_accuracy": 0.8186049485206603,
|
| 82 |
+
"num_tokens": 489374.0,
|
| 83 |
+
"step": 100
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"epoch": 0.4,
|
| 87 |
+
"eval_entropy": 0.9250399190932512,
|
| 88 |
+
"eval_loss": 0.927577555179596,
|
| 89 |
+
"eval_mean_token_accuracy": 0.8226032145321369,
|
| 90 |
+
"eval_num_tokens": 489374.0,
|
| 91 |
+
"eval_runtime": 66.6912,
|
| 92 |
+
"eval_samples_per_second": 29.989,
|
| 93 |
+
"eval_steps_per_second": 0.48,
|
| 94 |
+
"step": 100
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"entropy": 0.9415939354896545,
|
| 98 |
+
"epoch": 0.5,
|
| 99 |
+
"grad_norm": 0.3609308898448944,
|
| 100 |
+
"learning_rate": 0.00019062570509327992,
|
| 101 |
+
"loss": 0.938,
|
| 102 |
+
"mean_token_accuracy": 0.8219008255004883,
|
| 103 |
+
"num_tokens": 611509.0,
|
| 104 |
+
"step": 125
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.5,
|
| 108 |
+
"eval_entropy": 0.9134028796106577,
|
| 109 |
+
"eval_loss": 0.9236319661140442,
|
| 110 |
+
"eval_mean_token_accuracy": 0.8233284279704094,
|
| 111 |
+
"eval_num_tokens": 611509.0,
|
| 112 |
+
"eval_runtime": 67.9585,
|
| 113 |
+
"eval_samples_per_second": 29.43,
|
| 114 |
+
"eval_steps_per_second": 0.471,
|
| 115 |
+
"step": 125
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"entropy": 0.9313359212875366,
|
| 119 |
+
"epoch": 0.6,
|
| 120 |
+
"grad_norm": 0.3689591586589813,
|
| 121 |
+
"learning_rate": 0.00018553941061473218,
|
| 122 |
+
"loss": 0.9277,
|
| 123 |
+
"mean_token_accuracy": 0.8244240188598633,
|
| 124 |
+
"num_tokens": 733437.0,
|
| 125 |
+
"step": 150
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"epoch": 0.6,
|
| 129 |
+
"eval_entropy": 0.9121778700500727,
|
| 130 |
+
"eval_loss": 0.9206869006156921,
|
| 131 |
+
"eval_mean_token_accuracy": 0.8243093993514776,
|
| 132 |
+
"eval_num_tokens": 733437.0,
|
| 133 |
+
"eval_runtime": 68.185,
|
| 134 |
+
"eval_samples_per_second": 29.332,
|
| 135 |
+
"eval_steps_per_second": 0.469,
|
| 136 |
+
"step": 150
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"entropy": 0.9311716175079345,
|
| 140 |
+
"epoch": 0.7,
|
| 141 |
+
"grad_norm": 0.3817085027694702,
|
| 142 |
+
"learning_rate": 0.00017945574966774376,
|
| 143 |
+
"loss": 0.9292,
|
| 144 |
+
"mean_token_accuracy": 0.8232095694541931,
|
| 145 |
+
"num_tokens": 855571.0,
|
| 146 |
+
"step": 175
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.7,
|
| 150 |
+
"eval_entropy": 0.9240057598799467,
|
| 151 |
+
"eval_loss": 0.9190523028373718,
|
| 152 |
+
"eval_mean_token_accuracy": 0.8243635054677725,
|
| 153 |
+
"eval_num_tokens": 855571.0,
|
| 154 |
+
"eval_runtime": 68.1745,
|
| 155 |
+
"eval_samples_per_second": 29.336,
|
| 156 |
+
"eval_steps_per_second": 0.469,
|
| 157 |
+
"step": 175
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"entropy": 0.9368235039710998,
|
| 161 |
+
"epoch": 0.8,
|
| 162 |
+
"grad_norm": 0.343488872051239,
|
| 163 |
+
"learning_rate": 0.00017244565609895074,
|
| 164 |
+
"loss": 0.9328,
|
| 165 |
+
"mean_token_accuracy": 0.822948260307312,
|
| 166 |
+
"num_tokens": 977886.0,
|
| 167 |
+
"step": 200
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"epoch": 0.8,
|
| 171 |
+
"eval_entropy": 0.9235651567578316,
|
| 172 |
+
"eval_loss": 0.9163441061973572,
|
| 173 |
+
"eval_mean_token_accuracy": 0.8248479198664427,
|
| 174 |
+
"eval_num_tokens": 977886.0,
|
| 175 |
+
"eval_runtime": 68.3524,
|
| 176 |
+
"eval_samples_per_second": 29.26,
|
| 177 |
+
"eval_steps_per_second": 0.468,
|
| 178 |
+
"step": 200
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"entropy": 0.9266206288337707,
|
| 182 |
+
"epoch": 0.9,
|
| 183 |
+
"grad_norm": 0.34697458148002625,
|
| 184 |
+
"learning_rate": 0.00016459086570961594,
|
| 185 |
+
"loss": 0.9247,
|
| 186 |
+
"mean_token_accuracy": 0.8257838773727417,
|
| 187 |
+
"num_tokens": 1099649.0,
|
| 188 |
+
"step": 225
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"epoch": 0.9,
|
| 192 |
+
"eval_entropy": 0.9170300494879484,
|
| 193 |
+
"eval_loss": 0.9154583215713501,
|
| 194 |
+
"eval_mean_token_accuracy": 0.8250364065170288,
|
| 195 |
+
"eval_num_tokens": 1099649.0,
|
| 196 |
+
"eval_runtime": 67.9598,
|
| 197 |
+
"eval_samples_per_second": 29.429,
|
| 198 |
+
"eval_steps_per_second": 0.471,
|
| 199 |
+
"step": 225
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"entropy": 0.9486314964294433,
|
| 203 |
+
"epoch": 1.0,
|
| 204 |
+
"grad_norm": 0.38791951537132263,
|
| 205 |
+
"learning_rate": 0.00015598296323822024,
|
| 206 |
+
"loss": 0.9457,
|
| 207 |
+
"mean_token_accuracy": 0.8199513030052185,
|
| 208 |
+
"num_tokens": 1222434.0,
|
| 209 |
+
"step": 250
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 1.0,
|
| 213 |
+
"eval_entropy": 0.9278132077306509,
|
| 214 |
+
"eval_loss": 0.9133847951889038,
|
| 215 |
+
"eval_mean_token_accuracy": 0.8252693247050047,
|
| 216 |
+
"eval_num_tokens": 1222434.0,
|
| 217 |
+
"eval_runtime": 67.957,
|
| 218 |
+
"eval_samples_per_second": 29.43,
|
| 219 |
+
"eval_steps_per_second": 0.471,
|
| 220 |
+
"step": 250
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"entropy": 0.8935548496246338,
|
| 224 |
+
"epoch": 1.1,
|
| 225 |
+
"grad_norm": 0.3913302421569824,
|
| 226 |
+
"learning_rate": 0.00014672231450710066,
|
| 227 |
+
"loss": 0.8794,
|
| 228 |
+
"mean_token_accuracy": 0.8301347184181214,
|
| 229 |
+
"num_tokens": 1344769.0,
|
| 230 |
+
"step": 275
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 1.1,
|
| 234 |
+
"eval_entropy": 0.8964261263608932,
|
| 235 |
+
"eval_loss": 0.918248176574707,
|
| 236 |
+
"eval_mean_token_accuracy": 0.8246872704476118,
|
| 237 |
+
"eval_num_tokens": 1344769.0,
|
| 238 |
+
"eval_runtime": 67.949,
|
| 239 |
+
"eval_samples_per_second": 29.434,
|
| 240 |
+
"eval_steps_per_second": 0.471,
|
| 241 |
+
"step": 275
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"entropy": 0.8727394843101501,
|
| 245 |
+
"epoch": 1.2,
|
| 246 |
+
"grad_norm": 0.39644864201545715,
|
| 247 |
+
"learning_rate": 0.00013691689618401835,
|
| 248 |
+
"loss": 0.8669,
|
| 249 |
+
"mean_token_accuracy": 0.8310828638076783,
|
| 250 |
+
"num_tokens": 1466893.0,
|
| 251 |
+
"step": 300
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"epoch": 1.2,
|
| 255 |
+
"eval_entropy": 0.8782581854611635,
|
| 256 |
+
"eval_loss": 0.917015552520752,
|
| 257 |
+
"eval_mean_token_accuracy": 0.8250990845263004,
|
| 258 |
+
"eval_num_tokens": 1466893.0,
|
| 259 |
+
"eval_runtime": 67.8451,
|
| 260 |
+
"eval_samples_per_second": 29.479,
|
| 261 |
+
"eval_steps_per_second": 0.472,
|
| 262 |
+
"step": 300
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"entropy": 0.8778977513313293,
|
| 266 |
+
"epoch": 1.3,
|
| 267 |
+
"grad_norm": 0.3395286500453949,
|
| 268 |
+
"learning_rate": 0.00012668103680332012,
|
| 269 |
+
"loss": 0.876,
|
| 270 |
+
"mean_token_accuracy": 0.8312993144989014,
|
| 271 |
+
"num_tokens": 1589094.0,
|
| 272 |
+
"step": 325
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"epoch": 1.3,
|
| 276 |
+
"eval_entropy": 0.8799433764070272,
|
| 277 |
+
"eval_loss": 0.9174618124961853,
|
| 278 |
+
"eval_mean_token_accuracy": 0.8249436803162098,
|
| 279 |
+
"eval_num_tokens": 1589094.0,
|
| 280 |
+
"eval_runtime": 68.1596,
|
| 281 |
+
"eval_samples_per_second": 29.343,
|
| 282 |
+
"eval_steps_per_second": 0.469,
|
| 283 |
+
"step": 325
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"entropy": 0.8876111268997192,
|
| 287 |
+
"epoch": 1.4,
|
| 288 |
+
"grad_norm": 0.364728182554245,
|
| 289 |
+
"learning_rate": 0.00011613408372604825,
|
| 290 |
+
"loss": 0.8773,
|
| 291 |
+
"mean_token_accuracy": 0.8295953154563904,
|
| 292 |
+
"num_tokens": 1711583.0,
|
| 293 |
+
"step": 350
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"epoch": 1.4,
|
| 297 |
+
"eval_entropy": 0.85817476734519,
|
| 298 |
+
"eval_loss": 0.9163104295730591,
|
| 299 |
+
"eval_mean_token_accuracy": 0.8252090867608786,
|
| 300 |
+
"eval_num_tokens": 1711583.0,
|
| 301 |
+
"eval_runtime": 68.1812,
|
| 302 |
+
"eval_samples_per_second": 29.334,
|
| 303 |
+
"eval_steps_per_second": 0.469,
|
| 304 |
+
"step": 350
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"entropy": 0.88423011302948,
|
| 308 |
+
"epoch": 1.5,
|
| 309 |
+
"grad_norm": 0.38693588972091675,
|
| 310 |
+
"learning_rate": 0.00010539901158188398,
|
| 311 |
+
"loss": 0.883,
|
| 312 |
+
"mean_token_accuracy": 0.8286035037040711,
|
| 313 |
+
"num_tokens": 1834553.0,
|
| 314 |
+
"step": 375
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"epoch": 1.5,
|
| 318 |
+
"eval_entropy": 0.873553803190589,
|
| 319 |
+
"eval_loss": 0.9151167273521423,
|
| 320 |
+
"eval_mean_token_accuracy": 0.8254394326359034,
|
| 321 |
+
"eval_num_tokens": 1834553.0,
|
| 322 |
+
"eval_runtime": 68.1992,
|
| 323 |
+
"eval_samples_per_second": 29.326,
|
| 324 |
+
"eval_steps_per_second": 0.469,
|
| 325 |
+
"step": 375
|
| 326 |
+
},
|
| 327 |
+
{
|
| 328 |
+
"entropy": 0.8715341877937317,
|
| 329 |
+
"epoch": 1.6,
|
| 330 |
+
"grad_norm": 0.3770897686481476,
|
| 331 |
+
"learning_rate": 9.460098841811601e-05,
|
| 332 |
+
"loss": 0.87,
|
| 333 |
+
"mean_token_accuracy": 0.8320170021057129,
|
| 334 |
+
"num_tokens": 1956574.0,
|
| 335 |
+
"step": 400
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"epoch": 1.6,
|
| 339 |
+
"eval_entropy": 0.87935302965343,
|
| 340 |
+
"eval_loss": 0.9151723980903625,
|
| 341 |
+
"eval_mean_token_accuracy": 0.8255144450813532,
|
| 342 |
+
"eval_num_tokens": 1956574.0,
|
| 343 |
+
"eval_runtime": 67.9177,
|
| 344 |
+
"eval_samples_per_second": 29.447,
|
| 345 |
+
"eval_steps_per_second": 0.471,
|
| 346 |
+
"step": 400
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"entropy": 0.8710586881637573,
|
| 350 |
+
"epoch": 1.7,
|
| 351 |
+
"grad_norm": 0.3885301351547241,
|
| 352 |
+
"learning_rate": 8.386591627395173e-05,
|
| 353 |
+
"loss": 0.8672,
|
| 354 |
+
"mean_token_accuracy": 0.8299804759025574,
|
| 355 |
+
"num_tokens": 2078811.0,
|
| 356 |
+
"step": 425
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"epoch": 1.7,
|
| 360 |
+
"eval_entropy": 0.8739563841372728,
|
| 361 |
+
"eval_loss": 0.9149895906448364,
|
| 362 |
+
"eval_mean_token_accuracy": 0.8253704849630594,
|
| 363 |
+
"eval_num_tokens": 2078811.0,
|
| 364 |
+
"eval_runtime": 66.7099,
|
| 365 |
+
"eval_samples_per_second": 29.981,
|
| 366 |
+
"eval_steps_per_second": 0.48,
|
| 367 |
+
"step": 425
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"entropy": 0.8689111661911011,
|
| 371 |
+
"epoch": 1.8,
|
| 372 |
+
"grad_norm": 0.38322678208351135,
|
| 373 |
+
"learning_rate": 7.33189631966799e-05,
|
| 374 |
+
"loss": 0.865,
|
| 375 |
+
"mean_token_accuracy": 0.8322654938697815,
|
| 376 |
+
"num_tokens": 2200571.0,
|
| 377 |
+
"step": 450
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"epoch": 1.8,
|
| 381 |
+
"eval_entropy": 0.8741269316524267,
|
| 382 |
+
"eval_loss": 0.9147102236747742,
|
| 383 |
+
"eval_mean_token_accuracy": 0.8253954574465752,
|
| 384 |
+
"eval_num_tokens": 2200571.0,
|
| 385 |
+
"eval_runtime": 66.1144,
|
| 386 |
+
"eval_samples_per_second": 30.251,
|
| 387 |
+
"eval_steps_per_second": 0.484,
|
| 388 |
+
"step": 450
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"entropy": 0.8786772465705872,
|
| 392 |
+
"epoch": 1.9,
|
| 393 |
+
"grad_norm": 0.3754963278770447,
|
| 394 |
+
"learning_rate": 6.308310381598168e-05,
|
| 395 |
+
"loss": 0.8755,
|
| 396 |
+
"mean_token_accuracy": 0.8297365355491638,
|
| 397 |
+
"num_tokens": 2322788.0,
|
| 398 |
+
"step": 475
|
| 399 |
+
},
|
| 400 |
+
{
|
| 401 |
+
"epoch": 1.9,
|
| 402 |
+
"eval_entropy": 0.8773031029850245,
|
| 403 |
+
"eval_loss": 0.9134438633918762,
|
| 404 |
+
"eval_mean_token_accuracy": 0.8253685813397169,
|
| 405 |
+
"eval_num_tokens": 2322788.0,
|
| 406 |
+
"eval_runtime": 66.1468,
|
| 407 |
+
"eval_samples_per_second": 30.236,
|
| 408 |
+
"eval_steps_per_second": 0.484,
|
| 409 |
+
"step": 475
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"entropy": 0.8698205542564392,
|
| 413 |
+
"epoch": 2.0,
|
| 414 |
+
"grad_norm": 0.37209320068359375,
|
| 415 |
+
"learning_rate": 5.327768549289934e-05,
|
| 416 |
+
"loss": 0.8654,
|
| 417 |
+
"mean_token_accuracy": 0.8314353656768799,
|
| 418 |
+
"num_tokens": 2444868.0,
|
| 419 |
+
"step": 500
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"epoch": 2.0,
|
| 423 |
+
"eval_entropy": 0.874303799122572,
|
| 424 |
+
"eval_loss": 0.9136784076690674,
|
| 425 |
+
"eval_mean_token_accuracy": 0.8255054354667664,
|
| 426 |
+
"eval_num_tokens": 2444868.0,
|
| 427 |
+
"eval_runtime": 65.7882,
|
| 428 |
+
"eval_samples_per_second": 30.401,
|
| 429 |
+
"eval_steps_per_second": 0.486,
|
| 430 |
+
"step": 500
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"entropy": 0.8443045258522034,
|
| 434 |
+
"epoch": 2.1,
|
| 435 |
+
"grad_norm": 0.3855106830596924,
|
| 436 |
+
"learning_rate": 4.4017036761779787e-05,
|
| 437 |
+
"loss": 0.8248,
|
| 438 |
+
"mean_token_accuracy": 0.8369424676895142,
|
| 439 |
+
"num_tokens": 2567342.0,
|
| 440 |
+
"step": 525
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"epoch": 2.1,
|
| 444 |
+
"eval_entropy": 0.8267646413296461,
|
| 445 |
+
"eval_loss": 0.9248229265213013,
|
| 446 |
+
"eval_mean_token_accuracy": 0.8247568681836128,
|
| 447 |
+
"eval_num_tokens": 2567342.0,
|
| 448 |
+
"eval_runtime": 66.4418,
|
| 449 |
+
"eval_samples_per_second": 30.102,
|
| 450 |
+
"eval_steps_per_second": 0.482,
|
| 451 |
+
"step": 525
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"entropy": 0.8175929665565491,
|
| 455 |
+
"epoch": 2.2,
|
| 456 |
+
"grad_norm": 0.3969684839248657,
|
| 457 |
+
"learning_rate": 3.540913429038407e-05,
|
| 458 |
+
"loss": 0.8159,
|
| 459 |
+
"mean_token_accuracy": 0.8389404201507569,
|
| 460 |
+
"num_tokens": 2689296.0,
|
| 461 |
+
"step": 550
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"epoch": 2.2,
|
| 465 |
+
"eval_entropy": 0.8400543294847012,
|
| 466 |
+
"eval_loss": 0.9235786199569702,
|
| 467 |
+
"eval_mean_token_accuracy": 0.8250540643930435,
|
| 468 |
+
"eval_num_tokens": 2689296.0,
|
| 469 |
+
"eval_runtime": 66.682,
|
| 470 |
+
"eval_samples_per_second": 29.993,
|
| 471 |
+
"eval_steps_per_second": 0.48,
|
| 472 |
+
"step": 550
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"entropy": 0.8221414375305176,
|
| 476 |
+
"epoch": 2.3,
|
| 477 |
+
"grad_norm": 0.4103279709815979,
|
| 478 |
+
"learning_rate": 2.7554343901049294e-05,
|
| 479 |
+
"loss": 0.8108,
|
| 480 |
+
"mean_token_accuracy": 0.8397244310379028,
|
| 481 |
+
"num_tokens": 2811102.0,
|
| 482 |
+
"step": 575
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"epoch": 2.3,
|
| 486 |
+
"eval_entropy": 0.8320044614374638,
|
| 487 |
+
"eval_loss": 0.9250128269195557,
|
| 488 |
+
"eval_mean_token_accuracy": 0.8249792046844959,
|
| 489 |
+
"eval_num_tokens": 2811102.0,
|
| 490 |
+
"eval_runtime": 68.2399,
|
| 491 |
+
"eval_samples_per_second": 29.308,
|
| 492 |
+
"eval_steps_per_second": 0.469,
|
| 493 |
+
"step": 575
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"entropy": 0.8239590454101563,
|
| 497 |
+
"epoch": 2.4,
|
| 498 |
+
"grad_norm": 0.4046800434589386,
|
| 499 |
+
"learning_rate": 2.0544250332256276e-05,
|
| 500 |
+
"loss": 0.8193,
|
| 501 |
+
"mean_token_accuracy": 0.8385440015792847,
|
| 502 |
+
"num_tokens": 2933467.0,
|
| 503 |
+
"step": 600
|
| 504 |
+
},
|
| 505 |
+
{
|
| 506 |
+
"epoch": 2.4,
|
| 507 |
+
"eval_entropy": 0.8278196454048157,
|
| 508 |
+
"eval_loss": 0.9243917465209961,
|
| 509 |
+
"eval_mean_token_accuracy": 0.82486542314291,
|
| 510 |
+
"eval_num_tokens": 2933467.0,
|
| 511 |
+
"eval_runtime": 68.1284,
|
| 512 |
+
"eval_samples_per_second": 29.356,
|
| 513 |
+
"eval_steps_per_second": 0.47,
|
| 514 |
+
"step": 600
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"entropy": 0.8189333271980286,
|
| 518 |
+
"epoch": 2.5,
|
| 519 |
+
"grad_norm": 0.38442716002464294,
|
| 520 |
+
"learning_rate": 1.4460589385267842e-05,
|
| 521 |
+
"loss": 0.8178,
|
| 522 |
+
"mean_token_accuracy": 0.8380931878089904,
|
| 523 |
+
"num_tokens": 3055276.0,
|
| 524 |
+
"step": 625
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"epoch": 2.5,
|
| 528 |
+
"eval_entropy": 0.8392351847141981,
|
| 529 |
+
"eval_loss": 0.9240784645080566,
|
| 530 |
+
"eval_mean_token_accuracy": 0.8248794414103031,
|
| 531 |
+
"eval_num_tokens": 3055276.0,
|
| 532 |
+
"eval_runtime": 68.2247,
|
| 533 |
+
"eval_samples_per_second": 29.315,
|
| 534 |
+
"eval_steps_per_second": 0.469,
|
| 535 |
+
"step": 625
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"entropy": 0.8184775829315185,
|
| 539 |
+
"epoch": 2.6,
|
| 540 |
+
"grad_norm": 0.42365893721580505,
|
| 541 |
+
"learning_rate": 9.374294906720082e-06,
|
| 542 |
+
"loss": 0.8096,
|
| 543 |
+
"mean_token_accuracy": 0.8411558413505554,
|
| 544 |
+
"num_tokens": 3176654.0,
|
| 545 |
+
"step": 650
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"epoch": 2.6,
|
| 549 |
+
"eval_entropy": 0.8347331862896681,
|
| 550 |
+
"eval_loss": 0.9245245456695557,
|
| 551 |
+
"eval_mean_token_accuracy": 0.8248291350901127,
|
| 552 |
+
"eval_num_tokens": 3176654.0,
|
| 553 |
+
"eval_runtime": 67.8139,
|
| 554 |
+
"eval_samples_per_second": 29.492,
|
| 555 |
+
"eval_steps_per_second": 0.472,
|
| 556 |
+
"step": 650
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"entropy": 0.8422538375854492,
|
| 560 |
+
"epoch": 2.7,
|
| 561 |
+
"grad_norm": 0.410686194896698,
|
| 562 |
+
"learning_rate": 5.344671719092664e-06,
|
| 563 |
+
"loss": 0.8453,
|
| 564 |
+
"mean_token_accuracy": 0.832388162612915,
|
| 565 |
+
"num_tokens": 3299985.0,
|
| 566 |
+
"step": 675
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"epoch": 2.7,
|
| 570 |
+
"eval_entropy": 0.8364100754261017,
|
| 571 |
+
"eval_loss": 0.9244425296783447,
|
| 572 |
+
"eval_mean_token_accuracy": 0.8246717043220997,
|
| 573 |
+
"eval_num_tokens": 3299985.0,
|
| 574 |
+
"eval_runtime": 67.9993,
|
| 575 |
+
"eval_samples_per_second": 29.412,
|
| 576 |
+
"eval_steps_per_second": 0.471,
|
| 577 |
+
"step": 675
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"entropy": 0.8317058253288269,
|
| 581 |
+
"epoch": 2.8,
|
| 582 |
+
"grad_norm": 0.45394909381866455,
|
| 583 |
+
"learning_rate": 2.418704142465722e-06,
|
| 584 |
+
"loss": 0.8301,
|
| 585 |
+
"mean_token_accuracy": 0.8355569648742676,
|
| 586 |
+
"num_tokens": 3422725.0,
|
| 587 |
+
"step": 700
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"epoch": 2.8,
|
| 591 |
+
"eval_entropy": 0.8373962622135878,
|
| 592 |
+
"eval_loss": 0.924216091632843,
|
| 593 |
+
"eval_mean_token_accuracy": 0.8247099295258522,
|
| 594 |
+
"eval_num_tokens": 3422725.0,
|
| 595 |
+
"eval_runtime": 67.6852,
|
| 596 |
+
"eval_samples_per_second": 29.549,
|
| 597 |
+
"eval_steps_per_second": 0.473,
|
| 598 |
+
"step": 700
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"entropy": 0.8333729934692383,
|
| 602 |
+
"epoch": 2.9,
|
| 603 |
+
"grad_norm": 0.4409957230091095,
|
| 604 |
+
"learning_rate": 6.305081700136328e-07,
|
| 605 |
+
"loss": 0.8241,
|
| 606 |
+
"mean_token_accuracy": 0.83688227891922,
|
| 607 |
+
"num_tokens": 3545132.0,
|
| 608 |
+
"step": 725
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"epoch": 2.9,
|
| 612 |
+
"eval_entropy": 0.8377762027084827,
|
| 613 |
+
"eval_loss": 0.924144446849823,
|
| 614 |
+
"eval_mean_token_accuracy": 0.824684476479888,
|
| 615 |
+
"eval_num_tokens": 3545132.0,
|
| 616 |
+
"eval_runtime": 68.0427,
|
| 617 |
+
"eval_samples_per_second": 29.393,
|
| 618 |
+
"eval_steps_per_second": 0.47,
|
| 619 |
+
"step": 725
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"entropy": 0.8257460308074951,
|
| 623 |
+
"epoch": 3.0,
|
| 624 |
+
"grad_norm": 0.40077298879623413,
|
| 625 |
+
"learning_rate": 9.336847214269639e-10,
|
| 626 |
+
"loss": 0.8146,
|
| 627 |
+
"mean_token_accuracy": 0.8383808851242065,
|
| 628 |
+
"num_tokens": 3667302.0,
|
| 629 |
+
"step": 750
|
| 630 |
+
},
|
| 631 |
+
{
|
| 632 |
+
"epoch": 3.0,
|
| 633 |
+
"eval_entropy": 0.8377156592905521,
|
| 634 |
+
"eval_loss": 0.9241430759429932,
|
| 635 |
+
"eval_mean_token_accuracy": 0.8246781621128321,
|
| 636 |
+
"eval_num_tokens": 3667302.0,
|
| 637 |
+
"eval_runtime": 67.5858,
|
| 638 |
+
"eval_samples_per_second": 29.592,
|
| 639 |
+
"eval_steps_per_second": 0.473,
|
| 640 |
+
"step": 750
|
| 641 |
+
}
|
| 642 |
+
],
|
| 643 |
+
"logging_steps": 25,
|
| 644 |
+
"max_steps": 750,
|
| 645 |
+
"num_input_tokens_seen": 0,
|
| 646 |
+
"num_train_epochs": 3,
|
| 647 |
+
"save_steps": 25,
|
| 648 |
+
"stateful_callbacks": {
|
| 649 |
+
"TrainerControl": {
|
| 650 |
+
"args": {
|
| 651 |
+
"should_epoch_stop": false,
|
| 652 |
+
"should_evaluate": false,
|
| 653 |
+
"should_log": false,
|
| 654 |
+
"should_save": true,
|
| 655 |
+
"should_training_stop": true
|
| 656 |
+
},
|
| 657 |
+
"attributes": {}
|
| 658 |
+
}
|
| 659 |
+
},
|
| 660 |
+
"total_flos": 4.177111226528563e+16,
|
| 661 |
+
"train_batch_size": 64,
|
| 662 |
+
"trial_name": null,
|
| 663 |
+
"trial_params": null
|
| 664 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c577c4230a20438cfda4e6e7dbc70fe516691639973ccf9eeab4f9b315f3712
|
| 3 |
+
size 6353
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|