er1123090 commited on
Commit
d236286
1 Parent(s): e0f2cf9

Upload folder using huggingface_hub

Browse files
Files changed (42) hide show
  1. README.md +151 -0
  2. adapter_config.json +33 -0
  3. adapter_model.bin +3 -0
  4. checkpoint-256/README.md +202 -0
  5. checkpoint-256/adapter_config.json +33 -0
  6. checkpoint-256/adapter_model.safetensors +3 -0
  7. checkpoint-256/optimizer.pt +3 -0
  8. checkpoint-256/rng_state_0.pth +3 -0
  9. checkpoint-256/rng_state_1.pth +3 -0
  10. checkpoint-256/rng_state_2.pth +3 -0
  11. checkpoint-256/rng_state_3.pth +3 -0
  12. checkpoint-256/rng_state_4.pth +3 -0
  13. checkpoint-256/rng_state_5.pth +3 -0
  14. checkpoint-256/rng_state_6.pth +3 -0
  15. checkpoint-256/scheduler.pt +3 -0
  16. checkpoint-256/special_tokens_map.json +30 -0
  17. checkpoint-256/tokenizer.json +0 -0
  18. checkpoint-256/tokenizer_config.json +45 -0
  19. checkpoint-256/trainer_state.json +1853 -0
  20. checkpoint-256/training_args.bin +3 -0
  21. checkpoint-512/README.md +202 -0
  22. checkpoint-512/adapter_config.json +33 -0
  23. checkpoint-512/adapter_model.safetensors +3 -0
  24. checkpoint-512/optimizer.pt +3 -0
  25. checkpoint-512/rng_state_0.pth +3 -0
  26. checkpoint-512/rng_state_1.pth +3 -0
  27. checkpoint-512/rng_state_2.pth +3 -0
  28. checkpoint-512/rng_state_3.pth +3 -0
  29. checkpoint-512/rng_state_4.pth +3 -0
  30. checkpoint-512/rng_state_5.pth +3 -0
  31. checkpoint-512/rng_state_6.pth +3 -0
  32. checkpoint-512/scheduler.pt +3 -0
  33. checkpoint-512/special_tokens_map.json +30 -0
  34. checkpoint-512/tokenizer.json +0 -0
  35. checkpoint-512/tokenizer_config.json +45 -0
  36. checkpoint-512/trainer_state.json +3677 -0
  37. checkpoint-512/training_args.bin +3 -0
  38. config.json +44 -0
  39. runs/Mar26_00-22-15_ginger/events.out.tfevents.1711412537.ginger.170386.0 +3 -0
  40. special_tokens_map.json +30 -0
  41. tokenizer.json +0 -0
  42. tokenizer_config.json +45 -0
