ptoro commited on
Commit
ba371da
1 Parent(s): bef8d14

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +154 -0
  2. adapter_config.json +31 -0
  3. adapter_model.bin +3 -0
  4. added_tokens.json +13 -0
  5. checkpoint-216/README.md +202 -0
  6. checkpoint-216/adapter_config.json +31 -0
  7. checkpoint-216/adapter_model.safetensors +3 -0
  8. checkpoint-216/added_tokens.json +13 -0
  9. checkpoint-216/optimizer.pt +3 -0
  10. checkpoint-216/rng_state.pth +3 -0
  11. checkpoint-216/scheduler.pt +3 -0
  12. checkpoint-216/special_tokens_map.json +30 -0
  13. checkpoint-216/tokenizer.json +0 -0
  14. checkpoint-216/tokenizer.model +3 -0
  15. checkpoint-216/tokenizer_config.json +130 -0
  16. checkpoint-216/trainer_state.json +1617 -0
  17. checkpoint-216/training_args.bin +3 -0
  18. checkpoint-282/README.md +202 -0
  19. checkpoint-282/adapter_config.json +33 -0
  20. checkpoint-282/adapter_model.safetensors +3 -0
  21. checkpoint-282/added_tokens.json +40 -0
  22. checkpoint-282/merges.txt +0 -0
  23. checkpoint-282/optimizer.pt +3 -0
  24. checkpoint-282/rng_state.pth +3 -0
  25. checkpoint-282/scheduler.pt +3 -0
  26. checkpoint-282/special_tokens_map.json +30 -0
  27. checkpoint-282/tokenizer.json +0 -0
  28. checkpoint-282/tokenizer_config.json +325 -0
  29. checkpoint-282/trainer_state.json +2103 -0
  30. checkpoint-282/training_args.bin +3 -0
  31. checkpoint-282/vocab.json +0 -0
  32. checkpoint-324/README.md +202 -0
  33. checkpoint-324/adapter_config.json +31 -0
  34. checkpoint-324/adapter_model.safetensors +3 -0
  35. checkpoint-324/added_tokens.json +13 -0
  36. checkpoint-324/optimizer.pt +3 -0
  37. checkpoint-324/rng_state.pth +3 -0
  38. checkpoint-324/scheduler.pt +3 -0
  39. checkpoint-324/special_tokens_map.json +30 -0
  40. checkpoint-324/tokenizer.json +0 -0
  41. checkpoint-324/tokenizer.model +3 -0
  42. checkpoint-324/tokenizer_config.json +130 -0
  43. checkpoint-324/trainer_state.json +2405 -0
  44. checkpoint-324/training_args.bin +3 -0
  45. checkpoint-376/README.md +202 -0
  46. checkpoint-376/adapter_config.json +33 -0
  47. checkpoint-376/adapter_model.safetensors +3 -0
  48. checkpoint-376/added_tokens.json +40 -0
  49. checkpoint-376/merges.txt +0 -0
  50. checkpoint-376/optimizer.pt +3 -0
