Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +7 -7
- adapter_config.json +3 -6
- adapter_model.safetensors +2 -2
- checkpoint-600/README.md +209 -0
- checkpoint-600/adapter_config.json +39 -0
- checkpoint-600/adapter_model.safetensors +3 -0
- checkpoint-600/added_tokens.json +24 -0
- checkpoint-600/chat_template.jinja +54 -0
- checkpoint-600/merges.txt +0 -0
- checkpoint-600/optimizer.pt +3 -0
- checkpoint-600/rng_state_0.pth +3 -0
- checkpoint-600/rng_state_1.pth +3 -0
- checkpoint-600/rng_state_2.pth +3 -0
- checkpoint-600/rng_state_3.pth +3 -0
- checkpoint-600/scheduler.pt +3 -0
- checkpoint-600/special_tokens_map.json +31 -0
- checkpoint-600/tokenizer.json +3 -0
- checkpoint-600/tokenizer_config.json +207 -0
- checkpoint-600/trainer_state.json +700 -0
- checkpoint-600/training_args.bin +3 -0
- checkpoint-600/vocab.json +0 -0
- checkpoint-681/README.md +209 -0
- checkpoint-681/adapter_config.json +39 -0
- checkpoint-681/adapter_model.safetensors +3 -0
- checkpoint-681/added_tokens.json +24 -0
- checkpoint-681/chat_template.jinja +54 -0
- checkpoint-681/merges.txt +0 -0
- checkpoint-681/optimizer.pt +3 -0
- checkpoint-681/rng_state_0.pth +3 -0
- checkpoint-681/rng_state_1.pth +3 -0
- checkpoint-681/rng_state_2.pth +3 -0
- checkpoint-681/rng_state_3.pth +3 -0
- checkpoint-681/scheduler.pt +3 -0
- checkpoint-681/special_tokens_map.json +31 -0
- checkpoint-681/tokenizer.json +3 -0
- checkpoint-681/tokenizer_config.json +207 -0
- checkpoint-681/trainer_state.json +780 -0
- checkpoint-681/training_args.bin +3 -0
- checkpoint-681/vocab.json +0 -0
- special_tokens_map.json +7 -1
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
.gitattributes
CHANGED
|
@@ -37,3 +37,5 @@ checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
checkpoint-550/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
checkpoint-585/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 37 |
checkpoint-550/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
checkpoint-585/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
checkpoint-681/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen2.5-Coder-0.5B-Instruct
|
| 3 |
library_name: peft
|
| 4 |
-
model_name:
|
| 5 |
tags:
|
| 6 |
- base_model:adapter:Qwen/Qwen2.5-Coder-0.5B-Instruct
|
| 7 |
- lora
|
|
@@ -12,7 +12,7 @@ licence: license
|
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Model Card for
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [Qwen/Qwen2.5-Coder-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-0.5B-Instruct).
|
| 18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
@@ -30,7 +30,7 @@ print(output["generated_text"])
|
|
| 30 |
|
| 31 |
## Training procedure
|
| 32 |
|
| 33 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/codeconflict/
|
| 34 |
|
| 35 |
|
| 36 |
This model was trained with SFT.
|
|
@@ -38,10 +38,10 @@ This model was trained with SFT.
|
|
| 38 |
### Framework versions
|
| 39 |
|
| 40 |
- PEFT 0.17.1
|
| 41 |
-
- TRL: 0.
|
| 42 |
-
- Transformers: 4.57.
|
| 43 |
-
- Pytorch: 2.
|
| 44 |
-
- Datasets: 4.
|
| 45 |
- Tokenizers: 0.22.1
|
| 46 |
|
| 47 |
## Citations
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen2.5-Coder-0.5B-Instruct
|
| 3 |
library_name: peft
|
| 4 |
+
model_name: output
|
| 5 |
tags:
|
| 6 |
- base_model:adapter:Qwen/Qwen2.5-Coder-0.5B-Instruct
|
| 7 |
- lora
|
|
|
|
| 12 |
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Model Card for output
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [Qwen/Qwen2.5-Coder-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-0.5B-Instruct).
|
| 18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
|
|
|
| 30 |
|
| 31 |
## Training procedure
|
| 32 |
|
| 33 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/codeconflict/merge-solver-sft/runs/1q6w5f9r)
|
| 34 |
|
| 35 |
|
| 36 |
This model was trained with SFT.
|
|
|
|
| 38 |
### Framework versions
|
| 39 |
|
| 40 |
- PEFT 0.17.1
|
| 41 |
+
- TRL: 0.24.0
|
| 42 |
+
- Transformers: 4.57.1
|
| 43 |
+
- Pytorch: 2.9.0
|
| 44 |
+
- Datasets: 4.2.0
|
| 45 |
- Tokenizers: 0.22.1
|
| 46 |
|
| 47 |
## Citations
|
adapter_config.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"loftq_config": {},
|
| 16 |
"lora_alpha": 32,
|
| 17 |
"lora_bias": false,
|
| 18 |
-
"lora_dropout": 0.
|
| 19 |
"megatron_config": null,
|
| 20 |
"megatron_core": "megatron.core",
|
| 21 |
"modules_to_save": null,
|
|
@@ -25,13 +25,10 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
| 29 |
-
"gate_proj",
|
| 30 |
-
"down_proj",
|
| 31 |
-
"o_proj",
|
| 32 |
"v_proj",
|
| 33 |
"k_proj",
|
| 34 |
-
"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
| 37 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 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,
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"q_proj",
|
|
|
|
|
|
|
|
|
|
| 29 |
"v_proj",
|
| 30 |
"k_proj",
|
| 31 |
+
"o_proj"
|
| 32 |
],
|
| 33 |
"target_parameters": null,
|
| 34 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9631b6ae2e8223b9f0f8e15454ab13a809981a9529d31728ba0ea9928e0c92d8
|
| 3 |
+
size 8676008
|
checkpoint-600/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-Coder-0.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-Coder-0.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
checkpoint-600/adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-0.5B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 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 |
+
"q_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"o_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 |
+
}
|
checkpoint-600/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f212cc5aa41710c8b130c17f2c0275bceebf130eeddee26542ed79f95c856258
|
| 3 |
+
size 8676008
|
checkpoint-600/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 |
+
}
|
checkpoint-600/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 %}
|
checkpoint-600/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-600/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a587f8209936467b960310d565c317822b858b31767cd350ac2702fdd3cf76aa
|
| 3 |
+
size 17465739
|
checkpoint-600/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:610c3f7bc37015f662908e54e2387e84cc0e60d988bbb9471dc252f6363488b2
|
| 3 |
+
size 15429
|
checkpoint-600/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b86ba2958eb31c916f42fb7bd50825754dd8062d5b912ea7369c965a24d6cc9
|
| 3 |
+
size 15429
|
checkpoint-600/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87975d2efe72a0668743feb614a90592366678b4fa123b6db681d9a507d3014c
|
| 3 |
+
size 15429
|
checkpoint-600/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e853cca953e8ccd5d1acf99bb0e451281dfbf4221a06051e13c833156b16215b
|
| 3 |
+
size 15429
|
checkpoint-600/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebf63ecbdd9653803c29476825600ff775389b946cc45cc07736c5133431c6b4
|
| 3 |
+
size 1465
|
checkpoint-600/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 |
+
}
|
checkpoint-600/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
checkpoint-600/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 |
+
}
|
checkpoint-600/trainer_state.json
ADDED
|
@@ -0,0 +1,700 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 2.643880926130099,
|
| 6 |
+
"eval_steps": 100,
|
| 7 |
+
"global_step": 600,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"entropy": 1.208277304470539,
|
| 14 |
+
"epoch": 0.044101433296582136,
|
| 15 |
+
"grad_norm": 0.7034044861793518,
|
| 16 |
+
"learning_rate": 3.6e-05,
|
| 17 |
+
"loss": 1.8075,
|
| 18 |
+
"mean_token_accuracy": 0.7044319450855255,
|
| 19 |
+
"num_tokens": 162027.0,
|
| 20 |
+
"step": 10
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"entropy": 1.2619145691394806,
|
| 24 |
+
"epoch": 0.08820286659316427,
|
| 25 |
+
"grad_norm": 0.56658935546875,
|
| 26 |
+
"learning_rate": 7.6e-05,
|
| 27 |
+
"loss": 1.7395,
|
| 28 |
+
"mean_token_accuracy": 0.7111444145441055,
|
| 29 |
+
"num_tokens": 322033.0,
|
| 30 |
+
"step": 20
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"entropy": 1.3051191717386246,
|
| 34 |
+
"epoch": 0.13230429988974643,
|
| 35 |
+
"grad_norm": 0.9701246023178101,
|
| 36 |
+
"learning_rate": 0.000116,
|
| 37 |
+
"loss": 1.4759,
|
| 38 |
+
"mean_token_accuracy": 0.7372552484273911,
|
| 39 |
+
"num_tokens": 493134.0,
|
| 40 |
+
"step": 30
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"entropy": 1.2549610823392867,
|
| 44 |
+
"epoch": 0.17640573318632854,
|
| 45 |
+
"grad_norm": 0.7130260467529297,
|
| 46 |
+
"learning_rate": 0.00015600000000000002,
|
| 47 |
+
"loss": 1.1858,
|
| 48 |
+
"mean_token_accuracy": 0.7737368658185005,
|
| 49 |
+
"num_tokens": 657636.0,
|
| 50 |
+
"step": 40
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"entropy": 1.0649129822850227,
|
| 54 |
+
"epoch": 0.2205071664829107,
|
| 55 |
+
"grad_norm": 0.31629839539527893,
|
| 56 |
+
"learning_rate": 0.000196,
|
| 57 |
+
"loss": 1.0158,
|
| 58 |
+
"mean_token_accuracy": 0.7959408611059189,
|
| 59 |
+
"num_tokens": 809381.0,
|
| 60 |
+
"step": 50
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"entropy": 0.9025423139333725,
|
| 64 |
+
"epoch": 0.26460859977949286,
|
| 65 |
+
"grad_norm": 0.2634122669696808,
|
| 66 |
+
"learning_rate": 0.0001971473851030111,
|
| 67 |
+
"loss": 0.8932,
|
| 68 |
+
"mean_token_accuracy": 0.8144056230783463,
|
| 69 |
+
"num_tokens": 970344.0,
|
| 70 |
+
"step": 60
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"entropy": 0.8994027122855186,
|
| 74 |
+
"epoch": 0.308710033076075,
|
| 75 |
+
"grad_norm": 0.29325830936431885,
|
| 76 |
+
"learning_rate": 0.00019397781299524563,
|
| 77 |
+
"loss": 0.8828,
|
| 78 |
+
"mean_token_accuracy": 0.8157614529132843,
|
| 79 |
+
"num_tokens": 1129434.0,
|
| 80 |
+
"step": 70
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"entropy": 0.8638058304786682,
|
| 84 |
+
"epoch": 0.3528114663726571,
|
| 85 |
+
"grad_norm": 0.22787100076675415,
|
| 86 |
+
"learning_rate": 0.0001908082408874802,
|
| 87 |
+
"loss": 0.8518,
|
| 88 |
+
"mean_token_accuracy": 0.8206798136234283,
|
| 89 |
+
"num_tokens": 1290818.0,
|
| 90 |
+
"step": 80
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"entropy": 0.8639321938157082,
|
| 94 |
+
"epoch": 0.39691289966923926,
|
| 95 |
+
"grad_norm": 0.27325868606567383,
|
| 96 |
+
"learning_rate": 0.00018763866877971475,
|
| 97 |
+
"loss": 0.8633,
|
| 98 |
+
"mean_token_accuracy": 0.81620042771101,
|
| 99 |
+
"num_tokens": 1452401.0,
|
| 100 |
+
"step": 90
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"entropy": 0.8432708650827407,
|
| 104 |
+
"epoch": 0.4410143329658214,
|
| 105 |
+
"grad_norm": 0.29134032130241394,
|
| 106 |
+
"learning_rate": 0.0001844690966719493,
|
| 107 |
+
"loss": 0.8225,
|
| 108 |
+
"mean_token_accuracy": 0.8236450552940369,
|
| 109 |
+
"num_tokens": 1616085.0,
|
| 110 |
+
"step": 100
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 0.4410143329658214,
|
| 114 |
+
"eval_entropy": 0.7245843861952866,
|
| 115 |
+
"eval_loss": 0.6365505456924438,
|
| 116 |
+
"eval_mean_token_accuracy": 0.8594882246291283,
|
| 117 |
+
"eval_num_tokens": 1616085.0,
|
| 118 |
+
"eval_runtime": 8.1048,
|
| 119 |
+
"eval_samples_per_second": 99.447,
|
| 120 |
+
"eval_steps_per_second": 12.462,
|
| 121 |
+
"step": 100
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"entropy": 0.7841475278139114,
|
| 125 |
+
"epoch": 0.48511576626240355,
|
| 126 |
+
"grad_norm": 0.25806924700737,
|
| 127 |
+
"learning_rate": 0.00018129952456418384,
|
| 128 |
+
"loss": 0.7675,
|
| 129 |
+
"mean_token_accuracy": 0.8291461855173111,
|
| 130 |
+
"num_tokens": 1780700.0,
|
| 131 |
+
"step": 110
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"entropy": 0.8083247914910316,
|
| 135 |
+
"epoch": 0.5292171995589857,
|
| 136 |
+
"grad_norm": 0.2405901849269867,
|
| 137 |
+
"learning_rate": 0.00017812995245641838,
|
| 138 |
+
"loss": 0.7929,
|
| 139 |
+
"mean_token_accuracy": 0.8249855980277061,
|
| 140 |
+
"num_tokens": 1944758.0,
|
| 141 |
+
"step": 120
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"entropy": 0.8017621666193009,
|
| 145 |
+
"epoch": 0.5733186328555678,
|
| 146 |
+
"grad_norm": 0.2787521183490753,
|
| 147 |
+
"learning_rate": 0.00017496038034865293,
|
| 148 |
+
"loss": 0.8007,
|
| 149 |
+
"mean_token_accuracy": 0.8232445836067199,
|
| 150 |
+
"num_tokens": 2108373.0,
|
| 151 |
+
"step": 130
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"entropy": 0.783287800848484,
|
| 155 |
+
"epoch": 0.61742006615215,
|
| 156 |
+
"grad_norm": 0.24215690791606903,
|
| 157 |
+
"learning_rate": 0.0001717908082408875,
|
| 158 |
+
"loss": 0.7806,
|
| 159 |
+
"mean_token_accuracy": 0.82769885212183,
|
| 160 |
+
"num_tokens": 2279985.0,
|
| 161 |
+
"step": 140
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"entropy": 0.7877024173736572,
|
| 165 |
+
"epoch": 0.6615214994487321,
|
| 166 |
+
"grad_norm": 0.32073867321014404,
|
| 167 |
+
"learning_rate": 0.00016862123613312205,
|
| 168 |
+
"loss": 0.7749,
|
| 169 |
+
"mean_token_accuracy": 0.8289618909358978,
|
| 170 |
+
"num_tokens": 2437290.0,
|
| 171 |
+
"step": 150
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"entropy": 0.7758993163704873,
|
| 175 |
+
"epoch": 0.7056229327453142,
|
| 176 |
+
"grad_norm": 0.24493683874607086,
|
| 177 |
+
"learning_rate": 0.0001654516640253566,
|
| 178 |
+
"loss": 0.7613,
|
| 179 |
+
"mean_token_accuracy": 0.8307989597320556,
|
| 180 |
+
"num_tokens": 2599040.0,
|
| 181 |
+
"step": 160
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"entropy": 0.7710816964507103,
|
| 185 |
+
"epoch": 0.7497243660418964,
|
| 186 |
+
"grad_norm": 0.26176023483276367,
|
| 187 |
+
"learning_rate": 0.00016228209191759114,
|
| 188 |
+
"loss": 0.7701,
|
| 189 |
+
"mean_token_accuracy": 0.8283671870827675,
|
| 190 |
+
"num_tokens": 2763931.0,
|
| 191 |
+
"step": 170
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"entropy": 0.7687478274106979,
|
| 195 |
+
"epoch": 0.7938257993384785,
|
| 196 |
+
"grad_norm": 0.33372247219085693,
|
| 197 |
+
"learning_rate": 0.00015911251980982568,
|
| 198 |
+
"loss": 0.7599,
|
| 199 |
+
"mean_token_accuracy": 0.8326913744211197,
|
| 200 |
+
"num_tokens": 2921138.0,
|
| 201 |
+
"step": 180
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"entropy": 0.7683898612856865,
|
| 205 |
+
"epoch": 0.8379272326350606,
|
| 206 |
+
"grad_norm": 0.30479806661605835,
|
| 207 |
+
"learning_rate": 0.00015594294770206023,
|
| 208 |
+
"loss": 0.7652,
|
| 209 |
+
"mean_token_accuracy": 0.8292697682976723,
|
| 210 |
+
"num_tokens": 3078075.0,
|
| 211 |
+
"step": 190
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"entropy": 0.7426786199212074,
|
| 215 |
+
"epoch": 0.8820286659316428,
|
| 216 |
+
"grad_norm": 0.30385708808898926,
|
| 217 |
+
"learning_rate": 0.0001527733755942948,
|
| 218 |
+
"loss": 0.7484,
|
| 219 |
+
"mean_token_accuracy": 0.834077812731266,
|
| 220 |
+
"num_tokens": 3250532.0,
|
| 221 |
+
"step": 200
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 0.8820286659316428,
|
| 225 |
+
"eval_entropy": 0.6650676030923824,
|
| 226 |
+
"eval_loss": 0.5983571410179138,
|
| 227 |
+
"eval_mean_token_accuracy": 0.8642630500368552,
|
| 228 |
+
"eval_num_tokens": 3250532.0,
|
| 229 |
+
"eval_runtime": 8.088,
|
| 230 |
+
"eval_samples_per_second": 99.654,
|
| 231 |
+
"eval_steps_per_second": 12.488,
|
| 232 |
+
"step": 200
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"entropy": 0.7351636976003647,
|
| 236 |
+
"epoch": 0.9261300992282249,
|
| 237 |
+
"grad_norm": 0.3023395836353302,
|
| 238 |
+
"learning_rate": 0.00014960380348652932,
|
| 239 |
+
"loss": 0.7276,
|
| 240 |
+
"mean_token_accuracy": 0.8379455998539924,
|
| 241 |
+
"num_tokens": 3412136.0,
|
| 242 |
+
"step": 210
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"entropy": 0.7627917662262916,
|
| 246 |
+
"epoch": 0.9702315325248071,
|
| 247 |
+
"grad_norm": 0.27449166774749756,
|
| 248 |
+
"learning_rate": 0.00014643423137876386,
|
| 249 |
+
"loss": 0.7657,
|
| 250 |
+
"mean_token_accuracy": 0.832044218480587,
|
| 251 |
+
"num_tokens": 3578511.0,
|
| 252 |
+
"step": 220
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"entropy": 0.7629164243355776,
|
| 256 |
+
"epoch": 1.0132304299889747,
|
| 257 |
+
"grad_norm": 0.3300953209400177,
|
| 258 |
+
"learning_rate": 0.0001432646592709984,
|
| 259 |
+
"loss": 0.7491,
|
| 260 |
+
"mean_token_accuracy": 0.8328371659303323,
|
| 261 |
+
"num_tokens": 3722301.0,
|
| 262 |
+
"step": 230
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"entropy": 0.746186052262783,
|
| 266 |
+
"epoch": 1.0573318632855568,
|
| 267 |
+
"grad_norm": 0.3027808666229248,
|
| 268 |
+
"learning_rate": 0.00014009508716323295,
|
| 269 |
+
"loss": 0.7462,
|
| 270 |
+
"mean_token_accuracy": 0.8322931200265884,
|
| 271 |
+
"num_tokens": 3896679.0,
|
| 272 |
+
"step": 240
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"entropy": 0.7389517679810524,
|
| 276 |
+
"epoch": 1.101433296582139,
|
| 277 |
+
"grad_norm": 0.2887279689311981,
|
| 278 |
+
"learning_rate": 0.00013692551505546752,
|
| 279 |
+
"loss": 0.7406,
|
| 280 |
+
"mean_token_accuracy": 0.8339706152677536,
|
| 281 |
+
"num_tokens": 4060607.0,
|
| 282 |
+
"step": 250
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"entropy": 0.7400932610034943,
|
| 286 |
+
"epoch": 1.145534729878721,
|
| 287 |
+
"grad_norm": 0.29185837507247925,
|
| 288 |
+
"learning_rate": 0.00013375594294770207,
|
| 289 |
+
"loss": 0.7335,
|
| 290 |
+
"mean_token_accuracy": 0.8348478749394417,
|
| 291 |
+
"num_tokens": 4235108.0,
|
| 292 |
+
"step": 260
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"entropy": 0.7405846387147903,
|
| 296 |
+
"epoch": 1.1896361631753032,
|
| 297 |
+
"grad_norm": 0.3650504946708679,
|
| 298 |
+
"learning_rate": 0.0001305863708399366,
|
| 299 |
+
"loss": 0.7242,
|
| 300 |
+
"mean_token_accuracy": 0.8392871618270874,
|
| 301 |
+
"num_tokens": 4399960.0,
|
| 302 |
+
"step": 270
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"entropy": 0.7342920154333115,
|
| 306 |
+
"epoch": 1.2337375964718853,
|
| 307 |
+
"grad_norm": 0.32232147455215454,
|
| 308 |
+
"learning_rate": 0.00012741679873217116,
|
| 309 |
+
"loss": 0.7329,
|
| 310 |
+
"mean_token_accuracy": 0.8371502041816712,
|
| 311 |
+
"num_tokens": 4562192.0,
|
| 312 |
+
"step": 280
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"entropy": 0.7346035555005074,
|
| 316 |
+
"epoch": 1.2778390297684674,
|
| 317 |
+
"grad_norm": 0.35367703437805176,
|
| 318 |
+
"learning_rate": 0.0001242472266244057,
|
| 319 |
+
"loss": 0.7251,
|
| 320 |
+
"mean_token_accuracy": 0.8377319499850273,
|
| 321 |
+
"num_tokens": 4721881.0,
|
| 322 |
+
"step": 290
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"entropy": 0.7108615353703499,
|
| 326 |
+
"epoch": 1.3219404630650495,
|
| 327 |
+
"grad_norm": 0.2766059637069702,
|
| 328 |
+
"learning_rate": 0.00012107765451664026,
|
| 329 |
+
"loss": 0.7134,
|
| 330 |
+
"mean_token_accuracy": 0.8399718284606934,
|
| 331 |
+
"num_tokens": 4885379.0,
|
| 332 |
+
"step": 300
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 1.3219404630650495,
|
| 336 |
+
"eval_entropy": 0.6444886132042007,
|
| 337 |
+
"eval_loss": 0.5822195410728455,
|
| 338 |
+
"eval_mean_token_accuracy": 0.866522473864036,
|
| 339 |
+
"eval_num_tokens": 4885379.0,
|
| 340 |
+
"eval_runtime": 8.0528,
|
| 341 |
+
"eval_samples_per_second": 100.089,
|
| 342 |
+
"eval_steps_per_second": 12.542,
|
| 343 |
+
"step": 300
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"entropy": 0.7376143395900726,
|
| 347 |
+
"epoch": 1.3660418963616316,
|
| 348 |
+
"grad_norm": 0.2916136384010315,
|
| 349 |
+
"learning_rate": 0.0001179080824088748,
|
| 350 |
+
"loss": 0.7378,
|
| 351 |
+
"mean_token_accuracy": 0.8362751066684723,
|
| 352 |
+
"num_tokens": 5049776.0,
|
| 353 |
+
"step": 310
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"entropy": 0.7360161304473877,
|
| 357 |
+
"epoch": 1.4101433296582138,
|
| 358 |
+
"grad_norm": 0.3246314525604248,
|
| 359 |
+
"learning_rate": 0.00011473851030110936,
|
| 360 |
+
"loss": 0.7383,
|
| 361 |
+
"mean_token_accuracy": 0.8336721956729889,
|
| 362 |
+
"num_tokens": 5209191.0,
|
| 363 |
+
"step": 320
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"entropy": 0.7085310086607933,
|
| 367 |
+
"epoch": 1.454244762954796,
|
| 368 |
+
"grad_norm": 0.2847578823566437,
|
| 369 |
+
"learning_rate": 0.00011156893819334391,
|
| 370 |
+
"loss": 0.7041,
|
| 371 |
+
"mean_token_accuracy": 0.8415971100330353,
|
| 372 |
+
"num_tokens": 5375904.0,
|
| 373 |
+
"step": 330
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"entropy": 0.7118788257241249,
|
| 377 |
+
"epoch": 1.4983461962513782,
|
| 378 |
+
"grad_norm": 0.3348420262336731,
|
| 379 |
+
"learning_rate": 0.00010839936608557845,
|
| 380 |
+
"loss": 0.7121,
|
| 381 |
+
"mean_token_accuracy": 0.839908429980278,
|
| 382 |
+
"num_tokens": 5530092.0,
|
| 383 |
+
"step": 340
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"entropy": 0.7398809120059013,
|
| 387 |
+
"epoch": 1.5424476295479603,
|
| 388 |
+
"grad_norm": 0.31565436720848083,
|
| 389 |
+
"learning_rate": 0.00010522979397781301,
|
| 390 |
+
"loss": 0.738,
|
| 391 |
+
"mean_token_accuracy": 0.8339577659964561,
|
| 392 |
+
"num_tokens": 5680997.0,
|
| 393 |
+
"step": 350
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"entropy": 0.7200135216116905,
|
| 397 |
+
"epoch": 1.5865490628445424,
|
| 398 |
+
"grad_norm": 0.3452684283256531,
|
| 399 |
+
"learning_rate": 0.00010206022187004756,
|
| 400 |
+
"loss": 0.726,
|
| 401 |
+
"mean_token_accuracy": 0.8387370139360428,
|
| 402 |
+
"num_tokens": 5847675.0,
|
| 403 |
+
"step": 360
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"entropy": 0.7074938386678695,
|
| 407 |
+
"epoch": 1.6306504961411246,
|
| 408 |
+
"grad_norm": 0.307235985994339,
|
| 409 |
+
"learning_rate": 9.889064976228209e-05,
|
| 410 |
+
"loss": 0.689,
|
| 411 |
+
"mean_token_accuracy": 0.8433170482516289,
|
| 412 |
+
"num_tokens": 6014120.0,
|
| 413 |
+
"step": 370
|
| 414 |
+
},
|
| 415 |
+
{
|
| 416 |
+
"entropy": 0.713779816031456,
|
| 417 |
+
"epoch": 1.6747519294377067,
|
| 418 |
+
"grad_norm": 0.33486098051071167,
|
| 419 |
+
"learning_rate": 9.572107765451665e-05,
|
| 420 |
+
"loss": 0.7166,
|
| 421 |
+
"mean_token_accuracy": 0.8390020251274108,
|
| 422 |
+
"num_tokens": 6175759.0,
|
| 423 |
+
"step": 380
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"entropy": 0.7257090628147125,
|
| 427 |
+
"epoch": 1.718853362734289,
|
| 428 |
+
"grad_norm": 0.29937514662742615,
|
| 429 |
+
"learning_rate": 9.255150554675119e-05,
|
| 430 |
+
"loss": 0.7296,
|
| 431 |
+
"mean_token_accuracy": 0.8377068281173706,
|
| 432 |
+
"num_tokens": 6337886.0,
|
| 433 |
+
"step": 390
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"entropy": 0.7071069806814194,
|
| 437 |
+
"epoch": 1.7629547960308711,
|
| 438 |
+
"grad_norm": 0.29501640796661377,
|
| 439 |
+
"learning_rate": 8.938193343898574e-05,
|
| 440 |
+
"loss": 0.7023,
|
| 441 |
+
"mean_token_accuracy": 0.8423839300870896,
|
| 442 |
+
"num_tokens": 6499459.0,
|
| 443 |
+
"step": 400
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 1.7629547960308711,
|
| 447 |
+
"eval_entropy": 0.6217773565561464,
|
| 448 |
+
"eval_loss": 0.5744128227233887,
|
| 449 |
+
"eval_mean_token_accuracy": 0.8680370243469088,
|
| 450 |
+
"eval_num_tokens": 6499459.0,
|
| 451 |
+
"eval_runtime": 8.0487,
|
| 452 |
+
"eval_samples_per_second": 100.14,
|
| 453 |
+
"eval_steps_per_second": 12.549,
|
| 454 |
+
"step": 400
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"entropy": 0.7010652974247933,
|
| 458 |
+
"epoch": 1.8070562293274532,
|
| 459 |
+
"grad_norm": 0.3465122580528259,
|
| 460 |
+
"learning_rate": 8.62123613312203e-05,
|
| 461 |
+
"loss": 0.7056,
|
| 462 |
+
"mean_token_accuracy": 0.8412188425660133,
|
| 463 |
+
"num_tokens": 6661490.0,
|
| 464 |
+
"step": 410
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"entropy": 0.7035703644156456,
|
| 468 |
+
"epoch": 1.8511576626240354,
|
| 469 |
+
"grad_norm": 0.2653435170650482,
|
| 470 |
+
"learning_rate": 8.304278922345484e-05,
|
| 471 |
+
"loss": 0.7047,
|
| 472 |
+
"mean_token_accuracy": 0.8421282634139061,
|
| 473 |
+
"num_tokens": 6806303.0,
|
| 474 |
+
"step": 420
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"entropy": 0.7134277895092964,
|
| 478 |
+
"epoch": 1.8952590959206175,
|
| 479 |
+
"grad_norm": 0.3735100328922272,
|
| 480 |
+
"learning_rate": 7.987321711568939e-05,
|
| 481 |
+
"loss": 0.7222,
|
| 482 |
+
"mean_token_accuracy": 0.8374130159616471,
|
| 483 |
+
"num_tokens": 6977619.0,
|
| 484 |
+
"step": 430
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"entropy": 0.6837946087121963,
|
| 488 |
+
"epoch": 1.9393605292171996,
|
| 489 |
+
"grad_norm": 0.3172140121459961,
|
| 490 |
+
"learning_rate": 7.670364500792393e-05,
|
| 491 |
+
"loss": 0.6872,
|
| 492 |
+
"mean_token_accuracy": 0.8447714239358902,
|
| 493 |
+
"num_tokens": 7134964.0,
|
| 494 |
+
"step": 440
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"entropy": 0.7037998244166375,
|
| 498 |
+
"epoch": 1.9834619625137817,
|
| 499 |
+
"grad_norm": 0.3320825397968292,
|
| 500 |
+
"learning_rate": 7.353407290015848e-05,
|
| 501 |
+
"loss": 0.7065,
|
| 502 |
+
"mean_token_accuracy": 0.8428374692797661,
|
| 503 |
+
"num_tokens": 7302144.0,
|
| 504 |
+
"step": 450
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"entropy": 0.6984619360703689,
|
| 508 |
+
"epoch": 2.0264608599779494,
|
| 509 |
+
"grad_norm": 0.285248339176178,
|
| 510 |
+
"learning_rate": 7.036450079239303e-05,
|
| 511 |
+
"loss": 0.6904,
|
| 512 |
+
"mean_token_accuracy": 0.8467852473258972,
|
| 513 |
+
"num_tokens": 7443873.0,
|
| 514 |
+
"step": 460
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"entropy": 0.7012363314628601,
|
| 518 |
+
"epoch": 2.0705622932745316,
|
| 519 |
+
"grad_norm": 0.32722488045692444,
|
| 520 |
+
"learning_rate": 6.719492868462758e-05,
|
| 521 |
+
"loss": 0.6951,
|
| 522 |
+
"mean_token_accuracy": 0.8441829264163971,
|
| 523 |
+
"num_tokens": 7602458.0,
|
| 524 |
+
"step": 470
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"entropy": 0.7040385738015175,
|
| 528 |
+
"epoch": 2.1146637265711137,
|
| 529 |
+
"grad_norm": 0.3185954689979553,
|
| 530 |
+
"learning_rate": 6.402535657686212e-05,
|
| 531 |
+
"loss": 0.7082,
|
| 532 |
+
"mean_token_accuracy": 0.8414013043045998,
|
| 533 |
+
"num_tokens": 7763939.0,
|
| 534 |
+
"step": 480
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"entropy": 0.6956586122512818,
|
| 538 |
+
"epoch": 2.158765159867696,
|
| 539 |
+
"grad_norm": 0.34575557708740234,
|
| 540 |
+
"learning_rate": 6.0855784469096676e-05,
|
| 541 |
+
"loss": 0.695,
|
| 542 |
+
"mean_token_accuracy": 0.8428655683994293,
|
| 543 |
+
"num_tokens": 7927670.0,
|
| 544 |
+
"step": 490
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"entropy": 0.702117745578289,
|
| 548 |
+
"epoch": 2.202866593164278,
|
| 549 |
+
"grad_norm": 0.3255711793899536,
|
| 550 |
+
"learning_rate": 5.768621236133123e-05,
|
| 551 |
+
"loss": 0.7111,
|
| 552 |
+
"mean_token_accuracy": 0.8387768477201462,
|
| 553 |
+
"num_tokens": 8090934.0,
|
| 554 |
+
"step": 500
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"epoch": 2.202866593164278,
|
| 558 |
+
"eval_entropy": 0.6130540751584685,
|
| 559 |
+
"eval_loss": 0.5708180665969849,
|
| 560 |
+
"eval_mean_token_accuracy": 0.8685296850629373,
|
| 561 |
+
"eval_num_tokens": 8090934.0,
|
| 562 |
+
"eval_runtime": 8.0458,
|
| 563 |
+
"eval_samples_per_second": 100.176,
|
| 564 |
+
"eval_steps_per_second": 12.553,
|
| 565 |
+
"step": 500
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"entropy": 0.6894026726484299,
|
| 569 |
+
"epoch": 2.24696802646086,
|
| 570 |
+
"grad_norm": 0.3195938467979431,
|
| 571 |
+
"learning_rate": 5.451664025356578e-05,
|
| 572 |
+
"loss": 0.6884,
|
| 573 |
+
"mean_token_accuracy": 0.8427316024899483,
|
| 574 |
+
"num_tokens": 8260273.0,
|
| 575 |
+
"step": 510
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"entropy": 0.6812330767512321,
|
| 579 |
+
"epoch": 2.291069459757442,
|
| 580 |
+
"grad_norm": 0.4105236232280731,
|
| 581 |
+
"learning_rate": 5.134706814580032e-05,
|
| 582 |
+
"loss": 0.6849,
|
| 583 |
+
"mean_token_accuracy": 0.8467972829937935,
|
| 584 |
+
"num_tokens": 8418421.0,
|
| 585 |
+
"step": 520
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"entropy": 0.6863151758909225,
|
| 589 |
+
"epoch": 2.3351708930540243,
|
| 590 |
+
"grad_norm": 0.3161937892436981,
|
| 591 |
+
"learning_rate": 4.817749603803487e-05,
|
| 592 |
+
"loss": 0.6813,
|
| 593 |
+
"mean_token_accuracy": 0.8450520291924477,
|
| 594 |
+
"num_tokens": 8584244.0,
|
| 595 |
+
"step": 530
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"entropy": 0.6781483091413975,
|
| 599 |
+
"epoch": 2.3792723263506064,
|
| 600 |
+
"grad_norm": 0.37656792998313904,
|
| 601 |
+
"learning_rate": 4.5007923930269414e-05,
|
| 602 |
+
"loss": 0.6754,
|
| 603 |
+
"mean_token_accuracy": 0.8465494722127914,
|
| 604 |
+
"num_tokens": 8748714.0,
|
| 605 |
+
"step": 540
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"entropy": 0.6889190331101418,
|
| 609 |
+
"epoch": 2.4233737596471885,
|
| 610 |
+
"grad_norm": 0.3911200761795044,
|
| 611 |
+
"learning_rate": 4.1838351822503966e-05,
|
| 612 |
+
"loss": 0.7013,
|
| 613 |
+
"mean_token_accuracy": 0.8418177396059037,
|
| 614 |
+
"num_tokens": 8908894.0,
|
| 615 |
+
"step": 550
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"entropy": 0.6950134262442589,
|
| 619 |
+
"epoch": 2.4674751929437706,
|
| 620 |
+
"grad_norm": 0.32076194882392883,
|
| 621 |
+
"learning_rate": 3.866877971473851e-05,
|
| 622 |
+
"loss": 0.7057,
|
| 623 |
+
"mean_token_accuracy": 0.8429578125476838,
|
| 624 |
+
"num_tokens": 9068647.0,
|
| 625 |
+
"step": 560
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"entropy": 0.6590564094483853,
|
| 629 |
+
"epoch": 2.5115766262403527,
|
| 630 |
+
"grad_norm": 0.33828845620155334,
|
| 631 |
+
"learning_rate": 3.549920760697306e-05,
|
| 632 |
+
"loss": 0.6653,
|
| 633 |
+
"mean_token_accuracy": 0.8498437628149986,
|
| 634 |
+
"num_tokens": 9241573.0,
|
| 635 |
+
"step": 570
|
| 636 |
+
},
|
| 637 |
+
{
|
| 638 |
+
"entropy": 0.6963606104254723,
|
| 639 |
+
"epoch": 2.555678059536935,
|
| 640 |
+
"grad_norm": 0.3341946303844452,
|
| 641 |
+
"learning_rate": 3.2329635499207614e-05,
|
| 642 |
+
"loss": 0.7008,
|
| 643 |
+
"mean_token_accuracy": 0.8427884921431541,
|
| 644 |
+
"num_tokens": 9402668.0,
|
| 645 |
+
"step": 580
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"entropy": 0.7054937720298767,
|
| 649 |
+
"epoch": 2.599779492833517,
|
| 650 |
+
"grad_norm": 0.2775990962982178,
|
| 651 |
+
"learning_rate": 2.9160063391442156e-05,
|
| 652 |
+
"loss": 0.7011,
|
| 653 |
+
"mean_token_accuracy": 0.841389861702919,
|
| 654 |
+
"num_tokens": 9566515.0,
|
| 655 |
+
"step": 590
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"entropy": 0.7010829344391822,
|
| 659 |
+
"epoch": 2.643880926130099,
|
| 660 |
+
"grad_norm": 0.35286372900009155,
|
| 661 |
+
"learning_rate": 2.5990491283676704e-05,
|
| 662 |
+
"loss": 0.6916,
|
| 663 |
+
"mean_token_accuracy": 0.8444753900170326,
|
| 664 |
+
"num_tokens": 9737713.0,
|
| 665 |
+
"step": 600
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"epoch": 2.643880926130099,
|
| 669 |
+
"eval_entropy": 0.6011341580069891,
|
| 670 |
+
"eval_loss": 0.5674853324890137,
|
| 671 |
+
"eval_mean_token_accuracy": 0.8689056859158053,
|
| 672 |
+
"eval_num_tokens": 9737713.0,
|
| 673 |
+
"eval_runtime": 8.0369,
|
| 674 |
+
"eval_samples_per_second": 100.287,
|
| 675 |
+
"eval_steps_per_second": 12.567,
|
| 676 |
+
"step": 600
|
| 677 |
+
}
|
| 678 |
+
],
|
| 679 |
+
"logging_steps": 10,
|
| 680 |
+
"max_steps": 681,
|
| 681 |
+
"num_input_tokens_seen": 0,
|
| 682 |
+
"num_train_epochs": 3,
|
| 683 |
+
"save_steps": 100,
|
| 684 |
+
"stateful_callbacks": {
|
| 685 |
+
"TrainerControl": {
|
| 686 |
+
"args": {
|
| 687 |
+
"should_epoch_stop": false,
|
| 688 |
+
"should_evaluate": false,
|
| 689 |
+
"should_log": false,
|
| 690 |
+
"should_save": true,
|
| 691 |
+
"should_training_stop": false
|
| 692 |
+
},
|
| 693 |
+
"attributes": {}
|
| 694 |
+
}
|
| 695 |
+
},
|
| 696 |
+
"total_flos": 2.797942892344115e+16,
|
| 697 |
+
"train_batch_size": 2,
|
| 698 |
+
"trial_name": null,
|
| 699 |
+
"trial_params": null
|
| 700 |
+
}
|
checkpoint-600/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad623c9551b89393b31ba168968cde26f7f977fa3635fefdfd556d4786044bde
|
| 3 |
+
size 6225
|
checkpoint-600/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-681/README.md
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-Coder-0.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-Coder-0.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- sft
|
| 9 |
+
- transformers
|
| 10 |
+
- trl
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Model ID
|
| 14 |
+
|
| 15 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Model Details
|
| 20 |
+
|
| 21 |
+
### Model Description
|
| 22 |
+
|
| 23 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
- **Developed by:** [More Information Needed]
|
| 28 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 29 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 30 |
+
- **Model type:** [More Information Needed]
|
| 31 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 32 |
+
- **License:** [More Information Needed]
|
| 33 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
### Model Sources [optional]
|
| 36 |
+
|
| 37 |
+
<!-- Provide the basic links for the model. -->
|
| 38 |
+
|
| 39 |
+
- **Repository:** [More Information Needed]
|
| 40 |
+
- **Paper [optional]:** [More Information Needed]
|
| 41 |
+
- **Demo [optional]:** [More Information Needed]
|
| 42 |
+
|
| 43 |
+
## Uses
|
| 44 |
+
|
| 45 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 46 |
+
|
| 47 |
+
### Direct Use
|
| 48 |
+
|
| 49 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 52 |
+
|
| 53 |
+
### Downstream Use [optional]
|
| 54 |
+
|
| 55 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 56 |
+
|
| 57 |
+
[More Information Needed]
|
| 58 |
+
|
| 59 |
+
### Out-of-Scope Use
|
| 60 |
+
|
| 61 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 62 |
+
|
| 63 |
+
[More Information Needed]
|
| 64 |
+
|
| 65 |
+
## Bias, Risks, and Limitations
|
| 66 |
+
|
| 67 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 68 |
+
|
| 69 |
+
[More Information Needed]
|
| 70 |
+
|
| 71 |
+
### Recommendations
|
| 72 |
+
|
| 73 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 74 |
+
|
| 75 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 76 |
+
|
| 77 |
+
## How to Get Started with the Model
|
| 78 |
+
|
| 79 |
+
Use the code below to get started with the model.
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
## Training Details
|
| 84 |
+
|
| 85 |
+
### Training Data
|
| 86 |
+
|
| 87 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
### Training Procedure
|
| 92 |
+
|
| 93 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 94 |
+
|
| 95 |
+
#### Preprocessing [optional]
|
| 96 |
+
|
| 97 |
+
[More Information Needed]
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
#### Training Hyperparameters
|
| 101 |
+
|
| 102 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 103 |
+
|
| 104 |
+
#### Speeds, Sizes, Times [optional]
|
| 105 |
+
|
| 106 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 107 |
+
|
| 108 |
+
[More Information Needed]
|
| 109 |
+
|
| 110 |
+
## Evaluation
|
| 111 |
+
|
| 112 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 113 |
+
|
| 114 |
+
### Testing Data, Factors & Metrics
|
| 115 |
+
|
| 116 |
+
#### Testing Data
|
| 117 |
+
|
| 118 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
#### Factors
|
| 123 |
+
|
| 124 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 125 |
+
|
| 126 |
+
[More Information Needed]
|
| 127 |
+
|
| 128 |
+
#### Metrics
|
| 129 |
+
|
| 130 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
### Results
|
| 135 |
+
|
| 136 |
+
[More Information Needed]
|
| 137 |
+
|
| 138 |
+
#### Summary
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
## Model Examination [optional]
|
| 143 |
+
|
| 144 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## Environmental Impact
|
| 149 |
+
|
| 150 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 151 |
+
|
| 152 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 153 |
+
|
| 154 |
+
- **Hardware Type:** [More Information Needed]
|
| 155 |
+
- **Hours used:** [More Information Needed]
|
| 156 |
+
- **Cloud Provider:** [More Information Needed]
|
| 157 |
+
- **Compute Region:** [More Information Needed]
|
| 158 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 159 |
+
|
| 160 |
+
## Technical Specifications [optional]
|
| 161 |
+
|
| 162 |
+
### Model Architecture and Objective
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
### Compute Infrastructure
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
#### Hardware
|
| 171 |
+
|
| 172 |
+
[More Information Needed]
|
| 173 |
+
|
| 174 |
+
#### Software
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
## Citation [optional]
|
| 179 |
+
|
| 180 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 181 |
+
|
| 182 |
+
**BibTeX:**
|
| 183 |
+
|
| 184 |
+
[More Information Needed]
|
| 185 |
+
|
| 186 |
+
**APA:**
|
| 187 |
+
|
| 188 |
+
[More Information Needed]
|
| 189 |
+
|
| 190 |
+
## Glossary [optional]
|
| 191 |
+
|
| 192 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## More Information [optional]
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
## Model Card Authors [optional]
|
| 201 |
+
|
| 202 |
+
[More Information Needed]
|
| 203 |
+
|
| 204 |
+
## Model Card Contact
|
| 205 |
+
|
| 206 |
+
[More Information Needed]
|
| 207 |
+
### Framework versions
|
| 208 |
+
|
| 209 |
+
- PEFT 0.17.1
|
checkpoint-681/adapter_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-0.5B-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"corda_config": null,
|
| 7 |
+
"eva_config": null,
|
| 8 |
+
"exclude_modules": null,
|
| 9 |
+
"fan_in_fan_out": false,
|
| 10 |
+
"inference_mode": true,
|
| 11 |
+
"init_lora_weights": true,
|
| 12 |
+
"layer_replication": null,
|
| 13 |
+
"layers_pattern": null,
|
| 14 |
+
"layers_to_transform": null,
|
| 15 |
+
"loftq_config": {},
|
| 16 |
+
"lora_alpha": 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 |
+
"q_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"o_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 |
+
}
|
checkpoint-681/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9631b6ae2e8223b9f0f8e15454ab13a809981a9529d31728ba0ea9928e0c92d8
|
| 3 |
+
size 8676008
|
checkpoint-681/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 |
+
}
|
checkpoint-681/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 %}
|
checkpoint-681/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-681/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28295fdd28517dd1c492ed18c5354aea07326f7740e67c2386510730b6ce1496
|
| 3 |
+
size 17465739
|
checkpoint-681/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c384eeae2656405534b5309fdd5c4eb2f61d8a6b39300dc6954b7531b12921a3
|
| 3 |
+
size 15429
|
checkpoint-681/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bbba6221a73569c4e2be7dd2f8549195ec40a028f0a944affa9789ed1f38fc8
|
| 3 |
+
size 15429
|
checkpoint-681/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d999cd2cf6ba95562278228a484ba24d982f7c996a58e4ad414d20fdc7c64d31
|
| 3 |
+
size 15429
|
checkpoint-681/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5969cf66b23e3442a5e5f25d4868c6650a6e604c181fe9cb0e69202787fe6ce
|
| 3 |
+
size 15429
|
checkpoint-681/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ee3a2c67abc9c26331fcdeef75e8e547436d420922e9282eb0a59c6e7fa37d0
|
| 3 |
+
size 1465
|
checkpoint-681/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 |
+
}
|
checkpoint-681/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
|
| 3 |
+
size 11421896
|
checkpoint-681/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 |
+
}
|
checkpoint-681/trainer_state.json
ADDED
|
@@ -0,0 +1,780 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 3.0,
|
| 6 |
+
"eval_steps": 100,
|
| 7 |
+
"global_step": 681,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"entropy": 1.208277304470539,
|
| 14 |
+
"epoch": 0.044101433296582136,
|
| 15 |
+
"grad_norm": 0.7034044861793518,
|
| 16 |
+
"learning_rate": 3.6e-05,
|
| 17 |
+
"loss": 1.8075,
|
| 18 |
+
"mean_token_accuracy": 0.7044319450855255,
|
| 19 |
+
"num_tokens": 162027.0,
|
| 20 |
+
"step": 10
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"entropy": 1.2619145691394806,
|
| 24 |
+
"epoch": 0.08820286659316427,
|
| 25 |
+
"grad_norm": 0.56658935546875,
|
| 26 |
+
"learning_rate": 7.6e-05,
|
| 27 |
+
"loss": 1.7395,
|
| 28 |
+
"mean_token_accuracy": 0.7111444145441055,
|
| 29 |
+
"num_tokens": 322033.0,
|
| 30 |
+
"step": 20
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"entropy": 1.3051191717386246,
|
| 34 |
+
"epoch": 0.13230429988974643,
|
| 35 |
+
"grad_norm": 0.9701246023178101,
|
| 36 |
+
"learning_rate": 0.000116,
|
| 37 |
+
"loss": 1.4759,
|
| 38 |
+
"mean_token_accuracy": 0.7372552484273911,
|
| 39 |
+
"num_tokens": 493134.0,
|
| 40 |
+
"step": 30
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"entropy": 1.2549610823392867,
|
| 44 |
+
"epoch": 0.17640573318632854,
|
| 45 |
+
"grad_norm": 0.7130260467529297,
|
| 46 |
+
"learning_rate": 0.00015600000000000002,
|
| 47 |
+
"loss": 1.1858,
|
| 48 |
+
"mean_token_accuracy": 0.7737368658185005,
|
| 49 |
+
"num_tokens": 657636.0,
|
| 50 |
+
"step": 40
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"entropy": 1.0649129822850227,
|
| 54 |
+
"epoch": 0.2205071664829107,
|
| 55 |
+
"grad_norm": 0.31629839539527893,
|
| 56 |
+
"learning_rate": 0.000196,
|
| 57 |
+
"loss": 1.0158,
|
| 58 |
+
"mean_token_accuracy": 0.7959408611059189,
|
| 59 |
+
"num_tokens": 809381.0,
|
| 60 |
+
"step": 50
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"entropy": 0.9025423139333725,
|
| 64 |
+
"epoch": 0.26460859977949286,
|
| 65 |
+
"grad_norm": 0.2634122669696808,
|
| 66 |
+
"learning_rate": 0.0001971473851030111,
|
| 67 |
+
"loss": 0.8932,
|
| 68 |
+
"mean_token_accuracy": 0.8144056230783463,
|
| 69 |
+
"num_tokens": 970344.0,
|
| 70 |
+
"step": 60
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"entropy": 0.8994027122855186,
|
| 74 |
+
"epoch": 0.308710033076075,
|
| 75 |
+
"grad_norm": 0.29325830936431885,
|
| 76 |
+
"learning_rate": 0.00019397781299524563,
|
| 77 |
+
"loss": 0.8828,
|
| 78 |
+
"mean_token_accuracy": 0.8157614529132843,
|
| 79 |
+
"num_tokens": 1129434.0,
|
| 80 |
+
"step": 70
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"entropy": 0.8638058304786682,
|
| 84 |
+
"epoch": 0.3528114663726571,
|
| 85 |
+
"grad_norm": 0.22787100076675415,
|
| 86 |
+
"learning_rate": 0.0001908082408874802,
|
| 87 |
+
"loss": 0.8518,
|
| 88 |
+
"mean_token_accuracy": 0.8206798136234283,
|
| 89 |
+
"num_tokens": 1290818.0,
|
| 90 |
+
"step": 80
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"entropy": 0.8639321938157082,
|
| 94 |
+
"epoch": 0.39691289966923926,
|
| 95 |
+
"grad_norm": 0.27325868606567383,
|
| 96 |
+
"learning_rate": 0.00018763866877971475,
|
| 97 |
+
"loss": 0.8633,
|
| 98 |
+
"mean_token_accuracy": 0.81620042771101,
|
| 99 |
+
"num_tokens": 1452401.0,
|
| 100 |
+
"step": 90
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"entropy": 0.8432708650827407,
|
| 104 |
+
"epoch": 0.4410143329658214,
|
| 105 |
+
"grad_norm": 0.29134032130241394,
|
| 106 |
+
"learning_rate": 0.0001844690966719493,
|
| 107 |
+
"loss": 0.8225,
|
| 108 |
+
"mean_token_accuracy": 0.8236450552940369,
|
| 109 |
+
"num_tokens": 1616085.0,
|
| 110 |
+
"step": 100
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 0.4410143329658214,
|
| 114 |
+
"eval_entropy": 0.7245843861952866,
|
| 115 |
+
"eval_loss": 0.6365505456924438,
|
| 116 |
+
"eval_mean_token_accuracy": 0.8594882246291283,
|
| 117 |
+
"eval_num_tokens": 1616085.0,
|
| 118 |
+
"eval_runtime": 8.1048,
|
| 119 |
+
"eval_samples_per_second": 99.447,
|
| 120 |
+
"eval_steps_per_second": 12.462,
|
| 121 |
+
"step": 100
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"entropy": 0.7841475278139114,
|
| 125 |
+
"epoch": 0.48511576626240355,
|
| 126 |
+
"grad_norm": 0.25806924700737,
|
| 127 |
+
"learning_rate": 0.00018129952456418384,
|
| 128 |
+
"loss": 0.7675,
|
| 129 |
+
"mean_token_accuracy": 0.8291461855173111,
|
| 130 |
+
"num_tokens": 1780700.0,
|
| 131 |
+
"step": 110
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"entropy": 0.8083247914910316,
|
| 135 |
+
"epoch": 0.5292171995589857,
|
| 136 |
+
"grad_norm": 0.2405901849269867,
|
| 137 |
+
"learning_rate": 0.00017812995245641838,
|
| 138 |
+
"loss": 0.7929,
|
| 139 |
+
"mean_token_accuracy": 0.8249855980277061,
|
| 140 |
+
"num_tokens": 1944758.0,
|
| 141 |
+
"step": 120
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"entropy": 0.8017621666193009,
|
| 145 |
+
"epoch": 0.5733186328555678,
|
| 146 |
+
"grad_norm": 0.2787521183490753,
|
| 147 |
+
"learning_rate": 0.00017496038034865293,
|
| 148 |
+
"loss": 0.8007,
|
| 149 |
+
"mean_token_accuracy": 0.8232445836067199,
|
| 150 |
+
"num_tokens": 2108373.0,
|
| 151 |
+
"step": 130
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"entropy": 0.783287800848484,
|
| 155 |
+
"epoch": 0.61742006615215,
|
| 156 |
+
"grad_norm": 0.24215690791606903,
|
| 157 |
+
"learning_rate": 0.0001717908082408875,
|
| 158 |
+
"loss": 0.7806,
|
| 159 |
+
"mean_token_accuracy": 0.82769885212183,
|
| 160 |
+
"num_tokens": 2279985.0,
|
| 161 |
+
"step": 140
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"entropy": 0.7877024173736572,
|
| 165 |
+
"epoch": 0.6615214994487321,
|
| 166 |
+
"grad_norm": 0.32073867321014404,
|
| 167 |
+
"learning_rate": 0.00016862123613312205,
|
| 168 |
+
"loss": 0.7749,
|
| 169 |
+
"mean_token_accuracy": 0.8289618909358978,
|
| 170 |
+
"num_tokens": 2437290.0,
|
| 171 |
+
"step": 150
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"entropy": 0.7758993163704873,
|
| 175 |
+
"epoch": 0.7056229327453142,
|
| 176 |
+
"grad_norm": 0.24493683874607086,
|
| 177 |
+
"learning_rate": 0.0001654516640253566,
|
| 178 |
+
"loss": 0.7613,
|
| 179 |
+
"mean_token_accuracy": 0.8307989597320556,
|
| 180 |
+
"num_tokens": 2599040.0,
|
| 181 |
+
"step": 160
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"entropy": 0.7710816964507103,
|
| 185 |
+
"epoch": 0.7497243660418964,
|
| 186 |
+
"grad_norm": 0.26176023483276367,
|
| 187 |
+
"learning_rate": 0.00016228209191759114,
|
| 188 |
+
"loss": 0.7701,
|
| 189 |
+
"mean_token_accuracy": 0.8283671870827675,
|
| 190 |
+
"num_tokens": 2763931.0,
|
| 191 |
+
"step": 170
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"entropy": 0.7687478274106979,
|
| 195 |
+
"epoch": 0.7938257993384785,
|
| 196 |
+
"grad_norm": 0.33372247219085693,
|
| 197 |
+
"learning_rate": 0.00015911251980982568,
|
| 198 |
+
"loss": 0.7599,
|
| 199 |
+
"mean_token_accuracy": 0.8326913744211197,
|
| 200 |
+
"num_tokens": 2921138.0,
|
| 201 |
+
"step": 180
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"entropy": 0.7683898612856865,
|
| 205 |
+
"epoch": 0.8379272326350606,
|
| 206 |
+
"grad_norm": 0.30479806661605835,
|
| 207 |
+
"learning_rate": 0.00015594294770206023,
|
| 208 |
+
"loss": 0.7652,
|
| 209 |
+
"mean_token_accuracy": 0.8292697682976723,
|
| 210 |
+
"num_tokens": 3078075.0,
|
| 211 |
+
"step": 190
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"entropy": 0.7426786199212074,
|
| 215 |
+
"epoch": 0.8820286659316428,
|
| 216 |
+
"grad_norm": 0.30385708808898926,
|
| 217 |
+
"learning_rate": 0.0001527733755942948,
|
| 218 |
+
"loss": 0.7484,
|
| 219 |
+
"mean_token_accuracy": 0.834077812731266,
|
| 220 |
+
"num_tokens": 3250532.0,
|
| 221 |
+
"step": 200
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 0.8820286659316428,
|
| 225 |
+
"eval_entropy": 0.6650676030923824,
|
| 226 |
+
"eval_loss": 0.5983571410179138,
|
| 227 |
+
"eval_mean_token_accuracy": 0.8642630500368552,
|
| 228 |
+
"eval_num_tokens": 3250532.0,
|
| 229 |
+
"eval_runtime": 8.088,
|
| 230 |
+
"eval_samples_per_second": 99.654,
|
| 231 |
+
"eval_steps_per_second": 12.488,
|
| 232 |
+
"step": 200
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"entropy": 0.7351636976003647,
|
| 236 |
+
"epoch": 0.9261300992282249,
|
| 237 |
+
"grad_norm": 0.3023395836353302,
|
| 238 |
+
"learning_rate": 0.00014960380348652932,
|
| 239 |
+
"loss": 0.7276,
|
| 240 |
+
"mean_token_accuracy": 0.8379455998539924,
|
| 241 |
+
"num_tokens": 3412136.0,
|
| 242 |
+
"step": 210
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"entropy": 0.7627917662262916,
|
| 246 |
+
"epoch": 0.9702315325248071,
|
| 247 |
+
"grad_norm": 0.27449166774749756,
|
| 248 |
+
"learning_rate": 0.00014643423137876386,
|
| 249 |
+
"loss": 0.7657,
|
| 250 |
+
"mean_token_accuracy": 0.832044218480587,
|
| 251 |
+
"num_tokens": 3578511.0,
|
| 252 |
+
"step": 220
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"entropy": 0.7629164243355776,
|
| 256 |
+
"epoch": 1.0132304299889747,
|
| 257 |
+
"grad_norm": 0.3300953209400177,
|
| 258 |
+
"learning_rate": 0.0001432646592709984,
|
| 259 |
+
"loss": 0.7491,
|
| 260 |
+
"mean_token_accuracy": 0.8328371659303323,
|
| 261 |
+
"num_tokens": 3722301.0,
|
| 262 |
+
"step": 230
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"entropy": 0.746186052262783,
|
| 266 |
+
"epoch": 1.0573318632855568,
|
| 267 |
+
"grad_norm": 0.3027808666229248,
|
| 268 |
+
"learning_rate": 0.00014009508716323295,
|
| 269 |
+
"loss": 0.7462,
|
| 270 |
+
"mean_token_accuracy": 0.8322931200265884,
|
| 271 |
+
"num_tokens": 3896679.0,
|
| 272 |
+
"step": 240
|
| 273 |
+
},
|
| 274 |
+
{
|
| 275 |
+
"entropy": 0.7389517679810524,
|
| 276 |
+
"epoch": 1.101433296582139,
|
| 277 |
+
"grad_norm": 0.2887279689311981,
|
| 278 |
+
"learning_rate": 0.00013692551505546752,
|
| 279 |
+
"loss": 0.7406,
|
| 280 |
+
"mean_token_accuracy": 0.8339706152677536,
|
| 281 |
+
"num_tokens": 4060607.0,
|
| 282 |
+
"step": 250
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"entropy": 0.7400932610034943,
|
| 286 |
+
"epoch": 1.145534729878721,
|
| 287 |
+
"grad_norm": 0.29185837507247925,
|
| 288 |
+
"learning_rate": 0.00013375594294770207,
|
| 289 |
+
"loss": 0.7335,
|
| 290 |
+
"mean_token_accuracy": 0.8348478749394417,
|
| 291 |
+
"num_tokens": 4235108.0,
|
| 292 |
+
"step": 260
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"entropy": 0.7405846387147903,
|
| 296 |
+
"epoch": 1.1896361631753032,
|
| 297 |
+
"grad_norm": 0.3650504946708679,
|
| 298 |
+
"learning_rate": 0.0001305863708399366,
|
| 299 |
+
"loss": 0.7242,
|
| 300 |
+
"mean_token_accuracy": 0.8392871618270874,
|
| 301 |
+
"num_tokens": 4399960.0,
|
| 302 |
+
"step": 270
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"entropy": 0.7342920154333115,
|
| 306 |
+
"epoch": 1.2337375964718853,
|
| 307 |
+
"grad_norm": 0.32232147455215454,
|
| 308 |
+
"learning_rate": 0.00012741679873217116,
|
| 309 |
+
"loss": 0.7329,
|
| 310 |
+
"mean_token_accuracy": 0.8371502041816712,
|
| 311 |
+
"num_tokens": 4562192.0,
|
| 312 |
+
"step": 280
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"entropy": 0.7346035555005074,
|
| 316 |
+
"epoch": 1.2778390297684674,
|
| 317 |
+
"grad_norm": 0.35367703437805176,
|
| 318 |
+
"learning_rate": 0.0001242472266244057,
|
| 319 |
+
"loss": 0.7251,
|
| 320 |
+
"mean_token_accuracy": 0.8377319499850273,
|
| 321 |
+
"num_tokens": 4721881.0,
|
| 322 |
+
"step": 290
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"entropy": 0.7108615353703499,
|
| 326 |
+
"epoch": 1.3219404630650495,
|
| 327 |
+
"grad_norm": 0.2766059637069702,
|
| 328 |
+
"learning_rate": 0.00012107765451664026,
|
| 329 |
+
"loss": 0.7134,
|
| 330 |
+
"mean_token_accuracy": 0.8399718284606934,
|
| 331 |
+
"num_tokens": 4885379.0,
|
| 332 |
+
"step": 300
|
| 333 |
+
},
|
| 334 |
+
{
|
| 335 |
+
"epoch": 1.3219404630650495,
|
| 336 |
+
"eval_entropy": 0.6444886132042007,
|
| 337 |
+
"eval_loss": 0.5822195410728455,
|
| 338 |
+
"eval_mean_token_accuracy": 0.866522473864036,
|
| 339 |
+
"eval_num_tokens": 4885379.0,
|
| 340 |
+
"eval_runtime": 8.0528,
|
| 341 |
+
"eval_samples_per_second": 100.089,
|
| 342 |
+
"eval_steps_per_second": 12.542,
|
| 343 |
+
"step": 300
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"entropy": 0.7376143395900726,
|
| 347 |
+
"epoch": 1.3660418963616316,
|
| 348 |
+
"grad_norm": 0.2916136384010315,
|
| 349 |
+
"learning_rate": 0.0001179080824088748,
|
| 350 |
+
"loss": 0.7378,
|
| 351 |
+
"mean_token_accuracy": 0.8362751066684723,
|
| 352 |
+
"num_tokens": 5049776.0,
|
| 353 |
+
"step": 310
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"entropy": 0.7360161304473877,
|
| 357 |
+
"epoch": 1.4101433296582138,
|
| 358 |
+
"grad_norm": 0.3246314525604248,
|
| 359 |
+
"learning_rate": 0.00011473851030110936,
|
| 360 |
+
"loss": 0.7383,
|
| 361 |
+
"mean_token_accuracy": 0.8336721956729889,
|
| 362 |
+
"num_tokens": 5209191.0,
|
| 363 |
+
"step": 320
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"entropy": 0.7085310086607933,
|
| 367 |
+
"epoch": 1.454244762954796,
|
| 368 |
+
"grad_norm": 0.2847578823566437,
|
| 369 |
+
"learning_rate": 0.00011156893819334391,
|
| 370 |
+
"loss": 0.7041,
|
| 371 |
+
"mean_token_accuracy": 0.8415971100330353,
|
| 372 |
+
"num_tokens": 5375904.0,
|
| 373 |
+
"step": 330
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"entropy": 0.7118788257241249,
|
| 377 |
+
"epoch": 1.4983461962513782,
|
| 378 |
+
"grad_norm": 0.3348420262336731,
|
| 379 |
+
"learning_rate": 0.00010839936608557845,
|
| 380 |
+
"loss": 0.7121,
|
| 381 |
+
"mean_token_accuracy": 0.839908429980278,
|
| 382 |
+
"num_tokens": 5530092.0,
|
| 383 |
+
"step": 340
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"entropy": 0.7398809120059013,
|
| 387 |
+
"epoch": 1.5424476295479603,
|
| 388 |
+
"grad_norm": 0.31565436720848083,
|
| 389 |
+
"learning_rate": 0.00010522979397781301,
|
| 390 |
+
"loss": 0.738,
|
| 391 |
+
"mean_token_accuracy": 0.8339577659964561,
|
| 392 |
+
"num_tokens": 5680997.0,
|
| 393 |
+
"step": 350
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"entropy": 0.7200135216116905,
|
| 397 |
+
"epoch": 1.5865490628445424,
|
| 398 |
+
"grad_norm": 0.3452684283256531,
|
| 399 |
+
"learning_rate": 0.00010206022187004756,
|
| 400 |
+
"loss": 0.726,
|
| 401 |
+
"mean_token_accuracy": 0.8387370139360428,
|
| 402 |
+
"num_tokens": 5847675.0,
|
| 403 |
+
"step": 360
|
| 404 |
+
},
|
| 405 |
+
{
|
| 406 |
+
"entropy": 0.7074938386678695,
|
| 407 |
+
"epoch": 1.6306504961411246,
|
| 408 |
+
"grad_norm": 0.307235985994339,
|
| 409 |
+
"learning_rate": 9.889064976228209e-05,
|
| 410 |
+
"loss": 0.689,
|
| 411 |
+
"mean_token_accuracy": 0.8433170482516289,
|
| 412 |
+
"num_tokens": 6014120.0,
|
| 413 |
+
"step": 370
|
| 414 |
+
},
|
| 415 |
+
{
|
| 416 |
+
"entropy": 0.713779816031456,
|
| 417 |
+
"epoch": 1.6747519294377067,
|
| 418 |
+
"grad_norm": 0.33486098051071167,
|
| 419 |
+
"learning_rate": 9.572107765451665e-05,
|
| 420 |
+
"loss": 0.7166,
|
| 421 |
+
"mean_token_accuracy": 0.8390020251274108,
|
| 422 |
+
"num_tokens": 6175759.0,
|
| 423 |
+
"step": 380
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"entropy": 0.7257090628147125,
|
| 427 |
+
"epoch": 1.718853362734289,
|
| 428 |
+
"grad_norm": 0.29937514662742615,
|
| 429 |
+
"learning_rate": 9.255150554675119e-05,
|
| 430 |
+
"loss": 0.7296,
|
| 431 |
+
"mean_token_accuracy": 0.8377068281173706,
|
| 432 |
+
"num_tokens": 6337886.0,
|
| 433 |
+
"step": 390
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"entropy": 0.7071069806814194,
|
| 437 |
+
"epoch": 1.7629547960308711,
|
| 438 |
+
"grad_norm": 0.29501640796661377,
|
| 439 |
+
"learning_rate": 8.938193343898574e-05,
|
| 440 |
+
"loss": 0.7023,
|
| 441 |
+
"mean_token_accuracy": 0.8423839300870896,
|
| 442 |
+
"num_tokens": 6499459.0,
|
| 443 |
+
"step": 400
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 1.7629547960308711,
|
| 447 |
+
"eval_entropy": 0.6217773565561464,
|
| 448 |
+
"eval_loss": 0.5744128227233887,
|
| 449 |
+
"eval_mean_token_accuracy": 0.8680370243469088,
|
| 450 |
+
"eval_num_tokens": 6499459.0,
|
| 451 |
+
"eval_runtime": 8.0487,
|
| 452 |
+
"eval_samples_per_second": 100.14,
|
| 453 |
+
"eval_steps_per_second": 12.549,
|
| 454 |
+
"step": 400
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"entropy": 0.7010652974247933,
|
| 458 |
+
"epoch": 1.8070562293274532,
|
| 459 |
+
"grad_norm": 0.3465122580528259,
|
| 460 |
+
"learning_rate": 8.62123613312203e-05,
|
| 461 |
+
"loss": 0.7056,
|
| 462 |
+
"mean_token_accuracy": 0.8412188425660133,
|
| 463 |
+
"num_tokens": 6661490.0,
|
| 464 |
+
"step": 410
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"entropy": 0.7035703644156456,
|
| 468 |
+
"epoch": 1.8511576626240354,
|
| 469 |
+
"grad_norm": 0.2653435170650482,
|
| 470 |
+
"learning_rate": 8.304278922345484e-05,
|
| 471 |
+
"loss": 0.7047,
|
| 472 |
+
"mean_token_accuracy": 0.8421282634139061,
|
| 473 |
+
"num_tokens": 6806303.0,
|
| 474 |
+
"step": 420
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"entropy": 0.7134277895092964,
|
| 478 |
+
"epoch": 1.8952590959206175,
|
| 479 |
+
"grad_norm": 0.3735100328922272,
|
| 480 |
+
"learning_rate": 7.987321711568939e-05,
|
| 481 |
+
"loss": 0.7222,
|
| 482 |
+
"mean_token_accuracy": 0.8374130159616471,
|
| 483 |
+
"num_tokens": 6977619.0,
|
| 484 |
+
"step": 430
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"entropy": 0.6837946087121963,
|
| 488 |
+
"epoch": 1.9393605292171996,
|
| 489 |
+
"grad_norm": 0.3172140121459961,
|
| 490 |
+
"learning_rate": 7.670364500792393e-05,
|
| 491 |
+
"loss": 0.6872,
|
| 492 |
+
"mean_token_accuracy": 0.8447714239358902,
|
| 493 |
+
"num_tokens": 7134964.0,
|
| 494 |
+
"step": 440
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"entropy": 0.7037998244166375,
|
| 498 |
+
"epoch": 1.9834619625137817,
|
| 499 |
+
"grad_norm": 0.3320825397968292,
|
| 500 |
+
"learning_rate": 7.353407290015848e-05,
|
| 501 |
+
"loss": 0.7065,
|
| 502 |
+
"mean_token_accuracy": 0.8428374692797661,
|
| 503 |
+
"num_tokens": 7302144.0,
|
| 504 |
+
"step": 450
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"entropy": 0.6984619360703689,
|
| 508 |
+
"epoch": 2.0264608599779494,
|
| 509 |
+
"grad_norm": 0.285248339176178,
|
| 510 |
+
"learning_rate": 7.036450079239303e-05,
|
| 511 |
+
"loss": 0.6904,
|
| 512 |
+
"mean_token_accuracy": 0.8467852473258972,
|
| 513 |
+
"num_tokens": 7443873.0,
|
| 514 |
+
"step": 460
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"entropy": 0.7012363314628601,
|
| 518 |
+
"epoch": 2.0705622932745316,
|
| 519 |
+
"grad_norm": 0.32722488045692444,
|
| 520 |
+
"learning_rate": 6.719492868462758e-05,
|
| 521 |
+
"loss": 0.6951,
|
| 522 |
+
"mean_token_accuracy": 0.8441829264163971,
|
| 523 |
+
"num_tokens": 7602458.0,
|
| 524 |
+
"step": 470
|
| 525 |
+
},
|
| 526 |
+
{
|
| 527 |
+
"entropy": 0.7040385738015175,
|
| 528 |
+
"epoch": 2.1146637265711137,
|
| 529 |
+
"grad_norm": 0.3185954689979553,
|
| 530 |
+
"learning_rate": 6.402535657686212e-05,
|
| 531 |
+
"loss": 0.7082,
|
| 532 |
+
"mean_token_accuracy": 0.8414013043045998,
|
| 533 |
+
"num_tokens": 7763939.0,
|
| 534 |
+
"step": 480
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"entropy": 0.6956586122512818,
|
| 538 |
+
"epoch": 2.158765159867696,
|
| 539 |
+
"grad_norm": 0.34575557708740234,
|
| 540 |
+
"learning_rate": 6.0855784469096676e-05,
|
| 541 |
+
"loss": 0.695,
|
| 542 |
+
"mean_token_accuracy": 0.8428655683994293,
|
| 543 |
+
"num_tokens": 7927670.0,
|
| 544 |
+
"step": 490
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"entropy": 0.702117745578289,
|
| 548 |
+
"epoch": 2.202866593164278,
|
| 549 |
+
"grad_norm": 0.3255711793899536,
|
| 550 |
+
"learning_rate": 5.768621236133123e-05,
|
| 551 |
+
"loss": 0.7111,
|
| 552 |
+
"mean_token_accuracy": 0.8387768477201462,
|
| 553 |
+
"num_tokens": 8090934.0,
|
| 554 |
+
"step": 500
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"epoch": 2.202866593164278,
|
| 558 |
+
"eval_entropy": 0.6130540751584685,
|
| 559 |
+
"eval_loss": 0.5708180665969849,
|
| 560 |
+
"eval_mean_token_accuracy": 0.8685296850629373,
|
| 561 |
+
"eval_num_tokens": 8090934.0,
|
| 562 |
+
"eval_runtime": 8.0458,
|
| 563 |
+
"eval_samples_per_second": 100.176,
|
| 564 |
+
"eval_steps_per_second": 12.553,
|
| 565 |
+
"step": 500
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"entropy": 0.6894026726484299,
|
| 569 |
+
"epoch": 2.24696802646086,
|
| 570 |
+
"grad_norm": 0.3195938467979431,
|
| 571 |
+
"learning_rate": 5.451664025356578e-05,
|
| 572 |
+
"loss": 0.6884,
|
| 573 |
+
"mean_token_accuracy": 0.8427316024899483,
|
| 574 |
+
"num_tokens": 8260273.0,
|
| 575 |
+
"step": 510
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"entropy": 0.6812330767512321,
|
| 579 |
+
"epoch": 2.291069459757442,
|
| 580 |
+
"grad_norm": 0.4105236232280731,
|
| 581 |
+
"learning_rate": 5.134706814580032e-05,
|
| 582 |
+
"loss": 0.6849,
|
| 583 |
+
"mean_token_accuracy": 0.8467972829937935,
|
| 584 |
+
"num_tokens": 8418421.0,
|
| 585 |
+
"step": 520
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"entropy": 0.6863151758909225,
|
| 589 |
+
"epoch": 2.3351708930540243,
|
| 590 |
+
"grad_norm": 0.3161937892436981,
|
| 591 |
+
"learning_rate": 4.817749603803487e-05,
|
| 592 |
+
"loss": 0.6813,
|
| 593 |
+
"mean_token_accuracy": 0.8450520291924477,
|
| 594 |
+
"num_tokens": 8584244.0,
|
| 595 |
+
"step": 530
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"entropy": 0.6781483091413975,
|
| 599 |
+
"epoch": 2.3792723263506064,
|
| 600 |
+
"grad_norm": 0.37656792998313904,
|
| 601 |
+
"learning_rate": 4.5007923930269414e-05,
|
| 602 |
+
"loss": 0.6754,
|
| 603 |
+
"mean_token_accuracy": 0.8465494722127914,
|
| 604 |
+
"num_tokens": 8748714.0,
|
| 605 |
+
"step": 540
|
| 606 |
+
},
|
| 607 |
+
{
|
| 608 |
+
"entropy": 0.6889190331101418,
|
| 609 |
+
"epoch": 2.4233737596471885,
|
| 610 |
+
"grad_norm": 0.3911200761795044,
|
| 611 |
+
"learning_rate": 4.1838351822503966e-05,
|
| 612 |
+
"loss": 0.7013,
|
| 613 |
+
"mean_token_accuracy": 0.8418177396059037,
|
| 614 |
+
"num_tokens": 8908894.0,
|
| 615 |
+
"step": 550
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"entropy": 0.6950134262442589,
|
| 619 |
+
"epoch": 2.4674751929437706,
|
| 620 |
+
"grad_norm": 0.32076194882392883,
|
| 621 |
+
"learning_rate": 3.866877971473851e-05,
|
| 622 |
+
"loss": 0.7057,
|
| 623 |
+
"mean_token_accuracy": 0.8429578125476838,
|
| 624 |
+
"num_tokens": 9068647.0,
|
| 625 |
+
"step": 560
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"entropy": 0.6590564094483853,
|
| 629 |
+
"epoch": 2.5115766262403527,
|
| 630 |
+
"grad_norm": 0.33828845620155334,
|
| 631 |
+
"learning_rate": 3.549920760697306e-05,
|
| 632 |
+
"loss": 0.6653,
|
| 633 |
+
"mean_token_accuracy": 0.8498437628149986,
|
| 634 |
+
"num_tokens": 9241573.0,
|
| 635 |
+
"step": 570
|
| 636 |
+
},
|
| 637 |
+
{
|
| 638 |
+
"entropy": 0.6963606104254723,
|
| 639 |
+
"epoch": 2.555678059536935,
|
| 640 |
+
"grad_norm": 0.3341946303844452,
|
| 641 |
+
"learning_rate": 3.2329635499207614e-05,
|
| 642 |
+
"loss": 0.7008,
|
| 643 |
+
"mean_token_accuracy": 0.8427884921431541,
|
| 644 |
+
"num_tokens": 9402668.0,
|
| 645 |
+
"step": 580
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"entropy": 0.7054937720298767,
|
| 649 |
+
"epoch": 2.599779492833517,
|
| 650 |
+
"grad_norm": 0.2775990962982178,
|
| 651 |
+
"learning_rate": 2.9160063391442156e-05,
|
| 652 |
+
"loss": 0.7011,
|
| 653 |
+
"mean_token_accuracy": 0.841389861702919,
|
| 654 |
+
"num_tokens": 9566515.0,
|
| 655 |
+
"step": 590
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"entropy": 0.7010829344391822,
|
| 659 |
+
"epoch": 2.643880926130099,
|
| 660 |
+
"grad_norm": 0.35286372900009155,
|
| 661 |
+
"learning_rate": 2.5990491283676704e-05,
|
| 662 |
+
"loss": 0.6916,
|
| 663 |
+
"mean_token_accuracy": 0.8444753900170326,
|
| 664 |
+
"num_tokens": 9737713.0,
|
| 665 |
+
"step": 600
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"epoch": 2.643880926130099,
|
| 669 |
+
"eval_entropy": 0.6011341580069891,
|
| 670 |
+
"eval_loss": 0.5674853324890137,
|
| 671 |
+
"eval_mean_token_accuracy": 0.8689056859158053,
|
| 672 |
+
"eval_num_tokens": 9737713.0,
|
| 673 |
+
"eval_runtime": 8.0369,
|
| 674 |
+
"eval_samples_per_second": 100.287,
|
| 675 |
+
"eval_steps_per_second": 12.567,
|
| 676 |
+
"step": 600
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"entropy": 0.6718267679214478,
|
| 680 |
+
"epoch": 2.687982359426681,
|
| 681 |
+
"grad_norm": 0.3520824909210205,
|
| 682 |
+
"learning_rate": 2.2820919175911253e-05,
|
| 683 |
+
"loss": 0.671,
|
| 684 |
+
"mean_token_accuracy": 0.8478609830141067,
|
| 685 |
+
"num_tokens": 9897471.0,
|
| 686 |
+
"step": 610
|
| 687 |
+
},
|
| 688 |
+
{
|
| 689 |
+
"entropy": 0.6985628321766854,
|
| 690 |
+
"epoch": 2.7320837927232633,
|
| 691 |
+
"grad_norm": 0.4039785861968994,
|
| 692 |
+
"learning_rate": 1.96513470681458e-05,
|
| 693 |
+
"loss": 0.7002,
|
| 694 |
+
"mean_token_accuracy": 0.8422206774353981,
|
| 695 |
+
"num_tokens": 10057790.0,
|
| 696 |
+
"step": 620
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"entropy": 0.7058150038123131,
|
| 700 |
+
"epoch": 2.7761852260198454,
|
| 701 |
+
"grad_norm": 0.3753729462623596,
|
| 702 |
+
"learning_rate": 1.648177496038035e-05,
|
| 703 |
+
"loss": 0.704,
|
| 704 |
+
"mean_token_accuracy": 0.8416995897889137,
|
| 705 |
+
"num_tokens": 10210708.0,
|
| 706 |
+
"step": 630
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"entropy": 0.6703542187809944,
|
| 710 |
+
"epoch": 2.8202866593164275,
|
| 711 |
+
"grad_norm": 0.2910383343696594,
|
| 712 |
+
"learning_rate": 1.3312202852614896e-05,
|
| 713 |
+
"loss": 0.6668,
|
| 714 |
+
"mean_token_accuracy": 0.8489345908164978,
|
| 715 |
+
"num_tokens": 10375803.0,
|
| 716 |
+
"step": 640
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"entropy": 0.6847924128174782,
|
| 720 |
+
"epoch": 2.86438809261301,
|
| 721 |
+
"grad_norm": 0.29248589277267456,
|
| 722 |
+
"learning_rate": 1.0142630744849446e-05,
|
| 723 |
+
"loss": 0.6864,
|
| 724 |
+
"mean_token_accuracy": 0.8445799365639687,
|
| 725 |
+
"num_tokens": 10542148.0,
|
| 726 |
+
"step": 650
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"entropy": 0.6939975455403328,
|
| 730 |
+
"epoch": 2.908489525909592,
|
| 731 |
+
"grad_norm": 0.34305769205093384,
|
| 732 |
+
"learning_rate": 6.973058637083994e-06,
|
| 733 |
+
"loss": 0.6961,
|
| 734 |
+
"mean_token_accuracy": 0.8430912375450135,
|
| 735 |
+
"num_tokens": 10704238.0,
|
| 736 |
+
"step": 660
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"entropy": 0.7086115226149559,
|
| 740 |
+
"epoch": 2.9525909592061743,
|
| 741 |
+
"grad_norm": 0.3405883312225342,
|
| 742 |
+
"learning_rate": 3.8034865293185422e-06,
|
| 743 |
+
"loss": 0.7003,
|
| 744 |
+
"mean_token_accuracy": 0.8403518676757813,
|
| 745 |
+
"num_tokens": 10860678.0,
|
| 746 |
+
"step": 670
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"entropy": 0.6850679434835911,
|
| 750 |
+
"epoch": 2.9966923925027564,
|
| 751 |
+
"grad_norm": 0.36006155610084534,
|
| 752 |
+
"learning_rate": 6.339144215530904e-07,
|
| 753 |
+
"loss": 0.6811,
|
| 754 |
+
"mean_token_accuracy": 0.8457101911306382,
|
| 755 |
+
"num_tokens": 11023491.0,
|
| 756 |
+
"step": 680
|
| 757 |
+
}
|
| 758 |
+
],
|
| 759 |
+
"logging_steps": 10,
|
| 760 |
+
"max_steps": 681,
|
| 761 |
+
"num_input_tokens_seen": 0,
|
| 762 |
+
"num_train_epochs": 3,
|
| 763 |
+
"save_steps": 100,
|
| 764 |
+
"stateful_callbacks": {
|
| 765 |
+
"TrainerControl": {
|
| 766 |
+
"args": {
|
| 767 |
+
"should_epoch_stop": false,
|
| 768 |
+
"should_evaluate": false,
|
| 769 |
+
"should_log": false,
|
| 770 |
+
"should_save": true,
|
| 771 |
+
"should_training_stop": true
|
| 772 |
+
},
|
| 773 |
+
"attributes": {}
|
| 774 |
+
}
|
| 775 |
+
},
|
| 776 |
+
"total_flos": 3.1688805543051264e+16,
|
| 777 |
+
"train_batch_size": 2,
|
| 778 |
+
"trial_name": null,
|
| 779 |
+
"trial_params": null
|
| 780 |
+
}
|
checkpoint-681/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad623c9551b89393b31ba168968cde26f7f977fa3635fefdfd556d4786044bde
|
| 3 |
+
size 6225
|
checkpoint-681/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
special_tokens_map.json
CHANGED
|
@@ -21,5 +21,11 @@
|
|
| 21 |
"rstrip": false,
|
| 22 |
"single_word": false
|
| 23 |
},
|
| 24 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
}
|
|
|
|
| 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_config.json
CHANGED
|
@@ -200,7 +200,7 @@
|
|
| 200 |
"errors": "replace",
|
| 201 |
"extra_special_tokens": {},
|
| 202 |
"model_max_length": 32768,
|
| 203 |
-
"pad_token": "<|
|
| 204 |
"split_special_tokens": false,
|
| 205 |
"tokenizer_class": "Qwen2Tokenizer",
|
| 206 |
"unk_token": null
|
|
|
|
| 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
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad623c9551b89393b31ba168968cde26f7f977fa3635fefdfd556d4786044bde
|
| 3 |
+
size 6225
|