README.md ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ base_model: JY623/KoSOLAR-v2.0
6
+ model-index:
7
+ - name: qlora-out/v1.2
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
15
+ <details><summary>See axolotl config</summary>
16
+
17
+ axolotl version: `0.4.0`
18
+ ```yaml
19
+ base_model: JY623/KoSOLAR-v2.0
20
+ model_type: AutoModelForCausalLM
21
+ tokenizer_type: AutoTokenizer
22
+
23
+ load_in_8bit: false
24
+ load_in_4bit: true
25
+ strict: false
26
+
27
+ push_dataset_to_hub:
28
+ datasets:
29
+ - path: kyujinpy/KOR-OpenOrca-Platypus-v3
30
+ type: alpaca
31
+ dataset_prepared_path:
32
+ val_set_size: 0.05
33
+ output_dir: ./qlora-out/v1.2
34
+
35
+ adapter: qlora
36
+ lora_model_dir:
37
+
38
+ sequence_len: 4096
39
+ sample_packing: true
40
+ pad_to_sequence_len: true
41
+
42
+ lora_r: 32
43
+ lora_alpha: 16
44
+ lora_dropout: 0.05
45
+ lora_target_modules:
46
+ lora_target_linear: true
47
+ lora_fan_in_fan_out:
48
+
49
+ wandb_project:
50
+ wandb_entity:
51
+ wandb_watch:
52
+ wandb_name:
53
+ wandb_log_model:
54
+
55
+ gradient_accumulation_steps: 4
56
+ micro_batch_size: 1
57
+ num_epochs: 2
58
+ optimizer: paged_adamw_32bit
59
+ lr_scheduler: cosine
60
+ learning_rate: 0.0002
61
+
62
+ train_on_inputs: false
63
+ group_by_length: false
64
+ bf16: auto
65
+ fp16:
66
+ tf32: false
67
+
68
+ gradient_checkpointing: true
69
+ early_stopping_patience:
70
+ resume_from_checkpoint:
71
+ local_rank:
72
+ logging_steps: 1
73
+ xformers_attention:
74
+ flash_attention: false
75
+
76
+ warmup_steps: 20
77
+ evals_per_epoch: 4
78
+ eval_table_size:
79
+ saves_per_epoch: 1
80
+ debug:
81
+ deepspeed:
82
+ weight_decay: 0.1
83
+ fsdp:
84
+ fsdp_config:
85
+ special_tokens:
86
+ bos_token: "<s>"
87
+ eos_token: "</s>"
88
+ unk_token: "<unk>"
89
+ ```
90
+
91
+ </details><br>
92
+
93
+ # qlora-out/v1.2
94
+
95
+ This model is a fine-tuned version of [JY623/KoSOLAR-v2.0](https://huggingface.co/JY623/KoSOLAR-v2.0) on the None dataset.
96
+ It achieves the following results on the evaluation set:
97
+ - Loss: 5.1419
98
+
99
+ ## Model description
100
+
101
+ More information needed
102
+
103
+ ## Intended uses & limitations
104
+
105
+ More information needed
106
+
107
+ ## Training and evaluation data
108
+
109
+ More information needed
110
+
111
+ ## Training procedure
112
+
113
+ ### Training hyperparameters
114
+
115
+ The following hyperparameters were used during training:
116
+ - learning_rate: 0.0002
117
+ - train_batch_size: 1
118
+ - eval_batch_size: 1
119
+ - seed: 42
120
+ - distributed_type: multi-GPU
121
+ - num_devices: 7
122
+ - gradient_accumulation_steps: 4
123
+ - total_train_batch_size: 28
124
+ - total_eval_batch_size: 7
125
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
126
+ - lr_scheduler_type: cosine
127
+ - lr_scheduler_warmup_steps: 20
128
+ - num_epochs: 2
129
+
130
+ ### Training results
131
+
132
+ | Training Loss | Epoch | Step | Validation Loss |
133
+ |:-------------:|:-----:|:----:|:---------------:|
134
+ | 13.4775 | 0.0 | 1 | 13.4330 |
135
+ | 6.9219 | 0.25 | 64 | 6.2022 |
136
+ | 5.5416 | 0.5 | 128 | 5.2780 |
137
+ | 5.4282 | 0.75 | 192 | 5.1929 |
138
+ | 5.4864 | 1.0 | 256 | 5.1416 |
139
+ | 5.2877 | 1.24 | 320 | 5.1441 |
140
+ | 5.1731 | 1.49 | 384 | 5.1413 |
141
+ | 5.6221 | 1.74 | 448 | 5.1406 |
142
+ | 5.3737 | 1.99 | 512 | 5.1419 |
143
+
144
+
145
+ ### Framework versions
146
+
147
+ - PEFT 0.9.0
148
+ - Transformers 4.40.0.dev0
149
+ - Pytorch 2.2.1+cu121
150
+ - Datasets 2.18.0
151
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "JY623/KoSOLAR-v2.0",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 32,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "up_proj",
23
+ "k_proj",
24
+ "gate_proj",
25
+ "q_proj",
26
+ "o_proj",
27
+ "v_proj",
28
+ "down_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd8ffd79d6f9619469f3bfb984a5365af2b06f81f2df30508fdf665cd7e2c811
3
+ size 503559370
checkpoint-256/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: JY623/KoSOLAR-v2.0
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.9.0
checkpoint-256/adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "JY623/KoSOLAR-v2.0",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 32,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "up_proj",
23
+ "k_proj",
24
+ "gate_proj",
25
+ "q_proj",
26
+ "o_proj",
27
+ "v_proj",
28
+ "down_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
checkpoint-256/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce3ee956bccbead6fd7e0ea8ae28b55369886e4c116ebc74f8036b91c467e133
3
+ size 503407240
checkpoint-256/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926c619b95fea7414ad6b2e63db19a29f02bfc49ac722884e46798b7a4343e5e
3
+ size 1007047506
checkpoint-256/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e476e90b9456db0e513e94f2e35362b3965e15141137a4c9e3d2fb6a65635a41
3
+ size 15728
checkpoint-256/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d9b8c2570c0d9b6f2307313f2c1a7f1e3d822422d69243a478cf5d59da0742
3
+ size 15728
checkpoint-256/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b83b9657ec724cbdbbfed58ad9c8bcc97e18e5d012cc72f5b4eddadab03deae5
3
+ size 15728
checkpoint-256/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34e22e19677dd891f0cb047c86a5e9ea2cffca1f51987c60052c281bbbffe5d0
3
+ size 15728
checkpoint-256/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a159fc7d01782aa38326dde95cd6a38584e0ad2c6e204aa21052a4eab6eb4a07
3
+ size 15728
checkpoint-256/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b626eae65dc8d09e39c90dcb56470356c7d1fa697552bd789fd6d61acd5095
3
+ size 15728
checkpoint-256/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b59ded2a5476b484b4f9dd34737c7845d24e547a86f2cedf5a6222f83fb951e
3
+ size 15728
checkpoint-256/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa9a21337c0cfd4a6defcff3f1fa6cce5870542bbc17bcc07e9881f2c3a0fc04
3
+ size 1064
checkpoint-256/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-256/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-256/tokenizer_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "additional_special_tokens": [],
31
+ "bos_token": "<s>",
32
+ "chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{% if message['content']%}{{'### System:\n' + message['content']+'\n\n'}}{% endif %}{% elif message['role'] == 'user' %}{{'### User:\n' + message['content']+'\n\n'}}{% elif message['role'] == 'assistant' %}{{'### Assistant:\n' + message['content']}}{% endif %}{% if loop.last and add_generation_prompt %}{{ '### Assistant:\n' }}{% endif %}{% endfor %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": true,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "left",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "LlamaTokenizer",
43
+ "unk_token": "<unk>",
44
+ "use_default_system_prompt": true
45
+ }
checkpoint-256/trainer_state.json ADDED
@@ -0,0 +1,1853 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 5.141561985015869,
3
+ "best_model_checkpoint": "./qlora-out/v1.2/checkpoint-256",
4
+ "epoch": 1.0,
5
+ "eval_steps": 64,
6
+ "global_step": 256,
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": 0.009024755097925663,
14
+ "learning_rate": 1e-05,
15
+ "loss": 13.4775,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "eval_loss": 13.432984352111816,
21
+ "eval_runtime": 117.1907,
22
+ "eval_samples_per_second": 14.464,
23
+ "eval_steps_per_second": 2.074,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.01,
28
+ "grad_norm": 0.008986919187009335,
29
+ "learning_rate": 2e-05,
30
+ "loss": 13.4709,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.01,
35
+ "grad_norm": 0.008954666554927826,
36
+ "learning_rate": 3e-05,
37
+ "loss": 13.4803,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.02,
42
+ "grad_norm": 0.009628714993596077,
43
+ "learning_rate": 4e-05,
44
+ "loss": 13.4636,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.02,
49
+ "grad_norm": 0.010959964245557785,
50
+ "learning_rate": 5e-05,
51
+ "loss": 13.435,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.02,
56
+ "grad_norm": 0.01327170804142952,
57
+ "learning_rate": 6e-05,
58
+ "loss": 13.4603,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.03,
63
+ "grad_norm": 0.016410112380981445,
64
+ "learning_rate": 7e-05,
65
+ "loss": 13.459,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.03,
70
+ "grad_norm": 0.020337102934718132,
71
+ "learning_rate": 8e-05,
72
+ "loss": 13.4504,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.04,
77
+ "grad_norm": 0.025200409814715385,
78
+ "learning_rate": 9e-05,
79
+ "loss": 13.4827,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.04,
84
+ "grad_norm": 0.03093448095023632,
85
+ "learning_rate": 0.0001,
86
+ "loss": 13.441,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.04,
91
+ "grad_norm": 0.03790152817964554,
92
+ "learning_rate": 0.00011000000000000002,
93
+ "loss": 13.4603,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.05,
98
+ "grad_norm": 0.04524616152048111,
99
+ "learning_rate": 0.00012,
100
+ "loss": 13.4387,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.05,
105
+ "grad_norm": 0.054408054798841476,
106
+ "learning_rate": 0.00013000000000000002,
107
+ "loss": 13.4697,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.05,
112
+ "grad_norm": 0.06374166905879974,
113
+ "learning_rate": 0.00014,
114
+ "loss": 13.4468,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.06,
119
+ "grad_norm": 0.07343802601099014,
120
+ "learning_rate": 0.00015000000000000001,
121
+ "loss": 13.3862,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.06,
126
+ "grad_norm": 0.08400653302669525,
127
+ "learning_rate": 0.00016,
128
+ "loss": 13.3262,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.07,
133
+ "grad_norm": 0.09511911123991013,
134
+ "learning_rate": 0.00017,
135
+ "loss": 13.2573,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.07,
140
+ "grad_norm": 0.10723020881414413,
141
+ "learning_rate": 0.00018,
142
+ "loss": 13.2185,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.07,
147
+ "grad_norm": 0.12024787068367004,
148
+ "learning_rate": 0.00019,
149
+ "loss": 13.1834,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.08,
154
+ "grad_norm": 0.13525475561618805,
155
+ "learning_rate": 0.0002,
156
+ "loss": 13.1029,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.08,
161
+ "grad_norm": 0.14704181253910065,
162
+ "learning_rate": 0.0001999979613716069,
163
+ "loss": 13.0303,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.09,
168
+ "grad_norm": 0.16100184619426727,
169
+ "learning_rate": 0.00019999184556954776,
170
+ "loss": 12.9015,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.09,
175
+ "grad_norm": 0.17425554990768433,
176
+ "learning_rate": 0.00019998165284317945,
177
+ "loss": 12.8389,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.09,
182
+ "grad_norm": 0.18788361549377441,
183
+ "learning_rate": 0.00019996738360808565,
184
+ "loss": 12.7146,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.1,
189
+ "grad_norm": 0.20275714993476868,
190
+ "learning_rate": 0.00019994903844605972,
191
+ "loss": 12.5686,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.1,
196
+ "grad_norm": 0.21356578171253204,
197
+ "learning_rate": 0.000199926618105081,
198
+ "loss": 12.4685,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.11,
203
+ "grad_norm": 0.2230716049671173,
204
+ "learning_rate": 0.0001999001234992844,
205
+ "loss": 12.33,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.11,
210
+ "grad_norm": 0.2376524955034256,
211
+ "learning_rate": 0.000199869555708923,
212
+ "loss": 12.1648,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.11,
217
+ "grad_norm": 0.2519569396972656,
218
+ "learning_rate": 0.0001998349159803241,
219
+ "loss": 12.0116,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.12,
224
+ "grad_norm": 0.257049024105072,
225
+ "learning_rate": 0.00019979620572583846,
226
+ "loss": 11.8535,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.12,
231
+ "grad_norm": 0.27328285574913025,
232
+ "learning_rate": 0.00019975342652378246,
233
+ "loss": 11.6906,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.12,
238
+ "grad_norm": 0.2857399880886078,
239
+ "learning_rate": 0.00019970658011837404,
240
+ "loss": 11.4716,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.13,
245
+ "grad_norm": 0.2988531291484833,
246
+ "learning_rate": 0.0001996556684196615,
247
+ "loss": 11.3095,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.13,
252
+ "grad_norm": 0.316837877035141,
253
+ "learning_rate": 0.00019960069350344548,
254
+ "loss": 11.0641,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.14,
259
+ "grad_norm": 0.3310101628303528,
260
+ "learning_rate": 0.0001995416576111945,
261
+ "loss": 10.8383,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.14,
266
+ "grad_norm": 0.3369371294975281,
267
+ "learning_rate": 0.00019947856314995349,
268
+ "loss": 10.6568,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.14,
273
+ "grad_norm": 0.3535173535346985,
274
+ "learning_rate": 0.00019941141269224564,
275
+ "loss": 10.3978,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.15,
280
+ "grad_norm": 0.3756394684314728,
281
+ "learning_rate": 0.0001993402089759675,
282
+ "loss": 10.1159,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.15,
287
+ "grad_norm": 0.38187795877456665,
288
+ "learning_rate": 0.00019926495490427753,
289
+ "loss": 9.879,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.16,
294
+ "grad_norm": 0.39641591906547546,
295
+ "learning_rate": 0.0001991856535454774,
296
+ "loss": 9.5833,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.16,
301
+ "grad_norm": 0.40500307083129883,
302
+ "learning_rate": 0.00019910230813288712,
303
+ "loss": 9.3309,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.16,
308
+ "grad_norm": 0.42996540665626526,
309
+ "learning_rate": 0.00019901492206471325,
310
+ "loss": 8.8893,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.17,
315
+ "grad_norm": 0.41511279344558716,
316
+ "learning_rate": 0.00019892349890391015,
317
+ "loss": 8.597,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.17,
322
+ "grad_norm": 0.35860675573349,
323
+ "learning_rate": 0.00019882804237803488,
324
+ "loss": 8.4768,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.18,
329
+ "grad_norm": 0.3302132785320282,
330
+ "learning_rate": 0.00019872855637909504,
331
+ "loss": 8.3176,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.18,
336
+ "grad_norm": 0.43532317876815796,
337
+ "learning_rate": 0.00019862504496339037,
338
+ "loss": 8.1118,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.18,
343
+ "grad_norm": 0.6842054724693298,
344
+ "learning_rate": 0.000198517512351347,
345
+ "loss": 8.1977,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.19,
350
+ "grad_norm": 0.8128633499145508,
351
+ "learning_rate": 0.0001984059629273457,
352
+ "loss": 8.1527,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.19,
357
+ "grad_norm": 0.8130613565444946,
358
+ "learning_rate": 0.00019829040123954297,
359
+ "loss": 8.0821,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.2,
364
+ "grad_norm": 0.7518128752708435,
365
+ "learning_rate": 0.00019817083199968552,
366
+ "loss": 7.8393,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.2,
371
+ "grad_norm": 0.5997517108917236,
372
+ "learning_rate": 0.00019804726008291828,
373
+ "loss": 7.557,
374
+ "step": 51
375
+ },
376
+ {
377
+ "epoch": 0.2,
378
+ "grad_norm": 0.42999598383903503,
379
+ "learning_rate": 0.00019791969052758562,
380
+ "loss": 7.5165,
381
+ "step": 52
382
+ },
383
+ {
384
+ "epoch": 0.21,
385
+ "grad_norm": 0.3002629578113556,
386
+ "learning_rate": 0.00019778812853502592,
387
+ "loss": 7.3037,
388
+ "step": 53
389
+ },
390
+ {
391
+ "epoch": 0.21,
392
+ "grad_norm": 0.24435582756996155,
393
+ "learning_rate": 0.00019765257946935944,
394
+ "loss": 7.3316,
395
+ "step": 54
396
+ },
397
+ {
398
+ "epoch": 0.21,
399
+ "grad_norm": 0.2515851855278015,
400
+ "learning_rate": 0.00019751304885726967,
401
+ "loss": 7.1767,
402
+ "step": 55
403
+ },
404
+ {
405
+ "epoch": 0.22,
406
+ "grad_norm": 0.2763000726699829,
407
+ "learning_rate": 0.00019736954238777792,
408
+ "loss": 7.0993,
409
+ "step": 56
410
+ },
411
+ {
412
+ "epoch": 0.22,
413
+ "grad_norm": 0.2830991744995117,
414
+ "learning_rate": 0.00019722206591201146,
415
+ "loss": 7.1805,
416
+ "step": 57
417
+ },
418
+ {
419
+ "epoch": 0.23,
420
+ "grad_norm": 0.30122554302215576,
421
+ "learning_rate": 0.00019707062544296498,
422
+ "loss": 7.0762,
423
+ "step": 58
424
+ },
425
+ {
426
+ "epoch": 0.23,
427
+ "grad_norm": 0.3070628046989441,
428
+ "learning_rate": 0.0001969152271552552,
429
+ "loss": 7.1017,
430
+ "step": 59
431
+ },
432
+ {
433
+ "epoch": 0.23,
434
+ "grad_norm": 0.30436331033706665,
435
+ "learning_rate": 0.00019675587738486936,
436
+ "loss": 7.3221,
437
+ "step": 60
438
+ },
439
+ {
440
+ "epoch": 0.24,
441
+ "grad_norm": 0.2854003608226776,
442
+ "learning_rate": 0.00019659258262890683,
443
+ "loss": 6.9803,
444
+ "step": 61
445
+ },
446
+ {
447
+ "epoch": 0.24,
448
+ "grad_norm": 0.27880895137786865,
449
+ "learning_rate": 0.0001964253495453141,
450
+ "loss": 6.7288,
451
+ "step": 62
452
+ },
453
+ {
454
+ "epoch": 0.25,
455
+ "grad_norm": 0.2640041410923004,
456
+ "learning_rate": 0.00019625418495261343,
457
+ "loss": 6.8195,
458
+ "step": 63
459
+ },
460
+ {
461
+ "epoch": 0.25,
462
+ "grad_norm": 0.2415798306465149,
463
+ "learning_rate": 0.00019607909582962477,
464
+ "loss": 6.9219,
465
+ "step": 64
466
+ },
467
+ {
468
+ "epoch": 0.25,
469
+ "eval_loss": 6.202152252197266,
470
+ "eval_runtime": 118.0179,
471
+ "eval_samples_per_second": 14.362,
472
+ "eval_steps_per_second": 2.059,
473
+ "step": 64
474
+ },
475
+ {
476
+ "epoch": 0.25,
477
+ "grad_norm": 0.18691398203372955,
478
+ "learning_rate": 0.0001959000893151813,
479
+ "loss": 6.6136,
480
+ "step": 65
481
+ },
482
+ {
483
+ "epoch": 0.26,
484
+ "grad_norm": 0.15952067077159882,
485
+ "learning_rate": 0.00019571717270783828,
486
+ "loss": 6.4341,
487
+ "step": 66
488
+ },
489
+ {
490
+ "epoch": 0.26,
491
+ "grad_norm": 0.14711293578147888,
492
+ "learning_rate": 0.00019553035346557543,
493
+ "loss": 6.414,
494
+ "step": 67
495
+ },
496
+ {
497
+ "epoch": 0.27,
498
+ "grad_norm": 0.1670265942811966,
499
+ "learning_rate": 0.00019533963920549306,
500
+ "loss": 6.4894,
501
+ "step": 68
502
+ },
503
+ {
504
+ "epoch": 0.27,
505
+ "grad_norm": 0.2034294307231903,
506
+ "learning_rate": 0.00019514503770350127,
507
+ "loss": 6.3448,
508
+ "step": 69
509
+ },
510
+ {
511
+ "epoch": 0.27,
512
+ "grad_norm": 0.22955259680747986,
513
+ "learning_rate": 0.00019494655689400293,
514
+ "loss": 6.3133,
515
+ "step": 70
516
+ },
517
+ {
518
+ "epoch": 0.28,
519
+ "grad_norm": 0.2635420262813568,
520
+ "learning_rate": 0.00019474420486957042,
521
+ "loss": 6.3256,
522
+ "step": 71
523
+ },
524
+ {
525
+ "epoch": 0.28,
526
+ "grad_norm": 0.26006290316581726,
527
+ "learning_rate": 0.00019453798988061535,
528
+ "loss": 6.4601,
529
+ "step": 72
530
+ },
531
+ {
532
+ "epoch": 0.29,
533
+ "grad_norm": 0.22863267362117767,
534
+ "learning_rate": 0.0001943279203350523,
535
+ "loss": 6.1397,
536
+ "step": 73
537
+ },
538
+ {
539
+ "epoch": 0.29,
540
+ "grad_norm": 0.18543188273906708,
541
+ "learning_rate": 0.00019411400479795617,
542
+ "loss": 6.5625,
543
+ "step": 74
544
+ },
545
+ {
546
+ "epoch": 0.29,
547
+ "grad_norm": 0.14754259586334229,
548
+ "learning_rate": 0.00019389625199121263,
549
+ "loss": 6.2912,
550
+ "step": 75
551
+ },
552
+ {
553
+ "epoch": 0.3,
554
+ "grad_norm": 0.12668511271476746,
555
+ "learning_rate": 0.00019367467079316279,
556
+ "loss": 6.2679,
557
+ "step": 76
558
+ },
559
+ {
560
+ "epoch": 0.3,
561
+ "grad_norm": 0.1176210567355156,
562
+ "learning_rate": 0.0001934492702382411,
563
+ "loss": 6.2426,
564
+ "step": 77
565
+ },
566
+ {
567
+ "epoch": 0.3,
568
+ "grad_norm": 0.12420424073934555,
569
+ "learning_rate": 0.00019322005951660697,
570
+ "loss": 6.3293,
571
+ "step": 78
572
+ },
573
+ {
574
+ "epoch": 0.31,
575
+ "grad_norm": 0.1415456086397171,
576
+ "learning_rate": 0.00019298704797377013,
577
+ "loss": 6.0938,
578
+ "step": 79
579
+ },
580
+ {
581
+ "epoch": 0.31,
582
+ "grad_norm": 0.1544170081615448,
583
+ "learning_rate": 0.0001927502451102095,
584
+ "loss": 6.1926,
585
+ "step": 80
586
+ },
587
+ {
588
+ "epoch": 0.32,
589
+ "grad_norm": 0.14980632066726685,
590
+ "learning_rate": 0.00019250966058098588,
591
+ "loss": 6.1425,
592
+ "step": 81
593
+ },
594
+ {
595
+ "epoch": 0.32,
596
+ "grad_norm": 0.13148672878742218,
597
+ "learning_rate": 0.00019226530419534833,
598
+ "loss": 6.0866,
599
+ "step": 82
600
+ },
601
+ {
602
+ "epoch": 0.32,
603
+ "grad_norm": 0.14052827656269073,
604
+ "learning_rate": 0.00019201718591633417,
605
+ "loss": 6.1682,
606
+ "step": 83
607
+ },
608
+ {
609
+ "epoch": 0.33,
610
+ "grad_norm": 0.1245439425110817,
611
+ "learning_rate": 0.0001917653158603628,
612
+ "loss": 6.0281,
613
+ "step": 84
614
+ },
615
+ {
616
+ "epoch": 0.33,
617
+ "grad_norm": 0.1110084131360054,
618
+ "learning_rate": 0.00019150970429682314,
619
+ "loss": 6.0577,
620
+ "step": 85
621
+ },
622
+ {
623
+ "epoch": 0.34,
624
+ "grad_norm": 0.08920083940029144,
625
+ "learning_rate": 0.000191250361647655,
626
+ "loss": 6.0772,
627
+ "step": 86
628
+ },
629
+ {
630
+ "epoch": 0.34,
631
+ "grad_norm": 0.09026093780994415,
632
+ "learning_rate": 0.0001909872984869242,
633
+ "loss": 6.2326,
634
+ "step": 87
635
+ },
636
+ {
637
+ "epoch": 0.34,
638
+ "grad_norm": 0.11133856326341629,
639
+ "learning_rate": 0.00019072052554039122,
640
+ "loss": 5.8261,
641
+ "step": 88
642
+ },
643
+ {
644
+ "epoch": 0.35,
645
+ "grad_norm": 0.11304065585136414,
646
+ "learning_rate": 0.00019045005368507418,
647
+ "loss": 6.3169,
648
+ "step": 89
649
+ },
650
+ {
651
+ "epoch": 0.35,
652
+ "grad_norm": 0.10704243183135986,
653
+ "learning_rate": 0.00019017589394880515,
654
+ "loss": 5.9967,
655
+ "step": 90
656
+ },
657
+ {
658
+ "epoch": 0.36,
659
+ "grad_norm": 0.1576884537935257,
660
+ "learning_rate": 0.0001898980575097806,
661
+ "loss": 5.7186,
662
+ "step": 91
663
+ },
664
+ {
665
+ "epoch": 0.36,
666
+ "grad_norm": 0.12191645801067352,
667
+ "learning_rate": 0.00018961655569610557,
668
+ "loss": 5.8001,
669
+ "step": 92
670
+ },
671
+ {
672
+ "epoch": 0.36,
673
+ "grad_norm": 0.1100529134273529,
674
+ "learning_rate": 0.00018933139998533188,
675
+ "loss": 5.9882,
676
+ "step": 93
677
+ },
678
+ {
679
+ "epoch": 0.37,
680
+ "grad_norm": 0.10520044714212418,
681
+ "learning_rate": 0.00018904260200399006,
682
+ "loss": 5.8127,
683
+ "step": 94
684
+ },
685
+ {
686
+ "epoch": 0.37,
687
+ "grad_norm": 0.08245933800935745,
688
+ "learning_rate": 0.00018875017352711545,
689
+ "loss": 6.0165,
690
+ "step": 95
691
+ },
692
+ {
693
+ "epoch": 0.38,
694
+ "grad_norm": 0.07817509770393372,
695
+ "learning_rate": 0.00018845412647776794,
696
+ "loss": 5.9087,
697
+ "step": 96
698
+ },
699
+ {
700
+ "epoch": 0.38,
701
+ "grad_norm": 0.07296270877122879,
702
+ "learning_rate": 0.00018815447292654596,
703
+ "loss": 5.8837,
704
+ "step": 97
705
+ },
706
+ {
707
+ "epoch": 0.38,
708
+ "grad_norm": 0.077950619161129,
709
+ "learning_rate": 0.00018785122509109426,
710
+ "loss": 5.9915,
711
+ "step": 98
712
+ },
713
+ {
714
+ "epoch": 0.39,
715
+ "grad_norm": 0.09345076233148575,
716
+ "learning_rate": 0.00018754439533560574,
717
+ "loss": 5.9908,
718
+ "step": 99
719
+ },
720
+ {
721
+ "epoch": 0.39,
722
+ "grad_norm": 0.10249783098697662,
723
+ "learning_rate": 0.00018723399617031751,
724
+ "loss": 6.0887,
725
+ "step": 100
726
+ },
727
+ {
728
+ "epoch": 0.39,
729
+ "grad_norm": 0.11731438338756561,
730
+ "learning_rate": 0.00018692004025100054,
731
+ "loss": 6.0414,
732
+ "step": 101
733
+ },
734
+ {
735
+ "epoch": 0.4,
736
+ "grad_norm": 0.06663200259208679,
737
+ "learning_rate": 0.00018660254037844388,
738
+ "loss": 5.881,
739
+ "step": 102
740
+ },
741
+ {
742
+ "epoch": 0.4,
743
+ "grad_norm": 0.07221497595310211,
744
+ "learning_rate": 0.00018628150949793261,
745
+ "loss": 5.6574,
746
+ "step": 103
747
+ },
748
+ {
749
+ "epoch": 0.41,
750
+ "grad_norm": 0.061096612364053726,
751
+ "learning_rate": 0.00018595696069872013,
752
+ "loss": 5.8519,
753
+ "step": 104
754
+ },
755
+ {
756
+ "epoch": 0.41,
757
+ "grad_norm": 0.06478705257177353,
758
+ "learning_rate": 0.00018562890721349434,
759
+ "loss": 5.7816,
760
+ "step": 105
761
+ },
762
+ {
763
+ "epoch": 0.41,
764
+ "grad_norm": 0.06368556618690491,
765
+ "learning_rate": 0.00018529736241783824,
766
+ "loss": 5.872,
767
+ "step": 106
768
+ },
769
+ {
770
+ "epoch": 0.42,
771
+ "grad_norm": 0.07194569706916809,
772
+ "learning_rate": 0.00018496233982968457,
773
+ "loss": 5.9662,
774
+ "step": 107
775
+ },
776
+ {
777
+ "epoch": 0.42,
778
+ "grad_norm": 0.07953158766031265,
779
+ "learning_rate": 0.00018462385310876443,
780
+ "loss": 5.783,
781
+ "step": 108
782
+ },
783
+ {
784
+ "epoch": 0.43,
785
+ "grad_norm": 0.06713347882032394,
786
+ "learning_rate": 0.00018428191605605068,
787
+ "loss": 5.8917,
788
+ "step": 109
789
+ },
790
+ {
791
+ "epoch": 0.43,
792
+ "grad_norm": 0.06519600003957748,
793
+ "learning_rate": 0.000183936542613195,
794
+ "loss": 5.797,
795
+ "step": 110
796
+ },
797
+ {
798
+ "epoch": 0.43,
799
+ "grad_norm": 0.0615142360329628,
800
+ "learning_rate": 0.00018358774686195954,
801
+ "loss": 5.8417,
802
+ "step": 111
803
+ },
804
+ {
805
+ "epoch": 0.44,
806
+ "grad_norm": 0.07100021839141846,
807
+ "learning_rate": 0.00018323554302364272,
808
+ "loss": 5.6852,
809
+ "step": 112
810
+ },
811
+ {
812
+ "epoch": 0.44,
813
+ "grad_norm": 0.08909253031015396,
814
+ "learning_rate": 0.00018287994545849946,
815
+ "loss": 5.7358,
816
+ "step": 113
817
+ },
818
+ {
819
+ "epoch": 0.45,
820
+ "grad_norm": 0.052479445934295654,
821
+ "learning_rate": 0.00018252096866515558,
822
+ "loss": 5.7226,
823
+ "step": 114
824
+ },
825
+ {
826
+ "epoch": 0.45,
827
+ "grad_norm": 0.05653544142842293,
828
+ "learning_rate": 0.00018215862728001677,
829
+ "loss": 5.6749,
830
+ "step": 115
831
+ },
832
+ {
833
+ "epoch": 0.45,
834
+ "grad_norm": 0.07588440924882889,
835
+ "learning_rate": 0.00018179293607667178,
836
+ "loss": 5.7824,
837
+ "step": 116
838
+ },
839
+ {
840
+ "epoch": 0.46,
841
+ "grad_norm": 0.05357549712061882,
842
+ "learning_rate": 0.00018142390996528994,
843
+ "loss": 5.6497,
844
+ "step": 117
845
+ },
846
+ {
847
+ "epoch": 0.46,
848
+ "grad_norm": 0.07835177332162857,
849
+ "learning_rate": 0.0001810515639920135,
850
+ "loss": 5.823,
851
+ "step": 118
852
+ },
853
+ {
854
+ "epoch": 0.46,
855
+ "grad_norm": 0.05335072800517082,
856
+ "learning_rate": 0.00018067591333834383,
857
+ "loss": 5.6614,
858
+ "step": 119
859
+ },
860
+ {
861
+ "epoch": 0.47,
862
+ "grad_norm": 0.0556107759475708,
863
+ "learning_rate": 0.00018029697332052277,
864
+ "loss": 5.735,
865
+ "step": 120
866
+ },
867
+ {
868
+ "epoch": 0.47,
869
+ "grad_norm": 0.05811074376106262,
870
+ "learning_rate": 0.0001799147593889079,
871
+ "loss": 5.5866,
872
+ "step": 121
873
+ },
874
+ {
875
+ "epoch": 0.48,
876
+ "grad_norm": 0.06357719749212265,
877
+ "learning_rate": 0.00017952928712734268,
878
+ "loss": 5.6589,
879
+ "step": 122
880
+ },
881
+ {
882
+ "epoch": 0.48,
883
+ "grad_norm": 0.07032563537359238,
884
+ "learning_rate": 0.000179140572252521,
885
+ "loss": 5.5309,
886
+ "step": 123
887
+ },
888
+ {
889
+ "epoch": 0.48,
890
+ "grad_norm": 0.06277754157781601,
891
+ "learning_rate": 0.00017874863061334657,
892
+ "loss": 5.6021,
893
+ "step": 124
894
+ },
895
+ {
896
+ "epoch": 0.49,
897
+ "grad_norm": 0.0650109127163887,
898
+ "learning_rate": 0.00017835347819028643,
899
+ "loss": 5.7339,
900
+ "step": 125
901
+ },
902
+ {
903
+ "epoch": 0.49,
904
+ "grad_norm": 0.07425089180469513,
905
+ "learning_rate": 0.00017795513109471954,
906
+ "loss": 5.5569,
907
+ "step": 126
908
+ },
909
+ {
910
+ "epoch": 0.5,
911
+ "grad_norm": 0.05482316017150879,
912
+ "learning_rate": 0.0001775536055682799,
913
+ "loss": 5.7093,
914
+ "step": 127
915
+ },
916
+ {
917
+ "epoch": 0.5,
918
+ "grad_norm": 0.04600892961025238,
919
+ "learning_rate": 0.0001771489179821943,
920
+ "loss": 5.5416,
921
+ "step": 128
922
+ },
923
+ {
924
+ "epoch": 0.5,
925
+ "eval_loss": 5.278008937835693,
926
+ "eval_runtime": 118.0858,
927
+ "eval_samples_per_second": 14.354,
928
+ "eval_steps_per_second": 2.058,
929
+ "step": 128
930
+ },
931
+ {
932
+ "epoch": 0.5,
933
+ "grad_norm": 0.046527788043022156,
934
+ "learning_rate": 0.0001767410848366148,
935
+ "loss": 5.61,
936
+ "step": 129
937
+ },
938
+ {
939
+ "epoch": 0.51,
940
+ "grad_norm": 0.050605978816747665,
941
+ "learning_rate": 0.000176330122759946,
942
+ "loss": 5.4324,
943
+ "step": 130
944
+ },
945
+ {
946
+ "epoch": 0.51,
947
+ "grad_norm": 0.04772460088133812,
948
+ "learning_rate": 0.00017591604850816705,
949
+ "loss": 5.5366,
950
+ "step": 131
951
+ },
952
+ {
953
+ "epoch": 0.52,
954
+ "grad_norm": 0.06192879006266594,
955
+ "learning_rate": 0.00017549887896414851,
956
+ "loss": 5.6139,
957
+ "step": 132
958
+ },
959
+ {
960
+ "epoch": 0.52,
961
+ "grad_norm": 0.1338934600353241,
962
+ "learning_rate": 0.0001750786311369639,
963
+ "loss": 5.7635,
964
+ "step": 133
965
+ },
966
+ {
967
+ "epoch": 0.52,
968
+ "grad_norm": 0.07604615390300751,
969
+ "learning_rate": 0.00017465532216119625,
970
+ "loss": 5.8955,
971
+ "step": 134
972
+ },
973
+ {
974
+ "epoch": 0.53,
975
+ "grad_norm": 0.050154052674770355,
976
+ "learning_rate": 0.00017422896929623959,
977
+ "loss": 5.5455,
978
+ "step": 135
979
+ },
980
+ {
981
+ "epoch": 0.53,
982
+ "grad_norm": 0.057466309517621994,
983
+ "learning_rate": 0.00017379958992559493,
984
+ "loss": 5.7089,
985
+ "step": 136
986
+ },
987
+ {
988
+ "epoch": 0.54,
989
+ "grad_norm": 0.055996015667915344,
990
+ "learning_rate": 0.00017336720155616185,
991
+ "loss": 5.6818,
992
+ "step": 137
993
+ },
994
+ {
995
+ "epoch": 0.54,
996
+ "grad_norm": 0.07138606905937195,
997
+ "learning_rate": 0.0001729318218175245,
998
+ "loss": 5.6629,
999
+ "step": 138
1000
+ },
1001
+ {
1002
+ "epoch": 0.54,
1003
+ "grad_norm": 0.07406231015920639,
1004
+ "learning_rate": 0.0001724934684612328,
1005
+ "loss": 5.5892,
1006
+ "step": 139
1007
+ },
1008
+ {
1009
+ "epoch": 0.55,
1010
+ "grad_norm": 0.06853732466697693,
1011
+ "learning_rate": 0.0001720521593600787,
1012
+ "loss": 5.4891,
1013
+ "step": 140
1014
+ },
1015
+ {
1016
+ "epoch": 0.55,
1017
+ "grad_norm": 0.04835648089647293,
1018
+ "learning_rate": 0.00017160791250736752,
1019
+ "loss": 5.5121,
1020
+ "step": 141
1021
+ },
1022
+ {
1023
+ "epoch": 0.55,
1024
+ "grad_norm": 0.05019184201955795,
1025
+ "learning_rate": 0.00017116074601618417,
1026
+ "loss": 5.7229,
1027
+ "step": 142
1028
+ },
1029
+ {
1030
+ "epoch": 0.56,
1031
+ "grad_norm": 0.04837877303361893,
1032
+ "learning_rate": 0.00017071067811865476,
1033
+ "loss": 5.7613,
1034
+ "step": 143
1035
+ },
1036
+ {
1037
+ "epoch": 0.56,
1038
+ "grad_norm": 0.04546854645013809,
1039
+ "learning_rate": 0.00017025772716520323,
1040
+ "loss": 5.5808,
1041
+ "step": 144
1042
+ },
1043
+ {
1044
+ "epoch": 0.57,
1045
+ "grad_norm": 0.053208645433187485,
1046
+ "learning_rate": 0.000169801911623803,
1047
+ "loss": 5.5359,
1048
+ "step": 145
1049
+ },
1050
+ {
1051
+ "epoch": 0.57,
1052
+ "grad_norm": 0.04370814561843872,
1053
+ "learning_rate": 0.00016934325007922417,
1054
+ "loss": 5.6874,
1055
+ "step": 146
1056
+ },
1057
+ {
1058
+ "epoch": 0.57,
1059
+ "grad_norm": 0.03918847441673279,
1060
+ "learning_rate": 0.00016888176123227577,
1061
+ "loss": 5.4949,
1062
+ "step": 147
1063
+ },
1064
+ {
1065
+ "epoch": 0.58,
1066
+ "grad_norm": 0.07932115346193314,
1067
+ "learning_rate": 0.00016841746389904304,
1068
+ "loss": 5.8311,
1069
+ "step": 148
1070
+ },
1071
+ {
1072
+ "epoch": 0.58,
1073
+ "grad_norm": 0.049384649842977524,
1074
+ "learning_rate": 0.00016795037701012057,
1075
+ "loss": 5.763,
1076
+ "step": 149
1077
+ },
1078
+ {
1079
+ "epoch": 0.59,
1080
+ "grad_norm": 0.04727654159069061,
1081
+ "learning_rate": 0.00016748051960984022,
1082
+ "loss": 5.7183,
1083
+ "step": 150
1084
+ },
1085
+ {
1086
+ "epoch": 0.59,
1087
+ "grad_norm": 0.04280374199151993,
1088
+ "learning_rate": 0.00016700791085549473,
1089
+ "loss": 5.4721,
1090
+ "step": 151
1091
+ },
1092
+ {
1093
+ "epoch": 0.59,
1094
+ "grad_norm": 0.08193852752447128,
1095
+ "learning_rate": 0.00016653257001655652,
1096
+ "loss": 5.4723,
1097
+ "step": 152
1098
+ },
1099
+ {
1100
+ "epoch": 0.6,
1101
+ "grad_norm": 0.058386653661727905,
1102
+ "learning_rate": 0.00016605451647389236,
1103
+ "loss": 5.5226,
1104
+ "step": 153
1105
+ },
1106
+ {
1107
+ "epoch": 0.6,
1108
+ "grad_norm": 0.05409287288784981,
1109
+ "learning_rate": 0.00016557376971897266,
1110
+ "loss": 5.7237,
1111
+ "step": 154
1112
+ },
1113
+ {
1114
+ "epoch": 0.61,
1115
+ "grad_norm": 0.03722846135497093,
1116
+ "learning_rate": 0.00016509034935307715,
1117
+ "loss": 5.6341,
1118
+ "step": 155
1119
+ },
1120
+ {
1121
+ "epoch": 0.61,
1122
+ "grad_norm": 0.07390096038579941,
1123
+ "learning_rate": 0.00016460427508649546,
1124
+ "loss": 5.7795,
1125
+ "step": 156
1126
+ },
1127
+ {
1128
+ "epoch": 0.61,
1129
+ "grad_norm": 0.038613855838775635,
1130
+ "learning_rate": 0.00016411556673772364,
1131
+ "loss": 5.4934,
1132
+ "step": 157
1133
+ },
1134
+ {
1135
+ "epoch": 0.62,
1136
+ "grad_norm": 0.052825428545475006,
1137
+ "learning_rate": 0.00016362424423265598,
1138
+ "loss": 5.3813,
1139
+ "step": 158
1140
+ },
1141
+ {
1142
+ "epoch": 0.62,
1143
+ "grad_norm": 0.035356536507606506,
1144
+ "learning_rate": 0.00016313032760377271,
1145
+ "loss": 5.5633,
1146
+ "step": 159
1147
+ },
1148
+ {
1149
+ "epoch": 0.62,
1150
+ "grad_norm": 0.038892149925231934,
1151
+ "learning_rate": 0.00016263383698932306,
1152
+ "loss": 5.4557,
1153
+ "step": 160
1154
+ },
1155
+ {
1156
+ "epoch": 0.63,
1157
+ "grad_norm": 0.043012477457523346,
1158
+ "learning_rate": 0.00016213479263250434,
1159
+ "loss": 5.4882,
1160
+ "step": 161
1161
+ },
1162
+ {
1163
+ "epoch": 0.63,
1164
+ "grad_norm": 0.03944695368409157,
1165
+ "learning_rate": 0.00016163321488063637,
1166
+ "loss": 5.5918,
1167
+ "step": 162
1168
+ },
1169
+ {
1170
+ "epoch": 0.64,
1171
+ "grad_norm": 0.06338631361722946,
1172
+ "learning_rate": 0.00016112912418433218,
1173
+ "loss": 5.5623,
1174
+ "step": 163
1175
+ },
1176
+ {
1177
+ "epoch": 0.64,
1178
+ "grad_norm": 0.047581642866134644,
1179
+ "learning_rate": 0.0001606225410966638,
1180
+ "loss": 5.6071,
1181
+ "step": 164
1182
+ },
1183
+ {
1184
+ "epoch": 0.64,
1185
+ "grad_norm": 0.035596996545791626,
1186
+ "learning_rate": 0.00016011348627232463,
1187
+ "loss": 5.4562,
1188
+ "step": 165
1189
+ },
1190
+ {
1191
+ "epoch": 0.65,
1192
+ "grad_norm": 0.041574880480766296,
1193
+ "learning_rate": 0.000159601980466787,
1194
+ "loss": 5.5685,
1195
+ "step": 166
1196
+ },
1197
+ {
1198
+ "epoch": 0.65,
1199
+ "grad_norm": 0.07232942432165146,
1200
+ "learning_rate": 0.00015908804453545607,
1201
+ "loss": 5.6704,
1202
+ "step": 167
1203
+ },
1204
+ {
1205
+ "epoch": 0.66,
1206
+ "grad_norm": 0.04852332919836044,
1207
+ "learning_rate": 0.00015857169943281948,
1208
+ "loss": 5.3836,
1209
+ "step": 168
1210
+ },
1211
+ {
1212
+ "epoch": 0.66,
1213
+ "grad_norm": 0.04303191974759102,
1214
+ "learning_rate": 0.000158052966211593,
1215
+ "loss": 5.5911,
1216
+ "step": 169
1217
+ },
1218
+ {
1219
+ "epoch": 0.66,
1220
+ "grad_norm": 0.04516925662755966,
1221
+ "learning_rate": 0.00015753186602186209,
1222
+ "loss": 5.532,
1223
+ "step": 170
1224
+ },
1225
+ {
1226
+ "epoch": 0.67,
1227
+ "grad_norm": 0.05235312879085541,
1228
+ "learning_rate": 0.00015700842011021955,
1229
+ "loss": 5.6902,
1230
+ "step": 171
1231
+ },
1232
+ {
1233
+ "epoch": 0.67,
1234
+ "grad_norm": 0.04326900467276573,
1235
+ "learning_rate": 0.00015648264981889934,
1236
+ "loss": 5.6425,
1237
+ "step": 172
1238
+ },
1239
+ {
1240
+ "epoch": 0.68,
1241
+ "grad_norm": 0.04079822823405266,
1242
+ "learning_rate": 0.00015595457658490643,
1243
+ "loss": 5.619,
1244
+ "step": 173
1245
+ },
1246
+ {
1247
+ "epoch": 0.68,
1248
+ "grad_norm": 0.0557156540453434,
1249
+ "learning_rate": 0.0001554242219391425,
1250
+ "loss": 5.352,
1251
+ "step": 174
1252
+ },
1253
+ {
1254
+ "epoch": 0.68,
1255
+ "grad_norm": 0.06979982554912567,
1256
+ "learning_rate": 0.00015489160750552832,
1257
+ "loss": 5.7106,
1258
+ "step": 175
1259
+ },
1260
+ {
1261
+ "epoch": 0.69,
1262
+ "grad_norm": 0.05179354175925255,
1263
+ "learning_rate": 0.00015435675500012212,
1264
+ "loss": 5.7409,
1265
+ "step": 176
1266
+ },
1267
+ {
1268
+ "epoch": 0.69,
1269
+ "grad_norm": 0.04983863607048988,
1270
+ "learning_rate": 0.0001538196862302339,
1271
+ "loss": 5.6446,
1272
+ "step": 177
1273
+ },
1274
+ {
1275
+ "epoch": 0.7,
1276
+ "grad_norm": 0.040575865656137466,
1277
+ "learning_rate": 0.00015328042309353657,
1278
+ "loss": 5.6534,
1279
+ "step": 178
1280
+ },
1281
+ {
1282
+ "epoch": 0.7,
1283
+ "grad_norm": 0.0419522225856781,
1284
+ "learning_rate": 0.00015273898757717293,
1285
+ "loss": 5.7551,
1286
+ "step": 179
1287
+ },
1288
+ {
1289
+ "epoch": 0.7,
1290
+ "grad_norm": 0.0641922652721405,
1291
+ "learning_rate": 0.00015219540175685938,
1292
+ "loss": 5.6773,
1293
+ "step": 180
1294
+ },
1295
+ {
1296
+ "epoch": 0.71,
1297
+ "grad_norm": 0.07758746296167374,
1298
+ "learning_rate": 0.00015164968779598557,
1299
+ "loss": 5.3518,
1300
+ "step": 181
1301
+ },
1302
+ {
1303
+ "epoch": 0.71,
1304
+ "grad_norm": 0.036839358508586884,
1305
+ "learning_rate": 0.00015110186794471103,
1306
+ "loss": 5.6357,
1307
+ "step": 182
1308
+ },
1309
+ {
1310
+ "epoch": 0.71,
1311
+ "grad_norm": 0.03718819469213486,
1312
+ "learning_rate": 0.00015055196453905788,
1313
+ "loss": 5.5973,
1314
+ "step": 183
1315
+ },
1316
+ {
1317
+ "epoch": 0.72,
1318
+ "grad_norm": 0.04714547097682953,
1319
+ "learning_rate": 0.00015000000000000001,
1320
+ "loss": 5.5771,
1321
+ "step": 184
1322
+ },
1323
+ {
1324
+ "epoch": 0.72,
1325
+ "grad_norm": 0.04743782430887222,
1326
+ "learning_rate": 0.00014944599683254902,
1327
+ "loss": 5.5583,
1328
+ "step": 185
1329
+ },
1330
+ {
1331
+ "epoch": 0.73,
1332
+ "grad_norm": 0.03646031394600868,
1333
+ "learning_rate": 0.0001488899776248367,
1334
+ "loss": 5.5805,
1335
+ "step": 186
1336
+ },
1337
+ {
1338
+ "epoch": 0.73,
1339
+ "grad_norm": 0.03820512071251869,
1340
+ "learning_rate": 0.00014833196504719388,
1341
+ "loss": 5.6603,
1342
+ "step": 187
1343
+ },
1344
+ {
1345
+ "epoch": 0.73,
1346
+ "grad_norm": 0.0345190055668354,
1347
+ "learning_rate": 0.0001477719818512263,
1348
+ "loss": 5.5955,
1349
+ "step": 188
1350
+ },
1351
+ {
1352
+ "epoch": 0.74,
1353
+ "grad_norm": 0.04769587889313698,
1354
+ "learning_rate": 0.00014721005086888676,
1355
+ "loss": 5.6999,
1356
+ "step": 189
1357
+ },
1358
+ {
1359
+ "epoch": 0.74,
1360
+ "grad_norm": 0.0692368894815445,
1361
+ "learning_rate": 0.00014664619501154443,
1362
+ "loss": 5.4506,
1363
+ "step": 190
1364
+ },
1365
+ {
1366
+ "epoch": 0.75,
1367
+ "grad_norm": 0.03599226102232933,
1368
+ "learning_rate": 0.0001460804372690505,
1369
+ "loss": 5.4122,
1370
+ "step": 191
1371
+ },
1372
+ {
1373
+ "epoch": 0.75,
1374
+ "grad_norm": 0.03820048272609711,
1375
+ "learning_rate": 0.0001455128007088009,
1376
+ "loss": 5.4282,
1377
+ "step": 192
1378
+ },
1379
+ {
1380
+ "epoch": 0.75,
1381
+ "eval_loss": 5.192940711975098,
1382
+ "eval_runtime": 118.1006,
1383
+ "eval_samples_per_second": 14.352,
1384
+ "eval_steps_per_second": 2.058,
1385
+ "step": 192
1386
+ },
1387
+ {
1388
+ "epoch": 0.75,
1389
+ "grad_norm": 0.03974439203739166,
1390
+ "learning_rate": 0.0001449433084747958,
1391
+ "loss": 5.4563,
1392
+ "step": 193
1393
+ },
1394
+ {
1395
+ "epoch": 0.76,
1396
+ "grad_norm": 0.034280966967344284,
1397
+ "learning_rate": 0.00014437198378669598,
1398
+ "loss": 5.4544,
1399
+ "step": 194
1400
+ },
1401
+ {
1402
+ "epoch": 0.76,
1403
+ "grad_norm": 0.048673514276742935,
1404
+ "learning_rate": 0.00014379884993887606,
1405
+ "loss": 5.5972,
1406
+ "step": 195
1407
+ },
1408
+ {
1409
+ "epoch": 0.77,
1410
+ "grad_norm": 0.0692707970738411,
1411
+ "learning_rate": 0.00014322393029947468,
1412
+ "loss": 5.6211,
1413
+ "step": 196
1414
+ },
1415
+ {
1416
+ "epoch": 0.77,
1417
+ "grad_norm": 0.04898356273770332,
1418
+ "learning_rate": 0.000142647248309442,
1419
+ "loss": 5.3995,
1420
+ "step": 197
1421
+ },
1422
+ {
1423
+ "epoch": 0.77,
1424
+ "grad_norm": 0.058041736483573914,
1425
+ "learning_rate": 0.0001420688274815834,
1426
+ "loss": 5.4633,
1427
+ "step": 198
1428
+ },
1429
+ {
1430
+ "epoch": 0.78,
1431
+ "grad_norm": 0.036273758858442307,
1432
+ "learning_rate": 0.0001414886913996015,
1433
+ "loss": 5.5174,
1434
+ "step": 199
1435
+ },
1436
+ {
1437
+ "epoch": 0.78,
1438
+ "grad_norm": 0.08915985375642776,
1439
+ "learning_rate": 0.00014090686371713402,
1440
+ "loss": 5.7644,
1441
+ "step": 200
1442
+ },
1443
+ {
1444
+ "epoch": 0.79,
1445
+ "grad_norm": 0.03881510719656944,
1446
+ "learning_rate": 0.00014032336815678956,
1447
+ "loss": 5.3306,
1448
+ "step": 201
1449
+ },
1450
+ {
1451
+ "epoch": 0.79,
1452
+ "grad_norm": 0.03407745435833931,
1453
+ "learning_rate": 0.00013973822850918055,
1454
+ "loss": 5.3793,
1455
+ "step": 202
1456
+ },
1457
+ {
1458
+ "epoch": 0.79,
1459
+ "grad_norm": 0.04425397515296936,
1460
+ "learning_rate": 0.00013915146863195291,
1461
+ "loss": 5.5079,
1462
+ "step": 203
1463
+ },
1464
+ {
1465
+ "epoch": 0.8,
1466
+ "grad_norm": 0.03599456697702408,
1467
+ "learning_rate": 0.0001385631124488136,
1468
+ "loss": 5.6079,
1469
+ "step": 204
1470
+ },
1471
+ {
1472
+ "epoch": 0.8,
1473
+ "grad_norm": 0.06741538643836975,
1474
+ "learning_rate": 0.00013797318394855496,
1475
+ "loss": 5.4523,
1476
+ "step": 205
1477
+ },
1478
+ {
1479
+ "epoch": 0.8,
1480
+ "grad_norm": 0.04686039686203003,
1481
+ "learning_rate": 0.00013738170718407687,
1482
+ "loss": 5.3534,
1483
+ "step": 206
1484
+ },
1485
+ {
1486
+ "epoch": 0.81,
1487
+ "grad_norm": 0.03939492255449295,
1488
+ "learning_rate": 0.00013678870627140585,
1489
+ "loss": 5.39,
1490
+ "step": 207
1491
+ },
1492
+ {
1493
+ "epoch": 0.81,
1494
+ "grad_norm": 0.03362642973661423,
1495
+ "learning_rate": 0.00013619420538871178,
1496
+ "loss": 5.4704,
1497
+ "step": 208
1498
+ },
1499
+ {
1500
+ "epoch": 0.82,
1501
+ "grad_norm": 0.04307378828525543,
1502
+ "learning_rate": 0.00013559822877532232,
1503
+ "loss": 5.3642,
1504
+ "step": 209
1505
+ },
1506
+ {
1507
+ "epoch": 0.82,
1508
+ "grad_norm": 0.05713765695691109,
1509
+ "learning_rate": 0.00013500080073073435,
1510
+ "loss": 5.6962,
1511
+ "step": 210
1512
+ },
1513
+ {
1514
+ "epoch": 0.82,
1515
+ "grad_norm": 0.0568612739443779,
1516
+ "learning_rate": 0.0001344019456136234,
1517
+ "loss": 5.6521,
1518
+ "step": 211
1519
+ },
1520
+ {
1521
+ "epoch": 0.83,
1522
+ "grad_norm": 0.03639932721853256,
1523
+ "learning_rate": 0.00013380168784085027,
1524
+ "loss": 5.4487,
1525
+ "step": 212
1526
+ },
1527
+ {
1528
+ "epoch": 0.83,
1529
+ "grad_norm": 0.03534509986639023,
1530
+ "learning_rate": 0.00013320005188646587,
1531
+ "loss": 5.4749,
1532
+ "step": 213
1533
+ },
1534
+ {
1535
+ "epoch": 0.84,
1536
+ "grad_norm": 0.03920762613415718,
1537
+ "learning_rate": 0.00013259706228071285,
1538
+ "loss": 5.5691,
1539
+ "step": 214
1540
+ },
1541
+ {
1542
+ "epoch": 0.84,
1543
+ "grad_norm": 0.0338614359498024,
1544
+ "learning_rate": 0.00013199274360902588,
1545
+ "loss": 5.4251,
1546
+ "step": 215
1547
+ },
1548
+ {
1549
+ "epoch": 0.84,
1550
+ "grad_norm": 0.04901224374771118,
1551
+ "learning_rate": 0.0001313871205110291,
1552
+ "loss": 5.6354,
1553
+ "step": 216
1554
+ },
1555
+ {
1556
+ "epoch": 0.85,
1557
+ "grad_norm": 0.042758435010910034,
1558
+ "learning_rate": 0.00013078021767953124,
1559
+ "loss": 5.5125,
1560
+ "step": 217
1561
+ },
1562
+ {
1563
+ "epoch": 0.85,
1564
+ "grad_norm": 0.035222314298152924,
1565
+ "learning_rate": 0.00013017205985951926,
1566
+ "loss": 5.4903,
1567
+ "step": 218
1568
+ },
1569
+ {
1570
+ "epoch": 0.86,
1571
+ "grad_norm": 0.06844358146190643,
1572
+ "learning_rate": 0.0001295626718471491,
1573
+ "loss": 5.6841,
1574
+ "step": 219
1575
+ },
1576
+ {
1577
+ "epoch": 0.86,
1578
+ "grad_norm": 0.033597927540540695,
1579
+ "learning_rate": 0.00012895207848873487,
1580
+ "loss": 5.3933,
1581
+ "step": 220
1582
+ },
1583
+ {
1584
+ "epoch": 0.86,
1585
+ "grad_norm": 0.05063093453645706,
1586
+ "learning_rate": 0.0001283403046797357,
1587
+ "loss": 5.4618,
1588
+ "step": 221
1589
+ },
1590
+ {
1591
+ "epoch": 0.87,
1592
+ "grad_norm": 0.03585563227534294,
1593
+ "learning_rate": 0.0001277273753637408,
1594
+ "loss": 5.4886,
1595
+ "step": 222
1596
+ },
1597
+ {
1598
+ "epoch": 0.87,
1599
+ "grad_norm": 0.04604891687631607,
1600
+ "learning_rate": 0.00012711331553145222,
1601
+ "loss": 5.67,
1602
+ "step": 223
1603
+ },
1604
+ {
1605
+ "epoch": 0.88,
1606
+ "grad_norm": 0.034121155738830566,
1607
+ "learning_rate": 0.0001264981502196662,
1608
+ "loss": 5.4705,
1609
+ "step": 224
1610
+ },
1611
+ {
1612
+ "epoch": 0.88,
1613
+ "grad_norm": 0.04434522986412048,
1614
+ "learning_rate": 0.00012588190451025207,
1615
+ "loss": 5.4958,
1616
+ "step": 225
1617
+ },
1618
+ {
1619
+ "epoch": 0.88,
1620
+ "grad_norm": 0.030158868059515953,
1621
+ "learning_rate": 0.00012526460352912995,
1622
+ "loss": 5.5153,
1623
+ "step": 226
1624
+ },
1625
+ {
1626
+ "epoch": 0.89,
1627
+ "grad_norm": 0.0346997007727623,
1628
+ "learning_rate": 0.00012464627244524593,
1629
+ "loss": 5.5369,
1630
+ "step": 227
1631
+ },
1632
+ {
1633
+ "epoch": 0.89,
1634
+ "grad_norm": 0.08054299652576447,
1635
+ "learning_rate": 0.00012402693646954607,
1636
+ "loss": 5.8509,
1637
+ "step": 228
1638
+ },
1639
+ {
1640
+ "epoch": 0.89,
1641
+ "grad_norm": 0.05208098143339157,
1642
+ "learning_rate": 0.0001234066208539485,
1643
+ "loss": 5.3976,
1644
+ "step": 229
1645
+ },
1646
+ {
1647
+ "epoch": 0.9,
1648
+ "grad_norm": 0.062221452593803406,
1649
+ "learning_rate": 0.00012278535089031378,
1650
+ "loss": 5.2981,
1651
+ "step": 230
1652
+ },
1653
+ {
1654
+ "epoch": 0.9,
1655
+ "grad_norm": 0.040150679647922516,
1656
+ "learning_rate": 0.0001221631519094136,
1657
+ "loss": 5.6089,
1658
+ "step": 231
1659
+ },
1660
+ {
1661
+ "epoch": 0.91,
1662
+ "grad_norm": 0.05412865802645683,
1663
+ "learning_rate": 0.00012154004927989815,
1664
+ "loss": 5.4375,
1665
+ "step": 232
1666
+ },
1667
+ {
1668
+ "epoch": 0.91,
1669
+ "grad_norm": 0.038796316832304,
1670
+ "learning_rate": 0.00012091606840726169,
1671
+ "loss": 5.5065,
1672
+ "step": 233
1673
+ },
1674
+ {
1675
+ "epoch": 0.91,
1676
+ "grad_norm": 0.0440991073846817,
1677
+ "learning_rate": 0.00012029123473280668,
1678
+ "loss": 5.522,
1679
+ "step": 234
1680
+ },
1681
+ {
1682
+ "epoch": 0.92,
1683
+ "grad_norm": 0.054540976881980896,
1684
+ "learning_rate": 0.00011966557373260654,
1685
+ "loss": 5.3513,
1686
+ "step": 235
1687
+ },
1688
+ {
1689
+ "epoch": 0.92,
1690
+ "grad_norm": 0.04210669547319412,
1691
+ "learning_rate": 0.00011903911091646684,
1692
+ "loss": 5.5149,
1693
+ "step": 236
1694
+ },
1695
+ {
1696
+ "epoch": 0.93,
1697
+ "grad_norm": 0.05175742134451866,
1698
+ "learning_rate": 0.00011841187182688526,
1699
+ "loss": 5.4831,
1700
+ "step": 237
1701
+ },
1702
+ {
1703
+ "epoch": 0.93,
1704
+ "grad_norm": 0.04814860597252846,
1705
+ "learning_rate": 0.00011778388203801018,
1706
+ "loss": 5.441,
1707
+ "step": 238
1708
+ },
1709
+ {
1710
+ "epoch": 0.93,
1711
+ "grad_norm": 0.03201444074511528,
1712
+ "learning_rate": 0.00011715516715459785,
1713
+ "loss": 5.3987,
1714
+ "step": 239
1715
+ },
1716
+ {
1717
+ "epoch": 0.94,
1718
+ "grad_norm": 0.036201510578393936,
1719
+ "learning_rate": 0.0001165257528109685,
1720
+ "loss": 5.4906,
1721
+ "step": 240
1722
+ },
1723
+ {
1724
+ "epoch": 0.94,
1725
+ "grad_norm": 0.062432534992694855,
1726
+ "learning_rate": 0.00011589566466996123,
1727
+ "loss": 5.5572,
1728
+ "step": 241
1729
+ },
1730
+ {
1731
+ "epoch": 0.95,
1732
+ "grad_norm": 0.03997960314154625,
1733
+ "learning_rate": 0.00011526492842188745,
1734
+ "loss": 5.3745,
1735
+ "step": 242
1736
+ },
1737
+ {
1738
+ "epoch": 0.95,
1739
+ "grad_norm": 0.06984079629182816,
1740
+ "learning_rate": 0.00011463356978348371,
1741
+ "loss": 5.4129,
1742
+ "step": 243
1743
+ },
1744
+ {
1745
+ "epoch": 0.95,
1746
+ "grad_norm": 0.07232825458049774,
1747
+ "learning_rate": 0.00011400161449686293,
1748
+ "loss": 5.518,
1749
+ "step": 244
1750
+ },
1751
+ {
1752
+ "epoch": 0.96,
1753
+ "grad_norm": 0.06185632199048996,
1754
+ "learning_rate": 0.00011336908832846484,
1755
+ "loss": 5.6377,
1756
+ "step": 245
1757
+ },
1758
+ {
1759
+ "epoch": 0.96,
1760
+ "grad_norm": 0.033329036086797714,
1761
+ "learning_rate": 0.0001127360170680057,
1762
+ "loss": 5.4242,
1763
+ "step": 246
1764
+ },
1765
+ {
1766
+ "epoch": 0.96,
1767
+ "grad_norm": 0.03494875878095627,
1768
+ "learning_rate": 0.00011210242652742631,
1769
+ "loss": 5.3739,
1770
+ "step": 247
1771
+ },
1772
+ {
1773
+ "epoch": 0.97,
1774
+ "grad_norm": 0.03172081336379051,
1775
+ "learning_rate": 0.00011146834253984006,
1776
+ "loss": 5.4698,
1777
+ "step": 248
1778
+ },
1779
+ {
1780
+ "epoch": 0.97,
1781
+ "grad_norm": 0.04552210494875908,
1782
+ "learning_rate": 0.00011083379095847932,
1783
+ "loss": 5.5625,
1784
+ "step": 249
1785
+ },
1786
+ {
1787
+ "epoch": 0.98,
1788
+ "grad_norm": 0.051661595702171326,
1789
+ "learning_rate": 0.00011019879765564153,
1790
+ "loss": 5.3063,
1791
+ "step": 250
1792
+ },
1793
+ {
1794
+ "epoch": 0.98,
1795
+ "grad_norm": 0.04173550382256508,
1796
+ "learning_rate": 0.00010956338852163424,
1797
+ "loss": 5.4449,
1798
+ "step": 251
1799
+ },
1800
+ {
1801
+ "epoch": 0.98,
1802
+ "grad_norm": 0.036143746227025986,
1803
+ "learning_rate": 0.00010892758946371944,
1804
+ "loss": 5.4327,
1805
+ "step": 252
1806
+ },
1807
+ {
1808
+ "epoch": 0.99,
1809
+ "grad_norm": 0.054287999868392944,
1810
+ "learning_rate": 0.00010829142640505738,
1811
+ "loss": 5.6596,
1812
+ "step": 253
1813
+ },
1814
+ {
1815
+ "epoch": 0.99,
1816
+ "grad_norm": 0.0568251796066761,
1817
+ "learning_rate": 0.0001076549252836496,
1818
+ "loss": 5.3534,
1819
+ "step": 254
1820
+ },
1821
+ {
1822
+ "epoch": 1.0,
1823
+ "grad_norm": 0.05703786015510559,
1824
+ "learning_rate": 0.00010701811205128113,
1825
+ "loss": 5.2521,
1826
+ "step": 255
1827
+ },
1828
+ {
1829
+ "epoch": 1.0,
1830
+ "grad_norm": 0.03435615077614784,
1831
+ "learning_rate": 0.00010638101267246283,
1832
+ "loss": 5.4864,
1833
+ "step": 256
1834
+ },
1835
+ {
1836
+ "epoch": 1.0,
1837
+ "eval_loss": 5.141561985015869,
1838
+ "eval_runtime": 117.9745,
1839
+ "eval_samples_per_second": 14.368,
1840
+ "eval_steps_per_second": 2.06,
1841
+ "step": 256
1842
+ }
1843
+ ],
1844
+ "logging_steps": 1,
1845
+ "max_steps": 512,
1846
+ "num_input_tokens_seen": 0,
1847
+ "num_train_epochs": 2,
1848
+ "save_steps": 256,
1849
+ "total_flos": 1.8895499024347955e+18,
1850
+ "train_batch_size": 1,
1851
+ "trial_name": null,
1852
+ "trial_params": null
1853
+ }
checkpoint-256/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e6a8e7b42c6d0fb444438c2b307f3df9d33555640360e342822219fc0d61dd
3
+ size 5624
checkpoint-512/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: JY623/KoSOLAR-v2.0
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.9.0
checkpoint-512/adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "JY623/KoSOLAR-v2.0",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 16,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 32,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "up_proj",
23
+ "k_proj",
24
+ "gate_proj",
25
+ "q_proj",
26
+ "o_proj",
27
+ "v_proj",
28
+ "down_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
checkpoint-512/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026b4b01d6c8d0f64be12250de7235ff6b68844ea37fc9d7ec27cffd41294ca1
3
+ size 503407240
checkpoint-512/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30923eddaeef757dc977bf16020a90165a352919020f588bbf847f692144f769
3
+ size 1007047506
checkpoint-512/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aca24750f48200a87ade3859b2ab99820630d3bbd75498550c4e4491bb28ae3
3
+ size 15728
checkpoint-512/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a229a9978fb8b0fde58150b3e0f2464e90e90726231250ef4798e390729452ce
3
+ size 15728
checkpoint-512/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21ccc60a3c39cf97130f52ba6dd040950e7cefcbae22607df50f8d3065197298
3
+ size 15728
checkpoint-512/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf6d92dba06a976529e5e7f6dea3a26793b929ae2237542a621e0c8fa4ebfbc
3
+ size 15728
checkpoint-512/rng_state_4.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5b468fb3f5d5a8b9b6f263c5e91a161c96aa60826fff094f4e57334d3a2e68c
3
+ size 15728
checkpoint-512/rng_state_5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366cdc406945d1e0e09173a4043bf03d54694775bd9d544bc9ae8e989eed1f1d
3
+ size 15728
checkpoint-512/rng_state_6.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90412299ca2827f92e036dbe5599cf5b0a30f7ff6f4574b5875cd9f38b53c722
3
+ size 15728
checkpoint-512/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:998c68294c0641c309afd5886c0764953f86fe35026abbefbad217062c3ece3e
3
+ size 1064
checkpoint-512/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-512/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-512/tokenizer_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "additional_special_tokens": [],
31
+ "bos_token": "<s>",
32
+ "chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{% if message['content']%}{{'### System:\n' + message['content']+'\n\n'}}{% endif %}{% elif message['role'] == 'user' %}{{'### User:\n' + message['content']+'\n\n'}}{% elif message['role'] == 'assistant' %}{{'### Assistant:\n' + message['content']}}{% endif %}{% if loop.last and add_generation_prompt %}{{ '### Assistant:\n' }}{% endif %}{% endfor %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": true,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "left",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "LlamaTokenizer",
43
+ "unk_token": "<unk>",
44
+ "use_default_system_prompt": true
45
+ }
checkpoint-512/trainer_state.json ADDED
@@ -0,0 +1,3677 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 5.141561985015869,
3
+ "best_model_checkpoint": "./qlora-out/v1.2/checkpoint-256",
4
+ "epoch": 1.9853515625,
5
+ "eval_steps": 64,
6
+ "global_step": 512,
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": 0.009024755097925663,
14
+ "learning_rate": 1e-05,
15
+ "loss": 13.4775,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "eval_loss": 13.432984352111816,
21
+ "eval_runtime": 117.1907,
22
+ "eval_samples_per_second": 14.464,
23
+ "eval_steps_per_second": 2.074,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.01,
28
+ "grad_norm": 0.008986919187009335,
29
+ "learning_rate": 2e-05,
30
+ "loss": 13.4709,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.01,
35
+ "grad_norm": 0.008954666554927826,
36
+ "learning_rate": 3e-05,
37
+ "loss": 13.4803,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.02,
42
+ "grad_norm": 0.009628714993596077,
43
+ "learning_rate": 4e-05,
44
+ "loss": 13.4636,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.02,
49
+ "grad_norm": 0.010959964245557785,
50
+ "learning_rate": 5e-05,
51
+ "loss": 13.435,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.02,
56
+ "grad_norm": 0.01327170804142952,
57
+ "learning_rate": 6e-05,
58
+ "loss": 13.4603,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.03,
63
+ "grad_norm": 0.016410112380981445,
64
+ "learning_rate": 7e-05,
65
+ "loss": 13.459,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.03,
70
+ "grad_norm": 0.020337102934718132,
71
+ "learning_rate": 8e-05,
72
+ "loss": 13.4504,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.04,
77
+ "grad_norm": 0.025200409814715385,
78
+ "learning_rate": 9e-05,
79
+ "loss": 13.4827,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.04,
84
+ "grad_norm": 0.03093448095023632,
85
+ "learning_rate": 0.0001,
86
+ "loss": 13.441,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.04,
91
+ "grad_norm": 0.03790152817964554,
92
+ "learning_rate": 0.00011000000000000002,
93
+ "loss": 13.4603,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.05,
98
+ "grad_norm": 0.04524616152048111,
99
+ "learning_rate": 0.00012,
100
+ "loss": 13.4387,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.05,
105
+ "grad_norm": 0.054408054798841476,
106
+ "learning_rate": 0.00013000000000000002,
107
+ "loss": 13.4697,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.05,
112
+ "grad_norm": 0.06374166905879974,
113
+ "learning_rate": 0.00014,
114
+ "loss": 13.4468,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.06,
119
+ "grad_norm": 0.07343802601099014,
120
+ "learning_rate": 0.00015000000000000001,
121
+ "loss": 13.3862,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.06,
126
+ "grad_norm": 0.08400653302669525,
127
+ "learning_rate": 0.00016,
128
+ "loss": 13.3262,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.07,
133
+ "grad_norm": 0.09511911123991013,
134
+ "learning_rate": 0.00017,
135
+ "loss": 13.2573,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.07,
140
+ "grad_norm": 0.10723020881414413,
141
+ "learning_rate": 0.00018,
142
+ "loss": 13.2185,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.07,
147
+ "grad_norm": 0.12024787068367004,
148
+ "learning_rate": 0.00019,
149
+ "loss": 13.1834,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.08,
154
+ "grad_norm": 0.13525475561618805,
155
+ "learning_rate": 0.0002,
156
+ "loss": 13.1029,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.08,
161
+ "grad_norm": 0.14704181253910065,
162
+ "learning_rate": 0.0001999979613716069,
163
+ "loss": 13.0303,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.09,
168
+ "grad_norm": 0.16100184619426727,
169
+ "learning_rate": 0.00019999184556954776,
170
+ "loss": 12.9015,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.09,
175
+ "grad_norm": 0.17425554990768433,
176
+ "learning_rate": 0.00019998165284317945,
177
+ "loss": 12.8389,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.09,
182
+ "grad_norm": 0.18788361549377441,
183
+ "learning_rate": 0.00019996738360808565,
184
+ "loss": 12.7146,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.1,
189
+ "grad_norm": 0.20275714993476868,
190
+ "learning_rate": 0.00019994903844605972,
191
+ "loss": 12.5686,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.1,
196
+ "grad_norm": 0.21356578171253204,
197
+ "learning_rate": 0.000199926618105081,
198
+ "loss": 12.4685,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.11,
203
+ "grad_norm": 0.2230716049671173,
204
+ "learning_rate": 0.0001999001234992844,
205
+ "loss": 12.33,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.11,
210
+ "grad_norm": 0.2376524955034256,
211
+ "learning_rate": 0.000199869555708923,
212
+ "loss": 12.1648,
213
+ "step": 28
214
+ },
215
+ {
216
+ "epoch": 0.11,
217
+ "grad_norm": 0.2519569396972656,
218
+ "learning_rate": 0.0001998349159803241,
219
+ "loss": 12.0116,
220
+ "step": 29
221
+ },
222
+ {
223
+ "epoch": 0.12,
224
+ "grad_norm": 0.257049024105072,
225
+ "learning_rate": 0.00019979620572583846,
226
+ "loss": 11.8535,
227
+ "step": 30
228
+ },
229
+ {
230
+ "epoch": 0.12,
231
+ "grad_norm": 0.27328285574913025,
232
+ "learning_rate": 0.00019975342652378246,
233
+ "loss": 11.6906,
234
+ "step": 31
235
+ },
236
+ {
237
+ "epoch": 0.12,
238
+ "grad_norm": 0.2857399880886078,
239
+ "learning_rate": 0.00019970658011837404,
240
+ "loss": 11.4716,
241
+ "step": 32
242
+ },
243
+ {
244
+ "epoch": 0.13,
245
+ "grad_norm": 0.2988531291484833,
246
+ "learning_rate": 0.0001996556684196615,
247
+ "loss": 11.3095,
248
+ "step": 33
249
+ },
250
+ {
251
+ "epoch": 0.13,
252
+ "grad_norm": 0.316837877035141,
253
+ "learning_rate": 0.00019960069350344548,
254
+ "loss": 11.0641,
255
+ "step": 34
256
+ },
257
+ {
258
+ "epoch": 0.14,
259
+ "grad_norm": 0.3310101628303528,
260
+ "learning_rate": 0.0001995416576111945,
261
+ "loss": 10.8383,
262
+ "step": 35
263
+ },
264
+ {
265
+ "epoch": 0.14,
266
+ "grad_norm": 0.3369371294975281,
267
+ "learning_rate": 0.00019947856314995349,
268
+ "loss": 10.6568,
269
+ "step": 36
270
+ },
271
+ {
272
+ "epoch": 0.14,
273
+ "grad_norm": 0.3535173535346985,
274
+ "learning_rate": 0.00019941141269224564,
275
+ "loss": 10.3978,
276
+ "step": 37
277
+ },
278
+ {
279
+ "epoch": 0.15,
280
+ "grad_norm": 0.3756394684314728,
281
+ "learning_rate": 0.0001993402089759675,
282
+ "loss": 10.1159,
283
+ "step": 38
284
+ },
285
+ {
286
+ "epoch": 0.15,
287
+ "grad_norm": 0.38187795877456665,
288
+ "learning_rate": 0.00019926495490427753,
289
+ "loss": 9.879,
290
+ "step": 39
291
+ },
292
+ {
293
+ "epoch": 0.16,
294
+ "grad_norm": 0.39641591906547546,
295
+ "learning_rate": 0.0001991856535454774,
296
+ "loss": 9.5833,
297
+ "step": 40
298
+ },
299
+ {
300
+ "epoch": 0.16,
301
+ "grad_norm": 0.40500307083129883,
302
+ "learning_rate": 0.00019910230813288712,
303
+ "loss": 9.3309,
304
+ "step": 41
305
+ },
306
+ {
307
+ "epoch": 0.16,
308
+ "grad_norm": 0.42996540665626526,
309
+ "learning_rate": 0.00019901492206471325,
310
+ "loss": 8.8893,
311
+ "step": 42
312
+ },
313
+ {
314
+ "epoch": 0.17,
315
+ "grad_norm": 0.41511279344558716,
316
+ "learning_rate": 0.00019892349890391015,
317
+ "loss": 8.597,
318
+ "step": 43
319
+ },
320
+ {
321
+ "epoch": 0.17,
322
+ "grad_norm": 0.35860675573349,
323
+ "learning_rate": 0.00019882804237803488,
324
+ "loss": 8.4768,
325
+ "step": 44
326
+ },
327
+ {
328
+ "epoch": 0.18,
329
+ "grad_norm": 0.3302132785320282,
330
+ "learning_rate": 0.00019872855637909504,
331
+ "loss": 8.3176,
332
+ "step": 45
333
+ },
334
+ {
335
+ "epoch": 0.18,
336
+ "grad_norm": 0.43532317876815796,
337
+ "learning_rate": 0.00019862504496339037,
338
+ "loss": 8.1118,
339
+ "step": 46
340
+ },
341
+ {
342
+ "epoch": 0.18,
343
+ "grad_norm": 0.6842054724693298,
344
+ "learning_rate": 0.000198517512351347,
345
+ "loss": 8.1977,
346
+ "step": 47
347
+ },
348
+ {
349
+ "epoch": 0.19,
350
+ "grad_norm": 0.8128633499145508,
351
+ "learning_rate": 0.0001984059629273457,
352
+ "loss": 8.1527,
353
+ "step": 48
354
+ },
355
+ {
356
+ "epoch": 0.19,
357
+ "grad_norm": 0.8130613565444946,
358
+ "learning_rate": 0.00019829040123954297,
359
+ "loss": 8.0821,
360
+ "step": 49
361
+ },
362
+ {
363
+ "epoch": 0.2,
364
+ "grad_norm": 0.7518128752708435,
365
+ "learning_rate": 0.00019817083199968552,
366
+ "loss": 7.8393,
367
+ "step": 50
368
+ },
369
+ {
370
+ "epoch": 0.2,
371
+ "grad_norm": 0.5997517108917236,
372
+ "learning_rate": 0.00019804726008291828,
373
+ "loss": 7.557,
374
+ "step": 51
375
+ },
376
+ {
377
+ "epoch": 0.2,
378
+ "grad_norm": 0.42999598383903503,
379
+ "learning_rate": 0.00019791969052758562,
380
+ "loss": 7.5165,
381
+ "step": 52
382
+ },
383
+ {
384
+ "epoch": 0.21,
385
+ "grad_norm": 0.3002629578113556,
386
+ "learning_rate": 0.00019778812853502592,
387
+ "loss": 7.3037,
388
+ "step": 53
389
+ },
390
+ {
391
+ "epoch": 0.21,
392
+ "grad_norm": 0.24435582756996155,
393
+ "learning_rate": 0.00019765257946935944,
394
+ "loss": 7.3316,
395
+ "step": 54
396
+ },
397
+ {
398
+ "epoch": 0.21,
399
+ "grad_norm": 0.2515851855278015,
400
+ "learning_rate": 0.00019751304885726967,
401
+ "loss": 7.1767,
402
+ "step": 55
403
+ },
404
+ {
405
+ "epoch": 0.22,
406
+ "grad_norm": 0.2763000726699829,
407
+ "learning_rate": 0.00019736954238777792,
408
+ "loss": 7.0993,
409
+ "step": 56
410
+ },
411
+ {
412
+ "epoch": 0.22,
413
+ "grad_norm": 0.2830991744995117,
414
+ "learning_rate": 0.00019722206591201146,
415
+ "loss": 7.1805,
416
+ "step": 57
417
+ },
418
+ {
419
+ "epoch": 0.23,
420
+ "grad_norm": 0.30122554302215576,
421
+ "learning_rate": 0.00019707062544296498,
422
+ "loss": 7.0762,
423
+ "step": 58
424
+ },
425
+ {
426
+ "epoch": 0.23,
427
+ "grad_norm": 0.3070628046989441,
428
+ "learning_rate": 0.0001969152271552552,
429
+ "loss": 7.1017,
430
+ "step": 59
431
+ },
432
+ {
433
+ "epoch": 0.23,
434
+ "grad_norm": 0.30436331033706665,
435
+ "learning_rate": 0.00019675587738486936,
436
+ "loss": 7.3221,
437
+ "step": 60
438
+ },
439
+ {
440
+ "epoch": 0.24,
441
+ "grad_norm": 0.2854003608226776,
442
+ "learning_rate": 0.00019659258262890683,
443
+ "loss": 6.9803,
444
+ "step": 61
445
+ },
446
+ {
447
+ "epoch": 0.24,
448
+ "grad_norm": 0.27880895137786865,
449
+ "learning_rate": 0.0001964253495453141,
450
+ "loss": 6.7288,
451
+ "step": 62
452
+ },
453
+ {
454
+ "epoch": 0.25,
455
+ "grad_norm": 0.2640041410923004,
456
+ "learning_rate": 0.00019625418495261343,
457
+ "loss": 6.8195,
458
+ "step": 63
459
+ },
460
+ {
461
+ "epoch": 0.25,
462
+ "grad_norm": 0.2415798306465149,
463
+ "learning_rate": 0.00019607909582962477,
464
+ "loss": 6.9219,
465
+ "step": 64
466
+ },
467
+ {
468
+ "epoch": 0.25,
469
+ "eval_loss": 6.202152252197266,
470
+ "eval_runtime": 118.0179,
471
+ "eval_samples_per_second": 14.362,
472
+ "eval_steps_per_second": 2.059,
473
+ "step": 64
474
+ },
475
+ {
476
+ "epoch": 0.25,
477
+ "grad_norm": 0.18691398203372955,
478
+ "learning_rate": 0.0001959000893151813,
479
+ "loss": 6.6136,
480
+ "step": 65
481
+ },
482
+ {
483
+ "epoch": 0.26,
484
+ "grad_norm": 0.15952067077159882,
485
+ "learning_rate": 0.00019571717270783828,
486
+ "loss": 6.4341,
487
+ "step": 66
488
+ },
489
+ {
490
+ "epoch": 0.26,
491
+ "grad_norm": 0.14711293578147888,
492
+ "learning_rate": 0.00019553035346557543,
493
+ "loss": 6.414,
494
+ "step": 67
495
+ },
496
+ {
497
+ "epoch": 0.27,
498
+ "grad_norm": 0.1670265942811966,
499
+ "learning_rate": 0.00019533963920549306,
500
+ "loss": 6.4894,
501
+ "step": 68
502
+ },
503
+ {
504
+ "epoch": 0.27,
505
+ "grad_norm": 0.2034294307231903,
506
+ "learning_rate": 0.00019514503770350127,
507
+ "loss": 6.3448,
508
+ "step": 69
509
+ },
510
+ {
511
+ "epoch": 0.27,
512
+ "grad_norm": 0.22955259680747986,
513
+ "learning_rate": 0.00019494655689400293,
514
+ "loss": 6.3133,
515
+ "step": 70
516
+ },
517
+ {
518
+ "epoch": 0.28,
519
+ "grad_norm": 0.2635420262813568,
520
+ "learning_rate": 0.00019474420486957042,
521
+ "loss": 6.3256,
522
+ "step": 71
523
+ },
524
+ {
525
+ "epoch": 0.28,
526
+ "grad_norm": 0.26006290316581726,
527
+ "learning_rate": 0.00019453798988061535,
528
+ "loss": 6.4601,
529
+ "step": 72
530
+ },
531
+ {
532
+ "epoch": 0.29,
533
+ "grad_norm": 0.22863267362117767,
534
+ "learning_rate": 0.0001943279203350523,
535
+ "loss": 6.1397,
536
+ "step": 73
537
+ },
538
+ {
539
+ "epoch": 0.29,
540
+ "grad_norm": 0.18543188273906708,
541
+ "learning_rate": 0.00019411400479795617,
542
+ "loss": 6.5625,
543
+ "step": 74
544
+ },
545
+ {
546
+ "epoch": 0.29,
547
+ "grad_norm": 0.14754259586334229,
548
+ "learning_rate": 0.00019389625199121263,
549
+ "loss": 6.2912,
550
+ "step": 75
551
+ },
552
+ {
553
+ "epoch": 0.3,
554
+ "grad_norm": 0.12668511271476746,
555
+ "learning_rate": 0.00019367467079316279,
556
+ "loss": 6.2679,
557
+ "step": 76
558
+ },
559
+ {
560
+ "epoch": 0.3,
561
+ "grad_norm": 0.1176210567355156,
562
+ "learning_rate": 0.0001934492702382411,
563
+ "loss": 6.2426,
564
+ "step": 77
565
+ },
566
+ {
567
+ "epoch": 0.3,
568
+ "grad_norm": 0.12420424073934555,
569
+ "learning_rate": 0.00019322005951660697,
570
+ "loss": 6.3293,
571
+ "step": 78
572
+ },
573
+ {
574
+ "epoch": 0.31,
575
+ "grad_norm": 0.1415456086397171,
576
+ "learning_rate": 0.00019298704797377013,
577
+ "loss": 6.0938,
578
+ "step": 79
579
+ },
580
+ {
581
+ "epoch": 0.31,
582
+ "grad_norm": 0.1544170081615448,
583
+ "learning_rate": 0.0001927502451102095,
584
+ "loss": 6.1926,
585
+ "step": 80
586
+ },
587
+ {
588
+ "epoch": 0.32,
589
+ "grad_norm": 0.14980632066726685,
590
+ "learning_rate": 0.00019250966058098588,
591
+ "loss": 6.1425,
592
+ "step": 81
593
+ },
594
+ {
595
+ "epoch": 0.32,
596
+ "grad_norm": 0.13148672878742218,
597
+ "learning_rate": 0.00019226530419534833,
598
+ "loss": 6.0866,
599
+ "step": 82
600
+ },
601
+ {
602
+ "epoch": 0.32,
603
+ "grad_norm": 0.14052827656269073,
604
+ "learning_rate": 0.00019201718591633417,
605
+ "loss": 6.1682,
606
+ "step": 83
607
+ },
608
+ {
609
+ "epoch": 0.33,
610
+ "grad_norm": 0.1245439425110817,
611
+ "learning_rate": 0.0001917653158603628,
612
+ "loss": 6.0281,
613
+ "step": 84
614
+ },
615
+ {
616
+ "epoch": 0.33,
617
+ "grad_norm": 0.1110084131360054,
618
+ "learning_rate": 0.00019150970429682314,
619
+ "loss": 6.0577,
620
+ "step": 85
621
+ },
622
+ {
623
+ "epoch": 0.34,
624
+ "grad_norm": 0.08920083940029144,
625
+ "learning_rate": 0.000191250361647655,
626
+ "loss": 6.0772,
627
+ "step": 86
628
+ },
629
+ {
630
+ "epoch": 0.34,
631
+ "grad_norm": 0.09026093780994415,
632
+ "learning_rate": 0.0001909872984869242,
633
+ "loss": 6.2326,
634
+ "step": 87
635
+ },
636
+ {
637
+ "epoch": 0.34,
638
+ "grad_norm": 0.11133856326341629,
639
+ "learning_rate": 0.00019072052554039122,
640
+ "loss": 5.8261,
641
+ "step": 88
642
+ },
643
+ {
644
+ "epoch": 0.35,
645
+ "grad_norm": 0.11304065585136414,
646
+ "learning_rate": 0.00019045005368507418,
647
+ "loss": 6.3169,
648
+ "step": 89
649
+ },
650
+ {
651
+ "epoch": 0.35,
652
+ "grad_norm": 0.10704243183135986,
653
+ "learning_rate": 0.00019017589394880515,
654
+ "loss": 5.9967,
655
+ "step": 90
656
+ },
657
+ {
658
+ "epoch": 0.36,
659
+ "grad_norm": 0.1576884537935257,
660
+ "learning_rate": 0.0001898980575097806,
661
+ "loss": 5.7186,
662
+ "step": 91
663
+ },
664
+ {
665
+ "epoch": 0.36,
666
+ "grad_norm": 0.12191645801067352,
667
+ "learning_rate": 0.00018961655569610557,
668
+ "loss": 5.8001,
669
+ "step": 92
670
+ },
671
+ {
672
+ "epoch": 0.36,
673
+ "grad_norm": 0.1100529134273529,
674
+ "learning_rate": 0.00018933139998533188,
675
+ "loss": 5.9882,
676
+ "step": 93
677
+ },
678
+ {
679
+ "epoch": 0.37,
680
+ "grad_norm": 0.10520044714212418,
681
+ "learning_rate": 0.00018904260200399006,
682
+ "loss": 5.8127,
683
+ "step": 94
684
+ },
685
+ {
686
+ "epoch": 0.37,
687
+ "grad_norm": 0.08245933800935745,
688
+ "learning_rate": 0.00018875017352711545,
689
+ "loss": 6.0165,
690
+ "step": 95
691
+ },
692
+ {
693
+ "epoch": 0.38,
694
+ "grad_norm": 0.07817509770393372,
695
+ "learning_rate": 0.00018845412647776794,
696
+ "loss": 5.9087,
697
+ "step": 96
698
+ },
699
+ {
700
+ "epoch": 0.38,
701
+ "grad_norm": 0.07296270877122879,
702
+ "learning_rate": 0.00018815447292654596,
703
+ "loss": 5.8837,
704
+ "step": 97
705
+ },
706
+ {
707
+ "epoch": 0.38,
708
+ "grad_norm": 0.077950619161129,
709
+ "learning_rate": 0.00018785122509109426,
710
+ "loss": 5.9915,
711
+ "step": 98
712
+ },
713
+ {
714
+ "epoch": 0.39,
715
+ "grad_norm": 0.09345076233148575,
716
+ "learning_rate": 0.00018754439533560574,
717
+ "loss": 5.9908,
718
+ "step": 99
719
+ },
720
+ {
721
+ "epoch": 0.39,
722
+ "grad_norm": 0.10249783098697662,
723
+ "learning_rate": 0.00018723399617031751,
724
+ "loss": 6.0887,
725
+ "step": 100
726
+ },
727
+ {
728
+ "epoch": 0.39,
729
+ "grad_norm": 0.11731438338756561,
730
+ "learning_rate": 0.00018692004025100054,
731
+ "loss": 6.0414,
732
+ "step": 101
733
+ },
734
+ {
735
+ "epoch": 0.4,
736
+ "grad_norm": 0.06663200259208679,
737
+ "learning_rate": 0.00018660254037844388,
738
+ "loss": 5.881,
739
+ "step": 102
740
+ },
741
+ {
742
+ "epoch": 0.4,
743
+ "grad_norm": 0.07221497595310211,
744
+ "learning_rate": 0.00018628150949793261,
745
+ "loss": 5.6574,
746
+ "step": 103
747
+ },
748
+ {
749
+ "epoch": 0.41,
750
+ "grad_norm": 0.061096612364053726,
751
+ "learning_rate": 0.00018595696069872013,
752
+ "loss": 5.8519,
753
+ "step": 104
754
+ },
755
+ {
756
+ "epoch": 0.41,
757
+ "grad_norm": 0.06478705257177353,
758
+ "learning_rate": 0.00018562890721349434,
759
+ "loss": 5.7816,
760
+ "step": 105
761
+ },
762
+ {
763
+ "epoch": 0.41,
764
+ "grad_norm": 0.06368556618690491,
765
+ "learning_rate": 0.00018529736241783824,
766
+ "loss": 5.872,
767
+ "step": 106
768
+ },
769
+ {
770
+ "epoch": 0.42,
771
+ "grad_norm": 0.07194569706916809,
772
+ "learning_rate": 0.00018496233982968457,
773
+ "loss": 5.9662,
774
+ "step": 107
775
+ },
776
+ {
777
+ "epoch": 0.42,
778
+ "grad_norm": 0.07953158766031265,
779
+ "learning_rate": 0.00018462385310876443,
780
+ "loss": 5.783,
781
+ "step": 108
782
+ },
783
+ {
784
+ "epoch": 0.43,
785
+ "grad_norm": 0.06713347882032394,
786
+ "learning_rate": 0.00018428191605605068,
787
+ "loss": 5.8917,
788
+ "step": 109
789
+ },
790
+ {
791
+ "epoch": 0.43,
792
+ "grad_norm": 0.06519600003957748,
793
+ "learning_rate": 0.000183936542613195,
794
+ "loss": 5.797,
795
+ "step": 110
796
+ },
797
+ {
798
+ "epoch": 0.43,
799
+ "grad_norm": 0.0615142360329628,
800
+ "learning_rate": 0.00018358774686195954,
801
+ "loss": 5.8417,
802
+ "step": 111
803
+ },
804
+ {
805
+ "epoch": 0.44,
806
+ "grad_norm": 0.07100021839141846,
807
+ "learning_rate": 0.00018323554302364272,
808
+ "loss": 5.6852,
809
+ "step": 112
810
+ },
811
+ {
812
+ "epoch": 0.44,
813
+ "grad_norm": 0.08909253031015396,
814
+ "learning_rate": 0.00018287994545849946,
815
+ "loss": 5.7358,
816
+ "step": 113
817
+ },
818
+ {
819
+ "epoch": 0.45,
820
+ "grad_norm": 0.052479445934295654,
821
+ "learning_rate": 0.00018252096866515558,
822
+ "loss": 5.7226,
823
+ "step": 114
824
+ },
825
+ {
826
+ "epoch": 0.45,
827
+ "grad_norm": 0.05653544142842293,
828
+ "learning_rate": 0.00018215862728001677,
829
+ "loss": 5.6749,
830
+ "step": 115
831
+ },
832
+ {
833
+ "epoch": 0.45,
834
+ "grad_norm": 0.07588440924882889,
835
+ "learning_rate": 0.00018179293607667178,
836
+ "loss": 5.7824,
837
+ "step": 116
838
+ },
839
+ {
840
+ "epoch": 0.46,
841
+ "grad_norm": 0.05357549712061882,
842
+ "learning_rate": 0.00018142390996528994,
843
+ "loss": 5.6497,
844
+ "step": 117
845
+ },
846
+ {
847
+ "epoch": 0.46,
848
+ "grad_norm": 0.07835177332162857,
849
+ "learning_rate": 0.0001810515639920135,
850
+ "loss": 5.823,
851
+ "step": 118
852
+ },
853
+ {
854
+ "epoch": 0.46,
855
+ "grad_norm": 0.05335072800517082,
856
+ "learning_rate": 0.00018067591333834383,
857
+ "loss": 5.6614,
858
+ "step": 119
859
+ },
860
+ {
861
+ "epoch": 0.47,
862
+ "grad_norm": 0.0556107759475708,
863
+ "learning_rate": 0.00018029697332052277,
864
+ "loss": 5.735,
865
+ "step": 120
866
+ },
867
+ {
868
+ "epoch": 0.47,
869
+ "grad_norm": 0.05811074376106262,
870
+ "learning_rate": 0.0001799147593889079,
871
+ "loss": 5.5866,
872
+ "step": 121
873
+ },
874
+ {
875
+ "epoch": 0.48,
876
+ "grad_norm": 0.06357719749212265,
877
+ "learning_rate": 0.00017952928712734268,
878
+ "loss": 5.6589,
879
+ "step": 122
880
+ },
881
+ {
882
+ "epoch": 0.48,
883
+ "grad_norm": 0.07032563537359238,
884
+ "learning_rate": 0.000179140572252521,
885
+ "loss": 5.5309,
886
+ "step": 123
887
+ },
888
+ {
889
+ "epoch": 0.48,
890
+ "grad_norm": 0.06277754157781601,
891
+ "learning_rate": 0.00017874863061334657,
892
+ "loss": 5.6021,
893
+ "step": 124
894
+ },
895
+ {
896
+ "epoch": 0.49,
897
+ "grad_norm": 0.0650109127163887,
898
+ "learning_rate": 0.00017835347819028643,
899
+ "loss": 5.7339,
900
+ "step": 125
901
+ },
902
+ {
903
+ "epoch": 0.49,
904
+ "grad_norm": 0.07425089180469513,
905
+ "learning_rate": 0.00017795513109471954,
906
+ "loss": 5.5569,
907
+ "step": 126
908
+ },
909
+ {
910
+ "epoch": 0.5,
911
+ "grad_norm": 0.05482316017150879,
912
+ "learning_rate": 0.0001775536055682799,
913
+ "loss": 5.7093,
914
+ "step": 127
915
+ },
916
+ {
917
+ "epoch": 0.5,
918
+ "grad_norm": 0.04600892961025238,
919
+ "learning_rate": 0.0001771489179821943,
920
+ "loss": 5.5416,
921
+ "step": 128
922
+ },
923
+ {
924
+ "epoch": 0.5,
925
+ "eval_loss": 5.278008937835693,
926
+ "eval_runtime": 118.0858,
927
+ "eval_samples_per_second": 14.354,
928
+ "eval_steps_per_second": 2.058,
929
+ "step": 128
930
+ },
931
+ {
932
+ "epoch": 0.5,
933
+ "grad_norm": 0.046527788043022156,
934
+ "learning_rate": 0.0001767410848366148,
935
+ "loss": 5.61,
936
+ "step": 129
937
+ },
938
+ {
939
+ "epoch": 0.51,
940
+ "grad_norm": 0.050605978816747665,
941
+ "learning_rate": 0.000176330122759946,
942
+ "loss": 5.4324,
943
+ "step": 130
944
+ },
945
+ {
946
+ "epoch": 0.51,
947
+ "grad_norm": 0.04772460088133812,
948
+ "learning_rate": 0.00017591604850816705,
949
+ "loss": 5.5366,
950
+ "step": 131
951
+ },
952
+ {
953
+ "epoch": 0.52,
954
+ "grad_norm": 0.06192879006266594,
955
+ "learning_rate": 0.00017549887896414851,
956
+ "loss": 5.6139,
957
+ "step": 132
958
+ },
959
+ {
960
+ "epoch": 0.52,
961
+ "grad_norm": 0.1338934600353241,
962
+ "learning_rate": 0.0001750786311369639,
963
+ "loss": 5.7635,
964
+ "step": 133
965
+ },
966
+ {
967
+ "epoch": 0.52,
968
+ "grad_norm": 0.07604615390300751,
969
+ "learning_rate": 0.00017465532216119625,
970
+ "loss": 5.8955,
971
+ "step": 134
972
+ },
973
+ {
974
+ "epoch": 0.53,
975
+ "grad_norm": 0.050154052674770355,
976
+ "learning_rate": 0.00017422896929623959,
977
+ "loss": 5.5455,
978
+ "step": 135
979
+ },
980
+ {
981
+ "epoch": 0.53,
982
+ "grad_norm": 0.057466309517621994,
983
+ "learning_rate": 0.00017379958992559493,
984
+ "loss": 5.7089,
985
+ "step": 136
986
+ },
987
+ {
988
+ "epoch": 0.54,
989
+ "grad_norm": 0.055996015667915344,
990
+ "learning_rate": 0.00017336720155616185,
991
+ "loss": 5.6818,
992
+ "step": 137
993
+ },
994
+ {
995
+ "epoch": 0.54,
996
+ "grad_norm": 0.07138606905937195,
997
+ "learning_rate": 0.0001729318218175245,
998
+ "loss": 5.6629,
999
+ "step": 138
1000
+ },
1001
+ {
1002
+ "epoch": 0.54,
1003
+ "grad_norm": 0.07406231015920639,
1004
+ "learning_rate": 0.0001724934684612328,
1005
+ "loss": 5.5892,
1006
+ "step": 139
1007
+ },
1008
+ {
1009
+ "epoch": 0.55,
1010
+ "grad_norm": 0.06853732466697693,
1011
+ "learning_rate": 0.0001720521593600787,
1012
+ "loss": 5.4891,
1013
+ "step": 140
1014
+ },
1015
+ {
1016
+ "epoch": 0.55,
1017
+ "grad_norm": 0.04835648089647293,
1018
+ "learning_rate": 0.00017160791250736752,
1019
+ "loss": 5.5121,
1020
+ "step": 141
1021
+ },
1022
+ {
1023
+ "epoch": 0.55,
1024
+ "grad_norm": 0.05019184201955795,
1025
+ "learning_rate": 0.00017116074601618417,
1026
+ "loss": 5.7229,
1027
+ "step": 142
1028
+ },
1029
+ {
1030
+ "epoch": 0.56,
1031
+ "grad_norm": 0.04837877303361893,
1032
+ "learning_rate": 0.00017071067811865476,
1033
+ "loss": 5.7613,
1034
+ "step": 143
1035
+ },
1036
+ {
1037
+ "epoch": 0.56,
1038
+ "grad_norm": 0.04546854645013809,
1039
+ "learning_rate": 0.00017025772716520323,
1040
+ "loss": 5.5808,
1041
+ "step": 144
1042
+ },
1043
+ {
1044
+ "epoch": 0.57,
1045
+ "grad_norm": 0.053208645433187485,
1046
+ "learning_rate": 0.000169801911623803,
1047
+ "loss": 5.5359,
1048
+ "step": 145
1049
+ },
1050
+ {
1051
+ "epoch": 0.57,
1052
+ "grad_norm": 0.04370814561843872,
1053
+ "learning_rate": 0.00016934325007922417,
1054
+ "loss": 5.6874,
1055
+ "step": 146
1056
+ },
1057
+ {
1058
+ "epoch": 0.57,
1059
+ "grad_norm": 0.03918847441673279,
1060
+ "learning_rate": 0.00016888176123227577,
1061
+ "loss": 5.4949,
1062
+ "step": 147
1063
+ },
1064
+ {
1065
+ "epoch": 0.58,
1066
+ "grad_norm": 0.07932115346193314,
1067
+ "learning_rate": 0.00016841746389904304,
1068
+ "loss": 5.8311,
1069
+ "step": 148
1070
+ },
1071
+ {
1072
+ "epoch": 0.58,
1073
+ "grad_norm": 0.049384649842977524,
1074
+ "learning_rate": 0.00016795037701012057,
1075
+ "loss": 5.763,
1076
+ "step": 149
1077
+ },
1078
+ {
1079
+ "epoch": 0.59,
1080
+ "grad_norm": 0.04727654159069061,
1081
+ "learning_rate": 0.00016748051960984022,
1082
+ "loss": 5.7183,
1083
+ "step": 150
1084
+ },
1085
+ {
1086
+ "epoch": 0.59,
1087
+ "grad_norm": 0.04280374199151993,
1088
+ "learning_rate": 0.00016700791085549473,
1089
+ "loss": 5.4721,
1090
+ "step": 151
1091
+ },
1092
+ {
1093
+ "epoch": 0.59,
1094
+ "grad_norm": 0.08193852752447128,
1095
+ "learning_rate": 0.00016653257001655652,
1096
+ "loss": 5.4723,
1097
+ "step": 152
1098
+ },
1099
+ {
1100
+ "epoch": 0.6,
1101
+ "grad_norm": 0.058386653661727905,
1102
+ "learning_rate": 0.00016605451647389236,
1103
+ "loss": 5.5226,
1104
+ "step": 153
1105
+ },
1106
+ {
1107
+ "epoch": 0.6,
1108
+ "grad_norm": 0.05409287288784981,
1109
+ "learning_rate": 0.00016557376971897266,
1110
+ "loss": 5.7237,
1111
+ "step": 154
1112
+ },
1113
+ {
1114
+ "epoch": 0.61,
1115
+ "grad_norm": 0.03722846135497093,
1116
+ "learning_rate": 0.00016509034935307715,
1117
+ "loss": 5.6341,
1118
+ "step": 155
1119
+ },
1120
+ {
1121
+ "epoch": 0.61,
1122
+ "grad_norm": 0.07390096038579941,
1123
+ "learning_rate": 0.00016460427508649546,
1124
+ "loss": 5.7795,
1125
+ "step": 156
1126
+ },
1127
+ {
1128
+ "epoch": 0.61,
1129
+ "grad_norm": 0.038613855838775635,
1130
+ "learning_rate": 0.00016411556673772364,
1131
+ "loss": 5.4934,
1132
+ "step": 157
1133
+ },
1134
+ {
1135
+ "epoch": 0.62,
1136
+ "grad_norm": 0.052825428545475006,
1137
+ "learning_rate": 0.00016362424423265598,
1138
+ "loss": 5.3813,
1139
+ "step": 158
1140
+ },
1141
+ {
1142
+ "epoch": 0.62,
1143
+ "grad_norm": 0.035356536507606506,
1144
+ "learning_rate": 0.00016313032760377271,
1145
+ "loss": 5.5633,
1146
+ "step": 159
1147
+ },
1148
+ {
1149
+ "epoch": 0.62,
1150
+ "grad_norm": 0.038892149925231934,
1151
+ "learning_rate": 0.00016263383698932306,
1152
+ "loss": 5.4557,
1153
+ "step": 160
1154
+ },
1155
+ {
1156
+ "epoch": 0.63,
1157
+ "grad_norm": 0.043012477457523346,
1158
+ "learning_rate": 0.00016213479263250434,
1159
+ "loss": 5.4882,
1160
+ "step": 161
1161
+ },
1162
+ {
1163
+ "epoch": 0.63,
1164
+ "grad_norm": 0.03944695368409157,
1165
+ "learning_rate": 0.00016163321488063637,
1166
+ "loss": 5.5918,
1167
+ "step": 162
1168
+ },
1169
+ {
1170
+ "epoch": 0.64,
1171
+ "grad_norm": 0.06338631361722946,
1172
+ "learning_rate": 0.00016112912418433218,
1173
+ "loss": 5.5623,
1174
+ "step": 163
1175
+ },
1176
+ {
1177
+ "epoch": 0.64,
1178
+ "grad_norm": 0.047581642866134644,
1179
+ "learning_rate": 0.0001606225410966638,
1180
+ "loss": 5.6071,
1181
+ "step": 164
1182
+ },
1183
+ {
1184
+ "epoch": 0.64,
1185
+ "grad_norm": 0.035596996545791626,
1186
+ "learning_rate": 0.00016011348627232463,
1187
+ "loss": 5.4562,
1188
+ "step": 165
1189
+ },
1190
+ {
1191
+ "epoch": 0.65,
1192
+ "grad_norm": 0.041574880480766296,
1193
+ "learning_rate": 0.000159601980466787,
1194
+ "loss": 5.5685,
1195
+ "step": 166
1196
+ },
1197
+ {
1198
+ "epoch": 0.65,
1199
+ "grad_norm": 0.07232942432165146,
1200
+ "learning_rate": 0.00015908804453545607,
1201
+ "loss": 5.6704,
1202
+ "step": 167
1203
+ },
1204
+ {
1205
+ "epoch": 0.66,
1206
+ "grad_norm": 0.04852332919836044,
1207
+ "learning_rate": 0.00015857169943281948,
1208
+ "loss": 5.3836,
1209
+ "step": 168
1210
+ },
1211
+ {
1212
+ "epoch": 0.66,
1213
+ "grad_norm": 0.04303191974759102,
1214
+ "learning_rate": 0.000158052966211593,
1215
+ "loss": 5.5911,
1216
+ "step": 169
1217
+ },
1218
+ {
1219
+ "epoch": 0.66,
1220
+ "grad_norm": 0.04516925662755966,
1221
+ "learning_rate": 0.00015753186602186209,
1222
+ "loss": 5.532,
1223
+ "step": 170
1224
+ },
1225
+ {
1226
+ "epoch": 0.67,
1227
+ "grad_norm": 0.05235312879085541,
1228
+ "learning_rate": 0.00015700842011021955,
1229
+ "loss": 5.6902,
1230
+ "step": 171
1231
+ },
1232
+ {
1233
+ "epoch": 0.67,
1234
+ "grad_norm": 0.04326900467276573,
1235
+ "learning_rate": 0.00015648264981889934,
1236
+ "loss": 5.6425,
1237
+ "step": 172
1238
+ },
1239
+ {
1240
+ "epoch": 0.68,
1241
+ "grad_norm": 0.04079822823405266,
1242
+ "learning_rate": 0.00015595457658490643,
1243
+ "loss": 5.619,
1244
+ "step": 173
1245
+ },
1246
+ {
1247
+ "epoch": 0.68,
1248
+ "grad_norm": 0.0557156540453434,
1249
+ "learning_rate": 0.0001554242219391425,
1250
+ "loss": 5.352,
1251
+ "step": 174
1252
+ },
1253
+ {
1254
+ "epoch": 0.68,
1255
+ "grad_norm": 0.06979982554912567,
1256
+ "learning_rate": 0.00015489160750552832,
1257
+ "loss": 5.7106,
1258
+ "step": 175
1259
+ },
1260
+ {
1261
+ "epoch": 0.69,
1262
+ "grad_norm": 0.05179354175925255,
1263
+ "learning_rate": 0.00015435675500012212,
1264
+ "loss": 5.7409,
1265
+ "step": 176
1266
+ },
1267
+ {
1268
+ "epoch": 0.69,
1269
+ "grad_norm": 0.04983863607048988,
1270
+ "learning_rate": 0.0001538196862302339,
1271
+ "loss": 5.6446,
1272
+ "step": 177
1273
+ },
1274
+ {
1275
+ "epoch": 0.7,
1276
+ "grad_norm": 0.040575865656137466,
1277
+ "learning_rate": 0.00015328042309353657,
1278
+ "loss": 5.6534,
1279
+ "step": 178
1280
+ },
1281
+ {
1282
+ "epoch": 0.7,
1283
+ "grad_norm": 0.0419522225856781,
1284
+ "learning_rate": 0.00015273898757717293,
1285
+ "loss": 5.7551,
1286
+ "step": 179
1287
+ },
1288
+ {
1289
+ "epoch": 0.7,
1290
+ "grad_norm": 0.0641922652721405,
1291
+ "learning_rate": 0.00015219540175685938,
1292
+ "loss": 5.6773,
1293
+ "step": 180
1294
+ },
1295
+ {
1296
+ "epoch": 0.71,
1297
+ "grad_norm": 0.07758746296167374,
1298
+ "learning_rate": 0.00015164968779598557,
1299
+ "loss": 5.3518,
1300
+ "step": 181
1301
+ },
1302
+ {
1303
+ "epoch": 0.71,
1304
+ "grad_norm": 0.036839358508586884,
1305
+ "learning_rate": 0.00015110186794471103,
1306
+ "loss": 5.6357,
1307
+ "step": 182
1308
+ },
1309
+ {
1310
+ "epoch": 0.71,
1311
+ "grad_norm": 0.03718819469213486,
1312
+ "learning_rate": 0.00015055196453905788,
1313
+ "loss": 5.5973,
1314
+ "step": 183
1315
+ },
1316
+ {
1317
+ "epoch": 0.72,
1318
+ "grad_norm": 0.04714547097682953,
1319
+ "learning_rate": 0.00015000000000000001,
1320
+ "loss": 5.5771,
1321
+ "step": 184
1322
+ },
1323
+ {
1324
+ "epoch": 0.72,
1325
+ "grad_norm": 0.04743782430887222,
1326
+ "learning_rate": 0.00014944599683254902,
1327
+ "loss": 5.5583,
1328
+ "step": 185
1329
+ },
1330
+ {
1331
+ "epoch": 0.73,
1332
+ "grad_norm": 0.03646031394600868,
1333
+ "learning_rate": 0.0001488899776248367,
1334
+ "loss": 5.5805,
1335
+ "step": 186
1336
+ },
1337
+ {
1338
+ "epoch": 0.73,
1339
+ "grad_norm": 0.03820512071251869,
1340
+ "learning_rate": 0.00014833196504719388,
1341
+ "loss": 5.6603,
1342
+ "step": 187
1343
+ },
1344
+ {
1345
+ "epoch": 0.73,
1346
+ "grad_norm": 0.0345190055668354,
1347
+ "learning_rate": 0.0001477719818512263,
1348
+ "loss": 5.5955,
1349
+ "step": 188
1350
+ },
1351
+ {
1352
+ "epoch": 0.74,
1353
+ "grad_norm": 0.04769587889313698,
1354
+ "learning_rate": 0.00014721005086888676,
1355
+ "loss": 5.6999,
1356
+ "step": 189
1357
+ },
1358
+ {
1359
+ "epoch": 0.74,
1360
+ "grad_norm": 0.0692368894815445,
1361
+ "learning_rate": 0.00014664619501154443,
1362
+ "loss": 5.4506,
1363
+ "step": 190
1364
+ },
1365
+ {
1366
+ "epoch": 0.75,
1367
+ "grad_norm": 0.03599226102232933,
1368
+ "learning_rate": 0.0001460804372690505,
1369
+ "loss": 5.4122,
1370
+ "step": 191
1371
+ },
1372
+ {
1373
+ "epoch": 0.75,
1374
+ "grad_norm": 0.03820048272609711,
1375
+ "learning_rate": 0.0001455128007088009,
1376
+ "loss": 5.4282,
1377
+ "step": 192
1378
+ },
1379
+ {
1380
+ "epoch": 0.75,
1381
+ "eval_loss": 5.192940711975098,
1382
+ "eval_runtime": 118.1006,
1383
+ "eval_samples_per_second": 14.352,
1384
+ "eval_steps_per_second": 2.058,
1385
+ "step": 192
1386
+ },
1387
+ {
1388
+ "epoch": 0.75,
1389
+ "grad_norm": 0.03974439203739166,
1390
+ "learning_rate": 0.0001449433084747958,
1391
+ "loss": 5.4563,
1392
+ "step": 193
1393
+ },
1394
+ {
1395
+ "epoch": 0.76,
1396
+ "grad_norm": 0.034280966967344284,
1397
+ "learning_rate": 0.00014437198378669598,
1398
+ "loss": 5.4544,
1399
+ "step": 194
1400
+ },
1401
+ {
1402
+ "epoch": 0.76,
1403
+ "grad_norm": 0.048673514276742935,
1404
+ "learning_rate": 0.00014379884993887606,
1405
+ "loss": 5.5972,
1406
+ "step": 195
1407
+ },
1408
+ {
1409
+ "epoch": 0.77,
1410
+ "grad_norm": 0.0692707970738411,
1411
+ "learning_rate": 0.00014322393029947468,
1412
+ "loss": 5.6211,
1413
+ "step": 196
1414
+ },
1415
+ {
1416
+ "epoch": 0.77,
1417
+ "grad_norm": 0.04898356273770332,
1418
+ "learning_rate": 0.000142647248309442,
1419
+ "loss": 5.3995,
1420
+ "step": 197
1421
+ },
1422
+ {
1423
+ "epoch": 0.77,
1424
+ "grad_norm": 0.058041736483573914,
1425
+ "learning_rate": 0.0001420688274815834,
1426
+ "loss": 5.4633,
1427
+ "step": 198
1428
+ },
1429
+ {
1430
+ "epoch": 0.78,
1431
+ "grad_norm": 0.036273758858442307,
1432
+ "learning_rate": 0.0001414886913996015,
1433
+ "loss": 5.5174,
1434
+ "step": 199
1435
+ },
1436
+ {
1437
+ "epoch": 0.78,
1438
+ "grad_norm": 0.08915985375642776,
1439
+ "learning_rate": 0.00014090686371713402,
1440
+ "loss": 5.7644,
1441
+ "step": 200
1442
+ },
1443
+ {
1444
+ "epoch": 0.79,
1445
+ "grad_norm": 0.03881510719656944,
1446
+ "learning_rate": 0.00014032336815678956,
1447
+ "loss": 5.3306,
1448
+ "step": 201
1449
+ },
1450
+ {
1451
+ "epoch": 0.79,
1452
+ "grad_norm": 0.03407745435833931,
1453
+ "learning_rate": 0.00013973822850918055,
1454
+ "loss": 5.3793,
1455
+ "step": 202
1456
+ },
1457
+ {
1458
+ "epoch": 0.79,
1459
+ "grad_norm": 0.04425397515296936,
1460
+ "learning_rate": 0.00013915146863195291,
1461
+ "loss": 5.5079,
1462
+ "step": 203
1463
+ },
1464
+ {
1465
+ "epoch": 0.8,
1466
+ "grad_norm": 0.03599456697702408,
1467
+ "learning_rate": 0.0001385631124488136,
1468
+ "loss": 5.6079,
1469
+ "step": 204
1470
+ },
1471
+ {
1472
+ "epoch": 0.8,
1473
+ "grad_norm": 0.06741538643836975,
1474
+ "learning_rate": 0.00013797318394855496,
1475
+ "loss": 5.4523,
1476
+ "step": 205
1477
+ },
1478
+ {
1479
+ "epoch": 0.8,
1480
+ "grad_norm": 0.04686039686203003,
1481
+ "learning_rate": 0.00013738170718407687,
1482
+ "loss": 5.3534,
1483
+ "step": 206
1484
+ },
1485
+ {
1486
+ "epoch": 0.81,
1487
+ "grad_norm": 0.03939492255449295,
1488
+ "learning_rate": 0.00013678870627140585,
1489
+ "loss": 5.39,
1490
+ "step": 207
1491
+ },
1492
+ {
1493
+ "epoch": 0.81,
1494
+ "grad_norm": 0.03362642973661423,
1495
+ "learning_rate": 0.00013619420538871178,
1496
+ "loss": 5.4704,
1497
+ "step": 208
1498
+ },
1499
+ {
1500
+ "epoch": 0.82,
1501
+ "grad_norm": 0.04307378828525543,
1502
+ "learning_rate": 0.00013559822877532232,
1503
+ "loss": 5.3642,
1504
+ "step": 209
1505
+ },
1506
+ {
1507
+ "epoch": 0.82,
1508
+ "grad_norm": 0.05713765695691109,
1509
+ "learning_rate": 0.00013500080073073435,
1510
+ "loss": 5.6962,
1511
+ "step": 210
1512
+ },
1513
+ {
1514
+ "epoch": 0.82,
1515
+ "grad_norm": 0.0568612739443779,
1516
+ "learning_rate": 0.0001344019456136234,
1517
+ "loss": 5.6521,
1518
+ "step": 211
1519
+ },
1520
+ {
1521
+ "epoch": 0.83,
1522
+ "grad_norm": 0.03639932721853256,
1523
+ "learning_rate": 0.00013380168784085027,
1524
+ "loss": 5.4487,
1525
+ "step": 212
1526
+ },
1527
+ {
1528
+ "epoch": 0.83,
1529
+ "grad_norm": 0.03534509986639023,
1530
+ "learning_rate": 0.00013320005188646587,
1531
+ "loss": 5.4749,
1532
+ "step": 213
1533
+ },
1534
+ {
1535
+ "epoch": 0.84,
1536
+ "grad_norm": 0.03920762613415718,
1537
+ "learning_rate": 0.00013259706228071285,
1538
+ "loss": 5.5691,
1539
+ "step": 214
1540
+ },
1541
+ {
1542
+ "epoch": 0.84,
1543
+ "grad_norm": 0.0338614359498024,
1544
+ "learning_rate": 0.00013199274360902588,
1545
+ "loss": 5.4251,
1546
+ "step": 215
1547
+ },
1548
+ {
1549
+ "epoch": 0.84,
1550
+ "grad_norm": 0.04901224374771118,
1551
+ "learning_rate": 0.0001313871205110291,
1552
+ "loss": 5.6354,
1553
+ "step": 216
1554
+ },
1555
+ {
1556
+ "epoch": 0.85,
1557
+ "grad_norm": 0.042758435010910034,
1558
+ "learning_rate": 0.00013078021767953124,
1559
+ "loss": 5.5125,
1560
+ "step": 217
1561
+ },
1562
+ {
1563
+ "epoch": 0.85,
1564
+ "grad_norm": 0.035222314298152924,
1565
+ "learning_rate": 0.00013017205985951926,
1566
+ "loss": 5.4903,
1567
+ "step": 218
1568
+ },
1569
+ {
1570
+ "epoch": 0.86,
1571
+ "grad_norm": 0.06844358146190643,
1572
+ "learning_rate": 0.0001295626718471491,
1573
+ "loss": 5.6841,
1574
+ "step": 219
1575
+ },
1576
+ {
1577
+ "epoch": 0.86,
1578
+ "grad_norm": 0.033597927540540695,
1579
+ "learning_rate": 0.00012895207848873487,
1580
+ "loss": 5.3933,
1581
+ "step": 220
1582
+ },
1583
+ {
1584
+ "epoch": 0.86,
1585
+ "grad_norm": 0.05063093453645706,
1586
+ "learning_rate": 0.0001283403046797357,
1587
+ "loss": 5.4618,
1588
+ "step": 221
1589
+ },
1590
+ {
1591
+ "epoch": 0.87,
1592
+ "grad_norm": 0.03585563227534294,
1593
+ "learning_rate": 0.0001277273753637408,
1594
+ "loss": 5.4886,
1595
+ "step": 222
1596
+ },
1597
+ {
1598
+ "epoch": 0.87,
1599
+ "grad_norm": 0.04604891687631607,
1600
+ "learning_rate": 0.00012711331553145222,
1601
+ "loss": 5.67,
1602
+ "step": 223
1603
+ },
1604
+ {
1605
+ "epoch": 0.88,
1606
+ "grad_norm": 0.034121155738830566,
1607
+ "learning_rate": 0.0001264981502196662,
1608
+ "loss": 5.4705,
1609
+ "step": 224
1610
+ },
1611
+ {
1612
+ "epoch": 0.88,
1613
+ "grad_norm": 0.04434522986412048,
1614
+ "learning_rate": 0.00012588190451025207,
1615
+ "loss": 5.4958,
1616
+ "step": 225
1617
+ },
1618
+ {
1619
+ "epoch": 0.88,
1620
+ "grad_norm": 0.030158868059515953,
1621
+ "learning_rate": 0.00012526460352912995,
1622
+ "loss": 5.5153,
1623
+ "step": 226
1624
+ },
1625
+ {
1626
+ "epoch": 0.89,
1627
+ "grad_norm": 0.0346997007727623,
1628
+ "learning_rate": 0.00012464627244524593,
1629
+ "loss": 5.5369,
1630
+ "step": 227
1631
+ },
1632
+ {
1633
+ "epoch": 0.89,
1634
+ "grad_norm": 0.08054299652576447,
1635
+ "learning_rate": 0.00012402693646954607,
1636
+ "loss": 5.8509,
1637
+ "step": 228
1638
+ },
1639
+ {
1640
+ "epoch": 0.89,
1641
+ "grad_norm": 0.05208098143339157,
1642
+ "learning_rate": 0.0001234066208539485,
1643
+ "loss": 5.3976,
1644
+ "step": 229
1645
+ },
1646
+ {
1647
+ "epoch": 0.9,
1648
+ "grad_norm": 0.062221452593803406,
1649
+ "learning_rate": 0.00012278535089031378,
1650
+ "loss": 5.2981,
1651
+ "step": 230
1652
+ },
1653
+ {
1654
+ "epoch": 0.9,
1655
+ "grad_norm": 0.040150679647922516,
1656
+ "learning_rate": 0.0001221631519094136,
1657
+ "loss": 5.6089,
1658
+ "step": 231
1659
+ },
1660
+ {
1661
+ "epoch": 0.91,
1662
+ "grad_norm": 0.05412865802645683,
1663
+ "learning_rate": 0.00012154004927989815,
1664
+ "loss": 5.4375,
1665
+ "step": 232
1666
+ },
1667
+ {
1668
+ "epoch": 0.91,
1669
+ "grad_norm": 0.038796316832304,
1670
+ "learning_rate": 0.00012091606840726169,
1671
+ "loss": 5.5065,
1672
+ "step": 233
1673
+ },
1674
+ {
1675
+ "epoch": 0.91,
1676
+ "grad_norm": 0.0440991073846817,
1677
+ "learning_rate": 0.00012029123473280668,
1678
+ "loss": 5.522,
1679
+ "step": 234
1680
+ },
1681
+ {
1682
+ "epoch": 0.92,
1683
+ "grad_norm": 0.054540976881980896,
1684
+ "learning_rate": 0.00011966557373260654,
1685
+ "loss": 5.3513,
1686
+ "step": 235
1687
+ },
1688
+ {
1689
+ "epoch": 0.92,
1690
+ "grad_norm": 0.04210669547319412,
1691
+ "learning_rate": 0.00011903911091646684,
1692
+ "loss": 5.5149,
1693
+ "step": 236
1694
+ },
1695
+ {
1696
+ "epoch": 0.93,
1697
+ "grad_norm": 0.05175742134451866,
1698
+ "learning_rate": 0.00011841187182688526,
1699
+ "loss": 5.4831,
1700
+ "step": 237
1701
+ },
1702
+ {
1703
+ "epoch": 0.93,
1704
+ "grad_norm": 0.04814860597252846,
1705
+ "learning_rate": 0.00011778388203801018,
1706
+ "loss": 5.441,
1707
+ "step": 238
1708
+ },
1709
+ {
1710
+ "epoch": 0.93,
1711
+ "grad_norm": 0.03201444074511528,
1712
+ "learning_rate": 0.00011715516715459785,
1713
+ "loss": 5.3987,
1714
+ "step": 239
1715
+ },
1716
+ {
1717
+ "epoch": 0.94,
1718
+ "grad_norm": 0.036201510578393936,
1719
+ "learning_rate": 0.0001165257528109685,
1720
+ "loss": 5.4906,
1721
+ "step": 240
1722
+ },
1723
+ {
1724
+ "epoch": 0.94,
1725
+ "grad_norm": 0.062432534992694855,
1726
+ "learning_rate": 0.00011589566466996123,
1727
+ "loss": 5.5572,
1728
+ "step": 241
1729
+ },
1730
+ {
1731
+ "epoch": 0.95,
1732
+ "grad_norm": 0.03997960314154625,
1733
+ "learning_rate": 0.00011526492842188745,
1734
+ "loss": 5.3745,
1735
+ "step": 242
1736
+ },
1737
+ {
1738
+ "epoch": 0.95,
1739
+ "grad_norm": 0.06984079629182816,
1740
+ "learning_rate": 0.00011463356978348371,
1741
+ "loss": 5.4129,
1742
+ "step": 243
1743
+ },
1744
+ {
1745
+ "epoch": 0.95,
1746
+ "grad_norm": 0.07232825458049774,
1747
+ "learning_rate": 0.00011400161449686293,
1748
+ "loss": 5.518,
1749
+ "step": 244
1750
+ },
1751
+ {
1752
+ "epoch": 0.96,
1753
+ "grad_norm": 0.06185632199048996,
1754
+ "learning_rate": 0.00011336908832846484,
1755
+ "loss": 5.6377,
1756
+ "step": 245
1757
+ },
1758
+ {
1759
+ "epoch": 0.96,
1760
+ "grad_norm": 0.033329036086797714,
1761
+ "learning_rate": 0.0001127360170680057,
1762
+ "loss": 5.4242,
1763
+ "step": 246
1764
+ },
1765
+ {
1766
+ "epoch": 0.96,
1767
+ "grad_norm": 0.03494875878095627,
1768
+ "learning_rate": 0.00011210242652742631,
1769
+ "loss": 5.3739,
1770
+ "step": 247
1771
+ },
1772
+ {
1773
+ "epoch": 0.97,
1774
+ "grad_norm": 0.03172081336379051,
1775
+ "learning_rate": 0.00011146834253984006,
1776
+ "loss": 5.4698,
1777
+ "step": 248
1778
+ },
1779
+ {
1780
+ "epoch": 0.97,
1781
+ "grad_norm": 0.04552210494875908,
1782
+ "learning_rate": 0.00011083379095847932,
1783
+ "loss": 5.5625,
1784
+ "step": 249
1785
+ },
1786
+ {
1787
+ "epoch": 0.98,
1788
+ "grad_norm": 0.051661595702171326,
1789
+ "learning_rate": 0.00011019879765564153,
1790
+ "loss": 5.3063,
1791
+ "step": 250
1792
+ },
1793
+ {
1794
+ "epoch": 0.98,
1795
+ "grad_norm": 0.04173550382256508,
1796
+ "learning_rate": 0.00010956338852163424,
1797
+ "loss": 5.4449,
1798
+ "step": 251
1799
+ },
1800
+ {
1801
+ "epoch": 0.98,
1802
+ "grad_norm": 0.036143746227025986,
1803
+ "learning_rate": 0.00010892758946371944,
1804
+ "loss": 5.4327,
1805
+ "step": 252
1806
+ },
1807
+ {
1808
+ "epoch": 0.99,
1809
+ "grad_norm": 0.054287999868392944,
1810
+ "learning_rate": 0.00010829142640505738,
1811
+ "loss": 5.6596,
1812
+ "step": 253
1813
+ },
1814
+ {
1815
+ "epoch": 0.99,
1816
+ "grad_norm": 0.0568251796066761,
1817
+ "learning_rate": 0.0001076549252836496,
1818
+ "loss": 5.3534,
1819
+ "step": 254
1820
+ },
1821
+ {
1822
+ "epoch": 1.0,
1823
+ "grad_norm": 0.05703786015510559,
1824
+ "learning_rate": 0.00010701811205128113,
1825
+ "loss": 5.2521,
1826
+ "step": 255
1827
+ },
1828
+ {
1829
+ "epoch": 1.0,
1830
+ "grad_norm": 0.03435615077614784,
1831
+ "learning_rate": 0.00010638101267246283,
1832
+ "loss": 5.4864,
1833
+ "step": 256
1834
+ },
1835
+ {
1836
+ "epoch": 1.0,
1837
+ "eval_loss": 5.141561985015869,
1838
+ "eval_runtime": 117.9745,
1839
+ "eval_samples_per_second": 14.368,
1840
+ "eval_steps_per_second": 2.06,
1841
+ "step": 256
1842
+ },
1843
+ {
1844
+ "epoch": 1.0,
1845
+ "grad_norm": 0.03892118111252785,
1846
+ "learning_rate": 0.00010574365312337235,
1847
+ "loss": 5.5171,
1848
+ "step": 257
1849
+ },
1850
+ {
1851
+ "epoch": 1.01,
1852
+ "grad_norm": 0.03254527598619461,
1853
+ "learning_rate": 0.00010510605939079505,
1854
+ "loss": 5.4599,
1855
+ "step": 258
1856
+ },
1857
+ {
1858
+ "epoch": 1.01,
1859
+ "grad_norm": 0.04460343345999718,
1860
+ "learning_rate": 0.00010446825747106479,
1861
+ "loss": 5.5515,
1862
+ "step": 259
1863
+ },
1864
+ {
1865
+ "epoch": 1.0,
1866
+ "grad_norm": 0.038897812366485596,
1867
+ "learning_rate": 0.00010383027336900355,
1868
+ "loss": 5.3123,
1869
+ "step": 260
1870
+ },
1871
+ {
1872
+ "epoch": 1.0,
1873
+ "grad_norm": 0.03247852250933647,
1874
+ "learning_rate": 0.00010319213309686144,
1875
+ "loss": 5.4907,
1876
+ "step": 261
1877
+ },
1878
+ {
1879
+ "epoch": 1.01,
1880
+ "grad_norm": 0.05617564916610718,
1881
+ "learning_rate": 0.00010255386267325602,
1882
+ "loss": 5.4376,
1883
+ "step": 262
1884
+ },
1885
+ {
1886
+ "epoch": 1.01,
1887
+ "grad_norm": 0.02894892543554306,
1888
+ "learning_rate": 0.00010191548812211142,
1889
+ "loss": 5.4439,
1890
+ "step": 263
1891
+ },
1892
+ {
1893
+ "epoch": 1.02,
1894
+ "grad_norm": 0.037546053528785706,
1895
+ "learning_rate": 0.00010127703547159739,
1896
+ "loss": 5.3931,
1897
+ "step": 264
1898
+ },
1899
+ {
1900
+ "epoch": 1.02,
1901
+ "grad_norm": 0.09106461703777313,
1902
+ "learning_rate": 0.00010063853075306793,
1903
+ "loss": 5.6589,
1904
+ "step": 265
1905
+ },
1906
+ {
1907
+ "epoch": 1.02,
1908
+ "grad_norm": 0.03836290165781975,
1909
+ "learning_rate": 0.0001,
1910
+ "loss": 5.4115,
1911
+ "step": 266
1912
+ },
1913
+ {
1914
+ "epoch": 1.03,
1915
+ "grad_norm": 0.05548371374607086,
1916
+ "learning_rate": 9.93614692469321e-05,
1917
+ "loss": 5.4327,
1918
+ "step": 267
1919
+ },
1920
+ {
1921
+ "epoch": 1.03,
1922
+ "grad_norm": 0.03244495019316673,
1923
+ "learning_rate": 9.872296452840264e-05,
1924
+ "loss": 5.446,
1925
+ "step": 268
1926
+ },
1927
+ {
1928
+ "epoch": 1.04,
1929
+ "grad_norm": 0.048196546733379364,
1930
+ "learning_rate": 9.808451187788859e-05,
1931
+ "loss": 5.4429,
1932
+ "step": 269
1933
+ },
1934
+ {
1935
+ "epoch": 1.04,
1936
+ "grad_norm": 0.043303292244672775,
1937
+ "learning_rate": 9.744613732674401e-05,
1938
+ "loss": 5.3831,
1939
+ "step": 270
1940
+ },
1941
+ {
1942
+ "epoch": 1.04,
1943
+ "grad_norm": 0.029421547427773476,
1944
+ "learning_rate": 9.68078669031386e-05,
1945
+ "loss": 5.445,
1946
+ "step": 271
1947
+ },
1948
+ {
1949
+ "epoch": 1.05,
1950
+ "grad_norm": 0.052507225424051285,
1951
+ "learning_rate": 9.616972663099647e-05,
1952
+ "loss": 5.6058,
1953
+ "step": 272
1954
+ },
1955
+ {
1956
+ "epoch": 1.05,
1957
+ "grad_norm": 0.07338947057723999,
1958
+ "learning_rate": 9.553174252893522e-05,
1959
+ "loss": 5.6714,
1960
+ "step": 273
1961
+ },
1962
+ {
1963
+ "epoch": 1.06,
1964
+ "grad_norm": 0.04616468399763107,
1965
+ "learning_rate": 9.489394060920496e-05,
1966
+ "loss": 5.3734,
1967
+ "step": 274
1968
+ },
1969
+ {
1970
+ "epoch": 1.06,
1971
+ "grad_norm": 0.036514170467853546,
1972
+ "learning_rate": 9.425634687662768e-05,
1973
+ "loss": 5.4143,
1974
+ "step": 275
1975
+ },
1976
+ {
1977
+ "epoch": 1.06,
1978
+ "grad_norm": 0.05710041895508766,
1979
+ "learning_rate": 9.361898732753716e-05,
1980
+ "loss": 5.3507,
1981
+ "step": 276
1982
+ },
1983
+ {
1984
+ "epoch": 1.07,
1985
+ "grad_norm": 0.04608845338225365,
1986
+ "learning_rate": 9.298188794871888e-05,
1987
+ "loss": 5.7134,
1988
+ "step": 277
1989
+ },
1990
+ {
1991
+ "epoch": 1.07,
1992
+ "grad_norm": 0.033140767365694046,
1993
+ "learning_rate": 9.234507471635043e-05,
1994
+ "loss": 5.5013,
1995
+ "step": 278
1996
+ },
1997
+ {
1998
+ "epoch": 1.08,
1999
+ "grad_norm": 0.053405869752168655,
2000
+ "learning_rate": 9.170857359494264e-05,
2001
+ "loss": 5.6759,
2002
+ "step": 279
2003
+ },
2004
+ {
2005
+ "epoch": 1.08,
2006
+ "grad_norm": 0.05170680209994316,
2007
+ "learning_rate": 9.107241053628059e-05,
2008
+ "loss": 5.3689,
2009
+ "step": 280
2010
+ },
2011
+ {
2012
+ "epoch": 1.08,
2013
+ "grad_norm": 0.03882214426994324,
2014
+ "learning_rate": 9.043661147836578e-05,
2015
+ "loss": 5.3795,
2016
+ "step": 281
2017
+ },
2018
+ {
2019
+ "epoch": 1.09,
2020
+ "grad_norm": 0.052860137075185776,
2021
+ "learning_rate": 8.980120234435849e-05,
2022
+ "loss": 5.5302,
2023
+ "step": 282
2024
+ },
2025
+ {
2026
+ "epoch": 1.09,
2027
+ "grad_norm": 0.06640254706144333,
2028
+ "learning_rate": 8.916620904152069e-05,
2029
+ "loss": 5.5381,
2030
+ "step": 283
2031
+ },
2032
+ {
2033
+ "epoch": 1.09,
2034
+ "grad_norm": 0.043861739337444305,
2035
+ "learning_rate": 8.853165746015997e-05,
2036
+ "loss": 5.5606,
2037
+ "step": 284
2038
+ },
2039
+ {
2040
+ "epoch": 1.1,
2041
+ "grad_norm": 0.03182082995772362,
2042
+ "learning_rate": 8.789757347257372e-05,
2043
+ "loss": 5.4734,
2044
+ "step": 285
2045
+ },
2046
+ {
2047
+ "epoch": 1.1,
2048
+ "grad_norm": 0.05194887891411781,
2049
+ "learning_rate": 8.726398293199434e-05,
2050
+ "loss": 5.6236,
2051
+ "step": 286
2052
+ },
2053
+ {
2054
+ "epoch": 1.11,
2055
+ "grad_norm": 0.034338489174842834,
2056
+ "learning_rate": 8.663091167153516e-05,
2057
+ "loss": 5.4019,
2058
+ "step": 287
2059
+ },
2060
+ {
2061
+ "epoch": 1.11,
2062
+ "grad_norm": 0.05889330431818962,
2063
+ "learning_rate": 8.599838550313713e-05,
2064
+ "loss": 5.4263,
2065
+ "step": 288
2066
+ },
2067
+ {
2068
+ "epoch": 1.11,
2069
+ "grad_norm": 0.04128503426909447,
2070
+ "learning_rate": 8.53664302165163e-05,
2071
+ "loss": 5.4715,
2072
+ "step": 289
2073
+ },
2074
+ {
2075
+ "epoch": 1.12,
2076
+ "grad_norm": 0.0485406368970871,
2077
+ "learning_rate": 8.473507157811254e-05,
2078
+ "loss": 5.284,
2079
+ "step": 290
2080
+ },
2081
+ {
2082
+ "epoch": 1.12,
2083
+ "grad_norm": 0.030397815629839897,
2084
+ "learning_rate": 8.410433533003881e-05,
2085
+ "loss": 5.4436,
2086
+ "step": 291
2087
+ },
2088
+ {
2089
+ "epoch": 1.13,
2090
+ "grad_norm": 0.04625779017806053,
2091
+ "learning_rate": 8.347424718903151e-05,
2092
+ "loss": 5.4165,
2093
+ "step": 292
2094
+ },
2095
+ {
2096
+ "epoch": 1.13,
2097
+ "grad_norm": 0.086111880838871,
2098
+ "learning_rate": 8.284483284540216e-05,
2099
+ "loss": 5.5681,
2100
+ "step": 293
2101
+ },
2102
+ {
2103
+ "epoch": 1.13,
2104
+ "grad_norm": 0.08673430234193802,
2105
+ "learning_rate": 8.221611796198985e-05,
2106
+ "loss": 5.2608,
2107
+ "step": 294
2108
+ },
2109
+ {
2110
+ "epoch": 1.14,
2111
+ "grad_norm": 0.09690722823143005,
2112
+ "learning_rate": 8.158812817311475e-05,
2113
+ "loss": 5.8206,
2114
+ "step": 295
2115
+ },
2116
+ {
2117
+ "epoch": 1.14,
2118
+ "grad_norm": 0.07265935838222504,
2119
+ "learning_rate": 8.096088908353315e-05,
2120
+ "loss": 5.1928,
2121
+ "step": 296
2122
+ },
2123
+ {
2124
+ "epoch": 1.15,
2125
+ "grad_norm": 0.07043205946683884,
2126
+ "learning_rate": 8.033442626739347e-05,
2127
+ "loss": 5.618,
2128
+ "step": 297
2129
+ },
2130
+ {
2131
+ "epoch": 1.15,
2132
+ "grad_norm": 0.03906979411840439,
2133
+ "learning_rate": 7.970876526719333e-05,
2134
+ "loss": 5.5603,
2135
+ "step": 298
2136
+ },
2137
+ {
2138
+ "epoch": 1.15,
2139
+ "grad_norm": 0.056637875735759735,
2140
+ "learning_rate": 7.908393159273836e-05,
2141
+ "loss": 5.3759,
2142
+ "step": 299
2143
+ },
2144
+ {
2145
+ "epoch": 1.16,
2146
+ "grad_norm": 0.04319996014237404,
2147
+ "learning_rate": 7.845995072010188e-05,
2148
+ "loss": 5.4196,
2149
+ "step": 300
2150
+ },
2151
+ {
2152
+ "epoch": 1.16,
2153
+ "grad_norm": 0.0478227362036705,
2154
+ "learning_rate": 7.783684809058642e-05,
2155
+ "loss": 5.32,
2156
+ "step": 301
2157
+ },
2158
+ {
2159
+ "epoch": 1.17,
2160
+ "grad_norm": 0.04370150342583656,
2161
+ "learning_rate": 7.721464910968627e-05,
2162
+ "loss": 5.3773,
2163
+ "step": 302
2164
+ },
2165
+ {
2166
+ "epoch": 1.17,
2167
+ "grad_norm": 0.05833783373236656,
2168
+ "learning_rate": 7.659337914605151e-05,
2169
+ "loss": 5.6629,
2170
+ "step": 303
2171
+ },
2172
+ {
2173
+ "epoch": 1.17,
2174
+ "grad_norm": 0.047900766134262085,
2175
+ "learning_rate": 7.597306353045393e-05,
2176
+ "loss": 5.3259,
2177
+ "step": 304
2178
+ },
2179
+ {
2180
+ "epoch": 1.18,
2181
+ "grad_norm": 0.03448645770549774,
2182
+ "learning_rate": 7.535372755475411e-05,
2183
+ "loss": 5.3499,
2184
+ "step": 305
2185
+ },
2186
+ {
2187
+ "epoch": 1.18,
2188
+ "grad_norm": 0.05190582945942879,
2189
+ "learning_rate": 7.473539647087007e-05,
2190
+ "loss": 5.4548,
2191
+ "step": 306
2192
+ },
2193
+ {
2194
+ "epoch": 1.18,
2195
+ "grad_norm": 0.08470705896615982,
2196
+ "learning_rate": 7.411809548974792e-05,
2197
+ "loss": 5.8594,
2198
+ "step": 307
2199
+ },
2200
+ {
2201
+ "epoch": 1.19,
2202
+ "grad_norm": 0.026675831526517868,
2203
+ "learning_rate": 7.350184978033386e-05,
2204
+ "loss": 5.4803,
2205
+ "step": 308
2206
+ },
2207
+ {
2208
+ "epoch": 1.19,
2209
+ "grad_norm": 0.027785539627075195,
2210
+ "learning_rate": 7.28866844685478e-05,
2211
+ "loss": 5.5096,
2212
+ "step": 309
2213
+ },
2214
+ {
2215
+ "epoch": 1.2,
2216
+ "grad_norm": 0.045870471745729446,
2217
+ "learning_rate": 7.22726246362592e-05,
2218
+ "loss": 5.3877,
2219
+ "step": 310
2220
+ },
2221
+ {
2222
+ "epoch": 1.2,
2223
+ "grad_norm": 0.03886491432785988,
2224
+ "learning_rate": 7.16596953202643e-05,
2225
+ "loss": 5.3928,
2226
+ "step": 311
2227
+ },
2228
+ {
2229
+ "epoch": 1.2,
2230
+ "grad_norm": 0.039413053542375565,
2231
+ "learning_rate": 7.104792151126515e-05,
2232
+ "loss": 5.4992,
2233
+ "step": 312
2234
+ },
2235
+ {
2236
+ "epoch": 1.21,
2237
+ "grad_norm": 0.03315013647079468,
2238
+ "learning_rate": 7.043732815285091e-05,
2239
+ "loss": 5.5056,
2240
+ "step": 313
2241
+ },
2242
+ {
2243
+ "epoch": 1.21,
2244
+ "grad_norm": 0.04284488782286644,
2245
+ "learning_rate": 6.982794014048077e-05,
2246
+ "loss": 5.5894,
2247
+ "step": 314
2248
+ },
2249
+ {
2250
+ "epoch": 1.22,
2251
+ "grad_norm": 0.041594624519348145,
2252
+ "learning_rate": 6.921978232046877e-05,
2253
+ "loss": 5.3632,
2254
+ "step": 315
2255
+ },
2256
+ {
2257
+ "epoch": 1.22,
2258
+ "grad_norm": 0.044996097683906555,
2259
+ "learning_rate": 6.861287948897091e-05,
2260
+ "loss": 5.4832,
2261
+ "step": 316
2262
+ },
2263
+ {
2264
+ "epoch": 1.22,
2265
+ "grad_norm": 0.04162047058343887,
2266
+ "learning_rate": 6.800725639097411e-05,
2267
+ "loss": 5.4092,
2268
+ "step": 317
2269
+ },
2270
+ {
2271
+ "epoch": 1.23,
2272
+ "grad_norm": 0.08886846899986267,
2273
+ "learning_rate": 6.740293771928716e-05,
2274
+ "loss": 5.2591,
2275
+ "step": 318
2276
+ },
2277
+ {
2278
+ "epoch": 1.23,
2279
+ "grad_norm": 0.07054431736469269,
2280
+ "learning_rate": 6.679994811353418e-05,
2281
+ "loss": 5.2832,
2282
+ "step": 319
2283
+ },
2284
+ {
2285
+ "epoch": 1.24,
2286
+ "grad_norm": 0.03775365650653839,
2287
+ "learning_rate": 6.619831215914974e-05,
2288
+ "loss": 5.2877,
2289
+ "step": 320
2290
+ },
2291
+ {
2292
+ "epoch": 1.24,
2293
+ "eval_loss": 5.144121170043945,
2294
+ "eval_runtime": 117.9665,
2295
+ "eval_samples_per_second": 14.368,
2296
+ "eval_steps_per_second": 2.06,
2297
+ "step": 320
2298
+ },
2299
+ {
2300
+ "epoch": 1.24,
2301
+ "grad_norm": 0.05343703180551529,
2302
+ "learning_rate": 6.559805438637663e-05,
2303
+ "loss": 5.3204,
2304
+ "step": 321
2305
+ },
2306
+ {
2307
+ "epoch": 1.24,
2308
+ "grad_norm": 0.05394141003489494,
2309
+ "learning_rate": 6.499919926926566e-05,
2310
+ "loss": 5.3675,
2311
+ "step": 322
2312
+ },
2313
+ {
2314
+ "epoch": 1.25,
2315
+ "grad_norm": 0.028001869097352028,
2316
+ "learning_rate": 6.440177122467769e-05,
2317
+ "loss": 5.4041,
2318
+ "step": 323
2319
+ },
2320
+ {
2321
+ "epoch": 1.25,
2322
+ "grad_norm": 0.04468236118555069,
2323
+ "learning_rate": 6.380579461128819e-05,
2324
+ "loss": 5.4149,
2325
+ "step": 324
2326
+ },
2327
+ {
2328
+ "epoch": 1.25,
2329
+ "grad_norm": 0.10019981861114502,
2330
+ "learning_rate": 6.321129372859418e-05,
2331
+ "loss": 5.6874,
2332
+ "step": 325
2333
+ },
2334
+ {
2335
+ "epoch": 1.26,
2336
+ "grad_norm": 0.04705387353897095,
2337
+ "learning_rate": 6.261829281592314e-05,
2338
+ "loss": 5.4054,
2339
+ "step": 326
2340
+ },
2341
+ {
2342
+ "epoch": 1.26,
2343
+ "grad_norm": 0.036189932376146317,
2344
+ "learning_rate": 6.202681605144502e-05,
2345
+ "loss": 5.2958,
2346
+ "step": 327
2347
+ },
2348
+ {
2349
+ "epoch": 1.27,
2350
+ "grad_norm": 0.05683156102895737,
2351
+ "learning_rate": 6.143688755118646e-05,
2352
+ "loss": 5.5621,
2353
+ "step": 328
2354
+ },
2355
+ {
2356
+ "epoch": 1.27,
2357
+ "grad_norm": 0.09604857116937637,
2358
+ "learning_rate": 6.0848531368047115e-05,
2359
+ "loss": 5.5285,
2360
+ "step": 329
2361
+ },
2362
+ {
2363
+ "epoch": 1.27,
2364
+ "grad_norm": 0.04301217570900917,
2365
+ "learning_rate": 6.026177149081948e-05,
2366
+ "loss": 5.3762,
2367
+ "step": 330
2368
+ },
2369
+ {
2370
+ "epoch": 1.28,
2371
+ "grad_norm": 0.036191683262586594,
2372
+ "learning_rate": 5.967663184321047e-05,
2373
+ "loss": 5.3144,
2374
+ "step": 331
2375
+ },
2376
+ {
2377
+ "epoch": 1.28,
2378
+ "grad_norm": 0.0407772958278656,
2379
+ "learning_rate": 5.909313628286601e-05,
2380
+ "loss": 5.3912,
2381
+ "step": 332
2382
+ },
2383
+ {
2384
+ "epoch": 1.29,
2385
+ "grad_norm": 0.03703505918383598,
2386
+ "learning_rate": 5.851130860039851e-05,
2387
+ "loss": 5.3716,
2388
+ "step": 333
2389
+ },
2390
+ {
2391
+ "epoch": 1.29,
2392
+ "grad_norm": 0.03205498680472374,
2393
+ "learning_rate": 5.793117251841659e-05,
2394
+ "loss": 5.3783,
2395
+ "step": 334
2396
+ },
2397
+ {
2398
+ "epoch": 1.29,
2399
+ "grad_norm": 0.031054235994815826,
2400
+ "learning_rate": 5.735275169055803e-05,
2401
+ "loss": 5.428,
2402
+ "step": 335
2403
+ },
2404
+ {
2405
+ "epoch": 1.3,
2406
+ "grad_norm": 0.04683557152748108,
2407
+ "learning_rate": 5.677606970052529e-05,
2408
+ "loss": 5.3454,
2409
+ "step": 336
2410
+ },
2411
+ {
2412
+ "epoch": 1.3,
2413
+ "grad_norm": 0.0369766429066658,
2414
+ "learning_rate": 5.620115006112396e-05,
2415
+ "loss": 5.5212,
2416
+ "step": 337
2417
+ },
2418
+ {
2419
+ "epoch": 1.31,
2420
+ "grad_norm": 0.03676708787679672,
2421
+ "learning_rate": 5.5628016213304025e-05,
2422
+ "loss": 5.5202,
2423
+ "step": 338
2424
+ },
2425
+ {
2426
+ "epoch": 1.31,
2427
+ "grad_norm": 0.03692242130637169,
2428
+ "learning_rate": 5.505669152520425e-05,
2429
+ "loss": 5.3962,
2430
+ "step": 339
2431
+ },
2432
+ {
2433
+ "epoch": 1.31,
2434
+ "grad_norm": 0.03632184490561485,
2435
+ "learning_rate": 5.448719929119915e-05,
2436
+ "loss": 5.4719,
2437
+ "step": 340
2438
+ },
2439
+ {
2440
+ "epoch": 1.32,
2441
+ "grad_norm": 0.03401057794690132,
2442
+ "learning_rate": 5.3919562730949515e-05,
2443
+ "loss": 5.4735,
2444
+ "step": 341
2445
+ },
2446
+ {
2447
+ "epoch": 1.32,
2448
+ "grad_norm": 0.03179492428898811,
2449
+ "learning_rate": 5.335380498845559e-05,
2450
+ "loss": 5.4301,
2451
+ "step": 342
2452
+ },
2453
+ {
2454
+ "epoch": 1.33,
2455
+ "grad_norm": 0.05031324550509453,
2456
+ "learning_rate": 5.278994913111326e-05,
2457
+ "loss": 5.5902,
2458
+ "step": 343
2459
+ },
2460
+ {
2461
+ "epoch": 1.33,
2462
+ "grad_norm": 0.037076130509376526,
2463
+ "learning_rate": 5.222801814877369e-05,
2464
+ "loss": 5.3786,
2465
+ "step": 344
2466
+ },
2467
+ {
2468
+ "epoch": 1.33,
2469
+ "grad_norm": 0.05723627656698227,
2470
+ "learning_rate": 5.1668034952806146e-05,
2471
+ "loss": 5.7038,
2472
+ "step": 345
2473
+ },
2474
+ {
2475
+ "epoch": 1.34,
2476
+ "grad_norm": 0.035133399069309235,
2477
+ "learning_rate": 5.111002237516334e-05,
2478
+ "loss": 5.4535,
2479
+ "step": 346
2480
+ },
2481
+ {
2482
+ "epoch": 1.34,
2483
+ "grad_norm": 0.06996971368789673,
2484
+ "learning_rate": 5.055400316745096e-05,
2485
+ "loss": 5.726,
2486
+ "step": 347
2487
+ },
2488
+ {
2489
+ "epoch": 1.34,
2490
+ "grad_norm": 0.0424312986433506,
2491
+ "learning_rate": 5.000000000000002e-05,
2492
+ "loss": 5.3156,
2493
+ "step": 348
2494
+ },
2495
+ {
2496
+ "epoch": 1.35,
2497
+ "grad_norm": 0.05643362179398537,
2498
+ "learning_rate": 4.9448035460942144e-05,
2499
+ "loss": 5.3829,
2500
+ "step": 349
2501
+ },
2502
+ {
2503
+ "epoch": 1.35,
2504
+ "grad_norm": 0.0284893736243248,
2505
+ "learning_rate": 4.889813205528895e-05,
2506
+ "loss": 5.6425,
2507
+ "step": 350
2508
+ },
2509
+ {
2510
+ "epoch": 1.36,
2511
+ "grad_norm": 0.06052859500050545,
2512
+ "learning_rate": 4.835031220401447e-05,
2513
+ "loss": 5.3397,
2514
+ "step": 351
2515
+ },
2516
+ {
2517
+ "epoch": 1.36,
2518
+ "grad_norm": 0.06666272133588791,
2519
+ "learning_rate": 4.7804598243140666e-05,
2520
+ "loss": 5.6796,
2521
+ "step": 352
2522
+ },
2523
+ {
2524
+ "epoch": 1.36,
2525
+ "grad_norm": 0.03461989015340805,
2526
+ "learning_rate": 4.726101242282708e-05,
2527
+ "loss": 5.538,
2528
+ "step": 353
2529
+ },
2530
+ {
2531
+ "epoch": 1.37,
2532
+ "grad_norm": 0.052791792899370193,
2533
+ "learning_rate": 4.671957690646345e-05,
2534
+ "loss": 5.4114,
2535
+ "step": 354
2536
+ },
2537
+ {
2538
+ "epoch": 1.37,
2539
+ "grad_norm": 0.06576182693243027,
2540
+ "learning_rate": 4.6180313769766105e-05,
2541
+ "loss": 5.4554,
2542
+ "step": 355
2543
+ },
2544
+ {
2545
+ "epoch": 1.38,
2546
+ "grad_norm": 0.043472375720739365,
2547
+ "learning_rate": 4.56432449998779e-05,
2548
+ "loss": 5.4107,
2549
+ "step": 356
2550
+ },
2551
+ {
2552
+ "epoch": 1.38,
2553
+ "grad_norm": 0.03615492582321167,
2554
+ "learning_rate": 4.5108392494471686e-05,
2555
+ "loss": 5.4123,
2556
+ "step": 357
2557
+ },
2558
+ {
2559
+ "epoch": 1.38,
2560
+ "grad_norm": 0.05690396949648857,
2561
+ "learning_rate": 4.457577806085754e-05,
2562
+ "loss": 5.6233,
2563
+ "step": 358
2564
+ },
2565
+ {
2566
+ "epoch": 1.39,
2567
+ "grad_norm": 0.060359589755535126,
2568
+ "learning_rate": 4.40454234150936e-05,
2569
+ "loss": 5.6305,
2570
+ "step": 359
2571
+ },
2572
+ {
2573
+ "epoch": 1.39,
2574
+ "grad_norm": 0.05274466052651405,
2575
+ "learning_rate": 4.351735018110066e-05,
2576
+ "loss": 5.5135,
2577
+ "step": 360
2578
+ },
2579
+ {
2580
+ "epoch": 1.4,
2581
+ "grad_norm": 0.03002074547111988,
2582
+ "learning_rate": 4.299157988978048e-05,
2583
+ "loss": 5.4805,
2584
+ "step": 361
2585
+ },
2586
+ {
2587
+ "epoch": 1.4,
2588
+ "grad_norm": 0.037866391241550446,
2589
+ "learning_rate": 4.2468133978137945e-05,
2590
+ "loss": 5.381,
2591
+ "step": 362
2592
+ },
2593
+ {
2594
+ "epoch": 1.4,
2595
+ "grad_norm": 0.03351390361785889,
2596
+ "learning_rate": 4.1947033788407005e-05,
2597
+ "loss": 5.5211,
2598
+ "step": 363
2599
+ },
2600
+ {
2601
+ "epoch": 1.41,
2602
+ "grad_norm": 0.04190673679113388,
2603
+ "learning_rate": 4.142830056718052e-05,
2604
+ "loss": 5.425,
2605
+ "step": 364
2606
+ },
2607
+ {
2608
+ "epoch": 1.41,
2609
+ "grad_norm": 0.03094741329550743,
2610
+ "learning_rate": 4.0911955464543986e-05,
2611
+ "loss": 5.3775,
2612
+ "step": 365
2613
+ },
2614
+ {
2615
+ "epoch": 1.42,
2616
+ "grad_norm": 0.0317833349108696,
2617
+ "learning_rate": 4.0398019533213014e-05,
2618
+ "loss": 5.4909,
2619
+ "step": 366
2620
+ },
2621
+ {
2622
+ "epoch": 1.42,
2623
+ "grad_norm": 0.05673886463046074,
2624
+ "learning_rate": 3.988651372767538e-05,
2625
+ "loss": 5.4684,
2626
+ "step": 367
2627
+ },
2628
+ {
2629
+ "epoch": 1.42,
2630
+ "grad_norm": 0.06641435623168945,
2631
+ "learning_rate": 3.937745890333623e-05,
2632
+ "loss": 5.316,
2633
+ "step": 368
2634
+ },
2635
+ {
2636
+ "epoch": 1.43,
2637
+ "grad_norm": 0.029901282861828804,
2638
+ "learning_rate": 3.887087581566784e-05,
2639
+ "loss": 5.3482,
2640
+ "step": 369
2641
+ },
2642
+ {
2643
+ "epoch": 1.43,
2644
+ "grad_norm": 0.04485533386468887,
2645
+ "learning_rate": 3.8366785119363624e-05,
2646
+ "loss": 5.4514,
2647
+ "step": 370
2648
+ },
2649
+ {
2650
+ "epoch": 1.43,
2651
+ "grad_norm": 0.038150250911712646,
2652
+ "learning_rate": 3.786520736749572e-05,
2653
+ "loss": 5.403,
2654
+ "step": 371
2655
+ },
2656
+ {
2657
+ "epoch": 1.44,
2658
+ "grad_norm": 0.034878868609666824,
2659
+ "learning_rate": 3.736616301067694e-05,
2660
+ "loss": 5.451,
2661
+ "step": 372
2662
+ },
2663
+ {
2664
+ "epoch": 1.44,
2665
+ "grad_norm": 0.05571235716342926,
2666
+ "learning_rate": 3.686967239622728e-05,
2667
+ "loss": 5.2992,
2668
+ "step": 373
2669
+ },
2670
+ {
2671
+ "epoch": 1.45,
2672
+ "grad_norm": 0.03623438999056816,
2673
+ "learning_rate": 3.637575576734404e-05,
2674
+ "loss": 5.4354,
2675
+ "step": 374
2676
+ },
2677
+ {
2678
+ "epoch": 1.45,
2679
+ "grad_norm": 0.040699999779462814,
2680
+ "learning_rate": 3.5884433262276375e-05,
2681
+ "loss": 5.5793,
2682
+ "step": 375
2683
+ },
2684
+ {
2685
+ "epoch": 1.45,
2686
+ "grad_norm": 0.0567522794008255,
2687
+ "learning_rate": 3.5395724913504545e-05,
2688
+ "loss": 5.5866,
2689
+ "step": 376
2690
+ },
2691
+ {
2692
+ "epoch": 1.46,
2693
+ "grad_norm": 0.06090893968939781,
2694
+ "learning_rate": 3.4909650646922896e-05,
2695
+ "loss": 5.4413,
2696
+ "step": 377
2697
+ },
2698
+ {
2699
+ "epoch": 1.46,
2700
+ "grad_norm": 0.03806202486157417,
2701
+ "learning_rate": 3.442623028102737e-05,
2702
+ "loss": 5.4202,
2703
+ "step": 378
2704
+ },
2705
+ {
2706
+ "epoch": 1.47,
2707
+ "grad_norm": 0.03735024482011795,
2708
+ "learning_rate": 3.394548352610767e-05,
2709
+ "loss": 5.4923,
2710
+ "step": 379
2711
+ },
2712
+ {
2713
+ "epoch": 1.47,
2714
+ "grad_norm": 0.05218209698796272,
2715
+ "learning_rate": 3.346742998344348e-05,
2716
+ "loss": 5.3634,
2717
+ "step": 380
2718
+ },
2719
+ {
2720
+ "epoch": 1.47,
2721
+ "grad_norm": 0.03788035362958908,
2722
+ "learning_rate": 3.299208914450532e-05,
2723
+ "loss": 5.4613,
2724
+ "step": 381
2725
+ },
2726
+ {
2727
+ "epoch": 1.48,
2728
+ "grad_norm": 0.038459401577711105,
2729
+ "learning_rate": 3.2519480390159806e-05,
2730
+ "loss": 5.5289,
2731
+ "step": 382
2732
+ },
2733
+ {
2734
+ "epoch": 1.48,
2735
+ "grad_norm": 0.03371362388134003,
2736
+ "learning_rate": 3.204962298987945e-05,
2737
+ "loss": 5.4143,
2738
+ "step": 383
2739
+ },
2740
+ {
2741
+ "epoch": 1.49,
2742
+ "grad_norm": 0.1352624148130417,
2743
+ "learning_rate": 3.158253610095697e-05,
2744
+ "loss": 5.1731,
2745
+ "step": 384
2746
+ },
2747
+ {
2748
+ "epoch": 1.49,
2749
+ "eval_loss": 5.14132833480835,
2750
+ "eval_runtime": 117.9188,
2751
+ "eval_samples_per_second": 14.374,
2752
+ "eval_steps_per_second": 2.061,
2753
+ "step": 384
2754
+ },
2755
+ {
2756
+ "epoch": 1.49,
2757
+ "grad_norm": 0.033526431769132614,
2758
+ "learning_rate": 3.111823876772426e-05,
2759
+ "loss": 5.5211,
2760
+ "step": 385
2761
+ },
2762
+ {
2763
+ "epoch": 1.49,
2764
+ "grad_norm": 0.05555104464292526,
2765
+ "learning_rate": 3.065674992077584e-05,
2766
+ "loss": 5.7138,
2767
+ "step": 386
2768
+ },
2769
+ {
2770
+ "epoch": 1.5,
2771
+ "grad_norm": 0.037323616445064545,
2772
+ "learning_rate": 3.019808837619704e-05,
2773
+ "loss": 5.4475,
2774
+ "step": 387
2775
+ },
2776
+ {
2777
+ "epoch": 1.5,
2778
+ "grad_norm": 0.028331860899925232,
2779
+ "learning_rate": 2.9742272834796813e-05,
2780
+ "loss": 5.3551,
2781
+ "step": 388
2782
+ },
2783
+ {
2784
+ "epoch": 1.5,
2785
+ "grad_norm": 0.02999243512749672,
2786
+ "learning_rate": 2.9289321881345254e-05,
2787
+ "loss": 5.3843,
2788
+ "step": 389
2789
+ },
2790
+ {
2791
+ "epoch": 1.51,
2792
+ "grad_norm": 0.029440969228744507,
2793
+ "learning_rate": 2.883925398381585e-05,
2794
+ "loss": 5.3457,
2795
+ "step": 390
2796
+ },
2797
+ {
2798
+ "epoch": 1.51,
2799
+ "grad_norm": 0.043180134147405624,
2800
+ "learning_rate": 2.8392087492632502e-05,
2801
+ "loss": 5.3563,
2802
+ "step": 391
2803
+ },
2804
+ {
2805
+ "epoch": 1.52,
2806
+ "grad_norm": 0.06036212667822838,
2807
+ "learning_rate": 2.794784063992131e-05,
2808
+ "loss": 5.3512,
2809
+ "step": 392
2810
+ },
2811
+ {
2812
+ "epoch": 1.52,
2813
+ "grad_norm": 0.08311715722084045,
2814
+ "learning_rate": 2.7506531538767212e-05,
2815
+ "loss": 5.6404,
2816
+ "step": 393
2817
+ },
2818
+ {
2819
+ "epoch": 1.52,
2820
+ "grad_norm": 0.046528592705726624,
2821
+ "learning_rate": 2.706817818247551e-05,
2822
+ "loss": 5.3849,
2823
+ "step": 394
2824
+ },
2825
+ {
2826
+ "epoch": 1.53,
2827
+ "grad_norm": 0.05664818361401558,
2828
+ "learning_rate": 2.6632798443838147e-05,
2829
+ "loss": 5.6102,
2830
+ "step": 395
2831
+ },
2832
+ {
2833
+ "epoch": 1.53,
2834
+ "grad_norm": 0.041858069598674774,
2835
+ "learning_rate": 2.620041007440508e-05,
2836
+ "loss": 5.4059,
2837
+ "step": 396
2838
+ },
2839
+ {
2840
+ "epoch": 1.54,
2841
+ "grad_norm": 0.051613613963127136,
2842
+ "learning_rate": 2.5771030703760434e-05,
2843
+ "loss": 5.6078,
2844
+ "step": 397
2845
+ },
2846
+ {
2847
+ "epoch": 1.54,
2848
+ "grad_norm": 0.03705097734928131,
2849
+ "learning_rate": 2.5344677838803733e-05,
2850
+ "loss": 5.3332,
2851
+ "step": 398
2852
+ },
2853
+ {
2854
+ "epoch": 1.54,
2855
+ "grad_norm": 0.0435323491692543,
2856
+ "learning_rate": 2.492136886303611e-05,
2857
+ "loss": 5.4705,
2858
+ "step": 399
2859
+ },
2860
+ {
2861
+ "epoch": 1.55,
2862
+ "grad_norm": 0.043584998697042465,
2863
+ "learning_rate": 2.4501121035851492e-05,
2864
+ "loss": 5.4051,
2865
+ "step": 400
2866
+ },
2867
+ {
2868
+ "epoch": 1.55,
2869
+ "grad_norm": 0.054206427186727524,
2870
+ "learning_rate": 2.4083951491832945e-05,
2871
+ "loss": 5.6382,
2872
+ "step": 401
2873
+ },
2874
+ {
2875
+ "epoch": 1.56,
2876
+ "grad_norm": 0.04840492084622383,
2877
+ "learning_rate": 2.366987724005404e-05,
2878
+ "loss": 5.4019,
2879
+ "step": 402
2880
+ },
2881
+ {
2882
+ "epoch": 1.56,
2883
+ "grad_norm": 0.028504041954874992,
2884
+ "learning_rate": 2.325891516338523e-05,
2885
+ "loss": 5.3931,
2886
+ "step": 403
2887
+ },
2888
+ {
2889
+ "epoch": 1.56,
2890
+ "grad_norm": 0.04800885543227196,
2891
+ "learning_rate": 2.2851082017805703e-05,
2892
+ "loss": 5.5231,
2893
+ "step": 404
2894
+ },
2895
+ {
2896
+ "epoch": 1.57,
2897
+ "grad_norm": 0.033465560525655746,
2898
+ "learning_rate": 2.244639443172013e-05,
2899
+ "loss": 5.379,
2900
+ "step": 405
2901
+ },
2902
+ {
2903
+ "epoch": 1.57,
2904
+ "grad_norm": 0.030162468552589417,
2905
+ "learning_rate": 2.20448689052805e-05,
2906
+ "loss": 5.3633,
2907
+ "step": 406
2908
+ },
2909
+ {
2910
+ "epoch": 1.58,
2911
+ "grad_norm": 0.09385357797145844,
2912
+ "learning_rate": 2.164652180971358e-05,
2913
+ "loss": 5.3651,
2914
+ "step": 407
2915
+ },
2916
+ {
2917
+ "epoch": 1.58,
2918
+ "grad_norm": 0.04510626196861267,
2919
+ "learning_rate": 2.1251369386653454e-05,
2920
+ "loss": 5.4746,
2921
+ "step": 408
2922
+ },
2923
+ {
2924
+ "epoch": 1.58,
2925
+ "grad_norm": 0.039704885333776474,
2926
+ "learning_rate": 2.085942774747901e-05,
2927
+ "loss": 5.4849,
2928
+ "step": 409
2929
+ },
2930
+ {
2931
+ "epoch": 1.59,
2932
+ "grad_norm": 0.03505348786711693,
2933
+ "learning_rate": 2.047071287265735e-05,
2934
+ "loss": 5.4485,
2935
+ "step": 410
2936
+ },
2937
+ {
2938
+ "epoch": 1.59,
2939
+ "grad_norm": 0.03931122273206711,
2940
+ "learning_rate": 2.0085240611092138e-05,
2941
+ "loss": 5.375,
2942
+ "step": 411
2943
+ },
2944
+ {
2945
+ "epoch": 1.59,
2946
+ "grad_norm": 0.03462689369916916,
2947
+ "learning_rate": 1.9703026679477256e-05,
2948
+ "loss": 5.5718,
2949
+ "step": 412
2950
+ },
2951
+ {
2952
+ "epoch": 1.6,
2953
+ "grad_norm": 0.035479288548231125,
2954
+ "learning_rate": 1.932408666165617e-05,
2955
+ "loss": 5.5952,
2956
+ "step": 413
2957
+ },
2958
+ {
2959
+ "epoch": 1.6,
2960
+ "grad_norm": 0.030520660802721977,
2961
+ "learning_rate": 1.8948436007986546e-05,
2962
+ "loss": 5.4703,
2963
+ "step": 414
2964
+ },
2965
+ {
2966
+ "epoch": 1.61,
2967
+ "grad_norm": 0.11821933090686798,
2968
+ "learning_rate": 1.857609003471007e-05,
2969
+ "loss": 5.5369,
2970
+ "step": 415
2971
+ },
2972
+ {
2973
+ "epoch": 1.61,
2974
+ "grad_norm": 0.05747751519083977,
2975
+ "learning_rate": 1.8207063923328237e-05,
2976
+ "loss": 5.6542,
2977
+ "step": 416
2978
+ },
2979
+ {
2980
+ "epoch": 1.61,
2981
+ "grad_norm": 0.0752585232257843,
2982
+ "learning_rate": 1.7841372719983228e-05,
2983
+ "loss": 5.5633,
2984
+ "step": 417
2985
+ },
2986
+ {
2987
+ "epoch": 1.62,
2988
+ "grad_norm": 0.078254833817482,
2989
+ "learning_rate": 1.747903133484442e-05,
2990
+ "loss": 5.7038,
2991
+ "step": 418
2992
+ },
2993
+ {
2994
+ "epoch": 1.62,
2995
+ "grad_norm": 0.0734933391213417,
2996
+ "learning_rate": 1.7120054541500553e-05,
2997
+ "loss": 5.2323,
2998
+ "step": 419
2999
+ },
3000
+ {
3001
+ "epoch": 1.63,
3002
+ "grad_norm": 0.03491882234811783,
3003
+ "learning_rate": 1.676445697635728e-05,
3004
+ "loss": 5.523,
3005
+ "step": 420
3006
+ },
3007
+ {
3008
+ "epoch": 1.63,
3009
+ "grad_norm": 0.08193439245223999,
3010
+ "learning_rate": 1.6412253138040468e-05,
3011
+ "loss": 5.2352,
3012
+ "step": 421
3013
+ },
3014
+ {
3015
+ "epoch": 1.63,
3016
+ "grad_norm": 0.03526321053504944,
3017
+ "learning_rate": 1.6063457386805004e-05,
3018
+ "loss": 5.5528,
3019
+ "step": 422
3020
+ },
3021
+ {
3022
+ "epoch": 1.64,
3023
+ "grad_norm": 0.03471006825566292,
3024
+ "learning_rate": 1.5718083943949337e-05,
3025
+ "loss": 5.5334,
3026
+ "step": 423
3027
+ },
3028
+ {
3029
+ "epoch": 1.64,
3030
+ "grad_norm": 0.0470704585313797,
3031
+ "learning_rate": 1.5376146891235598e-05,
3032
+ "loss": 5.6915,
3033
+ "step": 424
3034
+ },
3035
+ {
3036
+ "epoch": 1.65,
3037
+ "grad_norm": 0.05606949329376221,
3038
+ "learning_rate": 1.503766017031547e-05,
3039
+ "loss": 5.5933,
3040
+ "step": 425
3041
+ },
3042
+ {
3043
+ "epoch": 1.65,
3044
+ "grad_norm": 0.04725959151983261,
3045
+ "learning_rate": 1.470263758216176e-05,
3046
+ "loss": 5.4065,
3047
+ "step": 426
3048
+ },
3049
+ {
3050
+ "epoch": 1.65,
3051
+ "grad_norm": 0.053547605872154236,
3052
+ "learning_rate": 1.4371092786505669e-05,
3053
+ "loss": 5.5144,
3054
+ "step": 427
3055
+ },
3056
+ {
3057
+ "epoch": 1.66,
3058
+ "grad_norm": 0.05385226011276245,
3059
+ "learning_rate": 1.4043039301279903e-05,
3060
+ "loss": 5.6636,
3061
+ "step": 428
3062
+ },
3063
+ {
3064
+ "epoch": 1.66,
3065
+ "grad_norm": 0.032404594123363495,
3066
+ "learning_rate": 1.3718490502067394e-05,
3067
+ "loss": 5.4314,
3068
+ "step": 429
3069
+ },
3070
+ {
3071
+ "epoch": 1.67,
3072
+ "grad_norm": 0.038287803530693054,
3073
+ "learning_rate": 1.339745962155613e-05,
3074
+ "loss": 5.4867,
3075
+ "step": 430
3076
+ },
3077
+ {
3078
+ "epoch": 1.67,
3079
+ "grad_norm": 0.09523623436689377,
3080
+ "learning_rate": 1.3079959748999493e-05,
3081
+ "loss": 5.2526,
3082
+ "step": 431
3083
+ },
3084
+ {
3085
+ "epoch": 1.67,
3086
+ "grad_norm": 0.03632797673344612,
3087
+ "learning_rate": 1.2766003829682505e-05,
3088
+ "loss": 5.4288,
3089
+ "step": 432
3090
+ },
3091
+ {
3092
+ "epoch": 1.68,
3093
+ "grad_norm": 0.047736331820487976,
3094
+ "learning_rate": 1.2455604664394249e-05,
3095
+ "loss": 5.5558,
3096
+ "step": 433
3097
+ },
3098
+ {
3099
+ "epoch": 1.68,
3100
+ "grad_norm": 0.04540436714887619,
3101
+ "learning_rate": 1.214877490890578e-05,
3102
+ "loss": 5.2932,
3103
+ "step": 434
3104
+ },
3105
+ {
3106
+ "epoch": 1.68,
3107
+ "grad_norm": 0.039823420345783234,
3108
+ "learning_rate": 1.1845527073454044e-05,
3109
+ "loss": 5.3759,
3110
+ "step": 435
3111
+ },
3112
+ {
3113
+ "epoch": 1.69,
3114
+ "grad_norm": 0.06641686707735062,
3115
+ "learning_rate": 1.1545873522232053e-05,
3116
+ "loss": 5.3121,
3117
+ "step": 436
3118
+ },
3119
+ {
3120
+ "epoch": 1.69,
3121
+ "grad_norm": 0.05735361576080322,
3122
+ "learning_rate": 1.1249826472884572e-05,
3123
+ "loss": 5.3518,
3124
+ "step": 437
3125
+ },
3126
+ {
3127
+ "epoch": 1.7,
3128
+ "grad_norm": 0.058835744857788086,
3129
+ "learning_rate": 1.0957397996009933e-05,
3130
+ "loss": 5.3926,
3131
+ "step": 438
3132
+ },
3133
+ {
3134
+ "epoch": 1.7,
3135
+ "grad_norm": 0.07455369085073471,
3136
+ "learning_rate": 1.0668600014668129e-05,
3137
+ "loss": 5.3992,
3138
+ "step": 439
3139
+ },
3140
+ {
3141
+ "epoch": 1.7,
3142
+ "grad_norm": 0.09594876319169998,
3143
+ "learning_rate": 1.0383444303894452e-05,
3144
+ "loss": 5.4881,
3145
+ "step": 440
3146
+ },
3147
+ {
3148
+ "epoch": 1.71,
3149
+ "grad_norm": 0.06567229330539703,
3150
+ "learning_rate": 1.0101942490219418e-05,
3151
+ "loss": 5.496,
3152
+ "step": 441
3153
+ },
3154
+ {
3155
+ "epoch": 1.71,
3156
+ "grad_norm": 0.0464106909930706,
3157
+ "learning_rate": 9.824106051194859e-06,
3158
+ "loss": 5.3197,
3159
+ "step": 442
3160
+ },
3161
+ {
3162
+ "epoch": 1.72,
3163
+ "grad_norm": 0.041425399482250214,
3164
+ "learning_rate": 9.549946314925839e-06,
3165
+ "loss": 5.5576,
3166
+ "step": 443
3167
+ },
3168
+ {
3169
+ "epoch": 1.72,
3170
+ "grad_norm": 0.07320866733789444,
3171
+ "learning_rate": 9.279474459608805e-06,
3172
+ "loss": 5.2278,
3173
+ "step": 444
3174
+ },
3175
+ {
3176
+ "epoch": 1.72,
3177
+ "grad_norm": 0.06431550532579422,
3178
+ "learning_rate": 9.012701513075839e-06,
3179
+ "loss": 5.7271,
3180
+ "step": 445
3181
+ },
3182
+ {
3183
+ "epoch": 1.73,
3184
+ "grad_norm": 0.04593539610505104,
3185
+ "learning_rate": 8.749638352345002e-06,
3186
+ "loss": 5.4862,
3187
+ "step": 446
3188
+ },
3189
+ {
3190
+ "epoch": 1.73,
3191
+ "grad_norm": 0.04739491268992424,
3192
+ "learning_rate": 8.490295703176877e-06,
3193
+ "loss": 5.5574,
3194
+ "step": 447
3195
+ },
3196
+ {
3197
+ "epoch": 1.74,
3198
+ "grad_norm": 0.07719334214925766,
3199
+ "learning_rate": 8.234684139637205e-06,
3200
+ "loss": 5.6221,
3201
+ "step": 448
3202
+ },
3203
+ {
3204
+ "epoch": 1.74,
3205
+ "eval_loss": 5.140613555908203,
3206
+ "eval_runtime": 118.0618,
3207
+ "eval_samples_per_second": 14.357,
3208
+ "eval_steps_per_second": 2.058,
3209
+ "step": 448
3210
+ },
3211
+ {
3212
+ "epoch": 1.74,
3213
+ "grad_norm": 0.041309550404548645,
3214
+ "learning_rate": 7.982814083665824e-06,
3215
+ "loss": 5.5653,
3216
+ "step": 449
3217
+ },
3218
+ {
3219
+ "epoch": 1.74,
3220
+ "grad_norm": 0.04140365868806839,
3221
+ "learning_rate": 7.734695804651693e-06,
3222
+ "loss": 5.4939,
3223
+ "step": 450
3224
+ },
3225
+ {
3226
+ "epoch": 1.75,
3227
+ "grad_norm": 0.06422597914934158,
3228
+ "learning_rate": 7.490339419014147e-06,
3229
+ "loss": 5.4952,
3230
+ "step": 451
3231
+ },
3232
+ {
3233
+ "epoch": 1.75,
3234
+ "grad_norm": 0.03446926176548004,
3235
+ "learning_rate": 7.249754889790539e-06,
3236
+ "loss": 5.5574,
3237
+ "step": 452
3238
+ },
3239
+ {
3240
+ "epoch": 1.75,
3241
+ "grad_norm": 0.03944532573223114,
3242
+ "learning_rate": 7.0129520262298905e-06,
3243
+ "loss": 5.3908,
3244
+ "step": 453
3245
+ },
3246
+ {
3247
+ "epoch": 1.76,
3248
+ "grad_norm": 0.03682417795062065,
3249
+ "learning_rate": 6.779940483393032e-06,
3250
+ "loss": 5.4036,
3251
+ "step": 454
3252
+ },
3253
+ {
3254
+ "epoch": 1.76,
3255
+ "grad_norm": 0.04823753237724304,
3256
+ "learning_rate": 6.5507297617589005e-06,
3257
+ "loss": 5.5624,
3258
+ "step": 455
3259
+ },
3260
+ {
3261
+ "epoch": 1.77,
3262
+ "grad_norm": 0.04815137758851051,
3263
+ "learning_rate": 6.325329206837216e-06,
3264
+ "loss": 5.3947,
3265
+ "step": 456
3266
+ },
3267
+ {
3268
+ "epoch": 1.77,
3269
+ "grad_norm": 0.034516386687755585,
3270
+ "learning_rate": 6.10374800878738e-06,
3271
+ "loss": 5.4647,
3272
+ "step": 457
3273
+ },
3274
+ {
3275
+ "epoch": 1.77,
3276
+ "grad_norm": 0.05057673528790474,
3277
+ "learning_rate": 5.885995202043848e-06,
3278
+ "loss": 5.3745,
3279
+ "step": 458
3280
+ },
3281
+ {
3282
+ "epoch": 1.78,
3283
+ "grad_norm": 0.05802900716662407,
3284
+ "learning_rate": 5.672079664947683e-06,
3285
+ "loss": 5.3907,
3286
+ "step": 459
3287
+ },
3288
+ {
3289
+ "epoch": 1.78,
3290
+ "grad_norm": 0.06572411209344864,
3291
+ "learning_rate": 5.462010119384664e-06,
3292
+ "loss": 5.5531,
3293
+ "step": 460
3294
+ },
3295
+ {
3296
+ "epoch": 1.79,
3297
+ "grad_norm": 0.07992907613515854,
3298
+ "learning_rate": 5.255795130429575e-06,
3299
+ "loss": 5.6433,
3300
+ "step": 461
3301
+ },
3302
+ {
3303
+ "epoch": 1.79,
3304
+ "grad_norm": 0.04272537678480148,
3305
+ "learning_rate": 5.0534431059970685e-06,
3306
+ "loss": 5.2467,
3307
+ "step": 462
3308
+ },
3309
+ {
3310
+ "epoch": 1.79,
3311
+ "grad_norm": 0.05195242911577225,
3312
+ "learning_rate": 4.854962296498767e-06,
3313
+ "loss": 5.4404,
3314
+ "step": 463
3315
+ },
3316
+ {
3317
+ "epoch": 1.8,
3318
+ "grad_norm": 0.08947974443435669,
3319
+ "learning_rate": 4.660360794506946e-06,
3320
+ "loss": 5.7227,
3321
+ "step": 464
3322
+ },
3323
+ {
3324
+ "epoch": 1.8,
3325
+ "grad_norm": 0.04164132848381996,
3326
+ "learning_rate": 4.469646534424587e-06,
3327
+ "loss": 5.4453,
3328
+ "step": 465
3329
+ },
3330
+ {
3331
+ "epoch": 1.81,
3332
+ "grad_norm": 0.04136288911104202,
3333
+ "learning_rate": 4.2828272921617615e-06,
3334
+ "loss": 5.2939,
3335
+ "step": 466
3336
+ },
3337
+ {
3338
+ "epoch": 1.81,
3339
+ "grad_norm": 0.028134597465395927,
3340
+ "learning_rate": 4.099910684818698e-06,
3341
+ "loss": 5.4966,
3342
+ "step": 467
3343
+ },
3344
+ {
3345
+ "epoch": 1.81,
3346
+ "grad_norm": 0.02709069848060608,
3347
+ "learning_rate": 3.9209041703752395e-06,
3348
+ "loss": 5.4437,
3349
+ "step": 468
3350
+ },
3351
+ {
3352
+ "epoch": 1.82,
3353
+ "grad_norm": 0.028078071773052216,
3354
+ "learning_rate": 3.7458150473865806e-06,
3355
+ "loss": 5.3869,
3356
+ "step": 469
3357
+ },
3358
+ {
3359
+ "epoch": 1.82,
3360
+ "grad_norm": 0.035699162632226944,
3361
+ "learning_rate": 3.5746504546859018e-06,
3362
+ "loss": 5.4277,
3363
+ "step": 470
3364
+ },
3365
+ {
3366
+ "epoch": 1.83,
3367
+ "grad_norm": 0.03117111697793007,
3368
+ "learning_rate": 3.40741737109318e-06,
3369
+ "loss": 5.4876,
3370
+ "step": 471
3371
+ },
3372
+ {
3373
+ "epoch": 1.83,
3374
+ "grad_norm": 0.07179710268974304,
3375
+ "learning_rate": 3.2441226151306404e-06,
3376
+ "loss": 5.2674,
3377
+ "step": 472
3378
+ },
3379
+ {
3380
+ "epoch": 1.83,
3381
+ "grad_norm": 0.07368176430463791,
3382
+ "learning_rate": 3.08477284474481e-06,
3383
+ "loss": 5.6495,
3384
+ "step": 473
3385
+ },
3386
+ {
3387
+ "epoch": 1.84,
3388
+ "grad_norm": 0.06733419746160507,
3389
+ "learning_rate": 2.929374557035036e-06,
3390
+ "loss": 5.6539,
3391
+ "step": 474
3392
+ },
3393
+ {
3394
+ "epoch": 1.84,
3395
+ "grad_norm": 0.03158855438232422,
3396
+ "learning_rate": 2.7779340879885317e-06,
3397
+ "loss": 5.5043,
3398
+ "step": 475
3399
+ },
3400
+ {
3401
+ "epoch": 1.84,
3402
+ "grad_norm": 0.0531897209584713,
3403
+ "learning_rate": 2.6304576122221035e-06,
3404
+ "loss": 5.3542,
3405
+ "step": 476
3406
+ },
3407
+ {
3408
+ "epoch": 1.85,
3409
+ "grad_norm": 0.06829779595136642,
3410
+ "learning_rate": 2.486951142730354e-06,
3411
+ "loss": 5.482,
3412
+ "step": 477
3413
+ },
3414
+ {
3415
+ "epoch": 1.85,
3416
+ "grad_norm": 0.0455712154507637,
3417
+ "learning_rate": 2.347420530640565e-06,
3418
+ "loss": 5.3337,
3419
+ "step": 478
3420
+ },
3421
+ {
3422
+ "epoch": 1.86,
3423
+ "grad_norm": 0.056621916592121124,
3424
+ "learning_rate": 2.211871464974091e-06,
3425
+ "loss": 5.6204,
3426
+ "step": 479
3427
+ },
3428
+ {
3429
+ "epoch": 1.86,
3430
+ "grad_norm": 0.03741488978266716,
3431
+ "learning_rate": 2.080309472414388e-06,
3432
+ "loss": 5.5323,
3433
+ "step": 480
3434
+ },
3435
+ {
3436
+ "epoch": 1.86,
3437
+ "grad_norm": 0.03577736020088196,
3438
+ "learning_rate": 1.9527399170817474e-06,
3439
+ "loss": 5.5698,
3440
+ "step": 481
3441
+ },
3442
+ {
3443
+ "epoch": 1.87,
3444
+ "grad_norm": 0.06947164237499237,
3445
+ "learning_rate": 1.8291680003145073e-06,
3446
+ "loss": 5.376,
3447
+ "step": 482
3448
+ },
3449
+ {
3450
+ "epoch": 1.87,
3451
+ "grad_norm": 0.03131519630551338,
3452
+ "learning_rate": 1.709598760457043e-06,
3453
+ "loss": 5.4888,
3454
+ "step": 483
3455
+ },
3456
+ {
3457
+ "epoch": 1.88,
3458
+ "grad_norm": 0.07330077886581421,
3459
+ "learning_rate": 1.5940370726542863e-06,
3460
+ "loss": 5.2317,
3461
+ "step": 484
3462
+ },
3463
+ {
3464
+ "epoch": 1.88,
3465
+ "grad_norm": 0.043250925838947296,
3466
+ "learning_rate": 1.482487648653008e-06,
3467
+ "loss": 5.4134,
3468
+ "step": 485
3469
+ },
3470
+ {
3471
+ "epoch": 1.88,
3472
+ "grad_norm": 0.029981188476085663,
3473
+ "learning_rate": 1.3749550366096597e-06,
3474
+ "loss": 5.5351,
3475
+ "step": 486
3476
+ },
3477
+ {
3478
+ "epoch": 1.89,
3479
+ "grad_norm": 0.06865333765745163,
3480
+ "learning_rate": 1.2714436209049663e-06,
3481
+ "loss": 5.2031,
3482
+ "step": 487
3483
+ },
3484
+ {
3485
+ "epoch": 1.89,
3486
+ "grad_norm": 0.05455838516354561,
3487
+ "learning_rate": 1.1719576219651585e-06,
3488
+ "loss": 5.4211,
3489
+ "step": 488
3490
+ },
3491
+ {
3492
+ "epoch": 1.9,
3493
+ "grad_norm": 0.05349655821919441,
3494
+ "learning_rate": 1.0765010960898547e-06,
3495
+ "loss": 5.6215,
3496
+ "step": 489
3497
+ },
3498
+ {
3499
+ "epoch": 1.9,
3500
+ "grad_norm": 0.04323553293943405,
3501
+ "learning_rate": 9.85077935286749e-07,
3502
+ "loss": 5.4167,
3503
+ "step": 490
3504
+ },
3505
+ {
3506
+ "epoch": 1.9,
3507
+ "grad_norm": 0.0579364188015461,
3508
+ "learning_rate": 8.97691867112882e-07,
3509
+ "loss": 5.417,
3510
+ "step": 491
3511
+ },
3512
+ {
3513
+ "epoch": 1.91,
3514
+ "grad_norm": 0.034214384853839874,
3515
+ "learning_rate": 8.143464545226298e-07,
3516
+ "loss": 5.433,
3517
+ "step": 492
3518
+ },
3519
+ {
3520
+ "epoch": 1.91,
3521
+ "grad_norm": 0.06100679188966751,
3522
+ "learning_rate": 7.350450957224863e-07,
3523
+ "loss": 5.5141,
3524
+ "step": 493
3525
+ },
3526
+ {
3527
+ "epoch": 1.92,
3528
+ "grad_norm": 0.03651317209005356,
3529
+ "learning_rate": 6.597910240324967e-07,
3530
+ "loss": 5.3889,
3531
+ "step": 494
3532
+ },
3533
+ {
3534
+ "epoch": 1.92,
3535
+ "grad_norm": 0.06660210341215134,
3536
+ "learning_rate": 5.885873077543847e-07,
3537
+ "loss": 5.7303,
3538
+ "step": 495
3539
+ },
3540
+ {
3541
+ "epoch": 1.92,
3542
+ "grad_norm": 0.045400649309158325,
3543
+ "learning_rate": 5.214368500465305e-07,
3544
+ "loss": 5.2787,
3545
+ "step": 496
3546
+ },
3547
+ {
3548
+ "epoch": 1.93,
3549
+ "grad_norm": 0.09726037085056305,
3550
+ "learning_rate": 4.583423888055105e-07,
3551
+ "loss": 5.2564,
3552
+ "step": 497
3553
+ },
3554
+ {
3555
+ "epoch": 1.93,
3556
+ "grad_norm": 0.04204811528325081,
3557
+ "learning_rate": 3.99306496554519e-07,
3558
+ "loss": 5.469,
3559
+ "step": 498
3560
+ },
3561
+ {
3562
+ "epoch": 1.93,
3563
+ "grad_norm": 0.04836532101035118,
3564
+ "learning_rate": 3.4433158033850833e-07,
3565
+ "loss": 5.3378,
3566
+ "step": 499
3567
+ },
3568
+ {
3569
+ "epoch": 1.94,
3570
+ "grad_norm": 0.046665653586387634,
3571
+ "learning_rate": 2.934198816259559e-07,
3572
+ "loss": 5.2861,
3573
+ "step": 500
3574
+ },
3575
+ {
3576
+ "epoch": 1.94,
3577
+ "grad_norm": 0.03299957513809204,
3578
+ "learning_rate": 2.4657347621755975e-07,
3579
+ "loss": 5.416,
3580
+ "step": 501
3581
+ },
3582
+ {
3583
+ "epoch": 1.95,
3584
+ "grad_norm": 0.05182642117142677,
3585
+ "learning_rate": 2.037942741615617e-07,
3586
+ "loss": 5.3701,
3587
+ "step": 502
3588
+ },
3589
+ {
3590
+ "epoch": 1.95,
3591
+ "grad_norm": 0.05335336923599243,
3592
+ "learning_rate": 1.6508401967588739e-07,
3593
+ "loss": 5.5008,
3594
+ "step": 503
3595
+ },
3596
+ {
3597
+ "epoch": 1.95,
3598
+ "grad_norm": 0.04429781809449196,
3599
+ "learning_rate": 1.3044429107700318e-07,
3600
+ "loss": 5.5158,
3601
+ "step": 504
3602
+ },
3603
+ {
3604
+ "epoch": 1.96,
3605
+ "grad_norm": 0.040103472769260406,
3606
+ "learning_rate": 9.987650071561216e-08,
3607
+ "loss": 5.4417,
3608
+ "step": 505
3609
+ },
3610
+ {
3611
+ "epoch": 1.96,
3612
+ "grad_norm": 0.061163704842329025,
3613
+ "learning_rate": 7.338189491900016e-08,
3614
+ "loss": 5.3255,
3615
+ "step": 506
3616
+ },
3617
+ {
3618
+ "epoch": 1.97,
3619
+ "grad_norm": 0.02699468657374382,
3620
+ "learning_rate": 5.096155394028745e-08,
3621
+ "loss": 5.3667,
3622
+ "step": 507
3623
+ },
3624
+ {
3625
+ "epoch": 1.97,
3626
+ "grad_norm": 0.03286271169781685,
3627
+ "learning_rate": 3.2616391914364054e-08,
3628
+ "loss": 5.4115,
3629
+ "step": 508
3630
+ },
3631
+ {
3632
+ "epoch": 1.97,
3633
+ "grad_norm": 0.05289580672979355,
3634
+ "learning_rate": 1.834715682056398e-08,
3635
+ "loss": 5.5861,
3636
+ "step": 509
3637
+ },
3638
+ {
3639
+ "epoch": 1.98,
3640
+ "grad_norm": 0.05315104126930237,
3641
+ "learning_rate": 8.15443045226738e-09,
3642
+ "loss": 5.6414,
3643
+ "step": 510
3644
+ },
3645
+ {
3646
+ "epoch": 1.98,
3647
+ "grad_norm": 0.048052575439214706,
3648
+ "learning_rate": 2.038628393097319e-09,
3649
+ "loss": 5.491,
3650
+ "step": 511
3651
+ },
3652
+ {
3653
+ "epoch": 1.99,
3654
+ "grad_norm": 0.03549593687057495,
3655
+ "learning_rate": 0.0,
3656
+ "loss": 5.3737,
3657
+ "step": 512
3658
+ },
3659
+ {
3660
+ "epoch": 1.99,
3661
+ "eval_loss": 5.141936302185059,
3662
+ "eval_runtime": 118.0207,
3663
+ "eval_samples_per_second": 14.362,
3664
+ "eval_steps_per_second": 2.059,
3665
+ "step": 512
3666
+ }
3667
+ ],
3668
+ "logging_steps": 1,
3669
+ "max_steps": 512,
3670
+ "num_input_tokens_seen": 0,
3671
+ "num_train_epochs": 2,
3672
+ "save_steps": 256,
3673
+ "total_flos": 3.779099804869591e+18,
3674
+ "train_batch_size": 1,
3675
+ "trial_name": null,
3676
+ "trial_params": null
3677
+ }
checkpoint-512/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2e6a8e7b42c6d0fb444438c2b307f3df9d33555640360e342822219fc0d61dd
3
+ size 5624
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "JY623/KoSOLAR-v2.0",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 48,
18
+ "num_key_value_heads": 8,
19
+ "pad_token_id": 2,
20
+ "pretraining_tp": 1,
21
+ "quantization_config": {
22
+ "_load_in_4bit": true,
23
+ "_load_in_8bit": false,
24
+ "bnb_4bit_compute_dtype": "bfloat16",
25
+ "bnb_4bit_quant_storage": "bfloat16",
26
+ "bnb_4bit_quant_type": "nf4",
27
+ "bnb_4bit_use_double_quant": true,
28
+ "llm_int8_enable_fp32_cpu_offload": false,
29
+ "llm_int8_has_fp16_weight": false,
30
+ "llm_int8_skip_modules": null,
31
+ "llm_int8_threshold": 6.0,
32
+ "load_in_4bit": true,
33
+ "load_in_8bit": false,
34
+ "quant_method": "bitsandbytes"
35
+ },
36
+ "rms_norm_eps": 1e-05,
37
+ "rope_scaling": null,
38
+ "rope_theta": 10000.0,
39
+ "tie_word_embeddings": false,
40
+ "torch_dtype": "float16",
41
+ "transformers_version": "4.40.0.dev0",
42
+ "use_cache": false,
43
+ "vocab_size": 32000
44
+ }
runs/Mar26_00-22-15_ginger/events.out.tfevents.1711412537.ginger.170386.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:473bd5c79802ef726a57dff38c6ba5804080b682d2850224079d72ee87a68131
3
+ size 116229
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "additional_special_tokens": [],
31
+ "bos_token": "<s>",
32
+ "chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{% if message['content']%}{{'### System:\n' + message['content']+'\n\n'}}{% endif %}{% elif message['role'] == 'user' %}{{'### User:\n' + message['content']+'\n\n'}}{% elif message['role'] == 'assistant' %}{{'### Assistant:\n' + message['content']}}{% endif %}{% if loop.last and add_generation_prompt %}{{ '### Assistant:\n' }}{% endif %}{% endfor %}",
33
+ "clean_up_tokenization_spaces": false,
34
+ "eos_token": "</s>",
35
+ "legacy": true,
36
+ "model_max_length": 1000000000000000019884624838656,
37
+ "pad_token": "</s>",
38
+ "padding_side": "left",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "split_special_tokens": false,
42
+ "tokenizer_class": "LlamaTokenizer",
43
+ "unk_token": "<unk>",
44
+ "use_default_system_prompt": true
45
+ }