Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +162 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- added_tokens.json +5 -0
- checkpoint-1130/README.md +202 -0
- checkpoint-1130/adapter_config.json +34 -0
- checkpoint-1130/adapter_model.safetensors +3 -0
- checkpoint-1130/added_tokens.json +5 -0
- checkpoint-1130/merges.txt +0 -0
- checkpoint-1130/optimizer.pt +3 -0
- checkpoint-1130/rng_state_0.pth +3 -0
- checkpoint-1130/rng_state_1.pth +3 -0
- checkpoint-1130/scheduler.pt +3 -0
- checkpoint-1130/special_tokens_map.json +20 -0
- checkpoint-1130/tokenizer.json +0 -0
- checkpoint-1130/tokenizer_config.json +43 -0
- checkpoint-1130/trainer_state.json +0 -0
- checkpoint-1130/training_args.bin +3 -0
- checkpoint-1130/vocab.json +0 -0
- checkpoint-1695/README.md +202 -0
- checkpoint-1695/adapter_config.json +34 -0
- checkpoint-1695/adapter_model.safetensors +3 -0
- checkpoint-1695/added_tokens.json +5 -0
- checkpoint-1695/merges.txt +0 -0
- checkpoint-1695/optimizer.pt +3 -0
- checkpoint-1695/rng_state_0.pth +3 -0
- checkpoint-1695/rng_state_1.pth +3 -0
- checkpoint-1695/scheduler.pt +3 -0
- checkpoint-1695/special_tokens_map.json +20 -0
- checkpoint-1695/tokenizer.json +0 -0
- checkpoint-1695/tokenizer_config.json +43 -0
- checkpoint-1695/trainer_state.json +0 -0
- checkpoint-1695/training_args.bin +3 -0
- checkpoint-1695/vocab.json +0 -0
- checkpoint-565/README.md +202 -0
- checkpoint-565/adapter_config.json +34 -0
- checkpoint-565/adapter_model.safetensors +3 -0
- checkpoint-565/added_tokens.json +5 -0
- checkpoint-565/merges.txt +0 -0
- checkpoint-565/optimizer.pt +3 -0
- checkpoint-565/rng_state_0.pth +3 -0
- checkpoint-565/rng_state_1.pth +3 -0
- checkpoint-565/scheduler.pt +3 -0
- checkpoint-565/special_tokens_map.json +20 -0
- checkpoint-565/tokenizer.json +0 -0
- checkpoint-565/tokenizer_config.json +43 -0
- checkpoint-565/trainer_state.json +4008 -0
- checkpoint-565/training_args.bin +3 -0
- checkpoint-565/vocab.json +0 -0
- config.json +42 -0
README.md
ADDED
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: Qwen/Qwen1.5-7B
|
7 |
+
model-index:
|
8 |
+
- name: home/yujia/home/CN_Hateful/trained_models/qwen/CN/toxi/5e-4/
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<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)
|
16 |
+
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
+
axolotl version: `0.4.0`
|
19 |
+
```yaml
|
20 |
+
# base_model: Qwen/Qwen-7B
|
21 |
+
base_model: Qwen/Qwen1.5-7B
|
22 |
+
model_type: AutoModelForCausalLM
|
23 |
+
tokenizer_type: AutoTokenizer
|
24 |
+
|
25 |
+
trust_remote_code: true
|
26 |
+
|
27 |
+
load_in_8bit: true
|
28 |
+
load_in_4bit: false
|
29 |
+
strict: false
|
30 |
+
|
31 |
+
datasets:
|
32 |
+
# - path: mhenrichsen/alpaca_2k_test
|
33 |
+
- path: /home/yujia/home/CN_Hateful/train_toxiCN_cn.json
|
34 |
+
# - path: /home/yujia/home/CN_Hateful/train_toxiCN.json
|
35 |
+
# - path: /home/yujia/home/CN_Hateful/train.json
|
36 |
+
# - path: /home/yujia/home/CN_Hateful/train_cn.json
|
37 |
+
ds_type: json
|
38 |
+
type: alpaca
|
39 |
+
dataset_prepared_path:
|
40 |
+
val_set_size: 0.05
|
41 |
+
output_dir: /home/yujia/home/CN_Hateful/trained_models/qwen/CN/toxi/5e-4/
|
42 |
+
# output_dir: /home/yujia/home/CN_Hateful/trained_models/qwen/toxi/1e-5/
|
43 |
+
# output_dir: /home/yujia/home/CN_Hateful/trained_models/qwen/cold/3e-4/
|
44 |
+
# output_dir: /home/yujia/home/CN_Hateful/trained_models/qwen/CN/cold/3e-4/
|
45 |
+
|
46 |
+
sequence_len: 256 # supports up to 8192
|
47 |
+
sample_packing: false
|
48 |
+
pad_to_sequence_len:
|
49 |
+
|
50 |
+
adapter: lora
|
51 |
+
lora_model_dir:
|
52 |
+
lora_r: 32
|
53 |
+
lora_alpha: 16
|
54 |
+
lora_dropout: 0.05
|
55 |
+
lora_target_linear: true
|
56 |
+
lora_fan_in_fan_out:
|
57 |
+
|
58 |
+
wandb_project:
|
59 |
+
wandb_entity:
|
60 |
+
wandb_watch:
|
61 |
+
wandb_name:
|
62 |
+
wandb_log_model:
|
63 |
+
|
64 |
+
gradient_accumulation_steps: 4
|
65 |
+
micro_batch_size: 2
|
66 |
+
num_epochs: 3
|
67 |
+
optimizer: adamw_bnb_8bit
|
68 |
+
lr_scheduler: cosine
|
69 |
+
learning_rate: 0.0005
|
70 |
+
|
71 |
+
train_on_inputs: false
|
72 |
+
group_by_length: false
|
73 |
+
bf16: auto
|
74 |
+
fp16:
|
75 |
+
tf32: false
|
76 |
+
|
77 |
+
gradient_checkpointing: false
|
78 |
+
early_stopping_patience:
|
79 |
+
resume_from_checkpoint:
|
80 |
+
local_rank:
|
81 |
+
logging_steps: 1
|
82 |
+
xformers_attention:
|
83 |
+
flash_attention:
|
84 |
+
|
85 |
+
warmup_steps: 10
|
86 |
+
evals_per_epoch: 4
|
87 |
+
eval_table_size:
|
88 |
+
eval_max_new_tokens: 20
|
89 |
+
saves_per_epoch: 1
|
90 |
+
debug:
|
91 |
+
deepspeed:
|
92 |
+
weight_decay: 0.0
|
93 |
+
fsdp:
|
94 |
+
fsdp_config:
|
95 |
+
special_tokens:
|
96 |
+
|
97 |
+
```
|
98 |
+
|
99 |
+
</details><br>
|
100 |
+
|
101 |
+
# home/yujia/home/CN_Hateful/trained_models/qwen/CN/toxi/5e-4/
|
102 |
+
|
103 |
+
This model is a fine-tuned version of [Qwen/Qwen1.5-7B](https://huggingface.co/Qwen/Qwen1.5-7B) on the None dataset.
|
104 |
+
It achieves the following results on the evaluation set:
|
105 |
+
- Loss: 0.1207
|
106 |
+
|
107 |
+
## Model description
|
108 |
+
|
109 |
+
More information needed
|
110 |
+
|
111 |
+
## Intended uses & limitations
|
112 |
+
|
113 |
+
More information needed
|
114 |
+
|
115 |
+
## Training and evaluation data
|
116 |
+
|
117 |
+
More information needed
|
118 |
+
|
119 |
+
## Training procedure
|
120 |
+
|
121 |
+
### Training hyperparameters
|
122 |
+
|
123 |
+
The following hyperparameters were used during training:
|
124 |
+
- learning_rate: 0.0005
|
125 |
+
- train_batch_size: 2
|
126 |
+
- eval_batch_size: 2
|
127 |
+
- seed: 42
|
128 |
+
- distributed_type: multi-GPU
|
129 |
+
- num_devices: 2
|
130 |
+
- gradient_accumulation_steps: 4
|
131 |
+
- total_train_batch_size: 16
|
132 |
+
- total_eval_batch_size: 4
|
133 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
134 |
+
- lr_scheduler_type: cosine
|
135 |
+
- lr_scheduler_warmup_steps: 10
|
136 |
+
- num_epochs: 3
|
137 |
+
|
138 |
+
### Training results
|
139 |
+
|
140 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
142 |
+
| 3.3182 | 0.0 | 1 | 3.3363 |
|
143 |
+
| 0.0899 | 0.25 | 142 | 0.0942 |
|
144 |
+
| 0.0519 | 0.5 | 284 | 0.0894 |
|
145 |
+
| 0.0986 | 0.75 | 426 | 0.0779 |
|
146 |
+
| 0.0589 | 1.0 | 568 | 0.0844 |
|
147 |
+
| 0.057 | 1.26 | 710 | 0.0859 |
|
148 |
+
| 0.0536 | 1.51 | 852 | 0.0820 |
|
149 |
+
| 0.0325 | 1.76 | 994 | 0.0834 |
|
150 |
+
| 0.0062 | 2.01 | 1136 | 0.0874 |
|
151 |
+
| 0.0024 | 2.26 | 1278 | 0.1083 |
|
152 |
+
| 0.0026 | 2.51 | 1420 | 0.1249 |
|
153 |
+
| 0.0016 | 2.76 | 1562 | 0.1207 |
|
154 |
+
|
155 |
+
|
156 |
+
### Framework versions
|
157 |
+
|
158 |
+
- PEFT 0.10.0
|
159 |
+
- Transformers 4.40.0.dev0
|
160 |
+
- Pytorch 2.2.1+cu121
|
161 |
+
- Datasets 2.18.0
|
162 |
+
- 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": "Qwen/Qwen1.5-7B",
|
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": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"up_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"down_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:fb1bb822935d1076507646964effbfef1be8a924ef4481e1c0522d8a29d39ac3
|
3 |
+
size 319977674
|
added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-1130/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-7B
|
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 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.10.0
|
checkpoint-1130/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-7B",
|
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": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"up_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-1130/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:766f69d1e89787c48edf51e08b5ba3ca75e167c10800a82af164e897a01dea43
|
3 |
+
size 319876032
|
checkpoint-1130/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-1130/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1130/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:377117515404a71e4c9233fb89a5169dc5aa88c983b6c118db5b9d4dd4276a99
|
3 |
+
size 160736532
|
checkpoint-1130/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d4901585e9d75e84023ab72e4541020015ec7f9e3a44dd30228bed49938a1bc
|
3 |
+
size 14512
|
checkpoint-1130/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f52b8bbcff4bb55ccbed97b61cc7bef4a35d002ff92406d2e23baa476f0a8d21
|
3 |
+
size 14512
|
checkpoint-1130/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0b98a51939a0ccfe60c6e4c0ae953da4be31ffec666d1180e380a34c3f99ad3
|
3 |
+
size 1064
|
checkpoint-1130/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": "<|endoftext|>",
|
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-1130/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1130/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": "<|endoftext|>",
|
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-1130/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1130/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05355e5e278a3f6efe82580b463980e66a86ebddb5a1af9fdb4c07f7cdc95b8e
|
3 |
+
size 5752
|
checkpoint-1130/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1695/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-7B
|
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 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.10.0
|
checkpoint-1695/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-7B",
|
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": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"up_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-1695/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e82edb9c4ee8a65c5005c0be23b82156aeff80903222a0da61a06911edd145c
|
3 |
+
size 319876032
|
checkpoint-1695/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-1695/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1695/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbbdf158d9ffab4a108a641bad65fca80fb050581bc6eadaeaf51b839e8cc371
|
3 |
+
size 160736532
|
checkpoint-1695/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b55ad0de153a9394c92810ea3c27399952a305bd25451ed430aaf933a9a5e55c
|
3 |
+
size 14512
|
checkpoint-1695/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49270efca7489b54d9139d7c93770e62001cb2f4e09707c29e75b02ffb96afb7
|
3 |
+
size 14512
|
checkpoint-1695/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cef402005f619c096e6886ff15f6f0cba64e7b096ef86ae3aeaecccc0fbf9b9
|
3 |
+
size 1064
|
checkpoint-1695/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": "<|endoftext|>",
|
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-1695/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1695/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": "<|endoftext|>",
|
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-1695/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-1695/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05355e5e278a3f6efe82580b463980e66a86ebddb5a1af9fdb4c07f7cdc95b8e
|
3 |
+
size 5752
|
checkpoint-1695/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-565/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: Qwen/Qwen1.5-7B
|
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 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.10.0
|
checkpoint-565/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "Qwen/Qwen1.5-7B",
|
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": 32,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"up_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-565/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18db7b2a1ee6d67ee2b08645285839e5b0ed077f0de6c3323d9983b32d55a3c5
|
3 |
+
size 319876032
|
checkpoint-565/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 151643,
|
3 |
+
"<|im_end|>": 151645,
|
4 |
+
"<|im_start|>": 151644
|
5 |
+
}
|
checkpoint-565/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-565/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b04565b4eef7f02eb9ffc515c019927bf9242b2270660fe5f068d476ddb7e91
|
3 |
+
size 160736532
|
checkpoint-565/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49a681c33ffd6b61feaf98d05f702d37f2e4cea5ae28ff9fe027ab78959f6d28
|
3 |
+
size 14512
|
checkpoint-565/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:264fc0be051e80523f0b0faf9f50191b6a6d8a450a601ac7a6354029ee14de9c
|
3 |
+
size 14512
|
checkpoint-565/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a85eb21e707922b4b8fd1d0b6a7f3a79fe477274e43cb53d56f07a48c97048f8
|
3 |
+
size 1064
|
checkpoint-565/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": "<|endoftext|>",
|
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-565/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-565/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": "<|endoftext|>",
|
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-565/trainer_state.json
ADDED
@@ -0,0 +1,4008 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9995577178239717,
|
5 |
+
"eval_steps": 142,
|
6 |
+
"global_step": 565,
|
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.0,
|
13 |
+
"grad_norm": 4.6921162605285645,
|
14 |
+
"learning_rate": 5e-05,
|
15 |
+
"loss": 3.3182,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0,
|
20 |
+
"eval_loss": 3.3362529277801514,
|
21 |
+
"eval_runtime": 14.4412,
|
22 |
+
"eval_samples_per_second": 33.031,
|
23 |
+
"eval_steps_per_second": 8.31,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0,
|
28 |
+
"grad_norm": 4.620742321014404,
|
29 |
+
"learning_rate": 0.0001,
|
30 |
+
"loss": 3.2788,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.01,
|
35 |
+
"grad_norm": 4.650161266326904,
|
36 |
+
"learning_rate": 0.00015,
|
37 |
+
"loss": 3.2271,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.01,
|
42 |
+
"grad_norm": 4.024933815002441,
|
43 |
+
"learning_rate": 0.0002,
|
44 |
+
"loss": 2.402,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.01,
|
49 |
+
"grad_norm": 2.751981496810913,
|
50 |
+
"learning_rate": 0.00025,
|
51 |
+
"loss": 1.0544,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.01,
|
56 |
+
"grad_norm": 1.4766970872879028,
|
57 |
+
"learning_rate": 0.0003,
|
58 |
+
"loss": 0.3549,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.01,
|
63 |
+
"grad_norm": 0.8064658641815186,
|
64 |
+
"learning_rate": 0.00035,
|
65 |
+
"loss": 0.1533,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.01,
|
70 |
+
"grad_norm": 2.232205390930176,
|
71 |
+
"learning_rate": 0.0004,
|
72 |
+
"loss": 0.31,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.02,
|
77 |
+
"grad_norm": 1.1898847818374634,
|
78 |
+
"learning_rate": 0.00045000000000000004,
|
79 |
+
"loss": 0.1818,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.02,
|
84 |
+
"grad_norm": 0.7394833564758301,
|
85 |
+
"learning_rate": 0.0005,
|
86 |
+
"loss": 0.1751,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.02,
|
91 |
+
"grad_norm": 0.16317571699619293,
|
92 |
+
"learning_rate": 0.0004999995654799487,
|
93 |
+
"loss": 0.1411,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.02,
|
98 |
+
"grad_norm": 0.10235322266817093,
|
99 |
+
"learning_rate": 0.0004999982619213052,
|
100 |
+
"loss": 0.1363,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.02,
|
105 |
+
"grad_norm": 0.19907887279987335,
|
106 |
+
"learning_rate": 0.0004999960893286008,
|
107 |
+
"loss": 0.128,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.02,
|
112 |
+
"grad_norm": 0.6823816299438477,
|
113 |
+
"learning_rate": 0.0004999930477093878,
|
114 |
+
"loss": 0.143,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.03,
|
119 |
+
"grad_norm": 0.10187644511461258,
|
120 |
+
"learning_rate": 0.0004999891370742394,
|
121 |
+
"loss": 0.1322,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.03,
|
126 |
+
"grad_norm": 0.09401004016399384,
|
127 |
+
"learning_rate": 0.0004999843574367498,
|
128 |
+
"loss": 0.1361,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.03,
|
133 |
+
"grad_norm": 0.17946797609329224,
|
134 |
+
"learning_rate": 0.0004999787088135334,
|
135 |
+
"loss": 0.1412,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.03,
|
140 |
+
"grad_norm": 0.890545666217804,
|
141 |
+
"learning_rate": 0.0004999721912242259,
|
142 |
+
"loss": 0.1593,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.03,
|
147 |
+
"grad_norm": 0.434042751789093,
|
148 |
+
"learning_rate": 0.0004999648046914836,
|
149 |
+
"loss": 0.1548,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.04,
|
154 |
+
"grad_norm": 0.28103551268577576,
|
155 |
+
"learning_rate": 0.0004999565492409831,
|
156 |
+
"loss": 0.1459,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.04,
|
161 |
+
"grad_norm": 0.2690610885620117,
|
162 |
+
"learning_rate": 0.0004999474249014217,
|
163 |
+
"loss": 0.1248,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.04,
|
168 |
+
"grad_norm": 0.37668731808662415,
|
169 |
+
"learning_rate": 0.0004999374317045172,
|
170 |
+
"loss": 0.1481,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.04,
|
175 |
+
"grad_norm": 0.23762015998363495,
|
176 |
+
"learning_rate": 0.0004999265696850074,
|
177 |
+
"loss": 0.1407,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.04,
|
182 |
+
"grad_norm": 0.1988176554441452,
|
183 |
+
"learning_rate": 0.0004999148388806504,
|
184 |
+
"loss": 0.1398,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.04,
|
189 |
+
"grad_norm": 0.3805619776248932,
|
190 |
+
"learning_rate": 0.0004999022393322246,
|
191 |
+
"loss": 0.1474,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.05,
|
196 |
+
"grad_norm": 0.5069771409034729,
|
197 |
+
"learning_rate": 0.0004998887710835278,
|
198 |
+
"loss": 0.1509,
|
199 |
+
"step": 26
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 0.05,
|
203 |
+
"grad_norm": 0.42066043615341187,
|
204 |
+
"learning_rate": 0.0004998744341813779,
|
205 |
+
"loss": 0.1341,
|
206 |
+
"step": 27
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 0.05,
|
210 |
+
"grad_norm": 0.0944904088973999,
|
211 |
+
"learning_rate": 0.0004998592286756123,
|
212 |
+
"loss": 0.1233,
|
213 |
+
"step": 28
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.05,
|
217 |
+
"grad_norm": 0.849244236946106,
|
218 |
+
"learning_rate": 0.0004998431546190875,
|
219 |
+
"loss": 0.1999,
|
220 |
+
"step": 29
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.05,
|
224 |
+
"grad_norm": 0.09785456210374832,
|
225 |
+
"learning_rate": 0.00049982621206768,
|
226 |
+
"loss": 0.1272,
|
227 |
+
"step": 30
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 0.05,
|
231 |
+
"grad_norm": 0.38225457072257996,
|
232 |
+
"learning_rate": 0.0004998084010802845,
|
233 |
+
"loss": 0.1634,
|
234 |
+
"step": 31
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 0.06,
|
238 |
+
"grad_norm": 0.08135183900594711,
|
239 |
+
"learning_rate": 0.0004997897217188149,
|
240 |
+
"loss": 0.1383,
|
241 |
+
"step": 32
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.06,
|
245 |
+
"grad_norm": 0.17299437522888184,
|
246 |
+
"learning_rate": 0.0004997701740482036,
|
247 |
+
"loss": 0.1427,
|
248 |
+
"step": 33
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 0.06,
|
252 |
+
"grad_norm": 0.11125747114419937,
|
253 |
+
"learning_rate": 0.0004997497581364015,
|
254 |
+
"loss": 0.1379,
|
255 |
+
"step": 34
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.06,
|
259 |
+
"grad_norm": 0.08914893865585327,
|
260 |
+
"learning_rate": 0.0004997284740543776,
|
261 |
+
"loss": 0.1388,
|
262 |
+
"step": 35
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 0.06,
|
266 |
+
"grad_norm": 0.034590039402246475,
|
267 |
+
"learning_rate": 0.0004997063218761188,
|
268 |
+
"loss": 0.1387,
|
269 |
+
"step": 36
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 0.07,
|
273 |
+
"grad_norm": 0.08675777167081833,
|
274 |
+
"learning_rate": 0.0004996833016786296,
|
275 |
+
"loss": 0.1384,
|
276 |
+
"step": 37
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 0.07,
|
280 |
+
"grad_norm": 0.4440009295940399,
|
281 |
+
"learning_rate": 0.0004996594135419318,
|
282 |
+
"loss": 0.152,
|
283 |
+
"step": 38
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 0.07,
|
287 |
+
"grad_norm": 0.0814109519124031,
|
288 |
+
"learning_rate": 0.0004996346575490646,
|
289 |
+
"loss": 0.1373,
|
290 |
+
"step": 39
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 0.07,
|
294 |
+
"grad_norm": 0.37724560499191284,
|
295 |
+
"learning_rate": 0.0004996090337860836,
|
296 |
+
"loss": 0.1362,
|
297 |
+
"step": 40
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.07,
|
301 |
+
"grad_norm": 0.21177273988723755,
|
302 |
+
"learning_rate": 0.0004995825423420613,
|
303 |
+
"loss": 0.1423,
|
304 |
+
"step": 41
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 0.07,
|
308 |
+
"grad_norm": 0.12168041616678238,
|
309 |
+
"learning_rate": 0.000499555183309086,
|
310 |
+
"loss": 0.1381,
|
311 |
+
"step": 42
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 0.08,
|
315 |
+
"grad_norm": 0.21096466481685638,
|
316 |
+
"learning_rate": 0.0004995269567822623,
|
317 |
+
"loss": 0.139,
|
318 |
+
"step": 43
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 0.08,
|
322 |
+
"grad_norm": 0.49395841360092163,
|
323 |
+
"learning_rate": 0.0004994978628597099,
|
324 |
+
"loss": 0.1016,
|
325 |
+
"step": 44
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 0.08,
|
329 |
+
"grad_norm": 0.1108216792345047,
|
330 |
+
"learning_rate": 0.0004994679016425642,
|
331 |
+
"loss": 0.1334,
|
332 |
+
"step": 45
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 0.08,
|
336 |
+
"grad_norm": 0.5518127679824829,
|
337 |
+
"learning_rate": 0.000499437073234975,
|
338 |
+
"loss": 0.1568,
|
339 |
+
"step": 46
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.08,
|
343 |
+
"grad_norm": 0.4762812852859497,
|
344 |
+
"learning_rate": 0.0004994053777441069,
|
345 |
+
"loss": 0.1543,
|
346 |
+
"step": 47
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 0.08,
|
350 |
+
"grad_norm": 0.3477722108364105,
|
351 |
+
"learning_rate": 0.0004993728152801384,
|
352 |
+
"loss": 0.1464,
|
353 |
+
"step": 48
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.09,
|
357 |
+
"grad_norm": 0.4996407628059387,
|
358 |
+
"learning_rate": 0.0004993393859562621,
|
359 |
+
"loss": 0.154,
|
360 |
+
"step": 49
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 0.09,
|
364 |
+
"grad_norm": 0.20425601303577423,
|
365 |
+
"learning_rate": 0.0004993050898886833,
|
366 |
+
"loss": 0.1372,
|
367 |
+
"step": 50
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 0.09,
|
371 |
+
"grad_norm": 0.034631408751010895,
|
372 |
+
"learning_rate": 0.000499269927196621,
|
373 |
+
"loss": 0.137,
|
374 |
+
"step": 51
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.09,
|
378 |
+
"grad_norm": 0.24027873575687408,
|
379 |
+
"learning_rate": 0.0004992338980023062,
|
380 |
+
"loss": 0.1468,
|
381 |
+
"step": 52
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.09,
|
385 |
+
"grad_norm": 0.22242723405361176,
|
386 |
+
"learning_rate": 0.000499197002430982,
|
387 |
+
"loss": 0.1418,
|
388 |
+
"step": 53
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.1,
|
392 |
+
"grad_norm": 0.6540514826774597,
|
393 |
+
"learning_rate": 0.0004991592406109036,
|
394 |
+
"loss": 0.1564,
|
395 |
+
"step": 54
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.1,
|
399 |
+
"grad_norm": 0.030118577182292938,
|
400 |
+
"learning_rate": 0.000499120612673337,
|
401 |
+
"loss": 0.1365,
|
402 |
+
"step": 55
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 0.1,
|
406 |
+
"grad_norm": 0.07544097304344177,
|
407 |
+
"learning_rate": 0.0004990811187525592,
|
408 |
+
"loss": 0.1334,
|
409 |
+
"step": 56
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.1,
|
413 |
+
"grad_norm": 0.37415480613708496,
|
414 |
+
"learning_rate": 0.0004990407589858572,
|
415 |
+
"loss": 0.155,
|
416 |
+
"step": 57
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 0.1,
|
420 |
+
"grad_norm": 0.557809054851532,
|
421 |
+
"learning_rate": 0.0004989995335135282,
|
422 |
+
"loss": 0.1603,
|
423 |
+
"step": 58
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 0.1,
|
427 |
+
"grad_norm": 0.14802873134613037,
|
428 |
+
"learning_rate": 0.0004989574424788787,
|
429 |
+
"loss": 0.1387,
|
430 |
+
"step": 59
|
431 |
+
},
|
432 |
+
{
|
433 |
+
"epoch": 0.11,
|
434 |
+
"grad_norm": 0.3581993281841278,
|
435 |
+
"learning_rate": 0.0004989144860282236,
|
436 |
+
"loss": 0.1475,
|
437 |
+
"step": 60
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"epoch": 0.11,
|
441 |
+
"grad_norm": 0.04818522185087204,
|
442 |
+
"learning_rate": 0.0004988706643108864,
|
443 |
+
"loss": 0.1362,
|
444 |
+
"step": 61
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"epoch": 0.11,
|
448 |
+
"grad_norm": 0.21908174455165863,
|
449 |
+
"learning_rate": 0.0004988259774791987,
|
450 |
+
"loss": 0.1386,
|
451 |
+
"step": 62
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"epoch": 0.11,
|
455 |
+
"grad_norm": 0.1852695643901825,
|
456 |
+
"learning_rate": 0.0004987804256884988,
|
457 |
+
"loss": 0.1387,
|
458 |
+
"step": 63
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.11,
|
462 |
+
"grad_norm": 0.025747304782271385,
|
463 |
+
"learning_rate": 0.0004987340090971323,
|
464 |
+
"loss": 0.1393,
|
465 |
+
"step": 64
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.11,
|
469 |
+
"grad_norm": 0.045346710830926895,
|
470 |
+
"learning_rate": 0.0004986867278664504,
|
471 |
+
"loss": 0.1354,
|
472 |
+
"step": 65
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.12,
|
476 |
+
"grad_norm": 0.34946465492248535,
|
477 |
+
"learning_rate": 0.0004986385821608106,
|
478 |
+
"loss": 0.152,
|
479 |
+
"step": 66
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.12,
|
483 |
+
"grad_norm": 0.2552882432937622,
|
484 |
+
"learning_rate": 0.0004985895721475748,
|
485 |
+
"loss": 0.1463,
|
486 |
+
"step": 67
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.12,
|
490 |
+
"grad_norm": 0.0560542456805706,
|
491 |
+
"learning_rate": 0.0004985396979971099,
|
492 |
+
"loss": 0.1391,
|
493 |
+
"step": 68
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.12,
|
497 |
+
"grad_norm": 0.14347511529922485,
|
498 |
+
"learning_rate": 0.0004984889598827863,
|
499 |
+
"loss": 0.1353,
|
500 |
+
"step": 69
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.12,
|
504 |
+
"grad_norm": 0.12386342883110046,
|
505 |
+
"learning_rate": 0.0004984373579809778,
|
506 |
+
"loss": 0.1343,
|
507 |
+
"step": 70
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.13,
|
511 |
+
"grad_norm": 0.03070697747170925,
|
512 |
+
"learning_rate": 0.000498384892471061,
|
513 |
+
"loss": 0.1356,
|
514 |
+
"step": 71
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.13,
|
518 |
+
"grad_norm": 0.0531514473259449,
|
519 |
+
"learning_rate": 0.0004983315635354144,
|
520 |
+
"loss": 0.1346,
|
521 |
+
"step": 72
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.13,
|
525 |
+
"grad_norm": 0.24197503924369812,
|
526 |
+
"learning_rate": 0.0004982773713594178,
|
527 |
+
"loss": 0.1217,
|
528 |
+
"step": 73
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.13,
|
532 |
+
"grad_norm": 0.08417380601167679,
|
533 |
+
"learning_rate": 0.0004982223161314522,
|
534 |
+
"loss": 0.1223,
|
535 |
+
"step": 74
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.13,
|
539 |
+
"grad_norm": 0.40045711398124695,
|
540 |
+
"learning_rate": 0.000498166398042898,
|
541 |
+
"loss": 0.1513,
|
542 |
+
"step": 75
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.13,
|
546 |
+
"grad_norm": 0.12452740222215652,
|
547 |
+
"learning_rate": 0.0004981096172881358,
|
548 |
+
"loss": 0.1296,
|
549 |
+
"step": 76
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.14,
|
553 |
+
"grad_norm": 0.21590262651443481,
|
554 |
+
"learning_rate": 0.0004980519740645444,
|
555 |
+
"loss": 0.1375,
|
556 |
+
"step": 77
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.14,
|
560 |
+
"grad_norm": 0.07704459875822067,
|
561 |
+
"learning_rate": 0.0004979934685725011,
|
562 |
+
"loss": 0.1299,
|
563 |
+
"step": 78
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.14,
|
567 |
+
"grad_norm": 0.28334081172943115,
|
568 |
+
"learning_rate": 0.0004979341010153801,
|
569 |
+
"loss": 0.1387,
|
570 |
+
"step": 79
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.14,
|
574 |
+
"grad_norm": 0.12374007701873779,
|
575 |
+
"learning_rate": 0.0004978738715995526,
|
576 |
+
"loss": 0.1383,
|
577 |
+
"step": 80
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.14,
|
581 |
+
"grad_norm": 0.040613267570734024,
|
582 |
+
"learning_rate": 0.000497812780534386,
|
583 |
+
"loss": 0.1367,
|
584 |
+
"step": 81
|
585 |
+
},
|
586 |
+
{
|
587 |
+
"epoch": 0.15,
|
588 |
+
"grad_norm": 0.09974126517772675,
|
589 |
+
"learning_rate": 0.0004977508280322423,
|
590 |
+
"loss": 0.1248,
|
591 |
+
"step": 82
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 0.15,
|
595 |
+
"grad_norm": 0.2616259753704071,
|
596 |
+
"learning_rate": 0.0004976880143084786,
|
597 |
+
"loss": 0.1311,
|
598 |
+
"step": 83
|
599 |
+
},
|
600 |
+
{
|
601 |
+
"epoch": 0.15,
|
602 |
+
"grad_norm": 0.15635579824447632,
|
603 |
+
"learning_rate": 0.0004976243395814452,
|
604 |
+
"loss": 0.1189,
|
605 |
+
"step": 84
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"epoch": 0.15,
|
609 |
+
"grad_norm": 0.259250670671463,
|
610 |
+
"learning_rate": 0.000497559804072486,
|
611 |
+
"loss": 0.1099,
|
612 |
+
"step": 85
|
613 |
+
},
|
614 |
+
{
|
615 |
+
"epoch": 0.15,
|
616 |
+
"grad_norm": 1.2778699398040771,
|
617 |
+
"learning_rate": 0.0004974944080059365,
|
618 |
+
"loss": 0.1416,
|
619 |
+
"step": 86
|
620 |
+
},
|
621 |
+
{
|
622 |
+
"epoch": 0.15,
|
623 |
+
"grad_norm": 0.2155281901359558,
|
624 |
+
"learning_rate": 0.000497428151609124,
|
625 |
+
"loss": 0.1253,
|
626 |
+
"step": 87
|
627 |
+
},
|
628 |
+
{
|
629 |
+
"epoch": 0.16,
|
630 |
+
"grad_norm": 0.17533721029758453,
|
631 |
+
"learning_rate": 0.0004973610351123664,
|
632 |
+
"loss": 0.1446,
|
633 |
+
"step": 88
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.16,
|
637 |
+
"grad_norm": 0.07620590180158615,
|
638 |
+
"learning_rate": 0.0004972930587489715,
|
639 |
+
"loss": 0.1309,
|
640 |
+
"step": 89
|
641 |
+
},
|
642 |
+
{
|
643 |
+
"epoch": 0.16,
|
644 |
+
"grad_norm": 0.2370779663324356,
|
645 |
+
"learning_rate": 0.0004972242227552358,
|
646 |
+
"loss": 0.149,
|
647 |
+
"step": 90
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"epoch": 0.16,
|
651 |
+
"grad_norm": 0.06374065577983856,
|
652 |
+
"learning_rate": 0.0004971545273704444,
|
653 |
+
"loss": 0.1307,
|
654 |
+
"step": 91
|
655 |
+
},
|
656 |
+
{
|
657 |
+
"epoch": 0.16,
|
658 |
+
"grad_norm": 0.22728750109672546,
|
659 |
+
"learning_rate": 0.0004970839728368697,
|
660 |
+
"loss": 0.1438,
|
661 |
+
"step": 92
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"epoch": 0.16,
|
665 |
+
"grad_norm": 0.16872233152389526,
|
666 |
+
"learning_rate": 0.0004970125593997706,
|
667 |
+
"loss": 0.1364,
|
668 |
+
"step": 93
|
669 |
+
},
|
670 |
+
{
|
671 |
+
"epoch": 0.17,
|
672 |
+
"grad_norm": 0.18773947656154633,
|
673 |
+
"learning_rate": 0.0004969402873073914,
|
674 |
+
"loss": 0.146,
|
675 |
+
"step": 94
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 0.17,
|
679 |
+
"grad_norm": 0.1468167006969452,
|
680 |
+
"learning_rate": 0.0004968671568109616,
|
681 |
+
"loss": 0.1401,
|
682 |
+
"step": 95
|
683 |
+
},
|
684 |
+
{
|
685 |
+
"epoch": 0.17,
|
686 |
+
"grad_norm": 0.09030504524707794,
|
687 |
+
"learning_rate": 0.0004967931681646948,
|
688 |
+
"loss": 0.1318,
|
689 |
+
"step": 96
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.17,
|
693 |
+
"grad_norm": 0.061796192079782486,
|
694 |
+
"learning_rate": 0.000496718321625787,
|
695 |
+
"loss": 0.1244,
|
696 |
+
"step": 97
|
697 |
+
},
|
698 |
+
{
|
699 |
+
"epoch": 0.17,
|
700 |
+
"grad_norm": 0.045495226979255676,
|
701 |
+
"learning_rate": 0.0004966426174544171,
|
702 |
+
"loss": 0.1265,
|
703 |
+
"step": 98
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"epoch": 0.18,
|
707 |
+
"grad_norm": 0.08449025452136993,
|
708 |
+
"learning_rate": 0.0004965660559137448,
|
709 |
+
"loss": 0.1276,
|
710 |
+
"step": 99
|
711 |
+
},
|
712 |
+
{
|
713 |
+
"epoch": 0.18,
|
714 |
+
"grad_norm": 0.09982559829950333,
|
715 |
+
"learning_rate": 0.0004964886372699102,
|
716 |
+
"loss": 0.1253,
|
717 |
+
"step": 100
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 0.18,
|
721 |
+
"grad_norm": 0.05831208825111389,
|
722 |
+
"learning_rate": 0.0004964103617920332,
|
723 |
+
"loss": 0.1271,
|
724 |
+
"step": 101
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"epoch": 0.18,
|
728 |
+
"grad_norm": 0.20548835396766663,
|
729 |
+
"learning_rate": 0.0004963312297522116,
|
730 |
+
"loss": 0.1415,
|
731 |
+
"step": 102
|
732 |
+
},
|
733 |
+
{
|
734 |
+
"epoch": 0.18,
|
735 |
+
"grad_norm": 0.09664470702409744,
|
736 |
+
"learning_rate": 0.0004962512414255214,
|
737 |
+
"loss": 0.1083,
|
738 |
+
"step": 103
|
739 |
+
},
|
740 |
+
{
|
741 |
+
"epoch": 0.18,
|
742 |
+
"grad_norm": 0.16931602358818054,
|
743 |
+
"learning_rate": 0.0004961703970900145,
|
744 |
+
"loss": 0.1431,
|
745 |
+
"step": 104
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.19,
|
749 |
+
"grad_norm": 0.10859667509794235,
|
750 |
+
"learning_rate": 0.000496088697026719,
|
751 |
+
"loss": 0.12,
|
752 |
+
"step": 105
|
753 |
+
},
|
754 |
+
{
|
755 |
+
"epoch": 0.19,
|
756 |
+
"grad_norm": 0.21958191692829132,
|
757 |
+
"learning_rate": 0.0004960061415196374,
|
758 |
+
"loss": 0.1492,
|
759 |
+
"step": 106
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 0.19,
|
763 |
+
"grad_norm": 0.06437578052282333,
|
764 |
+
"learning_rate": 0.0004959227308557459,
|
765 |
+
"loss": 0.1083,
|
766 |
+
"step": 107
|
767 |
+
},
|
768 |
+
{
|
769 |
+
"epoch": 0.19,
|
770 |
+
"grad_norm": 0.14975550770759583,
|
771 |
+
"learning_rate": 0.0004958384653249932,
|
772 |
+
"loss": 0.1155,
|
773 |
+
"step": 108
|
774 |
+
},
|
775 |
+
{
|
776 |
+
"epoch": 0.19,
|
777 |
+
"grad_norm": 0.11868852376937866,
|
778 |
+
"learning_rate": 0.0004957533452203,
|
779 |
+
"loss": 0.1237,
|
780 |
+
"step": 109
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"epoch": 0.19,
|
784 |
+
"grad_norm": 0.2610260546207428,
|
785 |
+
"learning_rate": 0.0004956673708375574,
|
786 |
+
"loss": 0.1264,
|
787 |
+
"step": 110
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"epoch": 0.2,
|
791 |
+
"grad_norm": 0.378467321395874,
|
792 |
+
"learning_rate": 0.000495580542475626,
|
793 |
+
"loss": 0.1222,
|
794 |
+
"step": 111
|
795 |
+
},
|
796 |
+
{
|
797 |
+
"epoch": 0.2,
|
798 |
+
"grad_norm": 0.0926096960902214,
|
799 |
+
"learning_rate": 0.0004954928604363352,
|
800 |
+
"loss": 0.1096,
|
801 |
+
"step": 112
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.2,
|
805 |
+
"grad_norm": 0.06858692318201065,
|
806 |
+
"learning_rate": 0.0004954043250244819,
|
807 |
+
"loss": 0.1144,
|
808 |
+
"step": 113
|
809 |
+
},
|
810 |
+
{
|
811 |
+
"epoch": 0.2,
|
812 |
+
"grad_norm": 0.3068992495536804,
|
813 |
+
"learning_rate": 0.0004953149365478293,
|
814 |
+
"loss": 0.1563,
|
815 |
+
"step": 114
|
816 |
+
},
|
817 |
+
{
|
818 |
+
"epoch": 0.2,
|
819 |
+
"grad_norm": 0.15458936989307404,
|
820 |
+
"learning_rate": 0.0004952246953171061,
|
821 |
+
"loss": 0.1216,
|
822 |
+
"step": 115
|
823 |
+
},
|
824 |
+
{
|
825 |
+
"epoch": 0.21,
|
826 |
+
"grad_norm": 0.10287577658891678,
|
827 |
+
"learning_rate": 0.0004951336016460053,
|
828 |
+
"loss": 0.0893,
|
829 |
+
"step": 116
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"epoch": 0.21,
|
833 |
+
"grad_norm": 0.1215134710073471,
|
834 |
+
"learning_rate": 0.0004950416558511833,
|
835 |
+
"loss": 0.1016,
|
836 |
+
"step": 117
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"epoch": 0.21,
|
840 |
+
"grad_norm": 0.1392650604248047,
|
841 |
+
"learning_rate": 0.000494948858252258,
|
842 |
+
"loss": 0.1111,
|
843 |
+
"step": 118
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 0.21,
|
847 |
+
"grad_norm": 0.4350431263446808,
|
848 |
+
"learning_rate": 0.0004948552091718092,
|
849 |
+
"loss": 0.1192,
|
850 |
+
"step": 119
|
851 |
+
},
|
852 |
+
{
|
853 |
+
"epoch": 0.21,
|
854 |
+
"grad_norm": 0.21448662877082825,
|
855 |
+
"learning_rate": 0.0004947607089353758,
|
856 |
+
"loss": 0.07,
|
857 |
+
"step": 120
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.21,
|
861 |
+
"grad_norm": 1.6086686849594116,
|
862 |
+
"learning_rate": 0.0004946653578714559,
|
863 |
+
"loss": 0.1352,
|
864 |
+
"step": 121
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"epoch": 0.22,
|
868 |
+
"grad_norm": 0.25963085889816284,
|
869 |
+
"learning_rate": 0.0004945691563115051,
|
870 |
+
"loss": 0.1447,
|
871 |
+
"step": 122
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"epoch": 0.22,
|
875 |
+
"grad_norm": 0.11575956642627716,
|
876 |
+
"learning_rate": 0.0004944721045899356,
|
877 |
+
"loss": 0.1055,
|
878 |
+
"step": 123
|
879 |
+
},
|
880 |
+
{
|
881 |
+
"epoch": 0.22,
|
882 |
+
"grad_norm": 0.11230157315731049,
|
883 |
+
"learning_rate": 0.0004943742030441145,
|
884 |
+
"loss": 0.0917,
|
885 |
+
"step": 124
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 0.22,
|
889 |
+
"grad_norm": 0.3376341760158539,
|
890 |
+
"learning_rate": 0.0004942754520143634,
|
891 |
+
"loss": 0.1364,
|
892 |
+
"step": 125
|
893 |
+
},
|
894 |
+
{
|
895 |
+
"epoch": 0.22,
|
896 |
+
"grad_norm": 0.2757412791252136,
|
897 |
+
"learning_rate": 0.0004941758518439566,
|
898 |
+
"loss": 0.1418,
|
899 |
+
"step": 126
|
900 |
+
},
|
901 |
+
{
|
902 |
+
"epoch": 0.22,
|
903 |
+
"grad_norm": 0.1438644975423813,
|
904 |
+
"learning_rate": 0.0004940754028791205,
|
905 |
+
"loss": 0.1162,
|
906 |
+
"step": 127
|
907 |
+
},
|
908 |
+
{
|
909 |
+
"epoch": 0.23,
|
910 |
+
"grad_norm": 0.14210884273052216,
|
911 |
+
"learning_rate": 0.0004939741054690316,
|
912 |
+
"loss": 0.1312,
|
913 |
+
"step": 128
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.23,
|
917 |
+
"grad_norm": 0.1861649751663208,
|
918 |
+
"learning_rate": 0.0004938719599658162,
|
919 |
+
"loss": 0.1447,
|
920 |
+
"step": 129
|
921 |
+
},
|
922 |
+
{
|
923 |
+
"epoch": 0.23,
|
924 |
+
"grad_norm": 0.19665485620498657,
|
925 |
+
"learning_rate": 0.0004937689667245481,
|
926 |
+
"loss": 0.1439,
|
927 |
+
"step": 130
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 0.23,
|
931 |
+
"grad_norm": 0.22447055578231812,
|
932 |
+
"learning_rate": 0.0004936651261032486,
|
933 |
+
"loss": 0.1568,
|
934 |
+
"step": 131
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"epoch": 0.23,
|
938 |
+
"grad_norm": 0.10008269548416138,
|
939 |
+
"learning_rate": 0.0004935604384628843,
|
940 |
+
"loss": 0.1081,
|
941 |
+
"step": 132
|
942 |
+
},
|
943 |
+
{
|
944 |
+
"epoch": 0.24,
|
945 |
+
"grad_norm": 0.0549234002828598,
|
946 |
+
"learning_rate": 0.0004934549041673661,
|
947 |
+
"loss": 0.1216,
|
948 |
+
"step": 133
|
949 |
+
},
|
950 |
+
{
|
951 |
+
"epoch": 0.24,
|
952 |
+
"grad_norm": 0.11616212874650955,
|
953 |
+
"learning_rate": 0.0004933485235835483,
|
954 |
+
"loss": 0.1108,
|
955 |
+
"step": 134
|
956 |
+
},
|
957 |
+
{
|
958 |
+
"epoch": 0.24,
|
959 |
+
"grad_norm": 0.08554813265800476,
|
960 |
+
"learning_rate": 0.0004932412970812269,
|
961 |
+
"loss": 0.135,
|
962 |
+
"step": 135
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.24,
|
966 |
+
"grad_norm": 0.08642842620611191,
|
967 |
+
"learning_rate": 0.0004931332250331382,
|
968 |
+
"loss": 0.1205,
|
969 |
+
"step": 136
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.24,
|
973 |
+
"grad_norm": 0.20417262613773346,
|
974 |
+
"learning_rate": 0.0004930243078149582,
|
975 |
+
"loss": 0.1169,
|
976 |
+
"step": 137
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.24,
|
980 |
+
"grad_norm": 0.11088764667510986,
|
981 |
+
"learning_rate": 0.0004929145458053005,
|
982 |
+
"loss": 0.1014,
|
983 |
+
"step": 138
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.25,
|
987 |
+
"grad_norm": 0.3510516881942749,
|
988 |
+
"learning_rate": 0.0004928039393857155,
|
989 |
+
"loss": 0.0967,
|
990 |
+
"step": 139
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"epoch": 0.25,
|
994 |
+
"grad_norm": 0.2401883453130722,
|
995 |
+
"learning_rate": 0.0004926924889406888,
|
996 |
+
"loss": 0.106,
|
997 |
+
"step": 140
|
998 |
+
},
|
999 |
+
{
|
1000 |
+
"epoch": 0.25,
|
1001 |
+
"grad_norm": 0.28403300046920776,
|
1002 |
+
"learning_rate": 0.0004925801948576402,
|
1003 |
+
"loss": 0.079,
|
1004 |
+
"step": 141
|
1005 |
+
},
|
1006 |
+
{
|
1007 |
+
"epoch": 0.25,
|
1008 |
+
"grad_norm": 0.46027252078056335,
|
1009 |
+
"learning_rate": 0.0004924670575269217,
|
1010 |
+
"loss": 0.0899,
|
1011 |
+
"step": 142
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 0.25,
|
1015 |
+
"eval_loss": 0.09421269595623016,
|
1016 |
+
"eval_runtime": 14.7696,
|
1017 |
+
"eval_samples_per_second": 32.296,
|
1018 |
+
"eval_steps_per_second": 8.125,
|
1019 |
+
"step": 142
|
1020 |
+
},
|
1021 |
+
{
|
1022 |
+
"epoch": 0.25,
|
1023 |
+
"grad_norm": 0.29767730832099915,
|
1024 |
+
"learning_rate": 0.0004923530773418169,
|
1025 |
+
"loss": 0.1265,
|
1026 |
+
"step": 143
|
1027 |
+
},
|
1028 |
+
{
|
1029 |
+
"epoch": 0.25,
|
1030 |
+
"grad_norm": 0.37391072511672974,
|
1031 |
+
"learning_rate": 0.0004922382546985394,
|
1032 |
+
"loss": 0.1244,
|
1033 |
+
"step": 144
|
1034 |
+
},
|
1035 |
+
{
|
1036 |
+
"epoch": 0.26,
|
1037 |
+
"grad_norm": 0.8874172568321228,
|
1038 |
+
"learning_rate": 0.0004921225899962308,
|
1039 |
+
"loss": 0.1796,
|
1040 |
+
"step": 145
|
1041 |
+
},
|
1042 |
+
{
|
1043 |
+
"epoch": 0.26,
|
1044 |
+
"grad_norm": 0.2554258704185486,
|
1045 |
+
"learning_rate": 0.0004920060836369603,
|
1046 |
+
"loss": 0.0528,
|
1047 |
+
"step": 146
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 0.26,
|
1051 |
+
"grad_norm": 0.1981816440820694,
|
1052 |
+
"learning_rate": 0.0004918887360257228,
|
1053 |
+
"loss": 0.1159,
|
1054 |
+
"step": 147
|
1055 |
+
},
|
1056 |
+
{
|
1057 |
+
"epoch": 0.26,
|
1058 |
+
"grad_norm": 0.14500874280929565,
|
1059 |
+
"learning_rate": 0.0004917705475704373,
|
1060 |
+
"loss": 0.0992,
|
1061 |
+
"step": 148
|
1062 |
+
},
|
1063 |
+
{
|
1064 |
+
"epoch": 0.26,
|
1065 |
+
"grad_norm": 0.1315220594406128,
|
1066 |
+
"learning_rate": 0.000491651518681946,
|
1067 |
+
"loss": 0.1248,
|
1068 |
+
"step": 149
|
1069 |
+
},
|
1070 |
+
{
|
1071 |
+
"epoch": 0.27,
|
1072 |
+
"grad_norm": 0.0798826813697815,
|
1073 |
+
"learning_rate": 0.0004915316497740121,
|
1074 |
+
"loss": 0.1151,
|
1075 |
+
"step": 150
|
1076 |
+
},
|
1077 |
+
{
|
1078 |
+
"epoch": 0.27,
|
1079 |
+
"grad_norm": 0.10213784873485565,
|
1080 |
+
"learning_rate": 0.0004914109412633194,
|
1081 |
+
"loss": 0.1098,
|
1082 |
+
"step": 151
|
1083 |
+
},
|
1084 |
+
{
|
1085 |
+
"epoch": 0.27,
|
1086 |
+
"grad_norm": 0.23167072236537933,
|
1087 |
+
"learning_rate": 0.00049128939356947,
|
1088 |
+
"loss": 0.1236,
|
1089 |
+
"step": 152
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 0.27,
|
1093 |
+
"grad_norm": 0.173340305685997,
|
1094 |
+
"learning_rate": 0.0004911670071149831,
|
1095 |
+
"loss": 0.1098,
|
1096 |
+
"step": 153
|
1097 |
+
},
|
1098 |
+
{
|
1099 |
+
"epoch": 0.27,
|
1100 |
+
"grad_norm": 0.1079009547829628,
|
1101 |
+
"learning_rate": 0.0004910437823252937,
|
1102 |
+
"loss": 0.1014,
|
1103 |
+
"step": 154
|
1104 |
+
},
|
1105 |
+
{
|
1106 |
+
"epoch": 0.27,
|
1107 |
+
"grad_norm": 0.320765882730484,
|
1108 |
+
"learning_rate": 0.0004909197196287509,
|
1109 |
+
"loss": 0.1285,
|
1110 |
+
"step": 155
|
1111 |
+
},
|
1112 |
+
{
|
1113 |
+
"epoch": 0.28,
|
1114 |
+
"grad_norm": 0.40041017532348633,
|
1115 |
+
"learning_rate": 0.0004907948194566166,
|
1116 |
+
"loss": 0.1421,
|
1117 |
+
"step": 156
|
1118 |
+
},
|
1119 |
+
{
|
1120 |
+
"epoch": 0.28,
|
1121 |
+
"grad_norm": 0.4091287851333618,
|
1122 |
+
"learning_rate": 0.0004906690822430638,
|
1123 |
+
"loss": 0.1451,
|
1124 |
+
"step": 157
|
1125 |
+
},
|
1126 |
+
{
|
1127 |
+
"epoch": 0.28,
|
1128 |
+
"grad_norm": 0.39893922209739685,
|
1129 |
+
"learning_rate": 0.0004905425084251753,
|
1130 |
+
"loss": 0.1289,
|
1131 |
+
"step": 158
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 0.28,
|
1135 |
+
"grad_norm": 0.14173893630504608,
|
1136 |
+
"learning_rate": 0.0004904150984429419,
|
1137 |
+
"loss": 0.0712,
|
1138 |
+
"step": 159
|
1139 |
+
},
|
1140 |
+
{
|
1141 |
+
"epoch": 0.28,
|
1142 |
+
"grad_norm": 0.4723054766654968,
|
1143 |
+
"learning_rate": 0.0004902868527392611,
|
1144 |
+
"loss": 0.2141,
|
1145 |
+
"step": 160
|
1146 |
+
},
|
1147 |
+
{
|
1148 |
+
"epoch": 0.28,
|
1149 |
+
"grad_norm": 0.13493523001670837,
|
1150 |
+
"learning_rate": 0.0004901577717599355,
|
1151 |
+
"loss": 0.0881,
|
1152 |
+
"step": 161
|
1153 |
+
},
|
1154 |
+
{
|
1155 |
+
"epoch": 0.29,
|
1156 |
+
"grad_norm": 0.10770414024591446,
|
1157 |
+
"learning_rate": 0.0004900278559536716,
|
1158 |
+
"loss": 0.0746,
|
1159 |
+
"step": 162
|
1160 |
+
},
|
1161 |
+
{
|
1162 |
+
"epoch": 0.29,
|
1163 |
+
"grad_norm": 0.5121994614601135,
|
1164 |
+
"learning_rate": 0.0004898971057720773,
|
1165 |
+
"loss": 0.1705,
|
1166 |
+
"step": 163
|
1167 |
+
},
|
1168 |
+
{
|
1169 |
+
"epoch": 0.29,
|
1170 |
+
"grad_norm": 0.09419309347867966,
|
1171 |
+
"learning_rate": 0.0004897655216696612,
|
1172 |
+
"loss": 0.1085,
|
1173 |
+
"step": 164
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 0.29,
|
1177 |
+
"grad_norm": 0.3557867407798767,
|
1178 |
+
"learning_rate": 0.0004896331041038309,
|
1179 |
+
"loss": 0.1027,
|
1180 |
+
"step": 165
|
1181 |
+
},
|
1182 |
+
{
|
1183 |
+
"epoch": 0.29,
|
1184 |
+
"grad_norm": 0.082126185297966,
|
1185 |
+
"learning_rate": 0.000489499853534891,
|
1186 |
+
"loss": 0.1113,
|
1187 |
+
"step": 166
|
1188 |
+
},
|
1189 |
+
{
|
1190 |
+
"epoch": 0.3,
|
1191 |
+
"grad_norm": 0.8520584106445312,
|
1192 |
+
"learning_rate": 0.0004893657704260419,
|
1193 |
+
"loss": 0.1291,
|
1194 |
+
"step": 167
|
1195 |
+
},
|
1196 |
+
{
|
1197 |
+
"epoch": 0.3,
|
1198 |
+
"grad_norm": 0.4607222080230713,
|
1199 |
+
"learning_rate": 0.000489230855243378,
|
1200 |
+
"loss": 0.1241,
|
1201 |
+
"step": 168
|
1202 |
+
},
|
1203 |
+
{
|
1204 |
+
"epoch": 0.3,
|
1205 |
+
"grad_norm": 0.5181136727333069,
|
1206 |
+
"learning_rate": 0.0004890951084558859,
|
1207 |
+
"loss": 0.0957,
|
1208 |
+
"step": 169
|
1209 |
+
},
|
1210 |
+
{
|
1211 |
+
"epoch": 0.3,
|
1212 |
+
"grad_norm": 0.42894089221954346,
|
1213 |
+
"learning_rate": 0.0004889585305354435,
|
1214 |
+
"loss": 0.0895,
|
1215 |
+
"step": 170
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 0.3,
|
1219 |
+
"grad_norm": 0.14509521424770355,
|
1220 |
+
"learning_rate": 0.0004888211219568175,
|
1221 |
+
"loss": 0.0732,
|
1222 |
+
"step": 171
|
1223 |
+
},
|
1224 |
+
{
|
1225 |
+
"epoch": 0.3,
|
1226 |
+
"grad_norm": 0.24262909591197968,
|
1227 |
+
"learning_rate": 0.0004886828831976621,
|
1228 |
+
"loss": 0.0917,
|
1229 |
+
"step": 172
|
1230 |
+
},
|
1231 |
+
{
|
1232 |
+
"epoch": 0.31,
|
1233 |
+
"grad_norm": 0.44387635588645935,
|
1234 |
+
"learning_rate": 0.0004885438147385175,
|
1235 |
+
"loss": 0.0636,
|
1236 |
+
"step": 173
|
1237 |
+
},
|
1238 |
+
{
|
1239 |
+
"epoch": 0.31,
|
1240 |
+
"grad_norm": 0.1804012507200241,
|
1241 |
+
"learning_rate": 0.0004884039170628077,
|
1242 |
+
"loss": 0.0295,
|
1243 |
+
"step": 174
|
1244 |
+
},
|
1245 |
+
{
|
1246 |
+
"epoch": 0.31,
|
1247 |
+
"grad_norm": 0.5566735863685608,
|
1248 |
+
"learning_rate": 0.0004882631906568398,
|
1249 |
+
"loss": 0.1104,
|
1250 |
+
"step": 175
|
1251 |
+
},
|
1252 |
+
{
|
1253 |
+
"epoch": 0.31,
|
1254 |
+
"grad_norm": 0.9653083682060242,
|
1255 |
+
"learning_rate": 0.0004881216360098012,
|
1256 |
+
"loss": 0.2236,
|
1257 |
+
"step": 176
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 0.31,
|
1261 |
+
"grad_norm": 0.27046507596969604,
|
1262 |
+
"learning_rate": 0.0004879792536137585,
|
1263 |
+
"loss": 0.1082,
|
1264 |
+
"step": 177
|
1265 |
+
},
|
1266 |
+
{
|
1267 |
+
"epoch": 0.31,
|
1268 |
+
"grad_norm": 0.47974228858947754,
|
1269 |
+
"learning_rate": 0.00048783604396365586,
|
1270 |
+
"loss": 0.0884,
|
1271 |
+
"step": 178
|
1272 |
+
},
|
1273 |
+
{
|
1274 |
+
"epoch": 0.32,
|
1275 |
+
"grad_norm": 0.23638087511062622,
|
1276 |
+
"learning_rate": 0.0004876920075573129,
|
1277 |
+
"loss": 0.0968,
|
1278 |
+
"step": 179
|
1279 |
+
},
|
1280 |
+
{
|
1281 |
+
"epoch": 0.32,
|
1282 |
+
"grad_norm": 0.12476328015327454,
|
1283 |
+
"learning_rate": 0.0004875471448954234,
|
1284 |
+
"loss": 0.1078,
|
1285 |
+
"step": 180
|
1286 |
+
},
|
1287 |
+
{
|
1288 |
+
"epoch": 0.32,
|
1289 |
+
"grad_norm": 0.2455732375383377,
|
1290 |
+
"learning_rate": 0.00048740145648155307,
|
1291 |
+
"loss": 0.1124,
|
1292 |
+
"step": 181
|
1293 |
+
},
|
1294 |
+
{
|
1295 |
+
"epoch": 0.32,
|
1296 |
+
"grad_norm": 0.2744804620742798,
|
1297 |
+
"learning_rate": 0.0004872549428221384,
|
1298 |
+
"loss": 0.0797,
|
1299 |
+
"step": 182
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 0.32,
|
1303 |
+
"grad_norm": 0.19536937773227692,
|
1304 |
+
"learning_rate": 0.00048710760442648415,
|
1305 |
+
"loss": 0.1091,
|
1306 |
+
"step": 183
|
1307 |
+
},
|
1308 |
+
{
|
1309 |
+
"epoch": 0.33,
|
1310 |
+
"grad_norm": 0.5277348160743713,
|
1311 |
+
"learning_rate": 0.0004869594418067623,
|
1312 |
+
"loss": 0.1261,
|
1313 |
+
"step": 184
|
1314 |
+
},
|
1315 |
+
{
|
1316 |
+
"epoch": 0.33,
|
1317 |
+
"grad_norm": 0.13960392773151398,
|
1318 |
+
"learning_rate": 0.00048681045547801003,
|
1319 |
+
"loss": 0.0879,
|
1320 |
+
"step": 185
|
1321 |
+
},
|
1322 |
+
{
|
1323 |
+
"epoch": 0.33,
|
1324 |
+
"grad_norm": 0.2567049562931061,
|
1325 |
+
"learning_rate": 0.00048666064595812746,
|
1326 |
+
"loss": 0.083,
|
1327 |
+
"step": 186
|
1328 |
+
},
|
1329 |
+
{
|
1330 |
+
"epoch": 0.33,
|
1331 |
+
"grad_norm": 0.3075740337371826,
|
1332 |
+
"learning_rate": 0.00048651001376787676,
|
1333 |
+
"loss": 0.1167,
|
1334 |
+
"step": 187
|
1335 |
+
},
|
1336 |
+
{
|
1337 |
+
"epoch": 0.33,
|
1338 |
+
"grad_norm": 0.5257586240768433,
|
1339 |
+
"learning_rate": 0.0004863585594308794,
|
1340 |
+
"loss": 0.1019,
|
1341 |
+
"step": 188
|
1342 |
+
},
|
1343 |
+
{
|
1344 |
+
"epoch": 0.33,
|
1345 |
+
"grad_norm": 0.41611766815185547,
|
1346 |
+
"learning_rate": 0.00048620628347361496,
|
1347 |
+
"loss": 0.1392,
|
1348 |
+
"step": 189
|
1349 |
+
},
|
1350 |
+
{
|
1351 |
+
"epoch": 0.34,
|
1352 |
+
"grad_norm": 0.30399614572525024,
|
1353 |
+
"learning_rate": 0.00048605318642541917,
|
1354 |
+
"loss": 0.1339,
|
1355 |
+
"step": 190
|
1356 |
+
},
|
1357 |
+
{
|
1358 |
+
"epoch": 0.34,
|
1359 |
+
"grad_norm": 0.41276878118515015,
|
1360 |
+
"learning_rate": 0.00048589926881848194,
|
1361 |
+
"loss": 0.1028,
|
1362 |
+
"step": 191
|
1363 |
+
},
|
1364 |
+
{
|
1365 |
+
"epoch": 0.34,
|
1366 |
+
"grad_norm": 0.19717253744602203,
|
1367 |
+
"learning_rate": 0.0004857445311878456,
|
1368 |
+
"loss": 0.1032,
|
1369 |
+
"step": 192
|
1370 |
+
},
|
1371 |
+
{
|
1372 |
+
"epoch": 0.34,
|
1373 |
+
"grad_norm": 0.3766873776912689,
|
1374 |
+
"learning_rate": 0.0004855889740714028,
|
1375 |
+
"loss": 0.1486,
|
1376 |
+
"step": 193
|
1377 |
+
},
|
1378 |
+
{
|
1379 |
+
"epoch": 0.34,
|
1380 |
+
"grad_norm": 0.17443525791168213,
|
1381 |
+
"learning_rate": 0.0004854325980098951,
|
1382 |
+
"loss": 0.096,
|
1383 |
+
"step": 194
|
1384 |
+
},
|
1385 |
+
{
|
1386 |
+
"epoch": 0.34,
|
1387 |
+
"grad_norm": 0.1278471201658249,
|
1388 |
+
"learning_rate": 0.0004852754035469109,
|
1389 |
+
"loss": 0.0746,
|
1390 |
+
"step": 195
|
1391 |
+
},
|
1392 |
+
{
|
1393 |
+
"epoch": 0.35,
|
1394 |
+
"grad_norm": 0.14356929063796997,
|
1395 |
+
"learning_rate": 0.0004851173912288833,
|
1396 |
+
"loss": 0.0857,
|
1397 |
+
"step": 196
|
1398 |
+
},
|
1399 |
+
{
|
1400 |
+
"epoch": 0.35,
|
1401 |
+
"grad_norm": 0.20514866709709167,
|
1402 |
+
"learning_rate": 0.0004849585616050884,
|
1403 |
+
"loss": 0.0833,
|
1404 |
+
"step": 197
|
1405 |
+
},
|
1406 |
+
{
|
1407 |
+
"epoch": 0.35,
|
1408 |
+
"grad_norm": 0.4683605134487152,
|
1409 |
+
"learning_rate": 0.0004847989152276435,
|
1410 |
+
"loss": 0.1538,
|
1411 |
+
"step": 198
|
1412 |
+
},
|
1413 |
+
{
|
1414 |
+
"epoch": 0.35,
|
1415 |
+
"grad_norm": 0.29194721579551697,
|
1416 |
+
"learning_rate": 0.00048463845265150495,
|
1417 |
+
"loss": 0.1035,
|
1418 |
+
"step": 199
|
1419 |
+
},
|
1420 |
+
{
|
1421 |
+
"epoch": 0.35,
|
1422 |
+
"grad_norm": 0.22838515043258667,
|
1423 |
+
"learning_rate": 0.0004844771744344666,
|
1424 |
+
"loss": 0.0762,
|
1425 |
+
"step": 200
|
1426 |
+
},
|
1427 |
+
{
|
1428 |
+
"epoch": 0.36,
|
1429 |
+
"grad_norm": 0.3635599911212921,
|
1430 |
+
"learning_rate": 0.0004843150811371572,
|
1431 |
+
"loss": 0.1165,
|
1432 |
+
"step": 201
|
1433 |
+
},
|
1434 |
+
{
|
1435 |
+
"epoch": 0.36,
|
1436 |
+
"grad_norm": 0.2508073151111603,
|
1437 |
+
"learning_rate": 0.0004841521733230391,
|
1438 |
+
"loss": 0.0736,
|
1439 |
+
"step": 202
|
1440 |
+
},
|
1441 |
+
{
|
1442 |
+
"epoch": 0.36,
|
1443 |
+
"grad_norm": 0.24161550402641296,
|
1444 |
+
"learning_rate": 0.000483988451558406,
|
1445 |
+
"loss": 0.1309,
|
1446 |
+
"step": 203
|
1447 |
+
},
|
1448 |
+
{
|
1449 |
+
"epoch": 0.36,
|
1450 |
+
"grad_norm": 0.4697308838367462,
|
1451 |
+
"learning_rate": 0.0004838239164123811,
|
1452 |
+
"loss": 0.1731,
|
1453 |
+
"step": 204
|
1454 |
+
},
|
1455 |
+
{
|
1456 |
+
"epoch": 0.36,
|
1457 |
+
"grad_norm": 0.17773008346557617,
|
1458 |
+
"learning_rate": 0.0004836585684569148,
|
1459 |
+
"loss": 0.1158,
|
1460 |
+
"step": 205
|
1461 |
+
},
|
1462 |
+
{
|
1463 |
+
"epoch": 0.36,
|
1464 |
+
"grad_norm": 0.21285519003868103,
|
1465 |
+
"learning_rate": 0.0004834924082667833,
|
1466 |
+
"loss": 0.0949,
|
1467 |
+
"step": 206
|
1468 |
+
},
|
1469 |
+
{
|
1470 |
+
"epoch": 0.37,
|
1471 |
+
"grad_norm": 0.2403111308813095,
|
1472 |
+
"learning_rate": 0.0004833254364195859,
|
1473 |
+
"loss": 0.0801,
|
1474 |
+
"step": 207
|
1475 |
+
},
|
1476 |
+
{
|
1477 |
+
"epoch": 0.37,
|
1478 |
+
"grad_norm": 0.2033465951681137,
|
1479 |
+
"learning_rate": 0.0004831576534957437,
|
1480 |
+
"loss": 0.069,
|
1481 |
+
"step": 208
|
1482 |
+
},
|
1483 |
+
{
|
1484 |
+
"epoch": 0.37,
|
1485 |
+
"grad_norm": 0.5510303378105164,
|
1486 |
+
"learning_rate": 0.000482989060078497,
|
1487 |
+
"loss": 0.1766,
|
1488 |
+
"step": 209
|
1489 |
+
},
|
1490 |
+
{
|
1491 |
+
"epoch": 0.37,
|
1492 |
+
"grad_norm": 0.32342344522476196,
|
1493 |
+
"learning_rate": 0.0004828196567539034,
|
1494 |
+
"loss": 0.1229,
|
1495 |
+
"step": 210
|
1496 |
+
},
|
1497 |
+
{
|
1498 |
+
"epoch": 0.37,
|
1499 |
+
"grad_norm": 0.3102104663848877,
|
1500 |
+
"learning_rate": 0.00048264944411083625,
|
1501 |
+
"loss": 0.1297,
|
1502 |
+
"step": 211
|
1503 |
+
},
|
1504 |
+
{
|
1505 |
+
"epoch": 0.38,
|
1506 |
+
"grad_norm": 0.32639122009277344,
|
1507 |
+
"learning_rate": 0.00048247842274098187,
|
1508 |
+
"loss": 0.1011,
|
1509 |
+
"step": 212
|
1510 |
+
},
|
1511 |
+
{
|
1512 |
+
"epoch": 0.38,
|
1513 |
+
"grad_norm": 0.4720034897327423,
|
1514 |
+
"learning_rate": 0.00048230659323883804,
|
1515 |
+
"loss": 0.1282,
|
1516 |
+
"step": 213
|
1517 |
+
},
|
1518 |
+
{
|
1519 |
+
"epoch": 0.38,
|
1520 |
+
"grad_norm": 0.5249712467193604,
|
1521 |
+
"learning_rate": 0.00048213395620171166,
|
1522 |
+
"loss": 0.1376,
|
1523 |
+
"step": 214
|
1524 |
+
},
|
1525 |
+
{
|
1526 |
+
"epoch": 0.38,
|
1527 |
+
"grad_norm": 0.3953443467617035,
|
1528 |
+
"learning_rate": 0.00048196051222971673,
|
1529 |
+
"loss": 0.1186,
|
1530 |
+
"step": 215
|
1531 |
+
},
|
1532 |
+
{
|
1533 |
+
"epoch": 0.38,
|
1534 |
+
"grad_norm": 0.15697738528251648,
|
1535 |
+
"learning_rate": 0.0004817862619257723,
|
1536 |
+
"loss": 0.1079,
|
1537 |
+
"step": 216
|
1538 |
+
},
|
1539 |
+
{
|
1540 |
+
"epoch": 0.38,
|
1541 |
+
"grad_norm": 0.32511651515960693,
|
1542 |
+
"learning_rate": 0.0004816112058956005,
|
1543 |
+
"loss": 0.1052,
|
1544 |
+
"step": 217
|
1545 |
+
},
|
1546 |
+
{
|
1547 |
+
"epoch": 0.39,
|
1548 |
+
"grad_norm": 0.1850031018257141,
|
1549 |
+
"learning_rate": 0.00048143534474772397,
|
1550 |
+
"loss": 0.1236,
|
1551 |
+
"step": 218
|
1552 |
+
},
|
1553 |
+
{
|
1554 |
+
"epoch": 0.39,
|
1555 |
+
"grad_norm": 0.10901057720184326,
|
1556 |
+
"learning_rate": 0.0004812586790934645,
|
1557 |
+
"loss": 0.1094,
|
1558 |
+
"step": 219
|
1559 |
+
},
|
1560 |
+
{
|
1561 |
+
"epoch": 0.39,
|
1562 |
+
"grad_norm": 0.23395784199237823,
|
1563 |
+
"learning_rate": 0.00048108120954694014,
|
1564 |
+
"loss": 0.0556,
|
1565 |
+
"step": 220
|
1566 |
+
},
|
1567 |
+
{
|
1568 |
+
"epoch": 0.39,
|
1569 |
+
"grad_norm": 0.21469372510910034,
|
1570 |
+
"learning_rate": 0.00048090293672506347,
|
1571 |
+
"loss": 0.0594,
|
1572 |
+
"step": 221
|
1573 |
+
},
|
1574 |
+
{
|
1575 |
+
"epoch": 0.39,
|
1576 |
+
"grad_norm": 0.17289988696575165,
|
1577 |
+
"learning_rate": 0.00048072386124753944,
|
1578 |
+
"loss": 0.0219,
|
1579 |
+
"step": 222
|
1580 |
+
},
|
1581 |
+
{
|
1582 |
+
"epoch": 0.39,
|
1583 |
+
"grad_norm": 0.21490757167339325,
|
1584 |
+
"learning_rate": 0.0004805439837368631,
|
1585 |
+
"loss": 0.0203,
|
1586 |
+
"step": 223
|
1587 |
+
},
|
1588 |
+
{
|
1589 |
+
"epoch": 0.4,
|
1590 |
+
"grad_norm": 1.1259506940841675,
|
1591 |
+
"learning_rate": 0.0004803633048183176,
|
1592 |
+
"loss": 0.1576,
|
1593 |
+
"step": 224
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"epoch": 0.4,
|
1597 |
+
"grad_norm": 1.2934038639068604,
|
1598 |
+
"learning_rate": 0.00048018182511997185,
|
1599 |
+
"loss": 0.1233,
|
1600 |
+
"step": 225
|
1601 |
+
},
|
1602 |
+
{
|
1603 |
+
"epoch": 0.4,
|
1604 |
+
"grad_norm": 0.4250846207141876,
|
1605 |
+
"learning_rate": 0.0004799995452726783,
|
1606 |
+
"loss": 0.1023,
|
1607 |
+
"step": 226
|
1608 |
+
},
|
1609 |
+
{
|
1610 |
+
"epoch": 0.4,
|
1611 |
+
"grad_norm": 1.4675579071044922,
|
1612 |
+
"learning_rate": 0.000479816465910071,
|
1613 |
+
"loss": 0.1242,
|
1614 |
+
"step": 227
|
1615 |
+
},
|
1616 |
+
{
|
1617 |
+
"epoch": 0.4,
|
1618 |
+
"grad_norm": 0.7030429840087891,
|
1619 |
+
"learning_rate": 0.0004796325876685632,
|
1620 |
+
"loss": 0.0514,
|
1621 |
+
"step": 228
|
1622 |
+
},
|
1623 |
+
{
|
1624 |
+
"epoch": 0.41,
|
1625 |
+
"grad_norm": 0.5683910846710205,
|
1626 |
+
"learning_rate": 0.00047944791118734517,
|
1627 |
+
"loss": 0.0923,
|
1628 |
+
"step": 229
|
1629 |
+
},
|
1630 |
+
{
|
1631 |
+
"epoch": 0.41,
|
1632 |
+
"grad_norm": 0.8425244092941284,
|
1633 |
+
"learning_rate": 0.0004792624371083819,
|
1634 |
+
"loss": 0.0976,
|
1635 |
+
"step": 230
|
1636 |
+
},
|
1637 |
+
{
|
1638 |
+
"epoch": 0.41,
|
1639 |
+
"grad_norm": 0.21189981698989868,
|
1640 |
+
"learning_rate": 0.00047907616607641113,
|
1641 |
+
"loss": 0.1016,
|
1642 |
+
"step": 231
|
1643 |
+
},
|
1644 |
+
{
|
1645 |
+
"epoch": 0.41,
|
1646 |
+
"grad_norm": 0.36100390553474426,
|
1647 |
+
"learning_rate": 0.0004788890987389408,
|
1648 |
+
"loss": 0.1015,
|
1649 |
+
"step": 232
|
1650 |
+
},
|
1651 |
+
{
|
1652 |
+
"epoch": 0.41,
|
1653 |
+
"grad_norm": 0.42600420117378235,
|
1654 |
+
"learning_rate": 0.000478701235746247,
|
1655 |
+
"loss": 0.1401,
|
1656 |
+
"step": 233
|
1657 |
+
},
|
1658 |
+
{
|
1659 |
+
"epoch": 0.41,
|
1660 |
+
"grad_norm": 0.649318516254425,
|
1661 |
+
"learning_rate": 0.0004785125777513716,
|
1662 |
+
"loss": 0.1012,
|
1663 |
+
"step": 234
|
1664 |
+
},
|
1665 |
+
{
|
1666 |
+
"epoch": 0.42,
|
1667 |
+
"grad_norm": 0.3490477204322815,
|
1668 |
+
"learning_rate": 0.00047832312541012007,
|
1669 |
+
"loss": 0.1015,
|
1670 |
+
"step": 235
|
1671 |
+
},
|
1672 |
+
{
|
1673 |
+
"epoch": 0.42,
|
1674 |
+
"grad_norm": 0.6937799453735352,
|
1675 |
+
"learning_rate": 0.0004781328793810592,
|
1676 |
+
"loss": 0.1188,
|
1677 |
+
"step": 236
|
1678 |
+
},
|
1679 |
+
{
|
1680 |
+
"epoch": 0.42,
|
1681 |
+
"grad_norm": 1.0924077033996582,
|
1682 |
+
"learning_rate": 0.0004779418403255146,
|
1683 |
+
"loss": 0.1093,
|
1684 |
+
"step": 237
|
1685 |
+
},
|
1686 |
+
{
|
1687 |
+
"epoch": 0.42,
|
1688 |
+
"grad_norm": 0.36075183749198914,
|
1689 |
+
"learning_rate": 0.0004777500089075687,
|
1690 |
+
"loss": 0.0971,
|
1691 |
+
"step": 238
|
1692 |
+
},
|
1693 |
+
{
|
1694 |
+
"epoch": 0.42,
|
1695 |
+
"grad_norm": 0.41673243045806885,
|
1696 |
+
"learning_rate": 0.00047755738579405836,
|
1697 |
+
"loss": 0.0953,
|
1698 |
+
"step": 239
|
1699 |
+
},
|
1700 |
+
{
|
1701 |
+
"epoch": 0.42,
|
1702 |
+
"grad_norm": 0.13159583508968353,
|
1703 |
+
"learning_rate": 0.0004773639716545723,
|
1704 |
+
"loss": 0.0571,
|
1705 |
+
"step": 240
|
1706 |
+
},
|
1707 |
+
{
|
1708 |
+
"epoch": 0.43,
|
1709 |
+
"grad_norm": 0.9338862895965576,
|
1710 |
+
"learning_rate": 0.00047716976716144917,
|
1711 |
+
"loss": 0.202,
|
1712 |
+
"step": 241
|
1713 |
+
},
|
1714 |
+
{
|
1715 |
+
"epoch": 0.43,
|
1716 |
+
"grad_norm": 0.3190581798553467,
|
1717 |
+
"learning_rate": 0.0004769747729897749,
|
1718 |
+
"loss": 0.1071,
|
1719 |
+
"step": 242
|
1720 |
+
},
|
1721 |
+
{
|
1722 |
+
"epoch": 0.43,
|
1723 |
+
"grad_norm": 0.23796042799949646,
|
1724 |
+
"learning_rate": 0.0004767789898173806,
|
1725 |
+
"loss": 0.0659,
|
1726 |
+
"step": 243
|
1727 |
+
},
|
1728 |
+
{
|
1729 |
+
"epoch": 0.43,
|
1730 |
+
"grad_norm": 0.19194231927394867,
|
1731 |
+
"learning_rate": 0.0004765824183248399,
|
1732 |
+
"loss": 0.0611,
|
1733 |
+
"step": 244
|
1734 |
+
},
|
1735 |
+
{
|
1736 |
+
"epoch": 0.43,
|
1737 |
+
"grad_norm": 0.16703608632087708,
|
1738 |
+
"learning_rate": 0.0004763850591954668,
|
1739 |
+
"loss": 0.0855,
|
1740 |
+
"step": 245
|
1741 |
+
},
|
1742 |
+
{
|
1743 |
+
"epoch": 0.44,
|
1744 |
+
"grad_norm": 0.3395439684391022,
|
1745 |
+
"learning_rate": 0.0004761869131153135,
|
1746 |
+
"loss": 0.0926,
|
1747 |
+
"step": 246
|
1748 |
+
},
|
1749 |
+
{
|
1750 |
+
"epoch": 0.44,
|
1751 |
+
"grad_norm": 0.2820179760456085,
|
1752 |
+
"learning_rate": 0.0004759879807731673,
|
1753 |
+
"loss": 0.0508,
|
1754 |
+
"step": 247
|
1755 |
+
},
|
1756 |
+
{
|
1757 |
+
"epoch": 0.44,
|
1758 |
+
"grad_norm": 0.20656561851501465,
|
1759 |
+
"learning_rate": 0.00047578826286054897,
|
1760 |
+
"loss": 0.068,
|
1761 |
+
"step": 248
|
1762 |
+
},
|
1763 |
+
{
|
1764 |
+
"epoch": 0.44,
|
1765 |
+
"grad_norm": 0.4477837383747101,
|
1766 |
+
"learning_rate": 0.00047558776007171024,
|
1767 |
+
"loss": 0.0918,
|
1768 |
+
"step": 249
|
1769 |
+
},
|
1770 |
+
{
|
1771 |
+
"epoch": 0.44,
|
1772 |
+
"grad_norm": 0.18997950851917267,
|
1773 |
+
"learning_rate": 0.0004753864731036307,
|
1774 |
+
"loss": 0.0734,
|
1775 |
+
"step": 250
|
1776 |
+
},
|
1777 |
+
{
|
1778 |
+
"epoch": 0.44,
|
1779 |
+
"grad_norm": 0.2841518521308899,
|
1780 |
+
"learning_rate": 0.0004751844026560163,
|
1781 |
+
"loss": 0.1194,
|
1782 |
+
"step": 251
|
1783 |
+
},
|
1784 |
+
{
|
1785 |
+
"epoch": 0.45,
|
1786 |
+
"grad_norm": 0.29770052433013916,
|
1787 |
+
"learning_rate": 0.0004749815494312963,
|
1788 |
+
"loss": 0.0996,
|
1789 |
+
"step": 252
|
1790 |
+
},
|
1791 |
+
{
|
1792 |
+
"epoch": 0.45,
|
1793 |
+
"grad_norm": 0.2982254922389984,
|
1794 |
+
"learning_rate": 0.00047477791413462104,
|
1795 |
+
"loss": 0.0945,
|
1796 |
+
"step": 253
|
1797 |
+
},
|
1798 |
+
{
|
1799 |
+
"epoch": 0.45,
|
1800 |
+
"grad_norm": 0.4625980854034424,
|
1801 |
+
"learning_rate": 0.00047457349747385936,
|
1802 |
+
"loss": 0.131,
|
1803 |
+
"step": 254
|
1804 |
+
},
|
1805 |
+
{
|
1806 |
+
"epoch": 0.45,
|
1807 |
+
"grad_norm": 0.29756709933280945,
|
1808 |
+
"learning_rate": 0.00047436830015959653,
|
1809 |
+
"loss": 0.1057,
|
1810 |
+
"step": 255
|
1811 |
+
},
|
1812 |
+
{
|
1813 |
+
"epoch": 0.45,
|
1814 |
+
"grad_norm": 0.19971434772014618,
|
1815 |
+
"learning_rate": 0.00047416232290513127,
|
1816 |
+
"loss": 0.0794,
|
1817 |
+
"step": 256
|
1818 |
+
},
|
1819 |
+
{
|
1820 |
+
"epoch": 0.45,
|
1821 |
+
"grad_norm": 0.12171836197376251,
|
1822 |
+
"learning_rate": 0.0004739555664264736,
|
1823 |
+
"loss": 0.0527,
|
1824 |
+
"step": 257
|
1825 |
+
},
|
1826 |
+
{
|
1827 |
+
"epoch": 0.46,
|
1828 |
+
"grad_norm": 0.23848529160022736,
|
1829 |
+
"learning_rate": 0.00047374803144234213,
|
1830 |
+
"loss": 0.134,
|
1831 |
+
"step": 258
|
1832 |
+
},
|
1833 |
+
{
|
1834 |
+
"epoch": 0.46,
|
1835 |
+
"grad_norm": 0.12673752009868622,
|
1836 |
+
"learning_rate": 0.0004735397186741618,
|
1837 |
+
"loss": 0.0774,
|
1838 |
+
"step": 259
|
1839 |
+
},
|
1840 |
+
{
|
1841 |
+
"epoch": 0.46,
|
1842 |
+
"grad_norm": 0.11961629241704941,
|
1843 |
+
"learning_rate": 0.00047333062884606116,
|
1844 |
+
"loss": 0.0661,
|
1845 |
+
"step": 260
|
1846 |
+
},
|
1847 |
+
{
|
1848 |
+
"epoch": 0.46,
|
1849 |
+
"grad_norm": 0.18004140257835388,
|
1850 |
+
"learning_rate": 0.00047312076268487,
|
1851 |
+
"loss": 0.1132,
|
1852 |
+
"step": 261
|
1853 |
+
},
|
1854 |
+
{
|
1855 |
+
"epoch": 0.46,
|
1856 |
+
"grad_norm": 0.1698005348443985,
|
1857 |
+
"learning_rate": 0.00047291012092011685,
|
1858 |
+
"loss": 0.057,
|
1859 |
+
"step": 262
|
1860 |
+
},
|
1861 |
+
{
|
1862 |
+
"epoch": 0.47,
|
1863 |
+
"grad_norm": 0.1949334442615509,
|
1864 |
+
"learning_rate": 0.0004726987042840263,
|
1865 |
+
"loss": 0.0703,
|
1866 |
+
"step": 263
|
1867 |
+
},
|
1868 |
+
{
|
1869 |
+
"epoch": 0.47,
|
1870 |
+
"grad_norm": 0.4016534686088562,
|
1871 |
+
"learning_rate": 0.0004724865135115163,
|
1872 |
+
"loss": 0.1178,
|
1873 |
+
"step": 264
|
1874 |
+
},
|
1875 |
+
{
|
1876 |
+
"epoch": 0.47,
|
1877 |
+
"grad_norm": 0.36885496973991394,
|
1878 |
+
"learning_rate": 0.00047227354934019605,
|
1879 |
+
"loss": 0.1303,
|
1880 |
+
"step": 265
|
1881 |
+
},
|
1882 |
+
{
|
1883 |
+
"epoch": 0.47,
|
1884 |
+
"grad_norm": 0.3214585483074188,
|
1885 |
+
"learning_rate": 0.00047205981251036334,
|
1886 |
+
"loss": 0.1019,
|
1887 |
+
"step": 266
|
1888 |
+
},
|
1889 |
+
{
|
1890 |
+
"epoch": 0.47,
|
1891 |
+
"grad_norm": 0.15313082933425903,
|
1892 |
+
"learning_rate": 0.0004718453037650016,
|
1893 |
+
"loss": 0.0581,
|
1894 |
+
"step": 267
|
1895 |
+
},
|
1896 |
+
{
|
1897 |
+
"epoch": 0.47,
|
1898 |
+
"grad_norm": 0.3251878321170807,
|
1899 |
+
"learning_rate": 0.0004716300238497775,
|
1900 |
+
"loss": 0.099,
|
1901 |
+
"step": 268
|
1902 |
+
},
|
1903 |
+
{
|
1904 |
+
"epoch": 0.48,
|
1905 |
+
"grad_norm": 0.20356950163841248,
|
1906 |
+
"learning_rate": 0.0004714139735130388,
|
1907 |
+
"loss": 0.0767,
|
1908 |
+
"step": 269
|
1909 |
+
},
|
1910 |
+
{
|
1911 |
+
"epoch": 0.48,
|
1912 |
+
"grad_norm": 0.2644464373588562,
|
1913 |
+
"learning_rate": 0.00047119715350581095,
|
1914 |
+
"loss": 0.1003,
|
1915 |
+
"step": 270
|
1916 |
+
},
|
1917 |
+
{
|
1918 |
+
"epoch": 0.48,
|
1919 |
+
"grad_norm": 0.22035302221775055,
|
1920 |
+
"learning_rate": 0.000470979564581795,
|
1921 |
+
"loss": 0.0722,
|
1922 |
+
"step": 271
|
1923 |
+
},
|
1924 |
+
{
|
1925 |
+
"epoch": 0.48,
|
1926 |
+
"grad_norm": 0.5284466743469238,
|
1927 |
+
"learning_rate": 0.0004707612074973653,
|
1928 |
+
"loss": 0.1282,
|
1929 |
+
"step": 272
|
1930 |
+
},
|
1931 |
+
{
|
1932 |
+
"epoch": 0.48,
|
1933 |
+
"grad_norm": 0.34032565355300903,
|
1934 |
+
"learning_rate": 0.0004705420830115658,
|
1935 |
+
"loss": 0.099,
|
1936 |
+
"step": 273
|
1937 |
+
},
|
1938 |
+
{
|
1939 |
+
"epoch": 0.48,
|
1940 |
+
"grad_norm": 0.26527565717697144,
|
1941 |
+
"learning_rate": 0.00047032219188610836,
|
1942 |
+
"loss": 0.0911,
|
1943 |
+
"step": 274
|
1944 |
+
},
|
1945 |
+
{
|
1946 |
+
"epoch": 0.49,
|
1947 |
+
"grad_norm": 0.2254990190267563,
|
1948 |
+
"learning_rate": 0.0004701015348853699,
|
1949 |
+
"loss": 0.0667,
|
1950 |
+
"step": 275
|
1951 |
+
},
|
1952 |
+
{
|
1953 |
+
"epoch": 0.49,
|
1954 |
+
"grad_norm": 0.21334387362003326,
|
1955 |
+
"learning_rate": 0.0004698801127763895,
|
1956 |
+
"loss": 0.0659,
|
1957 |
+
"step": 276
|
1958 |
+
},
|
1959 |
+
{
|
1960 |
+
"epoch": 0.49,
|
1961 |
+
"grad_norm": 0.2917044758796692,
|
1962 |
+
"learning_rate": 0.0004696579263288661,
|
1963 |
+
"loss": 0.1159,
|
1964 |
+
"step": 277
|
1965 |
+
},
|
1966 |
+
{
|
1967 |
+
"epoch": 0.49,
|
1968 |
+
"grad_norm": 0.14027804136276245,
|
1969 |
+
"learning_rate": 0.00046943497631515526,
|
1970 |
+
"loss": 0.0323,
|
1971 |
+
"step": 278
|
1972 |
+
},
|
1973 |
+
{
|
1974 |
+
"epoch": 0.49,
|
1975 |
+
"grad_norm": 0.3988366425037384,
|
1976 |
+
"learning_rate": 0.00046921126351026697,
|
1977 |
+
"loss": 0.0887,
|
1978 |
+
"step": 279
|
1979 |
+
},
|
1980 |
+
{
|
1981 |
+
"epoch": 0.5,
|
1982 |
+
"grad_norm": 0.36629319190979004,
|
1983 |
+
"learning_rate": 0.00046898678869186297,
|
1984 |
+
"loss": 0.1079,
|
1985 |
+
"step": 280
|
1986 |
+
},
|
1987 |
+
{
|
1988 |
+
"epoch": 0.5,
|
1989 |
+
"grad_norm": 0.35548141598701477,
|
1990 |
+
"learning_rate": 0.0004687615526402536,
|
1991 |
+
"loss": 0.1056,
|
1992 |
+
"step": 281
|
1993 |
+
},
|
1994 |
+
{
|
1995 |
+
"epoch": 0.5,
|
1996 |
+
"grad_norm": 0.21030637621879578,
|
1997 |
+
"learning_rate": 0.0004685355561383956,
|
1998 |
+
"loss": 0.0717,
|
1999 |
+
"step": 282
|
2000 |
+
},
|
2001 |
+
{
|
2002 |
+
"epoch": 0.5,
|
2003 |
+
"grad_norm": 0.24192889034748077,
|
2004 |
+
"learning_rate": 0.000468308799971889,
|
2005 |
+
"loss": 0.1047,
|
2006 |
+
"step": 283
|
2007 |
+
},
|
2008 |
+
{
|
2009 |
+
"epoch": 0.5,
|
2010 |
+
"grad_norm": 0.16289295256137848,
|
2011 |
+
"learning_rate": 0.00046808128492897464,
|
2012 |
+
"loss": 0.0519,
|
2013 |
+
"step": 284
|
2014 |
+
},
|
2015 |
+
{
|
2016 |
+
"epoch": 0.5,
|
2017 |
+
"eval_loss": 0.08938124030828476,
|
2018 |
+
"eval_runtime": 14.7518,
|
2019 |
+
"eval_samples_per_second": 32.335,
|
2020 |
+
"eval_steps_per_second": 8.135,
|
2021 |
+
"step": 284
|
2022 |
+
},
|
2023 |
+
{
|
2024 |
+
"epoch": 0.5,
|
2025 |
+
"grad_norm": 0.23021583259105682,
|
2026 |
+
"learning_rate": 0.00046785301180053126,
|
2027 |
+
"loss": 0.1161,
|
2028 |
+
"step": 285
|
2029 |
+
},
|
2030 |
+
{
|
2031 |
+
"epoch": 0.51,
|
2032 |
+
"grad_norm": 0.3577558398246765,
|
2033 |
+
"learning_rate": 0.0004676239813800729,
|
2034 |
+
"loss": 0.1239,
|
2035 |
+
"step": 286
|
2036 |
+
},
|
2037 |
+
{
|
2038 |
+
"epoch": 0.51,
|
2039 |
+
"grad_norm": 0.15293735265731812,
|
2040 |
+
"learning_rate": 0.0004673941944637461,
|
2041 |
+
"loss": 0.0401,
|
2042 |
+
"step": 287
|
2043 |
+
},
|
2044 |
+
{
|
2045 |
+
"epoch": 0.51,
|
2046 |
+
"grad_norm": 0.342631459236145,
|
2047 |
+
"learning_rate": 0.00046716365185032696,
|
2048 |
+
"loss": 0.1358,
|
2049 |
+
"step": 288
|
2050 |
+
},
|
2051 |
+
{
|
2052 |
+
"epoch": 0.51,
|
2053 |
+
"grad_norm": 0.4987104833126068,
|
2054 |
+
"learning_rate": 0.0004669323543412186,
|
2055 |
+
"loss": 0.1312,
|
2056 |
+
"step": 289
|
2057 |
+
},
|
2058 |
+
{
|
2059 |
+
"epoch": 0.51,
|
2060 |
+
"grad_norm": 0.21678434312343597,
|
2061 |
+
"learning_rate": 0.0004667003027404483,
|
2062 |
+
"loss": 0.0791,
|
2063 |
+
"step": 290
|
2064 |
+
},
|
2065 |
+
{
|
2066 |
+
"epoch": 0.51,
|
2067 |
+
"grad_norm": 0.2781723141670227,
|
2068 |
+
"learning_rate": 0.00046646749785466464,
|
2069 |
+
"loss": 0.0809,
|
2070 |
+
"step": 291
|
2071 |
+
},
|
2072 |
+
{
|
2073 |
+
"epoch": 0.52,
|
2074 |
+
"grad_norm": 0.3997693359851837,
|
2075 |
+
"learning_rate": 0.00046623394049313474,
|
2076 |
+
"loss": 0.0938,
|
2077 |
+
"step": 292
|
2078 |
+
},
|
2079 |
+
{
|
2080 |
+
"epoch": 0.52,
|
2081 |
+
"grad_norm": 0.2478984147310257,
|
2082 |
+
"learning_rate": 0.00046599963146774136,
|
2083 |
+
"loss": 0.0671,
|
2084 |
+
"step": 293
|
2085 |
+
},
|
2086 |
+
{
|
2087 |
+
"epoch": 0.52,
|
2088 |
+
"grad_norm": 0.35655421018600464,
|
2089 |
+
"learning_rate": 0.0004657645715929805,
|
2090 |
+
"loss": 0.107,
|
2091 |
+
"step": 294
|
2092 |
+
},
|
2093 |
+
{
|
2094 |
+
"epoch": 0.52,
|
2095 |
+
"grad_norm": 0.41986069083213806,
|
2096 |
+
"learning_rate": 0.0004655287616859577,
|
2097 |
+
"loss": 0.1381,
|
2098 |
+
"step": 295
|
2099 |
+
},
|
2100 |
+
{
|
2101 |
+
"epoch": 0.52,
|
2102 |
+
"grad_norm": 0.2831580340862274,
|
2103 |
+
"learning_rate": 0.00046529220256638626,
|
2104 |
+
"loss": 0.1012,
|
2105 |
+
"step": 296
|
2106 |
+
},
|
2107 |
+
{
|
2108 |
+
"epoch": 0.53,
|
2109 |
+
"grad_norm": 0.2183172106742859,
|
2110 |
+
"learning_rate": 0.0004650548950565835,
|
2111 |
+
"loss": 0.0883,
|
2112 |
+
"step": 297
|
2113 |
+
},
|
2114 |
+
{
|
2115 |
+
"epoch": 0.53,
|
2116 |
+
"grad_norm": 0.1485687792301178,
|
2117 |
+
"learning_rate": 0.0004648168399814684,
|
2118 |
+
"loss": 0.094,
|
2119 |
+
"step": 298
|
2120 |
+
},
|
2121 |
+
{
|
2122 |
+
"epoch": 0.53,
|
2123 |
+
"grad_norm": 0.3192533552646637,
|
2124 |
+
"learning_rate": 0.0004645780381685586,
|
2125 |
+
"loss": 0.1144,
|
2126 |
+
"step": 299
|
2127 |
+
},
|
2128 |
+
{
|
2129 |
+
"epoch": 0.53,
|
2130 |
+
"grad_norm": 0.20768460631370544,
|
2131 |
+
"learning_rate": 0.0004643384904479675,
|
2132 |
+
"loss": 0.1119,
|
2133 |
+
"step": 300
|
2134 |
+
},
|
2135 |
+
{
|
2136 |
+
"epoch": 0.53,
|
2137 |
+
"grad_norm": 0.16704390943050385,
|
2138 |
+
"learning_rate": 0.00046409819765240147,
|
2139 |
+
"loss": 0.0852,
|
2140 |
+
"step": 301
|
2141 |
+
},
|
2142 |
+
{
|
2143 |
+
"epoch": 0.53,
|
2144 |
+
"grad_norm": 0.33123648166656494,
|
2145 |
+
"learning_rate": 0.0004638571606171567,
|
2146 |
+
"loss": 0.1608,
|
2147 |
+
"step": 302
|
2148 |
+
},
|
2149 |
+
{
|
2150 |
+
"epoch": 0.54,
|
2151 |
+
"grad_norm": 0.408978134393692,
|
2152 |
+
"learning_rate": 0.0004636153801801167,
|
2153 |
+
"loss": 0.0906,
|
2154 |
+
"step": 303
|
2155 |
+
},
|
2156 |
+
{
|
2157 |
+
"epoch": 0.54,
|
2158 |
+
"grad_norm": 0.29201096296310425,
|
2159 |
+
"learning_rate": 0.00046337285718174896,
|
2160 |
+
"loss": 0.1237,
|
2161 |
+
"step": 304
|
2162 |
+
},
|
2163 |
+
{
|
2164 |
+
"epoch": 0.54,
|
2165 |
+
"grad_norm": 0.45836058259010315,
|
2166 |
+
"learning_rate": 0.00046312959246510237,
|
2167 |
+
"loss": 0.0926,
|
2168 |
+
"step": 305
|
2169 |
+
},
|
2170 |
+
{
|
2171 |
+
"epoch": 0.54,
|
2172 |
+
"grad_norm": 0.5405777096748352,
|
2173 |
+
"learning_rate": 0.0004628855868758041,
|
2174 |
+
"loss": 0.0727,
|
2175 |
+
"step": 306
|
2176 |
+
},
|
2177 |
+
{
|
2178 |
+
"epoch": 0.54,
|
2179 |
+
"grad_norm": 0.3068138062953949,
|
2180 |
+
"learning_rate": 0.00046264084126205676,
|
2181 |
+
"loss": 0.1006,
|
2182 |
+
"step": 307
|
2183 |
+
},
|
2184 |
+
{
|
2185 |
+
"epoch": 0.54,
|
2186 |
+
"grad_norm": 0.2990975081920624,
|
2187 |
+
"learning_rate": 0.00046239535647463534,
|
2188 |
+
"loss": 0.1033,
|
2189 |
+
"step": 308
|
2190 |
+
},
|
2191 |
+
{
|
2192 |
+
"epoch": 0.55,
|
2193 |
+
"grad_norm": 0.2938540279865265,
|
2194 |
+
"learning_rate": 0.00046214913336688424,
|
2195 |
+
"loss": 0.1084,
|
2196 |
+
"step": 309
|
2197 |
+
},
|
2198 |
+
{
|
2199 |
+
"epoch": 0.55,
|
2200 |
+
"grad_norm": 0.49840983748435974,
|
2201 |
+
"learning_rate": 0.00046190217279471466,
|
2202 |
+
"loss": 0.1066,
|
2203 |
+
"step": 310
|
2204 |
+
},
|
2205 |
+
{
|
2206 |
+
"epoch": 0.55,
|
2207 |
+
"grad_norm": 0.4558626711368561,
|
2208 |
+
"learning_rate": 0.000461654475616601,
|
2209 |
+
"loss": 0.121,
|
2210 |
+
"step": 311
|
2211 |
+
},
|
2212 |
+
{
|
2213 |
+
"epoch": 0.55,
|
2214 |
+
"grad_norm": 0.20964759588241577,
|
2215 |
+
"learning_rate": 0.0004614060426935786,
|
2216 |
+
"loss": 0.0843,
|
2217 |
+
"step": 312
|
2218 |
+
},
|
2219 |
+
{
|
2220 |
+
"epoch": 0.55,
|
2221 |
+
"grad_norm": 0.2254151701927185,
|
2222 |
+
"learning_rate": 0.00046115687488923983,
|
2223 |
+
"loss": 0.0781,
|
2224 |
+
"step": 313
|
2225 |
+
},
|
2226 |
+
{
|
2227 |
+
"epoch": 0.56,
|
2228 |
+
"grad_norm": 0.6117066740989685,
|
2229 |
+
"learning_rate": 0.0004609069730697322,
|
2230 |
+
"loss": 0.1208,
|
2231 |
+
"step": 314
|
2232 |
+
},
|
2233 |
+
{
|
2234 |
+
"epoch": 0.56,
|
2235 |
+
"grad_norm": 0.5352897644042969,
|
2236 |
+
"learning_rate": 0.0004606563381037544,
|
2237 |
+
"loss": 0.1056,
|
2238 |
+
"step": 315
|
2239 |
+
},
|
2240 |
+
{
|
2241 |
+
"epoch": 0.56,
|
2242 |
+
"grad_norm": 0.31001269817352295,
|
2243 |
+
"learning_rate": 0.00046040497086255385,
|
2244 |
+
"loss": 0.1213,
|
2245 |
+
"step": 316
|
2246 |
+
},
|
2247 |
+
{
|
2248 |
+
"epoch": 0.56,
|
2249 |
+
"grad_norm": 0.22637054324150085,
|
2250 |
+
"learning_rate": 0.0004601528722199234,
|
2251 |
+
"loss": 0.105,
|
2252 |
+
"step": 317
|
2253 |
+
},
|
2254 |
+
{
|
2255 |
+
"epoch": 0.56,
|
2256 |
+
"grad_norm": 0.20077432692050934,
|
2257 |
+
"learning_rate": 0.0004599000430521984,
|
2258 |
+
"loss": 0.0837,
|
2259 |
+
"step": 318
|
2260 |
+
},
|
2261 |
+
{
|
2262 |
+
"epoch": 0.56,
|
2263 |
+
"grad_norm": 0.24702684581279755,
|
2264 |
+
"learning_rate": 0.0004596464842382534,
|
2265 |
+
"loss": 0.0695,
|
2266 |
+
"step": 319
|
2267 |
+
},
|
2268 |
+
{
|
2269 |
+
"epoch": 0.57,
|
2270 |
+
"grad_norm": 0.253387987613678,
|
2271 |
+
"learning_rate": 0.0004593921966594997,
|
2272 |
+
"loss": 0.1184,
|
2273 |
+
"step": 320
|
2274 |
+
},
|
2275 |
+
{
|
2276 |
+
"epoch": 0.57,
|
2277 |
+
"grad_norm": 0.2703799605369568,
|
2278 |
+
"learning_rate": 0.0004591371811998817,
|
2279 |
+
"loss": 0.117,
|
2280 |
+
"step": 321
|
2281 |
+
},
|
2282 |
+
{
|
2283 |
+
"epoch": 0.57,
|
2284 |
+
"grad_norm": 0.23513701558113098,
|
2285 |
+
"learning_rate": 0.00045888143874587396,
|
2286 |
+
"loss": 0.1359,
|
2287 |
+
"step": 322
|
2288 |
+
},
|
2289 |
+
{
|
2290 |
+
"epoch": 0.57,
|
2291 |
+
"grad_norm": 0.25604313611984253,
|
2292 |
+
"learning_rate": 0.00045862497018647833,
|
2293 |
+
"loss": 0.1018,
|
2294 |
+
"step": 323
|
2295 |
+
},
|
2296 |
+
{
|
2297 |
+
"epoch": 0.57,
|
2298 |
+
"grad_norm": 0.16947636008262634,
|
2299 |
+
"learning_rate": 0.0004583677764132207,
|
2300 |
+
"loss": 0.0958,
|
2301 |
+
"step": 324
|
2302 |
+
},
|
2303 |
+
{
|
2304 |
+
"epoch": 0.57,
|
2305 |
+
"grad_norm": 0.20054908096790314,
|
2306 |
+
"learning_rate": 0.0004581098583201478,
|
2307 |
+
"loss": 0.0803,
|
2308 |
+
"step": 325
|
2309 |
+
},
|
2310 |
+
{
|
2311 |
+
"epoch": 0.58,
|
2312 |
+
"grad_norm": 0.12656472623348236,
|
2313 |
+
"learning_rate": 0.00045785121680382436,
|
2314 |
+
"loss": 0.0679,
|
2315 |
+
"step": 326
|
2316 |
+
},
|
2317 |
+
{
|
2318 |
+
"epoch": 0.58,
|
2319 |
+
"grad_norm": 0.1423499882221222,
|
2320 |
+
"learning_rate": 0.0004575918527633297,
|
2321 |
+
"loss": 0.0959,
|
2322 |
+
"step": 327
|
2323 |
+
},
|
2324 |
+
{
|
2325 |
+
"epoch": 0.58,
|
2326 |
+
"grad_norm": 0.36370569467544556,
|
2327 |
+
"learning_rate": 0.0004573317671002549,
|
2328 |
+
"loss": 0.1088,
|
2329 |
+
"step": 328
|
2330 |
+
},
|
2331 |
+
{
|
2332 |
+
"epoch": 0.58,
|
2333 |
+
"grad_norm": 0.18775340914726257,
|
2334 |
+
"learning_rate": 0.0004570709607186995,
|
2335 |
+
"loss": 0.0905,
|
2336 |
+
"step": 329
|
2337 |
+
},
|
2338 |
+
{
|
2339 |
+
"epoch": 0.58,
|
2340 |
+
"grad_norm": 0.14833571016788483,
|
2341 |
+
"learning_rate": 0.0004568094345252681,
|
2342 |
+
"loss": 0.0661,
|
2343 |
+
"step": 330
|
2344 |
+
},
|
2345 |
+
{
|
2346 |
+
"epoch": 0.59,
|
2347 |
+
"grad_norm": 0.2987270653247833,
|
2348 |
+
"learning_rate": 0.00045654718942906794,
|
2349 |
+
"loss": 0.0872,
|
2350 |
+
"step": 331
|
2351 |
+
},
|
2352 |
+
{
|
2353 |
+
"epoch": 0.59,
|
2354 |
+
"grad_norm": 0.21985827386379242,
|
2355 |
+
"learning_rate": 0.000456284226341705,
|
2356 |
+
"loss": 0.0882,
|
2357 |
+
"step": 332
|
2358 |
+
},
|
2359 |
+
{
|
2360 |
+
"epoch": 0.59,
|
2361 |
+
"grad_norm": 0.2726268470287323,
|
2362 |
+
"learning_rate": 0.00045602054617728093,
|
2363 |
+
"loss": 0.0864,
|
2364 |
+
"step": 333
|
2365 |
+
},
|
2366 |
+
{
|
2367 |
+
"epoch": 0.59,
|
2368 |
+
"grad_norm": 0.2882244884967804,
|
2369 |
+
"learning_rate": 0.00045575614985239057,
|
2370 |
+
"loss": 0.1032,
|
2371 |
+
"step": 334
|
2372 |
+
},
|
2373 |
+
{
|
2374 |
+
"epoch": 0.59,
|
2375 |
+
"grad_norm": 0.427500456571579,
|
2376 |
+
"learning_rate": 0.0004554910382861178,
|
2377 |
+
"loss": 0.1309,
|
2378 |
+
"step": 335
|
2379 |
+
},
|
2380 |
+
{
|
2381 |
+
"epoch": 0.59,
|
2382 |
+
"grad_norm": 0.43029338121414185,
|
2383 |
+
"learning_rate": 0.000455225212400033,
|
2384 |
+
"loss": 0.1071,
|
2385 |
+
"step": 336
|
2386 |
+
},
|
2387 |
+
{
|
2388 |
+
"epoch": 0.6,
|
2389 |
+
"grad_norm": 0.2297673523426056,
|
2390 |
+
"learning_rate": 0.0004549586731181896,
|
2391 |
+
"loss": 0.0526,
|
2392 |
+
"step": 337
|
2393 |
+
},
|
2394 |
+
{
|
2395 |
+
"epoch": 0.6,
|
2396 |
+
"grad_norm": 0.4533613920211792,
|
2397 |
+
"learning_rate": 0.0004546914213671209,
|
2398 |
+
"loss": 0.1154,
|
2399 |
+
"step": 338
|
2400 |
+
},
|
2401 |
+
{
|
2402 |
+
"epoch": 0.6,
|
2403 |
+
"grad_norm": 0.3973630666732788,
|
2404 |
+
"learning_rate": 0.0004544234580758367,
|
2405 |
+
"loss": 0.0707,
|
2406 |
+
"step": 339
|
2407 |
+
},
|
2408 |
+
{
|
2409 |
+
"epoch": 0.6,
|
2410 |
+
"grad_norm": 0.40036290884017944,
|
2411 |
+
"learning_rate": 0.0004541547841758207,
|
2412 |
+
"loss": 0.0932,
|
2413 |
+
"step": 340
|
2414 |
+
},
|
2415 |
+
{
|
2416 |
+
"epoch": 0.6,
|
2417 |
+
"grad_norm": 0.4273395240306854,
|
2418 |
+
"learning_rate": 0.0004538854006010262,
|
2419 |
+
"loss": 0.1112,
|
2420 |
+
"step": 341
|
2421 |
+
},
|
2422 |
+
{
|
2423 |
+
"epoch": 0.61,
|
2424 |
+
"grad_norm": 0.28109779953956604,
|
2425 |
+
"learning_rate": 0.0004536153082878738,
|
2426 |
+
"loss": 0.1003,
|
2427 |
+
"step": 342
|
2428 |
+
},
|
2429 |
+
{
|
2430 |
+
"epoch": 0.61,
|
2431 |
+
"grad_norm": 0.21950216591358185,
|
2432 |
+
"learning_rate": 0.00045334450817524776,
|
2433 |
+
"loss": 0.0538,
|
2434 |
+
"step": 343
|
2435 |
+
},
|
2436 |
+
{
|
2437 |
+
"epoch": 0.61,
|
2438 |
+
"grad_norm": 0.2968471646308899,
|
2439 |
+
"learning_rate": 0.00045307300120449263,
|
2440 |
+
"loss": 0.0775,
|
2441 |
+
"step": 344
|
2442 |
+
},
|
2443 |
+
{
|
2444 |
+
"epoch": 0.61,
|
2445 |
+
"grad_norm": 0.1488364040851593,
|
2446 |
+
"learning_rate": 0.00045280078831941024,
|
2447 |
+
"loss": 0.0513,
|
2448 |
+
"step": 345
|
2449 |
+
},
|
2450 |
+
{
|
2451 |
+
"epoch": 0.61,
|
2452 |
+
"grad_norm": 0.22750218212604523,
|
2453 |
+
"learning_rate": 0.00045252787046625624,
|
2454 |
+
"loss": 0.0943,
|
2455 |
+
"step": 346
|
2456 |
+
},
|
2457 |
+
{
|
2458 |
+
"epoch": 0.61,
|
2459 |
+
"grad_norm": 0.3048767149448395,
|
2460 |
+
"learning_rate": 0.0004522542485937369,
|
2461 |
+
"loss": 0.079,
|
2462 |
+
"step": 347
|
2463 |
+
},
|
2464 |
+
{
|
2465 |
+
"epoch": 0.62,
|
2466 |
+
"grad_norm": 0.33520030975341797,
|
2467 |
+
"learning_rate": 0.0004519799236530057,
|
2468 |
+
"loss": 0.1584,
|
2469 |
+
"step": 348
|
2470 |
+
},
|
2471 |
+
{
|
2472 |
+
"epoch": 0.62,
|
2473 |
+
"grad_norm": 0.20777581632137299,
|
2474 |
+
"learning_rate": 0.00045170489659766003,
|
2475 |
+
"loss": 0.0903,
|
2476 |
+
"step": 349
|
2477 |
+
},
|
2478 |
+
{
|
2479 |
+
"epoch": 0.62,
|
2480 |
+
"grad_norm": 0.1602245271205902,
|
2481 |
+
"learning_rate": 0.00045142916838373826,
|
2482 |
+
"loss": 0.0446,
|
2483 |
+
"step": 350
|
2484 |
+
},
|
2485 |
+
{
|
2486 |
+
"epoch": 0.62,
|
2487 |
+
"grad_norm": 0.2512218952178955,
|
2488 |
+
"learning_rate": 0.0004511527399697158,
|
2489 |
+
"loss": 0.069,
|
2490 |
+
"step": 351
|
2491 |
+
},
|
2492 |
+
{
|
2493 |
+
"epoch": 0.62,
|
2494 |
+
"grad_norm": 0.17349962890148163,
|
2495 |
+
"learning_rate": 0.0004508756123165021,
|
2496 |
+
"loss": 0.0765,
|
2497 |
+
"step": 352
|
2498 |
+
},
|
2499 |
+
{
|
2500 |
+
"epoch": 0.62,
|
2501 |
+
"grad_norm": 0.26563215255737305,
|
2502 |
+
"learning_rate": 0.00045059778638743744,
|
2503 |
+
"loss": 0.0966,
|
2504 |
+
"step": 353
|
2505 |
+
},
|
2506 |
+
{
|
2507 |
+
"epoch": 0.63,
|
2508 |
+
"grad_norm": 0.23987066745758057,
|
2509 |
+
"learning_rate": 0.00045031926314828926,
|
2510 |
+
"loss": 0.0702,
|
2511 |
+
"step": 354
|
2512 |
+
},
|
2513 |
+
{
|
2514 |
+
"epoch": 0.63,
|
2515 |
+
"grad_norm": 0.21901372075080872,
|
2516 |
+
"learning_rate": 0.000450040043567249,
|
2517 |
+
"loss": 0.0457,
|
2518 |
+
"step": 355
|
2519 |
+
},
|
2520 |
+
{
|
2521 |
+
"epoch": 0.63,
|
2522 |
+
"grad_norm": 0.24179872870445251,
|
2523 |
+
"learning_rate": 0.00044976012861492877,
|
2524 |
+
"loss": 0.0651,
|
2525 |
+
"step": 356
|
2526 |
+
},
|
2527 |
+
{
|
2528 |
+
"epoch": 0.63,
|
2529 |
+
"grad_norm": 0.3544818162918091,
|
2530 |
+
"learning_rate": 0.0004494795192643578,
|
2531 |
+
"loss": 0.0622,
|
2532 |
+
"step": 357
|
2533 |
+
},
|
2534 |
+
{
|
2535 |
+
"epoch": 0.63,
|
2536 |
+
"grad_norm": 0.4363332986831665,
|
2537 |
+
"learning_rate": 0.00044919821649097916,
|
2538 |
+
"loss": 0.0972,
|
2539 |
+
"step": 358
|
2540 |
+
},
|
2541 |
+
{
|
2542 |
+
"epoch": 0.64,
|
2543 |
+
"grad_norm": 0.43788430094718933,
|
2544 |
+
"learning_rate": 0.0004489162212726465,
|
2545 |
+
"loss": 0.0843,
|
2546 |
+
"step": 359
|
2547 |
+
},
|
2548 |
+
{
|
2549 |
+
"epoch": 0.64,
|
2550 |
+
"grad_norm": 0.5084832906723022,
|
2551 |
+
"learning_rate": 0.00044863353458962044,
|
2552 |
+
"loss": 0.0888,
|
2553 |
+
"step": 360
|
2554 |
+
},
|
2555 |
+
{
|
2556 |
+
"epoch": 0.64,
|
2557 |
+
"grad_norm": 0.44660842418670654,
|
2558 |
+
"learning_rate": 0.0004483501574245652,
|
2559 |
+
"loss": 0.113,
|
2560 |
+
"step": 361
|
2561 |
+
},
|
2562 |
+
{
|
2563 |
+
"epoch": 0.64,
|
2564 |
+
"grad_norm": 0.7528813481330872,
|
2565 |
+
"learning_rate": 0.0004480660907625452,
|
2566 |
+
"loss": 0.0512,
|
2567 |
+
"step": 362
|
2568 |
+
},
|
2569 |
+
{
|
2570 |
+
"epoch": 0.64,
|
2571 |
+
"grad_norm": 0.9723535776138306,
|
2572 |
+
"learning_rate": 0.0004477813355910219,
|
2573 |
+
"loss": 0.1154,
|
2574 |
+
"step": 363
|
2575 |
+
},
|
2576 |
+
{
|
2577 |
+
"epoch": 0.64,
|
2578 |
+
"grad_norm": 0.2641480565071106,
|
2579 |
+
"learning_rate": 0.0004474958928998498,
|
2580 |
+
"loss": 0.0575,
|
2581 |
+
"step": 364
|
2582 |
+
},
|
2583 |
+
{
|
2584 |
+
"epoch": 0.65,
|
2585 |
+
"grad_norm": 0.12234170734882355,
|
2586 |
+
"learning_rate": 0.00044720976368127355,
|
2587 |
+
"loss": 0.0441,
|
2588 |
+
"step": 365
|
2589 |
+
},
|
2590 |
+
{
|
2591 |
+
"epoch": 0.65,
|
2592 |
+
"grad_norm": 0.26976636052131653,
|
2593 |
+
"learning_rate": 0.00044692294892992416,
|
2594 |
+
"loss": 0.0676,
|
2595 |
+
"step": 366
|
2596 |
+
},
|
2597 |
+
{
|
2598 |
+
"epoch": 0.65,
|
2599 |
+
"grad_norm": 0.22729526460170746,
|
2600 |
+
"learning_rate": 0.00044663544964281573,
|
2601 |
+
"loss": 0.098,
|
2602 |
+
"step": 367
|
2603 |
+
},
|
2604 |
+
{
|
2605 |
+
"epoch": 0.65,
|
2606 |
+
"grad_norm": 0.2270442545413971,
|
2607 |
+
"learning_rate": 0.0004463472668193419,
|
2608 |
+
"loss": 0.0842,
|
2609 |
+
"step": 368
|
2610 |
+
},
|
2611 |
+
{
|
2612 |
+
"epoch": 0.65,
|
2613 |
+
"grad_norm": 0.19249562919139862,
|
2614 |
+
"learning_rate": 0.0004460584014612724,
|
2615 |
+
"loss": 0.0537,
|
2616 |
+
"step": 369
|
2617 |
+
},
|
2618 |
+
{
|
2619 |
+
"epoch": 0.65,
|
2620 |
+
"grad_norm": 0.22312623262405396,
|
2621 |
+
"learning_rate": 0.0004457688545727496,
|
2622 |
+
"loss": 0.0547,
|
2623 |
+
"step": 370
|
2624 |
+
},
|
2625 |
+
{
|
2626 |
+
"epoch": 0.66,
|
2627 |
+
"grad_norm": 0.281658411026001,
|
2628 |
+
"learning_rate": 0.0004454786271602849,
|
2629 |
+
"loss": 0.089,
|
2630 |
+
"step": 371
|
2631 |
+
},
|
2632 |
+
{
|
2633 |
+
"epoch": 0.66,
|
2634 |
+
"grad_norm": 0.49952250719070435,
|
2635 |
+
"learning_rate": 0.00044518772023275526,
|
2636 |
+
"loss": 0.1298,
|
2637 |
+
"step": 372
|
2638 |
+
},
|
2639 |
+
{
|
2640 |
+
"epoch": 0.66,
|
2641 |
+
"grad_norm": 0.186232328414917,
|
2642 |
+
"learning_rate": 0.0004448961348013999,
|
2643 |
+
"loss": 0.0628,
|
2644 |
+
"step": 373
|
2645 |
+
},
|
2646 |
+
{
|
2647 |
+
"epoch": 0.66,
|
2648 |
+
"grad_norm": 0.2980823814868927,
|
2649 |
+
"learning_rate": 0.0004446038718798166,
|
2650 |
+
"loss": 0.0828,
|
2651 |
+
"step": 374
|
2652 |
+
},
|
2653 |
+
{
|
2654 |
+
"epoch": 0.66,
|
2655 |
+
"grad_norm": 0.3794187605381012,
|
2656 |
+
"learning_rate": 0.00044431093248395806,
|
2657 |
+
"loss": 0.0776,
|
2658 |
+
"step": 375
|
2659 |
+
},
|
2660 |
+
{
|
2661 |
+
"epoch": 0.67,
|
2662 |
+
"grad_norm": 0.29262277483940125,
|
2663 |
+
"learning_rate": 0.0004440173176321287,
|
2664 |
+
"loss": 0.0924,
|
2665 |
+
"step": 376
|
2666 |
+
},
|
2667 |
+
{
|
2668 |
+
"epoch": 0.67,
|
2669 |
+
"grad_norm": 0.30543988943099976,
|
2670 |
+
"learning_rate": 0.0004437230283449808,
|
2671 |
+
"loss": 0.1264,
|
2672 |
+
"step": 377
|
2673 |
+
},
|
2674 |
+
{
|
2675 |
+
"epoch": 0.67,
|
2676 |
+
"grad_norm": 0.3436485826969147,
|
2677 |
+
"learning_rate": 0.0004434280656455111,
|
2678 |
+
"loss": 0.1066,
|
2679 |
+
"step": 378
|
2680 |
+
},
|
2681 |
+
{
|
2682 |
+
"epoch": 0.67,
|
2683 |
+
"grad_norm": 0.23679965734481812,
|
2684 |
+
"learning_rate": 0.0004431324305590572,
|
2685 |
+
"loss": 0.075,
|
2686 |
+
"step": 379
|
2687 |
+
},
|
2688 |
+
{
|
2689 |
+
"epoch": 0.67,
|
2690 |
+
"grad_norm": 0.4399561882019043,
|
2691 |
+
"learning_rate": 0.0004428361241132943,
|
2692 |
+
"loss": 0.1445,
|
2693 |
+
"step": 380
|
2694 |
+
},
|
2695 |
+
{
|
2696 |
+
"epoch": 0.67,
|
2697 |
+
"grad_norm": 0.39203163981437683,
|
2698 |
+
"learning_rate": 0.0004425391473382309,
|
2699 |
+
"loss": 0.0995,
|
2700 |
+
"step": 381
|
2701 |
+
},
|
2702 |
+
{
|
2703 |
+
"epoch": 0.68,
|
2704 |
+
"grad_norm": 0.4687665104866028,
|
2705 |
+
"learning_rate": 0.0004422415012662061,
|
2706 |
+
"loss": 0.1489,
|
2707 |
+
"step": 382
|
2708 |
+
},
|
2709 |
+
{
|
2710 |
+
"epoch": 0.68,
|
2711 |
+
"grad_norm": 0.2634904086589813,
|
2712 |
+
"learning_rate": 0.00044194318693188526,
|
2713 |
+
"loss": 0.1164,
|
2714 |
+
"step": 383
|
2715 |
+
},
|
2716 |
+
{
|
2717 |
+
"epoch": 0.68,
|
2718 |
+
"grad_norm": 0.23031170666217804,
|
2719 |
+
"learning_rate": 0.0004416442053722569,
|
2720 |
+
"loss": 0.0742,
|
2721 |
+
"step": 384
|
2722 |
+
},
|
2723 |
+
{
|
2724 |
+
"epoch": 0.68,
|
2725 |
+
"grad_norm": 0.30467960238456726,
|
2726 |
+
"learning_rate": 0.00044134455762662894,
|
2727 |
+
"loss": 0.0984,
|
2728 |
+
"step": 385
|
2729 |
+
},
|
2730 |
+
{
|
2731 |
+
"epoch": 0.68,
|
2732 |
+
"grad_norm": 0.16692829132080078,
|
2733 |
+
"learning_rate": 0.0004410442447366249,
|
2734 |
+
"loss": 0.0732,
|
2735 |
+
"step": 386
|
2736 |
+
},
|
2737 |
+
{
|
2738 |
+
"epoch": 0.68,
|
2739 |
+
"grad_norm": 0.20100833475589752,
|
2740 |
+
"learning_rate": 0.00044074326774618065,
|
2741 |
+
"loss": 0.1082,
|
2742 |
+
"step": 387
|
2743 |
+
},
|
2744 |
+
{
|
2745 |
+
"epoch": 0.69,
|
2746 |
+
"grad_norm": 0.29799607396125793,
|
2747 |
+
"learning_rate": 0.0004404416277015404,
|
2748 |
+
"loss": 0.0761,
|
2749 |
+
"step": 388
|
2750 |
+
},
|
2751 |
+
{
|
2752 |
+
"epoch": 0.69,
|
2753 |
+
"grad_norm": 0.647639274597168,
|
2754 |
+
"learning_rate": 0.0004401393256512534,
|
2755 |
+
"loss": 0.1218,
|
2756 |
+
"step": 389
|
2757 |
+
},
|
2758 |
+
{
|
2759 |
+
"epoch": 0.69,
|
2760 |
+
"grad_norm": 0.2610540986061096,
|
2761 |
+
"learning_rate": 0.00043983636264617013,
|
2762 |
+
"loss": 0.0923,
|
2763 |
+
"step": 390
|
2764 |
+
},
|
2765 |
+
{
|
2766 |
+
"epoch": 0.69,
|
2767 |
+
"grad_norm": 0.4049086570739746,
|
2768 |
+
"learning_rate": 0.0004395327397394384,
|
2769 |
+
"loss": 0.1091,
|
2770 |
+
"step": 391
|
2771 |
+
},
|
2772 |
+
{
|
2773 |
+
"epoch": 0.69,
|
2774 |
+
"grad_norm": 0.36092105507850647,
|
2775 |
+
"learning_rate": 0.00043922845798650034,
|
2776 |
+
"loss": 0.0927,
|
2777 |
+
"step": 392
|
2778 |
+
},
|
2779 |
+
{
|
2780 |
+
"epoch": 0.7,
|
2781 |
+
"grad_norm": 0.542421281337738,
|
2782 |
+
"learning_rate": 0.00043892351844508805,
|
2783 |
+
"loss": 0.1014,
|
2784 |
+
"step": 393
|
2785 |
+
},
|
2786 |
+
{
|
2787 |
+
"epoch": 0.7,
|
2788 |
+
"grad_norm": 0.291595995426178,
|
2789 |
+
"learning_rate": 0.0004386179221752202,
|
2790 |
+
"loss": 0.0902,
|
2791 |
+
"step": 394
|
2792 |
+
},
|
2793 |
+
{
|
2794 |
+
"epoch": 0.7,
|
2795 |
+
"grad_norm": 0.17152707278728485,
|
2796 |
+
"learning_rate": 0.0004383116702391987,
|
2797 |
+
"loss": 0.0651,
|
2798 |
+
"step": 395
|
2799 |
+
},
|
2800 |
+
{
|
2801 |
+
"epoch": 0.7,
|
2802 |
+
"grad_norm": 0.16654878854751587,
|
2803 |
+
"learning_rate": 0.00043800476370160416,
|
2804 |
+
"loss": 0.0824,
|
2805 |
+
"step": 396
|
2806 |
+
},
|
2807 |
+
{
|
2808 |
+
"epoch": 0.7,
|
2809 |
+
"grad_norm": 0.18530108034610748,
|
2810 |
+
"learning_rate": 0.000437697203629293,
|
2811 |
+
"loss": 0.0549,
|
2812 |
+
"step": 397
|
2813 |
+
},
|
2814 |
+
{
|
2815 |
+
"epoch": 0.7,
|
2816 |
+
"grad_norm": 0.5760988593101501,
|
2817 |
+
"learning_rate": 0.0004373889910913934,
|
2818 |
+
"loss": 0.0803,
|
2819 |
+
"step": 398
|
2820 |
+
},
|
2821 |
+
{
|
2822 |
+
"epoch": 0.71,
|
2823 |
+
"grad_norm": 0.4253963232040405,
|
2824 |
+
"learning_rate": 0.00043708012715930154,
|
2825 |
+
"loss": 0.0728,
|
2826 |
+
"step": 399
|
2827 |
+
},
|
2828 |
+
{
|
2829 |
+
"epoch": 0.71,
|
2830 |
+
"grad_norm": 0.7932385206222534,
|
2831 |
+
"learning_rate": 0.00043677061290667805,
|
2832 |
+
"loss": 0.1442,
|
2833 |
+
"step": 400
|
2834 |
+
},
|
2835 |
+
{
|
2836 |
+
"epoch": 0.71,
|
2837 |
+
"grad_norm": 0.5904709696769714,
|
2838 |
+
"learning_rate": 0.00043646044940944407,
|
2839 |
+
"loss": 0.0999,
|
2840 |
+
"step": 401
|
2841 |
+
},
|
2842 |
+
{
|
2843 |
+
"epoch": 0.71,
|
2844 |
+
"grad_norm": 0.9570127129554749,
|
2845 |
+
"learning_rate": 0.0004361496377457777,
|
2846 |
+
"loss": 0.1298,
|
2847 |
+
"step": 402
|
2848 |
+
},
|
2849 |
+
{
|
2850 |
+
"epoch": 0.71,
|
2851 |
+
"grad_norm": 0.5049470663070679,
|
2852 |
+
"learning_rate": 0.00043583817899611017,
|
2853 |
+
"loss": 0.0263,
|
2854 |
+
"step": 403
|
2855 |
+
},
|
2856 |
+
{
|
2857 |
+
"epoch": 0.71,
|
2858 |
+
"grad_norm": 0.589408814907074,
|
2859 |
+
"learning_rate": 0.00043552607424312195,
|
2860 |
+
"loss": 0.1051,
|
2861 |
+
"step": 404
|
2862 |
+
},
|
2863 |
+
{
|
2864 |
+
"epoch": 0.72,
|
2865 |
+
"grad_norm": 0.43722283840179443,
|
2866 |
+
"learning_rate": 0.0004352133245717393,
|
2867 |
+
"loss": 0.0715,
|
2868 |
+
"step": 405
|
2869 |
+
},
|
2870 |
+
{
|
2871 |
+
"epoch": 0.72,
|
2872 |
+
"grad_norm": 1.3537758588790894,
|
2873 |
+
"learning_rate": 0.00043489993106913036,
|
2874 |
+
"loss": 0.0322,
|
2875 |
+
"step": 406
|
2876 |
+
},
|
2877 |
+
{
|
2878 |
+
"epoch": 0.72,
|
2879 |
+
"grad_norm": 0.3382836580276489,
|
2880 |
+
"learning_rate": 0.000434585894824701,
|
2881 |
+
"loss": 0.0818,
|
2882 |
+
"step": 407
|
2883 |
+
},
|
2884 |
+
{
|
2885 |
+
"epoch": 0.72,
|
2886 |
+
"grad_norm": 0.9946733713150024,
|
2887 |
+
"learning_rate": 0.00043427121693009164,
|
2888 |
+
"loss": 0.1536,
|
2889 |
+
"step": 408
|
2890 |
+
},
|
2891 |
+
{
|
2892 |
+
"epoch": 0.72,
|
2893 |
+
"grad_norm": 0.9138526320457458,
|
2894 |
+
"learning_rate": 0.0004339558984791732,
|
2895 |
+
"loss": 0.1299,
|
2896 |
+
"step": 409
|
2897 |
+
},
|
2898 |
+
{
|
2899 |
+
"epoch": 0.73,
|
2900 |
+
"grad_norm": 0.35993850231170654,
|
2901 |
+
"learning_rate": 0.0004336399405680432,
|
2902 |
+
"loss": 0.0654,
|
2903 |
+
"step": 410
|
2904 |
+
},
|
2905 |
+
{
|
2906 |
+
"epoch": 0.73,
|
2907 |
+
"grad_norm": 0.30418309569358826,
|
2908 |
+
"learning_rate": 0.0004333233442950219,
|
2909 |
+
"loss": 0.1026,
|
2910 |
+
"step": 411
|
2911 |
+
},
|
2912 |
+
{
|
2913 |
+
"epoch": 0.73,
|
2914 |
+
"grad_norm": 0.256728857755661,
|
2915 |
+
"learning_rate": 0.00043300611076064886,
|
2916 |
+
"loss": 0.083,
|
2917 |
+
"step": 412
|
2918 |
+
},
|
2919 |
+
{
|
2920 |
+
"epoch": 0.73,
|
2921 |
+
"grad_norm": 0.3472314774990082,
|
2922 |
+
"learning_rate": 0.00043268824106767865,
|
2923 |
+
"loss": 0.0637,
|
2924 |
+
"step": 413
|
2925 |
+
},
|
2926 |
+
{
|
2927 |
+
"epoch": 0.73,
|
2928 |
+
"grad_norm": 0.5615578293800354,
|
2929 |
+
"learning_rate": 0.00043236973632107735,
|
2930 |
+
"loss": 0.1028,
|
2931 |
+
"step": 414
|
2932 |
+
},
|
2933 |
+
{
|
2934 |
+
"epoch": 0.73,
|
2935 |
+
"grad_norm": 0.35775747895240784,
|
2936 |
+
"learning_rate": 0.00043205059762801854,
|
2937 |
+
"loss": 0.0829,
|
2938 |
+
"step": 415
|
2939 |
+
},
|
2940 |
+
{
|
2941 |
+
"epoch": 0.74,
|
2942 |
+
"grad_norm": 0.287270724773407,
|
2943 |
+
"learning_rate": 0.0004317308260978795,
|
2944 |
+
"loss": 0.0718,
|
2945 |
+
"step": 416
|
2946 |
+
},
|
2947 |
+
{
|
2948 |
+
"epoch": 0.74,
|
2949 |
+
"grad_norm": 0.3237059414386749,
|
2950 |
+
"learning_rate": 0.00043141042284223737,
|
2951 |
+
"loss": 0.0797,
|
2952 |
+
"step": 417
|
2953 |
+
},
|
2954 |
+
{
|
2955 |
+
"epoch": 0.74,
|
2956 |
+
"grad_norm": 0.2153153419494629,
|
2957 |
+
"learning_rate": 0.0004310893889748653,
|
2958 |
+
"loss": 0.0778,
|
2959 |
+
"step": 418
|
2960 |
+
},
|
2961 |
+
{
|
2962 |
+
"epoch": 0.74,
|
2963 |
+
"grad_norm": 0.33600860834121704,
|
2964 |
+
"learning_rate": 0.00043076772561172845,
|
2965 |
+
"loss": 0.0594,
|
2966 |
+
"step": 419
|
2967 |
+
},
|
2968 |
+
{
|
2969 |
+
"epoch": 0.74,
|
2970 |
+
"grad_norm": 0.8778895139694214,
|
2971 |
+
"learning_rate": 0.00043044543387098027,
|
2972 |
+
"loss": 0.1722,
|
2973 |
+
"step": 420
|
2974 |
+
},
|
2975 |
+
{
|
2976 |
+
"epoch": 0.74,
|
2977 |
+
"grad_norm": 0.503434419631958,
|
2978 |
+
"learning_rate": 0.0004301225148729586,
|
2979 |
+
"loss": 0.1228,
|
2980 |
+
"step": 421
|
2981 |
+
},
|
2982 |
+
{
|
2983 |
+
"epoch": 0.75,
|
2984 |
+
"grad_norm": 0.3694842457771301,
|
2985 |
+
"learning_rate": 0.00042979896974018166,
|
2986 |
+
"loss": 0.1033,
|
2987 |
+
"step": 422
|
2988 |
+
},
|
2989 |
+
{
|
2990 |
+
"epoch": 0.75,
|
2991 |
+
"grad_norm": 0.329818457365036,
|
2992 |
+
"learning_rate": 0.00042947479959734423,
|
2993 |
+
"loss": 0.0471,
|
2994 |
+
"step": 423
|
2995 |
+
},
|
2996 |
+
{
|
2997 |
+
"epoch": 0.75,
|
2998 |
+
"grad_norm": 0.19436267018318176,
|
2999 |
+
"learning_rate": 0.0004291500055713138,
|
3000 |
+
"loss": 0.0409,
|
3001 |
+
"step": 424
|
3002 |
+
},
|
3003 |
+
{
|
3004 |
+
"epoch": 0.75,
|
3005 |
+
"grad_norm": 0.3269858658313751,
|
3006 |
+
"learning_rate": 0.0004288245887911263,
|
3007 |
+
"loss": 0.096,
|
3008 |
+
"step": 425
|
3009 |
+
},
|
3010 |
+
{
|
3011 |
+
"epoch": 0.75,
|
3012 |
+
"grad_norm": 0.3542991578578949,
|
3013 |
+
"learning_rate": 0.00042849855038798283,
|
3014 |
+
"loss": 0.0986,
|
3015 |
+
"step": 426
|
3016 |
+
},
|
3017 |
+
{
|
3018 |
+
"epoch": 0.75,
|
3019 |
+
"eval_loss": 0.07792978733778,
|
3020 |
+
"eval_runtime": 14.8115,
|
3021 |
+
"eval_samples_per_second": 32.205,
|
3022 |
+
"eval_steps_per_second": 8.102,
|
3023 |
+
"step": 426
|
3024 |
+
},
|
3025 |
+
{
|
3026 |
+
"epoch": 0.76,
|
3027 |
+
"grad_norm": 0.29685521125793457,
|
3028 |
+
"learning_rate": 0.00042817189149524517,
|
3029 |
+
"loss": 0.11,
|
3030 |
+
"step": 427
|
3031 |
+
},
|
3032 |
+
{
|
3033 |
+
"epoch": 0.76,
|
3034 |
+
"grad_norm": 0.2116887867450714,
|
3035 |
+
"learning_rate": 0.00042784461324843194,
|
3036 |
+
"loss": 0.0686,
|
3037 |
+
"step": 428
|
3038 |
+
},
|
3039 |
+
{
|
3040 |
+
"epoch": 0.76,
|
3041 |
+
"grad_norm": 0.4866883456707001,
|
3042 |
+
"learning_rate": 0.00042751671678521486,
|
3043 |
+
"loss": 0.0824,
|
3044 |
+
"step": 429
|
3045 |
+
},
|
3046 |
+
{
|
3047 |
+
"epoch": 0.76,
|
3048 |
+
"grad_norm": 0.1293468475341797,
|
3049 |
+
"learning_rate": 0.00042718820324541475,
|
3050 |
+
"loss": 0.0464,
|
3051 |
+
"step": 430
|
3052 |
+
},
|
3053 |
+
{
|
3054 |
+
"epoch": 0.76,
|
3055 |
+
"grad_norm": 0.3253125250339508,
|
3056 |
+
"learning_rate": 0.0004268590737709972,
|
3057 |
+
"loss": 0.0996,
|
3058 |
+
"step": 431
|
3059 |
+
},
|
3060 |
+
{
|
3061 |
+
"epoch": 0.76,
|
3062 |
+
"grad_norm": 0.25559771060943604,
|
3063 |
+
"learning_rate": 0.00042652932950606917,
|
3064 |
+
"loss": 0.0545,
|
3065 |
+
"step": 432
|
3066 |
+
},
|
3067 |
+
{
|
3068 |
+
"epoch": 0.77,
|
3069 |
+
"grad_norm": 0.2788093686103821,
|
3070 |
+
"learning_rate": 0.0004261989715968746,
|
3071 |
+
"loss": 0.0502,
|
3072 |
+
"step": 433
|
3073 |
+
},
|
3074 |
+
{
|
3075 |
+
"epoch": 0.77,
|
3076 |
+
"grad_norm": 0.6902124285697937,
|
3077 |
+
"learning_rate": 0.00042586800119179046,
|
3078 |
+
"loss": 0.1598,
|
3079 |
+
"step": 434
|
3080 |
+
},
|
3081 |
+
{
|
3082 |
+
"epoch": 0.77,
|
3083 |
+
"grad_norm": 0.4788605570793152,
|
3084 |
+
"learning_rate": 0.00042553641944132316,
|
3085 |
+
"loss": 0.1552,
|
3086 |
+
"step": 435
|
3087 |
+
},
|
3088 |
+
{
|
3089 |
+
"epoch": 0.77,
|
3090 |
+
"grad_norm": 0.43495067954063416,
|
3091 |
+
"learning_rate": 0.00042520422749810395,
|
3092 |
+
"loss": 0.0907,
|
3093 |
+
"step": 436
|
3094 |
+
},
|
3095 |
+
{
|
3096 |
+
"epoch": 0.77,
|
3097 |
+
"grad_norm": 0.3549440801143646,
|
3098 |
+
"learning_rate": 0.0004248714265168853,
|
3099 |
+
"loss": 0.1152,
|
3100 |
+
"step": 437
|
3101 |
+
},
|
3102 |
+
{
|
3103 |
+
"epoch": 0.77,
|
3104 |
+
"grad_norm": 0.7210204601287842,
|
3105 |
+
"learning_rate": 0.00042453801765453687,
|
3106 |
+
"loss": 0.1891,
|
3107 |
+
"step": 438
|
3108 |
+
},
|
3109 |
+
{
|
3110 |
+
"epoch": 0.78,
|
3111 |
+
"grad_norm": 0.4578750729560852,
|
3112 |
+
"learning_rate": 0.00042420400207004126,
|
3113 |
+
"loss": 0.1383,
|
3114 |
+
"step": 439
|
3115 |
+
},
|
3116 |
+
{
|
3117 |
+
"epoch": 0.78,
|
3118 |
+
"grad_norm": 0.3323976993560791,
|
3119 |
+
"learning_rate": 0.00042386938092449036,
|
3120 |
+
"loss": 0.0936,
|
3121 |
+
"step": 440
|
3122 |
+
},
|
3123 |
+
{
|
3124 |
+
"epoch": 0.78,
|
3125 |
+
"grad_norm": 0.15145371854305267,
|
3126 |
+
"learning_rate": 0.00042353415538108076,
|
3127 |
+
"loss": 0.0608,
|
3128 |
+
"step": 441
|
3129 |
+
},
|
3130 |
+
{
|
3131 |
+
"epoch": 0.78,
|
3132 |
+
"grad_norm": 0.10744435340166092,
|
3133 |
+
"learning_rate": 0.00042319832660511037,
|
3134 |
+
"loss": 0.0865,
|
3135 |
+
"step": 442
|
3136 |
+
},
|
3137 |
+
{
|
3138 |
+
"epoch": 0.78,
|
3139 |
+
"grad_norm": 0.13599476218223572,
|
3140 |
+
"learning_rate": 0.0004228618957639738,
|
3141 |
+
"loss": 0.0763,
|
3142 |
+
"step": 443
|
3143 |
+
},
|
3144 |
+
{
|
3145 |
+
"epoch": 0.79,
|
3146 |
+
"grad_norm": 0.18250028789043427,
|
3147 |
+
"learning_rate": 0.00042252486402715865,
|
3148 |
+
"loss": 0.0813,
|
3149 |
+
"step": 444
|
3150 |
+
},
|
3151 |
+
{
|
3152 |
+
"epoch": 0.79,
|
3153 |
+
"grad_norm": 0.5180188417434692,
|
3154 |
+
"learning_rate": 0.00042218723256624136,
|
3155 |
+
"loss": 0.1603,
|
3156 |
+
"step": 445
|
3157 |
+
},
|
3158 |
+
{
|
3159 |
+
"epoch": 0.79,
|
3160 |
+
"grad_norm": 0.2943187355995178,
|
3161 |
+
"learning_rate": 0.000421849002554883,
|
3162 |
+
"loss": 0.1031,
|
3163 |
+
"step": 446
|
3164 |
+
},
|
3165 |
+
{
|
3166 |
+
"epoch": 0.79,
|
3167 |
+
"grad_norm": 0.14898087084293365,
|
3168 |
+
"learning_rate": 0.0004215101751688253,
|
3169 |
+
"loss": 0.071,
|
3170 |
+
"step": 447
|
3171 |
+
},
|
3172 |
+
{
|
3173 |
+
"epoch": 0.79,
|
3174 |
+
"grad_norm": 0.2951905131340027,
|
3175 |
+
"learning_rate": 0.00042117075158588663,
|
3176 |
+
"loss": 0.0772,
|
3177 |
+
"step": 448
|
3178 |
+
},
|
3179 |
+
{
|
3180 |
+
"epoch": 0.79,
|
3181 |
+
"grad_norm": 0.39807453751564026,
|
3182 |
+
"learning_rate": 0.00042083073298595787,
|
3183 |
+
"loss": 0.0561,
|
3184 |
+
"step": 449
|
3185 |
+
},
|
3186 |
+
{
|
3187 |
+
"epoch": 0.8,
|
3188 |
+
"grad_norm": 0.45217999815940857,
|
3189 |
+
"learning_rate": 0.0004204901205509981,
|
3190 |
+
"loss": 0.1076,
|
3191 |
+
"step": 450
|
3192 |
+
},
|
3193 |
+
{
|
3194 |
+
"epoch": 0.8,
|
3195 |
+
"grad_norm": 0.24114732444286346,
|
3196 |
+
"learning_rate": 0.000420148915465031,
|
3197 |
+
"loss": 0.1169,
|
3198 |
+
"step": 451
|
3199 |
+
},
|
3200 |
+
{
|
3201 |
+
"epoch": 0.8,
|
3202 |
+
"grad_norm": 0.6120204329490662,
|
3203 |
+
"learning_rate": 0.00041980711891413994,
|
3204 |
+
"loss": 0.1144,
|
3205 |
+
"step": 452
|
3206 |
+
},
|
3207 |
+
{
|
3208 |
+
"epoch": 0.8,
|
3209 |
+
"grad_norm": 0.3900619447231293,
|
3210 |
+
"learning_rate": 0.0004194647320864646,
|
3211 |
+
"loss": 0.0806,
|
3212 |
+
"step": 453
|
3213 |
+
},
|
3214 |
+
{
|
3215 |
+
"epoch": 0.8,
|
3216 |
+
"grad_norm": 0.3331635296344757,
|
3217 |
+
"learning_rate": 0.0004191217561721967,
|
3218 |
+
"loss": 0.0655,
|
3219 |
+
"step": 454
|
3220 |
+
},
|
3221 |
+
{
|
3222 |
+
"epoch": 0.8,
|
3223 |
+
"grad_norm": 0.29893186688423157,
|
3224 |
+
"learning_rate": 0.0004187781923635753,
|
3225 |
+
"loss": 0.0482,
|
3226 |
+
"step": 455
|
3227 |
+
},
|
3228 |
+
{
|
3229 |
+
"epoch": 0.81,
|
3230 |
+
"grad_norm": 0.20024164021015167,
|
3231 |
+
"learning_rate": 0.00041843404185488346,
|
3232 |
+
"loss": 0.0773,
|
3233 |
+
"step": 456
|
3234 |
+
},
|
3235 |
+
{
|
3236 |
+
"epoch": 0.81,
|
3237 |
+
"grad_norm": 0.3644329905509949,
|
3238 |
+
"learning_rate": 0.0004180893058424435,
|
3239 |
+
"loss": 0.1062,
|
3240 |
+
"step": 457
|
3241 |
+
},
|
3242 |
+
{
|
3243 |
+
"epoch": 0.81,
|
3244 |
+
"grad_norm": 0.5457159280776978,
|
3245 |
+
"learning_rate": 0.0004177439855246132,
|
3246 |
+
"loss": 0.1901,
|
3247 |
+
"step": 458
|
3248 |
+
},
|
3249 |
+
{
|
3250 |
+
"epoch": 0.81,
|
3251 |
+
"grad_norm": 0.282032310962677,
|
3252 |
+
"learning_rate": 0.0004173980821017812,
|
3253 |
+
"loss": 0.0656,
|
3254 |
+
"step": 459
|
3255 |
+
},
|
3256 |
+
{
|
3257 |
+
"epoch": 0.81,
|
3258 |
+
"grad_norm": 0.1957680881023407,
|
3259 |
+
"learning_rate": 0.00041705159677636334,
|
3260 |
+
"loss": 0.0725,
|
3261 |
+
"step": 460
|
3262 |
+
},
|
3263 |
+
{
|
3264 |
+
"epoch": 0.82,
|
3265 |
+
"grad_norm": 0.2736223042011261,
|
3266 |
+
"learning_rate": 0.00041670453075279827,
|
3267 |
+
"loss": 0.0897,
|
3268 |
+
"step": 461
|
3269 |
+
},
|
3270 |
+
{
|
3271 |
+
"epoch": 0.82,
|
3272 |
+
"grad_norm": 0.2145017832517624,
|
3273 |
+
"learning_rate": 0.0004163568852375431,
|
3274 |
+
"loss": 0.046,
|
3275 |
+
"step": 462
|
3276 |
+
},
|
3277 |
+
{
|
3278 |
+
"epoch": 0.82,
|
3279 |
+
"grad_norm": 0.1434750258922577,
|
3280 |
+
"learning_rate": 0.00041600866143906947,
|
3281 |
+
"loss": 0.0483,
|
3282 |
+
"step": 463
|
3283 |
+
},
|
3284 |
+
{
|
3285 |
+
"epoch": 0.82,
|
3286 |
+
"grad_norm": 0.2438279092311859,
|
3287 |
+
"learning_rate": 0.000415659860567859,
|
3288 |
+
"loss": 0.0935,
|
3289 |
+
"step": 464
|
3290 |
+
},
|
3291 |
+
{
|
3292 |
+
"epoch": 0.82,
|
3293 |
+
"grad_norm": 0.24830487370491028,
|
3294 |
+
"learning_rate": 0.00041531048383639966,
|
3295 |
+
"loss": 0.1061,
|
3296 |
+
"step": 465
|
3297 |
+
},
|
3298 |
+
{
|
3299 |
+
"epoch": 0.82,
|
3300 |
+
"grad_norm": 0.25185227394104004,
|
3301 |
+
"learning_rate": 0.000414960532459181,
|
3302 |
+
"loss": 0.082,
|
3303 |
+
"step": 466
|
3304 |
+
},
|
3305 |
+
{
|
3306 |
+
"epoch": 0.83,
|
3307 |
+
"grad_norm": 0.391631156206131,
|
3308 |
+
"learning_rate": 0.00041461000765269,
|
3309 |
+
"loss": 0.1274,
|
3310 |
+
"step": 467
|
3311 |
+
},
|
3312 |
+
{
|
3313 |
+
"epoch": 0.83,
|
3314 |
+
"grad_norm": 0.30484774708747864,
|
3315 |
+
"learning_rate": 0.0004142589106354071,
|
3316 |
+
"loss": 0.0672,
|
3317 |
+
"step": 468
|
3318 |
+
},
|
3319 |
+
{
|
3320 |
+
"epoch": 0.83,
|
3321 |
+
"grad_norm": 0.2584599554538727,
|
3322 |
+
"learning_rate": 0.0004139072426278021,
|
3323 |
+
"loss": 0.0863,
|
3324 |
+
"step": 469
|
3325 |
+
},
|
3326 |
+
{
|
3327 |
+
"epoch": 0.83,
|
3328 |
+
"grad_norm": 0.27182772755622864,
|
3329 |
+
"learning_rate": 0.0004135550048523292,
|
3330 |
+
"loss": 0.0996,
|
3331 |
+
"step": 470
|
3332 |
+
},
|
3333 |
+
{
|
3334 |
+
"epoch": 0.83,
|
3335 |
+
"grad_norm": 0.2670001685619354,
|
3336 |
+
"learning_rate": 0.00041320219853342347,
|
3337 |
+
"loss": 0.0592,
|
3338 |
+
"step": 471
|
3339 |
+
},
|
3340 |
+
{
|
3341 |
+
"epoch": 0.84,
|
3342 |
+
"grad_norm": 0.19571639597415924,
|
3343 |
+
"learning_rate": 0.0004128488248974962,
|
3344 |
+
"loss": 0.0618,
|
3345 |
+
"step": 472
|
3346 |
+
},
|
3347 |
+
{
|
3348 |
+
"epoch": 0.84,
|
3349 |
+
"grad_norm": 0.436814546585083,
|
3350 |
+
"learning_rate": 0.00041249488517293095,
|
3351 |
+
"loss": 0.1131,
|
3352 |
+
"step": 473
|
3353 |
+
},
|
3354 |
+
{
|
3355 |
+
"epoch": 0.84,
|
3356 |
+
"grad_norm": 0.21684250235557556,
|
3357 |
+
"learning_rate": 0.0004121403805900789,
|
3358 |
+
"loss": 0.0759,
|
3359 |
+
"step": 474
|
3360 |
+
},
|
3361 |
+
{
|
3362 |
+
"epoch": 0.84,
|
3363 |
+
"grad_norm": 0.39313605427742004,
|
3364 |
+
"learning_rate": 0.0004117853123812549,
|
3365 |
+
"loss": 0.0992,
|
3366 |
+
"step": 475
|
3367 |
+
},
|
3368 |
+
{
|
3369 |
+
"epoch": 0.84,
|
3370 |
+
"grad_norm": 0.3653202950954437,
|
3371 |
+
"learning_rate": 0.00041142968178073294,
|
3372 |
+
"loss": 0.099,
|
3373 |
+
"step": 476
|
3374 |
+
},
|
3375 |
+
{
|
3376 |
+
"epoch": 0.84,
|
3377 |
+
"grad_norm": 0.36615628004074097,
|
3378 |
+
"learning_rate": 0.00041107349002474206,
|
3379 |
+
"loss": 0.06,
|
3380 |
+
"step": 477
|
3381 |
+
},
|
3382 |
+
{
|
3383 |
+
"epoch": 0.85,
|
3384 |
+
"grad_norm": 0.2431243658065796,
|
3385 |
+
"learning_rate": 0.00041071673835146194,
|
3386 |
+
"loss": 0.0689,
|
3387 |
+
"step": 478
|
3388 |
+
},
|
3389 |
+
{
|
3390 |
+
"epoch": 0.85,
|
3391 |
+
"grad_norm": 0.7869367599487305,
|
3392 |
+
"learning_rate": 0.00041035942800101864,
|
3393 |
+
"loss": 0.1308,
|
3394 |
+
"step": 479
|
3395 |
+
},
|
3396 |
+
{
|
3397 |
+
"epoch": 0.85,
|
3398 |
+
"grad_norm": 0.2831230163574219,
|
3399 |
+
"learning_rate": 0.0004100015602154802,
|
3400 |
+
"loss": 0.087,
|
3401 |
+
"step": 480
|
3402 |
+
},
|
3403 |
+
{
|
3404 |
+
"epoch": 0.85,
|
3405 |
+
"grad_norm": 0.3709629774093628,
|
3406 |
+
"learning_rate": 0.0004096431362388525,
|
3407 |
+
"loss": 0.0822,
|
3408 |
+
"step": 481
|
3409 |
+
},
|
3410 |
+
{
|
3411 |
+
"epoch": 0.85,
|
3412 |
+
"grad_norm": 0.4082586467266083,
|
3413 |
+
"learning_rate": 0.0004092841573170748,
|
3414 |
+
"loss": 0.1114,
|
3415 |
+
"step": 482
|
3416 |
+
},
|
3417 |
+
{
|
3418 |
+
"epoch": 0.85,
|
3419 |
+
"grad_norm": 0.2919554114341736,
|
3420 |
+
"learning_rate": 0.0004089246246980154,
|
3421 |
+
"loss": 0.1059,
|
3422 |
+
"step": 483
|
3423 |
+
},
|
3424 |
+
{
|
3425 |
+
"epoch": 0.86,
|
3426 |
+
"grad_norm": 0.3750731945037842,
|
3427 |
+
"learning_rate": 0.0004085645396314673,
|
3428 |
+
"loss": 0.082,
|
3429 |
+
"step": 484
|
3430 |
+
},
|
3431 |
+
{
|
3432 |
+
"epoch": 0.86,
|
3433 |
+
"grad_norm": 0.21013659238815308,
|
3434 |
+
"learning_rate": 0.000408203903369144,
|
3435 |
+
"loss": 0.0819,
|
3436 |
+
"step": 485
|
3437 |
+
},
|
3438 |
+
{
|
3439 |
+
"epoch": 0.86,
|
3440 |
+
"grad_norm": 0.20771674811840057,
|
3441 |
+
"learning_rate": 0.00040784271716467503,
|
3442 |
+
"loss": 0.0687,
|
3443 |
+
"step": 486
|
3444 |
+
},
|
3445 |
+
{
|
3446 |
+
"epoch": 0.86,
|
3447 |
+
"grad_norm": 0.157434344291687,
|
3448 |
+
"learning_rate": 0.00040748098227360154,
|
3449 |
+
"loss": 0.0826,
|
3450 |
+
"step": 487
|
3451 |
+
},
|
3452 |
+
{
|
3453 |
+
"epoch": 0.86,
|
3454 |
+
"grad_norm": 0.40467727184295654,
|
3455 |
+
"learning_rate": 0.000407118699953372,
|
3456 |
+
"loss": 0.1131,
|
3457 |
+
"step": 488
|
3458 |
+
},
|
3459 |
+
{
|
3460 |
+
"epoch": 0.87,
|
3461 |
+
"grad_norm": 0.17521728575229645,
|
3462 |
+
"learning_rate": 0.0004067558714633378,
|
3463 |
+
"loss": 0.116,
|
3464 |
+
"step": 489
|
3465 |
+
},
|
3466 |
+
{
|
3467 |
+
"epoch": 0.87,
|
3468 |
+
"grad_norm": 0.2975709140300751,
|
3469 |
+
"learning_rate": 0.0004063924980647492,
|
3470 |
+
"loss": 0.0787,
|
3471 |
+
"step": 490
|
3472 |
+
},
|
3473 |
+
{
|
3474 |
+
"epoch": 0.87,
|
3475 |
+
"grad_norm": 0.22513332962989807,
|
3476 |
+
"learning_rate": 0.0004060285810207503,
|
3477 |
+
"loss": 0.0754,
|
3478 |
+
"step": 491
|
3479 |
+
},
|
3480 |
+
{
|
3481 |
+
"epoch": 0.87,
|
3482 |
+
"grad_norm": 0.2939409613609314,
|
3483 |
+
"learning_rate": 0.00040566412159637514,
|
3484 |
+
"loss": 0.0505,
|
3485 |
+
"step": 492
|
3486 |
+
},
|
3487 |
+
{
|
3488 |
+
"epoch": 0.87,
|
3489 |
+
"grad_norm": 0.21415212750434875,
|
3490 |
+
"learning_rate": 0.000405299121058543,
|
3491 |
+
"loss": 0.0486,
|
3492 |
+
"step": 493
|
3493 |
+
},
|
3494 |
+
{
|
3495 |
+
"epoch": 0.87,
|
3496 |
+
"grad_norm": 0.24846945703029633,
|
3497 |
+
"learning_rate": 0.00040493358067605445,
|
3498 |
+
"loss": 0.0645,
|
3499 |
+
"step": 494
|
3500 |
+
},
|
3501 |
+
{
|
3502 |
+
"epoch": 0.88,
|
3503 |
+
"grad_norm": 0.42928287386894226,
|
3504 |
+
"learning_rate": 0.00040456750171958655,
|
3505 |
+
"loss": 0.1455,
|
3506 |
+
"step": 495
|
3507 |
+
},
|
3508 |
+
{
|
3509 |
+
"epoch": 0.88,
|
3510 |
+
"grad_norm": 0.30920714139938354,
|
3511 |
+
"learning_rate": 0.0004042008854616883,
|
3512 |
+
"loss": 0.0743,
|
3513 |
+
"step": 496
|
3514 |
+
},
|
3515 |
+
{
|
3516 |
+
"epoch": 0.88,
|
3517 |
+
"grad_norm": 0.43211719393730164,
|
3518 |
+
"learning_rate": 0.00040383373317677687,
|
3519 |
+
"loss": 0.1037,
|
3520 |
+
"step": 497
|
3521 |
+
},
|
3522 |
+
{
|
3523 |
+
"epoch": 0.88,
|
3524 |
+
"grad_norm": 0.49942275881767273,
|
3525 |
+
"learning_rate": 0.00040346604614113215,
|
3526 |
+
"loss": 0.123,
|
3527 |
+
"step": 498
|
3528 |
+
},
|
3529 |
+
{
|
3530 |
+
"epoch": 0.88,
|
3531 |
+
"grad_norm": 0.18615621328353882,
|
3532 |
+
"learning_rate": 0.00040309782563289353,
|
3533 |
+
"loss": 0.0783,
|
3534 |
+
"step": 499
|
3535 |
+
},
|
3536 |
+
{
|
3537 |
+
"epoch": 0.88,
|
3538 |
+
"grad_norm": 0.22238926589488983,
|
3539 |
+
"learning_rate": 0.0004027290729320545,
|
3540 |
+
"loss": 0.0698,
|
3541 |
+
"step": 500
|
3542 |
+
},
|
3543 |
+
{
|
3544 |
+
"epoch": 0.89,
|
3545 |
+
"grad_norm": 0.31746548414230347,
|
3546 |
+
"learning_rate": 0.0004023597893204586,
|
3547 |
+
"loss": 0.1682,
|
3548 |
+
"step": 501
|
3549 |
+
},
|
3550 |
+
{
|
3551 |
+
"epoch": 0.89,
|
3552 |
+
"grad_norm": 0.19328100979328156,
|
3553 |
+
"learning_rate": 0.00040198997608179477,
|
3554 |
+
"loss": 0.1028,
|
3555 |
+
"step": 502
|
3556 |
+
},
|
3557 |
+
{
|
3558 |
+
"epoch": 0.89,
|
3559 |
+
"grad_norm": 0.15466806292533875,
|
3560 |
+
"learning_rate": 0.00040161963450159333,
|
3561 |
+
"loss": 0.065,
|
3562 |
+
"step": 503
|
3563 |
+
},
|
3564 |
+
{
|
3565 |
+
"epoch": 0.89,
|
3566 |
+
"grad_norm": 0.3000398874282837,
|
3567 |
+
"learning_rate": 0.00040124876586722103,
|
3568 |
+
"loss": 0.1071,
|
3569 |
+
"step": 504
|
3570 |
+
},
|
3571 |
+
{
|
3572 |
+
"epoch": 0.89,
|
3573 |
+
"grad_norm": 0.16753748059272766,
|
3574 |
+
"learning_rate": 0.00040087737146787654,
|
3575 |
+
"loss": 0.056,
|
3576 |
+
"step": 505
|
3577 |
+
},
|
3578 |
+
{
|
3579 |
+
"epoch": 0.9,
|
3580 |
+
"grad_norm": 0.17570586502552032,
|
3581 |
+
"learning_rate": 0.00040050545259458654,
|
3582 |
+
"loss": 0.0732,
|
3583 |
+
"step": 506
|
3584 |
+
},
|
3585 |
+
{
|
3586 |
+
"epoch": 0.9,
|
3587 |
+
"grad_norm": 0.19240190088748932,
|
3588 |
+
"learning_rate": 0.00040013301054020055,
|
3589 |
+
"loss": 0.0444,
|
3590 |
+
"step": 507
|
3591 |
+
},
|
3592 |
+
{
|
3593 |
+
"epoch": 0.9,
|
3594 |
+
"grad_norm": 0.23935984075069427,
|
3595 |
+
"learning_rate": 0.00039976004659938714,
|
3596 |
+
"loss": 0.0583,
|
3597 |
+
"step": 508
|
3598 |
+
},
|
3599 |
+
{
|
3600 |
+
"epoch": 0.9,
|
3601 |
+
"grad_norm": 0.22633028030395508,
|
3602 |
+
"learning_rate": 0.00039938656206862857,
|
3603 |
+
"loss": 0.065,
|
3604 |
+
"step": 509
|
3605 |
+
},
|
3606 |
+
{
|
3607 |
+
"epoch": 0.9,
|
3608 |
+
"grad_norm": 0.18621531128883362,
|
3609 |
+
"learning_rate": 0.000399012558246217,
|
3610 |
+
"loss": 0.0489,
|
3611 |
+
"step": 510
|
3612 |
+
},
|
3613 |
+
{
|
3614 |
+
"epoch": 0.9,
|
3615 |
+
"grad_norm": 0.37711310386657715,
|
3616 |
+
"learning_rate": 0.0003986380364322498,
|
3617 |
+
"loss": 0.1367,
|
3618 |
+
"step": 511
|
3619 |
+
},
|
3620 |
+
{
|
3621 |
+
"epoch": 0.91,
|
3622 |
+
"grad_norm": 0.26448771357536316,
|
3623 |
+
"learning_rate": 0.00039826299792862475,
|
3624 |
+
"loss": 0.076,
|
3625 |
+
"step": 512
|
3626 |
+
},
|
3627 |
+
{
|
3628 |
+
"epoch": 0.91,
|
3629 |
+
"grad_norm": 0.22461633384227753,
|
3630 |
+
"learning_rate": 0.00039788744403903604,
|
3631 |
+
"loss": 0.0734,
|
3632 |
+
"step": 513
|
3633 |
+
},
|
3634 |
+
{
|
3635 |
+
"epoch": 0.91,
|
3636 |
+
"grad_norm": 0.23908165097236633,
|
3637 |
+
"learning_rate": 0.00039751137606896907,
|
3638 |
+
"loss": 0.0718,
|
3639 |
+
"step": 514
|
3640 |
+
},
|
3641 |
+
{
|
3642 |
+
"epoch": 0.91,
|
3643 |
+
"grad_norm": 0.37807080149650574,
|
3644 |
+
"learning_rate": 0.00039713479532569646,
|
3645 |
+
"loss": 0.1495,
|
3646 |
+
"step": 515
|
3647 |
+
},
|
3648 |
+
{
|
3649 |
+
"epoch": 0.91,
|
3650 |
+
"grad_norm": 0.16840259730815887,
|
3651 |
+
"learning_rate": 0.00039675770311827337,
|
3652 |
+
"loss": 0.0491,
|
3653 |
+
"step": 516
|
3654 |
+
},
|
3655 |
+
{
|
3656 |
+
"epoch": 0.91,
|
3657 |
+
"grad_norm": 0.35179728269577026,
|
3658 |
+
"learning_rate": 0.00039638010075753274,
|
3659 |
+
"loss": 0.0839,
|
3660 |
+
"step": 517
|
3661 |
+
},
|
3662 |
+
{
|
3663 |
+
"epoch": 0.92,
|
3664 |
+
"grad_norm": 0.3631207048892975,
|
3665 |
+
"learning_rate": 0.00039600198955608084,
|
3666 |
+
"loss": 0.1348,
|
3667 |
+
"step": 518
|
3668 |
+
},
|
3669 |
+
{
|
3670 |
+
"epoch": 0.92,
|
3671 |
+
"grad_norm": 0.38650691509246826,
|
3672 |
+
"learning_rate": 0.00039562337082829304,
|
3673 |
+
"loss": 0.15,
|
3674 |
+
"step": 519
|
3675 |
+
},
|
3676 |
+
{
|
3677 |
+
"epoch": 0.92,
|
3678 |
+
"grad_norm": 0.2523843050003052,
|
3679 |
+
"learning_rate": 0.00039524424589030866,
|
3680 |
+
"loss": 0.1172,
|
3681 |
+
"step": 520
|
3682 |
+
},
|
3683 |
+
{
|
3684 |
+
"epoch": 0.92,
|
3685 |
+
"grad_norm": 0.2690166234970093,
|
3686 |
+
"learning_rate": 0.00039486461606002686,
|
3687 |
+
"loss": 0.0619,
|
3688 |
+
"step": 521
|
3689 |
+
},
|
3690 |
+
{
|
3691 |
+
"epoch": 0.92,
|
3692 |
+
"grad_norm": 0.31193405389785767,
|
3693 |
+
"learning_rate": 0.0003944844826571018,
|
3694 |
+
"loss": 0.0834,
|
3695 |
+
"step": 522
|
3696 |
+
},
|
3697 |
+
{
|
3698 |
+
"epoch": 0.93,
|
3699 |
+
"grad_norm": 0.21751855313777924,
|
3700 |
+
"learning_rate": 0.00039410384700293814,
|
3701 |
+
"loss": 0.068,
|
3702 |
+
"step": 523
|
3703 |
+
},
|
3704 |
+
{
|
3705 |
+
"epoch": 0.93,
|
3706 |
+
"grad_norm": 0.34191232919692993,
|
3707 |
+
"learning_rate": 0.0003937227104206865,
|
3708 |
+
"loss": 0.1337,
|
3709 |
+
"step": 524
|
3710 |
+
},
|
3711 |
+
{
|
3712 |
+
"epoch": 0.93,
|
3713 |
+
"grad_norm": 0.34457269310951233,
|
3714 |
+
"learning_rate": 0.0003933410742352388,
|
3715 |
+
"loss": 0.0929,
|
3716 |
+
"step": 525
|
3717 |
+
},
|
3718 |
+
{
|
3719 |
+
"epoch": 0.93,
|
3720 |
+
"grad_norm": 0.22599942982196808,
|
3721 |
+
"learning_rate": 0.0003929589397732236,
|
3722 |
+
"loss": 0.0899,
|
3723 |
+
"step": 526
|
3724 |
+
},
|
3725 |
+
{
|
3726 |
+
"epoch": 0.93,
|
3727 |
+
"grad_norm": 0.23162932693958282,
|
3728 |
+
"learning_rate": 0.0003925763083630017,
|
3729 |
+
"loss": 0.0869,
|
3730 |
+
"step": 527
|
3731 |
+
},
|
3732 |
+
{
|
3733 |
+
"epoch": 0.93,
|
3734 |
+
"grad_norm": 0.19502510130405426,
|
3735 |
+
"learning_rate": 0.00039219318133466104,
|
3736 |
+
"loss": 0.0834,
|
3737 |
+
"step": 528
|
3738 |
+
},
|
3739 |
+
{
|
3740 |
+
"epoch": 0.94,
|
3741 |
+
"grad_norm": 0.2539670169353485,
|
3742 |
+
"learning_rate": 0.0003918095600200128,
|
3743 |
+
"loss": 0.0589,
|
3744 |
+
"step": 529
|
3745 |
+
},
|
3746 |
+
{
|
3747 |
+
"epoch": 0.94,
|
3748 |
+
"grad_norm": 0.15578749775886536,
|
3749 |
+
"learning_rate": 0.00039142544575258614,
|
3750 |
+
"loss": 0.0471,
|
3751 |
+
"step": 530
|
3752 |
+
},
|
3753 |
+
{
|
3754 |
+
"epoch": 0.94,
|
3755 |
+
"grad_norm": 0.41006144881248474,
|
3756 |
+
"learning_rate": 0.00039104083986762396,
|
3757 |
+
"loss": 0.1215,
|
3758 |
+
"step": 531
|
3759 |
+
},
|
3760 |
+
{
|
3761 |
+
"epoch": 0.94,
|
3762 |
+
"grad_norm": 0.3161672055721283,
|
3763 |
+
"learning_rate": 0.00039065574370207785,
|
3764 |
+
"loss": 0.0599,
|
3765 |
+
"step": 532
|
3766 |
+
},
|
3767 |
+
{
|
3768 |
+
"epoch": 0.94,
|
3769 |
+
"grad_norm": 0.2556127607822418,
|
3770 |
+
"learning_rate": 0.00039027015859460394,
|
3771 |
+
"loss": 0.0882,
|
3772 |
+
"step": 533
|
3773 |
+
},
|
3774 |
+
{
|
3775 |
+
"epoch": 0.94,
|
3776 |
+
"grad_norm": 0.5484500527381897,
|
3777 |
+
"learning_rate": 0.000389884085885558,
|
3778 |
+
"loss": 0.1342,
|
3779 |
+
"step": 534
|
3780 |
+
},
|
3781 |
+
{
|
3782 |
+
"epoch": 0.95,
|
3783 |
+
"grad_norm": 0.3688224256038666,
|
3784 |
+
"learning_rate": 0.0003894975269169906,
|
3785 |
+
"loss": 0.062,
|
3786 |
+
"step": 535
|
3787 |
+
},
|
3788 |
+
{
|
3789 |
+
"epoch": 0.95,
|
3790 |
+
"grad_norm": 0.6328185796737671,
|
3791 |
+
"learning_rate": 0.0003891104830326427,
|
3792 |
+
"loss": 0.1068,
|
3793 |
+
"step": 536
|
3794 |
+
},
|
3795 |
+
{
|
3796 |
+
"epoch": 0.95,
|
3797 |
+
"grad_norm": 0.5094593167304993,
|
3798 |
+
"learning_rate": 0.00038872295557794103,
|
3799 |
+
"loss": 0.0593,
|
3800 |
+
"step": 537
|
3801 |
+
},
|
3802 |
+
{
|
3803 |
+
"epoch": 0.95,
|
3804 |
+
"grad_norm": 0.44920942187309265,
|
3805 |
+
"learning_rate": 0.0003883349458999931,
|
3806 |
+
"loss": 0.1134,
|
3807 |
+
"step": 538
|
3808 |
+
},
|
3809 |
+
{
|
3810 |
+
"epoch": 0.95,
|
3811 |
+
"grad_norm": 0.25559201836586,
|
3812 |
+
"learning_rate": 0.0003879464553475828,
|
3813 |
+
"loss": 0.0842,
|
3814 |
+
"step": 539
|
3815 |
+
},
|
3816 |
+
{
|
3817 |
+
"epoch": 0.96,
|
3818 |
+
"grad_norm": 0.24992522597312927,
|
3819 |
+
"learning_rate": 0.0003875574852711656,
|
3820 |
+
"loss": 0.0684,
|
3821 |
+
"step": 540
|
3822 |
+
},
|
3823 |
+
{
|
3824 |
+
"epoch": 0.96,
|
3825 |
+
"grad_norm": 0.7482407093048096,
|
3826 |
+
"learning_rate": 0.0003871680370228639,
|
3827 |
+
"loss": 0.1698,
|
3828 |
+
"step": 541
|
3829 |
+
},
|
3830 |
+
{
|
3831 |
+
"epoch": 0.96,
|
3832 |
+
"grad_norm": 0.42716777324676514,
|
3833 |
+
"learning_rate": 0.00038677811195646233,
|
3834 |
+
"loss": 0.1335,
|
3835 |
+
"step": 542
|
3836 |
+
},
|
3837 |
+
{
|
3838 |
+
"epoch": 0.96,
|
3839 |
+
"grad_norm": 0.5867021083831787,
|
3840 |
+
"learning_rate": 0.0003863877114274029,
|
3841 |
+
"loss": 0.153,
|
3842 |
+
"step": 543
|
3843 |
+
},
|
3844 |
+
{
|
3845 |
+
"epoch": 0.96,
|
3846 |
+
"grad_norm": 0.14882822334766388,
|
3847 |
+
"learning_rate": 0.0003859968367927805,
|
3848 |
+
"loss": 0.0548,
|
3849 |
+
"step": 544
|
3850 |
+
},
|
3851 |
+
{
|
3852 |
+
"epoch": 0.96,
|
3853 |
+
"grad_norm": 0.16213174164295197,
|
3854 |
+
"learning_rate": 0.0003856054894113381,
|
3855 |
+
"loss": 0.0859,
|
3856 |
+
"step": 545
|
3857 |
+
},
|
3858 |
+
{
|
3859 |
+
"epoch": 0.97,
|
3860 |
+
"grad_norm": 0.13216906785964966,
|
3861 |
+
"learning_rate": 0.0003852136706434619,
|
3862 |
+
"loss": 0.0837,
|
3863 |
+
"step": 546
|
3864 |
+
},
|
3865 |
+
{
|
3866 |
+
"epoch": 0.97,
|
3867 |
+
"grad_norm": 0.28230682015419006,
|
3868 |
+
"learning_rate": 0.00038482138185117685,
|
3869 |
+
"loss": 0.0746,
|
3870 |
+
"step": 547
|
3871 |
+
},
|
3872 |
+
{
|
3873 |
+
"epoch": 0.97,
|
3874 |
+
"grad_norm": 0.15776745975017548,
|
3875 |
+
"learning_rate": 0.0003844286243981417,
|
3876 |
+
"loss": 0.0758,
|
3877 |
+
"step": 548
|
3878 |
+
},
|
3879 |
+
{
|
3880 |
+
"epoch": 0.97,
|
3881 |
+
"grad_norm": 0.38748612999916077,
|
3882 |
+
"learning_rate": 0.0003840353996496444,
|
3883 |
+
"loss": 0.0946,
|
3884 |
+
"step": 549
|
3885 |
+
},
|
3886 |
+
{
|
3887 |
+
"epoch": 0.97,
|
3888 |
+
"grad_norm": 0.4377779960632324,
|
3889 |
+
"learning_rate": 0.0003836417089725971,
|
3890 |
+
"loss": 0.078,
|
3891 |
+
"step": 550
|
3892 |
+
},
|
3893 |
+
{
|
3894 |
+
"epoch": 0.97,
|
3895 |
+
"grad_norm": 0.4776962101459503,
|
3896 |
+
"learning_rate": 0.0003832475537355319,
|
3897 |
+
"loss": 0.0996,
|
3898 |
+
"step": 551
|
3899 |
+
},
|
3900 |
+
{
|
3901 |
+
"epoch": 0.98,
|
3902 |
+
"grad_norm": 0.16078083217144012,
|
3903 |
+
"learning_rate": 0.00038285293530859553,
|
3904 |
+
"loss": 0.0813,
|
3905 |
+
"step": 552
|
3906 |
+
},
|
3907 |
+
{
|
3908 |
+
"epoch": 0.98,
|
3909 |
+
"grad_norm": 0.19620949029922485,
|
3910 |
+
"learning_rate": 0.00038245785506354514,
|
3911 |
+
"loss": 0.0716,
|
3912 |
+
"step": 553
|
3913 |
+
},
|
3914 |
+
{
|
3915 |
+
"epoch": 0.98,
|
3916 |
+
"grad_norm": 0.23539945483207703,
|
3917 |
+
"learning_rate": 0.0003820623143737427,
|
3918 |
+
"loss": 0.0727,
|
3919 |
+
"step": 554
|
3920 |
+
},
|
3921 |
+
{
|
3922 |
+
"epoch": 0.98,
|
3923 |
+
"grad_norm": 0.2797366678714752,
|
3924 |
+
"learning_rate": 0.0003816663146141514,
|
3925 |
+
"loss": 0.0307,
|
3926 |
+
"step": 555
|
3927 |
+
},
|
3928 |
+
{
|
3929 |
+
"epoch": 0.98,
|
3930 |
+
"grad_norm": 0.31704849004745483,
|
3931 |
+
"learning_rate": 0.00038126985716132976,
|
3932 |
+
"loss": 0.0522,
|
3933 |
+
"step": 556
|
3934 |
+
},
|
3935 |
+
{
|
3936 |
+
"epoch": 0.99,
|
3937 |
+
"grad_norm": 1.038294792175293,
|
3938 |
+
"learning_rate": 0.00038087294339342765,
|
3939 |
+
"loss": 0.1602,
|
3940 |
+
"step": 557
|
3941 |
+
},
|
3942 |
+
{
|
3943 |
+
"epoch": 0.99,
|
3944 |
+
"grad_norm": 0.39535316824913025,
|
3945 |
+
"learning_rate": 0.00038047557469018077,
|
3946 |
+
"loss": 0.0672,
|
3947 |
+
"step": 558
|
3948 |
+
},
|
3949 |
+
{
|
3950 |
+
"epoch": 0.99,
|
3951 |
+
"grad_norm": 0.5337291359901428,
|
3952 |
+
"learning_rate": 0.00038007775243290666,
|
3953 |
+
"loss": 0.238,
|
3954 |
+
"step": 559
|
3955 |
+
},
|
3956 |
+
{
|
3957 |
+
"epoch": 0.99,
|
3958 |
+
"grad_norm": 0.7618711590766907,
|
3959 |
+
"learning_rate": 0.0003796794780044992,
|
3960 |
+
"loss": 0.0741,
|
3961 |
+
"step": 560
|
3962 |
+
},
|
3963 |
+
{
|
3964 |
+
"epoch": 0.99,
|
3965 |
+
"grad_norm": 0.3507292568683624,
|
3966 |
+
"learning_rate": 0.0003792807527894242,
|
3967 |
+
"loss": 0.1035,
|
3968 |
+
"step": 561
|
3969 |
+
},
|
3970 |
+
{
|
3971 |
+
"epoch": 0.99,
|
3972 |
+
"grad_norm": 0.29699352383613586,
|
3973 |
+
"learning_rate": 0.00037888157817371455,
|
3974 |
+
"loss": 0.0732,
|
3975 |
+
"step": 562
|
3976 |
+
},
|
3977 |
+
{
|
3978 |
+
"epoch": 1.0,
|
3979 |
+
"grad_norm": 0.1690889596939087,
|
3980 |
+
"learning_rate": 0.0003784819555449651,
|
3981 |
+
"loss": 0.0625,
|
3982 |
+
"step": 563
|
3983 |
+
},
|
3984 |
+
{
|
3985 |
+
"epoch": 1.0,
|
3986 |
+
"grad_norm": 0.28516581654548645,
|
3987 |
+
"learning_rate": 0.0003780818862923284,
|
3988 |
+
"loss": 0.0705,
|
3989 |
+
"step": 564
|
3990 |
+
},
|
3991 |
+
{
|
3992 |
+
"epoch": 1.0,
|
3993 |
+
"grad_norm": 0.3408360481262207,
|
3994 |
+
"learning_rate": 0.00037768137180650913,
|
3995 |
+
"loss": 0.1025,
|
3996 |
+
"step": 565
|
3997 |
+
}
|
3998 |
+
],
|
3999 |
+
"logging_steps": 1,
|
4000 |
+
"max_steps": 1695,
|
4001 |
+
"num_input_tokens_seen": 0,
|
4002 |
+
"num_train_epochs": 3,
|
4003 |
+
"save_steps": 565,
|
4004 |
+
"total_flos": 5.169945694856806e+16,
|
4005 |
+
"train_batch_size": 2,
|
4006 |
+
"trial_name": null,
|
4007 |
+
"trial_params": null
|
4008 |
+
}
|
checkpoint-565/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05355e5e278a3f6efe82580b463980e66a86ebddb5a1af9fdb4c07f7cdc95b8e
|
3 |
+
size 5752
|
checkpoint-565/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Qwen/Qwen1.5-7B",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"eos_token_id": 151643,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 4096,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 11008,
|
12 |
+
"max_position_embeddings": 32768,
|
13 |
+
"max_window_layers": 28,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 32,
|
18 |
+
"quantization_config": {
|
19 |
+
"_load_in_4bit": false,
|
20 |
+
"_load_in_8bit": true,
|
21 |
+
"bnb_4bit_compute_dtype": "float32",
|
22 |
+
"bnb_4bit_quant_storage": "uint8",
|
23 |
+
"bnb_4bit_quant_type": "fp4",
|
24 |
+
"bnb_4bit_use_double_quant": false,
|
25 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
26 |
+
"llm_int8_has_fp16_weight": false,
|
27 |
+
"llm_int8_skip_modules": null,
|
28 |
+
"llm_int8_threshold": 6.0,
|
29 |
+
"load_in_4bit": false,
|
30 |
+
"load_in_8bit": true,
|
31 |
+
"quant_method": "bitsandbytes"
|
32 |
+
},
|
33 |
+
"rms_norm_eps": 1e-06,
|
34 |
+
"rope_theta": 1000000.0,
|
35 |
+
"sliding_window": 32768,
|
36 |
+
"tie_word_embeddings": false,
|
37 |
+
"torch_dtype": "bfloat16",
|
38 |
+
"transformers_version": "4.40.0.dev0",
|
39 |
+
"use_cache": false,
|
40 |
+
"use_sliding_window": false,
|
41 |
+
"vocab_size": 151936
|
42 |
+
}
|