tpoisonooo
commited on
Commit
•
bf866da
1
Parent(s):
3e361bd
init(project): update
Browse files- .gitattributes +6 -0
- README.md +133 -13
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- added_tokens.json +5 -0
- checkpoint-137/README.md +204 -0
- checkpoint-137/adapter_config.json +34 -0
- checkpoint-137/adapter_model.safetensors +3 -0
- checkpoint-137/added_tokens.json +5 -0
- checkpoint-137/merges.txt +0 -0
- checkpoint-137/optimizer.pt +3 -0
- checkpoint-137/rng_state_0.pth +3 -0
- checkpoint-137/rng_state_1.pth +3 -0
- checkpoint-137/scheduler.pt +3 -0
- checkpoint-137/special_tokens_map.json +20 -0
- checkpoint-137/tokenizer.json +0 -0
- checkpoint-137/tokenizer_config.json +43 -0
- checkpoint-137/trainer_state.json +988 -0
- checkpoint-137/training_args.bin +3 -0
- checkpoint-137/vocab.json +0 -0
- config.json +27 -0
- merges.txt +0 -0
- special_tokens_map.json +20 -0
- tokenizer.json +0 -0
- tokenizer_config.json +43 -0
- vocab.json +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
adapter_model.bin filter=lfs diff=lfs merge=lfs -text
|
37 |
+
checkpoint-137/rng_state_0.pth filter=lfs diff=lfs merge=lfs -text
|
38 |
+
checkpoint-137/rng_state_1.pth filter=lfs diff=lfs merge=lfs -text
|
39 |
+
checkpoint-137/adapter_model.safetensors filter=lfs diff=lfs merge=lfs -text
|
40 |
+
checkpoint-137/optimizer.pt filter=lfs diff=lfs merge=lfs -text
|
41 |
+
checkpoint-137/scheduler.pt filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,15 +1,135 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
datasets:
|
4 |
-
- tpoisonooo/HuixiangDou-CR
|
5 |
-
language:
|
6 |
-
- zh
|
7 |
-
metrics:
|
8 |
-
- f1
|
9 |
-
pipeline_tag: text-classification
|
10 |
tags:
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
14 |
-
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
base_model: /workspace/models/Qwen1.5-14B-Chat
|
6 |
+
model-index:
|
7 |
+
- name: out-qwen14
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
15 |
+
<details><summary>See axolotl config</summary>
|
16 |
+
|
17 |
+
axolotl version: `0.4.0`
|
18 |
+
```yaml
|
19 |
+
base_model: /workspace/models/Qwen1.5-14B-Chat
|
20 |
+
trust_remote_code: true
|
21 |
+
|
22 |
+
load_in_8bit: false
|
23 |
+
load_in_4bit: false
|
24 |
+
strict: false
|
25 |
+
|
26 |
+
datasets:
|
27 |
+
- path: /workspace/axolotl/alpaca.json
|
28 |
+
type: alpaca
|
29 |
+
dataset_prepared_path:
|
30 |
+
val_set_size: 0.05
|
31 |
+
output_dir: ./out-qwen14
|
32 |
+
|
33 |
+
|
34 |
+
sequence_len: 1400 # supports up to 32k
|
35 |
+
sample_packing: false
|
36 |
+
pad_to_sequence_len: false
|
37 |
+
|
38 |
+
adapter: lora
|
39 |
+
lora_model_dir:
|
40 |
+
lora_r: 64
|
41 |
+
lora_alpha: 16
|
42 |
+
lora_dropout: 0.05
|
43 |
+
lora_target_linear: true
|
44 |
+
lora_fan_in_fan_out:
|
45 |
+
|
46 |
+
wandb_mode: online
|
47 |
+
wandb_project: huixiangdou-cr
|
48 |
+
wandb_entity:
|
49 |
+
wandb_watch:
|
50 |
+
wandb_name: qwen14
|
51 |
+
wandb_log_model:
|
52 |
+
|
53 |
+
gradient_accumulation_steps: 1
|
54 |
+
micro_batch_size: 8
|
55 |
+
num_epochs: 1
|
56 |
+
optimizer: paged_adamw_8bit
|
57 |
+
lr_scheduler: cosine
|
58 |
+
learning_rate: 0.0002
|
59 |
+
|
60 |
+
train_on_inputs: false
|
61 |
+
group_by_length: false
|
62 |
+
gradient_checkpointing: true
|
63 |
+
gradient_checkpointing_kwargs:
|
64 |
+
use_reentrant: false
|
65 |
+
early_stopping_patience:
|
66 |
+
resume_from_checkpoint:
|
67 |
+
local_rank:
|
68 |
+
logging_steps: 1
|
69 |
+
xformers_attention:
|
70 |
+
flash_attention: true
|
71 |
+
|
72 |
+
warmup_steps: 10
|
73 |
+
evals_per_epoch: 1
|
74 |
+
saves_per_epoch: 1
|
75 |
+
debug:
|
76 |
+
deepspeed:
|
77 |
+
weight_decay: 0.0
|
78 |
+
fsdp:
|
79 |
+
fsdp_config:
|
80 |
+
special_tokens:
|
81 |
+
|
82 |
+
```
|
83 |
+
|
84 |
+
</details><br>
|
85 |
+
|
86 |
+
# out-qwen14
|
87 |
+
|
88 |
+
This model was trained from scratch on the None dataset.
|
89 |
+
It achieves the following results on the evaluation set:
|
90 |
+
- Loss: 0.0507
|
91 |
+
|
92 |
+
## Model description
|
93 |
+
|
94 |
+
More information needed
|
95 |
+
|
96 |
+
## Intended uses & limitations
|
97 |
+
|
98 |
+
More information needed
|
99 |
+
|
100 |
+
## Training and evaluation data
|
101 |
+
|
102 |
+
More information needed
|
103 |
+
|
104 |
+
## Training procedure
|
105 |
+
|
106 |
+
### Training hyperparameters
|
107 |
+
|
108 |
+
The following hyperparameters were used during training:
|
109 |
+
- learning_rate: 0.0002
|
110 |
+
- train_batch_size: 8
|
111 |
+
- eval_batch_size: 8
|
112 |
+
- seed: 42
|
113 |
+
- distributed_type: multi-GPU
|
114 |
+
- num_devices: 2
|
115 |
+
- total_train_batch_size: 16
|
116 |
+
- total_eval_batch_size: 16
|
117 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
118 |
+
- lr_scheduler_type: cosine
|
119 |
+
- lr_scheduler_warmup_steps: 10
|
120 |
+
- num_epochs: 1
|
121 |
+
|
122 |
+
### Training results
|
123 |
+
|
124 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
125 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
126 |
+
| 0.0724 | 1.0 | 137 | 0.0507 |
|
127 |
+
|
128 |
+
|
129 |
+
### Framework versions
|
130 |
+
|
131 |
+
- PEFT 0.10.0
|
132 |
+
- Transformers 4.40.0.dev0
|
133 |
+
- Pytorch 2.1.2+cu121
|
134 |
+
- Datasets 2.15.0
|
135 |
+
- Tokenizers 0.15.0
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/workspace/models/Qwen1.5-14B-Chat",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"k_proj",
|
25 |
+
"v_proj",
|
26 |
+
"down_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e8f5c892e74b600ccc10a3a66c98866ad3fc246071ffcc5633ce37de30f9abe
|
3 |
+
size 498931466
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-137/README.md
ADDED
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: /workspace/models/Qwen1.5-14B-Chat
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- 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. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
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).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
|
202 |
+
### Framework versions
|
203 |
+
|
204 |
+
- PEFT 0.10.0
|
checkpoint-137/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "/workspace/models/Qwen1.5-14B-Chat",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 64,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"up_proj",
|
24 |
+
"k_proj",
|
25 |
+
"v_proj",
|
26 |
+
"down_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-137/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:386b997d07c8d3e105f04cda8c2756a48032c278e5ba462f5818fad711483a62
|
3 |
+
size 498805128
|
checkpoint-137/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-137/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-137/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86c601ddd73d962f261b55d5121e77983e17908ab5441e0fc755866d7830c5a1
|
3 |
+
size 500361812
|
checkpoint-137/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e751418dac5c695f27ce3db3ea681bdd6e012346ac59b5551108718638a2aaf
|
3 |
+
size 14512
|
checkpoint-137/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:208390f4e649216a882fd862feef14430bd65a393d9514fcd9bca1f26d659ae0
|
3 |
+
size 14512
|
checkpoint-137/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdd94c0bb0adbc0411d2a28743ee31f87a7821eca2998044e7ebac80b58e5278
|
3 |
+
size 1064
|
checkpoint-137/special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|im_end|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
checkpoint-137/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-137/tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"split_special_tokens": false,
|
41 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
42 |
+
"unk_token": null
|
43 |
+
}
|
checkpoint-137/trainer_state.json
ADDED
@@ -0,0 +1,988 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 137,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.01,
|
13 |
+
"grad_norm": 1.890625,
|
14 |
+
"learning_rate": 2e-05,
|
15 |
+
"loss": 0.9848,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.01,
|
20 |
+
"grad_norm": 1.953125,
|
21 |
+
"learning_rate": 4e-05,
|
22 |
+
"loss": 0.9509,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.02,
|
27 |
+
"grad_norm": 2.53125,
|
28 |
+
"learning_rate": 6e-05,
|
29 |
+
"loss": 1.0676,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.03,
|
34 |
+
"grad_norm": 1.953125,
|
35 |
+
"learning_rate": 8e-05,
|
36 |
+
"loss": 0.823,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.04,
|
41 |
+
"grad_norm": 2.515625,
|
42 |
+
"learning_rate": 0.0001,
|
43 |
+
"loss": 0.6513,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.04,
|
48 |
+
"grad_norm": 1.2421875,
|
49 |
+
"learning_rate": 0.00012,
|
50 |
+
"loss": 0.2973,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.05,
|
55 |
+
"grad_norm": 0.51171875,
|
56 |
+
"learning_rate": 0.00014,
|
57 |
+
"loss": 0.1631,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.06,
|
62 |
+
"grad_norm": 0.396484375,
|
63 |
+
"learning_rate": 0.00016,
|
64 |
+
"loss": 0.1212,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.07,
|
69 |
+
"grad_norm": 2.390625,
|
70 |
+
"learning_rate": 0.00018,
|
71 |
+
"loss": 0.2939,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.07,
|
76 |
+
"grad_norm": 0.734375,
|
77 |
+
"learning_rate": 0.0002,
|
78 |
+
"loss": 0.2165,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.08,
|
83 |
+
"grad_norm": 0.8671875,
|
84 |
+
"learning_rate": 0.0001999694057253083,
|
85 |
+
"loss": 0.2527,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.09,
|
90 |
+
"grad_norm": 0.1923828125,
|
91 |
+
"learning_rate": 0.00019987764162142613,
|
92 |
+
"loss": 0.1284,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.09,
|
97 |
+
"grad_norm": 0.255859375,
|
98 |
+
"learning_rate": 0.00019972476383747748,
|
99 |
+
"loss": 0.1244,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.1,
|
104 |
+
"grad_norm": 0.09521484375,
|
105 |
+
"learning_rate": 0.0001995108659171607,
|
106 |
+
"loss": 0.1175,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.11,
|
111 |
+
"grad_norm": 0.27734375,
|
112 |
+
"learning_rate": 0.00019923607874151032,
|
113 |
+
"loss": 0.1832,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.12,
|
118 |
+
"grad_norm": 0.09228515625,
|
119 |
+
"learning_rate": 0.00019890057044881306,
|
120 |
+
"loss": 0.1227,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.12,
|
125 |
+
"grad_norm": 0.115234375,
|
126 |
+
"learning_rate": 0.00019850454633172631,
|
127 |
+
"loss": 0.1211,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.13,
|
132 |
+
"grad_norm": 0.064453125,
|
133 |
+
"learning_rate": 0.00019804824871166255,
|
134 |
+
"loss": 0.1122,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.14,
|
139 |
+
"grad_norm": 0.10400390625,
|
140 |
+
"learning_rate": 0.00019753195679051628,
|
141 |
+
"loss": 0.1077,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.15,
|
146 |
+
"grad_norm": 0.051025390625,
|
147 |
+
"learning_rate": 0.00019695598647982468,
|
148 |
+
"loss": 0.104,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.15,
|
153 |
+
"grad_norm": 0.09326171875,
|
154 |
+
"learning_rate": 0.00019632069020746572,
|
155 |
+
"loss": 0.1143,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.16,
|
160 |
+
"grad_norm": 0.125,
|
161 |
+
"learning_rate": 0.00019562645670201276,
|
162 |
+
"loss": 0.1172,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.17,
|
167 |
+
"grad_norm": 0.130859375,
|
168 |
+
"learning_rate": 0.00019487371075487713,
|
169 |
+
"loss": 0.1083,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.18,
|
174 |
+
"grad_norm": 0.08349609375,
|
175 |
+
"learning_rate": 0.0001940629129603844,
|
176 |
+
"loss": 0.1051,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.18,
|
181 |
+
"grad_norm": 0.146484375,
|
182 |
+
"learning_rate": 0.00019319455943394347,
|
183 |
+
"loss": 0.1076,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.19,
|
188 |
+
"grad_norm": 0.09423828125,
|
189 |
+
"learning_rate": 0.00019226918150848068,
|
190 |
+
"loss": 0.0868,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.2,
|
195 |
+
"grad_norm": 0.275390625,
|
196 |
+
"learning_rate": 0.00019128734540932495,
|
197 |
+
"loss": 0.1223,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.2,
|
202 |
+
"grad_norm": 0.318359375,
|
203 |
+
"learning_rate": 0.00019024965190774263,
|
204 |
+
"loss": 0.1346,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.21,
|
209 |
+
"grad_norm": 0.46484375,
|
210 |
+
"learning_rate": 0.00018915673595333444,
|
211 |
+
"loss": 0.1361,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.22,
|
216 |
+
"grad_norm": 0.10498046875,
|
217 |
+
"learning_rate": 0.00018800926628551886,
|
218 |
+
"loss": 0.1178,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.23,
|
223 |
+
"grad_norm": 0.1044921875,
|
224 |
+
"learning_rate": 0.00018680794502434018,
|
225 |
+
"loss": 0.1085,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.23,
|
230 |
+
"grad_norm": 0.0634765625,
|
231 |
+
"learning_rate": 0.00018555350724085162,
|
232 |
+
"loss": 0.0985,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.24,
|
237 |
+
"grad_norm": 0.2119140625,
|
238 |
+
"learning_rate": 0.00018424672050733576,
|
239 |
+
"loss": 0.1486,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.25,
|
244 |
+
"grad_norm": 0.158203125,
|
245 |
+
"learning_rate": 0.00018288838442763838,
|
246 |
+
"loss": 0.1285,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.26,
|
251 |
+
"grad_norm": 0.099609375,
|
252 |
+
"learning_rate": 0.00018147933014790244,
|
253 |
+
"loss": 0.1147,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.26,
|
258 |
+
"grad_norm": 0.08056640625,
|
259 |
+
"learning_rate": 0.00018002041984800174,
|
260 |
+
"loss": 0.0984,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.27,
|
265 |
+
"grad_norm": 0.07763671875,
|
266 |
+
"learning_rate": 0.0001785125462139855,
|
267 |
+
"loss": 0.1147,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.28,
|
272 |
+
"grad_norm": 0.062255859375,
|
273 |
+
"learning_rate": 0.000176956631891857,
|
274 |
+
"loss": 0.1016,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.28,
|
279 |
+
"grad_norm": 0.053466796875,
|
280 |
+
"learning_rate": 0.00017535362892301954,
|
281 |
+
"loss": 0.1013,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.29,
|
286 |
+
"grad_norm": 0.0673828125,
|
287 |
+
"learning_rate": 0.0001737045181617364,
|
288 |
+
"loss": 0.1001,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.3,
|
293 |
+
"grad_norm": 0.0908203125,
|
294 |
+
"learning_rate": 0.00017201030867496005,
|
295 |
+
"loss": 0.12,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.31,
|
300 |
+
"grad_norm": 0.12060546875,
|
301 |
+
"learning_rate": 0.000170272037124899,
|
302 |
+
"loss": 0.1234,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.31,
|
307 |
+
"grad_norm": 0.0703125,
|
308 |
+
"learning_rate": 0.00016849076713469914,
|
309 |
+
"loss": 0.1168,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.32,
|
314 |
+
"grad_norm": 0.07177734375,
|
315 |
+
"learning_rate": 0.00016666758863762793,
|
316 |
+
"loss": 0.094,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.33,
|
321 |
+
"grad_norm": 0.038818359375,
|
322 |
+
"learning_rate": 0.00016480361721016054,
|
323 |
+
"loss": 0.1026,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.34,
|
328 |
+
"grad_norm": 0.080078125,
|
329 |
+
"learning_rate": 0.00016289999338937427,
|
330 |
+
"loss": 0.0922,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.34,
|
335 |
+
"grad_norm": 0.072265625,
|
336 |
+
"learning_rate": 0.00016095788197507081,
|
337 |
+
"loss": 0.1234,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.35,
|
342 |
+
"grad_norm": 0.07080078125,
|
343 |
+
"learning_rate": 0.00015897847131705195,
|
344 |
+
"loss": 0.1014,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.36,
|
349 |
+
"grad_norm": 0.10205078125,
|
350 |
+
"learning_rate": 0.0001569629725879857,
|
351 |
+
"loss": 0.0768,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.36,
|
356 |
+
"grad_norm": 0.166015625,
|
357 |
+
"learning_rate": 0.00015491261904230727,
|
358 |
+
"loss": 0.0872,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.37,
|
363 |
+
"grad_norm": 0.1796875,
|
364 |
+
"learning_rate": 0.00015282866526160837,
|
365 |
+
"loss": 0.1247,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.38,
|
370 |
+
"grad_norm": 0.07958984375,
|
371 |
+
"learning_rate": 0.00015071238638697732,
|
372 |
+
"loss": 0.071,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.39,
|
377 |
+
"grad_norm": 0.1943359375,
|
378 |
+
"learning_rate": 0.00014856507733875836,
|
379 |
+
"loss": 0.1064,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.39,
|
384 |
+
"grad_norm": 0.23046875,
|
385 |
+
"learning_rate": 0.00014638805202420895,
|
386 |
+
"loss": 0.0965,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.4,
|
391 |
+
"grad_norm": 0.17578125,
|
392 |
+
"learning_rate": 0.0001441826425335387,
|
393 |
+
"loss": 0.0919,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.41,
|
398 |
+
"grad_norm": 0.1611328125,
|
399 |
+
"learning_rate": 0.0001419501983248229,
|
400 |
+
"loss": 0.0636,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.42,
|
405 |
+
"grad_norm": 0.400390625,
|
406 |
+
"learning_rate": 0.00013969208539828872,
|
407 |
+
"loss": 0.0864,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.42,
|
412 |
+
"grad_norm": 0.130859375,
|
413 |
+
"learning_rate": 0.00013740968546047935,
|
414 |
+
"loss": 0.0747,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.43,
|
419 |
+
"grad_norm": 0.373046875,
|
420 |
+
"learning_rate": 0.00013510439507880776,
|
421 |
+
"loss": 0.1053,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.44,
|
426 |
+
"grad_norm": 0.283203125,
|
427 |
+
"learning_rate": 0.00013277762482701767,
|
428 |
+
"loss": 0.0828,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.45,
|
433 |
+
"grad_norm": 0.318359375,
|
434 |
+
"learning_rate": 0.0001304307984220736,
|
435 |
+
"loss": 0.0796,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.45,
|
440 |
+
"grad_norm": 0.328125,
|
441 |
+
"learning_rate": 0.0001280653518530093,
|
442 |
+
"loss": 0.0879,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.46,
|
447 |
+
"grad_norm": 0.1474609375,
|
448 |
+
"learning_rate": 0.0001256827325022668,
|
449 |
+
"loss": 0.1077,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.47,
|
454 |
+
"grad_norm": 0.2734375,
|
455 |
+
"learning_rate": 0.00012328439826006415,
|
456 |
+
"loss": 0.0839,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.47,
|
461 |
+
"grad_norm": 0.134765625,
|
462 |
+
"learning_rate": 0.00012087181663233354,
|
463 |
+
"loss": 0.0732,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.48,
|
468 |
+
"grad_norm": 0.322265625,
|
469 |
+
"learning_rate": 0.0001184464638427756,
|
470 |
+
"loss": 0.0832,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.49,
|
475 |
+
"grad_norm": 0.6484375,
|
476 |
+
"learning_rate": 0.00011600982392957978,
|
477 |
+
"loss": 0.0903,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.5,
|
482 |
+
"grad_norm": 0.36328125,
|
483 |
+
"learning_rate": 0.00011356338783736255,
|
484 |
+
"loss": 0.0936,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.5,
|
489 |
+
"grad_norm": 0.0732421875,
|
490 |
+
"learning_rate": 0.00011110865250488047,
|
491 |
+
"loss": 0.0622,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.51,
|
496 |
+
"grad_norm": 0.28125,
|
497 |
+
"learning_rate": 0.00010864711994907458,
|
498 |
+
"loss": 0.0873,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.52,
|
503 |
+
"grad_norm": 0.1494140625,
|
504 |
+
"learning_rate": 0.00010618029634600843,
|
505 |
+
"loss": 0.1168,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.53,
|
510 |
+
"grad_norm": 0.185546875,
|
511 |
+
"learning_rate": 0.00010370969110926052,
|
512 |
+
"loss": 0.0881,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.53,
|
517 |
+
"grad_norm": 0.27734375,
|
518 |
+
"learning_rate": 0.00010123681596633629,
|
519 |
+
"loss": 0.1136,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.54,
|
524 |
+
"grad_norm": 0.1884765625,
|
525 |
+
"learning_rate": 9.876318403366372e-05,
|
526 |
+
"loss": 0.0861,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.55,
|
531 |
+
"grad_norm": 0.080078125,
|
532 |
+
"learning_rate": 9.629030889073949e-05,
|
533 |
+
"loss": 0.0819,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.55,
|
538 |
+
"grad_norm": 0.1318359375,
|
539 |
+
"learning_rate": 9.38197036539916e-05,
|
540 |
+
"loss": 0.0784,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.56,
|
545 |
+
"grad_norm": 0.240234375,
|
546 |
+
"learning_rate": 9.135288005092546e-05,
|
547 |
+
"loss": 0.0631,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.57,
|
552 |
+
"grad_norm": 0.1826171875,
|
553 |
+
"learning_rate": 8.889134749511955e-05,
|
554 |
+
"loss": 0.1073,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.58,
|
559 |
+
"grad_norm": 0.1953125,
|
560 |
+
"learning_rate": 8.643661216263743e-05,
|
561 |
+
"loss": 0.0909,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.58,
|
566 |
+
"grad_norm": 0.298828125,
|
567 |
+
"learning_rate": 8.399017607042025e-05,
|
568 |
+
"loss": 0.1,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.59,
|
573 |
+
"grad_norm": 0.0703125,
|
574 |
+
"learning_rate": 8.155353615722442e-05,
|
575 |
+
"loss": 0.0581,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.6,
|
580 |
+
"grad_norm": 0.06689453125,
|
581 |
+
"learning_rate": 7.91281833676665e-05,
|
582 |
+
"loss": 0.0695,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.61,
|
587 |
+
"grad_norm": 0.1572265625,
|
588 |
+
"learning_rate": 7.671560173993587e-05,
|
589 |
+
"loss": 0.1054,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.61,
|
594 |
+
"grad_norm": 0.052734375,
|
595 |
+
"learning_rate": 7.431726749773322e-05,
|
596 |
+
"loss": 0.0946,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.62,
|
601 |
+
"grad_norm": 0.08154296875,
|
602 |
+
"learning_rate": 7.193464814699073e-05,
|
603 |
+
"loss": 0.0561,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.63,
|
608 |
+
"grad_norm": 0.181640625,
|
609 |
+
"learning_rate": 6.956920157792639e-05,
|
610 |
+
"loss": 0.0902,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.64,
|
615 |
+
"grad_norm": 0.0908203125,
|
616 |
+
"learning_rate": 6.722237517298232e-05,
|
617 |
+
"loss": 0.0694,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.64,
|
622 |
+
"grad_norm": 0.11767578125,
|
623 |
+
"learning_rate": 6.489560492119225e-05,
|
624 |
+
"loss": 0.1068,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.65,
|
629 |
+
"grad_norm": 0.125,
|
630 |
+
"learning_rate": 6.259031453952069e-05,
|
631 |
+
"loss": 0.0671,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.66,
|
636 |
+
"grad_norm": 0.0732421875,
|
637 |
+
"learning_rate": 6.0307914601711305e-05,
|
638 |
+
"loss": 0.0891,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.66,
|
643 |
+
"grad_norm": 0.08056640625,
|
644 |
+
"learning_rate": 5.8049801675177115e-05,
|
645 |
+
"loss": 0.0782,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.67,
|
650 |
+
"grad_norm": 0.2060546875,
|
651 |
+
"learning_rate": 5.5817357466461336e-05,
|
652 |
+
"loss": 0.1028,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.68,
|
657 |
+
"grad_norm": 0.125,
|
658 |
+
"learning_rate": 5.361194797579108e-05,
|
659 |
+
"loss": 0.0581,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.69,
|
664 |
+
"grad_norm": 0.08935546875,
|
665 |
+
"learning_rate": 5.1434922661241635e-05,
|
666 |
+
"loss": 0.0619,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.69,
|
671 |
+
"grad_norm": 0.07373046875,
|
672 |
+
"learning_rate": 4.928761361302269e-05,
|
673 |
+
"loss": 0.0529,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.7,
|
678 |
+
"grad_norm": 0.0703125,
|
679 |
+
"learning_rate": 4.717133473839163e-05,
|
680 |
+
"loss": 0.0397,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.71,
|
685 |
+
"grad_norm": 0.11767578125,
|
686 |
+
"learning_rate": 4.5087380957692784e-05,
|
687 |
+
"loss": 0.0459,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.72,
|
692 |
+
"grad_norm": 0.203125,
|
693 |
+
"learning_rate": 4.303702741201431e-05,
|
694 |
+
"loss": 0.0752,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.72,
|
699 |
+
"grad_norm": 0.15625,
|
700 |
+
"learning_rate": 4.1021528682948066e-05,
|
701 |
+
"loss": 0.0988,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.73,
|
706 |
+
"grad_norm": 0.09814453125,
|
707 |
+
"learning_rate": 3.904211802492922e-05,
|
708 |
+
"loss": 0.0739,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.74,
|
713 |
+
"grad_norm": 0.1298828125,
|
714 |
+
"learning_rate": 3.7100006610625784e-05,
|
715 |
+
"loss": 0.0634,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.74,
|
720 |
+
"grad_norm": 0.1181640625,
|
721 |
+
"learning_rate": 3.519638278983948e-05,
|
722 |
+
"loss": 0.057,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.75,
|
727 |
+
"grad_norm": 0.1123046875,
|
728 |
+
"learning_rate": 3.333241136237206e-05,
|
729 |
+
"loss": 0.0556,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.76,
|
734 |
+
"grad_norm": 0.32421875,
|
735 |
+
"learning_rate": 3.150923286530089e-05,
|
736 |
+
"loss": 0.1233,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.77,
|
741 |
+
"grad_norm": 0.193359375,
|
742 |
+
"learning_rate": 2.9727962875101e-05,
|
743 |
+
"loss": 0.1074,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.77,
|
748 |
+
"grad_norm": 0.1484375,
|
749 |
+
"learning_rate": 2.798969132503997e-05,
|
750 |
+
"loss": 0.0993,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.78,
|
755 |
+
"grad_norm": 0.0771484375,
|
756 |
+
"learning_rate": 2.6295481838263626e-05,
|
757 |
+
"loss": 0.0537,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.79,
|
762 |
+
"grad_norm": 0.0869140625,
|
763 |
+
"learning_rate": 2.4646371076980457e-05,
|
764 |
+
"loss": 0.0704,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.8,
|
769 |
+
"grad_norm": 0.10205078125,
|
770 |
+
"learning_rate": 2.3043368108143047e-05,
|
771 |
+
"loss": 0.0825,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.8,
|
776 |
+
"grad_norm": 0.09912109375,
|
777 |
+
"learning_rate": 2.1487453786014512e-05,
|
778 |
+
"loss": 0.0422,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.81,
|
783 |
+
"grad_norm": 0.1123046875,
|
784 |
+
"learning_rate": 1.997958015199829e-05,
|
785 |
+
"loss": 0.0726,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.82,
|
790 |
+
"grad_norm": 0.1982421875,
|
791 |
+
"learning_rate": 1.8520669852097573e-05,
|
792 |
+
"loss": 0.0518,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.82,
|
797 |
+
"grad_norm": 0.091796875,
|
798 |
+
"learning_rate": 1.7111615572361628e-05,
|
799 |
+
"loss": 0.0884,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.83,
|
804 |
+
"grad_norm": 0.1181640625,
|
805 |
+
"learning_rate": 1.5753279492664262e-05,
|
806 |
+
"loss": 0.0892,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.84,
|
811 |
+
"grad_norm": 0.07080078125,
|
812 |
+
"learning_rate": 1.4446492759148411e-05,
|
813 |
+
"loss": 0.0478,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.85,
|
818 |
+
"grad_norm": 0.087890625,
|
819 |
+
"learning_rate": 1.319205497565983e-05,
|
820 |
+
"loss": 0.0786,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.85,
|
825 |
+
"grad_norm": 0.134765625,
|
826 |
+
"learning_rate": 1.1990733714481184e-05,
|
827 |
+
"loss": 0.0429,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.86,
|
832 |
+
"grad_norm": 0.083984375,
|
833 |
+
"learning_rate": 1.0843264046665557e-05,
|
834 |
+
"loss": 0.0455,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.87,
|
839 |
+
"grad_norm": 0.1982421875,
|
840 |
+
"learning_rate": 9.750348092257367e-06,
|
841 |
+
"loss": 0.0896,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.88,
|
846 |
+
"grad_norm": 0.09716796875,
|
847 |
+
"learning_rate": 8.712654590675085e-06,
|
848 |
+
"loss": 0.0727,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.88,
|
853 |
+
"grad_norm": 0.0751953125,
|
854 |
+
"learning_rate": 7.730818491519343e-06,
|
855 |
+
"loss": 0.0284,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.89,
|
860 |
+
"grad_norm": 0.11181640625,
|
861 |
+
"learning_rate": 6.805440566056553e-06,
|
862 |
+
"loss": 0.0484,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.9,
|
867 |
+
"grad_norm": 0.130859375,
|
868 |
+
"learning_rate": 5.937087039615619e-06,
|
869 |
+
"loss": 0.0573,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.91,
|
874 |
+
"grad_norm": 0.1142578125,
|
875 |
+
"learning_rate": 5.126289245122906e-06,
|
876 |
+
"loss": 0.071,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.91,
|
881 |
+
"grad_norm": 0.09375,
|
882 |
+
"learning_rate": 4.37354329798726e-06,
|
883 |
+
"loss": 0.0695,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.92,
|
888 |
+
"grad_norm": 0.09375,
|
889 |
+
"learning_rate": 3.679309792534291e-06,
|
890 |
+
"loss": 0.0453,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.93,
|
895 |
+
"grad_norm": 0.1298828125,
|
896 |
+
"learning_rate": 3.0440135201753374e-06,
|
897 |
+
"loss": 0.0906,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.93,
|
902 |
+
"grad_norm": 0.09912109375,
|
903 |
+
"learning_rate": 2.468043209483739e-06,
|
904 |
+
"loss": 0.0617,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.94,
|
909 |
+
"grad_norm": 0.142578125,
|
910 |
+
"learning_rate": 1.951751288337467e-06,
|
911 |
+
"loss": 0.0667,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.95,
|
916 |
+
"grad_norm": 0.13671875,
|
917 |
+
"learning_rate": 1.4954536682736719e-06,
|
918 |
+
"loss": 0.0686,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.96,
|
923 |
+
"grad_norm": 0.103515625,
|
924 |
+
"learning_rate": 1.0994295511869257e-06,
|
925 |
+
"loss": 0.0415,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.96,
|
930 |
+
"grad_norm": 0.12255859375,
|
931 |
+
"learning_rate": 7.639212584897082e-07,
|
932 |
+
"loss": 0.0573,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.97,
|
937 |
+
"grad_norm": 0.1689453125,
|
938 |
+
"learning_rate": 4.891340828393487e-07,
|
939 |
+
"loss": 0.0876,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.98,
|
944 |
+
"grad_norm": 0.0712890625,
|
945 |
+
"learning_rate": 2.752361625225297e-07,
|
946 |
+
"loss": 0.0599,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.99,
|
951 |
+
"grad_norm": 0.072265625,
|
952 |
+
"learning_rate": 1.2235837857387246e-07,
|
953 |
+
"loss": 0.0593,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.99,
|
958 |
+
"grad_norm": 0.123046875,
|
959 |
+
"learning_rate": 3.059427469168652e-08,
|
960 |
+
"loss": 0.101,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 1.0,
|
965 |
+
"grad_norm": 0.146484375,
|
966 |
+
"learning_rate": 0.0,
|
967 |
+
"loss": 0.0724,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 1.0,
|
972 |
+
"eval_loss": 0.05070766434073448,
|
973 |
+
"eval_runtime": 6.5801,
|
974 |
+
"eval_samples_per_second": 17.477,
|
975 |
+
"eval_steps_per_second": 1.216,
|
976 |
+
"step": 137
|
977 |
+
}
|
978 |
+
],
|
979 |
+
"logging_steps": 1,
|
980 |
+
"max_steps": 137,
|
981 |
+
"num_input_tokens_seen": 0,
|
982 |
+
"num_train_epochs": 1,
|
983 |
+
"save_steps": 500,
|
984 |
+
"total_flos": 9.602610483743949e+16,
|
985 |
+
"train_batch_size": 8,
|
986 |
+
"trial_name": null,
|
987 |
+
"trial_params": null
|
988 |
+
}
|
checkpoint-137/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9206aa4caa5095fa607e6d066372a296e8bc17b80dd1e801d17d5c5a974429fa
|
3 |
+
size 5816
|
checkpoint-137/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/workspace/models/Qwen1.5-14B-Chat",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": 151645,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 5120,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 13696,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"max_window_layers": 35,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 40,
|
16 |
+
"num_hidden_layers": 40,
|
17 |
+
"num_key_value_heads": 40,
|
18 |
+
"rms_norm_eps": 1e-06,
|
19 |
+
"rope_theta": 1000000.0,
|
20 |
+
"sliding_window": 32768,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.40.0.dev0",
|
24 |
+
"use_cache": false,
|
25 |
+
"use_sliding_window": false,
|
26 |
+
"vocab_size": 152064
|
27 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
+
"eos_token": {
|
7 |
+
"content": "<|im_end|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false
|
12 |
+
},
|
13 |
+
"pad_token": {
|
14 |
+
"content": "<|endoftext|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false
|
19 |
+
}
|
20 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"151643": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"151644": {
|
13 |
+
"content": "<|im_start|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"151645": {
|
21 |
+
"content": "<|im_end|>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": false,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"additional_special_tokens": [
|
30 |
+
"<|im_start|>",
|
31 |
+
"<|im_end|>"
|
32 |
+
],
|
33 |
+
"bos_token": null,
|
34 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
35 |
+
"clean_up_tokenization_spaces": false,
|
36 |
+
"eos_token": "<|im_end|>",
|
37 |
+
"errors": "replace",
|
38 |
+
"model_max_length": 32768,
|
39 |
+
"pad_token": "<|endoftext|>",
|
40 |
+
"split_special_tokens": false,
|
41 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
42 |
+
"unk_token": null
|
43 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|