RayDu0010 commited on
Commit
0d3cc94
·
verified ·
1 Parent(s): 75745de

Upload folder using huggingface_hub

Browse files
15_128_e3_3e-5/README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: ibm-granite/granite-3.3-8b-base
5
+ tags:
6
+ - alignment-handbook
7
+ - generated_from_trainer
8
+ datasets:
9
+ - data/knowledge_lora_training_data_2000
10
+ model-index:
11
+ - name: 15_128_e3_3e-5
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # 15_128_e3_3e-5
19
+
20
+ This model is a fine-tuned version of [ibm-granite/granite-3.3-8b-base](https://huggingface.co/ibm-granite/granite-3.3-8b-base) on the data/knowledge_lora_training_data_2000 dataset.
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 3e-05
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - num_devices: 8
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 32
47
+ - total_eval_batch_size: 64
48
+ - optimizer: Use adamw_torch with betas=(0.9,0.95) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: cosine
50
+ - lr_scheduler_warmup_ratio: 0.05
51
+ - num_epochs: 3.0
52
+
53
+ ### Training results
54
+
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - PEFT 0.15.2
60
+ - Transformers 4.52.4
61
+ - Pytorch 2.7.0+cu126
62
+ - Datasets 3.6.0
63
+ - Tokenizers 0.21.2
15_128_e3_3e-5/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ibm-granite/granite-3.3-8b-base",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 128,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "o_proj",
28
+ "up_proj",
29
+ "q_proj",
30
+ "v_proj",
31
+ "k_proj",
32
+ "gate_proj",
33
+ "down_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
15_128_e3_3e-5/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2152da1b09ed2cdd41ea9adf07c6c32f1c1eb9c524e46d1d4a4297da706508d
3
+ size 791751704
15_128_e3_3e-5/all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 1.489123253103362e+18,
4
+ "train_loss": 0.5669498731239871,
5
+ "train_runtime": 689.3067,
6
+ "train_samples": 11907,
7
+ "train_samples_per_second": 51.822,
8
+ "train_steps_per_second": 1.623
9
+ }
15_128_e3_3e-5/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GraniteForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0,
7
+ "attention_multiplier": 0.0078125,
8
+ "bos_token_id": 0,
9
+ "embedding_multiplier": 12.0,
10
+ "eos_token_id": 0,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 4096,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 12800,
15
+ "logits_scaling": 16.0,
16
+ "max_position_embeddings": 131072,
17
+ "mlp_bias": false,
18
+ "model_type": "granite",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 40,
21
+ "num_key_value_heads": 8,
22
+ "pad_token_id": 0,
23
+ "residual_multiplier": 0.22,
24
+ "rms_norm_eps": 1e-05,
25
+ "rope_scaling": null,
26
+ "rope_theta": 10000000.0,
27
+ "tie_word_embeddings": true,
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.52.4",
30
+ "use_cache": true,
31
+ "vocab_size": 49152
32
+ }
15_128_e3_3e-5/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
15_128_e3_3e-5/special_tokens_map.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<fim_prefix>",
5
+ "<fim_middle>",
6
+ "<fim_suffix>",
7
+ "<fim_pad>",
8
+ "<filename>",
9
+ "<gh_stars>",
10
+ "<issue_start>",
11
+ "<issue_comment>",
12
+ "<issue_closed>",
13
+ "<jupyter_start>",
14
+ "<jupyter_text>",
15
+ "<jupyter_code>",
16
+ "<jupyter_output>",
17
+ "<empty_output>",
18
+ "<commit_before>",
19
+ "<commit_msg>",
20
+ "<commit_after>",
21
+ "<reponame>"
22
+ ],
23
+ "bos_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "eos_token": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "pad_token": "<reponame>",
38
+ "unk_token": {
39
+ "content": "<|endoftext|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false
44
+ }
45
+ }
15_128_e3_3e-5/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
15_128_e3_3e-5/tokenizer_config.json ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<fim_prefix>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<fim_middle>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<fim_suffix>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "<fim_pad>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": "<filename>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "6": {
53
+ "content": "<gh_stars>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "7": {
61
+ "content": "<issue_start>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "8": {
69
+ "content": "<issue_comment>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "9": {
77
+ "content": "<issue_closed>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "10": {
85
+ "content": "<jupyter_start>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "11": {
93
+ "content": "<jupyter_text>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "12": {
101
+ "content": "<jupyter_code>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "13": {
109
+ "content": "<jupyter_output>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "14": {
117
+ "content": "<empty_output>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "15": {
125
+ "content": "<commit_before>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "16": {
133
+ "content": "<commit_msg>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "17": {
141
+ "content": "<commit_after>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "18": {
149
+ "content": "<reponame>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ }
156
+ },
157
+ "additional_special_tokens": [
158
+ "<|endoftext|>",
159
+ "<fim_prefix>",
160
+ "<fim_middle>",
161
+ "<fim_suffix>",
162
+ "<fim_pad>",
163
+ "<filename>",
164
+ "<gh_stars>",
165
+ "<issue_start>",
166
+ "<issue_comment>",
167
+ "<issue_closed>",
168
+ "<jupyter_start>",
169
+ "<jupyter_text>",
170
+ "<jupyter_code>",
171
+ "<jupyter_output>",
172
+ "<empty_output>",
173
+ "<commit_before>",
174
+ "<commit_msg>",
175
+ "<commit_after>",
176
+ "<reponame>"
177
+ ],
178
+ "bos_token": "<|endoftext|>",
179
+ "clean_up_tokenization_spaces": true,
180
+ "eos_token": "<|endoftext|>",
181
+ "extra_special_tokens": {},
182
+ "model_max_length": 8192,
183
+ "pad_token": "<reponame>",
184
+ "padding_side": "left",
185
+ "tokenizer_class": "GPT2Tokenizer",
186
+ "unk_token": "<|endoftext|>",
187
+ "vocab_size": 49152
188
+ }
15_128_e3_3e-5/train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 1.489123253103362e+18,
4
+ "train_loss": 0.5669498731239871,
5
+ "train_runtime": 689.3067,
6
+ "train_samples": 11907,
7
+ "train_samples_per_second": 51.822,
8
+ "train_steps_per_second": 1.623
9
+ }
15_128_e3_3e-5/trainer_state.json ADDED
@@ -0,0 +1,1604 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1119,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.013422818791946308,
14
+ "grad_norm": 1.1787831783294678,
15
+ "learning_rate": 2.1428571428571427e-06,
16
+ "loss": 1.3227,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.026845637583892617,
21
+ "grad_norm": 1.0532420873641968,
22
+ "learning_rate": 4.821428571428572e-06,
23
+ "loss": 1.3664,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.040268456375838924,
28
+ "grad_norm": 0.644639790058136,
29
+ "learning_rate": 7.5e-06,
30
+ "loss": 1.3344,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.053691275167785234,
35
+ "grad_norm": 0.5746031403541565,
36
+ "learning_rate": 1.0178571428571429e-05,
37
+ "loss": 1.2832,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.06711409395973154,
42
+ "grad_norm": 0.6982018351554871,
43
+ "learning_rate": 1.2857142857142857e-05,
44
+ "loss": 1.3015,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.08053691275167785,
49
+ "grad_norm": 0.6423090100288391,
50
+ "learning_rate": 1.553571428571429e-05,
51
+ "loss": 1.2091,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.09395973154362416,
56
+ "grad_norm": 0.7088264226913452,
57
+ "learning_rate": 1.8214285714285712e-05,
58
+ "loss": 1.2208,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.10738255033557047,
63
+ "grad_norm": 0.5552237629890442,
64
+ "learning_rate": 2.089285714285714e-05,
65
+ "loss": 1.2633,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.12080536912751678,
70
+ "grad_norm": 0.5400457382202148,
71
+ "learning_rate": 2.357142857142857e-05,
72
+ "loss": 1.1537,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.1342281879194631,
77
+ "grad_norm": 0.591413140296936,
78
+ "learning_rate": 2.625e-05,
79
+ "loss": 1.1879,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.1476510067114094,
84
+ "grad_norm": 0.5079585909843445,
85
+ "learning_rate": 2.892857142857143e-05,
86
+ "loss": 1.2126,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.1610738255033557,
91
+ "grad_norm": 0.5020539164543152,
92
+ "learning_rate": 2.999941043167295e-05,
93
+ "loss": 1.1875,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.174496644295302,
98
+ "grad_norm": 0.5398063063621521,
99
+ "learning_rate": 2.999580768195271e-05,
100
+ "loss": 1.1763,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.18791946308724833,
105
+ "grad_norm": 0.557966947555542,
106
+ "learning_rate": 2.998893050620046e-05,
107
+ "loss": 1.1391,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.20134228187919462,
112
+ "grad_norm": 0.6859679818153381,
113
+ "learning_rate": 2.9978780406089445e-05,
114
+ "loss": 1.1046,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.21476510067114093,
119
+ "grad_norm": 0.6387895345687866,
120
+ "learning_rate": 2.996535959795591e-05,
121
+ "loss": 1.1715,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.22818791946308725,
126
+ "grad_norm": 0.5165074467658997,
127
+ "learning_rate": 2.994867101231513e-05,
128
+ "loss": 1.081,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.24161073825503357,
133
+ "grad_norm": 0.5764747858047485,
134
+ "learning_rate": 2.9928718293221532e-05,
135
+ "loss": 1.129,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.2550335570469799,
140
+ "grad_norm": 0.6636740565299988,
141
+ "learning_rate": 2.9905505797472965e-05,
142
+ "loss": 1.0798,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.2684563758389262,
147
+ "grad_norm": 0.6049888134002686,
148
+ "learning_rate": 2.9879038593659403e-05,
149
+ "loss": 1.123,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.28187919463087246,
154
+ "grad_norm": 0.5570958852767944,
155
+ "learning_rate": 2.984932246105616e-05,
156
+ "loss": 1.0794,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.2953020134228188,
161
+ "grad_norm": 0.5862316489219666,
162
+ "learning_rate": 2.981636388836196e-05,
163
+ "loss": 1.0739,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.3087248322147651,
168
+ "grad_norm": 0.5860150456428528,
169
+ "learning_rate": 2.978017007228208e-05,
170
+ "loss": 1.0318,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.3221476510067114,
175
+ "grad_norm": 0.6639479398727417,
176
+ "learning_rate": 2.9740748915956932e-05,
177
+ "loss": 1.0425,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.33557046979865773,
182
+ "grad_norm": 0.604107141494751,
183
+ "learning_rate": 2.9698109027236335e-05,
184
+ "loss": 1.0513,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.348993288590604,
189
+ "grad_norm": 0.6186829805374146,
190
+ "learning_rate": 2.965225971679996e-05,
191
+ "loss": 1.0319,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.3624161073825503,
196
+ "grad_norm": 0.6194995641708374,
197
+ "learning_rate": 2.9603210996124257e-05,
198
+ "loss": 1.025,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.37583892617449666,
203
+ "grad_norm": 0.7160004377365112,
204
+ "learning_rate": 2.9550973575296424e-05,
205
+ "loss": 0.9989,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.38926174496644295,
210
+ "grad_norm": 0.6104715466499329,
211
+ "learning_rate": 2.949555886067578e-05,
212
+ "loss": 0.9596,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.40268456375838924,
217
+ "grad_norm": 0.7308571934700012,
218
+ "learning_rate": 2.9436978952403103e-05,
219
+ "loss": 0.9086,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.4161073825503356,
224
+ "grad_norm": 0.7849708199501038,
225
+ "learning_rate": 2.937524664175851e-05,
226
+ "loss": 0.9829,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.42953020134228187,
231
+ "grad_norm": 0.6270202994346619,
232
+ "learning_rate": 2.931037540836839e-05,
233
+ "loss": 1.0149,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.4429530201342282,
238
+ "grad_norm": 0.755927562713623,
239
+ "learning_rate": 2.9242379417262052e-05,
240
+ "loss": 0.9525,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.4563758389261745,
245
+ "grad_norm": 0.7812522649765015,
246
+ "learning_rate": 2.9171273515778703e-05,
247
+ "loss": 0.9489,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.4697986577181208,
252
+ "grad_norm": 0.7418034076690674,
253
+ "learning_rate": 2.909707323032545e-05,
254
+ "loss": 0.9167,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.48322147651006714,
259
+ "grad_norm": 0.6826059222221375,
260
+ "learning_rate": 2.901979476298699e-05,
261
+ "loss": 0.8951,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.4966442953020134,
266
+ "grad_norm": 0.8364844918251038,
267
+ "learning_rate": 2.893945498798781e-05,
268
+ "loss": 0.9801,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.5100671140939598,
273
+ "grad_norm": 0.8375508189201355,
274
+ "learning_rate": 2.885607144800759e-05,
275
+ "loss": 0.8842,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.5234899328859061,
280
+ "grad_norm": 0.7986782789230347,
281
+ "learning_rate": 2.876966235035064e-05,
282
+ "loss": 0.9052,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.5369127516778524,
287
+ "grad_norm": 0.7564641237258911,
288
+ "learning_rate": 2.8680246562970253e-05,
289
+ "loss": 0.878,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.5503355704697986,
294
+ "grad_norm": 0.8237295746803284,
295
+ "learning_rate": 2.8587843610348735e-05,
296
+ "loss": 0.8907,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.5637583892617449,
301
+ "grad_norm": 0.8681392073631287,
302
+ "learning_rate": 2.8492473669234143e-05,
303
+ "loss": 0.885,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.5771812080536913,
308
+ "grad_norm": 0.899863600730896,
309
+ "learning_rate": 2.8394157564234564e-05,
310
+ "loss": 0.8917,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.5906040268456376,
315
+ "grad_norm": 0.8868224024772644,
316
+ "learning_rate": 2.8292916763270918e-05,
317
+ "loss": 0.8699,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.6040268456375839,
322
+ "grad_norm": 0.7697249054908752,
323
+ "learning_rate": 2.818877337288934e-05,
324
+ "loss": 0.8571,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.6174496644295302,
329
+ "grad_norm": 0.7981431484222412,
330
+ "learning_rate": 2.808175013343404e-05,
331
+ "loss": 0.8457,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.6308724832214765,
336
+ "grad_norm": 1.021409511566162,
337
+ "learning_rate": 2.7971870414081845e-05,
338
+ "loss": 0.8259,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 0.6442953020134228,
343
+ "grad_norm": 0.8456146717071533,
344
+ "learning_rate": 2.785915820773937e-05,
345
+ "loss": 0.8069,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 0.6577181208053692,
350
+ "grad_norm": 0.9129796028137207,
351
+ "learning_rate": 2.774363812580405e-05,
352
+ "loss": 0.8247,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 0.6711409395973155,
357
+ "grad_norm": 0.9513639211654663,
358
+ "learning_rate": 2.7625335392790056e-05,
359
+ "loss": 0.7858,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 0.6845637583892618,
364
+ "grad_norm": 1.0434490442276,
365
+ "learning_rate": 2.75042758408204e-05,
366
+ "loss": 0.8043,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 0.697986577181208,
371
+ "grad_norm": 0.9335957765579224,
372
+ "learning_rate": 2.7380485903986317e-05,
373
+ "loss": 0.8076,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 0.7114093959731543,
378
+ "grad_norm": 0.9164956212043762,
379
+ "learning_rate": 2.7253992612575225e-05,
380
+ "loss": 0.8095,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 0.7248322147651006,
385
+ "grad_norm": 0.9571513533592224,
386
+ "learning_rate": 2.712482358716848e-05,
387
+ "loss": 0.7843,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 0.738255033557047,
392
+ "grad_norm": 0.9782169461250305,
393
+ "learning_rate": 2.6993007032610297e-05,
394
+ "loss": 0.7802,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 0.7516778523489933,
399
+ "grad_norm": 0.9108016490936279,
400
+ "learning_rate": 2.6858571731848997e-05,
401
+ "loss": 0.7601,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 0.7651006711409396,
406
+ "grad_norm": 0.8660235404968262,
407
+ "learning_rate": 2.672154703965212e-05,
408
+ "loss": 0.784,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 0.7785234899328859,
413
+ "grad_norm": 0.8920661211013794,
414
+ "learning_rate": 2.6581962876196593e-05,
415
+ "loss": 0.7859,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 0.7919463087248322,
420
+ "grad_norm": 1.0612117052078247,
421
+ "learning_rate": 2.643984972053551e-05,
422
+ "loss": 0.7712,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 0.8053691275167785,
427
+ "grad_norm": 0.9185782074928284,
428
+ "learning_rate": 2.6295238603942832e-05,
429
+ "loss": 0.7404,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 0.8187919463087249,
434
+ "grad_norm": 0.8650130033493042,
435
+ "learning_rate": 2.6148161103137515e-05,
436
+ "loss": 0.7214,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 0.8322147651006712,
441
+ "grad_norm": 0.9116557240486145,
442
+ "learning_rate": 2.599864933338854e-05,
443
+ "loss": 0.7893,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 0.8456375838926175,
448
+ "grad_norm": 1.0048680305480957,
449
+ "learning_rate": 2.5846735941502356e-05,
450
+ "loss": 0.7267,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 0.8590604026845637,
455
+ "grad_norm": 0.8960395455360413,
456
+ "learning_rate": 2.5692454098694256e-05,
457
+ "loss": 0.7249,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 0.87248322147651,
462
+ "grad_norm": 0.9515731930732727,
463
+ "learning_rate": 2.553583749334522e-05,
464
+ "loss": 0.6721,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 0.8859060402684564,
469
+ "grad_norm": 0.9288879036903381,
470
+ "learning_rate": 2.537692032364587e-05,
471
+ "loss": 0.6933,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 0.8993288590604027,
476
+ "grad_norm": 1.1222081184387207,
477
+ "learning_rate": 2.521573729012907e-05,
478
+ "loss": 0.7104,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 0.912751677852349,
483
+ "grad_norm": 1.0263097286224365,
484
+ "learning_rate": 2.5052323588092878e-05,
485
+ "loss": 0.7055,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 0.9261744966442953,
490
+ "grad_norm": 0.9645348191261292,
491
+ "learning_rate": 2.4886714899915415e-05,
492
+ "loss": 0.7122,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 0.9395973154362416,
497
+ "grad_norm": 1.0961672067642212,
498
+ "learning_rate": 2.4718947387263403e-05,
499
+ "loss": 0.6549,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 0.9530201342281879,
504
+ "grad_norm": 1.0570881366729736,
505
+ "learning_rate": 2.4549057683196054e-05,
506
+ "loss": 0.6443,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 0.9664429530201343,
511
+ "grad_norm": 0.9710385799407959,
512
+ "learning_rate": 2.4377082884166016e-05,
513
+ "loss": 0.7179,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 0.9798657718120806,
518
+ "grad_norm": 1.0300064086914062,
519
+ "learning_rate": 2.4203060541919136e-05,
520
+ "loss": 0.6581,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 0.9932885906040269,
525
+ "grad_norm": 0.9689120054244995,
526
+ "learning_rate": 2.4027028655294804e-05,
527
+ "loss": 0.6745,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 1.0053691275167784,
532
+ "grad_norm": 1.0210607051849365,
533
+ "learning_rate": 2.384902566192867e-05,
534
+ "loss": 0.592,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 1.018791946308725,
539
+ "grad_norm": 1.0200635194778442,
540
+ "learning_rate": 2.366909042985956e-05,
541
+ "loss": 0.5768,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 1.0322147651006712,
546
+ "grad_norm": 0.8891041874885559,
547
+ "learning_rate": 2.3487262249042412e-05,
548
+ "loss": 0.6326,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 1.0456375838926175,
553
+ "grad_norm": 1.1362190246582031,
554
+ "learning_rate": 2.330358082276905e-05,
555
+ "loss": 0.5426,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 1.0590604026845638,
560
+ "grad_norm": 0.9437598586082458,
561
+ "learning_rate": 2.3118086258998748e-05,
562
+ "loss": 0.5861,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 1.07248322147651,
567
+ "grad_norm": 1.1715295314788818,
568
+ "learning_rate": 2.2930819061600413e-05,
569
+ "loss": 0.5639,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 1.0859060402684564,
574
+ "grad_norm": 1.1314239501953125,
575
+ "learning_rate": 2.27418201215083e-05,
576
+ "loss": 0.5614,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 1.0993288590604027,
581
+ "grad_norm": 0.9698748588562012,
582
+ "learning_rate": 2.2551130707793243e-05,
583
+ "loss": 0.5665,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 1.112751677852349,
588
+ "grad_norm": 1.0911478996276855,
589
+ "learning_rate": 2.2358792458651304e-05,
590
+ "loss": 0.5773,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 1.1261744966442953,
595
+ "grad_norm": 0.9545378684997559,
596
+ "learning_rate": 2.2164847372311804e-05,
597
+ "loss": 0.5821,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 1.1395973154362415,
602
+ "grad_norm": 1.0998480319976807,
603
+ "learning_rate": 2.1969337797866772e-05,
604
+ "loss": 0.5808,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 1.1530201342281878,
609
+ "grad_norm": 1.2536629438400269,
610
+ "learning_rate": 2.1772306426023737e-05,
611
+ "loss": 0.5551,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 1.1664429530201343,
616
+ "grad_norm": 1.112061858177185,
617
+ "learning_rate": 2.1573796279783987e-05,
618
+ "loss": 0.5249,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 1.1798657718120806,
623
+ "grad_norm": 1.1083247661590576,
624
+ "learning_rate": 2.137385070504821e-05,
625
+ "loss": 0.5207,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 1.193288590604027,
630
+ "grad_norm": 1.0115104913711548,
631
+ "learning_rate": 2.1172513361151643e-05,
632
+ "loss": 0.5315,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 1.2067114093959732,
637
+ "grad_norm": 1.1656289100646973,
638
+ "learning_rate": 2.0969828211330824e-05,
639
+ "loss": 0.5002,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 1.2201342281879195,
644
+ "grad_norm": 1.2733368873596191,
645
+ "learning_rate": 2.0765839513123923e-05,
646
+ "loss": 0.543,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 1.2335570469798658,
651
+ "grad_norm": 1.5573337078094482,
652
+ "learning_rate": 2.056059180870684e-05,
653
+ "loss": 0.4892,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 1.246979865771812,
658
+ "grad_norm": 1.126818299293518,
659
+ "learning_rate": 2.0354129915167175e-05,
660
+ "loss": 0.5449,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 1.2604026845637584,
665
+ "grad_norm": 1.4031105041503906,
666
+ "learning_rate": 2.014649891471811e-05,
667
+ "loss": 0.5198,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 1.2738255033557047,
672
+ "grad_norm": 1.1321215629577637,
673
+ "learning_rate": 1.9937744144854446e-05,
674
+ "loss": 0.5023,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 1.287248322147651,
679
+ "grad_norm": 1.0238393545150757,
680
+ "learning_rate": 1.9727911188452903e-05,
681
+ "loss": 0.5113,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 1.3006711409395972,
686
+ "grad_norm": 1.2181116342544556,
687
+ "learning_rate": 1.9517045863818792e-05,
688
+ "loss": 0.539,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 1.3140939597315437,
693
+ "grad_norm": 0.9544431567192078,
694
+ "learning_rate": 1.930519421468133e-05,
695
+ "loss": 0.5149,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 1.3275167785234898,
700
+ "grad_norm": 1.0378201007843018,
701
+ "learning_rate": 1.9092402500139693e-05,
702
+ "loss": 0.4909,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 1.3409395973154363,
707
+ "grad_norm": 1.2054181098937988,
708
+ "learning_rate": 1.8878717184562078e-05,
709
+ "loss": 0.5234,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 1.3543624161073826,
714
+ "grad_norm": 1.563539981842041,
715
+ "learning_rate": 1.8664184927439907e-05,
716
+ "loss": 0.4752,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 1.367785234899329,
721
+ "grad_norm": 1.0908130407333374,
722
+ "learning_rate": 1.8448852573199465e-05,
723
+ "loss": 0.5165,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 1.3812080536912752,
728
+ "grad_norm": 1.0390334129333496,
729
+ "learning_rate": 1.823276714097311e-05,
730
+ "loss": 0.4796,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 1.3946308724832215,
735
+ "grad_norm": 1.2405122518539429,
736
+ "learning_rate": 1.8015975814332373e-05,
737
+ "loss": 0.4662,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 1.4080536912751678,
742
+ "grad_norm": 1.111845850944519,
743
+ "learning_rate": 1.779852593098513e-05,
744
+ "loss": 0.4883,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 1.421476510067114,
749
+ "grad_norm": 1.127173900604248,
750
+ "learning_rate": 1.7580464972439137e-05,
751
+ "loss": 0.4946,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 1.4348993288590604,
756
+ "grad_norm": 1.0390585660934448,
757
+ "learning_rate": 1.736184055363414e-05,
758
+ "loss": 0.4914,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 1.4483221476510066,
763
+ "grad_norm": 1.1070321798324585,
764
+ "learning_rate": 1.7142700412544867e-05,
765
+ "loss": 0.497,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 1.4617449664429532,
770
+ "grad_norm": 1.1228235960006714,
771
+ "learning_rate": 1.692309239975715e-05,
772
+ "loss": 0.4852,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 1.4751677852348992,
777
+ "grad_norm": 1.114735722541809,
778
+ "learning_rate": 1.670306446801947e-05,
779
+ "loss": 0.4654,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 1.4885906040268457,
784
+ "grad_norm": 1.1709102392196655,
785
+ "learning_rate": 1.6482664661772153e-05,
786
+ "loss": 0.4917,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 1.5020134228187918,
791
+ "grad_norm": 1.105033278465271,
792
+ "learning_rate": 1.626194110665661e-05,
793
+ "loss": 0.4737,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 1.5154362416107383,
798
+ "grad_norm": 1.1771923303604126,
799
+ "learning_rate": 1.6040941999006768e-05,
800
+ "loss": 0.5242,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 1.5288590604026846,
805
+ "grad_norm": 1.2981674671173096,
806
+ "learning_rate": 1.581971559532515e-05,
807
+ "loss": 0.4543,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 1.542281879194631,
812
+ "grad_norm": 1.2492069005966187,
813
+ "learning_rate": 1.559831020174576e-05,
814
+ "loss": 0.4476,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 1.5557046979865772,
819
+ "grad_norm": 1.0671732425689697,
820
+ "learning_rate": 1.5376774163486104e-05,
821
+ "loss": 0.4902,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 1.5691275167785235,
826
+ "grad_norm": 1.2057262659072876,
827
+ "learning_rate": 1.5155155854290777e-05,
828
+ "loss": 0.4134,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 1.5825503355704698,
833
+ "grad_norm": 1.3330824375152588,
834
+ "learning_rate": 1.493350366586873e-05,
835
+ "loss": 0.4832,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 1.595973154362416,
840
+ "grad_norm": 1.0262600183486938,
841
+ "learning_rate": 1.4711865997326648e-05,
842
+ "loss": 0.4696,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 1.6093959731543626,
847
+ "grad_norm": 1.2874300479888916,
848
+ "learning_rate": 1.4490291244600712e-05,
849
+ "loss": 0.428,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 1.6228187919463086,
854
+ "grad_norm": 1.1492985486984253,
855
+ "learning_rate": 1.4268827789889054e-05,
856
+ "loss": 0.4634,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 1.6362416107382551,
861
+ "grad_norm": 1.2107088565826416,
862
+ "learning_rate": 1.4047523991087194e-05,
863
+ "loss": 0.4117,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 1.6496644295302012,
868
+ "grad_norm": 1.1944514513015747,
869
+ "learning_rate": 1.3826428171228824e-05,
870
+ "loss": 0.447,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 1.6630872483221477,
875
+ "grad_norm": 1.212609887123108,
876
+ "learning_rate": 1.3605588607934153e-05,
877
+ "loss": 0.4262,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 1.676510067114094,
882
+ "grad_norm": 1.2843233346939087,
883
+ "learning_rate": 1.3385053522868229e-05,
884
+ "loss": 0.4584,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 1.6899328859060403,
889
+ "grad_norm": 1.163159728050232,
890
+ "learning_rate": 1.3164871071211399e-05,
891
+ "loss": 0.3994,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 1.7033557046979866,
896
+ "grad_norm": 1.2616965770721436,
897
+ "learning_rate": 1.2945089331144364e-05,
898
+ "loss": 0.4307,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 1.7167785234899329,
903
+ "grad_norm": 1.1640808582305908,
904
+ "learning_rate": 1.2725756293350011e-05,
905
+ "loss": 0.4522,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 1.7302013422818792,
910
+ "grad_norm": 1.0755280256271362,
911
+ "learning_rate": 1.2506919850534343e-05,
912
+ "loss": 0.3801,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 1.7436241610738255,
917
+ "grad_norm": 1.2205264568328857,
918
+ "learning_rate": 1.2288627786968826e-05,
919
+ "loss": 0.4387,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 1.757046979865772,
924
+ "grad_norm": 1.1449589729309082,
925
+ "learning_rate": 1.2070927768056399e-05,
926
+ "loss": 0.4201,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 1.770469798657718,
931
+ "grad_norm": 1.2469054460525513,
932
+ "learning_rate": 1.1853867329923436e-05,
933
+ "loss": 0.4124,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 1.7838926174496645,
938
+ "grad_norm": 1.0459575653076172,
939
+ "learning_rate": 1.163749386903995e-05,
940
+ "loss": 0.4082,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 1.7973154362416106,
945
+ "grad_norm": 1.1973217725753784,
946
+ "learning_rate": 1.1421854631870291e-05,
947
+ "loss": 0.3598,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 1.8107382550335571,
952
+ "grad_norm": 1.285914659500122,
953
+ "learning_rate": 1.1206996704556575e-05,
954
+ "loss": 0.4466,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 1.8241610738255034,
959
+ "grad_norm": 1.1342105865478516,
960
+ "learning_rate": 1.0992967002637148e-05,
961
+ "loss": 0.3573,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 1.8375838926174497,
966
+ "grad_norm": 1.3216603994369507,
967
+ "learning_rate": 1.0779812260802303e-05,
968
+ "loss": 0.4127,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 1.851006711409396,
973
+ "grad_norm": 1.1540459394454956,
974
+ "learning_rate": 1.056757902268945e-05,
975
+ "loss": 0.3684,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 1.8644295302013423,
980
+ "grad_norm": 1.1831110715866089,
981
+ "learning_rate": 1.035631363072005e-05,
982
+ "loss": 0.4129,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 1.8778523489932886,
987
+ "grad_norm": 1.1281007528305054,
988
+ "learning_rate": 1.014606221598046e-05,
989
+ "loss": 0.3791,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 1.8912751677852349,
994
+ "grad_norm": 1.256843090057373,
995
+ "learning_rate": 9.936870688148924e-06,
996
+ "loss": 0.4196,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 1.9046979865771814,
1001
+ "grad_norm": 1.1659599542617798,
1002
+ "learning_rate": 9.728784725470913e-06,
1003
+ "loss": 0.4092,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 1.9181208053691274,
1008
+ "grad_norm": 1.2047243118286133,
1009
+ "learning_rate": 9.521849764785018e-06,
1010
+ "loss": 0.3963,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 1.931543624161074,
1015
+ "grad_norm": 1.3271708488464355,
1016
+ "learning_rate": 9.31611099160152e-06,
1017
+ "loss": 0.3999,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 1.94496644295302,
1022
+ "grad_norm": 1.1906070709228516,
1023
+ "learning_rate": 9.111613330235866e-06,
1024
+ "loss": 0.3809,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 1.9583892617449665,
1029
+ "grad_norm": 1.152764916419983,
1030
+ "learning_rate": 8.90840143399917e-06,
1031
+ "loss": 0.3904,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 1.9718120805369126,
1036
+ "grad_norm": 1.2785158157348633,
1037
+ "learning_rate": 8.706519675447898e-06,
1038
+ "loss": 0.3846,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 1.985234899328859,
1043
+ "grad_norm": 1.1316757202148438,
1044
+ "learning_rate": 8.506012136694832e-06,
1045
+ "loss": 0.3483,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 1.9986577181208054,
1050
+ "grad_norm": 1.2931638956069946,
1051
+ "learning_rate": 8.306922599783491e-06,
1052
+ "loss": 0.3662,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 2.010738255033557,
1057
+ "grad_norm": 1.2080596685409546,
1058
+ "learning_rate": 8.109294537128057e-06,
1059
+ "loss": 0.2796,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 2.0241610738255034,
1064
+ "grad_norm": 1.0464208126068115,
1065
+ "learning_rate": 7.91317110202087e-06,
1066
+ "loss": 0.2901,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 2.03758389261745,
1071
+ "grad_norm": 1.1539617776870728,
1072
+ "learning_rate": 7.718595119209691e-06,
1073
+ "loss": 0.3277,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 2.051006711409396,
1078
+ "grad_norm": 1.1852216720581055,
1079
+ "learning_rate": 7.525609075546649e-06,
1080
+ "loss": 0.3001,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 2.0644295302013425,
1085
+ "grad_norm": 1.010262370109558,
1086
+ "learning_rate": 7.334255110710933e-06,
1087
+ "loss": 0.3258,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 2.0778523489932885,
1092
+ "grad_norm": 1.1409698724746704,
1093
+ "learning_rate": 7.1445750080073964e-06,
1094
+ "loss": 0.3745,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 2.091275167785235,
1099
+ "grad_norm": 1.206615924835205,
1100
+ "learning_rate": 6.956610185242891e-06,
1101
+ "loss": 0.326,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 2.104697986577181,
1106
+ "grad_norm": 1.255170464515686,
1107
+ "learning_rate": 6.770401685682417e-06,
1108
+ "loss": 0.32,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 2.1181208053691276,
1113
+ "grad_norm": 1.0881547927856445,
1114
+ "learning_rate": 6.585990169087112e-06,
1115
+ "loss": 0.2953,
1116
+ "step": 790
1117
+ },
1118
+ {
1119
+ "epoch": 2.1315436241610737,
1120
+ "grad_norm": 1.1568206548690796,
1121
+ "learning_rate": 6.40341590283593e-06,
1122
+ "loss": 0.3367,
1123
+ "step": 795
1124
+ },
1125
+ {
1126
+ "epoch": 2.14496644295302,
1127
+ "grad_norm": 1.216955542564392,
1128
+ "learning_rate": 6.222718753132994e-06,
1129
+ "loss": 0.3378,
1130
+ "step": 800
1131
+ },
1132
+ {
1133
+ "epoch": 2.1583892617449663,
1134
+ "grad_norm": 1.241304874420166,
1135
+ "learning_rate": 6.043938176302596e-06,
1136
+ "loss": 0.2985,
1137
+ "step": 805
1138
+ },
1139
+ {
1140
+ "epoch": 2.1718120805369128,
1141
+ "grad_norm": 1.0041223764419556,
1142
+ "learning_rate": 5.8671132101736625e-06,
1143
+ "loss": 0.2638,
1144
+ "step": 810
1145
+ },
1146
+ {
1147
+ "epoch": 2.185234899328859,
1148
+ "grad_norm": 1.333095669746399,
1149
+ "learning_rate": 5.692282465555585e-06,
1150
+ "loss": 0.3218,
1151
+ "step": 815
1152
+ },
1153
+ {
1154
+ "epoch": 2.1986577181208053,
1155
+ "grad_norm": 1.3311021327972412,
1156
+ "learning_rate": 5.519484117807341e-06,
1157
+ "loss": 0.251,
1158
+ "step": 820
1159
+ },
1160
+ {
1161
+ "epoch": 2.212080536912752,
1162
+ "grad_norm": 1.2956736087799072,
1163
+ "learning_rate": 5.348755898501662e-06,
1164
+ "loss": 0.3234,
1165
+ "step": 825
1166
+ },
1167
+ {
1168
+ "epoch": 2.225503355704698,
1169
+ "grad_norm": 1.4365692138671875,
1170
+ "learning_rate": 5.180135087186101e-06,
1171
+ "loss": 0.2785,
1172
+ "step": 830
1173
+ },
1174
+ {
1175
+ "epoch": 2.2389261744966444,
1176
+ "grad_norm": 1.163100242614746,
1177
+ "learning_rate": 5.013658503242845e-06,
1178
+ "loss": 0.2742,
1179
+ "step": 835
1180
+ },
1181
+ {
1182
+ "epoch": 2.2523489932885905,
1183
+ "grad_norm": 1.3038033246994019,
1184
+ "learning_rate": 4.849362497848947e-06,
1185
+ "loss": 0.3043,
1186
+ "step": 840
1187
+ },
1188
+ {
1189
+ "epoch": 2.265771812080537,
1190
+ "grad_norm": 1.2883868217468262,
1191
+ "learning_rate": 4.687282946038842e-06,
1192
+ "loss": 0.3169,
1193
+ "step": 845
1194
+ },
1195
+ {
1196
+ "epoch": 2.279194630872483,
1197
+ "grad_norm": 1.0793969631195068,
1198
+ "learning_rate": 4.527455238870821e-06,
1199
+ "loss": 0.3002,
1200
+ "step": 850
1201
+ },
1202
+ {
1203
+ "epoch": 2.2926174496644296,
1204
+ "grad_norm": 1.4007631540298462,
1205
+ "learning_rate": 4.3699142756991635e-06,
1206
+ "loss": 0.3237,
1207
+ "step": 855
1208
+ },
1209
+ {
1210
+ "epoch": 2.3060402684563757,
1211
+ "grad_norm": 1.1891025304794312,
1212
+ "learning_rate": 4.2146944565536485e-06,
1213
+ "loss": 0.2968,
1214
+ "step": 860
1215
+ },
1216
+ {
1217
+ "epoch": 2.319463087248322,
1218
+ "grad_norm": 1.0564630031585693,
1219
+ "learning_rate": 4.061829674628116e-06,
1220
+ "loss": 0.2943,
1221
+ "step": 865
1222
+ },
1223
+ {
1224
+ "epoch": 2.3328859060402687,
1225
+ "grad_norm": 1.2466074228286743,
1226
+ "learning_rate": 3.911353308879673e-06,
1227
+ "loss": 0.3101,
1228
+ "step": 870
1229
+ },
1230
+ {
1231
+ "epoch": 2.3463087248322148,
1232
+ "grad_norm": 1.2940239906311035,
1233
+ "learning_rate": 3.763298216740176e-06,
1234
+ "loss": 0.3008,
1235
+ "step": 875
1236
+ },
1237
+ {
1238
+ "epoch": 2.3597315436241613,
1239
+ "grad_norm": 1.1645023822784424,
1240
+ "learning_rate": 3.617696726941645e-06,
1241
+ "loss": 0.2936,
1242
+ "step": 880
1243
+ },
1244
+ {
1245
+ "epoch": 2.3731543624161073,
1246
+ "grad_norm": 1.130132794380188,
1247
+ "learning_rate": 3.474580632457067e-06,
1248
+ "loss": 0.3071,
1249
+ "step": 885
1250
+ },
1251
+ {
1252
+ "epoch": 2.386577181208054,
1253
+ "grad_norm": 1.4512666463851929,
1254
+ "learning_rate": 3.333981183558196e-06,
1255
+ "loss": 0.286,
1256
+ "step": 890
1257
+ },
1258
+ {
1259
+ "epoch": 2.4,
1260
+ "grad_norm": 1.2466052770614624,
1261
+ "learning_rate": 3.1959290809918953e-06,
1262
+ "loss": 0.2805,
1263
+ "step": 895
1264
+ },
1265
+ {
1266
+ "epoch": 2.4134228187919464,
1267
+ "grad_norm": 1.1981033086776733,
1268
+ "learning_rate": 3.060454469276423e-06,
1269
+ "loss": 0.3166,
1270
+ "step": 900
1271
+ },
1272
+ {
1273
+ "epoch": 2.4268456375838925,
1274
+ "grad_norm": 1.4141004085540771,
1275
+ "learning_rate": 2.9275869301191855e-06,
1276
+ "loss": 0.2694,
1277
+ "step": 905
1278
+ },
1279
+ {
1280
+ "epoch": 2.440268456375839,
1281
+ "grad_norm": 1.2529476881027222,
1282
+ "learning_rate": 2.7973554759574116e-06,
1283
+ "loss": 0.3289,
1284
+ "step": 910
1285
+ },
1286
+ {
1287
+ "epoch": 2.453691275167785,
1288
+ "grad_norm": 1.2852303981781006,
1289
+ "learning_rate": 2.6697885436231023e-06,
1290
+ "loss": 0.2548,
1291
+ "step": 915
1292
+ },
1293
+ {
1294
+ "epoch": 2.4671140939597316,
1295
+ "grad_norm": 1.1721196174621582,
1296
+ "learning_rate": 2.5449139881336587e-06,
1297
+ "loss": 0.2976,
1298
+ "step": 920
1299
+ },
1300
+ {
1301
+ "epoch": 2.4805369127516776,
1302
+ "grad_norm": 1.2852176427841187,
1303
+ "learning_rate": 2.422759076609597e-06,
1304
+ "loss": 0.266,
1305
+ "step": 925
1306
+ },
1307
+ {
1308
+ "epoch": 2.493959731543624,
1309
+ "grad_norm": 1.2244685888290405,
1310
+ "learning_rate": 2.303350482320592e-06,
1311
+ "loss": 0.2866,
1312
+ "step": 930
1313
+ },
1314
+ {
1315
+ "epoch": 2.5073825503355707,
1316
+ "grad_norm": 1.1460144519805908,
1317
+ "learning_rate": 2.1867142788611937e-06,
1318
+ "loss": 0.2525,
1319
+ "step": 935
1320
+ },
1321
+ {
1322
+ "epoch": 2.5208053691275167,
1323
+ "grad_norm": 1.1944162845611572,
1324
+ "learning_rate": 2.0728759344575272e-06,
1325
+ "loss": 0.2659,
1326
+ "step": 940
1327
+ },
1328
+ {
1329
+ "epoch": 2.5342281879194632,
1330
+ "grad_norm": 1.2347413301467896,
1331
+ "learning_rate": 1.961860306406133e-06,
1332
+ "loss": 0.2876,
1333
+ "step": 945
1334
+ },
1335
+ {
1336
+ "epoch": 2.5476510067114093,
1337
+ "grad_norm": 1.1762523651123047,
1338
+ "learning_rate": 1.8536916356462158e-06,
1339
+ "loss": 0.2565,
1340
+ "step": 950
1341
+ },
1342
+ {
1343
+ "epoch": 2.561073825503356,
1344
+ "grad_norm": 1.3083927631378174,
1345
+ "learning_rate": 1.748393541466507e-06,
1346
+ "loss": 0.295,
1347
+ "step": 955
1348
+ },
1349
+ {
1350
+ "epoch": 2.574496644295302,
1351
+ "grad_norm": 1.20221745967865,
1352
+ "learning_rate": 1.6459890163478391e-06,
1353
+ "loss": 0.2945,
1354
+ "step": 960
1355
+ },
1356
+ {
1357
+ "epoch": 2.5879194630872484,
1358
+ "grad_norm": 1.1404248476028442,
1359
+ "learning_rate": 1.5465004209426053e-06,
1360
+ "loss": 0.2678,
1361
+ "step": 965
1362
+ },
1363
+ {
1364
+ "epoch": 2.6013422818791945,
1365
+ "grad_norm": 1.1557812690734863,
1366
+ "learning_rate": 1.4499494791921563e-06,
1367
+ "loss": 0.246,
1368
+ "step": 970
1369
+ },
1370
+ {
1371
+ "epoch": 2.614765100671141,
1372
+ "grad_norm": 1.4273406267166138,
1373
+ "learning_rate": 1.3563572735832668e-06,
1374
+ "loss": 0.2618,
1375
+ "step": 975
1376
+ },
1377
+ {
1378
+ "epoch": 2.6281879194630875,
1379
+ "grad_norm": 1.2271504402160645,
1380
+ "learning_rate": 1.2657442405446345e-06,
1381
+ "loss": 0.2766,
1382
+ "step": 980
1383
+ },
1384
+ {
1385
+ "epoch": 2.6416107382550336,
1386
+ "grad_norm": 1.3696398735046387,
1387
+ "learning_rate": 1.178130165984458e-06,
1388
+ "loss": 0.2756,
1389
+ "step": 985
1390
+ },
1391
+ {
1392
+ "epoch": 2.6550335570469796,
1393
+ "grad_norm": 1.165326476097107,
1394
+ "learning_rate": 1.093534180970074e-06,
1395
+ "loss": 0.2577,
1396
+ "step": 990
1397
+ },
1398
+ {
1399
+ "epoch": 2.668456375838926,
1400
+ "grad_norm": 1.1621224880218506,
1401
+ "learning_rate": 1.0119747575505695e-06,
1402
+ "loss": 0.2703,
1403
+ "step": 995
1404
+ },
1405
+ {
1406
+ "epoch": 2.6818791946308727,
1407
+ "grad_norm": 1.2746843099594116,
1408
+ "learning_rate": 9.334697047232849e-07,
1409
+ "loss": 0.271,
1410
+ "step": 1000
1411
+ },
1412
+ {
1413
+ "epoch": 2.6953020134228187,
1414
+ "grad_norm": 1.3766860961914062,
1415
+ "learning_rate": 8.580361645451257e-07,
1416
+ "loss": 0.2704,
1417
+ "step": 1005
1418
+ },
1419
+ {
1420
+ "epoch": 2.7087248322147652,
1421
+ "grad_norm": 1.2429687976837158,
1422
+ "learning_rate": 7.856906083894871e-07,
1423
+ "loss": 0.278,
1424
+ "step": 1010
1425
+ },
1426
+ {
1427
+ "epoch": 2.7221476510067113,
1428
+ "grad_norm": 1.3704997301101685,
1429
+ "learning_rate": 7.16448833349621e-07,
1430
+ "loss": 0.2922,
1431
+ "step": 1015
1432
+ },
1433
+ {
1434
+ "epoch": 2.735570469798658,
1435
+ "grad_norm": 1.2053768634796143,
1436
+ "learning_rate": 6.503259587892535e-07,
1437
+ "loss": 0.3096,
1438
+ "step": 1020
1439
+ },
1440
+ {
1441
+ "epoch": 2.748993288590604,
1442
+ "grad_norm": 1.2349939346313477,
1443
+ "learning_rate": 5.873364230411754e-07,
1444
+ "loss": 0.3126,
1445
+ "step": 1025
1446
+ },
1447
+ {
1448
+ "epoch": 2.7624161073825504,
1449
+ "grad_norm": 1.1747756004333496,
1450
+ "learning_rate": 5.274939802545415e-07,
1451
+ "loss": 0.2868,
1452
+ "step": 1030
1453
+ },
1454
+ {
1455
+ "epoch": 2.7758389261744965,
1456
+ "grad_norm": 1.2930761575698853,
1457
+ "learning_rate": 4.7081169739157717e-07,
1458
+ "loss": 0.2636,
1459
+ "step": 1035
1460
+ },
1461
+ {
1462
+ "epoch": 2.789261744966443,
1463
+ "grad_norm": 1.2722703218460083,
1464
+ "learning_rate": 4.173019513743198e-07,
1465
+ "loss": 0.2855,
1466
+ "step": 1040
1467
+ },
1468
+ {
1469
+ "epoch": 2.8026845637583895,
1470
+ "grad_norm": 1.2160191535949707,
1471
+ "learning_rate": 3.6697642638204354e-07,
1472
+ "loss": 0.3027,
1473
+ "step": 1045
1474
+ },
1475
+ {
1476
+ "epoch": 2.8161073825503355,
1477
+ "grad_norm": 1.281112790107727,
1478
+ "learning_rate": 3.198461112999468e-07,
1479
+ "loss": 0.2749,
1480
+ "step": 1050
1481
+ },
1482
+ {
1483
+ "epoch": 2.8295302013422816,
1484
+ "grad_norm": 1.319238305091858,
1485
+ "learning_rate": 2.7592129731967176e-07,
1486
+ "loss": 0.2721,
1487
+ "step": 1055
1488
+ },
1489
+ {
1490
+ "epoch": 2.842953020134228,
1491
+ "grad_norm": 1.1398475170135498,
1492
+ "learning_rate": 2.3521157569214024e-07,
1493
+ "loss": 0.2741,
1494
+ "step": 1060
1495
+ },
1496
+ {
1497
+ "epoch": 2.8563758389261746,
1498
+ "grad_norm": 1.2062604427337646,
1499
+ "learning_rate": 1.9772583563326729e-07,
1500
+ "loss": 0.2914,
1501
+ "step": 1065
1502
+ },
1503
+ {
1504
+ "epoch": 2.8697986577181207,
1505
+ "grad_norm": 1.1941601037979126,
1506
+ "learning_rate": 1.6347226238293377e-07,
1507
+ "loss": 0.264,
1508
+ "step": 1070
1509
+ },
1510
+ {
1511
+ "epoch": 2.883221476510067,
1512
+ "grad_norm": 1.2056347131729126,
1513
+ "learning_rate": 1.3245833541768947e-07,
1514
+ "loss": 0.2621,
1515
+ "step": 1075
1516
+ },
1517
+ {
1518
+ "epoch": 2.8966442953020133,
1519
+ "grad_norm": 1.2341067790985107,
1520
+ "learning_rate": 1.0469082681757114e-07,
1521
+ "loss": 0.3256,
1522
+ "step": 1080
1523
+ },
1524
+ {
1525
+ "epoch": 2.91006711409396,
1526
+ "grad_norm": 1.2186816930770874,
1527
+ "learning_rate": 8.0175799787372e-08,
1528
+ "loss": 0.2971,
1529
+ "step": 1085
1530
+ },
1531
+ {
1532
+ "epoch": 2.9234899328859063,
1533
+ "grad_norm": 1.2171205282211304,
1534
+ "learning_rate": 5.891860733270249e-08,
1535
+ "loss": 0.2766,
1536
+ "step": 1090
1537
+ },
1538
+ {
1539
+ "epoch": 2.9369127516778524,
1540
+ "grad_norm": 1.2805997133255005,
1541
+ "learning_rate": 4.092389109113526e-08,
1542
+ "loss": 0.2823,
1543
+ "step": 1095
1544
+ },
1545
+ {
1546
+ "epoch": 2.9503355704697984,
1547
+ "grad_norm": 1.32804274559021,
1548
+ "learning_rate": 2.6195580318667533e-08,
1549
+ "loss": 0.3115,
1550
+ "step": 1100
1551
+ },
1552
+ {
1553
+ "epoch": 2.963758389261745,
1554
+ "grad_norm": 1.1139308214187622,
1555
+ "learning_rate": 1.4736891031752464e-08,
1556
+ "loss": 0.3099,
1557
+ "step": 1105
1558
+ },
1559
+ {
1560
+ "epoch": 2.9771812080536915,
1561
+ "grad_norm": 1.4985675811767578,
1562
+ "learning_rate": 6.550325305054172e-09,
1563
+ "loss": 0.2728,
1564
+ "step": 1110
1565
+ },
1566
+ {
1567
+ "epoch": 2.9906040268456375,
1568
+ "grad_norm": 1.1384669542312622,
1569
+ "learning_rate": 1.6376707251097855e-09,
1570
+ "loss": 0.2683,
1571
+ "step": 1115
1572
+ },
1573
+ {
1574
+ "epoch": 3.0,
1575
+ "step": 1119,
1576
+ "total_flos": 1.489123253103362e+18,
1577
+ "train_loss": 0.5669498731239871,
1578
+ "train_runtime": 689.3067,
1579
+ "train_samples_per_second": 51.822,
1580
+ "train_steps_per_second": 1.623
1581
+ }
1582
+ ],
1583
+ "logging_steps": 5,
1584
+ "max_steps": 1119,
1585
+ "num_input_tokens_seen": 0,
1586
+ "num_train_epochs": 3,
1587
+ "save_steps": 2000,
1588
+ "stateful_callbacks": {
1589
+ "TrainerControl": {
1590
+ "args": {
1591
+ "should_epoch_stop": false,
1592
+ "should_evaluate": false,
1593
+ "should_log": false,
1594
+ "should_save": false,
1595
+ "should_training_stop": false
1596
+ },
1597
+ "attributes": {}
1598
+ }
1599
+ },
1600
+ "total_flos": 1.489123253103362e+18,
1601
+ "train_batch_size": 2,
1602
+ "trial_name": null,
1603
+ "trial_params": null
1604
+ }
15_128_e3_3e-5/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e8d42762062aea0f58961ec368193103fbe93728b30aa3e942f0cc8c00b2446
3
+ size 8145
15_128_e3_3e-5/vocab.json ADDED
The diff for this file is too large to render. See raw diff