README.md ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-4k-instruct
3
+ library_name: peft
4
+ license: mit
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: outputs/phi-sft-out
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ base_model: microsoft/Phi-3-mini-4k-instruct
21
+ trust_remote_code: true
22
+ model_type: AutoModelForCausalLM
23
+ tokenizer_type: AutoTokenizer
24
+
25
+ load_in_8bit: false
26
+ load_in_4bit: true
27
+ strict: false
28
+
29
+ datasets:
30
+ - path: ptoro/honkers-phi
31
+ type: alpaca
32
+
33
+ dataset_prepared_path:
34
+ val_set_size: 0.05
35
+ output_dir: ./outputs/phi-sft-out
36
+
37
+ sequence_len: 4096
38
+ sample_packing: true
39
+ pad_to_sequence_len: true
40
+
41
+ adapter: qlora
42
+ lora_model_dir:
43
+ lora_r: 64
44
+ lora_alpha: 32
45
+ lora_dropout: 0.05
46
+ lora_target_linear: true
47
+ lora_fan_in_fan_out:
48
+
49
+ wandb_project: axolotl-june
50
+ wandb_entity:
51
+ wandb_watch:
52
+ wandb_name:
53
+ wandb_log_model:
54
+
55
+ gradient_accumulation_steps: 1
56
+ micro_batch_size: 1
57
+ num_epochs: 3
58
+ optimizer: adamw_torch
59
+ adam_beta2: 0.95
60
+ adam_epsilon: 0.00001
61
+ max_grad_norm: 1.0
62
+ lr_scheduler: cosine
63
+ learning_rate: 0.000003
64
+
65
+ train_on_inputs: false
66
+ group_by_length: false
67
+ bf16: auto
68
+ fp16:
69
+ tf32: true
70
+
71
+ gradient_checkpointing: true
72
+ gradient_checkpointing_kwargs:
73
+ use_reentrant: True
74
+ early_stopping_patience:
75
+ resume_from_checkpoint:
76
+ local_rank:
77
+ logging_steps: 1
78
+ xformers_attention:
79
+ flash_attention: true
80
+
81
+ warmup_steps: 100
82
+ evals_per_epoch: 4
83
+ saves_per_epoch: 1
84
+ debug:
85
+ deepspeed:
86
+ weight_decay: 0.1
87
+ fsdp:
88
+ fsdp_config:
89
+ resize_token_embeddings_to_32x: true
90
+ special_tokens:
91
+ pad_token: "<|endoftext|>"
92
+
93
+ ```
94
+
95
+ </details><br>
96
+
97
+ # outputs/phi-sft-out
98
+
99
+ This model is a fine-tuned version of [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) on the None dataset.
100
+ It achieves the following results on the evaluation set:
101
+ - Loss: 4.8947
102
+
103
+ ## Model description
104
+
105
+ More information needed
106
+
107
+ ## Intended uses & limitations
108
+
109
+ More information needed
110
+
111
+ ## Training and evaluation data
112
+
113
+ More information needed
114
+
115
+ ## Training procedure
116
+
117
+ ### Training hyperparameters
118
+
119
+ The following hyperparameters were used during training:
120
+ - learning_rate: 3e-06
121
+ - train_batch_size: 1
122
+ - eval_batch_size: 1
123
+ - seed: 42
124
+ - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
125
+ - lr_scheduler_type: cosine
126
+ - lr_scheduler_warmup_steps: 100
127
+ - num_epochs: 3
128
+
129
+ ### Training results
130
+
131
+ | Training Loss | Epoch | Step | Validation Loss |
132
+ |:-------------:|:------:|:----:|:---------------:|
133
+ | 7.126 | 0.0093 | 1 | 5.2723 |
134
+ | 6.503 | 0.25 | 27 | 5.2703 |
135
+ | 5.9853 | 0.5 | 54 | 5.2576 |
136
+ | 5.7324 | 0.75 | 81 | 5.2320 |
137
+ | 6.5292 | 1.0 | 108 | 5.1854 |
138
+ | 5.6106 | 1.2222 | 135 | 5.1238 |
139
+ | 6.3981 | 1.4722 | 162 | 5.0544 |
140
+ | 5.602 | 1.7222 | 189 | 4.9929 |
141
+ | 5.3998 | 1.9722 | 216 | 4.9468 |
142
+ | 5.1841 | 2.1944 | 243 | 4.9171 |
143
+ | 6.0764 | 2.4444 | 270 | 4.9009 |
144
+ | 5.2345 | 2.6944 | 297 | 4.8961 |
145
+ | 5.4896 | 2.9444 | 324 | 4.8947 |
146
+
147
+
148
+ ### Framework versions
149
+
150
+ - PEFT 0.11.2.dev0
151
+ - Transformers 4.41.1
152
+ - Pytorch 2.1.2+cu118
153
+ - Datasets 2.19.1
154
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "gate_up_proj",
25
+ "qkv_proj",
26
+ "down_proj"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8427f8f21eec40e1826eebd5aa6469aa22ac0cc8ef026e1da409905a819060e4
3
+ size 402746058
added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32001,
3
+ "<|endoftext|>": 32000,
4
+ "<|end|>": 32007,
5
+ "<|placeholder1|>": 32002,
6
+ "<|placeholder2|>": 32003,
7
+ "<|placeholder3|>": 32004,
8
+ "<|placeholder4|>": 32005,
9
+ "<|placeholder5|>": 32008,
10
+ "<|placeholder6|>": 32009,
11
+ "<|system|>": 32006,
12
+ "<|user|>": 32010
13
+ }
checkpoint-216/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-4k-instruct
3
+ library_name: peft
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.11.2.dev0
checkpoint-216/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "gate_up_proj",
25
+ "qkv_proj",
26
+ "down_proj"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-216/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f8dc9fcf57b9768ea6ce46c1c4b4cac62705323cb54871b211dd06e29aaaf84
3
+ size 402688040
checkpoint-216/added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32001,
3
+ "<|endoftext|>": 32000,
4
+ "<|end|>": 32007,
5
+ "<|placeholder1|>": 32002,
6
+ "<|placeholder2|>": 32003,
7
+ "<|placeholder3|>": 32004,
8
+ "<|placeholder4|>": 32005,
9
+ "<|placeholder5|>": 32008,
10
+ "<|placeholder6|>": 32009,
11
+ "<|system|>": 32006,
12
+ "<|user|>": 32010
13
+ }
checkpoint-216/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf337b30bedaae2302b3756ef20d8f62016ad99e69478aa2944311f7244b8c4a
3
+ size 805522170
checkpoint-216/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:996ee4583bb6259cbb03079460c9cf7ac31973329d71fab76c2fa143156b49ea
3
+ size 14244
checkpoint-216/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45c904d9f36edea7c33486e634700fe6c25e882817288534290785d83ace181f
3
+ size 1064
checkpoint-216/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": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
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-216/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-216/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-216/tokenizer_config.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
26
+ "single_word": false,
27
+ "special": false
28
+ },
29
+ "32000": {
30
+ "content": "<|endoftext|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|assistant|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": true,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32002": {
46
+ "content": "<|placeholder1|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": true,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "32003": {
54
+ "content": "<|placeholder2|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": true,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "32004": {
62
+ "content": "<|placeholder3|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": true,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "32005": {
70
+ "content": "<|placeholder4|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": true,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "32006": {
78
+ "content": "<|system|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": true,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "32007": {
86
+ "content": "<|end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": true,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "32008": {
94
+ "content": "<|placeholder5|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": true,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "32009": {
102
+ "content": "<|placeholder6|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": true,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "32010": {
110
+ "content": "<|user|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": true,
114
+ "single_word": false,
115
+ "special": true
116
+ }
117
+ },
118
+ "bos_token": "<s>",
119
+ "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
120
+ "clean_up_tokenization_spaces": false,
121
+ "eos_token": "<|endoftext|>",
122
+ "legacy": false,
123
+ "model_max_length": 4096,
124
+ "pad_token": "<|endoftext|>",
125
+ "padding_side": "left",
126
+ "sp_model_kwargs": {},
127
+ "tokenizer_class": "LlamaTokenizer",
128
+ "unk_token": "<unk>",
129
+ "use_default_system_prompt": false
130
+ }
checkpoint-216/trainer_state.json ADDED
@@ -0,0 +1,1617 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.9722222222222223,
5
+ "eval_steps": 27,
6
+ "global_step": 216,
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.009259259259259259,
13
+ "grad_norm": 3.136354684829712,
14
+ "learning_rate": 3.0000000000000004e-08,
15
+ "loss": 7.126,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.009259259259259259,
20
+ "eval_loss": 5.272334098815918,
21
+ "eval_runtime": 10.9491,
22
+ "eval_samples_per_second": 9.59,
23
+ "eval_steps_per_second": 9.59,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.018518518518518517,
28
+ "grad_norm": 1.6424509286880493,
29
+ "learning_rate": 6.000000000000001e-08,
30
+ "loss": 6.2434,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.027777777777777776,
35
+ "grad_norm": 1.3273869752883911,
36
+ "learning_rate": 9e-08,
37
+ "loss": 5.851,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.037037037037037035,
42
+ "grad_norm": 1.9482982158660889,
43
+ "learning_rate": 1.2000000000000002e-07,
44
+ "loss": 7.0582,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.046296296296296294,
49
+ "grad_norm": 2.214090347290039,
50
+ "learning_rate": 1.5000000000000002e-07,
51
+ "loss": 6.2122,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.05555555555555555,
56
+ "grad_norm": 1.6521217823028564,
57
+ "learning_rate": 1.8e-07,
58
+ "loss": 6.0318,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.06481481481481481,
63
+ "grad_norm": 1.2911734580993652,
64
+ "learning_rate": 2.1000000000000003e-07,
65
+ "loss": 6.1264,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.07407407407407407,
70
+ "grad_norm": 1.2651853561401367,
71
+ "learning_rate": 2.4000000000000003e-07,
72
+ "loss": 5.6821,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.08333333333333333,
77
+ "grad_norm": 1.2058266401290894,
78
+ "learning_rate": 2.7e-07,
79
+ "loss": 5.7295,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.09259259259259259,
84
+ "grad_norm": 2.896589994430542,
85
+ "learning_rate": 3.0000000000000004e-07,
86
+ "loss": 7.4781,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.10185185185185185,
91
+ "grad_norm": 1.313854694366455,
92
+ "learning_rate": 3.3e-07,
93
+ "loss": 6.1254,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.1111111111111111,
98
+ "grad_norm": 2.281994104385376,
99
+ "learning_rate": 3.6e-07,
100
+ "loss": 6.683,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.12037037037037036,
105
+ "grad_norm": 1.2343209981918335,
106
+ "learning_rate": 3.9e-07,
107
+ "loss": 6.2304,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.12962962962962962,
112
+ "grad_norm": 1.3297009468078613,
113
+ "learning_rate": 4.2000000000000006e-07,
114
+ "loss": 6.2013,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.1388888888888889,
119
+ "grad_norm": 1.9952207803726196,
120
+ "learning_rate": 4.5e-07,
121
+ "loss": 6.9842,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.14814814814814814,
126
+ "grad_norm": 1.3968197107315063,
127
+ "learning_rate": 4.800000000000001e-07,
128
+ "loss": 6.2524,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.1574074074074074,
133
+ "grad_norm": 4.7724127769470215,
134
+ "learning_rate": 5.100000000000001e-07,
135
+ "loss": 8.551,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.16666666666666666,
140
+ "grad_norm": 0.9988604187965393,
141
+ "learning_rate": 5.4e-07,
142
+ "loss": 5.5391,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.17592592592592593,
147
+ "grad_norm": 1.2599544525146484,
148
+ "learning_rate": 5.7e-07,
149
+ "loss": 6.4559,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.18518518518518517,
154
+ "grad_norm": 1.984928846359253,
155
+ "learning_rate": 6.000000000000001e-07,
156
+ "loss": 6.954,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.19444444444444445,
161
+ "grad_norm": 1.2283947467803955,
162
+ "learning_rate": 6.3e-07,
163
+ "loss": 6.1821,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.2037037037037037,
168
+ "grad_norm": 2.2317938804626465,
169
+ "learning_rate": 6.6e-07,
170
+ "loss": 6.9164,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.21296296296296297,
175
+ "grad_norm": 1.5473928451538086,
176
+ "learning_rate": 6.900000000000001e-07,
177
+ "loss": 6.5494,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.2222222222222222,
182
+ "grad_norm": 1.508975625038147,
183
+ "learning_rate": 7.2e-07,
184
+ "loss": 6.4025,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.23148148148148148,
189
+ "grad_norm": 2.4396748542785645,
190
+ "learning_rate": 7.5e-07,
191
+ "loss": 7.2659,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.24074074074074073,
196
+ "grad_norm": 1.1266586780548096,
197
+ "learning_rate": 7.8e-07,
198
+ "loss": 6.0911,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.25,
203
+ "grad_norm": 1.515765905380249,
204
+ "learning_rate": 8.100000000000001e-07,
205
+ "loss": 6.503,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.25,
210
+ "eval_loss": 5.270267963409424,
211
+ "eval_runtime": 10.4888,
212
+ "eval_samples_per_second": 10.011,
213
+ "eval_steps_per_second": 10.011,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.25925925925925924,
218
+ "grad_norm": 1.2845295667648315,
219
+ "learning_rate": 8.400000000000001e-07,
220
+ "loss": 6.3435,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.26851851851851855,
225
+ "grad_norm": 1.528168797492981,
226
+ "learning_rate": 8.699999999999999e-07,
227
+ "loss": 6.8436,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.2777777777777778,
232
+ "grad_norm": 1.555953860282898,
233
+ "learning_rate": 9e-07,
234
+ "loss": 6.404,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.28703703703703703,
239
+ "grad_norm": 1.293718934059143,
240
+ "learning_rate": 9.3e-07,
241
+ "loss": 6.0386,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.2962962962962963,
246
+ "grad_norm": 1.0446598529815674,
247
+ "learning_rate": 9.600000000000001e-07,
248
+ "loss": 5.677,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.3055555555555556,
253
+ "grad_norm": 1.3030468225479126,
254
+ "learning_rate": 9.9e-07,
255
+ "loss": 5.8789,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.3148148148148148,
260
+ "grad_norm": 1.108596682548523,
261
+ "learning_rate": 1.0200000000000002e-06,
262
+ "loss": 5.8663,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.32407407407407407,
267
+ "grad_norm": 1.833085536956787,
268
+ "learning_rate": 1.05e-06,
269
+ "loss": 5.7367,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.3333333333333333,
274
+ "grad_norm": 1.561715006828308,
275
+ "learning_rate": 1.08e-06,
276
+ "loss": 6.2266,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.3425925925925926,
281
+ "grad_norm": 1.6098933219909668,
282
+ "learning_rate": 1.11e-06,
283
+ "loss": 6.3335,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.35185185185185186,
288
+ "grad_norm": 1.6193208694458008,
289
+ "learning_rate": 1.14e-06,
290
+ "loss": 6.3869,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.3611111111111111,
295
+ "grad_norm": 1.5229904651641846,
296
+ "learning_rate": 1.17e-06,
297
+ "loss": 6.0453,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.37037037037037035,
302
+ "grad_norm": 1.511690616607666,
303
+ "learning_rate": 1.2000000000000002e-06,
304
+ "loss": 6.7203,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.37962962962962965,
309
+ "grad_norm": 0.9691258668899536,
310
+ "learning_rate": 1.2299999999999999e-06,
311
+ "loss": 5.8176,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.3888888888888889,
316
+ "grad_norm": 1.1707255840301514,
317
+ "learning_rate": 1.26e-06,
318
+ "loss": 6.2779,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.39814814814814814,
323
+ "grad_norm": 1.1281574964523315,
324
+ "learning_rate": 1.29e-06,
325
+ "loss": 5.8402,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.4074074074074074,
330
+ "grad_norm": 3.945136308670044,
331
+ "learning_rate": 1.32e-06,
332
+ "loss": 7.5325,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.4166666666666667,
337
+ "grad_norm": 1.8681273460388184,
338
+ "learning_rate": 1.35e-06,
339
+ "loss": 6.3374,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.42592592592592593,
344
+ "grad_norm": 1.300478458404541,
345
+ "learning_rate": 1.3800000000000001e-06,
346
+ "loss": 5.9715,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.4351851851851852,
351
+ "grad_norm": 1.2660181522369385,
352
+ "learning_rate": 1.41e-06,
353
+ "loss": 6.0421,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.4444444444444444,
358
+ "grad_norm": 1.817872405052185,
359
+ "learning_rate": 1.44e-06,
360
+ "loss": 7.0875,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.4537037037037037,
365
+ "grad_norm": 1.6538351774215698,
366
+ "learning_rate": 1.4700000000000001e-06,
367
+ "loss": 6.1825,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 0.46296296296296297,
372
+ "grad_norm": 1.5821293592453003,
373
+ "learning_rate": 1.5e-06,
374
+ "loss": 6.0065,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.4722222222222222,
379
+ "grad_norm": 1.5061155557632446,
380
+ "learning_rate": 1.53e-06,
381
+ "loss": 5.8156,
382
+ "step": 51
383
+ },
384
+ {
385
+ "epoch": 0.48148148148148145,
386
+ "grad_norm": 1.495235562324524,
387
+ "learning_rate": 1.56e-06,
388
+ "loss": 5.792,
389
+ "step": 52
390
+ },
391
+ {
392
+ "epoch": 0.49074074074074076,
393
+ "grad_norm": 1.2974352836608887,
394
+ "learning_rate": 1.59e-06,
395
+ "loss": 6.3621,
396
+ "step": 53
397
+ },
398
+ {
399
+ "epoch": 0.5,
400
+ "grad_norm": 1.2943974733352661,
401
+ "learning_rate": 1.6200000000000002e-06,
402
+ "loss": 5.9853,
403
+ "step": 54
404
+ },
405
+ {
406
+ "epoch": 0.5,
407
+ "eval_loss": 5.2575860023498535,
408
+ "eval_runtime": 10.6855,
409
+ "eval_samples_per_second": 9.826,
410
+ "eval_steps_per_second": 9.826,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.5092592592592593,
415
+ "grad_norm": 1.0820438861846924,
416
+ "learning_rate": 1.65e-06,
417
+ "loss": 5.7026,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.5185185185185185,
422
+ "grad_norm": 1.9304187297821045,
423
+ "learning_rate": 1.6800000000000002e-06,
424
+ "loss": 6.5805,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.5277777777777778,
429
+ "grad_norm": 1.238295555114746,
430
+ "learning_rate": 1.71e-06,
431
+ "loss": 5.9397,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.5370370370370371,
436
+ "grad_norm": 1.7372101545333862,
437
+ "learning_rate": 1.7399999999999999e-06,
438
+ "loss": 5.8761,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.5462962962962963,
443
+ "grad_norm": 1.6708195209503174,
444
+ "learning_rate": 1.77e-06,
445
+ "loss": 6.0646,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.5555555555555556,
450
+ "grad_norm": 1.5075998306274414,
451
+ "learning_rate": 1.8e-06,
452
+ "loss": 6.276,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.5648148148148148,
457
+ "grad_norm": 1.4556330442428589,
458
+ "learning_rate": 1.83e-06,
459
+ "loss": 6.4906,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 0.5740740740740741,
464
+ "grad_norm": 1.2507421970367432,
465
+ "learning_rate": 1.86e-06,
466
+ "loss": 6.2285,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 0.5833333333333334,
471
+ "grad_norm": 1.1143450736999512,
472
+ "learning_rate": 1.8900000000000001e-06,
473
+ "loss": 5.7344,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 0.5925925925925926,
478
+ "grad_norm": 2.05438232421875,
479
+ "learning_rate": 1.9200000000000003e-06,
480
+ "loss": 6.85,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 0.6018518518518519,
485
+ "grad_norm": 1.104891300201416,
486
+ "learning_rate": 1.95e-06,
487
+ "loss": 6.1067,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 0.6111111111111112,
492
+ "grad_norm": 1.34933602809906,
493
+ "learning_rate": 1.98e-06,
494
+ "loss": 6.1659,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 0.6203703703703703,
499
+ "grad_norm": 1.5707837343215942,
500
+ "learning_rate": 2.0100000000000002e-06,
501
+ "loss": 6.1741,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 0.6296296296296297,
506
+ "grad_norm": 0.9905802607536316,
507
+ "learning_rate": 2.0400000000000004e-06,
508
+ "loss": 5.9072,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 0.6388888888888888,
513
+ "grad_norm": 1.134399652481079,
514
+ "learning_rate": 2.07e-06,
515
+ "loss": 5.8005,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 0.6481481481481481,
520
+ "grad_norm": 1.7359548807144165,
521
+ "learning_rate": 2.1e-06,
522
+ "loss": 6.7931,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 0.6574074074074074,
527
+ "grad_norm": 1.9637112617492676,
528
+ "learning_rate": 2.13e-06,
529
+ "loss": 6.0,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 0.6666666666666666,
534
+ "grad_norm": 1.908047080039978,
535
+ "learning_rate": 2.16e-06,
536
+ "loss": 6.9322,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 0.6759259259259259,
541
+ "grad_norm": 1.6848489046096802,
542
+ "learning_rate": 2.19e-06,
543
+ "loss": 6.3743,
544
+ "step": 73
545
+ },
546
+ {
547
+ "epoch": 0.6851851851851852,
548
+ "grad_norm": 1.158486247062683,
549
+ "learning_rate": 2.22e-06,
550
+ "loss": 5.7395,
551
+ "step": 74
552
+ },
553
+ {
554
+ "epoch": 0.6944444444444444,
555
+ "grad_norm": 2.9409470558166504,
556
+ "learning_rate": 2.25e-06,
557
+ "loss": 7.1889,
558
+ "step": 75
559
+ },
560
+ {
561
+ "epoch": 0.7037037037037037,
562
+ "grad_norm": 1.5408318042755127,
563
+ "learning_rate": 2.28e-06,
564
+ "loss": 6.5631,
565
+ "step": 76
566
+ },
567
+ {
568
+ "epoch": 0.7129629629629629,
569
+ "grad_norm": 1.3003695011138916,
570
+ "learning_rate": 2.31e-06,
571
+ "loss": 5.8228,
572
+ "step": 77
573
+ },
574
+ {
575
+ "epoch": 0.7222222222222222,
576
+ "grad_norm": 1.6015976667404175,
577
+ "learning_rate": 2.34e-06,
578
+ "loss": 6.0852,
579
+ "step": 78
580
+ },
581
+ {
582
+ "epoch": 0.7314814814814815,
583
+ "grad_norm": 1.282989501953125,
584
+ "learning_rate": 2.37e-06,
585
+ "loss": 6.0135,
586
+ "step": 79
587
+ },
588
+ {
589
+ "epoch": 0.7407407407407407,
590
+ "grad_norm": 1.3845688104629517,
591
+ "learning_rate": 2.4000000000000003e-06,
592
+ "loss": 5.9315,
593
+ "step": 80
594
+ },
595
+ {
596
+ "epoch": 0.75,
597
+ "grad_norm": 1.431152105331421,
598
+ "learning_rate": 2.43e-06,
599
+ "loss": 5.7324,
600
+ "step": 81
601
+ },
602
+ {
603
+ "epoch": 0.75,
604
+ "eval_loss": 5.23203182220459,
605
+ "eval_runtime": 10.3071,
606
+ "eval_samples_per_second": 10.187,
607
+ "eval_steps_per_second": 10.187,
608
+ "step": 81
609
+ },
610
+ {
611
+ "epoch": 0.7592592592592593,
612
+ "grad_norm": 1.7849000692367554,
613
+ "learning_rate": 2.4599999999999997e-06,
614
+ "loss": 6.3697,
615
+ "step": 82
616
+ },
617
+ {
618
+ "epoch": 0.7685185185185185,
619
+ "grad_norm": 1.2546958923339844,
620
+ "learning_rate": 2.49e-06,
621
+ "loss": 6.4323,
622
+ "step": 83
623
+ },
624
+ {
625
+ "epoch": 0.7777777777777778,
626
+ "grad_norm": 1.3903110027313232,
627
+ "learning_rate": 2.52e-06,
628
+ "loss": 6.1479,
629
+ "step": 84
630
+ },
631
+ {
632
+ "epoch": 0.7870370370370371,
633
+ "grad_norm": 1.8783302307128906,
634
+ "learning_rate": 2.55e-06,
635
+ "loss": 5.7606,
636
+ "step": 85
637
+ },
638
+ {
639
+ "epoch": 0.7962962962962963,
640
+ "grad_norm": 1.2064532041549683,
641
+ "learning_rate": 2.58e-06,
642
+ "loss": 6.0706,
643
+ "step": 86
644
+ },
645
+ {
646
+ "epoch": 0.8055555555555556,
647
+ "grad_norm": 1.9301965236663818,
648
+ "learning_rate": 2.61e-06,
649
+ "loss": 6.2393,
650
+ "step": 87
651
+ },
652
+ {
653
+ "epoch": 0.8148148148148148,
654
+ "grad_norm": 1.259318232536316,
655
+ "learning_rate": 2.64e-06,
656
+ "loss": 5.8821,
657
+ "step": 88
658
+ },
659
+ {
660
+ "epoch": 0.8240740740740741,
661
+ "grad_norm": 1.88141667842865,
662
+ "learning_rate": 2.6700000000000003e-06,
663
+ "loss": 6.8863,
664
+ "step": 89
665
+ },
666
+ {
667
+ "epoch": 0.8333333333333334,
668
+ "grad_norm": 1.1480059623718262,
669
+ "learning_rate": 2.7e-06,
670
+ "loss": 5.7941,
671
+ "step": 90
672
+ },
673
+ {
674
+ "epoch": 0.8425925925925926,
675
+ "grad_norm": 1.1357027292251587,
676
+ "learning_rate": 2.73e-06,
677
+ "loss": 5.7938,
678
+ "step": 91
679
+ },
680
+ {
681
+ "epoch": 0.8518518518518519,
682
+ "grad_norm": 1.2564626932144165,
683
+ "learning_rate": 2.7600000000000003e-06,
684
+ "loss": 5.8955,
685
+ "step": 92
686
+ },
687
+ {
688
+ "epoch": 0.8611111111111112,
689
+ "grad_norm": 1.5674831867218018,
690
+ "learning_rate": 2.7900000000000004e-06,
691
+ "loss": 6.0711,
692
+ "step": 93
693
+ },
694
+ {
695
+ "epoch": 0.8703703703703703,
696
+ "grad_norm": 2.784726142883301,
697
+ "learning_rate": 2.82e-06,
698
+ "loss": 6.9214,
699
+ "step": 94
700
+ },
701
+ {
702
+ "epoch": 0.8796296296296297,
703
+ "grad_norm": 1.2815853357315063,
704
+ "learning_rate": 2.85e-06,
705
+ "loss": 5.9669,
706
+ "step": 95
707
+ },
708
+ {
709
+ "epoch": 0.8888888888888888,
710
+ "grad_norm": 3.059992551803589,
711
+ "learning_rate": 2.88e-06,
712
+ "loss": 7.6911,
713
+ "step": 96
714
+ },
715
+ {
716
+ "epoch": 0.8981481481481481,
717
+ "grad_norm": 1.2001030445098877,
718
+ "learning_rate": 2.91e-06,
719
+ "loss": 6.1174,
720
+ "step": 97
721
+ },
722
+ {
723
+ "epoch": 0.9074074074074074,
724
+ "grad_norm": 1.685596227645874,
725
+ "learning_rate": 2.9400000000000002e-06,
726
+ "loss": 6.4517,
727
+ "step": 98
728
+ },
729
+ {
730
+ "epoch": 0.9166666666666666,
731
+ "grad_norm": 1.5668795108795166,
732
+ "learning_rate": 2.97e-06,
733
+ "loss": 6.3579,
734
+ "step": 99
735
+ },
736
+ {
737
+ "epoch": 0.9259259259259259,
738
+ "grad_norm": 1.2336190938949585,
739
+ "learning_rate": 3e-06,
740
+ "loss": 6.2871,
741
+ "step": 100
742
+ },
743
+ {
744
+ "epoch": 0.9351851851851852,
745
+ "grad_norm": 1.331573247909546,
746
+ "learning_rate": 2.9998524776393626e-06,
747
+ "loss": 5.9677,
748
+ "step": 101
749
+ },
750
+ {
751
+ "epoch": 0.9444444444444444,
752
+ "grad_norm": 1.5391007661819458,
753
+ "learning_rate": 2.9994099395745795e-06,
754
+ "loss": 6.6068,
755
+ "step": 102
756
+ },
757
+ {
758
+ "epoch": 0.9537037037037037,
759
+ "grad_norm": 4.519767761230469,
760
+ "learning_rate": 2.9986724728513302e-06,
761
+ "loss": 8.1238,
762
+ "step": 103
763
+ },
764
+ {
765
+ "epoch": 0.9629629629629629,
766
+ "grad_norm": 1.5254385471343994,
767
+ "learning_rate": 2.997640222526725e-06,
768
+ "loss": 6.4137,
769
+ "step": 104
770
+ },
771
+ {
772
+ "epoch": 0.9722222222222222,
773
+ "grad_norm": 1.28110671043396,
774
+ "learning_rate": 2.996313391640769e-06,
775
+ "loss": 5.887,
776
+ "step": 105
777
+ },
778
+ {
779
+ "epoch": 0.9814814814814815,
780
+ "grad_norm": 3.4707837104797363,
781
+ "learning_rate": 2.994692241176429e-06,
782
+ "loss": 7.9841,
783
+ "step": 106
784
+ },
785
+ {
786
+ "epoch": 0.9907407407407407,
787
+ "grad_norm": 1.5300663709640503,
788
+ "learning_rate": 2.9927770900082955e-06,
789
+ "loss": 6.2007,
790
+ "step": 107
791
+ },
792
+ {
793
+ "epoch": 1.0,
794
+ "grad_norm": 1.747676134109497,
795
+ "learning_rate": 2.9905683148398643e-06,
796
+ "loss": 6.5292,
797
+ "step": 108
798
+ },
799
+ {
800
+ "epoch": 1.0,
801
+ "eval_loss": 5.185390949249268,
802
+ "eval_runtime": 10.6897,
803
+ "eval_samples_per_second": 9.823,
804
+ "eval_steps_per_second": 9.823,
805
+ "step": 108
806
+ },
807
+ {
808
+ "epoch": 1.0092592592592593,
809
+ "grad_norm": 1.57361900806427,
810
+ "learning_rate": 2.988066350129437e-06,
811
+ "loss": 6.1537,
812
+ "step": 109
813
+ },
814
+ {
815
+ "epoch": 1.0185185185185186,
816
+ "grad_norm": 5.155310153961182,
817
+ "learning_rate": 2.9852716880046687e-06,
818
+ "loss": 7.9648,
819
+ "step": 110
820
+ },
821
+ {
822
+ "epoch": 1.0277777777777777,
823
+ "grad_norm": 1.0643362998962402,
824
+ "learning_rate": 2.982184878165763e-06,
825
+ "loss": 5.1748,
826
+ "step": 111
827
+ },
828
+ {
829
+ "epoch": 1.0092592592592593,
830
+ "grad_norm": 1.0376684665679932,
831
+ "learning_rate": 2.9788065277773537e-06,
832
+ "loss": 5.6556,
833
+ "step": 112
834
+ },
835
+ {
836
+ "epoch": 1.0185185185185186,
837
+ "grad_norm": 1.228864073753357,
838
+ "learning_rate": 2.9751373013490727e-06,
839
+ "loss": 5.7668,
840
+ "step": 113
841
+ },
842
+ {
843
+ "epoch": 1.0277777777777777,
844
+ "grad_norm": 1.7278510332107544,
845
+ "learning_rate": 2.971177920604846e-06,
846
+ "loss": 6.3775,
847
+ "step": 114
848
+ },
849
+ {
850
+ "epoch": 1.037037037037037,
851
+ "grad_norm": 1.1904284954071045,
852
+ "learning_rate": 2.9669291643409314e-06,
853
+ "loss": 5.7487,
854
+ "step": 115
855
+ },
856
+ {
857
+ "epoch": 1.0462962962962963,
858
+ "grad_norm": 2.941854238510132,
859
+ "learning_rate": 2.9623918682727352e-06,
860
+ "loss": 7.2423,
861
+ "step": 116
862
+ },
863
+ {
864
+ "epoch": 1.0555555555555556,
865
+ "grad_norm": 1.5035470724105835,
866
+ "learning_rate": 2.9575669248704265e-06,
867
+ "loss": 6.1212,
868
+ "step": 117
869
+ },
870
+ {
871
+ "epoch": 1.0648148148148149,
872
+ "grad_norm": 1.4733242988586426,
873
+ "learning_rate": 2.9524552831833926e-06,
874
+ "loss": 6.3059,
875
+ "step": 118
876
+ },
877
+ {
878
+ "epoch": 1.074074074074074,
879
+ "grad_norm": 1.3305742740631104,
880
+ "learning_rate": 2.947057948653564e-06,
881
+ "loss": 6.1691,
882
+ "step": 119
883
+ },
884
+ {
885
+ "epoch": 1.0833333333333333,
886
+ "grad_norm": 1.2160289287567139,
887
+ "learning_rate": 2.9413759829176495e-06,
888
+ "loss": 5.9701,
889
+ "step": 120
890
+ },
891
+ {
892
+ "epoch": 1.0925925925925926,
893
+ "grad_norm": 1.9012755155563354,
894
+ "learning_rate": 2.935410503598313e-06,
895
+ "loss": 6.6399,
896
+ "step": 121
897
+ },
898
+ {
899
+ "epoch": 1.1018518518518519,
900
+ "grad_norm": 1.3863564729690552,
901
+ "learning_rate": 2.9291626840843446e-06,
902
+ "loss": 6.0122,
903
+ "step": 122
904
+ },
905
+ {
906
+ "epoch": 1.1111111111111112,
907
+ "grad_norm": 1.1440134048461914,
908
+ "learning_rate": 2.9226337532998544e-06,
909
+ "loss": 5.9895,
910
+ "step": 123
911
+ },
912
+ {
913
+ "epoch": 1.1203703703703705,
914
+ "grad_norm": 1.4871304035186768,
915
+ "learning_rate": 2.9158249954625514e-06,
916
+ "loss": 6.3919,
917
+ "step": 124
918
+ },
919
+ {
920
+ "epoch": 1.1296296296296295,
921
+ "grad_norm": 1.574532389640808,
922
+ "learning_rate": 2.908737749831142e-06,
923
+ "loss": 6.489,
924
+ "step": 125
925
+ },
926
+ {
927
+ "epoch": 1.1388888888888888,
928
+ "grad_norm": 2.674992322921753,
929
+ "learning_rate": 2.9013734104419e-06,
930
+ "loss": 6.965,
931
+ "step": 126
932
+ },
933
+ {
934
+ "epoch": 1.1481481481481481,
935
+ "grad_norm": 1.4959555864334106,
936
+ "learning_rate": 2.8937334258344676e-06,
937
+ "loss": 5.8652,
938
+ "step": 127
939
+ },
940
+ {
941
+ "epoch": 1.1574074074074074,
942
+ "grad_norm": 3.064631223678589,
943
+ "learning_rate": 2.88581929876693e-06,
944
+ "loss": 7.1246,
945
+ "step": 128
946
+ },
947
+ {
948
+ "epoch": 1.1666666666666667,
949
+ "grad_norm": 1.7988754510879517,
950
+ "learning_rate": 2.8776325859202315e-06,
951
+ "loss": 6.1511,
952
+ "step": 129
953
+ },
954
+ {
955
+ "epoch": 1.175925925925926,
956
+ "grad_norm": 1.4231789112091064,
957
+ "learning_rate": 2.869174897591978e-06,
958
+ "loss": 6.0368,
959
+ "step": 130
960
+ },
961
+ {
962
+ "epoch": 1.1851851851851851,
963
+ "grad_norm": 2.6319122314453125,
964
+ "learning_rate": 2.8604478973797005e-06,
965
+ "loss": 7.1228,
966
+ "step": 131
967
+ },
968
+ {
969
+ "epoch": 1.1944444444444444,
970
+ "grad_norm": 1.4405936002731323,
971
+ "learning_rate": 2.851453301853629e-06,
972
+ "loss": 5.9765,
973
+ "step": 132
974
+ },
975
+ {
976
+ "epoch": 1.2037037037037037,
977
+ "grad_norm": 1.669622540473938,
978
+ "learning_rate": 2.842192880219049e-06,
979
+ "loss": 6.4033,
980
+ "step": 133
981
+ },
982
+ {
983
+ "epoch": 1.212962962962963,
984
+ "grad_norm": 1.1244466304779053,
985
+ "learning_rate": 2.832668453968309e-06,
986
+ "loss": 5.5845,
987
+ "step": 134
988
+ },
989
+ {
990
+ "epoch": 1.2222222222222223,
991
+ "grad_norm": 1.0342087745666504,
992
+ "learning_rate": 2.8228818965225326e-06,
993
+ "loss": 5.6106,
994
+ "step": 135
995
+ },
996
+ {
997
+ "epoch": 1.2222222222222223,
998
+ "eval_loss": 5.1238203048706055,
999
+ "eval_runtime": 10.8032,
1000
+ "eval_samples_per_second": 9.719,
1001
+ "eval_steps_per_second": 9.719,
1002
+ "step": 135
1003
+ },
1004
+ {
1005
+ "epoch": 1.2314814814814814,
1006
+ "grad_norm": 2.5150041580200195,
1007
+ "learning_rate": 2.8128351328631308e-06,
1008
+ "loss": 6.5318,
1009
+ "step": 136
1010
+ },
1011
+ {
1012
+ "epoch": 1.2407407407407407,
1013
+ "grad_norm": 1.7575809955596924,
1014
+ "learning_rate": 2.8025301391531584e-06,
1015
+ "loss": 6.225,
1016
+ "step": 137
1017
+ },
1018
+ {
1019
+ "epoch": 1.25,
1020
+ "grad_norm": 1.5736333131790161,
1021
+ "learning_rate": 2.7919689423486137e-06,
1022
+ "loss": 5.6247,
1023
+ "step": 138
1024
+ },
1025
+ {
1026
+ "epoch": 1.2592592592592593,
1027
+ "grad_norm": 0.9995443820953369,
1028
+ "learning_rate": 2.781153619799741e-06,
1029
+ "loss": 5.4866,
1030
+ "step": 139
1031
+ },
1032
+ {
1033
+ "epoch": 1.2685185185185186,
1034
+ "grad_norm": 1.7936508655548096,
1035
+ "learning_rate": 2.7700862988424264e-06,
1036
+ "loss": 6.4679,
1037
+ "step": 140
1038
+ },
1039
+ {
1040
+ "epoch": 1.2777777777777777,
1041
+ "grad_norm": 1.4072571992874146,
1042
+ "learning_rate": 2.7587691563797533e-06,
1043
+ "loss": 6.0924,
1044
+ "step": 141
1045
+ },
1046
+ {
1047
+ "epoch": 1.287037037037037,
1048
+ "grad_norm": 1.9437594413757324,
1049
+ "learning_rate": 2.747204418453818e-06,
1050
+ "loss": 6.3988,
1051
+ "step": 142
1052
+ },
1053
+ {
1054
+ "epoch": 1.2962962962962963,
1055
+ "grad_norm": 1.1792351007461548,
1056
+ "learning_rate": 2.735394359807872e-06,
1057
+ "loss": 6.0245,
1058
+ "step": 143
1059
+ },
1060
+ {
1061
+ "epoch": 1.3055555555555556,
1062
+ "grad_norm": 1.2097288370132446,
1063
+ "learning_rate": 2.7233413034388904e-06,
1064
+ "loss": 6.0232,
1065
+ "step": 144
1066
+ },
1067
+ {
1068
+ "epoch": 1.3148148148148149,
1069
+ "grad_norm": 1.5997315645217896,
1070
+ "learning_rate": 2.711047620140644e-06,
1071
+ "loss": 5.9724,
1072
+ "step": 145
1073
+ },
1074
+ {
1075
+ "epoch": 1.324074074074074,
1076
+ "grad_norm": 1.9537619352340698,
1077
+ "learning_rate": 2.6985157280373736e-06,
1078
+ "loss": 6.336,
1079
+ "step": 146
1080
+ },
1081
+ {
1082
+ "epoch": 1.3333333333333333,
1083
+ "grad_norm": 1.4596198797225952,
1084
+ "learning_rate": 2.685748092108155e-06,
1085
+ "loss": 6.2286,
1086
+ "step": 147
1087
+ },
1088
+ {
1089
+ "epoch": 1.3425925925925926,
1090
+ "grad_norm": 1.2177029848098755,
1091
+ "learning_rate": 2.6727472237020448e-06,
1092
+ "loss": 5.8753,
1093
+ "step": 148
1094
+ },
1095
+ {
1096
+ "epoch": 1.3518518518518519,
1097
+ "grad_norm": 1.5970029830932617,
1098
+ "learning_rate": 2.6595156800441053e-06,
1099
+ "loss": 6.2522,
1100
+ "step": 149
1101
+ },
1102
+ {
1103
+ "epoch": 1.3611111111111112,
1104
+ "grad_norm": 1.1032902002334595,
1105
+ "learning_rate": 2.646056063732411e-06,
1106
+ "loss": 5.795,
1107
+ "step": 150
1108
+ },
1109
+ {
1110
+ "epoch": 1.3703703703703702,
1111
+ "grad_norm": 1.10838782787323,
1112
+ "learning_rate": 2.632371022226124e-06,
1113
+ "loss": 5.4648,
1114
+ "step": 151
1115
+ },
1116
+ {
1117
+ "epoch": 1.3796296296296298,
1118
+ "grad_norm": 1.3732211589813232,
1119
+ "learning_rate": 2.6184632473247484e-06,
1120
+ "loss": 5.568,
1121
+ "step": 152
1122
+ },
1123
+ {
1124
+ "epoch": 1.3888888888888888,
1125
+ "grad_norm": 1.188904881477356,
1126
+ "learning_rate": 2.6043354746386645e-06,
1127
+ "loss": 5.8007,
1128
+ "step": 153
1129
+ },
1130
+ {
1131
+ "epoch": 1.3981481481481481,
1132
+ "grad_norm": 1.3125028610229492,
1133
+ "learning_rate": 2.5899904830510406e-06,
1134
+ "loss": 5.7965,
1135
+ "step": 154
1136
+ },
1137
+ {
1138
+ "epoch": 1.4074074074074074,
1139
+ "grad_norm": 1.2234677076339722,
1140
+ "learning_rate": 2.575431094171241e-06,
1141
+ "loss": 5.9759,
1142
+ "step": 155
1143
+ },
1144
+ {
1145
+ "epoch": 1.4166666666666667,
1146
+ "grad_norm": 2.0235507488250732,
1147
+ "learning_rate": 2.5606601717798212e-06,
1148
+ "loss": 6.5055,
1149
+ "step": 156
1150
+ },
1151
+ {
1152
+ "epoch": 1.425925925925926,
1153
+ "grad_norm": 1.3678350448608398,
1154
+ "learning_rate": 2.5456806212652348e-06,
1155
+ "loss": 5.8768,
1156
+ "step": 157
1157
+ },
1158
+ {
1159
+ "epoch": 1.4351851851851851,
1160
+ "grad_norm": 1.309804081916809,
1161
+ "learning_rate": 2.5304953890523524e-06,
1162
+ "loss": 6.0516,
1163
+ "step": 158
1164
+ },
1165
+ {
1166
+ "epoch": 1.4444444444444444,
1167
+ "grad_norm": 1.4316556453704834,
1168
+ "learning_rate": 2.5151074620229114e-06,
1169
+ "loss": 6.2186,
1170
+ "step": 159
1171
+ },
1172
+ {
1173
+ "epoch": 1.4537037037037037,
1174
+ "grad_norm": 1.308398723602295,
1175
+ "learning_rate": 2.499519866928006e-06,
1176
+ "loss": 5.9185,
1177
+ "step": 160
1178
+ },
1179
+ {
1180
+ "epoch": 1.462962962962963,
1181
+ "grad_norm": 1.7772057056427002,
1182
+ "learning_rate": 2.4837356697927366e-06,
1183
+ "loss": 6.4643,
1184
+ "step": 161
1185
+ },
1186
+ {
1187
+ "epoch": 1.4722222222222223,
1188
+ "grad_norm": 1.4515641927719116,
1189
+ "learning_rate": 2.4677579753131316e-06,
1190
+ "loss": 6.3981,
1191
+ "step": 162
1192
+ },
1193
+ {
1194
+ "epoch": 1.4722222222222223,
1195
+ "eval_loss": 5.054426193237305,
1196
+ "eval_runtime": 10.7718,
1197
+ "eval_samples_per_second": 9.748,
1198
+ "eval_steps_per_second": 9.748,
1199
+ "step": 162
1200
+ },
1201
+ {
1202
+ "epoch": 1.4814814814814814,
1203
+ "grad_norm": 2.9240331649780273,
1204
+ "learning_rate": 2.4515899262454685e-06,
1205
+ "loss": 6.8221,
1206
+ "step": 163
1207
+ },
1208
+ {
1209
+ "epoch": 1.4907407407407407,
1210
+ "grad_norm": 3.2064929008483887,
1211
+ "learning_rate": 2.4352347027881005e-06,
1212
+ "loss": 7.6826,
1213
+ "step": 164
1214
+ },
1215
+ {
1216
+ "epoch": 1.5,
1217
+ "grad_norm": 1.6117157936096191,
1218
+ "learning_rate": 2.4186955219559254e-06,
1219
+ "loss": 5.5413,
1220
+ "step": 165
1221
+ },
1222
+ {
1223
+ "epoch": 1.5092592592592593,
1224
+ "grad_norm": 1.5916537046432495,
1225
+ "learning_rate": 2.401975636947609e-06,
1226
+ "loss": 6.1638,
1227
+ "step": 166
1228
+ },
1229
+ {
1230
+ "epoch": 1.5185185185185186,
1231
+ "grad_norm": 1.6315852403640747,
1232
+ "learning_rate": 2.3850783365056922e-06,
1233
+ "loss": 6.3381,
1234
+ "step": 167
1235
+ },
1236
+ {
1237
+ "epoch": 1.5277777777777777,
1238
+ "grad_norm": 1.1859897375106812,
1239
+ "learning_rate": 2.368006944269709e-06,
1240
+ "loss": 5.7726,
1241
+ "step": 168
1242
+ },
1243
+ {
1244
+ "epoch": 1.5370370370370372,
1245
+ "grad_norm": 1.2986359596252441,
1246
+ "learning_rate": 2.3507648181224336e-06,
1247
+ "loss": 5.5423,
1248
+ "step": 169
1249
+ },
1250
+ {
1251
+ "epoch": 1.5462962962962963,
1252
+ "grad_norm": 1.3099842071533203,
1253
+ "learning_rate": 2.3333553495294033e-06,
1254
+ "loss": 6.2081,
1255
+ "step": 170
1256
+ },
1257
+ {
1258
+ "epoch": 1.5555555555555556,
1259
+ "grad_norm": 1.8448351621627808,
1260
+ "learning_rate": 2.315781962871823e-06,
1261
+ "loss": 6.4411,
1262
+ "step": 171
1263
+ },
1264
+ {
1265
+ "epoch": 1.5648148148148149,
1266
+ "grad_norm": 1.263071894645691,
1267
+ "learning_rate": 2.298048114773005e-06,
1268
+ "loss": 5.769,
1269
+ "step": 172
1270
+ },
1271
+ {
1272
+ "epoch": 1.574074074074074,
1273
+ "grad_norm": 1.4397268295288086,
1274
+ "learning_rate": 2.280157293418462e-06,
1275
+ "loss": 6.1988,
1276
+ "step": 173
1277
+ },
1278
+ {
1279
+ "epoch": 1.5833333333333335,
1280
+ "grad_norm": 1.3311412334442139,
1281
+ "learning_rate": 2.262113017869794e-06,
1282
+ "loss": 5.9678,
1283
+ "step": 174
1284
+ },
1285
+ {
1286
+ "epoch": 1.5925925925925926,
1287
+ "grad_norm": 1.5137203931808472,
1288
+ "learning_rate": 2.243918837372502e-06,
1289
+ "loss": 6.4093,
1290
+ "step": 175
1291
+ },
1292
+ {
1293
+ "epoch": 1.6018518518518519,
1294
+ "grad_norm": 2.532318115234375,
1295
+ "learning_rate": 2.22557833065786e-06,
1296
+ "loss": 6.573,
1297
+ "step": 176
1298
+ },
1299
+ {
1300
+ "epoch": 1.6111111111111112,
1301
+ "grad_norm": 1.7535362243652344,
1302
+ "learning_rate": 2.207095105238997e-06,
1303
+ "loss": 6.1462,
1304
+ "step": 177
1305
+ },
1306
+ {
1307
+ "epoch": 1.6203703703703702,
1308
+ "grad_norm": 1.3252042531967163,
1309
+ "learning_rate": 2.1884727967013063e-06,
1310
+ "loss": 5.7489,
1311
+ "step": 178
1312
+ },
1313
+ {
1314
+ "epoch": 1.6296296296296298,
1315
+ "grad_norm": 2.172076463699341,
1316
+ "learning_rate": 2.1697150679873442e-06,
1317
+ "loss": 6.3797,
1318
+ "step": 179
1319
+ },
1320
+ {
1321
+ "epoch": 1.6388888888888888,
1322
+ "grad_norm": 0.8812606334686279,
1323
+ "learning_rate": 2.150825608676337e-06,
1324
+ "loss": 5.4227,
1325
+ "step": 180
1326
+ },
1327
+ {
1328
+ "epoch": 1.6481481481481481,
1329
+ "grad_norm": 1.4979366064071655,
1330
+ "learning_rate": 2.1318081342584566e-06,
1331
+ "loss": 5.811,
1332
+ "step": 181
1333
+ },
1334
+ {
1335
+ "epoch": 1.6574074074074074,
1336
+ "grad_norm": 1.277028203010559,
1337
+ "learning_rate": 2.1126663854039945e-06,
1338
+ "loss": 5.9072,
1339
+ "step": 182
1340
+ },
1341
+ {
1342
+ "epoch": 1.6666666666666665,
1343
+ "grad_norm": 1.668641448020935,
1344
+ "learning_rate": 2.0934041272275884e-06,
1345
+ "loss": 6.1502,
1346
+ "step": 183
1347
+ },
1348
+ {
1349
+ "epoch": 1.675925925925926,
1350
+ "grad_norm": 0.8518059849739075,
1351
+ "learning_rate": 2.074025148547635e-06,
1352
+ "loss": 5.2586,
1353
+ "step": 184
1354
+ },
1355
+ {
1356
+ "epoch": 1.6851851851851851,
1357
+ "grad_norm": 1.7262235879898071,
1358
+ "learning_rate": 2.0545332611410427e-06,
1359
+ "loss": 5.9965,
1360
+ "step": 185
1361
+ },
1362
+ {
1363
+ "epoch": 1.6944444444444444,
1364
+ "grad_norm": 4.665543079376221,
1365
+ "learning_rate": 2.0349322989934695e-06,
1366
+ "loss": 7.4106,
1367
+ "step": 186
1368
+ },
1369
+ {
1370
+ "epoch": 1.7037037037037037,
1371
+ "grad_norm": 1.1285862922668457,
1372
+ "learning_rate": 2.0152261175451915e-06,
1373
+ "loss": 5.6628,
1374
+ "step": 187
1375
+ },
1376
+ {
1377
+ "epoch": 1.7129629629629628,
1378
+ "grad_norm": 1.108992338180542,
1379
+ "learning_rate": 1.9954185929327507e-06,
1380
+ "loss": 5.4876,
1381
+ "step": 188
1382
+ },
1383
+ {
1384
+ "epoch": 1.7222222222222223,
1385
+ "grad_norm": 1.1134352684020996,
1386
+ "learning_rate": 1.9755136212265323e-06,
1387
+ "loss": 5.602,
1388
+ "step": 189
1389
+ },
1390
+ {
1391
+ "epoch": 1.7222222222222223,
1392
+ "eval_loss": 4.992879867553711,
1393
+ "eval_runtime": 10.5803,
1394
+ "eval_samples_per_second": 9.924,
1395
+ "eval_steps_per_second": 9.924,
1396
+ "step": 189
1397
+ },
1398
+ {
1399
+ "epoch": 1.7314814814814814,
1400
+ "grad_norm": 1.215661883354187,
1401
+ "learning_rate": 1.9555151176644222e-06,
1402
+ "loss": 5.7391,
1403
+ "step": 190
1404
+ },
1405
+ {
1406
+ "epoch": 1.7407407407407407,
1407
+ "grad_norm": 1.2140839099884033,
1408
+ "learning_rate": 1.9354270158816935e-06,
1409
+ "loss": 5.4932,
1410
+ "step": 191
1411
+ },
1412
+ {
1413
+ "epoch": 1.75,
1414
+ "grad_norm": 1.3728704452514648,
1415
+ "learning_rate": 1.915253267137274e-06,
1416
+ "loss": 5.7001,
1417
+ "step": 192
1418
+ },
1419
+ {
1420
+ "epoch": 1.7592592592592593,
1421
+ "grad_norm": 5.121810436248779,
1422
+ "learning_rate": 1.894997839536547e-06,
1423
+ "loss": 7.9136,
1424
+ "step": 193
1425
+ },
1426
+ {
1427
+ "epoch": 1.7685185185185186,
1428
+ "grad_norm": 1.3116612434387207,
1429
+ "learning_rate": 1.8746647172508404e-06,
1430
+ "loss": 5.7987,
1431
+ "step": 194
1432
+ },
1433
+ {
1434
+ "epoch": 1.7777777777777777,
1435
+ "grad_norm": 1.1180241107940674,
1436
+ "learning_rate": 1.8542578997337519e-06,
1437
+ "loss": 5.9064,
1438
+ "step": 195
1439
+ },
1440
+ {
1441
+ "epoch": 1.7870370370370372,
1442
+ "grad_norm": 5.294866561889648,
1443
+ "learning_rate": 1.8337814009344715e-06,
1444
+ "loss": 8.2684,
1445
+ "step": 196
1446
+ },
1447
+ {
1448
+ "epoch": 1.7962962962962963,
1449
+ "grad_norm": 1.0381337404251099,
1450
+ "learning_rate": 1.813239248508255e-06,
1451
+ "loss": 5.487,
1452
+ "step": 197
1453
+ },
1454
+ {
1455
+ "epoch": 1.8055555555555556,
1456
+ "grad_norm": 1.2923859357833862,
1457
+ "learning_rate": 1.7926354830241926e-06,
1458
+ "loss": 6.0108,
1459
+ "step": 198
1460
+ },
1461
+ {
1462
+ "epoch": 1.8148148148148149,
1463
+ "grad_norm": 1.3527953624725342,
1464
+ "learning_rate": 1.7719741571704477e-06,
1465
+ "loss": 6.3468,
1466
+ "step": 199
1467
+ },
1468
+ {
1469
+ "epoch": 1.824074074074074,
1470
+ "grad_norm": 1.4213413000106812,
1471
+ "learning_rate": 1.7512593349571046e-06,
1472
+ "loss": 6.0251,
1473
+ "step": 200
1474
+ },
1475
+ {
1476
+ "epoch": 1.8333333333333335,
1477
+ "grad_norm": 1.3854726552963257,
1478
+ "learning_rate": 1.730495090916795e-06,
1479
+ "loss": 5.8197,
1480
+ "step": 201
1481
+ },
1482
+ {
1483
+ "epoch": 1.8425925925925926,
1484
+ "grad_norm": 0.9397538304328918,
1485
+ "learning_rate": 1.7096855093032494e-06,
1486
+ "loss": 5.4813,
1487
+ "step": 202
1488
+ },
1489
+ {
1490
+ "epoch": 1.8518518518518519,
1491
+ "grad_norm": 0.7849190831184387,
1492
+ "learning_rate": 1.6888346832879382e-06,
1493
+ "loss": 5.3213,
1494
+ "step": 203
1495
+ },
1496
+ {
1497
+ "epoch": 1.8611111111111112,
1498
+ "grad_norm": 1.316622018814087,
1499
+ "learning_rate": 1.6679467141549617e-06,
1500
+ "loss": 5.358,
1501
+ "step": 204
1502
+ },
1503
+ {
1504
+ "epoch": 1.8703703703703702,
1505
+ "grad_norm": 1.1983349323272705,
1506
+ "learning_rate": 1.6470257104943413e-06,
1507
+ "loss": 5.8328,
1508
+ "step": 205
1509
+ },
1510
+ {
1511
+ "epoch": 1.8796296296296298,
1512
+ "grad_norm": 1.1115864515304565,
1513
+ "learning_rate": 1.6260757873938715e-06,
1514
+ "loss": 5.6616,
1515
+ "step": 206
1516
+ },
1517
+ {
1518
+ "epoch": 1.8888888888888888,
1519
+ "grad_norm": 1.6418949365615845,
1520
+ "learning_rate": 1.6051010656297009e-06,
1521
+ "loss": 5.8618,
1522
+ "step": 207
1523
+ },
1524
+ {
1525
+ "epoch": 1.8981481481481481,
1526
+ "grad_norm": 1.2098896503448486,
1527
+ "learning_rate": 1.5841056708557877e-06,
1528
+ "loss": 5.7551,
1529
+ "step": 208
1530
+ },
1531
+ {
1532
+ "epoch": 1.9074074074074074,
1533
+ "grad_norm": 2.523620843887329,
1534
+ "learning_rate": 1.5630937327923979e-06,
1535
+ "loss": 6.0457,
1536
+ "step": 209
1537
+ },
1538
+ {
1539
+ "epoch": 1.9166666666666665,
1540
+ "grad_norm": 1.2053682804107666,
1541
+ "learning_rate": 1.5420693844138035e-06,
1542
+ "loss": 5.7501,
1543
+ "step": 210
1544
+ },
1545
+ {
1546
+ "epoch": 1.925925925925926,
1547
+ "grad_norm": 1.0068210363388062,
1548
+ "learning_rate": 1.5210367611353436e-06,
1549
+ "loss": 5.2868,
1550
+ "step": 211
1551
+ },
1552
+ {
1553
+ "epoch": 1.9351851851851851,
1554
+ "grad_norm": 1.0384793281555176,
1555
+ "learning_rate": 1.5e-06,
1556
+ "loss": 5.5413,
1557
+ "step": 212
1558
+ },
1559
+ {
1560
+ "epoch": 1.9444444444444444,
1561
+ "grad_norm": 0.9215264916419983,
1562
+ "learning_rate": 1.4789632388646567e-06,
1563
+ "loss": 5.3834,
1564
+ "step": 213
1565
+ },
1566
+ {
1567
+ "epoch": 1.9537037037037037,
1568
+ "grad_norm": 1.250044584274292,
1569
+ "learning_rate": 1.4579306155861968e-06,
1570
+ "loss": 5.9769,
1571
+ "step": 214
1572
+ },
1573
+ {
1574
+ "epoch": 1.9629629629629628,
1575
+ "grad_norm": 0.9464189410209656,
1576
+ "learning_rate": 1.4369062672076026e-06,
1577
+ "loss": 5.3573,
1578
+ "step": 215
1579
+ },
1580
+ {
1581
+ "epoch": 1.9722222222222223,
1582
+ "grad_norm": 0.9586074352264404,
1583
+ "learning_rate": 1.4158943291442122e-06,
1584
+ "loss": 5.3998,
1585
+ "step": 216
1586
+ },
1587
+ {
1588
+ "epoch": 1.9722222222222223,
1589
+ "eval_loss": 4.946777820587158,
1590
+ "eval_runtime": 10.6655,
1591
+ "eval_samples_per_second": 9.845,
1592
+ "eval_steps_per_second": 9.845,
1593
+ "step": 216
1594
+ }
1595
+ ],
1596
+ "logging_steps": 1,
1597
+ "max_steps": 324,
1598
+ "num_input_tokens_seen": 0,
1599
+ "num_train_epochs": 3,
1600
+ "save_steps": 108,
1601
+ "stateful_callbacks": {
1602
+ "TrainerControl": {
1603
+ "args": {
1604
+ "should_epoch_stop": false,
1605
+ "should_evaluate": false,
1606
+ "should_log": false,
1607
+ "should_save": true,
1608
+ "should_training_stop": false
1609
+ },
1610
+ "attributes": {}
1611
+ }
1612
+ },
1613
+ "total_flos": 2.029536027869184e+16,
1614
+ "train_batch_size": 1,
1615
+ "trial_name": null,
1616
+ "trial_params": null
1617
+ }
checkpoint-216/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d91a3009a5dcdcc48ea5fb07f7978c743f60ee567823673a91b2a01ec718c687
3
+ size 6008
checkpoint-282/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/phi-1_5
3
+ library_name: peft
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.11.2.dev0
checkpoint-282/adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/phi-1_5",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "fc1",
25
+ "v_proj",
26
+ "dense",
27
+ "fc2",
28
+ "q_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
checkpoint-282/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc6bc85608733ba656dcea73ca548f991c037a142239296b421394fab397d592
3
+ size 226530600
checkpoint-282/added_tokens.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257
40
+ }
checkpoint-282/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-282/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc21951633413b444a59ca17c326286efe99637ab2c737f13d5ffe911881396
3
+ size 453227642
checkpoint-282/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca1cc74a3745d191ce868b3a77914352d382ffa7fe0b75ac3c0939bae1eb286
3
+ size 14244
checkpoint-282/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3c8b7c4f8c0543a50c7d31d5ea1723a28e5a41b54bf3786034855407ca470e
3
+ size 1064
checkpoint-282/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-282/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-282/tokenizer_config.json ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "50257": {
13
+ "content": " ",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": false
19
+ },
20
+ "50258": {
21
+ "content": " ",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": false
27
+ },
28
+ "50259": {
29
+ "content": " ",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": false
35
+ },
36
+ "50260": {
37
+ "content": " ",
38
+ "lstrip": false,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": false
43
+ },
44
+ "50261": {
45
+ "content": " ",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": false
51
+ },
52
+ "50262": {
53
+ "content": " ",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": false
59
+ },
60
+ "50263": {
61
+ "content": " ",
62
+ "lstrip": false,
63
+ "normalized": true,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": false
67
+ },
68
+ "50264": {
69
+ "content": " ",
70
+ "lstrip": false,
71
+ "normalized": true,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": false
75
+ },
76
+ "50265": {
77
+ "content": " ",
78
+ "lstrip": false,
79
+ "normalized": true,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": false
83
+ },
84
+ "50266": {
85
+ "content": " ",
86
+ "lstrip": false,
87
+ "normalized": true,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": false
91
+ },
92
+ "50267": {
93
+ "content": " ",
94
+ "lstrip": false,
95
+ "normalized": true,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": false
99
+ },
100
+ "50268": {
101
+ "content": " ",
102
+ "lstrip": false,
103
+ "normalized": true,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": false
107
+ },
108
+ "50269": {
109
+ "content": " ",
110
+ "lstrip": false,
111
+ "normalized": true,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": false
115
+ },
116
+ "50270": {
117
+ "content": " ",
118
+ "lstrip": false,
119
+ "normalized": true,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "50271": {
125
+ "content": " ",
126
+ "lstrip": false,
127
+ "normalized": true,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "50272": {
133
+ "content": " ",
134
+ "lstrip": false,
135
+ "normalized": true,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "50273": {
141
+ "content": " ",
142
+ "lstrip": false,
143
+ "normalized": true,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "50274": {
149
+ "content": " ",
150
+ "lstrip": false,
151
+ "normalized": true,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "50275": {
157
+ "content": " ",
158
+ "lstrip": false,
159
+ "normalized": true,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "50276": {
165
+ "content": " ",
166
+ "lstrip": false,
167
+ "normalized": true,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "50277": {
173
+ "content": " ",
174
+ "lstrip": false,
175
+ "normalized": true,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "50278": {
181
+ "content": " ",
182
+ "lstrip": false,
183
+ "normalized": true,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "50279": {
189
+ "content": " ",
190
+ "lstrip": false,
191
+ "normalized": true,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "50280": {
197
+ "content": " ",
198
+ "lstrip": false,
199
+ "normalized": true,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "50281": {
205
+ "content": " ",
206
+ "lstrip": false,
207
+ "normalized": true,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": false
211
+ },
212
+ "50282": {
213
+ "content": " ",
214
+ "lstrip": false,
215
+ "normalized": true,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": false
219
+ },
220
+ "50283": {
221
+ "content": " ",
222
+ "lstrip": false,
223
+ "normalized": true,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": false
227
+ },
228
+ "50284": {
229
+ "content": " ",
230
+ "lstrip": false,
231
+ "normalized": true,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": false
235
+ },
236
+ "50285": {
237
+ "content": " ",
238
+ "lstrip": false,
239
+ "normalized": true,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": false
243
+ },
244
+ "50286": {
245
+ "content": " ",
246
+ "lstrip": false,
247
+ "normalized": true,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": false
251
+ },
252
+ "50287": {
253
+ "content": "\t\t\t\t\t\t\t\t\t",
254
+ "lstrip": false,
255
+ "normalized": true,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": false
259
+ },
260
+ "50288": {
261
+ "content": "\t\t\t\t\t\t\t\t",
262
+ "lstrip": false,
263
+ "normalized": true,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": false
267
+ },
268
+ "50289": {
269
+ "content": "\t\t\t\t\t\t\t",
270
+ "lstrip": false,
271
+ "normalized": true,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": false
275
+ },
276
+ "50290": {
277
+ "content": "\t\t\t\t\t\t",
278
+ "lstrip": false,
279
+ "normalized": true,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": false
283
+ },
284
+ "50291": {
285
+ "content": "\t\t\t\t\t",
286
+ "lstrip": false,
287
+ "normalized": true,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": false
291
+ },
292
+ "50292": {
293
+ "content": "\t\t\t\t",
294
+ "lstrip": false,
295
+ "normalized": true,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": false
299
+ },
300
+ "50293": {
301
+ "content": "\t\t\t",
302
+ "lstrip": false,
303
+ "normalized": true,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": false
307
+ },
308
+ "50294": {
309
+ "content": "\t\t",
310
+ "lstrip": false,
311
+ "normalized": true,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": false
315
+ }
316
+ },
317
+ "bos_token": "<|endoftext|>",
318
+ "clean_up_tokenization_spaces": true,
319
+ "eos_token": "<|endoftext|>",
320
+ "model_max_length": 2048,
321
+ "pad_token": "<|endoftext|>",
322
+ "return_token_type_ids": false,
323
+ "tokenizer_class": "CodeGenTokenizer",
324
+ "unk_token": "<|endoftext|>"
325
+ }
checkpoint-282/trainer_state.json ADDED
@@ -0,0 +1,2103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.9361702127659575,
5
+ "eval_steps": 24,
6
+ "global_step": 282,
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.010638297872340425,
13
+ "grad_norm": 0.10508890450000763,
14
+ "learning_rate": 3.0000000000000004e-08,
15
+ "loss": 1.2333,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.010638297872340425,
20
+ "eval_loss": 1.5895557403564453,
21
+ "eval_runtime": 2.9603,
22
+ "eval_samples_per_second": 35.469,
23
+ "eval_steps_per_second": 17.903,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.02127659574468085,
28
+ "grad_norm": 0.12071573734283447,
29
+ "learning_rate": 6.000000000000001e-08,
30
+ "loss": 1.3986,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.031914893617021274,
35
+ "grad_norm": 0.10401547700166702,
36
+ "learning_rate": 9e-08,
37
+ "loss": 1.2058,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.0425531914893617,
42
+ "grad_norm": 0.12298297882080078,
43
+ "learning_rate": 1.2000000000000002e-07,
44
+ "loss": 1.3298,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.05319148936170213,
49
+ "grad_norm": 0.1327030211687088,
50
+ "learning_rate": 1.5000000000000002e-07,
51
+ "loss": 1.4031,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.06382978723404255,
56
+ "grad_norm": 0.12036772817373276,
57
+ "learning_rate": 1.8e-07,
58
+ "loss": 1.5335,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.07446808510638298,
63
+ "grad_norm": 0.14979703724384308,
64
+ "learning_rate": 2.1000000000000003e-07,
65
+ "loss": 1.3224,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.0851063829787234,
70
+ "grad_norm": 0.13082227110862732,
71
+ "learning_rate": 2.4000000000000003e-07,
72
+ "loss": 1.4035,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.09574468085106383,
77
+ "grad_norm": 0.09265327453613281,
78
+ "learning_rate": 2.7e-07,
79
+ "loss": 1.1546,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.10638297872340426,
84
+ "grad_norm": 0.10080434381961823,
85
+ "learning_rate": 3.0000000000000004e-07,
86
+ "loss": 1.2652,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.11702127659574468,
91
+ "grad_norm": 0.10915568470954895,
92
+ "learning_rate": 3.3e-07,
93
+ "loss": 1.1438,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.1276595744680851,
98
+ "grad_norm": 0.1307348906993866,
99
+ "learning_rate": 3.6e-07,
100
+ "loss": 1.2821,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.13829787234042554,
105
+ "grad_norm": 0.09814529865980148,
106
+ "learning_rate": 3.9e-07,
107
+ "loss": 1.3905,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.14893617021276595,
112
+ "grad_norm": 0.11842218786478043,
113
+ "learning_rate": 4.2000000000000006e-07,
114
+ "loss": 1.3085,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.1595744680851064,
119
+ "grad_norm": 0.10207124054431915,
120
+ "learning_rate": 4.5e-07,
121
+ "loss": 1.19,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.1702127659574468,
126
+ "grad_norm": 0.1150127425789833,
127
+ "learning_rate": 4.800000000000001e-07,
128
+ "loss": 1.386,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.18085106382978725,
133
+ "grad_norm": 0.11641352623701096,
134
+ "learning_rate": 5.100000000000001e-07,
135
+ "loss": 1.4357,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.19148936170212766,
140
+ "grad_norm": 0.15035435557365417,
141
+ "learning_rate": 5.4e-07,
142
+ "loss": 1.2549,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.20212765957446807,
147
+ "grad_norm": 0.0984087809920311,
148
+ "learning_rate": 5.7e-07,
149
+ "loss": 0.9723,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.2127659574468085,
154
+ "grad_norm": 0.11582670360803604,
155
+ "learning_rate": 6.000000000000001e-07,
156
+ "loss": 1.1402,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.22340425531914893,
161
+ "grad_norm": 0.10151291638612747,
162
+ "learning_rate": 6.3e-07,
163
+ "loss": 1.1533,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.23404255319148937,
168
+ "grad_norm": 0.09040653705596924,
169
+ "learning_rate": 6.6e-07,
170
+ "loss": 1.0438,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.24468085106382978,
175
+ "grad_norm": 0.10666865110397339,
176
+ "learning_rate": 6.900000000000001e-07,
177
+ "loss": 1.3195,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.2553191489361702,
182
+ "grad_norm": 0.12293969094753265,
183
+ "learning_rate": 7.2e-07,
184
+ "loss": 1.7286,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.2553191489361702,
189
+ "eval_loss": 1.5890721082687378,
190
+ "eval_runtime": 2.9908,
191
+ "eval_samples_per_second": 35.108,
192
+ "eval_steps_per_second": 17.721,
193
+ "step": 24
194
+ },
195
+ {
196
+ "epoch": 0.26595744680851063,
197
+ "grad_norm": 0.11052387952804565,
198
+ "learning_rate": 7.5e-07,
199
+ "loss": 1.1413,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.2765957446808511,
204
+ "grad_norm": 0.09323304146528244,
205
+ "learning_rate": 7.8e-07,
206
+ "loss": 1.2906,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.2872340425531915,
211
+ "grad_norm": 0.12542971968650818,
212
+ "learning_rate": 8.100000000000001e-07,
213
+ "loss": 1.2809,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.2978723404255319,
218
+ "grad_norm": 0.1080215722322464,
219
+ "learning_rate": 8.400000000000001e-07,
220
+ "loss": 1.2735,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.30851063829787234,
225
+ "grad_norm": 0.11304887384176254,
226
+ "learning_rate": 8.699999999999999e-07,
227
+ "loss": 1.3767,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.3191489361702128,
232
+ "grad_norm": 0.15650290250778198,
233
+ "learning_rate": 9e-07,
234
+ "loss": 1.4713,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.32978723404255317,
239
+ "grad_norm": 0.12139321118593216,
240
+ "learning_rate": 9.3e-07,
241
+ "loss": 1.3479,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.3404255319148936,
246
+ "grad_norm": 0.10141867399215698,
247
+ "learning_rate": 9.600000000000001e-07,
248
+ "loss": 1.1512,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.35106382978723405,
253
+ "grad_norm": 0.15045498311519623,
254
+ "learning_rate": 9.9e-07,
255
+ "loss": 1.5059,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.3617021276595745,
260
+ "grad_norm": 0.12956956028938293,
261
+ "learning_rate": 1.0200000000000002e-06,
262
+ "loss": 1.2849,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.3723404255319149,
267
+ "grad_norm": 0.12963886559009552,
268
+ "learning_rate": 1.05e-06,
269
+ "loss": 1.5025,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.3829787234042553,
274
+ "grad_norm": 0.11268144845962524,
275
+ "learning_rate": 1.08e-06,
276
+ "loss": 1.2987,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.39361702127659576,
281
+ "grad_norm": 0.12941108644008636,
282
+ "learning_rate": 1.11e-06,
283
+ "loss": 1.3432,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.40425531914893614,
288
+ "grad_norm": 0.11319927126169205,
289
+ "learning_rate": 1.14e-06,
290
+ "loss": 1.1665,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.4148936170212766,
295
+ "grad_norm": 0.11748912930488586,
296
+ "learning_rate": 1.17e-06,
297
+ "loss": 1.423,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.425531914893617,
302
+ "grad_norm": 0.11666171997785568,
303
+ "learning_rate": 1.2000000000000002e-06,
304
+ "loss": 1.4391,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.43617021276595747,
309
+ "grad_norm": 0.12274409830570221,
310
+ "learning_rate": 1.2299999999999999e-06,
311
+ "loss": 1.4865,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.44680851063829785,
316
+ "grad_norm": 0.09922561049461365,
317
+ "learning_rate": 1.26e-06,
318
+ "loss": 1.2193,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.4574468085106383,
323
+ "grad_norm": 0.12003930658102036,
324
+ "learning_rate": 1.29e-06,
325
+ "loss": 1.3024,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.46808510638297873,
330
+ "grad_norm": 0.12094161659479141,
331
+ "learning_rate": 1.32e-06,
332
+ "loss": 1.4654,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.4787234042553192,
337
+ "grad_norm": 0.12934774160385132,
338
+ "learning_rate": 1.35e-06,
339
+ "loss": 1.3713,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.48936170212765956,
344
+ "grad_norm": 0.09754550457000732,
345
+ "learning_rate": 1.3800000000000001e-06,
346
+ "loss": 1.1991,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.5,
351
+ "grad_norm": 0.11549004167318344,
352
+ "learning_rate": 1.41e-06,
353
+ "loss": 1.4859,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.5106382978723404,
358
+ "grad_norm": 0.12035688012838364,
359
+ "learning_rate": 1.44e-06,
360
+ "loss": 1.2823,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.5106382978723404,
365
+ "eval_loss": 1.5874611139297485,
366
+ "eval_runtime": 2.9787,
367
+ "eval_samples_per_second": 35.251,
368
+ "eval_steps_per_second": 17.793,
369
+ "step": 48
370
+ },
371
+ {
372
+ "epoch": 0.5212765957446809,
373
+ "grad_norm": 0.12258938699960709,
374
+ "learning_rate": 1.4700000000000001e-06,
375
+ "loss": 1.2966,
376
+ "step": 49
377
+ },
378
+ {
379
+ "epoch": 0.5319148936170213,
380
+ "grad_norm": 0.12217017263174057,
381
+ "learning_rate": 1.5e-06,
382
+ "loss": 1.2988,
383
+ "step": 50
384
+ },
385
+ {
386
+ "epoch": 0.5425531914893617,
387
+ "grad_norm": 0.12793436646461487,
388
+ "learning_rate": 1.53e-06,
389
+ "loss": 1.4233,
390
+ "step": 51
391
+ },
392
+ {
393
+ "epoch": 0.5531914893617021,
394
+ "grad_norm": 0.11145548522472382,
395
+ "learning_rate": 1.56e-06,
396
+ "loss": 1.2792,
397
+ "step": 52
398
+ },
399
+ {
400
+ "epoch": 0.5638297872340425,
401
+ "grad_norm": 0.13195408880710602,
402
+ "learning_rate": 1.59e-06,
403
+ "loss": 1.4481,
404
+ "step": 53
405
+ },
406
+ {
407
+ "epoch": 0.574468085106383,
408
+ "grad_norm": 0.10663347691297531,
409
+ "learning_rate": 1.6200000000000002e-06,
410
+ "loss": 1.2331,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.5851063829787234,
415
+ "grad_norm": 0.10975392907857895,
416
+ "learning_rate": 1.65e-06,
417
+ "loss": 1.1839,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.5957446808510638,
422
+ "grad_norm": 0.13139477372169495,
423
+ "learning_rate": 1.6800000000000002e-06,
424
+ "loss": 1.436,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.6063829787234043,
429
+ "grad_norm": 0.0924743041396141,
430
+ "learning_rate": 1.71e-06,
431
+ "loss": 1.1291,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.6170212765957447,
436
+ "grad_norm": 0.12475109100341797,
437
+ "learning_rate": 1.7399999999999999e-06,
438
+ "loss": 1.3444,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.6276595744680851,
443
+ "grad_norm": 0.08960220962762833,
444
+ "learning_rate": 1.77e-06,
445
+ "loss": 1.2511,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.6382978723404256,
450
+ "grad_norm": 0.09909304976463318,
451
+ "learning_rate": 1.8e-06,
452
+ "loss": 1.1281,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.648936170212766,
457
+ "grad_norm": 0.11598234623670578,
458
+ "learning_rate": 1.83e-06,
459
+ "loss": 1.486,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 0.6595744680851063,
464
+ "grad_norm": 0.1404409557580948,
465
+ "learning_rate": 1.86e-06,
466
+ "loss": 1.4557,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 0.6702127659574468,
471
+ "grad_norm": 0.11349129676818848,
472
+ "learning_rate": 1.8900000000000001e-06,
473
+ "loss": 1.3969,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 0.6808510638297872,
478
+ "grad_norm": 0.10858353972434998,
479
+ "learning_rate": 1.9200000000000003e-06,
480
+ "loss": 1.3515,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 0.6914893617021277,
485
+ "grad_norm": 0.11054569482803345,
486
+ "learning_rate": 1.95e-06,
487
+ "loss": 1.248,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 0.7021276595744681,
492
+ "grad_norm": 0.11826737225055695,
493
+ "learning_rate": 1.98e-06,
494
+ "loss": 1.3439,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 0.7127659574468085,
499
+ "grad_norm": 0.12291310727596283,
500
+ "learning_rate": 2.0100000000000002e-06,
501
+ "loss": 1.4226,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 0.723404255319149,
506
+ "grad_norm": 0.1383126825094223,
507
+ "learning_rate": 2.0400000000000004e-06,
508
+ "loss": 1.194,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 0.7340425531914894,
513
+ "grad_norm": 0.10981890559196472,
514
+ "learning_rate": 2.07e-06,
515
+ "loss": 1.2502,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 0.7446808510638298,
520
+ "grad_norm": 0.10639657825231552,
521
+ "learning_rate": 2.1e-06,
522
+ "loss": 1.2262,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 0.7553191489361702,
527
+ "grad_norm": 0.46177396178245544,
528
+ "learning_rate": 2.13e-06,
529
+ "loss": 5.063,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 0.7659574468085106,
534
+ "grad_norm": 0.11061427742242813,
535
+ "learning_rate": 2.16e-06,
536
+ "loss": 1.3856,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 0.7659574468085106,
541
+ "eval_loss": 1.5843762159347534,
542
+ "eval_runtime": 2.9943,
543
+ "eval_samples_per_second": 35.066,
544
+ "eval_steps_per_second": 17.7,
545
+ "step": 72
546
+ },
547
+ {
548
+ "epoch": 0.776595744680851,
549
+ "grad_norm": 0.13233324885368347,
550
+ "learning_rate": 2.19e-06,
551
+ "loss": 1.526,
552
+ "step": 73
553
+ },
554
+ {
555
+ "epoch": 0.7872340425531915,
556
+ "grad_norm": 0.14500053226947784,
557
+ "learning_rate": 2.22e-06,
558
+ "loss": 1.2554,
559
+ "step": 74
560
+ },
561
+ {
562
+ "epoch": 0.7978723404255319,
563
+ "grad_norm": 0.10629269480705261,
564
+ "learning_rate": 2.25e-06,
565
+ "loss": 1.2917,
566
+ "step": 75
567
+ },
568
+ {
569
+ "epoch": 0.8085106382978723,
570
+ "grad_norm": 0.09674028307199478,
571
+ "learning_rate": 2.28e-06,
572
+ "loss": 1.2169,
573
+ "step": 76
574
+ },
575
+ {
576
+ "epoch": 0.8191489361702128,
577
+ "grad_norm": 0.11965947598218918,
578
+ "learning_rate": 2.31e-06,
579
+ "loss": 1.2445,
580
+ "step": 77
581
+ },
582
+ {
583
+ "epoch": 0.8297872340425532,
584
+ "grad_norm": 0.10441229492425919,
585
+ "learning_rate": 2.34e-06,
586
+ "loss": 1.2392,
587
+ "step": 78
588
+ },
589
+ {
590
+ "epoch": 0.8404255319148937,
591
+ "grad_norm": 0.13795869052410126,
592
+ "learning_rate": 2.37e-06,
593
+ "loss": 1.5335,
594
+ "step": 79
595
+ },
596
+ {
597
+ "epoch": 0.851063829787234,
598
+ "grad_norm": 0.10789927840232849,
599
+ "learning_rate": 2.4000000000000003e-06,
600
+ "loss": 1.2309,
601
+ "step": 80
602
+ },
603
+ {
604
+ "epoch": 0.8617021276595744,
605
+ "grad_norm": 0.10697130113840103,
606
+ "learning_rate": 2.43e-06,
607
+ "loss": 1.276,
608
+ "step": 81
609
+ },
610
+ {
611
+ "epoch": 0.8723404255319149,
612
+ "grad_norm": 0.11484125256538391,
613
+ "learning_rate": 2.4599999999999997e-06,
614
+ "loss": 1.2163,
615
+ "step": 82
616
+ },
617
+ {
618
+ "epoch": 0.8829787234042553,
619
+ "grad_norm": 0.09692610800266266,
620
+ "learning_rate": 2.49e-06,
621
+ "loss": 1.1554,
622
+ "step": 83
623
+ },
624
+ {
625
+ "epoch": 0.8936170212765957,
626
+ "grad_norm": 0.10697747021913528,
627
+ "learning_rate": 2.52e-06,
628
+ "loss": 1.211,
629
+ "step": 84
630
+ },
631
+ {
632
+ "epoch": 0.9042553191489362,
633
+ "grad_norm": 0.10578318685293198,
634
+ "learning_rate": 2.55e-06,
635
+ "loss": 1.2634,
636
+ "step": 85
637
+ },
638
+ {
639
+ "epoch": 0.9148936170212766,
640
+ "grad_norm": 0.10587752610445023,
641
+ "learning_rate": 2.58e-06,
642
+ "loss": 1.369,
643
+ "step": 86
644
+ },
645
+ {
646
+ "epoch": 0.925531914893617,
647
+ "grad_norm": 0.11430489271879196,
648
+ "learning_rate": 2.61e-06,
649
+ "loss": 1.3048,
650
+ "step": 87
651
+ },
652
+ {
653
+ "epoch": 0.9361702127659575,
654
+ "grad_norm": 0.11116154491901398,
655
+ "learning_rate": 2.64e-06,
656
+ "loss": 1.1883,
657
+ "step": 88
658
+ },
659
+ {
660
+ "epoch": 0.9468085106382979,
661
+ "grad_norm": 0.12686476111412048,
662
+ "learning_rate": 2.6700000000000003e-06,
663
+ "loss": 1.2605,
664
+ "step": 89
665
+ },
666
+ {
667
+ "epoch": 0.9574468085106383,
668
+ "grad_norm": 0.10976041853427887,
669
+ "learning_rate": 2.7e-06,
670
+ "loss": 1.2345,
671
+ "step": 90
672
+ },
673
+ {
674
+ "epoch": 0.9680851063829787,
675
+ "grad_norm": 0.12391550838947296,
676
+ "learning_rate": 2.73e-06,
677
+ "loss": 1.2233,
678
+ "step": 91
679
+ },
680
+ {
681
+ "epoch": 0.9787234042553191,
682
+ "grad_norm": 0.1277073174715042,
683
+ "learning_rate": 2.7600000000000003e-06,
684
+ "loss": 1.2437,
685
+ "step": 92
686
+ },
687
+ {
688
+ "epoch": 0.9893617021276596,
689
+ "grad_norm": 0.10421616584062576,
690
+ "learning_rate": 2.7900000000000004e-06,
691
+ "loss": 1.1432,
692
+ "step": 93
693
+ },
694
+ {
695
+ "epoch": 1.0,
696
+ "grad_norm": 0.12696842849254608,
697
+ "learning_rate": 2.82e-06,
698
+ "loss": 1.3558,
699
+ "step": 94
700
+ },
701
+ {
702
+ "epoch": 1.0106382978723405,
703
+ "grad_norm": 0.10387945920228958,
704
+ "learning_rate": 2.85e-06,
705
+ "loss": 1.1902,
706
+ "step": 95
707
+ },
708
+ {
709
+ "epoch": 1.0212765957446808,
710
+ "grad_norm": 0.14543002843856812,
711
+ "learning_rate": 2.88e-06,
712
+ "loss": 1.244,
713
+ "step": 96
714
+ },
715
+ {
716
+ "epoch": 1.0212765957446808,
717
+ "eval_loss": 1.5803985595703125,
718
+ "eval_runtime": 3.0087,
719
+ "eval_samples_per_second": 34.899,
720
+ "eval_steps_per_second": 17.616,
721
+ "step": 96
722
+ },
723
+ {
724
+ "epoch": 1.0319148936170213,
725
+ "grad_norm": 0.17504040896892548,
726
+ "learning_rate": 2.91e-06,
727
+ "loss": 1.3115,
728
+ "step": 97
729
+ },
730
+ {
731
+ "epoch": 1.0106382978723405,
732
+ "grad_norm": 0.14017756283283234,
733
+ "learning_rate": 2.9400000000000002e-06,
734
+ "loss": 1.356,
735
+ "step": 98
736
+ },
737
+ {
738
+ "epoch": 1.0212765957446808,
739
+ "grad_norm": 0.11604318767786026,
740
+ "learning_rate": 2.97e-06,
741
+ "loss": 1.2806,
742
+ "step": 99
743
+ },
744
+ {
745
+ "epoch": 1.0319148936170213,
746
+ "grad_norm": 0.15116065740585327,
747
+ "learning_rate": 3e-06,
748
+ "loss": 1.3279,
749
+ "step": 100
750
+ },
751
+ {
752
+ "epoch": 1.0425531914893618,
753
+ "grad_norm": 0.10773392021656036,
754
+ "learning_rate": 2.9999028286680832e-06,
755
+ "loss": 1.3871,
756
+ "step": 101
757
+ },
758
+ {
759
+ "epoch": 1.053191489361702,
760
+ "grad_norm": 0.09363637119531631,
761
+ "learning_rate": 2.999611327262024e-06,
762
+ "loss": 1.1334,
763
+ "step": 102
764
+ },
765
+ {
766
+ "epoch": 1.0638297872340425,
767
+ "grad_norm": 0.09164439886808395,
768
+ "learning_rate": 2.999125533549261e-06,
769
+ "loss": 1.4026,
770
+ "step": 103
771
+ },
772
+ {
773
+ "epoch": 1.074468085106383,
774
+ "grad_norm": 0.12113964557647705,
775
+ "learning_rate": 2.9984455104700915e-06,
776
+ "loss": 1.2097,
777
+ "step": 104
778
+ },
779
+ {
780
+ "epoch": 1.0851063829787233,
781
+ "grad_norm": 0.10569895058870316,
782
+ "learning_rate": 2.9975713461295125e-06,
783
+ "loss": 1.3077,
784
+ "step": 105
785
+ },
786
+ {
787
+ "epoch": 1.0957446808510638,
788
+ "grad_norm": 0.11219862103462219,
789
+ "learning_rate": 2.996503153785809e-06,
790
+ "loss": 1.1923,
791
+ "step": 106
792
+ },
793
+ {
794
+ "epoch": 1.1063829787234043,
795
+ "grad_norm": 0.13474853336811066,
796
+ "learning_rate": 2.9952410718358777e-06,
797
+ "loss": 1.2729,
798
+ "step": 107
799
+ },
800
+ {
801
+ "epoch": 1.1170212765957448,
802
+ "grad_norm": 0.10451857000589371,
803
+ "learning_rate": 2.993785263797297e-06,
804
+ "loss": 1.2904,
805
+ "step": 108
806
+ },
807
+ {
808
+ "epoch": 1.127659574468085,
809
+ "grad_norm": 0.12593719363212585,
810
+ "learning_rate": 2.9921359182871422e-06,
811
+ "loss": 1.4021,
812
+ "step": 109
813
+ },
814
+ {
815
+ "epoch": 1.1382978723404256,
816
+ "grad_norm": 0.12547315657138824,
817
+ "learning_rate": 2.990293248997547e-06,
818
+ "loss": 1.2093,
819
+ "step": 110
820
+ },
821
+ {
822
+ "epoch": 1.148936170212766,
823
+ "grad_norm": 0.10086555033922195,
824
+ "learning_rate": 2.988257494668016e-06,
825
+ "loss": 1.3098,
826
+ "step": 111
827
+ },
828
+ {
829
+ "epoch": 1.1595744680851063,
830
+ "grad_norm": 0.10801573097705841,
831
+ "learning_rate": 2.9860289190544963e-06,
832
+ "loss": 1.2752,
833
+ "step": 112
834
+ },
835
+ {
836
+ "epoch": 1.1702127659574468,
837
+ "grad_norm": 0.11851054430007935,
838
+ "learning_rate": 2.9836078108952015e-06,
839
+ "loss": 1.3066,
840
+ "step": 113
841
+ },
842
+ {
843
+ "epoch": 1.1808510638297873,
844
+ "grad_norm": 0.1265188604593277,
845
+ "learning_rate": 2.9809944838732045e-06,
846
+ "loss": 1.1946,
847
+ "step": 114
848
+ },
849
+ {
850
+ "epoch": 1.1914893617021276,
851
+ "grad_norm": 0.10702725499868393,
852
+ "learning_rate": 2.9781892765757954e-06,
853
+ "loss": 1.2182,
854
+ "step": 115
855
+ },
856
+ {
857
+ "epoch": 1.202127659574468,
858
+ "grad_norm": 0.7757766842842102,
859
+ "learning_rate": 2.9751925524506135e-06,
860
+ "loss": 5.6082,
861
+ "step": 116
862
+ },
863
+ {
864
+ "epoch": 1.2127659574468086,
865
+ "grad_norm": 0.10182739049196243,
866
+ "learning_rate": 2.9720046997585577e-06,
867
+ "loss": 1.309,
868
+ "step": 117
869
+ },
870
+ {
871
+ "epoch": 1.2234042553191489,
872
+ "grad_norm": 0.14062073826789856,
873
+ "learning_rate": 2.9686261315234844e-06,
874
+ "loss": 1.3668,
875
+ "step": 118
876
+ },
877
+ {
878
+ "epoch": 1.2340425531914894,
879
+ "grad_norm": 0.1063840240240097,
880
+ "learning_rate": 2.965057285478694e-06,
881
+ "loss": 1.2247,
882
+ "step": 119
883
+ },
884
+ {
885
+ "epoch": 1.2446808510638299,
886
+ "grad_norm": 0.10701325535774231,
887
+ "learning_rate": 2.961298624010219e-06,
888
+ "loss": 1.2499,
889
+ "step": 120
890
+ },
891
+ {
892
+ "epoch": 1.2446808510638299,
893
+ "eval_loss": 1.575344204902649,
894
+ "eval_runtime": 8.2617,
895
+ "eval_samples_per_second": 12.709,
896
+ "eval_steps_per_second": 6.415,
897
+ "step": 120
898
+ },
899
+ {
900
+ "epoch": 1.2553191489361701,
901
+ "grad_norm": 0.11413375288248062,
902
+ "learning_rate": 2.957350634096912e-06,
903
+ "loss": 1.3593,
904
+ "step": 121
905
+ },
906
+ {
907
+ "epoch": 1.2659574468085106,
908
+ "grad_norm": 0.10826950520277023,
909
+ "learning_rate": 2.9532138272473597e-06,
910
+ "loss": 1.232,
911
+ "step": 122
912
+ },
913
+ {
914
+ "epoch": 1.2765957446808511,
915
+ "grad_norm": 0.10749218612909317,
916
+ "learning_rate": 2.9488887394336023e-06,
917
+ "loss": 1.401,
918
+ "step": 123
919
+ },
920
+ {
921
+ "epoch": 1.2872340425531914,
922
+ "grad_norm": 0.1175396591424942,
923
+ "learning_rate": 2.944375931021699e-06,
924
+ "loss": 1.2867,
925
+ "step": 124
926
+ },
927
+ {
928
+ "epoch": 1.297872340425532,
929
+ "grad_norm": 0.10688498616218567,
930
+ "learning_rate": 2.9396759866991214e-06,
931
+ "loss": 1.3689,
932
+ "step": 125
933
+ },
934
+ {
935
+ "epoch": 1.3085106382978724,
936
+ "grad_norm": 0.11630786955356598,
937
+ "learning_rate": 2.934789515399002e-06,
938
+ "loss": 1.2328,
939
+ "step": 126
940
+ },
941
+ {
942
+ "epoch": 1.3191489361702127,
943
+ "grad_norm": 0.11495409905910492,
944
+ "learning_rate": 2.9297171502212414e-06,
945
+ "loss": 1.1738,
946
+ "step": 127
947
+ },
948
+ {
949
+ "epoch": 1.3297872340425532,
950
+ "grad_norm": 0.10823408514261246,
951
+ "learning_rate": 2.924459548350479e-06,
952
+ "loss": 1.2318,
953
+ "step": 128
954
+ },
955
+ {
956
+ "epoch": 1.3404255319148937,
957
+ "grad_norm": 0.10759969800710678,
958
+ "learning_rate": 2.9190173909709506e-06,
959
+ "loss": 1.319,
960
+ "step": 129
961
+ },
962
+ {
963
+ "epoch": 1.351063829787234,
964
+ "grad_norm": 0.12790299952030182,
965
+ "learning_rate": 2.9133913831782307e-06,
966
+ "loss": 1.4282,
967
+ "step": 130
968
+ },
969
+ {
970
+ "epoch": 1.3617021276595744,
971
+ "grad_norm": 0.10899878293275833,
972
+ "learning_rate": 2.9075822538878805e-06,
973
+ "loss": 1.2455,
974
+ "step": 131
975
+ },
976
+ {
977
+ "epoch": 1.372340425531915,
978
+ "grad_norm": 0.12732432782649994,
979
+ "learning_rate": 2.9015907557410068e-06,
980
+ "loss": 1.2227,
981
+ "step": 132
982
+ },
983
+ {
984
+ "epoch": 1.3829787234042552,
985
+ "grad_norm": 0.10140018165111542,
986
+ "learning_rate": 2.8954176650067494e-06,
987
+ "loss": 1.0596,
988
+ "step": 133
989
+ },
990
+ {
991
+ "epoch": 1.3936170212765957,
992
+ "grad_norm": 0.12063546478748322,
993
+ "learning_rate": 2.889063781481708e-06,
994
+ "loss": 1.3321,
995
+ "step": 134
996
+ },
997
+ {
998
+ "epoch": 1.4042553191489362,
999
+ "grad_norm": 0.11323118209838867,
1000
+ "learning_rate": 2.8825299283863144e-06,
1001
+ "loss": 1.3366,
1002
+ "step": 135
1003
+ },
1004
+ {
1005
+ "epoch": 1.4148936170212765,
1006
+ "grad_norm": 0.12391477078199387,
1007
+ "learning_rate": 2.8758169522581796e-06,
1008
+ "loss": 1.2917,
1009
+ "step": 136
1010
+ },
1011
+ {
1012
+ "epoch": 1.425531914893617,
1013
+ "grad_norm": 0.12329094856977463,
1014
+ "learning_rate": 2.8689257228424125e-06,
1015
+ "loss": 1.1365,
1016
+ "step": 137
1017
+ },
1018
+ {
1019
+ "epoch": 1.4361702127659575,
1020
+ "grad_norm": 0.11298198997974396,
1021
+ "learning_rate": 2.8618571329789333e-06,
1022
+ "loss": 1.4996,
1023
+ "step": 138
1024
+ },
1025
+ {
1026
+ "epoch": 1.4468085106382977,
1027
+ "grad_norm": 0.10263165086507797,
1028
+ "learning_rate": 2.8546120984867994e-06,
1029
+ "loss": 1.199,
1030
+ "step": 139
1031
+ },
1032
+ {
1033
+ "epoch": 1.4574468085106382,
1034
+ "grad_norm": 0.13330323994159698,
1035
+ "learning_rate": 2.8471915580455442e-06,
1036
+ "loss": 1.3746,
1037
+ "step": 140
1038
+ },
1039
+ {
1040
+ "epoch": 1.4680851063829787,
1041
+ "grad_norm": 0.10694881528615952,
1042
+ "learning_rate": 2.8395964730735666e-06,
1043
+ "loss": 1.3798,
1044
+ "step": 141
1045
+ },
1046
+ {
1047
+ "epoch": 1.4787234042553192,
1048
+ "grad_norm": 0.10929003357887268,
1049
+ "learning_rate": 2.8318278276035626e-06,
1050
+ "loss": 1.2918,
1051
+ "step": 142
1052
+ },
1053
+ {
1054
+ "epoch": 1.4893617021276595,
1055
+ "grad_norm": 0.10969982296228409,
1056
+ "learning_rate": 2.8238866281550366e-06,
1057
+ "loss": 1.0444,
1058
+ "step": 143
1059
+ },
1060
+ {
1061
+ "epoch": 1.5,
1062
+ "grad_norm": 0.10668367147445679,
1063
+ "learning_rate": 2.815773903603892e-06,
1064
+ "loss": 1.1656,
1065
+ "step": 144
1066
+ },
1067
+ {
1068
+ "epoch": 1.5,
1069
+ "eval_loss": 1.5705612897872925,
1070
+ "eval_runtime": 5.6853,
1071
+ "eval_samples_per_second": 18.469,
1072
+ "eval_steps_per_second": 9.322,
1073
+ "step": 144
1074
+ },
1075
+ {
1076
+ "epoch": 1.5106382978723403,
1077
+ "grad_norm": 0.12057002633810043,
1078
+ "learning_rate": 2.807490705049127e-06,
1079
+ "loss": 1.2475,
1080
+ "step": 145
1081
+ },
1082
+ {
1083
+ "epoch": 1.521276595744681,
1084
+ "grad_norm": 0.10394139587879181,
1085
+ "learning_rate": 2.7990381056766585e-06,
1086
+ "loss": 1.3376,
1087
+ "step": 146
1088
+ },
1089
+ {
1090
+ "epoch": 1.5319148936170213,
1091
+ "grad_norm": 0.12907464802265167,
1092
+ "learning_rate": 2.7904172006202705e-06,
1093
+ "loss": 1.3509,
1094
+ "step": 147
1095
+ },
1096
+ {
1097
+ "epoch": 1.5425531914893615,
1098
+ "grad_norm": 0.1252606213092804,
1099
+ "learning_rate": 2.7816291068197328e-06,
1100
+ "loss": 1.1744,
1101
+ "step": 148
1102
+ },
1103
+ {
1104
+ "epoch": 1.5531914893617023,
1105
+ "grad_norm": 0.1514441967010498,
1106
+ "learning_rate": 2.772674962876085e-06,
1107
+ "loss": 1.9324,
1108
+ "step": 149
1109
+ },
1110
+ {
1111
+ "epoch": 1.5638297872340425,
1112
+ "grad_norm": 0.12377320230007172,
1113
+ "learning_rate": 2.7635559289041174e-06,
1114
+ "loss": 1.4511,
1115
+ "step": 150
1116
+ },
1117
+ {
1118
+ "epoch": 1.574468085106383,
1119
+ "grad_norm": 0.10629550367593765,
1120
+ "learning_rate": 2.7542731863820665e-06,
1121
+ "loss": 1.257,
1122
+ "step": 151
1123
+ },
1124
+ {
1125
+ "epoch": 1.5851063829787235,
1126
+ "grad_norm": 0.10322704166173935,
1127
+ "learning_rate": 2.744827937998538e-06,
1128
+ "loss": 1.1796,
1129
+ "step": 152
1130
+ },
1131
+ {
1132
+ "epoch": 1.5957446808510638,
1133
+ "grad_norm": 0.12690168619155884,
1134
+ "learning_rate": 2.735221407496686e-06,
1135
+ "loss": 1.3325,
1136
+ "step": 153
1137
+ },
1138
+ {
1139
+ "epoch": 1.6063829787234043,
1140
+ "grad_norm": 0.0982392430305481,
1141
+ "learning_rate": 2.725454839515663e-06,
1142
+ "loss": 1.2169,
1143
+ "step": 154
1144
+ },
1145
+ {
1146
+ "epoch": 1.6170212765957448,
1147
+ "grad_norm": 0.11184275150299072,
1148
+ "learning_rate": 2.7155294994293606e-06,
1149
+ "loss": 1.295,
1150
+ "step": 155
1151
+ },
1152
+ {
1153
+ "epoch": 1.627659574468085,
1154
+ "grad_norm": 0.10721098631620407,
1155
+ "learning_rate": 2.7054466731824676e-06,
1156
+ "loss": 1.1945,
1157
+ "step": 156
1158
+ },
1159
+ {
1160
+ "epoch": 1.6382978723404256,
1161
+ "grad_norm": 0.1254221498966217,
1162
+ "learning_rate": 2.695207667123857e-06,
1163
+ "loss": 1.2693,
1164
+ "step": 157
1165
+ },
1166
+ {
1167
+ "epoch": 1.648936170212766,
1168
+ "grad_norm": 0.1157686784863472,
1169
+ "learning_rate": 2.684813807837338e-06,
1170
+ "loss": 1.1992,
1171
+ "step": 158
1172
+ },
1173
+ {
1174
+ "epoch": 1.6595744680851063,
1175
+ "grad_norm": 0.10201229155063629,
1176
+ "learning_rate": 2.674266441969778e-06,
1177
+ "loss": 1.2401,
1178
+ "step": 159
1179
+ },
1180
+ {
1181
+ "epoch": 1.6702127659574468,
1182
+ "grad_norm": 0.10953360050916672,
1183
+ "learning_rate": 2.6635669360566298e-06,
1184
+ "loss": 1.1627,
1185
+ "step": 160
1186
+ },
1187
+ {
1188
+ "epoch": 1.6808510638297873,
1189
+ "grad_norm": 0.1248813271522522,
1190
+ "learning_rate": 2.652716676344881e-06,
1191
+ "loss": 1.3179,
1192
+ "step": 161
1193
+ },
1194
+ {
1195
+ "epoch": 1.6914893617021276,
1196
+ "grad_norm": 0.09584470838308334,
1197
+ "learning_rate": 2.6417170686134472e-06,
1198
+ "loss": 1.2128,
1199
+ "step": 162
1200
+ },
1201
+ {
1202
+ "epoch": 1.702127659574468,
1203
+ "grad_norm": 0.12864486873149872,
1204
+ "learning_rate": 2.630569537991042e-06,
1205
+ "loss": 1.1889,
1206
+ "step": 163
1207
+ },
1208
+ {
1209
+ "epoch": 1.7127659574468086,
1210
+ "grad_norm": 0.11820186674594879,
1211
+ "learning_rate": 2.6192755287715282e-06,
1212
+ "loss": 1.2848,
1213
+ "step": 164
1214
+ },
1215
+ {
1216
+ "epoch": 1.7234042553191489,
1217
+ "grad_norm": 0.13811764121055603,
1218
+ "learning_rate": 2.6078365042267987e-06,
1219
+ "loss": 1.2091,
1220
+ "step": 165
1221
+ },
1222
+ {
1223
+ "epoch": 1.7340425531914894,
1224
+ "grad_norm": 0.12099539488554001,
1225
+ "learning_rate": 2.5962539464171862e-06,
1226
+ "loss": 1.2853,
1227
+ "step": 166
1228
+ },
1229
+ {
1230
+ "epoch": 1.7446808510638299,
1231
+ "grad_norm": 0.14544783532619476,
1232
+ "learning_rate": 2.5845293559994513e-06,
1233
+ "loss": 1.1574,
1234
+ "step": 167
1235
+ },
1236
+ {
1237
+ "epoch": 1.7553191489361701,
1238
+ "grad_norm": 0.11159494519233704,
1239
+ "learning_rate": 2.5726642520323493e-06,
1240
+ "loss": 1.1928,
1241
+ "step": 168
1242
+ },
1243
+ {
1244
+ "epoch": 1.7553191489361701,
1245
+ "eval_loss": 1.5656005144119263,
1246
+ "eval_runtime": 3.0568,
1247
+ "eval_samples_per_second": 34.349,
1248
+ "eval_steps_per_second": 17.338,
1249
+ "step": 168
1250
+ },
1251
+ {
1252
+ "epoch": 1.7659574468085106,
1253
+ "grad_norm": 0.1385321319103241,
1254
+ "learning_rate": 2.5606601717798212e-06,
1255
+ "loss": 1.365,
1256
+ "step": 169
1257
+ },
1258
+ {
1259
+ "epoch": 1.7765957446808511,
1260
+ "grad_norm": 0.12905962765216827,
1261
+ "learning_rate": 2.548518670511823e-06,
1262
+ "loss": 1.3664,
1263
+ "step": 170
1264
+ },
1265
+ {
1266
+ "epoch": 1.7872340425531914,
1267
+ "grad_norm": 0.09589093923568726,
1268
+ "learning_rate": 2.536241321302821e-06,
1269
+ "loss": 1.1508,
1270
+ "step": 171
1271
+ },
1272
+ {
1273
+ "epoch": 1.797872340425532,
1274
+ "grad_norm": 0.12533985078334808,
1275
+ "learning_rate": 2.5238297148279814e-06,
1276
+ "loss": 1.2892,
1277
+ "step": 172
1278
+ },
1279
+ {
1280
+ "epoch": 1.8085106382978724,
1281
+ "grad_norm": 0.11337278038263321,
1282
+ "learning_rate": 2.5112854591570804e-06,
1283
+ "loss": 1.2772,
1284
+ "step": 173
1285
+ },
1286
+ {
1287
+ "epoch": 1.8191489361702127,
1288
+ "grad_norm": 0.1345362514257431,
1289
+ "learning_rate": 2.4986101795461608e-06,
1290
+ "loss": 1.3583,
1291
+ "step": 174
1292
+ },
1293
+ {
1294
+ "epoch": 1.8297872340425532,
1295
+ "grad_norm": 0.121876560151577,
1296
+ "learning_rate": 2.485805518226959e-06,
1297
+ "loss": 1.2065,
1298
+ "step": 175
1299
+ },
1300
+ {
1301
+ "epoch": 1.8404255319148937,
1302
+ "grad_norm": 0.10669907927513123,
1303
+ "learning_rate": 2.4728731341941343e-06,
1304
+ "loss": 1.2339,
1305
+ "step": 176
1306
+ },
1307
+ {
1308
+ "epoch": 1.851063829787234,
1309
+ "grad_norm": 0.12710174918174744,
1310
+ "learning_rate": 2.4598147029903284e-06,
1311
+ "loss": 1.4597,
1312
+ "step": 177
1313
+ },
1314
+ {
1315
+ "epoch": 1.8617021276595744,
1316
+ "grad_norm": 0.11735282093286514,
1317
+ "learning_rate": 2.4466319164890795e-06,
1318
+ "loss": 1.2273,
1319
+ "step": 178
1320
+ },
1321
+ {
1322
+ "epoch": 1.872340425531915,
1323
+ "grad_norm": 0.12083889544010162,
1324
+ "learning_rate": 2.4333264826756165e-06,
1325
+ "loss": 1.3051,
1326
+ "step": 179
1327
+ },
1328
+ {
1329
+ "epoch": 1.8829787234042552,
1330
+ "grad_norm": 0.10338792204856873,
1331
+ "learning_rate": 2.4199001254255746e-06,
1332
+ "loss": 1.3827,
1333
+ "step": 180
1334
+ },
1335
+ {
1336
+ "epoch": 1.8936170212765957,
1337
+ "grad_norm": 0.10191334784030914,
1338
+ "learning_rate": 2.406354584281642e-06,
1339
+ "loss": 1.4067,
1340
+ "step": 181
1341
+ },
1342
+ {
1343
+ "epoch": 1.9042553191489362,
1344
+ "grad_norm": 0.10776273161172867,
1345
+ "learning_rate": 2.3926916142281846e-06,
1346
+ "loss": 1.2344,
1347
+ "step": 182
1348
+ },
1349
+ {
1350
+ "epoch": 1.9148936170212765,
1351
+ "grad_norm": 0.1253603845834732,
1352
+ "learning_rate": 2.378912985463867e-06,
1353
+ "loss": 1.2179,
1354
+ "step": 183
1355
+ },
1356
+ {
1357
+ "epoch": 1.925531914893617,
1358
+ "grad_norm": 0.09942696243524551,
1359
+ "learning_rate": 2.365020483172301e-06,
1360
+ "loss": 1.0613,
1361
+ "step": 184
1362
+ },
1363
+ {
1364
+ "epoch": 1.9361702127659575,
1365
+ "grad_norm": 0.10441701859235764,
1366
+ "learning_rate": 2.351015907290755e-06,
1367
+ "loss": 1.3886,
1368
+ "step": 185
1369
+ },
1370
+ {
1371
+ "epoch": 1.9468085106382977,
1372
+ "grad_norm": 0.10571073740720749,
1373
+ "learning_rate": 2.3369010722769502e-06,
1374
+ "loss": 1.2023,
1375
+ "step": 186
1376
+ },
1377
+ {
1378
+ "epoch": 1.9574468085106385,
1379
+ "grad_norm": 0.12477201223373413,
1380
+ "learning_rate": 2.3226778068739783e-06,
1381
+ "loss": 1.361,
1382
+ "step": 187
1383
+ },
1384
+ {
1385
+ "epoch": 1.9680851063829787,
1386
+ "grad_norm": 0.12106247246265411,
1387
+ "learning_rate": 2.3083479538733636e-06,
1388
+ "loss": 1.4153,
1389
+ "step": 188
1390
+ },
1391
+ {
1392
+ "epoch": 1.978723404255319,
1393
+ "grad_norm": 0.17261436581611633,
1394
+ "learning_rate": 2.2939133698763084e-06,
1395
+ "loss": 1.45,
1396
+ "step": 189
1397
+ },
1398
+ {
1399
+ "epoch": 1.9893617021276597,
1400
+ "grad_norm": 0.12172568589448929,
1401
+ "learning_rate": 2.2793759250531504e-06,
1402
+ "loss": 1.1764,
1403
+ "step": 190
1404
+ },
1405
+ {
1406
+ "epoch": 2.0,
1407
+ "grad_norm": 0.11111535131931305,
1408
+ "learning_rate": 2.2647375029010575e-06,
1409
+ "loss": 1.1347,
1410
+ "step": 191
1411
+ },
1412
+ {
1413
+ "epoch": 2.0106382978723403,
1414
+ "grad_norm": 0.10596352070569992,
1415
+ "learning_rate": 2.25e-06,
1416
+ "loss": 1.1623,
1417
+ "step": 192
1418
+ },
1419
+ {
1420
+ "epoch": 2.0106382978723403,
1421
+ "eval_loss": 1.560809850692749,
1422
+ "eval_runtime": 4.8693,
1423
+ "eval_samples_per_second": 21.564,
1424
+ "eval_steps_per_second": 10.885,
1425
+ "step": 192
1426
+ },
1427
+ {
1428
+ "epoch": 2.0212765957446805,
1429
+ "grad_norm": 0.08630727976560593,
1430
+ "learning_rate": 2.235165325767026e-06,
1431
+ "loss": 1.1733,
1432
+ "step": 193
1433
+ },
1434
+ {
1435
+ "epoch": 2.0319148936170213,
1436
+ "grad_norm": 0.3629175126552582,
1437
+ "learning_rate": 2.2202354022088735e-06,
1438
+ "loss": 1.1114,
1439
+ "step": 194
1440
+ },
1441
+ {
1442
+ "epoch": 2.0106382978723403,
1443
+ "grad_norm": 0.12061420828104019,
1444
+ "learning_rate": 2.2052121636729527e-06,
1445
+ "loss": 1.1813,
1446
+ "step": 195
1447
+ },
1448
+ {
1449
+ "epoch": 2.021276595744681,
1450
+ "grad_norm": 0.12194402515888214,
1451
+ "learning_rate": 2.1900975565967284e-06,
1452
+ "loss": 1.4466,
1453
+ "step": 196
1454
+ },
1455
+ {
1456
+ "epoch": 2.0319148936170213,
1457
+ "grad_norm": 0.09581239521503448,
1458
+ "learning_rate": 2.1748935392555347e-06,
1459
+ "loss": 1.1863,
1460
+ "step": 197
1461
+ },
1462
+ {
1463
+ "epoch": 2.0425531914893615,
1464
+ "grad_norm": 0.12056192755699158,
1465
+ "learning_rate": 2.1596020815088587e-06,
1466
+ "loss": 1.5781,
1467
+ "step": 198
1468
+ },
1469
+ {
1470
+ "epoch": 2.0531914893617023,
1471
+ "grad_norm": 0.10989479720592499,
1472
+ "learning_rate": 2.1442251645451233e-06,
1473
+ "loss": 1.2638,
1474
+ "step": 199
1475
+ },
1476
+ {
1477
+ "epoch": 2.0638297872340425,
1478
+ "grad_norm": 0.1273481398820877,
1479
+ "learning_rate": 2.1287647806249964e-06,
1480
+ "loss": 1.1346,
1481
+ "step": 200
1482
+ },
1483
+ {
1484
+ "epoch": 2.074468085106383,
1485
+ "grad_norm": 0.11547158658504486,
1486
+ "learning_rate": 2.1132229328232755e-06,
1487
+ "loss": 1.124,
1488
+ "step": 201
1489
+ },
1490
+ {
1491
+ "epoch": 2.0851063829787235,
1492
+ "grad_norm": 0.12033279985189438,
1493
+ "learning_rate": 2.0976016347693624e-06,
1494
+ "loss": 1.2695,
1495
+ "step": 202
1496
+ },
1497
+ {
1498
+ "epoch": 2.095744680851064,
1499
+ "grad_norm": 0.11929858475923538,
1500
+ "learning_rate": 2.0819029103863746e-06,
1501
+ "loss": 1.1885,
1502
+ "step": 203
1503
+ },
1504
+ {
1505
+ "epoch": 2.106382978723404,
1506
+ "grad_norm": 0.10733456164598465,
1507
+ "learning_rate": 2.0661287936289213e-06,
1508
+ "loss": 1.3742,
1509
+ "step": 204
1510
+ },
1511
+ {
1512
+ "epoch": 2.117021276595745,
1513
+ "grad_norm": 0.12037491053342819,
1514
+ "learning_rate": 2.050281328219585e-06,
1515
+ "loss": 1.1911,
1516
+ "step": 205
1517
+ },
1518
+ {
1519
+ "epoch": 2.127659574468085,
1520
+ "grad_norm": 0.12621213495731354,
1521
+ "learning_rate": 2.0343625673841254e-06,
1522
+ "loss": 1.1241,
1523
+ "step": 206
1524
+ },
1525
+ {
1526
+ "epoch": 2.1382978723404253,
1527
+ "grad_norm": 0.15265725553035736,
1528
+ "learning_rate": 2.018374573585467e-06,
1529
+ "loss": 1.4419,
1530
+ "step": 207
1531
+ },
1532
+ {
1533
+ "epoch": 2.148936170212766,
1534
+ "grad_norm": 0.10528834164142609,
1535
+ "learning_rate": 2.0023194182564793e-06,
1536
+ "loss": 1.2211,
1537
+ "step": 208
1538
+ },
1539
+ {
1540
+ "epoch": 2.1595744680851063,
1541
+ "grad_norm": 0.11791864037513733,
1542
+ "learning_rate": 1.986199181531599e-06,
1543
+ "loss": 1.2159,
1544
+ "step": 209
1545
+ },
1546
+ {
1547
+ "epoch": 2.1702127659574466,
1548
+ "grad_norm": 0.1230137050151825,
1549
+ "learning_rate": 1.9700159519773233e-06,
1550
+ "loss": 1.2687,
1551
+ "step": 210
1552
+ },
1553
+ {
1554
+ "epoch": 2.1808510638297873,
1555
+ "grad_norm": 0.11243241280317307,
1556
+ "learning_rate": 1.9537718263216137e-06,
1557
+ "loss": 1.2008,
1558
+ "step": 211
1559
+ },
1560
+ {
1561
+ "epoch": 2.1914893617021276,
1562
+ "grad_norm": 0.13040384650230408,
1563
+ "learning_rate": 1.9374689091822377e-06,
1564
+ "loss": 1.2937,
1565
+ "step": 212
1566
+ },
1567
+ {
1568
+ "epoch": 2.202127659574468,
1569
+ "grad_norm": 0.096621572971344,
1570
+ "learning_rate": 1.9211093127940917e-06,
1571
+ "loss": 1.1315,
1572
+ "step": 213
1573
+ },
1574
+ {
1575
+ "epoch": 2.2127659574468086,
1576
+ "grad_norm": 0.10366329550743103,
1577
+ "learning_rate": 1.9046951567355363e-06,
1578
+ "loss": 1.1998,
1579
+ "step": 214
1580
+ },
1581
+ {
1582
+ "epoch": 2.223404255319149,
1583
+ "grad_norm": 0.13266436755657196,
1584
+ "learning_rate": 1.888228567653781e-06,
1585
+ "loss": 1.2169,
1586
+ "step": 215
1587
+ },
1588
+ {
1589
+ "epoch": 2.2340425531914896,
1590
+ "grad_norm": 0.12041480094194412,
1591
+ "learning_rate": 1.87171167898935e-06,
1592
+ "loss": 1.2679,
1593
+ "step": 216
1594
+ },
1595
+ {
1596
+ "epoch": 2.2340425531914896,
1597
+ "eval_loss": 1.557094931602478,
1598
+ "eval_runtime": 3.8276,
1599
+ "eval_samples_per_second": 27.432,
1600
+ "eval_steps_per_second": 13.847,
1601
+ "step": 216
1602
+ },
1603
+ {
1604
+ "epoch": 2.24468085106383,
1605
+ "grad_norm": 0.11926256865262985,
1606
+ "learning_rate": 1.8551466306996702e-06,
1607
+ "loss": 1.2496,
1608
+ "step": 217
1609
+ },
1610
+ {
1611
+ "epoch": 2.25531914893617,
1612
+ "grad_norm": 0.11768142879009247,
1613
+ "learning_rate": 1.838535568981816e-06,
1614
+ "loss": 1.2793,
1615
+ "step": 218
1616
+ },
1617
+ {
1618
+ "epoch": 2.2659574468085104,
1619
+ "grad_norm": 0.09850093722343445,
1620
+ "learning_rate": 1.821880645994443e-06,
1621
+ "loss": 1.1712,
1622
+ "step": 219
1623
+ },
1624
+ {
1625
+ "epoch": 2.276595744680851,
1626
+ "grad_norm": 0.11399635672569275,
1627
+ "learning_rate": 1.8051840195789509e-06,
1628
+ "loss": 1.3151,
1629
+ "step": 220
1630
+ },
1631
+ {
1632
+ "epoch": 2.2872340425531914,
1633
+ "grad_norm": 0.10654745250940323,
1634
+ "learning_rate": 1.788447852979909e-06,
1635
+ "loss": 1.1726,
1636
+ "step": 221
1637
+ },
1638
+ {
1639
+ "epoch": 2.297872340425532,
1640
+ "grad_norm": 0.12983720004558563,
1641
+ "learning_rate": 1.7716743145647837e-06,
1642
+ "loss": 1.2158,
1643
+ "step": 222
1644
+ },
1645
+ {
1646
+ "epoch": 2.3085106382978724,
1647
+ "grad_norm": 0.08331640809774399,
1648
+ "learning_rate": 1.754865577543e-06,
1649
+ "loss": 0.8472,
1650
+ "step": 223
1651
+ },
1652
+ {
1653
+ "epoch": 2.3191489361702127,
1654
+ "grad_norm": 0.11662207543849945,
1655
+ "learning_rate": 1.738023819684377e-06,
1656
+ "loss": 1.2938,
1657
+ "step": 224
1658
+ },
1659
+ {
1660
+ "epoch": 2.329787234042553,
1661
+ "grad_norm": 0.13265132904052734,
1662
+ "learning_rate": 1.7211512230369716e-06,
1663
+ "loss": 1.3288,
1664
+ "step": 225
1665
+ },
1666
+ {
1667
+ "epoch": 2.3404255319148937,
1668
+ "grad_norm": 0.10342156141996384,
1669
+ "learning_rate": 1.7042499736443702e-06,
1670
+ "loss": 1.2352,
1671
+ "step": 226
1672
+ },
1673
+ {
1674
+ "epoch": 2.351063829787234,
1675
+ "grad_norm": 0.10495639592409134,
1676
+ "learning_rate": 1.6873222612624575e-06,
1677
+ "loss": 1.1748,
1678
+ "step": 227
1679
+ },
1680
+ {
1681
+ "epoch": 2.3617021276595747,
1682
+ "grad_norm": 0.1564377248287201,
1683
+ "learning_rate": 1.6703702790757123e-06,
1684
+ "loss": 1.4071,
1685
+ "step": 228
1686
+ },
1687
+ {
1688
+ "epoch": 2.372340425531915,
1689
+ "grad_norm": 0.11000990867614746,
1690
+ "learning_rate": 1.6533962234130513e-06,
1691
+ "loss": 1.2102,
1692
+ "step": 229
1693
+ },
1694
+ {
1695
+ "epoch": 2.382978723404255,
1696
+ "grad_norm": 0.12565018236637115,
1697
+ "learning_rate": 1.6364022934632706e-06,
1698
+ "loss": 1.4047,
1699
+ "step": 230
1700
+ },
1701
+ {
1702
+ "epoch": 2.393617021276596,
1703
+ "grad_norm": 0.11519981920719147,
1704
+ "learning_rate": 1.6193906909901133e-06,
1705
+ "loss": 1.3905,
1706
+ "step": 231
1707
+ },
1708
+ {
1709
+ "epoch": 2.404255319148936,
1710
+ "grad_norm": 0.12704767286777496,
1711
+ "learning_rate": 1.6023636200470066e-06,
1712
+ "loss": 1.0632,
1713
+ "step": 232
1714
+ },
1715
+ {
1716
+ "epoch": 2.4148936170212765,
1717
+ "grad_norm": 0.11226076632738113,
1718
+ "learning_rate": 1.5853232866915004e-06,
1719
+ "loss": 1.2448,
1720
+ "step": 233
1721
+ },
1722
+ {
1723
+ "epoch": 2.425531914893617,
1724
+ "grad_norm": 0.11282170563936234,
1725
+ "learning_rate": 1.5682718986994457e-06,
1726
+ "loss": 1.5068,
1727
+ "step": 234
1728
+ },
1729
+ {
1730
+ "epoch": 2.4361702127659575,
1731
+ "grad_norm": 0.09763903170824051,
1732
+ "learning_rate": 1.5512116652789518e-06,
1733
+ "loss": 1.2398,
1734
+ "step": 235
1735
+ },
1736
+ {
1737
+ "epoch": 2.4468085106382977,
1738
+ "grad_norm": 0.11640322953462601,
1739
+ "learning_rate": 1.5341447967841585e-06,
1740
+ "loss": 1.3176,
1741
+ "step": 236
1742
+ },
1743
+ {
1744
+ "epoch": 2.4574468085106385,
1745
+ "grad_norm": 0.12292848527431488,
1746
+ "learning_rate": 1.5170735044288565e-06,
1747
+ "loss": 1.8823,
1748
+ "step": 237
1749
+ },
1750
+ {
1751
+ "epoch": 2.4680851063829787,
1752
+ "grad_norm": 0.12308197468519211,
1753
+ "learning_rate": 1.5e-06,
1754
+ "loss": 1.14,
1755
+ "step": 238
1756
+ },
1757
+ {
1758
+ "epoch": 2.478723404255319,
1759
+ "grad_norm": 0.11871509999036789,
1760
+ "learning_rate": 1.4829264955711436e-06,
1761
+ "loss": 1.2753,
1762
+ "step": 239
1763
+ },
1764
+ {
1765
+ "epoch": 2.4893617021276597,
1766
+ "grad_norm": 0.14034831523895264,
1767
+ "learning_rate": 1.4658552032158414e-06,
1768
+ "loss": 1.2845,
1769
+ "step": 240
1770
+ },
1771
+ {
1772
+ "epoch": 2.4893617021276597,
1773
+ "eval_loss": 1.5537203550338745,
1774
+ "eval_runtime": 5.1489,
1775
+ "eval_samples_per_second": 20.393,
1776
+ "eval_steps_per_second": 10.294,
1777
+ "step": 240
1778
+ },
1779
+ {
1780
+ "epoch": 2.5,
1781
+ "grad_norm": 0.12317660450935364,
1782
+ "learning_rate": 1.4487883347210483e-06,
1783
+ "loss": 1.2742,
1784
+ "step": 241
1785
+ },
1786
+ {
1787
+ "epoch": 2.5106382978723403,
1788
+ "grad_norm": 0.11180029809474945,
1789
+ "learning_rate": 1.431728101300555e-06,
1790
+ "loss": 1.3743,
1791
+ "step": 242
1792
+ },
1793
+ {
1794
+ "epoch": 2.521276595744681,
1795
+ "grad_norm": 0.12544095516204834,
1796
+ "learning_rate": 1.4146767133085e-06,
1797
+ "loss": 1.2935,
1798
+ "step": 243
1799
+ },
1800
+ {
1801
+ "epoch": 2.5319148936170213,
1802
+ "grad_norm": 0.12283220142126083,
1803
+ "learning_rate": 1.3976363799529937e-06,
1804
+ "loss": 1.2529,
1805
+ "step": 244
1806
+ },
1807
+ {
1808
+ "epoch": 2.5425531914893615,
1809
+ "grad_norm": 0.1375051885843277,
1810
+ "learning_rate": 1.3806093090098872e-06,
1811
+ "loss": 1.2907,
1812
+ "step": 245
1813
+ },
1814
+ {
1815
+ "epoch": 2.5531914893617023,
1816
+ "grad_norm": 0.10762558877468109,
1817
+ "learning_rate": 1.3635977065367295e-06,
1818
+ "loss": 1.1548,
1819
+ "step": 246
1820
+ },
1821
+ {
1822
+ "epoch": 2.5638297872340425,
1823
+ "grad_norm": 0.12075044959783554,
1824
+ "learning_rate": 1.3466037765869486e-06,
1825
+ "loss": 1.2208,
1826
+ "step": 247
1827
+ },
1828
+ {
1829
+ "epoch": 2.574468085106383,
1830
+ "grad_norm": 0.11484728753566742,
1831
+ "learning_rate": 1.3296297209242874e-06,
1832
+ "loss": 1.1182,
1833
+ "step": 248
1834
+ },
1835
+ {
1836
+ "epoch": 2.5851063829787235,
1837
+ "grad_norm": 0.11546777188777924,
1838
+ "learning_rate": 1.312677738737543e-06,
1839
+ "loss": 1.4478,
1840
+ "step": 249
1841
+ },
1842
+ {
1843
+ "epoch": 2.595744680851064,
1844
+ "grad_norm": 0.12128724902868271,
1845
+ "learning_rate": 1.2957500263556303e-06,
1846
+ "loss": 1.3132,
1847
+ "step": 250
1848
+ },
1849
+ {
1850
+ "epoch": 2.6063829787234045,
1851
+ "grad_norm": 0.09233469516038895,
1852
+ "learning_rate": 1.2788487769630284e-06,
1853
+ "loss": 1.0863,
1854
+ "step": 251
1855
+ },
1856
+ {
1857
+ "epoch": 2.617021276595745,
1858
+ "grad_norm": 0.12085112929344177,
1859
+ "learning_rate": 1.261976180315623e-06,
1860
+ "loss": 1.2855,
1861
+ "step": 252
1862
+ },
1863
+ {
1864
+ "epoch": 2.627659574468085,
1865
+ "grad_norm": 0.12655006349086761,
1866
+ "learning_rate": 1.2451344224570002e-06,
1867
+ "loss": 1.2691,
1868
+ "step": 253
1869
+ },
1870
+ {
1871
+ "epoch": 2.6382978723404253,
1872
+ "grad_norm": 0.12646865844726562,
1873
+ "learning_rate": 1.2283256854352162e-06,
1874
+ "loss": 1.2194,
1875
+ "step": 254
1876
+ },
1877
+ {
1878
+ "epoch": 2.648936170212766,
1879
+ "grad_norm": 0.1081186905503273,
1880
+ "learning_rate": 1.2115521470200911e-06,
1881
+ "loss": 1.2551,
1882
+ "step": 255
1883
+ },
1884
+ {
1885
+ "epoch": 2.6595744680851063,
1886
+ "grad_norm": 0.12278001755475998,
1887
+ "learning_rate": 1.1948159804210496e-06,
1888
+ "loss": 1.3049,
1889
+ "step": 256
1890
+ },
1891
+ {
1892
+ "epoch": 2.670212765957447,
1893
+ "grad_norm": 0.09346724301576614,
1894
+ "learning_rate": 1.1781193540055573e-06,
1895
+ "loss": 1.1507,
1896
+ "step": 257
1897
+ },
1898
+ {
1899
+ "epoch": 2.6808510638297873,
1900
+ "grad_norm": 0.10679617524147034,
1901
+ "learning_rate": 1.1614644310181842e-06,
1902
+ "loss": 1.2971,
1903
+ "step": 258
1904
+ },
1905
+ {
1906
+ "epoch": 2.6914893617021276,
1907
+ "grad_norm": 0.11394444108009338,
1908
+ "learning_rate": 1.14485336930033e-06,
1909
+ "loss": 1.2133,
1910
+ "step": 259
1911
+ },
1912
+ {
1913
+ "epoch": 2.702127659574468,
1914
+ "grad_norm": 0.1416221708059311,
1915
+ "learning_rate": 1.1282883210106503e-06,
1916
+ "loss": 1.2132,
1917
+ "step": 260
1918
+ },
1919
+ {
1920
+ "epoch": 2.7127659574468086,
1921
+ "grad_norm": 0.09133229404687881,
1922
+ "learning_rate": 1.1117714323462188e-06,
1923
+ "loss": 1.17,
1924
+ "step": 261
1925
+ },
1926
+ {
1927
+ "epoch": 2.723404255319149,
1928
+ "grad_norm": 0.10997346043586731,
1929
+ "learning_rate": 1.0953048432644634e-06,
1930
+ "loss": 1.1443,
1931
+ "step": 262
1932
+ },
1933
+ {
1934
+ "epoch": 2.7340425531914896,
1935
+ "grad_norm": 0.11233331263065338,
1936
+ "learning_rate": 1.0788906872059088e-06,
1937
+ "loss": 1.3383,
1938
+ "step": 263
1939
+ },
1940
+ {
1941
+ "epoch": 2.74468085106383,
1942
+ "grad_norm": 0.11798594146966934,
1943
+ "learning_rate": 1.0625310908177626e-06,
1944
+ "loss": 1.1226,
1945
+ "step": 264
1946
+ },
1947
+ {
1948
+ "epoch": 2.74468085106383,
1949
+ "eval_loss": 1.5516207218170166,
1950
+ "eval_runtime": 4.7557,
1951
+ "eval_samples_per_second": 22.079,
1952
+ "eval_steps_per_second": 11.145,
1953
+ "step": 264
1954
+ },
1955
+ {
1956
+ "epoch": 2.75531914893617,
1957
+ "grad_norm": 0.12637464702129364,
1958
+ "learning_rate": 1.0462281736783864e-06,
1959
+ "loss": 1.4182,
1960
+ "step": 265
1961
+ },
1962
+ {
1963
+ "epoch": 2.7659574468085104,
1964
+ "grad_norm": 0.11374552547931671,
1965
+ "learning_rate": 1.0299840480226768e-06,
1966
+ "loss": 1.2926,
1967
+ "step": 266
1968
+ },
1969
+ {
1970
+ "epoch": 2.776595744680851,
1971
+ "grad_norm": 0.13765357434749603,
1972
+ "learning_rate": 1.0138008184684011e-06,
1973
+ "loss": 1.3036,
1974
+ "step": 267
1975
+ },
1976
+ {
1977
+ "epoch": 2.7872340425531914,
1978
+ "grad_norm": 0.1168639063835144,
1979
+ "learning_rate": 9.976805817435208e-07,
1980
+ "loss": 1.2854,
1981
+ "step": 268
1982
+ },
1983
+ {
1984
+ "epoch": 2.797872340425532,
1985
+ "grad_norm": 0.11609431356191635,
1986
+ "learning_rate": 9.816254264145328e-07,
1987
+ "loss": 1.2832,
1988
+ "step": 269
1989
+ },
1990
+ {
1991
+ "epoch": 2.8085106382978724,
1992
+ "grad_norm": 0.11090860515832901,
1993
+ "learning_rate": 9.656374326158753e-07,
1994
+ "loss": 1.4098,
1995
+ "step": 270
1996
+ },
1997
+ {
1998
+ "epoch": 2.8191489361702127,
1999
+ "grad_norm": 0.12376827001571655,
2000
+ "learning_rate": 9.497186717804155e-07,
2001
+ "loss": 1.2335,
2002
+ "step": 271
2003
+ },
2004
+ {
2005
+ "epoch": 2.829787234042553,
2006
+ "grad_norm": 0.11905582994222641,
2007
+ "learning_rate": 9.338712063710786e-07,
2008
+ "loss": 1.1991,
2009
+ "step": 272
2010
+ },
2011
+ {
2012
+ "epoch": 2.8404255319148937,
2013
+ "grad_norm": 0.09383586794137955,
2014
+ "learning_rate": 9.180970896136258e-07,
2015
+ "loss": 1.1715,
2016
+ "step": 273
2017
+ },
2018
+ {
2019
+ "epoch": 2.851063829787234,
2020
+ "grad_norm": 0.14080052077770233,
2021
+ "learning_rate": 9.023983652306379e-07,
2022
+ "loss": 1.3227,
2023
+ "step": 274
2024
+ },
2025
+ {
2026
+ "epoch": 2.8617021276595747,
2027
+ "grad_norm": 0.10943106561899185,
2028
+ "learning_rate": 8.867770671767246e-07,
2029
+ "loss": 0.9774,
2030
+ "step": 275
2031
+ },
2032
+ {
2033
+ "epoch": 2.872340425531915,
2034
+ "grad_norm": 0.093683160841465,
2035
+ "learning_rate": 8.712352193750043e-07,
2036
+ "loss": 1.053,
2037
+ "step": 276
2038
+ },
2039
+ {
2040
+ "epoch": 2.882978723404255,
2041
+ "grad_norm": 0.1352389007806778,
2042
+ "learning_rate": 8.557748354548773e-07,
2043
+ "loss": 1.2713,
2044
+ "step": 277
2045
+ },
2046
+ {
2047
+ "epoch": 2.8936170212765955,
2048
+ "grad_norm": 0.09906943887472153,
2049
+ "learning_rate": 8.403979184911411e-07,
2050
+ "loss": 1.3128,
2051
+ "step": 278
2052
+ },
2053
+ {
2054
+ "epoch": 2.904255319148936,
2055
+ "grad_norm": 0.13467717170715332,
2056
+ "learning_rate": 8.251064607444658e-07,
2057
+ "loss": 1.4274,
2058
+ "step": 279
2059
+ },
2060
+ {
2061
+ "epoch": 2.9148936170212765,
2062
+ "grad_norm": 0.11490917205810547,
2063
+ "learning_rate": 8.099024434032718e-07,
2064
+ "loss": 1.307,
2065
+ "step": 280
2066
+ },
2067
+ {
2068
+ "epoch": 2.925531914893617,
2069
+ "grad_norm": 0.10982628166675568,
2070
+ "learning_rate": 7.947878363270472e-07,
2071
+ "loss": 1.0661,
2072
+ "step": 281
2073
+ },
2074
+ {
2075
+ "epoch": 2.9361702127659575,
2076
+ "grad_norm": 0.13426214456558228,
2077
+ "learning_rate": 7.797645977911268e-07,
2078
+ "loss": 1.3296,
2079
+ "step": 282
2080
+ }
2081
+ ],
2082
+ "logging_steps": 1,
2083
+ "max_steps": 376,
2084
+ "num_input_tokens_seen": 0,
2085
+ "num_train_epochs": 4,
2086
+ "save_steps": 94,
2087
+ "stateful_callbacks": {
2088
+ "TrainerControl": {
2089
+ "args": {
2090
+ "should_epoch_stop": false,
2091
+ "should_evaluate": false,
2092
+ "should_log": false,
2093
+ "should_save": true,
2094
+ "should_training_stop": false
2095
+ },
2096
+ "attributes": {}
2097
+ }
2098
+ },
2099
+ "total_flos": 9461272877727744.0,
2100
+ "train_batch_size": 2,
2101
+ "trial_name": null,
2102
+ "trial_params": null
2103
+ }
checkpoint-282/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3385717d244ba6cd34f9a94de02b9440c435857ff1e640e8a1c7255c180c1b8
3
+ size 6008
checkpoint-282/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-324/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-4k-instruct
3
+ library_name: peft
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.11.2.dev0
checkpoint-324/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "o_proj",
24
+ "gate_up_proj",
25
+ "qkv_proj",
26
+ "down_proj"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
checkpoint-324/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450c5055417c50939d32c80db4a4b656712794f22a29f2ae01c007d7b10bcd56
3
+ size 402688040
checkpoint-324/added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32001,
3
+ "<|endoftext|>": 32000,
4
+ "<|end|>": 32007,
5
+ "<|placeholder1|>": 32002,
6
+ "<|placeholder2|>": 32003,
7
+ "<|placeholder3|>": 32004,
8
+ "<|placeholder4|>": 32005,
9
+ "<|placeholder5|>": 32008,
10
+ "<|placeholder6|>": 32009,
11
+ "<|system|>": 32006,
12
+ "<|user|>": 32010
13
+ }
checkpoint-324/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ea31bccc923bc601ff2314732051b5c2d231173b642a0c175279df76e12b83
3
+ size 805522170
checkpoint-324/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa08f3f212478dc7ee8cdc1742e7f2dc2f50a9a13429d910204a3a1ffb64e01f
3
+ size 14244
checkpoint-324/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def10f269a877032ce1cdcca0b0f5da148792e1f6c30ae3702db6d838ebe5973
3
+ size 1064
checkpoint-324/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": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
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-324/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-324/tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
checkpoint-324/tokenizer_config.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
26
+ "single_word": false,
27
+ "special": false
28
+ },
29
+ "32000": {
30
+ "content": "<|endoftext|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|assistant|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": true,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32002": {
46
+ "content": "<|placeholder1|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": true,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "32003": {
54
+ "content": "<|placeholder2|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": true,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "32004": {
62
+ "content": "<|placeholder3|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": true,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "32005": {
70
+ "content": "<|placeholder4|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": true,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "32006": {
78
+ "content": "<|system|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": true,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "32007": {
86
+ "content": "<|end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": true,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "32008": {
94
+ "content": "<|placeholder5|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": true,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "32009": {
102
+ "content": "<|placeholder6|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": true,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "32010": {
110
+ "content": "<|user|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": true,
114
+ "single_word": false,
115
+ "special": true
116
+ }
117
+ },
118
+ "bos_token": "<s>",
119
+ "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
120
+ "clean_up_tokenization_spaces": false,
121
+ "eos_token": "<|endoftext|>",
122
+ "legacy": false,
123
+ "model_max_length": 4096,
124
+ "pad_token": "<|endoftext|>",
125
+ "padding_side": "left",
126
+ "sp_model_kwargs": {},
127
+ "tokenizer_class": "LlamaTokenizer",
128
+ "unk_token": "<unk>",
129
+ "use_default_system_prompt": false
130
+ }
checkpoint-324/trainer_state.json ADDED
@@ -0,0 +1,2405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.9444444444444446,
5
+ "eval_steps": 27,
6
+ "global_step": 324,
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.009259259259259259,
13
+ "grad_norm": 3.136354684829712,
14
+ "learning_rate": 3.0000000000000004e-08,
15
+ "loss": 7.126,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.009259259259259259,
20
+ "eval_loss": 5.272334098815918,
21
+ "eval_runtime": 10.9491,
22
+ "eval_samples_per_second": 9.59,
23
+ "eval_steps_per_second": 9.59,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.018518518518518517,
28
+ "grad_norm": 1.6424509286880493,
29
+ "learning_rate": 6.000000000000001e-08,
30
+ "loss": 6.2434,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.027777777777777776,
35
+ "grad_norm": 1.3273869752883911,
36
+ "learning_rate": 9e-08,
37
+ "loss": 5.851,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.037037037037037035,
42
+ "grad_norm": 1.9482982158660889,
43
+ "learning_rate": 1.2000000000000002e-07,
44
+ "loss": 7.0582,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.046296296296296294,
49
+ "grad_norm": 2.214090347290039,
50
+ "learning_rate": 1.5000000000000002e-07,
51
+ "loss": 6.2122,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.05555555555555555,
56
+ "grad_norm": 1.6521217823028564,
57
+ "learning_rate": 1.8e-07,
58
+ "loss": 6.0318,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.06481481481481481,
63
+ "grad_norm": 1.2911734580993652,
64
+ "learning_rate": 2.1000000000000003e-07,
65
+ "loss": 6.1264,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.07407407407407407,
70
+ "grad_norm": 1.2651853561401367,
71
+ "learning_rate": 2.4000000000000003e-07,
72
+ "loss": 5.6821,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.08333333333333333,
77
+ "grad_norm": 1.2058266401290894,
78
+ "learning_rate": 2.7e-07,
79
+ "loss": 5.7295,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.09259259259259259,
84
+ "grad_norm": 2.896589994430542,
85
+ "learning_rate": 3.0000000000000004e-07,
86
+ "loss": 7.4781,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.10185185185185185,
91
+ "grad_norm": 1.313854694366455,
92
+ "learning_rate": 3.3e-07,
93
+ "loss": 6.1254,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.1111111111111111,
98
+ "grad_norm": 2.281994104385376,
99
+ "learning_rate": 3.6e-07,
100
+ "loss": 6.683,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.12037037037037036,
105
+ "grad_norm": 1.2343209981918335,
106
+ "learning_rate": 3.9e-07,
107
+ "loss": 6.2304,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.12962962962962962,
112
+ "grad_norm": 1.3297009468078613,
113
+ "learning_rate": 4.2000000000000006e-07,
114
+ "loss": 6.2013,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.1388888888888889,
119
+ "grad_norm": 1.9952207803726196,
120
+ "learning_rate": 4.5e-07,
121
+ "loss": 6.9842,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.14814814814814814,
126
+ "grad_norm": 1.3968197107315063,
127
+ "learning_rate": 4.800000000000001e-07,
128
+ "loss": 6.2524,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.1574074074074074,
133
+ "grad_norm": 4.7724127769470215,
134
+ "learning_rate": 5.100000000000001e-07,
135
+ "loss": 8.551,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.16666666666666666,
140
+ "grad_norm": 0.9988604187965393,
141
+ "learning_rate": 5.4e-07,
142
+ "loss": 5.5391,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.17592592592592593,
147
+ "grad_norm": 1.2599544525146484,
148
+ "learning_rate": 5.7e-07,
149
+ "loss": 6.4559,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.18518518518518517,
154
+ "grad_norm": 1.984928846359253,
155
+ "learning_rate": 6.000000000000001e-07,
156
+ "loss": 6.954,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.19444444444444445,
161
+ "grad_norm": 1.2283947467803955,
162
+ "learning_rate": 6.3e-07,
163
+ "loss": 6.1821,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.2037037037037037,
168
+ "grad_norm": 2.2317938804626465,
169
+ "learning_rate": 6.6e-07,
170
+ "loss": 6.9164,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.21296296296296297,
175
+ "grad_norm": 1.5473928451538086,
176
+ "learning_rate": 6.900000000000001e-07,
177
+ "loss": 6.5494,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.2222222222222222,
182
+ "grad_norm": 1.508975625038147,
183
+ "learning_rate": 7.2e-07,
184
+ "loss": 6.4025,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.23148148148148148,
189
+ "grad_norm": 2.4396748542785645,
190
+ "learning_rate": 7.5e-07,
191
+ "loss": 7.2659,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.24074074074074073,
196
+ "grad_norm": 1.1266586780548096,
197
+ "learning_rate": 7.8e-07,
198
+ "loss": 6.0911,
199
+ "step": 26
200
+ },
201
+ {
202
+ "epoch": 0.25,
203
+ "grad_norm": 1.515765905380249,
204
+ "learning_rate": 8.100000000000001e-07,
205
+ "loss": 6.503,
206
+ "step": 27
207
+ },
208
+ {
209
+ "epoch": 0.25,
210
+ "eval_loss": 5.270267963409424,
211
+ "eval_runtime": 10.4888,
212
+ "eval_samples_per_second": 10.011,
213
+ "eval_steps_per_second": 10.011,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.25925925925925924,
218
+ "grad_norm": 1.2845295667648315,
219
+ "learning_rate": 8.400000000000001e-07,
220
+ "loss": 6.3435,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.26851851851851855,
225
+ "grad_norm": 1.528168797492981,
226
+ "learning_rate": 8.699999999999999e-07,
227
+ "loss": 6.8436,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.2777777777777778,
232
+ "grad_norm": 1.555953860282898,
233
+ "learning_rate": 9e-07,
234
+ "loss": 6.404,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.28703703703703703,
239
+ "grad_norm": 1.293718934059143,
240
+ "learning_rate": 9.3e-07,
241
+ "loss": 6.0386,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.2962962962962963,
246
+ "grad_norm": 1.0446598529815674,
247
+ "learning_rate": 9.600000000000001e-07,
248
+ "loss": 5.677,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.3055555555555556,
253
+ "grad_norm": 1.3030468225479126,
254
+ "learning_rate": 9.9e-07,
255
+ "loss": 5.8789,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.3148148148148148,
260
+ "grad_norm": 1.108596682548523,
261
+ "learning_rate": 1.0200000000000002e-06,
262
+ "loss": 5.8663,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.32407407407407407,
267
+ "grad_norm": 1.833085536956787,
268
+ "learning_rate": 1.05e-06,
269
+ "loss": 5.7367,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.3333333333333333,
274
+ "grad_norm": 1.561715006828308,
275
+ "learning_rate": 1.08e-06,
276
+ "loss": 6.2266,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.3425925925925926,
281
+ "grad_norm": 1.6098933219909668,
282
+ "learning_rate": 1.11e-06,
283
+ "loss": 6.3335,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.35185185185185186,
288
+ "grad_norm": 1.6193208694458008,
289
+ "learning_rate": 1.14e-06,
290
+ "loss": 6.3869,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.3611111111111111,
295
+ "grad_norm": 1.5229904651641846,
296
+ "learning_rate": 1.17e-06,
297
+ "loss": 6.0453,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.37037037037037035,
302
+ "grad_norm": 1.511690616607666,
303
+ "learning_rate": 1.2000000000000002e-06,
304
+ "loss": 6.7203,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.37962962962962965,
309
+ "grad_norm": 0.9691258668899536,
310
+ "learning_rate": 1.2299999999999999e-06,
311
+ "loss": 5.8176,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.3888888888888889,
316
+ "grad_norm": 1.1707255840301514,
317
+ "learning_rate": 1.26e-06,
318
+ "loss": 6.2779,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.39814814814814814,
323
+ "grad_norm": 1.1281574964523315,
324
+ "learning_rate": 1.29e-06,
325
+ "loss": 5.8402,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.4074074074074074,
330
+ "grad_norm": 3.945136308670044,
331
+ "learning_rate": 1.32e-06,
332
+ "loss": 7.5325,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.4166666666666667,
337
+ "grad_norm": 1.8681273460388184,
338
+ "learning_rate": 1.35e-06,
339
+ "loss": 6.3374,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.42592592592592593,
344
+ "grad_norm": 1.300478458404541,
345
+ "learning_rate": 1.3800000000000001e-06,
346
+ "loss": 5.9715,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.4351851851851852,
351
+ "grad_norm": 1.2660181522369385,
352
+ "learning_rate": 1.41e-06,
353
+ "loss": 6.0421,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.4444444444444444,
358
+ "grad_norm": 1.817872405052185,
359
+ "learning_rate": 1.44e-06,
360
+ "loss": 7.0875,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.4537037037037037,
365
+ "grad_norm": 1.6538351774215698,
366
+ "learning_rate": 1.4700000000000001e-06,
367
+ "loss": 6.1825,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 0.46296296296296297,
372
+ "grad_norm": 1.5821293592453003,
373
+ "learning_rate": 1.5e-06,
374
+ "loss": 6.0065,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.4722222222222222,
379
+ "grad_norm": 1.5061155557632446,
380
+ "learning_rate": 1.53e-06,
381
+ "loss": 5.8156,
382
+ "step": 51
383
+ },
384
+ {
385
+ "epoch": 0.48148148148148145,
386
+ "grad_norm": 1.495235562324524,
387
+ "learning_rate": 1.56e-06,
388
+ "loss": 5.792,
389
+ "step": 52
390
+ },
391
+ {
392
+ "epoch": 0.49074074074074076,
393
+ "grad_norm": 1.2974352836608887,
394
+ "learning_rate": 1.59e-06,
395
+ "loss": 6.3621,
396
+ "step": 53
397
+ },
398
+ {
399
+ "epoch": 0.5,
400
+ "grad_norm": 1.2943974733352661,
401
+ "learning_rate": 1.6200000000000002e-06,
402
+ "loss": 5.9853,
403
+ "step": 54
404
+ },
405
+ {
406
+ "epoch": 0.5,
407
+ "eval_loss": 5.2575860023498535,
408
+ "eval_runtime": 10.6855,
409
+ "eval_samples_per_second": 9.826,
410
+ "eval_steps_per_second": 9.826,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.5092592592592593,
415
+ "grad_norm": 1.0820438861846924,
416
+ "learning_rate": 1.65e-06,
417
+ "loss": 5.7026,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.5185185185185185,
422
+ "grad_norm": 1.9304187297821045,
423
+ "learning_rate": 1.6800000000000002e-06,
424
+ "loss": 6.5805,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.5277777777777778,
429
+ "grad_norm": 1.238295555114746,
430
+ "learning_rate": 1.71e-06,
431
+ "loss": 5.9397,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.5370370370370371,
436
+ "grad_norm": 1.7372101545333862,
437
+ "learning_rate": 1.7399999999999999e-06,
438
+ "loss": 5.8761,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.5462962962962963,
443
+ "grad_norm": 1.6708195209503174,
444
+ "learning_rate": 1.77e-06,
445
+ "loss": 6.0646,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.5555555555555556,
450
+ "grad_norm": 1.5075998306274414,
451
+ "learning_rate": 1.8e-06,
452
+ "loss": 6.276,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.5648148148148148,
457
+ "grad_norm": 1.4556330442428589,
458
+ "learning_rate": 1.83e-06,
459
+ "loss": 6.4906,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 0.5740740740740741,
464
+ "grad_norm": 1.2507421970367432,
465
+ "learning_rate": 1.86e-06,
466
+ "loss": 6.2285,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 0.5833333333333334,
471
+ "grad_norm": 1.1143450736999512,
472
+ "learning_rate": 1.8900000000000001e-06,
473
+ "loss": 5.7344,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 0.5925925925925926,
478
+ "grad_norm": 2.05438232421875,
479
+ "learning_rate": 1.9200000000000003e-06,
480
+ "loss": 6.85,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 0.6018518518518519,
485
+ "grad_norm": 1.104891300201416,
486
+ "learning_rate": 1.95e-06,
487
+ "loss": 6.1067,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 0.6111111111111112,
492
+ "grad_norm": 1.34933602809906,
493
+ "learning_rate": 1.98e-06,
494
+ "loss": 6.1659,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 0.6203703703703703,
499
+ "grad_norm": 1.5707837343215942,
500
+ "learning_rate": 2.0100000000000002e-06,
501
+ "loss": 6.1741,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 0.6296296296296297,
506
+ "grad_norm": 0.9905802607536316,
507
+ "learning_rate": 2.0400000000000004e-06,
508
+ "loss": 5.9072,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 0.6388888888888888,
513
+ "grad_norm": 1.134399652481079,
514
+ "learning_rate": 2.07e-06,
515
+ "loss": 5.8005,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 0.6481481481481481,
520
+ "grad_norm": 1.7359548807144165,
521
+ "learning_rate": 2.1e-06,
522
+ "loss": 6.7931,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 0.6574074074074074,
527
+ "grad_norm": 1.9637112617492676,
528
+ "learning_rate": 2.13e-06,
529
+ "loss": 6.0,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 0.6666666666666666,
534
+ "grad_norm": 1.908047080039978,
535
+ "learning_rate": 2.16e-06,
536
+ "loss": 6.9322,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 0.6759259259259259,
541
+ "grad_norm": 1.6848489046096802,
542
+ "learning_rate": 2.19e-06,
543
+ "loss": 6.3743,
544
+ "step": 73
545
+ },
546
+ {
547
+ "epoch": 0.6851851851851852,
548
+ "grad_norm": 1.158486247062683,
549
+ "learning_rate": 2.22e-06,
550
+ "loss": 5.7395,
551
+ "step": 74
552
+ },
553
+ {
554
+ "epoch": 0.6944444444444444,
555
+ "grad_norm": 2.9409470558166504,
556
+ "learning_rate": 2.25e-06,
557
+ "loss": 7.1889,
558
+ "step": 75
559
+ },
560
+ {
561
+ "epoch": 0.7037037037037037,
562
+ "grad_norm": 1.5408318042755127,
563
+ "learning_rate": 2.28e-06,
564
+ "loss": 6.5631,
565
+ "step": 76
566
+ },
567
+ {
568
+ "epoch": 0.7129629629629629,
569
+ "grad_norm": 1.3003695011138916,
570
+ "learning_rate": 2.31e-06,
571
+ "loss": 5.8228,
572
+ "step": 77
573
+ },
574
+ {
575
+ "epoch": 0.7222222222222222,
576
+ "grad_norm": 1.6015976667404175,
577
+ "learning_rate": 2.34e-06,
578
+ "loss": 6.0852,
579
+ "step": 78
580
+ },
581
+ {
582
+ "epoch": 0.7314814814814815,
583
+ "grad_norm": 1.282989501953125,
584
+ "learning_rate": 2.37e-06,
585
+ "loss": 6.0135,
586
+ "step": 79
587
+ },
588
+ {
589
+ "epoch": 0.7407407407407407,
590
+ "grad_norm": 1.3845688104629517,
591
+ "learning_rate": 2.4000000000000003e-06,
592
+ "loss": 5.9315,
593
+ "step": 80
594
+ },
595
+ {
596
+ "epoch": 0.75,
597
+ "grad_norm": 1.431152105331421,
598
+ "learning_rate": 2.43e-06,
599
+ "loss": 5.7324,
600
+ "step": 81
601
+ },
602
+ {
603
+ "epoch": 0.75,
604
+ "eval_loss": 5.23203182220459,
605
+ "eval_runtime": 10.3071,
606
+ "eval_samples_per_second": 10.187,
607
+ "eval_steps_per_second": 10.187,
608
+ "step": 81
609
+ },
610
+ {
611
+ "epoch": 0.7592592592592593,
612
+ "grad_norm": 1.7849000692367554,
613
+ "learning_rate": 2.4599999999999997e-06,
614
+ "loss": 6.3697,
615
+ "step": 82
616
+ },
617
+ {
618
+ "epoch": 0.7685185185185185,
619
+ "grad_norm": 1.2546958923339844,
620
+ "learning_rate": 2.49e-06,
621
+ "loss": 6.4323,
622
+ "step": 83
623
+ },
624
+ {
625
+ "epoch": 0.7777777777777778,
626
+ "grad_norm": 1.3903110027313232,
627
+ "learning_rate": 2.52e-06,
628
+ "loss": 6.1479,
629
+ "step": 84
630
+ },
631
+ {
632
+ "epoch": 0.7870370370370371,
633
+ "grad_norm": 1.8783302307128906,
634
+ "learning_rate": 2.55e-06,
635
+ "loss": 5.7606,
636
+ "step": 85
637
+ },
638
+ {
639
+ "epoch": 0.7962962962962963,
640
+ "grad_norm": 1.2064532041549683,
641
+ "learning_rate": 2.58e-06,
642
+ "loss": 6.0706,
643
+ "step": 86
644
+ },
645
+ {
646
+ "epoch": 0.8055555555555556,
647
+ "grad_norm": 1.9301965236663818,
648
+ "learning_rate": 2.61e-06,
649
+ "loss": 6.2393,
650
+ "step": 87
651
+ },
652
+ {
653
+ "epoch": 0.8148148148148148,
654
+ "grad_norm": 1.259318232536316,
655
+ "learning_rate": 2.64e-06,
656
+ "loss": 5.8821,
657
+ "step": 88
658
+ },
659
+ {
660
+ "epoch": 0.8240740740740741,
661
+ "grad_norm": 1.88141667842865,
662
+ "learning_rate": 2.6700000000000003e-06,
663
+ "loss": 6.8863,
664
+ "step": 89
665
+ },
666
+ {
667
+ "epoch": 0.8333333333333334,
668
+ "grad_norm": 1.1480059623718262,
669
+ "learning_rate": 2.7e-06,
670
+ "loss": 5.7941,
671
+ "step": 90
672
+ },
673
+ {
674
+ "epoch": 0.8425925925925926,
675
+ "grad_norm": 1.1357027292251587,
676
+ "learning_rate": 2.73e-06,
677
+ "loss": 5.7938,
678
+ "step": 91
679
+ },
680
+ {
681
+ "epoch": 0.8518518518518519,
682
+ "grad_norm": 1.2564626932144165,
683
+ "learning_rate": 2.7600000000000003e-06,
684
+ "loss": 5.8955,
685
+ "step": 92
686
+ },
687
+ {
688
+ "epoch": 0.8611111111111112,
689
+ "grad_norm": 1.5674831867218018,
690
+ "learning_rate": 2.7900000000000004e-06,
691
+ "loss": 6.0711,
692
+ "step": 93
693
+ },
694
+ {
695
+ "epoch": 0.8703703703703703,
696
+ "grad_norm": 2.784726142883301,
697
+ "learning_rate": 2.82e-06,
698
+ "loss": 6.9214,
699
+ "step": 94
700
+ },
701
+ {
702
+ "epoch": 0.8796296296296297,
703
+ "grad_norm": 1.2815853357315063,
704
+ "learning_rate": 2.85e-06,
705
+ "loss": 5.9669,
706
+ "step": 95
707
+ },
708
+ {
709
+ "epoch": 0.8888888888888888,
710
+ "grad_norm": 3.059992551803589,
711
+ "learning_rate": 2.88e-06,
712
+ "loss": 7.6911,
713
+ "step": 96
714
+ },
715
+ {
716
+ "epoch": 0.8981481481481481,
717
+ "grad_norm": 1.2001030445098877,
718
+ "learning_rate": 2.91e-06,
719
+ "loss": 6.1174,
720
+ "step": 97
721
+ },
722
+ {
723
+ "epoch": 0.9074074074074074,
724
+ "grad_norm": 1.685596227645874,
725
+ "learning_rate": 2.9400000000000002e-06,
726
+ "loss": 6.4517,
727
+ "step": 98
728
+ },
729
+ {
730
+ "epoch": 0.9166666666666666,
731
+ "grad_norm": 1.5668795108795166,
732
+ "learning_rate": 2.97e-06,
733
+ "loss": 6.3579,
734
+ "step": 99
735
+ },
736
+ {
737
+ "epoch": 0.9259259259259259,
738
+ "grad_norm": 1.2336190938949585,
739
+ "learning_rate": 3e-06,
740
+ "loss": 6.2871,
741
+ "step": 100
742
+ },
743
+ {
744
+ "epoch": 0.9351851851851852,
745
+ "grad_norm": 1.331573247909546,
746
+ "learning_rate": 2.9998524776393626e-06,
747
+ "loss": 5.9677,
748
+ "step": 101
749
+ },
750
+ {
751
+ "epoch": 0.9444444444444444,
752
+ "grad_norm": 1.5391007661819458,
753
+ "learning_rate": 2.9994099395745795e-06,
754
+ "loss": 6.6068,
755
+ "step": 102
756
+ },
757
+ {
758
+ "epoch": 0.9537037037037037,
759
+ "grad_norm": 4.519767761230469,
760
+ "learning_rate": 2.9986724728513302e-06,
761
+ "loss": 8.1238,
762
+ "step": 103
763
+ },
764
+ {
765
+ "epoch": 0.9629629629629629,
766
+ "grad_norm": 1.5254385471343994,
767
+ "learning_rate": 2.997640222526725e-06,
768
+ "loss": 6.4137,
769
+ "step": 104
770
+ },
771
+ {
772
+ "epoch": 0.9722222222222222,
773
+ "grad_norm": 1.28110671043396,
774
+ "learning_rate": 2.996313391640769e-06,
775
+ "loss": 5.887,
776
+ "step": 105
777
+ },
778
+ {
779
+ "epoch": 0.9814814814814815,
780
+ "grad_norm": 3.4707837104797363,
781
+ "learning_rate": 2.994692241176429e-06,
782
+ "loss": 7.9841,
783
+ "step": 106
784
+ },
785
+ {
786
+ "epoch": 0.9907407407407407,
787
+ "grad_norm": 1.5300663709640503,
788
+ "learning_rate": 2.9927770900082955e-06,
789
+ "loss": 6.2007,
790
+ "step": 107
791
+ },
792
+ {
793
+ "epoch": 1.0,
794
+ "grad_norm": 1.747676134109497,
795
+ "learning_rate": 2.9905683148398643e-06,
796
+ "loss": 6.5292,
797
+ "step": 108
798
+ },
799
+ {
800
+ "epoch": 1.0,
801
+ "eval_loss": 5.185390949249268,
802
+ "eval_runtime": 10.6897,
803
+ "eval_samples_per_second": 9.823,
804
+ "eval_steps_per_second": 9.823,
805
+ "step": 108
806
+ },
807
+ {
808
+ "epoch": 1.0092592592592593,
809
+ "grad_norm": 1.57361900806427,
810
+ "learning_rate": 2.988066350129437e-06,
811
+ "loss": 6.1537,
812
+ "step": 109
813
+ },
814
+ {
815
+ "epoch": 1.0185185185185186,
816
+ "grad_norm": 5.155310153961182,
817
+ "learning_rate": 2.9852716880046687e-06,
818
+ "loss": 7.9648,
819
+ "step": 110
820
+ },
821
+ {
822
+ "epoch": 1.0277777777777777,
823
+ "grad_norm": 1.0643362998962402,
824
+ "learning_rate": 2.982184878165763e-06,
825
+ "loss": 5.1748,
826
+ "step": 111
827
+ },
828
+ {
829
+ "epoch": 1.0092592592592593,
830
+ "grad_norm": 1.0376684665679932,
831
+ "learning_rate": 2.9788065277773537e-06,
832
+ "loss": 5.6556,
833
+ "step": 112
834
+ },
835
+ {
836
+ "epoch": 1.0185185185185186,
837
+ "grad_norm": 1.228864073753357,
838
+ "learning_rate": 2.9751373013490727e-06,
839
+ "loss": 5.7668,
840
+ "step": 113
841
+ },
842
+ {
843
+ "epoch": 1.0277777777777777,
844
+ "grad_norm": 1.7278510332107544,
845
+ "learning_rate": 2.971177920604846e-06,
846
+ "loss": 6.3775,
847
+ "step": 114
848
+ },
849
+ {
850
+ "epoch": 1.037037037037037,
851
+ "grad_norm": 1.1904284954071045,
852
+ "learning_rate": 2.9669291643409314e-06,
853
+ "loss": 5.7487,
854
+ "step": 115
855
+ },
856
+ {
857
+ "epoch": 1.0462962962962963,
858
+ "grad_norm": 2.941854238510132,
859
+ "learning_rate": 2.9623918682727352e-06,
860
+ "loss": 7.2423,
861
+ "step": 116
862
+ },
863
+ {
864
+ "epoch": 1.0555555555555556,
865
+ "grad_norm": 1.5035470724105835,
866
+ "learning_rate": 2.9575669248704265e-06,
867
+ "loss": 6.1212,
868
+ "step": 117
869
+ },
870
+ {
871
+ "epoch": 1.0648148148148149,
872
+ "grad_norm": 1.4733242988586426,
873
+ "learning_rate": 2.9524552831833926e-06,
874
+ "loss": 6.3059,
875
+ "step": 118
876
+ },
877
+ {
878
+ "epoch": 1.074074074074074,
879
+ "grad_norm": 1.3305742740631104,
880
+ "learning_rate": 2.947057948653564e-06,
881
+ "loss": 6.1691,
882
+ "step": 119
883
+ },
884
+ {
885
+ "epoch": 1.0833333333333333,
886
+ "grad_norm": 1.2160289287567139,
887
+ "learning_rate": 2.9413759829176495e-06,
888
+ "loss": 5.9701,
889
+ "step": 120
890
+ },
891
+ {
892
+ "epoch": 1.0925925925925926,
893
+ "grad_norm": 1.9012755155563354,
894
+ "learning_rate": 2.935410503598313e-06,
895
+ "loss": 6.6399,
896
+ "step": 121
897
+ },
898
+ {
899
+ "epoch": 1.1018518518518519,
900
+ "grad_norm": 1.3863564729690552,
901
+ "learning_rate": 2.9291626840843446e-06,
902
+ "loss": 6.0122,
903
+ "step": 122
904
+ },
905
+ {
906
+ "epoch": 1.1111111111111112,
907
+ "grad_norm": 1.1440134048461914,
908
+ "learning_rate": 2.9226337532998544e-06,
909
+ "loss": 5.9895,
910
+ "step": 123
911
+ },
912
+ {
913
+ "epoch": 1.1203703703703705,
914
+ "grad_norm": 1.4871304035186768,
915
+ "learning_rate": 2.9158249954625514e-06,
916
+ "loss": 6.3919,
917
+ "step": 124
918
+ },
919
+ {
920
+ "epoch": 1.1296296296296295,
921
+ "grad_norm": 1.574532389640808,
922
+ "learning_rate": 2.908737749831142e-06,
923
+ "loss": 6.489,
924
+ "step": 125
925
+ },
926
+ {
927
+ "epoch": 1.1388888888888888,
928
+ "grad_norm": 2.674992322921753,
929
+ "learning_rate": 2.9013734104419e-06,
930
+ "loss": 6.965,
931
+ "step": 126
932
+ },
933
+ {
934
+ "epoch": 1.1481481481481481,
935
+ "grad_norm": 1.4959555864334106,
936
+ "learning_rate": 2.8937334258344676e-06,
937
+ "loss": 5.8652,
938
+ "step": 127
939
+ },
940
+ {
941
+ "epoch": 1.1574074074074074,
942
+ "grad_norm": 3.064631223678589,
943
+ "learning_rate": 2.88581929876693e-06,
944
+ "loss": 7.1246,
945
+ "step": 128
946
+ },
947
+ {
948
+ "epoch": 1.1666666666666667,
949
+ "grad_norm": 1.7988754510879517,
950
+ "learning_rate": 2.8776325859202315e-06,
951
+ "loss": 6.1511,
952
+ "step": 129
953
+ },
954
+ {
955
+ "epoch": 1.175925925925926,
956
+ "grad_norm": 1.4231789112091064,
957
+ "learning_rate": 2.869174897591978e-06,
958
+ "loss": 6.0368,
959
+ "step": 130
960
+ },
961
+ {
962
+ "epoch": 1.1851851851851851,
963
+ "grad_norm": 2.6319122314453125,
964
+ "learning_rate": 2.8604478973797005e-06,
965
+ "loss": 7.1228,
966
+ "step": 131
967
+ },
968
+ {
969
+ "epoch": 1.1944444444444444,
970
+ "grad_norm": 1.4405936002731323,
971
+ "learning_rate": 2.851453301853629e-06,
972
+ "loss": 5.9765,
973
+ "step": 132
974
+ },
975
+ {
976
+ "epoch": 1.2037037037037037,
977
+ "grad_norm": 1.669622540473938,
978
+ "learning_rate": 2.842192880219049e-06,
979
+ "loss": 6.4033,
980
+ "step": 133
981
+ },
982
+ {
983
+ "epoch": 1.212962962962963,
984
+ "grad_norm": 1.1244466304779053,
985
+ "learning_rate": 2.832668453968309e-06,
986
+ "loss": 5.5845,
987
+ "step": 134
988
+ },
989
+ {
990
+ "epoch": 1.2222222222222223,
991
+ "grad_norm": 1.0342087745666504,
992
+ "learning_rate": 2.8228818965225326e-06,
993
+ "loss": 5.6106,
994
+ "step": 135
995
+ },
996
+ {
997
+ "epoch": 1.2222222222222223,
998
+ "eval_loss": 5.1238203048706055,
999
+ "eval_runtime": 10.8032,
1000
+ "eval_samples_per_second": 9.719,
1001
+ "eval_steps_per_second": 9.719,
1002
+ "step": 135
1003
+ },
1004
+ {
1005
+ "epoch": 1.2314814814814814,
1006
+ "grad_norm": 2.5150041580200195,
1007
+ "learning_rate": 2.8128351328631308e-06,
1008
+ "loss": 6.5318,
1009
+ "step": 136
1010
+ },
1011
+ {
1012
+ "epoch": 1.2407407407407407,
1013
+ "grad_norm": 1.7575809955596924,
1014
+ "learning_rate": 2.8025301391531584e-06,
1015
+ "loss": 6.225,
1016
+ "step": 137
1017
+ },
1018
+ {
1019
+ "epoch": 1.25,
1020
+ "grad_norm": 1.5736333131790161,
1021
+ "learning_rate": 2.7919689423486137e-06,
1022
+ "loss": 5.6247,
1023
+ "step": 138
1024
+ },
1025
+ {
1026
+ "epoch": 1.2592592592592593,
1027
+ "grad_norm": 0.9995443820953369,
1028
+ "learning_rate": 2.781153619799741e-06,
1029
+ "loss": 5.4866,
1030
+ "step": 139
1031
+ },
1032
+ {
1033
+ "epoch": 1.2685185185185186,
1034
+ "grad_norm": 1.7936508655548096,
1035
+ "learning_rate": 2.7700862988424264e-06,
1036
+ "loss": 6.4679,
1037
+ "step": 140
1038
+ },
1039
+ {
1040
+ "epoch": 1.2777777777777777,
1041
+ "grad_norm": 1.4072571992874146,
1042
+ "learning_rate": 2.7587691563797533e-06,
1043
+ "loss": 6.0924,
1044
+ "step": 141
1045
+ },
1046
+ {
1047
+ "epoch": 1.287037037037037,
1048
+ "grad_norm": 1.9437594413757324,
1049
+ "learning_rate": 2.747204418453818e-06,
1050
+ "loss": 6.3988,
1051
+ "step": 142
1052
+ },
1053
+ {
1054
+ "epoch": 1.2962962962962963,
1055
+ "grad_norm": 1.1792351007461548,
1056
+ "learning_rate": 2.735394359807872e-06,
1057
+ "loss": 6.0245,
1058
+ "step": 143
1059
+ },
1060
+ {
1061
+ "epoch": 1.3055555555555556,
1062
+ "grad_norm": 1.2097288370132446,
1063
+ "learning_rate": 2.7233413034388904e-06,
1064
+ "loss": 6.0232,
1065
+ "step": 144
1066
+ },
1067
+ {
1068
+ "epoch": 1.3148148148148149,
1069
+ "grad_norm": 1.5997315645217896,
1070
+ "learning_rate": 2.711047620140644e-06,
1071
+ "loss": 5.9724,
1072
+ "step": 145
1073
+ },
1074
+ {
1075
+ "epoch": 1.324074074074074,
1076
+ "grad_norm": 1.9537619352340698,
1077
+ "learning_rate": 2.6985157280373736e-06,
1078
+ "loss": 6.336,
1079
+ "step": 146
1080
+ },
1081
+ {
1082
+ "epoch": 1.3333333333333333,
1083
+ "grad_norm": 1.4596198797225952,
1084
+ "learning_rate": 2.685748092108155e-06,
1085
+ "loss": 6.2286,
1086
+ "step": 147
1087
+ },
1088
+ {
1089
+ "epoch": 1.3425925925925926,
1090
+ "grad_norm": 1.2177029848098755,
1091
+ "learning_rate": 2.6727472237020448e-06,
1092
+ "loss": 5.8753,
1093
+ "step": 148
1094
+ },
1095
+ {
1096
+ "epoch": 1.3518518518518519,
1097
+ "grad_norm": 1.5970029830932617,
1098
+ "learning_rate": 2.6595156800441053e-06,
1099
+ "loss": 6.2522,
1100
+ "step": 149
1101
+ },
1102
+ {
1103
+ "epoch": 1.3611111111111112,
1104
+ "grad_norm": 1.1032902002334595,
1105
+ "learning_rate": 2.646056063732411e-06,
1106
+ "loss": 5.795,
1107
+ "step": 150
1108
+ },
1109
+ {
1110
+ "epoch": 1.3703703703703702,
1111
+ "grad_norm": 1.10838782787323,
1112
+ "learning_rate": 2.632371022226124e-06,
1113
+ "loss": 5.4648,
1114
+ "step": 151
1115
+ },
1116
+ {
1117
+ "epoch": 1.3796296296296298,
1118
+ "grad_norm": 1.3732211589813232,
1119
+ "learning_rate": 2.6184632473247484e-06,
1120
+ "loss": 5.568,
1121
+ "step": 152
1122
+ },
1123
+ {
1124
+ "epoch": 1.3888888888888888,
1125
+ "grad_norm": 1.188904881477356,
1126
+ "learning_rate": 2.6043354746386645e-06,
1127
+ "loss": 5.8007,
1128
+ "step": 153
1129
+ },
1130
+ {
1131
+ "epoch": 1.3981481481481481,
1132
+ "grad_norm": 1.3125028610229492,
1133
+ "learning_rate": 2.5899904830510406e-06,
1134
+ "loss": 5.7965,
1135
+ "step": 154
1136
+ },
1137
+ {
1138
+ "epoch": 1.4074074074074074,
1139
+ "grad_norm": 1.2234677076339722,
1140
+ "learning_rate": 2.575431094171241e-06,
1141
+ "loss": 5.9759,
1142
+ "step": 155
1143
+ },
1144
+ {
1145
+ "epoch": 1.4166666666666667,
1146
+ "grad_norm": 2.0235507488250732,
1147
+ "learning_rate": 2.5606601717798212e-06,
1148
+ "loss": 6.5055,
1149
+ "step": 156
1150
+ },
1151
+ {
1152
+ "epoch": 1.425925925925926,
1153
+ "grad_norm": 1.3678350448608398,
1154
+ "learning_rate": 2.5456806212652348e-06,
1155
+ "loss": 5.8768,
1156
+ "step": 157
1157
+ },
1158
+ {
1159
+ "epoch": 1.4351851851851851,
1160
+ "grad_norm": 1.309804081916809,
1161
+ "learning_rate": 2.5304953890523524e-06,
1162
+ "loss": 6.0516,
1163
+ "step": 158
1164
+ },
1165
+ {
1166
+ "epoch": 1.4444444444444444,
1167
+ "grad_norm": 1.4316556453704834,
1168
+ "learning_rate": 2.5151074620229114e-06,
1169
+ "loss": 6.2186,
1170
+ "step": 159
1171
+ },
1172
+ {
1173
+ "epoch": 1.4537037037037037,
1174
+ "grad_norm": 1.308398723602295,
1175
+ "learning_rate": 2.499519866928006e-06,
1176
+ "loss": 5.9185,
1177
+ "step": 160
1178
+ },
1179
+ {
1180
+ "epoch": 1.462962962962963,
1181
+ "grad_norm": 1.7772057056427002,
1182
+ "learning_rate": 2.4837356697927366e-06,
1183
+ "loss": 6.4643,
1184
+ "step": 161
1185
+ },
1186
+ {
1187
+ "epoch": 1.4722222222222223,
1188
+ "grad_norm": 1.4515641927719116,
1189
+ "learning_rate": 2.4677579753131316e-06,
1190
+ "loss": 6.3981,
1191
+ "step": 162
1192
+ },
1193
+ {
1194
+ "epoch": 1.4722222222222223,
1195
+ "eval_loss": 5.054426193237305,
1196
+ "eval_runtime": 10.7718,
1197
+ "eval_samples_per_second": 9.748,
1198
+ "eval_steps_per_second": 9.748,
1199
+ "step": 162
1200
+ },
1201
+ {
1202
+ "epoch": 1.4814814814814814,
1203
+ "grad_norm": 2.9240331649780273,
1204
+ "learning_rate": 2.4515899262454685e-06,
1205
+ "loss": 6.8221,
1206
+ "step": 163
1207
+ },
1208
+ {
1209
+ "epoch": 1.4907407407407407,
1210
+ "grad_norm": 3.2064929008483887,
1211
+ "learning_rate": 2.4352347027881005e-06,
1212
+ "loss": 7.6826,
1213
+ "step": 164
1214
+ },
1215
+ {
1216
+ "epoch": 1.5,
1217
+ "grad_norm": 1.6117157936096191,
1218
+ "learning_rate": 2.4186955219559254e-06,
1219
+ "loss": 5.5413,
1220
+ "step": 165
1221
+ },
1222
+ {
1223
+ "epoch": 1.5092592592592593,
1224
+ "grad_norm": 1.5916537046432495,
1225
+ "learning_rate": 2.401975636947609e-06,
1226
+ "loss": 6.1638,
1227
+ "step": 166
1228
+ },
1229
+ {
1230
+ "epoch": 1.5185185185185186,
1231
+ "grad_norm": 1.6315852403640747,
1232
+ "learning_rate": 2.3850783365056922e-06,
1233
+ "loss": 6.3381,
1234
+ "step": 167
1235
+ },
1236
+ {
1237
+ "epoch": 1.5277777777777777,
1238
+ "grad_norm": 1.1859897375106812,
1239
+ "learning_rate": 2.368006944269709e-06,
1240
+ "loss": 5.7726,
1241
+ "step": 168
1242
+ },
1243
+ {
1244
+ "epoch": 1.5370370370370372,
1245
+ "grad_norm": 1.2986359596252441,
1246
+ "learning_rate": 2.3507648181224336e-06,
1247
+ "loss": 5.5423,
1248
+ "step": 169
1249
+ },
1250
+ {
1251
+ "epoch": 1.5462962962962963,
1252
+ "grad_norm": 1.3099842071533203,
1253
+ "learning_rate": 2.3333553495294033e-06,
1254
+ "loss": 6.2081,
1255
+ "step": 170
1256
+ },
1257
+ {
1258
+ "epoch": 1.5555555555555556,
1259
+ "grad_norm": 1.8448351621627808,
1260
+ "learning_rate": 2.315781962871823e-06,
1261
+ "loss": 6.4411,
1262
+ "step": 171
1263
+ },
1264
+ {
1265
+ "epoch": 1.5648148148148149,
1266
+ "grad_norm": 1.263071894645691,
1267
+ "learning_rate": 2.298048114773005e-06,
1268
+ "loss": 5.769,
1269
+ "step": 172
1270
+ },
1271
+ {
1272
+ "epoch": 1.574074074074074,
1273
+ "grad_norm": 1.4397268295288086,
1274
+ "learning_rate": 2.280157293418462e-06,
1275
+ "loss": 6.1988,
1276
+ "step": 173
1277
+ },
1278
+ {
1279
+ "epoch": 1.5833333333333335,
1280
+ "grad_norm": 1.3311412334442139,
1281
+ "learning_rate": 2.262113017869794e-06,
1282
+ "loss": 5.9678,
1283
+ "step": 174
1284
+ },
1285
+ {
1286
+ "epoch": 1.5925925925925926,
1287
+ "grad_norm": 1.5137203931808472,
1288
+ "learning_rate": 2.243918837372502e-06,
1289
+ "loss": 6.4093,
1290
+ "step": 175
1291
+ },
1292
+ {
1293
+ "epoch": 1.6018518518518519,
1294
+ "grad_norm": 2.532318115234375,
1295
+ "learning_rate": 2.22557833065786e-06,
1296
+ "loss": 6.573,
1297
+ "step": 176
1298
+ },
1299
+ {
1300
+ "epoch": 1.6111111111111112,
1301
+ "grad_norm": 1.7535362243652344,
1302
+ "learning_rate": 2.207095105238997e-06,
1303
+ "loss": 6.1462,
1304
+ "step": 177
1305
+ },
1306
+ {
1307
+ "epoch": 1.6203703703703702,
1308
+ "grad_norm": 1.3252042531967163,
1309
+ "learning_rate": 2.1884727967013063e-06,
1310
+ "loss": 5.7489,
1311
+ "step": 178
1312
+ },
1313
+ {
1314
+ "epoch": 1.6296296296296298,
1315
+ "grad_norm": 2.172076463699341,
1316
+ "learning_rate": 2.1697150679873442e-06,
1317
+ "loss": 6.3797,
1318
+ "step": 179
1319
+ },
1320
+ {
1321
+ "epoch": 1.6388888888888888,
1322
+ "grad_norm": 0.8812606334686279,
1323
+ "learning_rate": 2.150825608676337e-06,
1324
+ "loss": 5.4227,
1325
+ "step": 180
1326
+ },
1327
+ {
1328
+ "epoch": 1.6481481481481481,
1329
+ "grad_norm": 1.4979366064071655,
1330
+ "learning_rate": 2.1318081342584566e-06,
1331
+ "loss": 5.811,
1332
+ "step": 181
1333
+ },
1334
+ {
1335
+ "epoch": 1.6574074074074074,
1336
+ "grad_norm": 1.277028203010559,
1337
+ "learning_rate": 2.1126663854039945e-06,
1338
+ "loss": 5.9072,
1339
+ "step": 182
1340
+ },
1341
+ {
1342
+ "epoch": 1.6666666666666665,
1343
+ "grad_norm": 1.668641448020935,
1344
+ "learning_rate": 2.0934041272275884e-06,
1345
+ "loss": 6.1502,
1346
+ "step": 183
1347
+ },
1348
+ {
1349
+ "epoch": 1.675925925925926,
1350
+ "grad_norm": 0.8518059849739075,
1351
+ "learning_rate": 2.074025148547635e-06,
1352
+ "loss": 5.2586,
1353
+ "step": 184
1354
+ },
1355
+ {
1356
+ "epoch": 1.6851851851851851,
1357
+ "grad_norm": 1.7262235879898071,
1358
+ "learning_rate": 2.0545332611410427e-06,
1359
+ "loss": 5.9965,
1360
+ "step": 185
1361
+ },
1362
+ {
1363
+ "epoch": 1.6944444444444444,
1364
+ "grad_norm": 4.665543079376221,
1365
+ "learning_rate": 2.0349322989934695e-06,
1366
+ "loss": 7.4106,
1367
+ "step": 186
1368
+ },
1369
+ {
1370
+ "epoch": 1.7037037037037037,
1371
+ "grad_norm": 1.1285862922668457,
1372
+ "learning_rate": 2.0152261175451915e-06,
1373
+ "loss": 5.6628,
1374
+ "step": 187
1375
+ },
1376
+ {
1377
+ "epoch": 1.7129629629629628,
1378
+ "grad_norm": 1.108992338180542,
1379
+ "learning_rate": 1.9954185929327507e-06,
1380
+ "loss": 5.4876,
1381
+ "step": 188
1382
+ },
1383
+ {
1384
+ "epoch": 1.7222222222222223,
1385
+ "grad_norm": 1.1134352684020996,
1386
+ "learning_rate": 1.9755136212265323e-06,
1387
+ "loss": 5.602,
1388
+ "step": 189
1389
+ },
1390
+ {
1391
+ "epoch": 1.7222222222222223,
1392
+ "eval_loss": 4.992879867553711,
1393
+ "eval_runtime": 10.5803,
1394
+ "eval_samples_per_second": 9.924,
1395
+ "eval_steps_per_second": 9.924,
1396
+ "step": 189
1397
+ },
1398
+ {
1399
+ "epoch": 1.7314814814814814,
1400
+ "grad_norm": 1.215661883354187,
1401
+ "learning_rate": 1.9555151176644222e-06,
1402
+ "loss": 5.7391,
1403
+ "step": 190
1404
+ },
1405
+ {
1406
+ "epoch": 1.7407407407407407,
1407
+ "grad_norm": 1.2140839099884033,
1408
+ "learning_rate": 1.9354270158816935e-06,
1409
+ "loss": 5.4932,
1410
+ "step": 191
1411
+ },
1412
+ {
1413
+ "epoch": 1.75,
1414
+ "grad_norm": 1.3728704452514648,
1415
+ "learning_rate": 1.915253267137274e-06,
1416
+ "loss": 5.7001,
1417
+ "step": 192
1418
+ },
1419
+ {
1420
+ "epoch": 1.7592592592592593,
1421
+ "grad_norm": 5.121810436248779,
1422
+ "learning_rate": 1.894997839536547e-06,
1423
+ "loss": 7.9136,
1424
+ "step": 193
1425
+ },
1426
+ {
1427
+ "epoch": 1.7685185185185186,
1428
+ "grad_norm": 1.3116612434387207,
1429
+ "learning_rate": 1.8746647172508404e-06,
1430
+ "loss": 5.7987,
1431
+ "step": 194
1432
+ },
1433
+ {
1434
+ "epoch": 1.7777777777777777,
1435
+ "grad_norm": 1.1180241107940674,
1436
+ "learning_rate": 1.8542578997337519e-06,
1437
+ "loss": 5.9064,
1438
+ "step": 195
1439
+ },
1440
+ {
1441
+ "epoch": 1.7870370370370372,
1442
+ "grad_norm": 5.294866561889648,
1443
+ "learning_rate": 1.8337814009344715e-06,
1444
+ "loss": 8.2684,
1445
+ "step": 196
1446
+ },
1447
+ {
1448
+ "epoch": 1.7962962962962963,
1449
+ "grad_norm": 1.0381337404251099,
1450
+ "learning_rate": 1.813239248508255e-06,
1451
+ "loss": 5.487,
1452
+ "step": 197
1453
+ },
1454
+ {
1455
+ "epoch": 1.8055555555555556,
1456
+ "grad_norm": 1.2923859357833862,
1457
+ "learning_rate": 1.7926354830241926e-06,
1458
+ "loss": 6.0108,
1459
+ "step": 198
1460
+ },
1461
+ {
1462
+ "epoch": 1.8148148148148149,
1463
+ "grad_norm": 1.3527953624725342,
1464
+ "learning_rate": 1.7719741571704477e-06,
1465
+ "loss": 6.3468,
1466
+ "step": 199
1467
+ },
1468
+ {
1469
+ "epoch": 1.824074074074074,
1470
+ "grad_norm": 1.4213413000106812,
1471
+ "learning_rate": 1.7512593349571046e-06,
1472
+ "loss": 6.0251,
1473
+ "step": 200
1474
+ },
1475
+ {
1476
+ "epoch": 1.8333333333333335,
1477
+ "grad_norm": 1.3854726552963257,
1478
+ "learning_rate": 1.730495090916795e-06,
1479
+ "loss": 5.8197,
1480
+ "step": 201
1481
+ },
1482
+ {
1483
+ "epoch": 1.8425925925925926,
1484
+ "grad_norm": 0.9397538304328918,
1485
+ "learning_rate": 1.7096855093032494e-06,
1486
+ "loss": 5.4813,
1487
+ "step": 202
1488
+ },
1489
+ {
1490
+ "epoch": 1.8518518518518519,
1491
+ "grad_norm": 0.7849190831184387,
1492
+ "learning_rate": 1.6888346832879382e-06,
1493
+ "loss": 5.3213,
1494
+ "step": 203
1495
+ },
1496
+ {
1497
+ "epoch": 1.8611111111111112,
1498
+ "grad_norm": 1.316622018814087,
1499
+ "learning_rate": 1.6679467141549617e-06,
1500
+ "loss": 5.358,
1501
+ "step": 204
1502
+ },
1503
+ {
1504
+ "epoch": 1.8703703703703702,
1505
+ "grad_norm": 1.1983349323272705,
1506
+ "learning_rate": 1.6470257104943413e-06,
1507
+ "loss": 5.8328,
1508
+ "step": 205
1509
+ },
1510
+ {
1511
+ "epoch": 1.8796296296296298,
1512
+ "grad_norm": 1.1115864515304565,
1513
+ "learning_rate": 1.6260757873938715e-06,
1514
+ "loss": 5.6616,
1515
+ "step": 206
1516
+ },
1517
+ {
1518
+ "epoch": 1.8888888888888888,
1519
+ "grad_norm": 1.6418949365615845,
1520
+ "learning_rate": 1.6051010656297009e-06,
1521
+ "loss": 5.8618,
1522
+ "step": 207
1523
+ },
1524
+ {
1525
+ "epoch": 1.8981481481481481,
1526
+ "grad_norm": 1.2098896503448486,
1527
+ "learning_rate": 1.5841056708557877e-06,
1528
+ "loss": 5.7551,
1529
+ "step": 208
1530
+ },
1531
+ {
1532
+ "epoch": 1.9074074074074074,
1533
+ "grad_norm": 2.523620843887329,
1534
+ "learning_rate": 1.5630937327923979e-06,
1535
+ "loss": 6.0457,
1536
+ "step": 209
1537
+ },
1538
+ {
1539
+ "epoch": 1.9166666666666665,
1540
+ "grad_norm": 1.2053682804107666,
1541
+ "learning_rate": 1.5420693844138035e-06,
1542
+ "loss": 5.7501,
1543
+ "step": 210
1544
+ },
1545
+ {
1546
+ "epoch": 1.925925925925926,
1547
+ "grad_norm": 1.0068210363388062,
1548
+ "learning_rate": 1.5210367611353436e-06,
1549
+ "loss": 5.2868,
1550
+ "step": 211
1551
+ },
1552
+ {
1553
+ "epoch": 1.9351851851851851,
1554
+ "grad_norm": 1.0384793281555176,
1555
+ "learning_rate": 1.5e-06,
1556
+ "loss": 5.5413,
1557
+ "step": 212
1558
+ },
1559
+ {
1560
+ "epoch": 1.9444444444444444,
1561
+ "grad_norm": 0.9215264916419983,
1562
+ "learning_rate": 1.4789632388646567e-06,
1563
+ "loss": 5.3834,
1564
+ "step": 213
1565
+ },
1566
+ {
1567
+ "epoch": 1.9537037037037037,
1568
+ "grad_norm": 1.250044584274292,
1569
+ "learning_rate": 1.4579306155861968e-06,
1570
+ "loss": 5.9769,
1571
+ "step": 214
1572
+ },
1573
+ {
1574
+ "epoch": 1.9629629629629628,
1575
+ "grad_norm": 0.9464189410209656,
1576
+ "learning_rate": 1.4369062672076026e-06,
1577
+ "loss": 5.3573,
1578
+ "step": 215
1579
+ },
1580
+ {
1581
+ "epoch": 1.9722222222222223,
1582
+ "grad_norm": 0.9586074352264404,
1583
+ "learning_rate": 1.4158943291442122e-06,
1584
+ "loss": 5.3998,
1585
+ "step": 216
1586
+ },
1587
+ {
1588
+ "epoch": 1.9722222222222223,
1589
+ "eval_loss": 4.946777820587158,
1590
+ "eval_runtime": 10.6655,
1591
+ "eval_samples_per_second": 9.845,
1592
+ "eval_steps_per_second": 9.845,
1593
+ "step": 216
1594
+ },
1595
+ {
1596
+ "epoch": 1.9814814814814814,
1597
+ "grad_norm": 1.4538060426712036,
1598
+ "learning_rate": 1.394898934370299e-06,
1599
+ "loss": 6.2383,
1600
+ "step": 217
1601
+ },
1602
+ {
1603
+ "epoch": 1.9907407407407407,
1604
+ "grad_norm": 1.114857792854309,
1605
+ "learning_rate": 1.3739242126061288e-06,
1606
+ "loss": 5.3067,
1607
+ "step": 218
1608
+ },
1609
+ {
1610
+ "epoch": 2.0,
1611
+ "grad_norm": 1.250162959098816,
1612
+ "learning_rate": 1.352974289505659e-06,
1613
+ "loss": 5.6571,
1614
+ "step": 219
1615
+ },
1616
+ {
1617
+ "epoch": 2.0092592592592595,
1618
+ "grad_norm": 1.8700934648513794,
1619
+ "learning_rate": 1.3320532858450384e-06,
1620
+ "loss": 6.4708,
1621
+ "step": 220
1622
+ },
1623
+ {
1624
+ "epoch": 2.0185185185185186,
1625
+ "grad_norm": 1.8928983211517334,
1626
+ "learning_rate": 1.3111653167120623e-06,
1627
+ "loss": 5.9964,
1628
+ "step": 221
1629
+ },
1630
+ {
1631
+ "epoch": 2.0277777777777777,
1632
+ "grad_norm": 1.5304040908813477,
1633
+ "learning_rate": 1.2903144906967513e-06,
1634
+ "loss": 4.7131,
1635
+ "step": 222
1636
+ },
1637
+ {
1638
+ "epoch": 2.009259259259259,
1639
+ "grad_norm": 1.2288047075271606,
1640
+ "learning_rate": 1.2695049090832047e-06,
1641
+ "loss": 5.8606,
1642
+ "step": 223
1643
+ },
1644
+ {
1645
+ "epoch": 2.0185185185185186,
1646
+ "grad_norm": 1.6722135543823242,
1647
+ "learning_rate": 1.2487406650428957e-06,
1648
+ "loss": 5.824,
1649
+ "step": 224
1650
+ },
1651
+ {
1652
+ "epoch": 2.0277777777777777,
1653
+ "grad_norm": 1.4619513750076294,
1654
+ "learning_rate": 1.2280258428295526e-06,
1655
+ "loss": 5.7594,
1656
+ "step": 225
1657
+ },
1658
+ {
1659
+ "epoch": 2.037037037037037,
1660
+ "grad_norm": 1.3389699459075928,
1661
+ "learning_rate": 1.2073645169758077e-06,
1662
+ "loss": 5.9157,
1663
+ "step": 226
1664
+ },
1665
+ {
1666
+ "epoch": 2.0462962962962963,
1667
+ "grad_norm": 1.0063234567642212,
1668
+ "learning_rate": 1.1867607514917454e-06,
1669
+ "loss": 5.7464,
1670
+ "step": 227
1671
+ },
1672
+ {
1673
+ "epoch": 2.0555555555555554,
1674
+ "grad_norm": 0.9406788945198059,
1675
+ "learning_rate": 1.1662185990655286e-06,
1676
+ "loss": 5.2862,
1677
+ "step": 228
1678
+ },
1679
+ {
1680
+ "epoch": 2.064814814814815,
1681
+ "grad_norm": 1.4217416048049927,
1682
+ "learning_rate": 1.1457421002662489e-06,
1683
+ "loss": 5.7137,
1684
+ "step": 229
1685
+ },
1686
+ {
1687
+ "epoch": 2.074074074074074,
1688
+ "grad_norm": 1.1130520105361938,
1689
+ "learning_rate": 1.1253352827491595e-06,
1690
+ "loss": 5.3391,
1691
+ "step": 230
1692
+ },
1693
+ {
1694
+ "epoch": 2.0833333333333335,
1695
+ "grad_norm": 1.0606895685195923,
1696
+ "learning_rate": 1.1050021604634526e-06,
1697
+ "loss": 5.6953,
1698
+ "step": 231
1699
+ },
1700
+ {
1701
+ "epoch": 2.0925925925925926,
1702
+ "grad_norm": 2.6643784046173096,
1703
+ "learning_rate": 1.084746732862726e-06,
1704
+ "loss": 6.9906,
1705
+ "step": 232
1706
+ },
1707
+ {
1708
+ "epoch": 2.1018518518518516,
1709
+ "grad_norm": 1.0088460445404053,
1710
+ "learning_rate": 1.0645729841183068e-06,
1711
+ "loss": 5.5864,
1712
+ "step": 233
1713
+ },
1714
+ {
1715
+ "epoch": 2.111111111111111,
1716
+ "grad_norm": 0.9418116211891174,
1717
+ "learning_rate": 1.0444848823355779e-06,
1718
+ "loss": 5.502,
1719
+ "step": 234
1720
+ },
1721
+ {
1722
+ "epoch": 2.1203703703703702,
1723
+ "grad_norm": 1.597672462463379,
1724
+ "learning_rate": 1.0244863787734682e-06,
1725
+ "loss": 6.141,
1726
+ "step": 235
1727
+ },
1728
+ {
1729
+ "epoch": 2.1296296296296298,
1730
+ "grad_norm": 1.1460810899734497,
1731
+ "learning_rate": 1.0045814070672498e-06,
1732
+ "loss": 5.5834,
1733
+ "step": 236
1734
+ },
1735
+ {
1736
+ "epoch": 2.138888888888889,
1737
+ "grad_norm": 1.4463963508605957,
1738
+ "learning_rate": 9.847738824548082e-07,
1739
+ "loss": 5.867,
1740
+ "step": 237
1741
+ },
1742
+ {
1743
+ "epoch": 2.148148148148148,
1744
+ "grad_norm": 1.1600419282913208,
1745
+ "learning_rate": 9.650677010065305e-07,
1746
+ "loss": 5.7531,
1747
+ "step": 238
1748
+ },
1749
+ {
1750
+ "epoch": 2.1574074074074074,
1751
+ "grad_norm": 0.9038326144218445,
1752
+ "learning_rate": 9.454667388589576e-07,
1753
+ "loss": 5.2356,
1754
+ "step": 239
1755
+ },
1756
+ {
1757
+ "epoch": 2.1666666666666665,
1758
+ "grad_norm": 1.5344514846801758,
1759
+ "learning_rate": 9.259748514523654e-07,
1760
+ "loss": 6.1354,
1761
+ "step": 240
1762
+ },
1763
+ {
1764
+ "epoch": 2.175925925925926,
1765
+ "grad_norm": 1.1884032487869263,
1766
+ "learning_rate": 9.065958727724121e-07,
1767
+ "loss": 5.7438,
1768
+ "step": 241
1769
+ },
1770
+ {
1771
+ "epoch": 2.185185185185185,
1772
+ "grad_norm": 0.8460777401924133,
1773
+ "learning_rate": 8.87333614596006e-07,
1774
+ "loss": 5.4901,
1775
+ "step": 242
1776
+ },
1777
+ {
1778
+ "epoch": 2.1944444444444446,
1779
+ "grad_norm": 0.8021849393844604,
1780
+ "learning_rate": 8.681918657415443e-07,
1781
+ "loss": 5.1841,
1782
+ "step": 243
1783
+ },
1784
+ {
1785
+ "epoch": 2.1944444444444446,
1786
+ "eval_loss": 4.917133331298828,
1787
+ "eval_runtime": 10.6391,
1788
+ "eval_samples_per_second": 9.869,
1789
+ "eval_steps_per_second": 9.869,
1790
+ "step": 243
1791
+ },
1792
+ {
1793
+ "epoch": 2.2037037037037037,
1794
+ "grad_norm": 5.063238620758057,
1795
+ "learning_rate": 8.49174391323663e-07,
1796
+ "loss": 7.8621,
1797
+ "step": 244
1798
+ },
1799
+ {
1800
+ "epoch": 2.212962962962963,
1801
+ "grad_norm": 1.4641467332839966,
1802
+ "learning_rate": 8.302849320126558e-07,
1803
+ "loss": 5.8469,
1804
+ "step": 245
1805
+ },
1806
+ {
1807
+ "epoch": 2.2222222222222223,
1808
+ "grad_norm": 1.4936150312423706,
1809
+ "learning_rate": 8.115272032986932e-07,
1810
+ "loss": 5.7606,
1811
+ "step": 246
1812
+ },
1813
+ {
1814
+ "epoch": 2.2314814814814814,
1815
+ "grad_norm": 0.9228253364562988,
1816
+ "learning_rate": 7.929048947610034e-07,
1817
+ "loss": 5.4861,
1818
+ "step": 247
1819
+ },
1820
+ {
1821
+ "epoch": 2.240740740740741,
1822
+ "grad_norm": 0.9733036160469055,
1823
+ "learning_rate": 7.744216693421403e-07,
1824
+ "loss": 5.5735,
1825
+ "step": 248
1826
+ },
1827
+ {
1828
+ "epoch": 2.25,
1829
+ "grad_norm": 0.7804141044616699,
1830
+ "learning_rate": 7.560811626274989e-07,
1831
+ "loss": 5.2257,
1832
+ "step": 249
1833
+ },
1834
+ {
1835
+ "epoch": 2.259259259259259,
1836
+ "grad_norm": 0.8710982799530029,
1837
+ "learning_rate": 7.378869821302062e-07,
1838
+ "loss": 5.5369,
1839
+ "step": 250
1840
+ },
1841
+ {
1842
+ "epoch": 2.2685185185185186,
1843
+ "grad_norm": 1.0422347784042358,
1844
+ "learning_rate": 7.19842706581538e-07,
1845
+ "loss": 5.4223,
1846
+ "step": 251
1847
+ },
1848
+ {
1849
+ "epoch": 2.2777777777777777,
1850
+ "grad_norm": 0.8307288885116577,
1851
+ "learning_rate": 7.019518852269954e-07,
1852
+ "loss": 5.2439,
1853
+ "step": 252
1854
+ },
1855
+ {
1856
+ "epoch": 2.287037037037037,
1857
+ "grad_norm": 2.0869851112365723,
1858
+ "learning_rate": 6.842180371281773e-07,
1859
+ "loss": 6.6325,
1860
+ "step": 253
1861
+ },
1862
+ {
1863
+ "epoch": 2.2962962962962963,
1864
+ "grad_norm": 0.8685571551322937,
1865
+ "learning_rate": 6.666446504705971e-07,
1866
+ "loss": 5.5038,
1867
+ "step": 254
1868
+ },
1869
+ {
1870
+ "epoch": 2.3055555555555554,
1871
+ "grad_norm": 1.5917941331863403,
1872
+ "learning_rate": 6.492351818775662e-07,
1873
+ "loss": 6.0099,
1874
+ "step": 255
1875
+ },
1876
+ {
1877
+ "epoch": 2.314814814814815,
1878
+ "grad_norm": 2.5297560691833496,
1879
+ "learning_rate": 6.319930557302914e-07,
1880
+ "loss": 6.3499,
1881
+ "step": 256
1882
+ },
1883
+ {
1884
+ "epoch": 2.324074074074074,
1885
+ "grad_norm": 1.365795612335205,
1886
+ "learning_rate": 6.14921663494308e-07,
1887
+ "loss": 5.8755,
1888
+ "step": 257
1889
+ },
1890
+ {
1891
+ "epoch": 2.3333333333333335,
1892
+ "grad_norm": 1.1725842952728271,
1893
+ "learning_rate": 5.980243630523911e-07,
1894
+ "loss": 5.8095,
1895
+ "step": 258
1896
+ },
1897
+ {
1898
+ "epoch": 2.3425925925925926,
1899
+ "grad_norm": 1.5456892251968384,
1900
+ "learning_rate": 5.813044780440748e-07,
1901
+ "loss": 6.1433,
1902
+ "step": 259
1903
+ },
1904
+ {
1905
+ "epoch": 2.351851851851852,
1906
+ "grad_norm": 0.8776403665542603,
1907
+ "learning_rate": 5.647652972118998e-07,
1908
+ "loss": 5.4915,
1909
+ "step": 260
1910
+ },
1911
+ {
1912
+ "epoch": 2.361111111111111,
1913
+ "grad_norm": 1.428396224975586,
1914
+ "learning_rate": 5.48410073754532e-07,
1915
+ "loss": 6.2122,
1916
+ "step": 261
1917
+ },
1918
+ {
1919
+ "epoch": 2.3703703703703702,
1920
+ "grad_norm": 1.048996090888977,
1921
+ "learning_rate": 5.322420246868689e-07,
1922
+ "loss": 5.6461,
1923
+ "step": 262
1924
+ },
1925
+ {
1926
+ "epoch": 2.3796296296296298,
1927
+ "grad_norm": 0.9285644888877869,
1928
+ "learning_rate": 5.162643302072639e-07,
1929
+ "loss": 5.4518,
1930
+ "step": 263
1931
+ },
1932
+ {
1933
+ "epoch": 2.388888888888889,
1934
+ "grad_norm": 0.8765868544578552,
1935
+ "learning_rate": 5.004801330719941e-07,
1936
+ "loss": 5.3568,
1937
+ "step": 264
1938
+ },
1939
+ {
1940
+ "epoch": 2.398148148148148,
1941
+ "grad_norm": 5.609752178192139,
1942
+ "learning_rate": 4.848925379770883e-07,
1943
+ "loss": 6.9303,
1944
+ "step": 265
1945
+ },
1946
+ {
1947
+ "epoch": 2.4074074074074074,
1948
+ "grad_norm": 1.008718729019165,
1949
+ "learning_rate": 4.6950461094764745e-07,
1950
+ "loss": 5.4784,
1951
+ "step": 266
1952
+ },
1953
+ {
1954
+ "epoch": 2.4166666666666665,
1955
+ "grad_norm": 0.8718838095664978,
1956
+ "learning_rate": 4.5431937873476516e-07,
1957
+ "loss": 5.5294,
1958
+ "step": 267
1959
+ },
1960
+ {
1961
+ "epoch": 2.425925925925926,
1962
+ "grad_norm": 1.0140756368637085,
1963
+ "learning_rate": 4.3933982822017883e-07,
1964
+ "loss": 5.3527,
1965
+ "step": 268
1966
+ },
1967
+ {
1968
+ "epoch": 2.435185185185185,
1969
+ "grad_norm": 1.2150001525878906,
1970
+ "learning_rate": 4.245689058287592e-07,
1971
+ "loss": 5.4179,
1972
+ "step": 269
1973
+ },
1974
+ {
1975
+ "epoch": 2.4444444444444446,
1976
+ "grad_norm": 1.3026584386825562,
1977
+ "learning_rate": 4.100095169489597e-07,
1978
+ "loss": 6.0764,
1979
+ "step": 270
1980
+ },
1981
+ {
1982
+ "epoch": 2.4444444444444446,
1983
+ "eval_loss": 4.900852203369141,
1984
+ "eval_runtime": 10.63,
1985
+ "eval_samples_per_second": 9.878,
1986
+ "eval_steps_per_second": 9.878,
1987
+ "step": 270
1988
+ },
1989
+ {
1990
+ "epoch": 2.4537037037037037,
1991
+ "grad_norm": 1.6737775802612305,
1992
+ "learning_rate": 3.956645253613363e-07,
1993
+ "loss": 5.8735,
1994
+ "step": 271
1995
+ },
1996
+ {
1997
+ "epoch": 2.462962962962963,
1998
+ "grad_norm": 0.9497735500335693,
1999
+ "learning_rate": 3.8153675267525163e-07,
2000
+ "loss": 5.509,
2001
+ "step": 272
2002
+ },
2003
+ {
2004
+ "epoch": 2.4722222222222223,
2005
+ "grad_norm": 0.8875224590301514,
2006
+ "learning_rate": 3.6762897777387626e-07,
2007
+ "loss": 5.2877,
2008
+ "step": 273
2009
+ },
2010
+ {
2011
+ "epoch": 2.4814814814814814,
2012
+ "grad_norm": 0.774486780166626,
2013
+ "learning_rate": 3.539439362675888e-07,
2014
+ "loss": 5.1427,
2015
+ "step": 274
2016
+ },
2017
+ {
2018
+ "epoch": 2.490740740740741,
2019
+ "grad_norm": 0.9570311307907104,
2020
+ "learning_rate": 3.404843199558945e-07,
2021
+ "loss": 5.379,
2022
+ "step": 275
2023
+ },
2024
+ {
2025
+ "epoch": 2.5,
2026
+ "grad_norm": 0.908612847328186,
2027
+ "learning_rate": 3.272527762979553e-07,
2028
+ "loss": 5.4819,
2029
+ "step": 276
2030
+ },
2031
+ {
2032
+ "epoch": 2.5092592592592595,
2033
+ "grad_norm": 2.0357730388641357,
2034
+ "learning_rate": 3.142519078918449e-07,
2035
+ "loss": 6.3469,
2036
+ "step": 277
2037
+ },
2038
+ {
2039
+ "epoch": 2.5185185185185186,
2040
+ "grad_norm": 2.1806082725524902,
2041
+ "learning_rate": 3.014842719626268e-07,
2042
+ "loss": 5.5354,
2043
+ "step": 278
2044
+ },
2045
+ {
2046
+ "epoch": 2.5277777777777777,
2047
+ "grad_norm": 0.9985087513923645,
2048
+ "learning_rate": 2.8895237985935643e-07,
2049
+ "loss": 5.5649,
2050
+ "step": 279
2051
+ },
2052
+ {
2053
+ "epoch": 2.537037037037037,
2054
+ "grad_norm": 0.9574006199836731,
2055
+ "learning_rate": 2.7665869656110975e-07,
2056
+ "loss": 5.5855,
2057
+ "step": 280
2058
+ },
2059
+ {
2060
+ "epoch": 2.5462962962962963,
2061
+ "grad_norm": 0.6676331758499146,
2062
+ "learning_rate": 2.6460564019212803e-07,
2063
+ "loss": 5.3543,
2064
+ "step": 281
2065
+ },
2066
+ {
2067
+ "epoch": 2.5555555555555554,
2068
+ "grad_norm": 1.2132998704910278,
2069
+ "learning_rate": 2.52795581546182e-07,
2070
+ "loss": 5.5964,
2071
+ "step": 282
2072
+ },
2073
+ {
2074
+ "epoch": 2.564814814814815,
2075
+ "grad_norm": 1.157404899597168,
2076
+ "learning_rate": 2.412308436202468e-07,
2077
+ "loss": 5.7387,
2078
+ "step": 283
2079
+ },
2080
+ {
2081
+ "epoch": 2.574074074074074,
2082
+ "grad_norm": 1.2162729501724243,
2083
+ "learning_rate": 2.299137011575738e-07,
2084
+ "loss": 5.4369,
2085
+ "step": 284
2086
+ },
2087
+ {
2088
+ "epoch": 2.5833333333333335,
2089
+ "grad_norm": 1.804641842842102,
2090
+ "learning_rate": 2.1884638020025895e-07,
2091
+ "loss": 6.428,
2092
+ "step": 285
2093
+ },
2094
+ {
2095
+ "epoch": 2.5925925925925926,
2096
+ "grad_norm": 0.9699422717094421,
2097
+ "learning_rate": 2.080310576513866e-07,
2098
+ "loss": 5.6471,
2099
+ "step": 286
2100
+ },
2101
+ {
2102
+ "epoch": 2.601851851851852,
2103
+ "grad_norm": 0.9756860136985779,
2104
+ "learning_rate": 1.9746986084684186e-07,
2105
+ "loss": 5.647,
2106
+ "step": 287
2107
+ },
2108
+ {
2109
+ "epoch": 2.611111111111111,
2110
+ "grad_norm": 1.4492071866989136,
2111
+ "learning_rate": 1.8716486713686948e-07,
2112
+ "loss": 5.7286,
2113
+ "step": 288
2114
+ },
2115
+ {
2116
+ "epoch": 2.6203703703703702,
2117
+ "grad_norm": 0.8920571208000183,
2118
+ "learning_rate": 1.771181034774676e-07,
2119
+ "loss": 5.25,
2120
+ "step": 289
2121
+ },
2122
+ {
2123
+ "epoch": 2.6296296296296298,
2124
+ "grad_norm": 1.1408250331878662,
2125
+ "learning_rate": 1.6733154603169176e-07,
2126
+ "loss": 5.9142,
2127
+ "step": 290
2128
+ },
2129
+ {
2130
+ "epoch": 2.638888888888889,
2131
+ "grad_norm": 1.3304352760314941,
2132
+ "learning_rate": 1.5780711978095092e-07,
2133
+ "loss": 5.8842,
2134
+ "step": 291
2135
+ },
2136
+ {
2137
+ "epoch": 2.648148148148148,
2138
+ "grad_norm": 0.9941169619560242,
2139
+ "learning_rate": 1.4854669814637145e-07,
2140
+ "loss": 5.5157,
2141
+ "step": 292
2142
+ },
2143
+ {
2144
+ "epoch": 2.6574074074074074,
2145
+ "grad_norm": 2.4659430980682373,
2146
+ "learning_rate": 1.3955210262029917e-07,
2147
+ "loss": 5.5099,
2148
+ "step": 293
2149
+ },
2150
+ {
2151
+ "epoch": 2.6666666666666665,
2152
+ "grad_norm": 1.0898157358169556,
2153
+ "learning_rate": 1.3082510240802165e-07,
2154
+ "loss": 5.6562,
2155
+ "step": 294
2156
+ },
2157
+ {
2158
+ "epoch": 2.675925925925926,
2159
+ "grad_norm": 1.2926898002624512,
2160
+ "learning_rate": 1.2236741407976837e-07,
2161
+ "loss": 5.7729,
2162
+ "step": 295
2163
+ },
2164
+ {
2165
+ "epoch": 2.685185185185185,
2166
+ "grad_norm": 3.4110615253448486,
2167
+ "learning_rate": 1.141807012330699e-07,
2168
+ "loss": 5.7517,
2169
+ "step": 296
2170
+ },
2171
+ {
2172
+ "epoch": 2.6944444444444446,
2173
+ "grad_norm": 1.9456055164337158,
2174
+ "learning_rate": 1.0626657416553281e-07,
2175
+ "loss": 5.2345,
2176
+ "step": 297
2177
+ },
2178
+ {
2179
+ "epoch": 2.6944444444444446,
2180
+ "eval_loss": 4.896117210388184,
2181
+ "eval_runtime": 10.4256,
2182
+ "eval_samples_per_second": 10.071,
2183
+ "eval_steps_per_second": 10.071,
2184
+ "step": 297
2185
+ },
2186
+ {
2187
+ "epoch": 2.7037037037037037,
2188
+ "grad_norm": 1.2618635892868042,
2189
+ "learning_rate": 9.862658955810045e-08,
2190
+ "loss": 5.7653,
2191
+ "step": 298
2192
+ },
2193
+ {
2194
+ "epoch": 2.712962962962963,
2195
+ "grad_norm": 1.0603694915771484,
2196
+ "learning_rate": 9.126225016885858e-08,
2197
+ "loss": 5.7454,
2198
+ "step": 299
2199
+ },
2200
+ {
2201
+ "epoch": 2.7222222222222223,
2202
+ "grad_norm": 0.9327253699302673,
2203
+ "learning_rate": 8.417500453744864e-08,
2204
+ "loss": 5.6063,
2205
+ "step": 300
2206
+ },
2207
+ {
2208
+ "epoch": 2.7314814814814814,
2209
+ "grad_norm": 1.8524595499038696,
2210
+ "learning_rate": 7.736624670014602e-08,
2211
+ "loss": 6.2174,
2212
+ "step": 301
2213
+ },
2214
+ {
2215
+ "epoch": 2.7407407407407405,
2216
+ "grad_norm": 1.1083251237869263,
2217
+ "learning_rate": 7.083731591565551e-08,
2218
+ "loss": 5.5776,
2219
+ "step": 302
2220
+ },
2221
+ {
2222
+ "epoch": 2.75,
2223
+ "grad_norm": 1.899492621421814,
2224
+ "learning_rate": 6.458949640168676e-08,
2225
+ "loss": 6.3714,
2226
+ "step": 303
2227
+ },
2228
+ {
2229
+ "epoch": 2.7592592592592595,
2230
+ "grad_norm": 2.46284556388855,
2231
+ "learning_rate": 5.8624017082350765e-08,
2232
+ "loss": 6.619,
2233
+ "step": 304
2234
+ },
2235
+ {
2236
+ "epoch": 2.7685185185185186,
2237
+ "grad_norm": 2.8916397094726562,
2238
+ "learning_rate": 5.2942051346436315e-08,
2239
+ "loss": 6.5435,
2240
+ "step": 305
2241
+ },
2242
+ {
2243
+ "epoch": 2.7777777777777777,
2244
+ "grad_norm": 1.0509790182113647,
2245
+ "learning_rate": 4.754471681660799e-08,
2246
+ "loss": 5.4202,
2247
+ "step": 306
2248
+ },
2249
+ {
2250
+ "epoch": 2.787037037037037,
2251
+ "grad_norm": 0.9211875200271606,
2252
+ "learning_rate": 4.243307512957351e-08,
2253
+ "loss": 5.4689,
2254
+ "step": 307
2255
+ },
2256
+ {
2257
+ "epoch": 2.7962962962962963,
2258
+ "grad_norm": 0.8755972385406494,
2259
+ "learning_rate": 3.7608131727264573e-08,
2260
+ "loss": 5.2441,
2261
+ "step": 308
2262
+ },
2263
+ {
2264
+ "epoch": 2.8055555555555554,
2265
+ "grad_norm": 1.1118243932724,
2266
+ "learning_rate": 3.3070835659068596e-08,
2267
+ "loss": 5.7712,
2268
+ "step": 309
2269
+ },
2270
+ {
2271
+ "epoch": 2.814814814814815,
2272
+ "grad_norm": 1.214991569519043,
2273
+ "learning_rate": 2.8822079395154353e-08,
2274
+ "loss": 5.6607,
2275
+ "step": 310
2276
+ },
2277
+ {
2278
+ "epoch": 2.824074074074074,
2279
+ "grad_norm": 0.8643071055412292,
2280
+ "learning_rate": 2.4862698650927385e-08,
2281
+ "loss": 5.4248,
2282
+ "step": 311
2283
+ },
2284
+ {
2285
+ "epoch": 2.8333333333333335,
2286
+ "grad_norm": 1.9691087007522583,
2287
+ "learning_rate": 2.1193472222646172e-08,
2288
+ "loss": 6.127,
2289
+ "step": 312
2290
+ },
2291
+ {
2292
+ "epoch": 2.8425925925925926,
2293
+ "grad_norm": 0.7883575558662415,
2294
+ "learning_rate": 1.7815121834236837e-08,
2295
+ "loss": 5.4039,
2296
+ "step": 313
2297
+ },
2298
+ {
2299
+ "epoch": 2.851851851851852,
2300
+ "grad_norm": 1.6514503955841064,
2301
+ "learning_rate": 1.4728311995331533e-08,
2302
+ "loss": 5.8646,
2303
+ "step": 314
2304
+ },
2305
+ {
2306
+ "epoch": 2.861111111111111,
2307
+ "grad_norm": 2.683927297592163,
2308
+ "learning_rate": 1.1933649870563002e-08,
2309
+ "loss": 6.0561,
2310
+ "step": 315
2311
+ },
2312
+ {
2313
+ "epoch": 2.8703703703703702,
2314
+ "grad_norm": 1.158765435218811,
2315
+ "learning_rate": 9.431685160136094e-09,
2316
+ "loss": 5.594,
2317
+ "step": 316
2318
+ },
2319
+ {
2320
+ "epoch": 2.8796296296296298,
2321
+ "grad_norm": 1.821207880973816,
2322
+ "learning_rate": 7.222909991704774e-09,
2323
+ "loss": 6.2595,
2324
+ "step": 317
2325
+ },
2326
+ {
2327
+ "epoch": 2.888888888888889,
2328
+ "grad_norm": 1.1909257173538208,
2329
+ "learning_rate": 5.307758823571374e-09,
2330
+ "loss": 5.8222,
2331
+ "step": 318
2332
+ },
2333
+ {
2334
+ "epoch": 2.898148148148148,
2335
+ "grad_norm": 1.9552392959594727,
2336
+ "learning_rate": 3.6866083592309587e-09,
2337
+ "loss": 6.2407,
2338
+ "step": 319
2339
+ },
2340
+ {
2341
+ "epoch": 2.9074074074074074,
2342
+ "grad_norm": 1.438214898109436,
2343
+ "learning_rate": 2.359777473275093e-09,
2344
+ "loss": 5.8622,
2345
+ "step": 320
2346
+ },
2347
+ {
2348
+ "epoch": 2.9166666666666665,
2349
+ "grad_norm": 5.569436073303223,
2350
+ "learning_rate": 1.3275271486696826e-09,
2351
+ "loss": 8.2884,
2352
+ "step": 321
2353
+ },
2354
+ {
2355
+ "epoch": 2.925925925925926,
2356
+ "grad_norm": 0.8624269366264343,
2357
+ "learning_rate": 5.900604254207021e-10,
2358
+ "loss": 5.4493,
2359
+ "step": 322
2360
+ },
2361
+ {
2362
+ "epoch": 2.935185185185185,
2363
+ "grad_norm": 1.1584603786468506,
2364
+ "learning_rate": 1.4752236063747536e-10,
2365
+ "loss": 5.7549,
2366
+ "step": 323
2367
+ },
2368
+ {
2369
+ "epoch": 2.9444444444444446,
2370
+ "grad_norm": 1.3483120203018188,
2371
+ "learning_rate": 0.0,
2372
+ "loss": 5.4896,
2373
+ "step": 324
2374
+ },
2375
+ {
2376
+ "epoch": 2.9444444444444446,
2377
+ "eval_loss": 4.894683837890625,
2378
+ "eval_runtime": 10.7727,
2379
+ "eval_samples_per_second": 9.747,
2380
+ "eval_steps_per_second": 9.747,
2381
+ "step": 324
2382
+ }
2383
+ ],
2384
+ "logging_steps": 1,
2385
+ "max_steps": 324,
2386
+ "num_input_tokens_seen": 0,
2387
+ "num_train_epochs": 3,
2388
+ "save_steps": 108,
2389
+ "stateful_callbacks": {
2390
+ "TrainerControl": {
2391
+ "args": {
2392
+ "should_epoch_stop": false,
2393
+ "should_evaluate": false,
2394
+ "should_log": false,
2395
+ "should_save": true,
2396
+ "should_training_stop": true
2397
+ },
2398
+ "attributes": {}
2399
+ }
2400
+ },
2401
+ "total_flos": 3.044304041803776e+16,
2402
+ "train_batch_size": 1,
2403
+ "trial_name": null,
2404
+ "trial_params": null
2405
+ }
checkpoint-324/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d91a3009a5dcdcc48ea5fb07f7978c743f60ee567823673a91b2a01ec718c687
3
+ size 6008
checkpoint-376/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/phi-1_5
3
+ library_name: peft
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.11.2.dev0
checkpoint-376/adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "microsoft/phi-1_5",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "fc1",
25
+ "v_proj",
26
+ "dense",
27
+ "fc2",
28
+ "q_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
checkpoint-376/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:241c6c3044862c027dd4a5b884dc64b710af34d4af3be69795a4ff3186febd29
3
+ size 226530600
checkpoint-376/added_tokens.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257
40
+ }
checkpoint-376/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-376/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a48dcc1cdca3fafb26844cd4b2fce4583f597e3b9ded8785d1613bc12d2bf011
3
+ size 453227642