Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +208 -0
- adapter_config.json +43 -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 +472 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-Coder-7B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- axolotl
|
| 7 |
+
- base_model:adapter:Qwen/Qwen2.5-Coder-7B-Instruct
|
| 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.18.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 16,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.05,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.1",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 8,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"k_proj",
|
| 33 |
+
"v_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"o_proj"
|
| 36 |
+
],
|
| 37 |
+
"target_parameters": null,
|
| 38 |
+
"task_type": "CAUSAL_LM",
|
| 39 |
+
"trainable_token_indices": null,
|
| 40 |
+
"use_dora": false,
|
| 41 |
+
"use_qalora": false,
|
| 42 |
+
"use_rslora": false
|
| 43 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a39fcb0fba0880eac934a1c72dfd43aaafe8c8ca0416b19f311bebc2e4954604
|
| 3 |
+
size 20214760
|
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:2cb45c959192d430f565ddb27ed1558a82228f4afb5cf8626cc84620ea71929d
|
| 3 |
+
size 10512762
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:472ab2f7074a40b7af36056b09a49dd8ae6e42e987caddc876b30b0575b89ba5
|
| 3 |
+
size 14244
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f4fe8e328be6e10e053e14666b2e571c45c73d9a8291556b08910e3da67b3e6
|
| 3 |
+
size 1064
|
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": 32768,
|
| 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,472 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.20393596410727033,
|
| 6 |
+
"eval_steps": 50,
|
| 7 |
+
"global_step": 500,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0,
|
| 14 |
+
"eval_loss": 4.004721641540527,
|
| 15 |
+
"eval_runtime": 173.7131,
|
| 16 |
+
"eval_samples_per_second": 7.052,
|
| 17 |
+
"eval_steps_per_second": 7.052,
|
| 18 |
+
"step": 0
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"epoch": 0.004078719282145407,
|
| 22 |
+
"grad_norm": 0.7785049676895142,
|
| 23 |
+
"learning_rate": 3.6e-05,
|
| 24 |
+
"loss": 3.8826,
|
| 25 |
+
"step": 10
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"epoch": 0.008157438564290813,
|
| 29 |
+
"grad_norm": 0.9169650077819824,
|
| 30 |
+
"learning_rate": 7.6e-05,
|
| 31 |
+
"loss": 3.8197,
|
| 32 |
+
"step": 20
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"epoch": 0.012236157846436219,
|
| 36 |
+
"grad_norm": 1.1420930624008179,
|
| 37 |
+
"learning_rate": 0.000116,
|
| 38 |
+
"loss": 3.1268,
|
| 39 |
+
"step": 30
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.016314877128581626,
|
| 43 |
+
"grad_norm": 1.2675455808639526,
|
| 44 |
+
"learning_rate": 0.00015600000000000002,
|
| 45 |
+
"loss": 2.1309,
|
| 46 |
+
"step": 40
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"epoch": 0.020393596410727032,
|
| 50 |
+
"grad_norm": 1.0368549823760986,
|
| 51 |
+
"learning_rate": 0.000196,
|
| 52 |
+
"loss": 1.5617,
|
| 53 |
+
"step": 50
|
| 54 |
+
},
|
| 55 |
+
{
|
| 56 |
+
"epoch": 0.020393596410727032,
|
| 57 |
+
"eval_loss": 1.423304557800293,
|
| 58 |
+
"eval_runtime": 173.1158,
|
| 59 |
+
"eval_samples_per_second": 7.076,
|
| 60 |
+
"eval_steps_per_second": 7.076,
|
| 61 |
+
"step": 50
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 0.024472315692872438,
|
| 65 |
+
"grad_norm": 0.8746965527534485,
|
| 66 |
+
"learning_rate": 0.00019980267284282717,
|
| 67 |
+
"loss": 1.3048,
|
| 68 |
+
"step": 60
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 0.028551034975017844,
|
| 72 |
+
"grad_norm": 4.214962959289551,
|
| 73 |
+
"learning_rate": 0.00019912155402515417,
|
| 74 |
+
"loss": 1.0715,
|
| 75 |
+
"step": 70
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.03262975425716325,
|
| 79 |
+
"grad_norm": 0.665006697177887,
|
| 80 |
+
"learning_rate": 0.0001979575249599344,
|
| 81 |
+
"loss": 1.0188,
|
| 82 |
+
"step": 80
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.03670847353930866,
|
| 86 |
+
"grad_norm": 0.5204000473022461,
|
| 87 |
+
"learning_rate": 0.00019631625667976583,
|
| 88 |
+
"loss": 0.9787,
|
| 89 |
+
"step": 90
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.040787192821454064,
|
| 93 |
+
"grad_norm": 0.5942240357398987,
|
| 94 |
+
"learning_rate": 0.00019420574527872968,
|
| 95 |
+
"loss": 0.9041,
|
| 96 |
+
"step": 100
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"epoch": 0.040787192821454064,
|
| 100 |
+
"eval_loss": 0.9287890791893005,
|
| 101 |
+
"eval_runtime": 173.4553,
|
| 102 |
+
"eval_samples_per_second": 7.062,
|
| 103 |
+
"eval_steps_per_second": 7.062,
|
| 104 |
+
"step": 100
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"epoch": 0.04486591210359947,
|
| 108 |
+
"grad_norm": 0.6731751561164856,
|
| 109 |
+
"learning_rate": 0.00019163627295622397,
|
| 110 |
+
"loss": 0.9193,
|
| 111 |
+
"step": 110
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.048944631385744876,
|
| 115 |
+
"grad_norm": 0.7434952855110168,
|
| 116 |
+
"learning_rate": 0.00018862035792312147,
|
| 117 |
+
"loss": 0.9247,
|
| 118 |
+
"step": 120
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"epoch": 0.05302335066789028,
|
| 122 |
+
"grad_norm": 0.6485812664031982,
|
| 123 |
+
"learning_rate": 0.00018517269341430476,
|
| 124 |
+
"loss": 1.0027,
|
| 125 |
+
"step": 130
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"epoch": 0.05710206995003569,
|
| 129 |
+
"grad_norm": 0.6013619303703308,
|
| 130 |
+
"learning_rate": 0.00018131007610470276,
|
| 131 |
+
"loss": 0.9267,
|
| 132 |
+
"step": 140
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"epoch": 0.06118078923218109,
|
| 136 |
+
"grad_norm": 0.6937788724899292,
|
| 137 |
+
"learning_rate": 0.00017705132427757895,
|
| 138 |
+
"loss": 0.9152,
|
| 139 |
+
"step": 150
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"epoch": 0.06118078923218109,
|
| 143 |
+
"eval_loss": 0.9047658443450928,
|
| 144 |
+
"eval_runtime": 173.377,
|
| 145 |
+
"eval_samples_per_second": 7.066,
|
| 146 |
+
"eval_steps_per_second": 7.066,
|
| 147 |
+
"step": 150
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 0.0652595085143265,
|
| 151 |
+
"grad_norm": 0.6242877244949341,
|
| 152 |
+
"learning_rate": 0.00017241718614374678,
|
| 153 |
+
"loss": 0.9777,
|
| 154 |
+
"step": 160
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.0693382277964719,
|
| 158 |
+
"grad_norm": 0.6055032014846802,
|
| 159 |
+
"learning_rate": 0.00016743023875837233,
|
| 160 |
+
"loss": 0.9655,
|
| 161 |
+
"step": 170
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"epoch": 0.07341694707861732,
|
| 165 |
+
"grad_norm": 0.6116403937339783,
|
| 166 |
+
"learning_rate": 0.00016211477802783103,
|
| 167 |
+
"loss": 1.0206,
|
| 168 |
+
"step": 180
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"epoch": 0.07749566636076272,
|
| 172 |
+
"grad_norm": 0.8313778042793274,
|
| 173 |
+
"learning_rate": 0.0001564967003424938,
|
| 174 |
+
"loss": 0.9532,
|
| 175 |
+
"step": 190
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 0.08157438564290813,
|
| 179 |
+
"grad_norm": 0.6586077213287354,
|
| 180 |
+
"learning_rate": 0.00015060337641211637,
|
| 181 |
+
"loss": 0.9392,
|
| 182 |
+
"step": 200
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 0.08157438564290813,
|
| 186 |
+
"eval_loss": 0.8928409218788147,
|
| 187 |
+
"eval_runtime": 173.3344,
|
| 188 |
+
"eval_samples_per_second": 7.067,
|
| 189 |
+
"eval_steps_per_second": 7.067,
|
| 190 |
+
"step": 200
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.08565310492505353,
|
| 194 |
+
"grad_norm": 0.6433130502700806,
|
| 195 |
+
"learning_rate": 0.00014446351791849276,
|
| 196 |
+
"loss": 0.9729,
|
| 197 |
+
"step": 210
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"epoch": 0.08973182420719894,
|
| 201 |
+
"grad_norm": 0.7685410976409912,
|
| 202 |
+
"learning_rate": 0.00013810703763502744,
|
| 203 |
+
"loss": 0.9407,
|
| 204 |
+
"step": 220
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"epoch": 0.09381054348934434,
|
| 208 |
+
"grad_norm": 0.7548204064369202,
|
| 209 |
+
"learning_rate": 0.00013156490369471027,
|
| 210 |
+
"loss": 0.8866,
|
| 211 |
+
"step": 230
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"epoch": 0.09788926277148975,
|
| 215 |
+
"grad_norm": 0.6521336436271667,
|
| 216 |
+
"learning_rate": 0.0001248689887164855,
|
| 217 |
+
"loss": 0.8709,
|
| 218 |
+
"step": 240
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"epoch": 0.10196798205363516,
|
| 222 |
+
"grad_norm": 0.7266818284988403,
|
| 223 |
+
"learning_rate": 0.00011805191452505602,
|
| 224 |
+
"loss": 0.977,
|
| 225 |
+
"step": 250
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.10196798205363516,
|
| 229 |
+
"eval_loss": 0.882000744342804,
|
| 230 |
+
"eval_runtime": 173.4293,
|
| 231 |
+
"eval_samples_per_second": 7.063,
|
| 232 |
+
"eval_steps_per_second": 7.063,
|
| 233 |
+
"step": 250
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.10604670133578056,
|
| 237 |
+
"grad_norm": 0.7059846520423889,
|
| 238 |
+
"learning_rate": 0.00011114689322063255,
|
| 239 |
+
"loss": 0.9515,
|
| 240 |
+
"step": 260
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.11012542061792598,
|
| 244 |
+
"grad_norm": 0.7184727787971497,
|
| 245 |
+
"learning_rate": 0.00010418756537291996,
|
| 246 |
+
"loss": 0.9049,
|
| 247 |
+
"step": 270
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.11420413990007137,
|
| 251 |
+
"grad_norm": 0.8101040124893188,
|
| 252 |
+
"learning_rate": 9.720783612764314e-05,
|
| 253 |
+
"loss": 0.9918,
|
| 254 |
+
"step": 280
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.11828285918221679,
|
| 258 |
+
"grad_norm": 0.5306759476661682,
|
| 259 |
+
"learning_rate": 9.024171002408506e-05,
|
| 260 |
+
"loss": 0.9756,
|
| 261 |
+
"step": 290
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.12236157846436219,
|
| 265 |
+
"grad_norm": 0.8896522521972656,
|
| 266 |
+
"learning_rate": 8.332312532838978e-05,
|
| 267 |
+
"loss": 0.8556,
|
| 268 |
+
"step": 300
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.12236157846436219,
|
| 272 |
+
"eval_loss": 0.873528003692627,
|
| 273 |
+
"eval_runtime": 173.4611,
|
| 274 |
+
"eval_samples_per_second": 7.062,
|
| 275 |
+
"eval_steps_per_second": 7.062,
|
| 276 |
+
"step": 300
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 0.12644029774650759,
|
| 280 |
+
"grad_norm": 0.715740978717804,
|
| 281 |
+
"learning_rate": 7.6485788689741e-05,
|
| 282 |
+
"loss": 0.8381,
|
| 283 |
+
"step": 310
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 0.130519017028653,
|
| 287 |
+
"grad_norm": 0.7031327486038208,
|
| 288 |
+
"learning_rate": 6.976301092495556e-05,
|
| 289 |
+
"loss": 0.8517,
|
| 290 |
+
"step": 320
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.1345977363107984,
|
| 294 |
+
"grad_norm": 0.6190944910049438,
|
| 295 |
+
"learning_rate": 6.318754473153221e-05,
|
| 296 |
+
"loss": 0.8552,
|
| 297 |
+
"step": 330
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.1386764555929438,
|
| 301 |
+
"grad_norm": 0.6262460947036743,
|
| 302 |
+
"learning_rate": 5.679142511980175e-05,
|
| 303 |
+
"loss": 0.9806,
|
| 304 |
+
"step": 340
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.14275517487508924,
|
| 308 |
+
"grad_norm": 0.5318371653556824,
|
| 309 |
+
"learning_rate": 5.0605813341576924e-05,
|
| 310 |
+
"loss": 0.8857,
|
| 311 |
+
"step": 350
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.14275517487508924,
|
| 315 |
+
"eval_loss": 0.8685455322265625,
|
| 316 |
+
"eval_runtime": 173.2693,
|
| 317 |
+
"eval_samples_per_second": 7.07,
|
| 318 |
+
"eval_steps_per_second": 7.07,
|
| 319 |
+
"step": 350
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"epoch": 0.14683389415723463,
|
| 323 |
+
"grad_norm": 0.8289533853530884,
|
| 324 |
+
"learning_rate": 4.46608450756656e-05,
|
| 325 |
+
"loss": 0.9057,
|
| 326 |
+
"step": 360
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"epoch": 0.15091261343938003,
|
| 330 |
+
"grad_norm": 0.7940821051597595,
|
| 331 |
+
"learning_rate": 3.8985483609873244e-05,
|
| 332 |
+
"loss": 0.8912,
|
| 333 |
+
"step": 370
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"epoch": 0.15499133272152543,
|
| 337 |
+
"grad_norm": 0.6407303810119629,
|
| 338 |
+
"learning_rate": 3.360737873477584e-05,
|
| 339 |
+
"loss": 0.944,
|
| 340 |
+
"step": 380
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"epoch": 0.15907005200367086,
|
| 344 |
+
"grad_norm": 0.741663932800293,
|
| 345 |
+
"learning_rate": 2.8552732036719687e-05,
|
| 346 |
+
"loss": 0.8752,
|
| 347 |
+
"step": 390
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"epoch": 0.16314877128581626,
|
| 351 |
+
"grad_norm": 0.5255782604217529,
|
| 352 |
+
"learning_rate": 2.3846169246326343e-05,
|
| 353 |
+
"loss": 0.8946,
|
| 354 |
+
"step": 400
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 0.16314877128581626,
|
| 358 |
+
"eval_loss": 0.8629406690597534,
|
| 359 |
+
"eval_runtime": 173.2005,
|
| 360 |
+
"eval_samples_per_second": 7.073,
|
| 361 |
+
"eval_steps_per_second": 7.073,
|
| 362 |
+
"step": 400
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 0.16722749056796166,
|
| 366 |
+
"grad_norm": 0.6469287872314453,
|
| 367 |
+
"learning_rate": 1.9510620264408596e-05,
|
| 368 |
+
"loss": 0.9102,
|
| 369 |
+
"step": 410
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.17130620985010706,
|
| 373 |
+
"grad_norm": 0.7001602649688721,
|
| 374 |
+
"learning_rate": 1.5567207449798515e-05,
|
| 375 |
+
"loss": 0.8821,
|
| 376 |
+
"step": 420
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"epoch": 0.17538492913225248,
|
| 380 |
+
"grad_norm": 0.9216477870941162,
|
| 381 |
+
"learning_rate": 1.2035142713338366e-05,
|
| 382 |
+
"loss": 0.931,
|
| 383 |
+
"step": 430
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"epoch": 0.17946364841439788,
|
| 387 |
+
"grad_norm": 0.6395500898361206,
|
| 388 |
+
"learning_rate": 8.931633919382298e-06,
|
| 389 |
+
"loss": 0.8528,
|
| 390 |
+
"step": 440
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"epoch": 0.18354236769654328,
|
| 394 |
+
"grad_norm": 0.7768850922584534,
|
| 395 |
+
"learning_rate": 6.2718010508108545e-06,
|
| 396 |
+
"loss": 0.8807,
|
| 397 |
+
"step": 450
|
| 398 |
+
},
|
| 399 |
+
{
|
| 400 |
+
"epoch": 0.18354236769654328,
|
| 401 |
+
"eval_loss": 0.8612557649612427,
|
| 402 |
+
"eval_runtime": 173.4106,
|
| 403 |
+
"eval_samples_per_second": 7.064,
|
| 404 |
+
"eval_steps_per_second": 7.064,
|
| 405 |
+
"step": 450
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"epoch": 0.18762108697868868,
|
| 409 |
+
"grad_norm": 0.7101565003395081,
|
| 410 |
+
"learning_rate": 4.068602545994249e-06,
|
| 411 |
+
"loss": 0.9011,
|
| 412 |
+
"step": 460
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"epoch": 0.1916998062608341,
|
| 416 |
+
"grad_norm": 0.7115808725357056,
|
| 417 |
+
"learning_rate": 2.332772166583208e-06,
|
| 418 |
+
"loss": 0.9117,
|
| 419 |
+
"step": 470
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"epoch": 0.1957785255429795,
|
| 423 |
+
"grad_norm": 0.5874737501144409,
|
| 424 |
+
"learning_rate": 1.0727667037011668e-06,
|
| 425 |
+
"loss": 0.8661,
|
| 426 |
+
"step": 480
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"epoch": 0.1998572448251249,
|
| 430 |
+
"grad_norm": 0.6979043483734131,
|
| 431 |
+
"learning_rate": 2.947247773079753e-07,
|
| 432 |
+
"loss": 0.9236,
|
| 433 |
+
"step": 490
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"epoch": 0.20393596410727033,
|
| 437 |
+
"grad_norm": 0.7868551015853882,
|
| 438 |
+
"learning_rate": 2.4369294605253166e-09,
|
| 439 |
+
"loss": 0.813,
|
| 440 |
+
"step": 500
|
| 441 |
+
},
|
| 442 |
+
{
|
| 443 |
+
"epoch": 0.20393596410727033,
|
| 444 |
+
"eval_loss": 0.8608318567276001,
|
| 445 |
+
"eval_runtime": 173.2348,
|
| 446 |
+
"eval_samples_per_second": 7.071,
|
| 447 |
+
"eval_steps_per_second": 7.071,
|
| 448 |
+
"step": 500
|
| 449 |
+
}
|
| 450 |
+
],
|
| 451 |
+
"logging_steps": 10,
|
| 452 |
+
"max_steps": 500,
|
| 453 |
+
"num_input_tokens_seen": 0,
|
| 454 |
+
"num_train_epochs": 1,
|
| 455 |
+
"save_steps": 100,
|
| 456 |
+
"stateful_callbacks": {
|
| 457 |
+
"TrainerControl": {
|
| 458 |
+
"args": {
|
| 459 |
+
"should_epoch_stop": false,
|
| 460 |
+
"should_evaluate": false,
|
| 461 |
+
"should_log": false,
|
| 462 |
+
"should_save": true,
|
| 463 |
+
"should_training_stop": true
|
| 464 |
+
},
|
| 465 |
+
"attributes": {}
|
| 466 |
+
}
|
| 467 |
+
},
|
| 468 |
+
"total_flos": 4.3472888266752e+16,
|
| 469 |
+
"train_batch_size": 1,
|
| 470 |
+
"trial_name": null,
|
| 471 |
+
"trial_params": null
|
| 472 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdf8e0c41e69396ccf5edb664cab14befcb65ce42311c60853f48849e4631dd4
|
| 3 |
+
size 6520
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|