Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +208 -3
- adapter_config.json +42 -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_0.pth +3 -0
- rng_state_1.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +208 -0
- trainer_state.json +634 -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: Qwen/Qwen2.5-32B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-32B-Instruct
|
| 7 |
+
- llama-factory
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 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.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-32B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 16,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"gate_proj",
|
| 30 |
+
"q_proj",
|
| 31 |
+
"up_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
+
"o_proj",
|
| 34 |
+
"down_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:940bba12e769a587391433a071a5301891bff1158af8f8f8bbe1589677330122
|
| 3 |
+
size 268555264
|
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:01f7e0565ebd2621d46e4f7582a709b613648574be655160275b1be255fde61f
|
| 3 |
+
size 537627235
|
rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d971eb6abf3febcd9b6caeba54b2cc7b45deea36ce1ee4e746826906a2d1542a
|
| 3 |
+
size 14917
|
rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d120f681115d349dfbbdb1fe1ea4073c32fa0f70434ec433cc5932c8cae722c1
|
| 3 |
+
size 14917
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71f35a7b5e49376a2b50b316d973ce46fcbc6a608b73447bcd4f4a9e0b8c9dda
|
| 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,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"padding_side": "right",
|
| 205 |
+
"split_special_tokens": false,
|
| 206 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 207 |
+
"unk_token": null
|
| 208 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,634 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.18467220683287167,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 300,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.0030778701138811943,
|
| 14 |
+
"grad_norm": 0.47482776641845703,
|
| 15 |
+
"learning_rate": 4.9999916942231176e-05,
|
| 16 |
+
"loss": 1.1992,
|
| 17 |
+
"num_input_tokens_seen": 42384,
|
| 18 |
+
"step": 5,
|
| 19 |
+
"train_runtime": 19.849,
|
| 20 |
+
"train_tokens_per_second": 2135.325
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"epoch": 0.006155740227762389,
|
| 24 |
+
"grad_norm": 0.24747319519519806,
|
| 25 |
+
"learning_rate": 4.999957952099119e-05,
|
| 26 |
+
"loss": 1.0247,
|
| 27 |
+
"num_input_tokens_seen": 86000,
|
| 28 |
+
"step": 10,
|
| 29 |
+
"train_runtime": 39.0811,
|
| 30 |
+
"train_tokens_per_second": 2200.554
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.009233610341643583,
|
| 34 |
+
"grad_norm": 0.10441822558641434,
|
| 35 |
+
"learning_rate": 4.9998982548669973e-05,
|
| 36 |
+
"loss": 0.8631,
|
| 37 |
+
"num_input_tokens_seen": 124784,
|
| 38 |
+
"step": 15,
|
| 39 |
+
"train_runtime": 57.1682,
|
| 40 |
+
"train_tokens_per_second": 2182.751
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"epoch": 0.012311480455524777,
|
| 44 |
+
"grad_norm": 0.11058320850133896,
|
| 45 |
+
"learning_rate": 4.999812603146542e-05,
|
| 46 |
+
"loss": 0.9173,
|
| 47 |
+
"num_input_tokens_seen": 165952,
|
| 48 |
+
"step": 20,
|
| 49 |
+
"train_runtime": 75.5733,
|
| 50 |
+
"train_tokens_per_second": 2195.909
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"epoch": 0.015389350569405972,
|
| 54 |
+
"grad_norm": 0.09879708290100098,
|
| 55 |
+
"learning_rate": 4.9997009978270085e-05,
|
| 56 |
+
"loss": 0.8722,
|
| 57 |
+
"num_input_tokens_seen": 201584,
|
| 58 |
+
"step": 25,
|
| 59 |
+
"train_runtime": 92.5588,
|
| 60 |
+
"train_tokens_per_second": 2177.903
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.018467220683287166,
|
| 64 |
+
"grad_norm": 0.11391397565603256,
|
| 65 |
+
"learning_rate": 4.999563440067108e-05,
|
| 66 |
+
"loss": 0.866,
|
| 67 |
+
"num_input_tokens_seen": 240656,
|
| 68 |
+
"step": 30,
|
| 69 |
+
"train_runtime": 111.1373,
|
| 70 |
+
"train_tokens_per_second": 2165.393
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"epoch": 0.02154509079716836,
|
| 74 |
+
"grad_norm": 0.09722574800252914,
|
| 75 |
+
"learning_rate": 4.9993999312949936e-05,
|
| 76 |
+
"loss": 0.853,
|
| 77 |
+
"num_input_tokens_seen": 287248,
|
| 78 |
+
"step": 35,
|
| 79 |
+
"train_runtime": 130.6684,
|
| 80 |
+
"train_tokens_per_second": 2198.297
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.024622960911049555,
|
| 84 |
+
"grad_norm": 0.12133017182350159,
|
| 85 |
+
"learning_rate": 4.99921047320825e-05,
|
| 86 |
+
"loss": 0.88,
|
| 87 |
+
"num_input_tokens_seen": 328448,
|
| 88 |
+
"step": 40,
|
| 89 |
+
"train_runtime": 149.193,
|
| 90 |
+
"train_tokens_per_second": 2201.498
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"epoch": 0.027700831024930747,
|
| 94 |
+
"grad_norm": 0.12174953520298004,
|
| 95 |
+
"learning_rate": 4.9989950677738726e-05,
|
| 96 |
+
"loss": 0.8503,
|
| 97 |
+
"num_input_tokens_seen": 370512,
|
| 98 |
+
"step": 45,
|
| 99 |
+
"train_runtime": 168.2236,
|
| 100 |
+
"train_tokens_per_second": 2202.497
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.030778701138811943,
|
| 104 |
+
"grad_norm": 0.12440948933362961,
|
| 105 |
+
"learning_rate": 4.9987537172282466e-05,
|
| 106 |
+
"loss": 0.8707,
|
| 107 |
+
"num_input_tokens_seen": 409936,
|
| 108 |
+
"step": 50,
|
| 109 |
+
"train_runtime": 186.7223,
|
| 110 |
+
"train_tokens_per_second": 2195.432
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 0.03385657125269314,
|
| 114 |
+
"grad_norm": 0.12797962129116058,
|
| 115 |
+
"learning_rate": 4.998486424077127e-05,
|
| 116 |
+
"loss": 0.8475,
|
| 117 |
+
"num_input_tokens_seen": 450928,
|
| 118 |
+
"step": 55,
|
| 119 |
+
"train_runtime": 205.1107,
|
| 120 |
+
"train_tokens_per_second": 2198.462
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"epoch": 0.03693444136657433,
|
| 124 |
+
"grad_norm": 0.09793120622634888,
|
| 125 |
+
"learning_rate": 4.9981931910956086e-05,
|
| 126 |
+
"loss": 0.8409,
|
| 127 |
+
"num_input_tokens_seen": 491152,
|
| 128 |
+
"step": 60,
|
| 129 |
+
"train_runtime": 223.3671,
|
| 130 |
+
"train_tokens_per_second": 2198.856
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.040012311480455524,
|
| 134 |
+
"grad_norm": 0.10957301408052444,
|
| 135 |
+
"learning_rate": 4.9978740213281005e-05,
|
| 136 |
+
"loss": 0.8524,
|
| 137 |
+
"num_input_tokens_seen": 532160,
|
| 138 |
+
"step": 65,
|
| 139 |
+
"train_runtime": 241.5682,
|
| 140 |
+
"train_tokens_per_second": 2202.939
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"epoch": 0.04309018159433672,
|
| 144 |
+
"grad_norm": 0.12283050268888474,
|
| 145 |
+
"learning_rate": 4.9975289180882936e-05,
|
| 146 |
+
"loss": 0.8944,
|
| 147 |
+
"num_input_tokens_seen": 573392,
|
| 148 |
+
"step": 70,
|
| 149 |
+
"train_runtime": 259.8567,
|
| 150 |
+
"train_tokens_per_second": 2206.57
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.046168051708217916,
|
| 154 |
+
"grad_norm": 0.1338459849357605,
|
| 155 |
+
"learning_rate": 4.9971578849591225e-05,
|
| 156 |
+
"loss": 0.8478,
|
| 157 |
+
"num_input_tokens_seen": 613488,
|
| 158 |
+
"step": 75,
|
| 159 |
+
"train_runtime": 278.0456,
|
| 160 |
+
"train_tokens_per_second": 2206.429
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"epoch": 0.04924592182209911,
|
| 164 |
+
"grad_norm": 0.10969562828540802,
|
| 165 |
+
"learning_rate": 4.996760925792737e-05,
|
| 166 |
+
"loss": 0.8331,
|
| 167 |
+
"num_input_tokens_seen": 656480,
|
| 168 |
+
"step": 80,
|
| 169 |
+
"train_runtime": 296.3508,
|
| 170 |
+
"train_tokens_per_second": 2215.212
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.0523237919359803,
|
| 174 |
+
"grad_norm": 0.1411936730146408,
|
| 175 |
+
"learning_rate": 4.996338044710452e-05,
|
| 176 |
+
"loss": 0.8306,
|
| 177 |
+
"num_input_tokens_seen": 698272,
|
| 178 |
+
"step": 85,
|
| 179 |
+
"train_runtime": 315.096,
|
| 180 |
+
"train_tokens_per_second": 2216.061
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"epoch": 0.055401662049861494,
|
| 184 |
+
"grad_norm": 0.1435951143503189,
|
| 185 |
+
"learning_rate": 4.995889246102711e-05,
|
| 186 |
+
"loss": 0.8318,
|
| 187 |
+
"num_input_tokens_seen": 735376,
|
| 188 |
+
"step": 90,
|
| 189 |
+
"train_runtime": 332.4774,
|
| 190 |
+
"train_tokens_per_second": 2211.807
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.05847953216374269,
|
| 194 |
+
"grad_norm": 0.15133805572986603,
|
| 195 |
+
"learning_rate": 4.995414534629039e-05,
|
| 196 |
+
"loss": 0.8674,
|
| 197 |
+
"num_input_tokens_seen": 772544,
|
| 198 |
+
"step": 95,
|
| 199 |
+
"train_runtime": 350.9252,
|
| 200 |
+
"train_tokens_per_second": 2201.449
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"epoch": 0.061557402277623886,
|
| 204 |
+
"grad_norm": 0.10615513473749161,
|
| 205 |
+
"learning_rate": 4.9949139152179944e-05,
|
| 206 |
+
"loss": 0.901,
|
| 207 |
+
"num_input_tokens_seen": 814928,
|
| 208 |
+
"step": 100,
|
| 209 |
+
"train_runtime": 369.5452,
|
| 210 |
+
"train_tokens_per_second": 2205.219
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"epoch": 0.06463527239150507,
|
| 214 |
+
"grad_norm": 0.10441838204860687,
|
| 215 |
+
"learning_rate": 4.994387393067117e-05,
|
| 216 |
+
"loss": 0.8522,
|
| 217 |
+
"num_input_tokens_seen": 855104,
|
| 218 |
+
"step": 105,
|
| 219 |
+
"train_runtime": 388.7482,
|
| 220 |
+
"train_tokens_per_second": 2199.635
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"epoch": 0.06771314250538628,
|
| 224 |
+
"grad_norm": 0.1405644714832306,
|
| 225 |
+
"learning_rate": 4.993834973642874e-05,
|
| 226 |
+
"loss": 0.8614,
|
| 227 |
+
"num_input_tokens_seen": 896272,
|
| 228 |
+
"step": 110,
|
| 229 |
+
"train_runtime": 406.8129,
|
| 230 |
+
"train_tokens_per_second": 2203.155
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 0.07079101261926747,
|
| 234 |
+
"grad_norm": 0.11736899614334106,
|
| 235 |
+
"learning_rate": 4.993256662680604e-05,
|
| 236 |
+
"loss": 0.8371,
|
| 237 |
+
"num_input_tokens_seen": 940864,
|
| 238 |
+
"step": 115,
|
| 239 |
+
"train_runtime": 425.836,
|
| 240 |
+
"train_tokens_per_second": 2209.452
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.07386888273314866,
|
| 244 |
+
"grad_norm": 0.1269819736480713,
|
| 245 |
+
"learning_rate": 4.992652466184458e-05,
|
| 246 |
+
"loss": 0.9,
|
| 247 |
+
"num_input_tokens_seen": 983360,
|
| 248 |
+
"step": 120,
|
| 249 |
+
"train_runtime": 444.5802,
|
| 250 |
+
"train_tokens_per_second": 2211.884
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 0.07694675284702986,
|
| 254 |
+
"grad_norm": 0.10944321751594543,
|
| 255 |
+
"learning_rate": 4.992022390427335e-05,
|
| 256 |
+
"loss": 0.8629,
|
| 257 |
+
"num_input_tokens_seen": 1025120,
|
| 258 |
+
"step": 125,
|
| 259 |
+
"train_runtime": 463.3805,
|
| 260 |
+
"train_tokens_per_second": 2212.264
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"epoch": 0.08002462296091105,
|
| 264 |
+
"grad_norm": 0.1438760608434677,
|
| 265 |
+
"learning_rate": 4.99136644195082e-05,
|
| 266 |
+
"loss": 0.8797,
|
| 267 |
+
"num_input_tokens_seen": 1065360,
|
| 268 |
+
"step": 130,
|
| 269 |
+
"train_runtime": 480.9152,
|
| 270 |
+
"train_tokens_per_second": 2215.276
|
| 271 |
+
},
|
| 272 |
+
{
|
| 273 |
+
"epoch": 0.08310249307479224,
|
| 274 |
+
"grad_norm": 0.13859188556671143,
|
| 275 |
+
"learning_rate": 4.9906846275651125e-05,
|
| 276 |
+
"loss": 0.8317,
|
| 277 |
+
"num_input_tokens_seen": 1106112,
|
| 278 |
+
"step": 135,
|
| 279 |
+
"train_runtime": 498.8557,
|
| 280 |
+
"train_tokens_per_second": 2217.299
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"epoch": 0.08618036318867343,
|
| 284 |
+
"grad_norm": 0.1412304937839508,
|
| 285 |
+
"learning_rate": 4.989976954348958e-05,
|
| 286 |
+
"loss": 0.8422,
|
| 287 |
+
"num_input_tokens_seen": 1149632,
|
| 288 |
+
"step": 140,
|
| 289 |
+
"train_runtime": 517.2481,
|
| 290 |
+
"train_tokens_per_second": 2222.593
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.08925823330255463,
|
| 294 |
+
"grad_norm": 0.1513959765434265,
|
| 295 |
+
"learning_rate": 4.989243429649573e-05,
|
| 296 |
+
"loss": 0.8403,
|
| 297 |
+
"num_input_tokens_seen": 1187824,
|
| 298 |
+
"step": 145,
|
| 299 |
+
"train_runtime": 535.2196,
|
| 300 |
+
"train_tokens_per_second": 2219.321
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"epoch": 0.09233610341643583,
|
| 304 |
+
"grad_norm": 0.13685107231140137,
|
| 305 |
+
"learning_rate": 4.988484061082572e-05,
|
| 306 |
+
"loss": 0.8961,
|
| 307 |
+
"num_input_tokens_seen": 1229088,
|
| 308 |
+
"step": 150,
|
| 309 |
+
"train_runtime": 553.4777,
|
| 310 |
+
"train_tokens_per_second": 2220.664
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.09541397353031703,
|
| 314 |
+
"grad_norm": 0.12999333441257477,
|
| 315 |
+
"learning_rate": 4.987698856531884e-05,
|
| 316 |
+
"loss": 0.814,
|
| 317 |
+
"num_input_tokens_seen": 1273056,
|
| 318 |
+
"step": 155,
|
| 319 |
+
"train_runtime": 572.9621,
|
| 320 |
+
"train_tokens_per_second": 2221.885
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"epoch": 0.09849184364419822,
|
| 324 |
+
"grad_norm": 0.1481194943189621,
|
| 325 |
+
"learning_rate": 4.986887824149674e-05,
|
| 326 |
+
"loss": 0.8542,
|
| 327 |
+
"num_input_tokens_seen": 1310288,
|
| 328 |
+
"step": 160,
|
| 329 |
+
"train_runtime": 589.8405,
|
| 330 |
+
"train_tokens_per_second": 2221.427
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"epoch": 0.10156971375807941,
|
| 334 |
+
"grad_norm": 0.1396579146385193,
|
| 335 |
+
"learning_rate": 4.9860509723562573e-05,
|
| 336 |
+
"loss": 0.8722,
|
| 337 |
+
"num_input_tokens_seen": 1351312,
|
| 338 |
+
"step": 165,
|
| 339 |
+
"train_runtime": 607.8908,
|
| 340 |
+
"train_tokens_per_second": 2222.952
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"epoch": 0.1046475838719606,
|
| 344 |
+
"grad_norm": 0.12688206136226654,
|
| 345 |
+
"learning_rate": 4.985188309840012e-05,
|
| 346 |
+
"loss": 0.8587,
|
| 347 |
+
"num_input_tokens_seen": 1396336,
|
| 348 |
+
"step": 170,
|
| 349 |
+
"train_runtime": 626.8902,
|
| 350 |
+
"train_tokens_per_second": 2227.401
|
| 351 |
+
},
|
| 352 |
+
{
|
| 353 |
+
"epoch": 0.1077254539858418,
|
| 354 |
+
"grad_norm": 0.13825534284114838,
|
| 355 |
+
"learning_rate": 4.984299845557287e-05,
|
| 356 |
+
"loss": 0.8014,
|
| 357 |
+
"num_input_tokens_seen": 1437984,
|
| 358 |
+
"step": 175,
|
| 359 |
+
"train_runtime": 645.2717,
|
| 360 |
+
"train_tokens_per_second": 2228.494
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.11080332409972299,
|
| 364 |
+
"grad_norm": 0.12385495752096176,
|
| 365 |
+
"learning_rate": 4.983385588732312e-05,
|
| 366 |
+
"loss": 0.8385,
|
| 367 |
+
"num_input_tokens_seen": 1475360,
|
| 368 |
+
"step": 180,
|
| 369 |
+
"train_runtime": 662.6866,
|
| 370 |
+
"train_tokens_per_second": 2226.332
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 0.11388119421360418,
|
| 374 |
+
"grad_norm": 0.12246419489383698,
|
| 375 |
+
"learning_rate": 4.982445548857102e-05,
|
| 376 |
+
"loss": 0.8372,
|
| 377 |
+
"num_input_tokens_seen": 1513152,
|
| 378 |
+
"step": 185,
|
| 379 |
+
"train_runtime": 680.3316,
|
| 380 |
+
"train_tokens_per_second": 2224.139
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.11695906432748537,
|
| 384 |
+
"grad_norm": 0.12281708419322968,
|
| 385 |
+
"learning_rate": 4.981479735691354e-05,
|
| 386 |
+
"loss": 0.8446,
|
| 387 |
+
"num_input_tokens_seen": 1556256,
|
| 388 |
+
"step": 190,
|
| 389 |
+
"train_runtime": 698.7652,
|
| 390 |
+
"train_tokens_per_second": 2227.152
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"epoch": 0.12003693444136658,
|
| 394 |
+
"grad_norm": 0.13810615241527557,
|
| 395 |
+
"learning_rate": 4.980488159262353e-05,
|
| 396 |
+
"loss": 0.8141,
|
| 397 |
+
"num_input_tokens_seen": 1598832,
|
| 398 |
+
"step": 195,
|
| 399 |
+
"train_runtime": 717.4389,
|
| 400 |
+
"train_tokens_per_second": 2228.527
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"epoch": 0.12311480455524777,
|
| 404 |
+
"grad_norm": 0.15435761213302612,
|
| 405 |
+
"learning_rate": 4.97947082986486e-05,
|
| 406 |
+
"loss": 0.8398,
|
| 407 |
+
"num_input_tokens_seen": 1641712,
|
| 408 |
+
"step": 200,
|
| 409 |
+
"train_runtime": 736.4476,
|
| 410 |
+
"train_tokens_per_second": 2229.231
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"epoch": 0.12619267466912895,
|
| 414 |
+
"grad_norm": 0.15266934037208557,
|
| 415 |
+
"learning_rate": 4.978427758061009e-05,
|
| 416 |
+
"loss": 0.8714,
|
| 417 |
+
"num_input_tokens_seen": 1684544,
|
| 418 |
+
"step": 205,
|
| 419 |
+
"train_runtime": 756.7894,
|
| 420 |
+
"train_tokens_per_second": 2225.908
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"epoch": 0.12927054478301014,
|
| 424 |
+
"grad_norm": 0.13250574469566345,
|
| 425 |
+
"learning_rate": 4.977358954680202e-05,
|
| 426 |
+
"loss": 0.8116,
|
| 427 |
+
"num_input_tokens_seen": 1723120,
|
| 428 |
+
"step": 210,
|
| 429 |
+
"train_runtime": 774.2541,
|
| 430 |
+
"train_tokens_per_second": 2225.523
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"epoch": 0.13234841489689136,
|
| 434 |
+
"grad_norm": 0.11579591035842896,
|
| 435 |
+
"learning_rate": 4.9762644308189865e-05,
|
| 436 |
+
"loss": 0.8204,
|
| 437 |
+
"num_input_tokens_seen": 1768096,
|
| 438 |
+
"step": 215,
|
| 439 |
+
"train_runtime": 793.0535,
|
| 440 |
+
"train_tokens_per_second": 2229.479
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"epoch": 0.13542628501077256,
|
| 444 |
+
"grad_norm": 0.12654677033424377,
|
| 445 |
+
"learning_rate": 4.9751441978409484e-05,
|
| 446 |
+
"loss": 0.8334,
|
| 447 |
+
"num_input_tokens_seen": 1808176,
|
| 448 |
+
"step": 220,
|
| 449 |
+
"train_runtime": 810.905,
|
| 450 |
+
"train_tokens_per_second": 2229.825
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.13850415512465375,
|
| 454 |
+
"grad_norm": 0.15607228875160217,
|
| 455 |
+
"learning_rate": 4.97399826737659e-05,
|
| 456 |
+
"loss": 0.8177,
|
| 457 |
+
"num_input_tokens_seen": 1848480,
|
| 458 |
+
"step": 225,
|
| 459 |
+
"train_runtime": 829.3126,
|
| 460 |
+
"train_tokens_per_second": 2228.93
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"epoch": 0.14158202523853494,
|
| 464 |
+
"grad_norm": 0.1535269021987915,
|
| 465 |
+
"learning_rate": 4.972826651323211e-05,
|
| 466 |
+
"loss": 0.807,
|
| 467 |
+
"num_input_tokens_seen": 1889168,
|
| 468 |
+
"step": 230,
|
| 469 |
+
"train_runtime": 847.0449,
|
| 470 |
+
"train_tokens_per_second": 2230.304
|
| 471 |
+
},
|
| 472 |
+
{
|
| 473 |
+
"epoch": 0.14465989535241613,
|
| 474 |
+
"grad_norm": 0.13663041591644287,
|
| 475 |
+
"learning_rate": 4.971629361844785e-05,
|
| 476 |
+
"loss": 0.8557,
|
| 477 |
+
"num_input_tokens_seen": 1930784,
|
| 478 |
+
"step": 235,
|
| 479 |
+
"train_runtime": 865.4457,
|
| 480 |
+
"train_tokens_per_second": 2230.971
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"epoch": 0.14773776546629733,
|
| 484 |
+
"grad_norm": 0.1719619184732437,
|
| 485 |
+
"learning_rate": 4.9704064113718326e-05,
|
| 486 |
+
"loss": 0.8436,
|
| 487 |
+
"num_input_tokens_seen": 1974176,
|
| 488 |
+
"step": 240,
|
| 489 |
+
"train_runtime": 883.9962,
|
| 490 |
+
"train_tokens_per_second": 2233.24
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"epoch": 0.15081563558017852,
|
| 494 |
+
"grad_norm": 0.15830345451831818,
|
| 495 |
+
"learning_rate": 4.9691578126012905e-05,
|
| 496 |
+
"loss": 0.853,
|
| 497 |
+
"num_input_tokens_seen": 2013008,
|
| 498 |
+
"step": 245,
|
| 499 |
+
"train_runtime": 902.1681,
|
| 500 |
+
"train_tokens_per_second": 2231.3
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"epoch": 0.1538935056940597,
|
| 504 |
+
"grad_norm": 0.14472956955432892,
|
| 505 |
+
"learning_rate": 4.967883578496385e-05,
|
| 506 |
+
"loss": 0.874,
|
| 507 |
+
"num_input_tokens_seen": 2053328,
|
| 508 |
+
"step": 250,
|
| 509 |
+
"train_runtime": 919.7822,
|
| 510 |
+
"train_tokens_per_second": 2232.407
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"epoch": 0.1569713758079409,
|
| 514 |
+
"grad_norm": 0.13329900801181793,
|
| 515 |
+
"learning_rate": 4.966583722286491e-05,
|
| 516 |
+
"loss": 0.8333,
|
| 517 |
+
"num_input_tokens_seen": 2094992,
|
| 518 |
+
"step": 255,
|
| 519 |
+
"train_runtime": 937.9537,
|
| 520 |
+
"train_tokens_per_second": 2233.577
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.1600492459218221,
|
| 524 |
+
"grad_norm": 0.1551639437675476,
|
| 525 |
+
"learning_rate": 4.9652582574669995e-05,
|
| 526 |
+
"loss": 0.864,
|
| 527 |
+
"num_input_tokens_seen": 2135376,
|
| 528 |
+
"step": 260,
|
| 529 |
+
"train_runtime": 955.8955,
|
| 530 |
+
"train_tokens_per_second": 2233.901
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"epoch": 0.1631271160357033,
|
| 534 |
+
"grad_norm": 0.12460612505674362,
|
| 535 |
+
"learning_rate": 4.963907197799174e-05,
|
| 536 |
+
"loss": 0.8321,
|
| 537 |
+
"num_input_tokens_seen": 2176624,
|
| 538 |
+
"step": 265,
|
| 539 |
+
"train_runtime": 974.3283,
|
| 540 |
+
"train_tokens_per_second": 2233.974
|
| 541 |
+
},
|
| 542 |
+
{
|
| 543 |
+
"epoch": 0.16620498614958448,
|
| 544 |
+
"grad_norm": 0.13981439173221588,
|
| 545 |
+
"learning_rate": 4.9625305573100115e-05,
|
| 546 |
+
"loss": 0.8349,
|
| 547 |
+
"num_input_tokens_seen": 2220496,
|
| 548 |
+
"step": 270,
|
| 549 |
+
"train_runtime": 992.5551,
|
| 550 |
+
"train_tokens_per_second": 2237.151
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"epoch": 0.16928285626346568,
|
| 554 |
+
"grad_norm": 0.15424658358097076,
|
| 555 |
+
"learning_rate": 4.961128350292094e-05,
|
| 556 |
+
"loss": 0.8248,
|
| 557 |
+
"num_input_tokens_seen": 2263808,
|
| 558 |
+
"step": 275,
|
| 559 |
+
"train_runtime": 1010.9218,
|
| 560 |
+
"train_tokens_per_second": 2239.35
|
| 561 |
+
},
|
| 562 |
+
{
|
| 563 |
+
"epoch": 0.17236072637734687,
|
| 564 |
+
"grad_norm": 0.14288848638534546,
|
| 565 |
+
"learning_rate": 4.959700591303438e-05,
|
| 566 |
+
"loss": 0.8488,
|
| 567 |
+
"num_input_tokens_seen": 2311696,
|
| 568 |
+
"step": 280,
|
| 569 |
+
"train_runtime": 1030.8143,
|
| 570 |
+
"train_tokens_per_second": 2242.592
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"epoch": 0.17543859649122806,
|
| 574 |
+
"grad_norm": 0.15639737248420715,
|
| 575 |
+
"learning_rate": 4.95824729516735e-05,
|
| 576 |
+
"loss": 0.8602,
|
| 577 |
+
"num_input_tokens_seen": 2353200,
|
| 578 |
+
"step": 285,
|
| 579 |
+
"train_runtime": 1049.2401,
|
| 580 |
+
"train_tokens_per_second": 2242.766
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"epoch": 0.17851646660510925,
|
| 584 |
+
"grad_norm": 0.1268603354692459,
|
| 585 |
+
"learning_rate": 4.9567684769722664e-05,
|
| 586 |
+
"loss": 0.8987,
|
| 587 |
+
"num_input_tokens_seen": 2396000,
|
| 588 |
+
"step": 290,
|
| 589 |
+
"train_runtime": 1067.7324,
|
| 590 |
+
"train_tokens_per_second": 2244.008
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.18159433671899045,
|
| 594 |
+
"grad_norm": 0.14782211184501648,
|
| 595 |
+
"learning_rate": 4.9552641520716014e-05,
|
| 596 |
+
"loss": 0.7794,
|
| 597 |
+
"num_input_tokens_seen": 2438032,
|
| 598 |
+
"step": 295,
|
| 599 |
+
"train_runtime": 1085.9257,
|
| 600 |
+
"train_tokens_per_second": 2245.119
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"epoch": 0.18467220683287167,
|
| 604 |
+
"grad_norm": 0.15259359776973724,
|
| 605 |
+
"learning_rate": 4.953734336083583e-05,
|
| 606 |
+
"loss": 0.8648,
|
| 607 |
+
"num_input_tokens_seen": 2478048,
|
| 608 |
+
"step": 300,
|
| 609 |
+
"train_runtime": 1103.5538,
|
| 610 |
+
"train_tokens_per_second": 2245.516
|
| 611 |
+
}
|
| 612 |
+
],
|
| 613 |
+
"logging_steps": 5,
|
| 614 |
+
"max_steps": 4875,
|
| 615 |
+
"num_input_tokens_seen": 2478048,
|
| 616 |
+
"num_train_epochs": 3,
|
| 617 |
+
"save_steps": 100,
|
| 618 |
+
"stateful_callbacks": {
|
| 619 |
+
"TrainerControl": {
|
| 620 |
+
"args": {
|
| 621 |
+
"should_epoch_stop": false,
|
| 622 |
+
"should_evaluate": false,
|
| 623 |
+
"should_log": false,
|
| 624 |
+
"should_save": true,
|
| 625 |
+
"should_training_stop": false
|
| 626 |
+
},
|
| 627 |
+
"attributes": {}
|
| 628 |
+
}
|
| 629 |
+
},
|
| 630 |
+
"total_flos": 4.765645728959693e+17,
|
| 631 |
+
"train_batch_size": 2,
|
| 632 |
+
"trial_name": null,
|
| 633 |
+
"trial_params": null
|
| 634 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e552d1ce9f80ce3852b7ab419f709388e2bfe2ab6172428da02ad8feff6debd
|
| 3 |
+
size 6289
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|