Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- README.md +209 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +89 -0
- global_step67/bf16_zero_pp_rank_10_mp_rank_00_optim_states.pt +3 -0
- global_step67/bf16_zero_pp_rank_12_mp_rank_00_optim_states.pt +3 -0
- global_step67/bf16_zero_pp_rank_15_mp_rank_00_optim_states.pt +3 -0
- global_step67/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
- global_step67/bf16_zero_pp_rank_22_mp_rank_00_optim_states.pt +3 -0
- global_step67/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt +3 -0
- global_step67/zero_pp_rank_0_mp_rank_00_model_states.pt +3 -0
- global_step67/zero_pp_rank_14_mp_rank_00_model_states.pt +3 -0
- global_step67/zero_pp_rank_2_mp_rank_00_model_states.pt +3 -0
- global_step67/zero_pp_rank_3_mp_rank_00_model_states.pt +3 -0
- global_step67/zero_pp_rank_9_mp_rank_00_model_states.pt +3 -0
- latest +1 -0
- merges.txt +0 -0
- rng_state_0.pth +3 -0
- rng_state_1.pth +3 -0
- rng_state_10.pth +3 -0
- rng_state_11.pth +3 -0
- rng_state_12.pth +3 -0
- rng_state_13.pth +3 -0
- rng_state_14.pth +3 -0
- rng_state_15.pth +3 -0
- rng_state_16.pth +3 -0
- rng_state_17.pth +3 -0
- rng_state_18.pth +3 -0
- rng_state_19.pth +3 -0
- rng_state_2.pth +3 -0
- rng_state_20.pth +3 -0
- rng_state_21.pth +3 -0
- rng_state_22.pth +3 -0
- rng_state_23.pth +3 -0
- rng_state_3.pth +3 -0
- rng_state_4.pth +3 -0
- rng_state_5.pth +3 -0
- rng_state_6.pth +3 -0
- rng_state_7.pth +3 -0
- rng_state_8.pth +3 -0
- rng_state_9.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +25 -0
- tokenizer.json +3 -0
- tokenizer_config.json +239 -0
- trainer_state.json +578 -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,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-235B-A22B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-235B-A22B
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.0
|
adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen3-235B-A22B",
|
| 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": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 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": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"k_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"q_proj"
|
| 32 |
+
],
|
| 33 |
+
"target_parameters": null,
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"trainable_token_indices": null,
|
| 36 |
+
"use_dora": false,
|
| 37 |
+
"use_qalora": false,
|
| 38 |
+
"use_rslora": false
|
| 39 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:545575f3dd7469706e67d9c478ffe109dd3d261158bdb511a223a7fada30741d
|
| 3 |
+
size 101748240
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# 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>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\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" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{%- endif %}
|
global_step67/bf16_zero_pp_rank_10_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13e2b31628d12bd4c77e6a6b8967836b3c7a318f383c395dde5a9fd843ac995b
|
| 3 |
+
size 25419768
|
global_step67/bf16_zero_pp_rank_12_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:433e879002cce029eef0195dcf4797c9288977842891e6d49924f02f2e06f8ab
|
| 3 |
+
size 25419768
|
global_step67/bf16_zero_pp_rank_15_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee67d0aca4f4fcd9c28684470ff9fa21b1a6820c81828a0db9e79798b80e1a59
|
| 3 |
+
size 25419768
|
global_step67/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f02f73f2d49a43e515d29adc48a63c4d850c4b6b9db7cfef5b35082f93fea0ad
|
| 3 |
+
size 25419760
|
global_step67/bf16_zero_pp_rank_22_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cd5543548cc77f1ba536074b89c0a67c208f4d08e2f8a26af792239c7351d5c
|
| 3 |
+
size 25419768
|
global_step67/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16e8a469ec437aac7fc53d69eeb02a2681606554f148336e4afbc69eef7355da
|
| 3 |
+
size 25419760
|
global_step67/zero_pp_rank_0_mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f5e691bc3596ab9c80160007213ee327718d344f1f2e0316bd057cc970f8d72
|
| 3 |
+
size 5483614
|
global_step67/zero_pp_rank_14_mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61498525bb3d9bf3ff361a10ddb537b5984dbb518e67b88156c09d675ff6c9cb
|
| 3 |
+
size 5484370
|
global_step67/zero_pp_rank_2_mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bc47790e6716ee0b7adc232c2fd41c61ad70d419bd7e82420a07f01d9ed4cc5
|
| 3 |
+
size 5483614
|
global_step67/zero_pp_rank_3_mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d0ff5c076942603a77986393a9f05591294e64b13cddab9d60900623770d452
|
| 3 |
+
size 5483614
|
global_step67/zero_pp_rank_9_mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b03ded6f35db13a0a377f13bf977055c56762436d8e5da9073b2f521d38253c
|
| 3 |
+
size 5483614
|
latest
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
global_step67
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b00227d4b3541241375f4286fd135406e94605d92023b3a84e1a8341affbbab0
|
| 3 |
+
size 15984
|
rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1de7df7ac5b7212b07e498dea3ebd0d4a66bbeb1648899c547f4b340929da9bb
|
| 3 |
+
size 15984
|
rng_state_10.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adeaa53995263e2e7e9d19d5ae3054130cc1ef1a8577ba997081a7ab2ab59f8a
|
| 3 |
+
size 15997
|
rng_state_11.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fe5169a1edfc9f706707a3c77a0406cbfb358d4461e221716ee4a6ad102eb17
|
| 3 |
+
size 15997
|
rng_state_12.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e74ab2064c6bceb2051eb69e649438f5515f759292cbafeb937ec8ce0a00246
|
| 3 |
+
size 15997
|
rng_state_13.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0ea27806f4bbe87ba79d61b5bb540c4329f644aea31f6d811dc7b22fbc02ac2
|
| 3 |
+
size 15997
|
rng_state_14.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24839d1c3942d463a9f376e7a4084c7016b7dba9fed864f6b6af9f55c0956d1f
|
| 3 |
+
size 15997
|
rng_state_15.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3653fde37bab4a393c345ecad3847d8fb53e6d5d117511622d6a351604e2d06
|
| 3 |
+
size 15997
|
rng_state_16.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e648c5415b554cb17d58cd6a78e1c14beb6778484881981d048e4d25cc7114e
|
| 3 |
+
size 15997
|
rng_state_17.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01a46a5c58a4f5b83767e1ed2354b399e898352550a969fbb42743096e88253c
|
| 3 |
+
size 15997
|
rng_state_18.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3f2409c80869b7e46634500963e49b861039dbc9fb3aa3dffa97a6e0b256d0c
|
| 3 |
+
size 15997
|
rng_state_19.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97440effacae4d21d86fb613d8f77fd1339256ea1b5b46a0d56622234a80d6c1
|
| 3 |
+
size 15997
|
rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0677b4fef408463fb09218ea8cea1107cbf1e70adfbd4e2f58b7bb1610665af3
|
| 3 |
+
size 15984
|
rng_state_20.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46b0b69e2ebf61c316f391e03308ff7d9de064f3b0393e4800ca4b3549c729d0
|
| 3 |
+
size 15997
|
rng_state_21.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df19236eeff2aa775b4cafb101e05eaf5fc6dd0e67e8befbe7cefec4cc8b3df0
|
| 3 |
+
size 15997
|
rng_state_22.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44dde243bdd1822a9a98f3d69642e3fd3f402599ce2e2e0d8c0f464bcd354683
|
| 3 |
+
size 15997
|
rng_state_23.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52e264f292846674095e5c6bbad16bf6547659526676563ef1b5964647a65b73
|
| 3 |
+
size 15997
|
rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38e5427d60619e696ff96aee6907c74aaf864319a0517947ba52f93579b072c4
|
| 3 |
+
size 15984
|
rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4eb68846c1e2747f95acf9383e0b0925b789229ce547a9f171de1ce0b4f00fc0
|
| 3 |
+
size 15984
|
rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04bf47eb9045504680c089007da1d736bf05cc8edf4173cf44bd31b986ccc41c
|
| 3 |
+
size 15984
|
rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73840bbee74027a006880b00a91a1f43c3d24c63b535855a694bf14a172414fc
|
| 3 |
+
size 15984
|
rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff149bdac9d25ec343343f02768219494f3b2ea13f7f29f4580f610b49f0df12
|
| 3 |
+
size 15984
|
rng_state_8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e55517e03f3ac63977d4fe0d8d1373862101c7fcb513434678dd1dc836491291
|
| 3 |
+
size 15984
|
rng_state_9.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1fe85f62c510a7e5e09fdf524d82559065ba2541957b6aea1a6863f2dc73d0f
|
| 3 |
+
size 15984
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fb6fc5d223aa0d19cd3f3b98ece3bbd1eb866a7415ad0339b7f64672f64b8d5
|
| 3 |
+
size 1064
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|im_end|>",
|
| 18 |
+
"pad_token": {
|
| 19 |
+
"content": "<|endoftext|>",
|
| 20 |
+
"lstrip": false,
|
| 21 |
+
"normalized": false,
|
| 22 |
+
"rstrip": false,
|
| 23 |
+
"single_word": false
|
| 24 |
+
}
|
| 25 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,578 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 68,
|
| 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.044444444444444446,
|
| 14 |
+
"grad_norm": 0.08367291093673593,
|
| 15 |
+
"learning_rate": 0.0,
|
| 16 |
+
"loss": 0.5482,
|
| 17 |
+
"num_tokens": 6288444.0,
|
| 18 |
+
"step": 1
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"epoch": 0.08888888888888889,
|
| 22 |
+
"grad_norm": 0.07875395721115776,
|
| 23 |
+
"learning_rate": 4e-05,
|
| 24 |
+
"loss": 0.5655,
|
| 25 |
+
"num_tokens": 12577300.0,
|
| 26 |
+
"step": 2
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"epoch": 0.13333333333333333,
|
| 30 |
+
"grad_norm": 0.07913921006018489,
|
| 31 |
+
"learning_rate": 2.2000000000000003e-05,
|
| 32 |
+
"loss": 0.5542,
|
| 33 |
+
"num_tokens": 18860690.0,
|
| 34 |
+
"step": 3
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"epoch": 0.17777777777777778,
|
| 38 |
+
"grad_norm": 0.08049450634750233,
|
| 39 |
+
"learning_rate": 4.000000000000001e-06,
|
| 40 |
+
"loss": 0.559,
|
| 41 |
+
"num_tokens": 6288873.0,
|
| 42 |
+
"step": 4
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"epoch": 0.2222222222222222,
|
| 46 |
+
"grad_norm": 0.07849054673300468,
|
| 47 |
+
"learning_rate": 4e-05,
|
| 48 |
+
"loss": 0.5752,
|
| 49 |
+
"num_tokens": 12566970.0,
|
| 50 |
+
"step": 5
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"epoch": 0.26666666666666666,
|
| 54 |
+
"grad_norm": 0.08551302230509794,
|
| 55 |
+
"learning_rate": 3.9992791128129796e-05,
|
| 56 |
+
"loss": 0.5581,
|
| 57 |
+
"num_tokens": 18850402.0,
|
| 58 |
+
"step": 6
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.3111111111111111,
|
| 62 |
+
"grad_norm": 0.08689858561178568,
|
| 63 |
+
"learning_rate": 3.99711702867229e-05,
|
| 64 |
+
"loss": 0.557,
|
| 65 |
+
"num_tokens": 25107301.0,
|
| 66 |
+
"step": 7
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 0.35555555555555557,
|
| 70 |
+
"grad_norm": 0.08889582972451578,
|
| 71 |
+
"learning_rate": 3.993515479376548e-05,
|
| 72 |
+
"loss": 0.5469,
|
| 73 |
+
"num_tokens": 31386429.0,
|
| 74 |
+
"step": 8
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"epoch": 0.4,
|
| 78 |
+
"grad_norm": 0.08695144533471684,
|
| 79 |
+
"learning_rate": 3.988477349715466e-05,
|
| 80 |
+
"loss": 0.5543,
|
| 81 |
+
"num_tokens": 37667761.0,
|
| 82 |
+
"step": 9
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.4444444444444444,
|
| 86 |
+
"grad_norm": 0.08862002835267728,
|
| 87 |
+
"learning_rate": 3.982006675159175e-05,
|
| 88 |
+
"loss": 0.5712,
|
| 89 |
+
"num_tokens": 43955337.0,
|
| 90 |
+
"step": 10
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"epoch": 0.4888888888888889,
|
| 94 |
+
"grad_norm": 0.0858590512367662,
|
| 95 |
+
"learning_rate": 3.9741086386258753e-05,
|
| 96 |
+
"loss": 0.5349,
|
| 97 |
+
"num_tokens": 50223401.0,
|
| 98 |
+
"step": 11
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 0.5333333333333333,
|
| 102 |
+
"grad_norm": 0.08169881690710488,
|
| 103 |
+
"learning_rate": 3.964789566330388e-05,
|
| 104 |
+
"loss": 0.5367,
|
| 105 |
+
"num_tokens": 56512071.0,
|
| 106 |
+
"step": 12
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"epoch": 0.5777777777777777,
|
| 110 |
+
"grad_norm": 0.07849820932974692,
|
| 111 |
+
"learning_rate": 3.95405692271695e-05,
|
| 112 |
+
"loss": 0.5307,
|
| 113 |
+
"num_tokens": 62766485.0,
|
| 114 |
+
"step": 13
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.6222222222222222,
|
| 118 |
+
"grad_norm": 0.07377884515816503,
|
| 119 |
+
"learning_rate": 3.9419193044802986e-05,
|
| 120 |
+
"loss": 0.5196,
|
| 121 |
+
"num_tokens": 69055179.0,
|
| 122 |
+
"step": 14
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 0.6666666666666666,
|
| 126 |
+
"grad_norm": 0.06953990227189195,
|
| 127 |
+
"learning_rate": 3.928386433679841e-05,
|
| 128 |
+
"loss": 0.5595,
|
| 129 |
+
"num_tokens": 75311700.0,
|
| 130 |
+
"step": 15
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.7111111111111111,
|
| 134 |
+
"grad_norm": 0.06533799864475098,
|
| 135 |
+
"learning_rate": 3.9134691499524276e-05,
|
| 136 |
+
"loss": 0.4955,
|
| 137 |
+
"num_tokens": 81587667.0,
|
| 138 |
+
"step": 16
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"epoch": 0.7555555555555555,
|
| 142 |
+
"grad_norm": 0.061111534293718496,
|
| 143 |
+
"learning_rate": 3.897179401829952e-05,
|
| 144 |
+
"loss": 0.5072,
|
| 145 |
+
"num_tokens": 87869515.0,
|
| 146 |
+
"step": 17
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"epoch": 0.8,
|
| 150 |
+
"grad_norm": 0.05929839410326827,
|
| 151 |
+
"learning_rate": 3.879530237168747e-05,
|
| 152 |
+
"loss": 0.5303,
|
| 153 |
+
"num_tokens": 94116999.0,
|
| 154 |
+
"step": 18
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"epoch": 0.8444444444444444,
|
| 158 |
+
"grad_norm": 0.05478787891939966,
|
| 159 |
+
"learning_rate": 3.860535792698444e-05,
|
| 160 |
+
"loss": 0.5053,
|
| 161 |
+
"num_tokens": 100391937.0,
|
| 162 |
+
"step": 19
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"epoch": 0.8888888888888888,
|
| 166 |
+
"grad_norm": 0.04990273451939609,
|
| 167 |
+
"learning_rate": 3.840211282698645e-05,
|
| 168 |
+
"loss": 0.4987,
|
| 169 |
+
"num_tokens": 106680748.0,
|
| 170 |
+
"step": 20
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.9333333333333333,
|
| 174 |
+
"grad_norm": 0.04677345013018686,
|
| 175 |
+
"learning_rate": 3.8185729868125066e-05,
|
| 176 |
+
"loss": 0.5096,
|
| 177 |
+
"num_tokens": 112932721.0,
|
| 178 |
+
"step": 21
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"epoch": 0.9777777777777777,
|
| 182 |
+
"grad_norm": 0.04489959314534258,
|
| 183 |
+
"learning_rate": 3.795638237006978e-05,
|
| 184 |
+
"loss": 0.5066,
|
| 185 |
+
"num_tokens": 119215789.0,
|
| 186 |
+
"step": 22
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 1.0444444444444445,
|
| 190 |
+
"grad_norm": 0.06079575616027249,
|
| 191 |
+
"learning_rate": 3.771425403690139e-05,
|
| 192 |
+
"loss": 0.9893,
|
| 193 |
+
"num_tokens": 128649291.0,
|
| 194 |
+
"step": 23
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 1.0888888888888888,
|
| 198 |
+
"grad_norm": 0.03767597298138805,
|
| 199 |
+
"learning_rate": 3.745953880996767e-05,
|
| 200 |
+
"loss": 0.5002,
|
| 201 |
+
"num_tokens": 134928421.0,
|
| 202 |
+
"step": 24
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"epoch": 1.1333333333333333,
|
| 206 |
+
"grad_norm": 0.0366409043186678,
|
| 207 |
+
"learning_rate": 3.7192440712539114e-05,
|
| 208 |
+
"loss": 0.478,
|
| 209 |
+
"num_tokens": 141217341.0,
|
| 210 |
+
"step": 25
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"epoch": 1.1777777777777778,
|
| 214 |
+
"grad_norm": 0.0318749564229291,
|
| 215 |
+
"learning_rate": 3.691317368638916e-05,
|
| 216 |
+
"loss": 0.5036,
|
| 217 |
+
"num_tokens": 147499869.0,
|
| 218 |
+
"step": 26
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"epoch": 1.2222222222222223,
|
| 222 |
+
"grad_norm": 0.034360217233696456,
|
| 223 |
+
"learning_rate": 3.662196142042995e-05,
|
| 224 |
+
"loss": 0.4991,
|
| 225 |
+
"num_tokens": 153769582.0,
|
| 226 |
+
"step": 27
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 1.2666666666666666,
|
| 230 |
+
"grad_norm": 0.03134143776479919,
|
| 231 |
+
"learning_rate": 3.631903717154062e-05,
|
| 232 |
+
"loss": 0.4798,
|
| 233 |
+
"num_tokens": 160024266.0,
|
| 234 |
+
"step": 28
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"epoch": 1.3111111111111111,
|
| 238 |
+
"grad_norm": 0.031998515282158586,
|
| 239 |
+
"learning_rate": 3.6004643577731915e-05,
|
| 240 |
+
"loss": 0.4679,
|
| 241 |
+
"num_tokens": 166312888.0,
|
| 242 |
+
"step": 29
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"epoch": 1.3555555555555556,
|
| 246 |
+
"grad_norm": 0.029175435908410763,
|
| 247 |
+
"learning_rate": 3.567903246379655e-05,
|
| 248 |
+
"loss": 0.4652,
|
| 249 |
+
"num_tokens": 172600133.0,
|
| 250 |
+
"step": 30
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 1.4,
|
| 254 |
+
"grad_norm": 0.03137915793658181,
|
| 255 |
+
"learning_rate": 3.534246463960121e-05,
|
| 256 |
+
"loss": 0.4641,
|
| 257 |
+
"num_tokens": 178862530.0,
|
| 258 |
+
"step": 31
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"epoch": 1.4444444444444444,
|
| 262 |
+
"grad_norm": 0.03266162455994872,
|
| 263 |
+
"learning_rate": 3.4995209691181444e-05,
|
| 264 |
+
"loss": 0.4614,
|
| 265 |
+
"num_tokens": 185126521.0,
|
| 266 |
+
"step": 32
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"epoch": 1.488888888888889,
|
| 270 |
+
"grad_norm": 0.031536401022176745,
|
| 271 |
+
"learning_rate": 3.463754576480721e-05,
|
| 272 |
+
"loss": 0.491,
|
| 273 |
+
"num_tokens": 191405477.0,
|
| 274 |
+
"step": 33
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"epoch": 1.5333333333333332,
|
| 278 |
+
"grad_norm": 0.03322613517139192,
|
| 279 |
+
"learning_rate": 3.426975934419159e-05,
|
| 280 |
+
"loss": 0.4714,
|
| 281 |
+
"num_tokens": 197694450.0,
|
| 282 |
+
"step": 34
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 1.5777777777777777,
|
| 286 |
+
"grad_norm": 0.028175276385557585,
|
| 287 |
+
"learning_rate": 3.389214502102147e-05,
|
| 288 |
+
"loss": 0.4642,
|
| 289 |
+
"num_tokens": 203983039.0,
|
| 290 |
+
"step": 35
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 1.6222222222222222,
|
| 294 |
+
"grad_norm": 0.029363581811266946,
|
| 295 |
+
"learning_rate": 3.350500525899373e-05,
|
| 296 |
+
"loss": 0.4872,
|
| 297 |
+
"num_tokens": 210267862.0,
|
| 298 |
+
"step": 36
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"epoch": 1.6666666666666665,
|
| 302 |
+
"grad_norm": 0.02494373239035565,
|
| 303 |
+
"learning_rate": 3.3108650151546195e-05,
|
| 304 |
+
"loss": 0.4667,
|
| 305 |
+
"num_tokens": 216556573.0,
|
| 306 |
+
"step": 37
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"epoch": 1.7111111111111112,
|
| 310 |
+
"grad_norm": 0.025337853364644107,
|
| 311 |
+
"learning_rate": 3.270339717347717e-05,
|
| 312 |
+
"loss": 0.4776,
|
| 313 |
+
"num_tokens": 222815179.0,
|
| 314 |
+
"step": 38
|
| 315 |
+
},
|
| 316 |
+
{
|
| 317 |
+
"epoch": 1.7555555555555555,
|
| 318 |
+
"grad_norm": 0.024143271117441824,
|
| 319 |
+
"learning_rate": 3.2289570926652616e-05,
|
| 320 |
+
"loss": 0.4963,
|
| 321 |
+
"num_tokens": 229102184.0,
|
| 322 |
+
"step": 39
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"epoch": 1.8,
|
| 326 |
+
"grad_norm": 0.025897104779336474,
|
| 327 |
+
"learning_rate": 3.186750288000478e-05,
|
| 328 |
+
"loss": 0.4891,
|
| 329 |
+
"num_tokens": 235352777.0,
|
| 330 |
+
"step": 40
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"epoch": 1.8444444444444446,
|
| 334 |
+
"grad_norm": 0.019836426513023662,
|
| 335 |
+
"learning_rate": 3.143753110403018e-05,
|
| 336 |
+
"loss": 0.4679,
|
| 337 |
+
"num_tokens": 241621188.0,
|
| 338 |
+
"step": 41
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 1.8888888888888888,
|
| 342 |
+
"grad_norm": 0.018058641489749182,
|
| 343 |
+
"learning_rate": 3.1e-05,
|
| 344 |
+
"loss": 0.4818,
|
| 345 |
+
"num_tokens": 247909812.0,
|
| 346 |
+
"step": 42
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 1.9333333333333333,
|
| 350 |
+
"grad_norm": 0.017737013602277963,
|
| 351 |
+
"learning_rate": 3.0555260024099625e-05,
|
| 352 |
+
"loss": 0.4836,
|
| 353 |
+
"num_tokens": 254198763.0,
|
| 354 |
+
"step": 43
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"epoch": 1.9777777777777779,
|
| 358 |
+
"grad_norm": 0.019059220139637262,
|
| 359 |
+
"learning_rate": 3.010366740671812e-05,
|
| 360 |
+
"loss": 0.474,
|
| 361 |
+
"num_tokens": 260436604.0,
|
| 362 |
+
"step": 44
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"epoch": 2.0,
|
| 366 |
+
"grad_norm": 0.024821571793453297,
|
| 367 |
+
"learning_rate": 2.9645583867112866e-05,
|
| 368 |
+
"loss": 0.4617,
|
| 369 |
+
"num_tokens": 260829699.0,
|
| 370 |
+
"step": 45
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"epoch": 2.0444444444444443,
|
| 374 |
+
"grad_norm": 0.015860761380693023,
|
| 375 |
+
"learning_rate": 2.9181376323677496e-05,
|
| 376 |
+
"loss": 0.4603,
|
| 377 |
+
"num_tokens": 267112284.0,
|
| 378 |
+
"step": 46
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"epoch": 2.088888888888889,
|
| 382 |
+
"grad_norm": 0.017471418851994432,
|
| 383 |
+
"learning_rate": 2.8711416600045558e-05,
|
| 384 |
+
"loss": 0.4858,
|
| 385 |
+
"num_tokens": 273399657.0,
|
| 386 |
+
"step": 47
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"epoch": 2.1333333333333333,
|
| 390 |
+
"grad_norm": 0.015021160976165208,
|
| 391 |
+
"learning_rate": 2.823608112726503e-05,
|
| 392 |
+
"loss": 0.4577,
|
| 393 |
+
"num_tokens": 279679785.0,
|
| 394 |
+
"step": 48
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 2.1777777777777776,
|
| 398 |
+
"grad_norm": 0.01505554637021585,
|
| 399 |
+
"learning_rate": 2.775575064228242e-05,
|
| 400 |
+
"loss": 0.4531,
|
| 401 |
+
"num_tokens": 285935823.0,
|
| 402 |
+
"step": 49
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"epoch": 2.2222222222222223,
|
| 406 |
+
"grad_norm": 0.015286374426380292,
|
| 407 |
+
"learning_rate": 2.727080988297791e-05,
|
| 408 |
+
"loss": 0.4711,
|
| 409 |
+
"num_tokens": 292220642.0,
|
| 410 |
+
"step": 50
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"epoch": 2.2666666666666666,
|
| 414 |
+
"grad_norm": 0.013968889295589787,
|
| 415 |
+
"learning_rate": 2.6781647279995777e-05,
|
| 416 |
+
"loss": 0.4583,
|
| 417 |
+
"num_tokens": 298509450.0,
|
| 418 |
+
"step": 51
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"epoch": 2.311111111111111,
|
| 422 |
+
"grad_norm": 0.01449798856464623,
|
| 423 |
+
"learning_rate": 2.628865464561697e-05,
|
| 424 |
+
"loss": 0.4684,
|
| 425 |
+
"num_tokens": 304785151.0,
|
| 426 |
+
"step": 52
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"epoch": 2.3555555555555556,
|
| 430 |
+
"grad_norm": 0.013264243459191116,
|
| 431 |
+
"learning_rate": 2.5792226859923072e-05,
|
| 432 |
+
"loss": 0.4578,
|
| 433 |
+
"num_tokens": 311033842.0,
|
| 434 |
+
"step": 53
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"epoch": 2.4,
|
| 438 |
+
"grad_norm": 0.01613974261694193,
|
| 439 |
+
"learning_rate": 2.5292761554502963e-05,
|
| 440 |
+
"loss": 0.477,
|
| 441 |
+
"num_tokens": 317291716.0,
|
| 442 |
+
"step": 54
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"epoch": 2.4444444444444446,
|
| 446 |
+
"grad_norm": 0.01468678727122222,
|
| 447 |
+
"learning_rate": 2.4790658793955564e-05,
|
| 448 |
+
"loss": 0.4854,
|
| 449 |
+
"num_tokens": 323548033.0,
|
| 450 |
+
"step": 55
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 2.488888888888889,
|
| 454 |
+
"grad_norm": 0.01405550906865906,
|
| 455 |
+
"learning_rate": 2.428632075544382e-05,
|
| 456 |
+
"loss": 0.4807,
|
| 457 |
+
"num_tokens": 329829707.0,
|
| 458 |
+
"step": 56
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"epoch": 2.533333333333333,
|
| 462 |
+
"grad_norm": 0.014455179653099892,
|
| 463 |
+
"learning_rate": 2.37801514065565e-05,
|
| 464 |
+
"loss": 0.4785,
|
| 465 |
+
"num_tokens": 336093930.0,
|
| 466 |
+
"step": 57
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"epoch": 2.5777777777777775,
|
| 470 |
+
"grad_norm": 0.013370673781759669,
|
| 471 |
+
"learning_rate": 2.3272556181735904e-05,
|
| 472 |
+
"loss": 0.4646,
|
| 473 |
+
"num_tokens": 342344810.0,
|
| 474 |
+
"step": 58
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"epoch": 2.6222222222222222,
|
| 478 |
+
"grad_norm": 0.015240904326297017,
|
| 479 |
+
"learning_rate": 2.2763941657530673e-05,
|
| 480 |
+
"loss": 0.4882,
|
| 481 |
+
"num_tokens": 348634067.0,
|
| 482 |
+
"step": 59
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"epoch": 2.6666666666666665,
|
| 486 |
+
"grad_norm": 0.011132425786885326,
|
| 487 |
+
"learning_rate": 2.225471522693372e-05,
|
| 488 |
+
"loss": 0.4487,
|
| 489 |
+
"num_tokens": 354922898.0,
|
| 490 |
+
"step": 60
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"epoch": 2.7111111111111112,
|
| 494 |
+
"grad_norm": 0.012595956269750347,
|
| 495 |
+
"learning_rate": 2.1745284773066286e-05,
|
| 496 |
+
"loss": 0.452,
|
| 497 |
+
"num_tokens": 361204032.0,
|
| 498 |
+
"step": 61
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"epoch": 2.7555555555555555,
|
| 502 |
+
"grad_norm": 0.011531846013411475,
|
| 503 |
+
"learning_rate": 2.123605834246934e-05,
|
| 504 |
+
"loss": 0.4505,
|
| 505 |
+
"num_tokens": 367493005.0,
|
| 506 |
+
"step": 62
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 2.8,
|
| 510 |
+
"grad_norm": 0.010737772612701217,
|
| 511 |
+
"learning_rate": 2.07274438182641e-05,
|
| 512 |
+
"loss": 0.4407,
|
| 513 |
+
"num_tokens": 373782071.0,
|
| 514 |
+
"step": 63
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"epoch": 2.8444444444444446,
|
| 518 |
+
"grad_norm": 0.011159229323820324,
|
| 519 |
+
"learning_rate": 2.0219848593443508e-05,
|
| 520 |
+
"loss": 0.4489,
|
| 521 |
+
"num_tokens": 380050269.0,
|
| 522 |
+
"step": 64
|
| 523 |
+
},
|
| 524 |
+
{
|
| 525 |
+
"epoch": 2.888888888888889,
|
| 526 |
+
"grad_norm": 0.011043764114324384,
|
| 527 |
+
"learning_rate": 1.9713679244556182e-05,
|
| 528 |
+
"loss": 0.4613,
|
| 529 |
+
"num_tokens": 386338880.0,
|
| 530 |
+
"step": 65
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"epoch": 2.9333333333333336,
|
| 534 |
+
"grad_norm": 0.014011877037531699,
|
| 535 |
+
"learning_rate": 1.920934120604444e-05,
|
| 536 |
+
"loss": 0.4755,
|
| 537 |
+
"num_tokens": 392618850.0,
|
| 538 |
+
"step": 66
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"epoch": 2.977777777777778,
|
| 542 |
+
"grad_norm": 0.012565353494419326,
|
| 543 |
+
"learning_rate": 1.8707238445497043e-05,
|
| 544 |
+
"loss": 0.4798,
|
| 545 |
+
"num_tokens": 398906371.0,
|
| 546 |
+
"step": 67
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"epoch": 3.0,
|
| 550 |
+
"grad_norm": 0.012565353494419326,
|
| 551 |
+
"learning_rate": 1.8207773140076933e-05,
|
| 552 |
+
"loss": 0.4758,
|
| 553 |
+
"num_tokens": 399299425.0,
|
| 554 |
+
"step": 68
|
| 555 |
+
}
|
| 556 |
+
],
|
| 557 |
+
"logging_steps": 1,
|
| 558 |
+
"max_steps": 115,
|
| 559 |
+
"num_input_tokens_seen": 0,
|
| 560 |
+
"num_train_epochs": 5,
|
| 561 |
+
"save_steps": 1,
|
| 562 |
+
"stateful_callbacks": {
|
| 563 |
+
"TrainerControl": {
|
| 564 |
+
"args": {
|
| 565 |
+
"should_epoch_stop": false,
|
| 566 |
+
"should_evaluate": false,
|
| 567 |
+
"should_log": false,
|
| 568 |
+
"should_save": true,
|
| 569 |
+
"should_training_stop": false
|
| 570 |
+
},
|
| 571 |
+
"attributes": {}
|
| 572 |
+
}
|
| 573 |
+
},
|
| 574 |
+
"total_flos": 6.832757670726861e+16,
|
| 575 |
+
"train_batch_size": 1,
|
| 576 |
+
"trial_name": null,
|
| 577 |
+
"trial_params": null
|
| 578 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aafbb1ba6efd361aac6e6d7c0343516c8b4d5b96c19efaf5f30bb5dfd56abbed
|
| 3 |
+
size 7480
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|