RayDu0010 commited on
Commit
4b4b203
·
verified ·
1 Parent(s): 7a4569e

Upload folder using huggingface_hub

Browse files
51_128_e3_3e-5/.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
51_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_1000
10
+ model-index:
11
+ - name: 51_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
+ # 51_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_1000 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
51_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
+ "k_proj",
28
+ "up_proj",
29
+ "q_proj",
30
+ "v_proj",
31
+ "gate_proj",
32
+ "down_proj",
33
+ "o_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
51_128_e3_3e-5/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e16e73919d6d904c3a25e982c0b11ba30e460d50edfd5a4eb70e9230205c93b
3
+ size 791751704
51_128_e3_3e-5/all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 1.4334566195296993e+18,
4
+ "train_loss": 0.5625010207752509,
5
+ "train_runtime": 674.2109,
6
+ "train_samples": 10425,
7
+ "train_samples_per_second": 46.388,
8
+ "train_steps_per_second": 1.451
9
+ }
51_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
+ }
51_128_e3_3e-5/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
51_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
+ }
51_128_e3_3e-5/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
51_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
+ }
51_128_e3_3e-5/train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 1.4334566195296993e+18,
4
+ "train_loss": 0.5625010207752509,
5
+ "train_runtime": 674.2109,
6
+ "train_samples": 10425,
7
+ "train_samples_per_second": 46.388,
8
+ "train_steps_per_second": 1.451
9
+ }
51_128_e3_3e-5/trainer_state.json ADDED
@@ -0,0 +1,1408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 978,
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.015337423312883436,
14
+ "grad_norm": 0.9479827880859375,
15
+ "learning_rate": 2.4489795918367347e-06,
16
+ "loss": 1.2914,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.03067484662576687,
21
+ "grad_norm": 0.6532108187675476,
22
+ "learning_rate": 5.510204081632653e-06,
23
+ "loss": 1.2724,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.046012269938650305,
28
+ "grad_norm": 0.7648320198059082,
29
+ "learning_rate": 8.571428571428571e-06,
30
+ "loss": 1.2327,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.06134969325153374,
35
+ "grad_norm": 0.5440880060195923,
36
+ "learning_rate": 1.163265306122449e-05,
37
+ "loss": 1.236,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.07668711656441718,
42
+ "grad_norm": 0.5116869807243347,
43
+ "learning_rate": 1.4693877551020408e-05,
44
+ "loss": 1.2763,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.09202453987730061,
49
+ "grad_norm": 0.5124427080154419,
50
+ "learning_rate": 1.7755102040816327e-05,
51
+ "loss": 1.2272,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.10736196319018405,
56
+ "grad_norm": 0.4724956750869751,
57
+ "learning_rate": 2.0816326530612247e-05,
58
+ "loss": 1.1925,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.12269938650306748,
63
+ "grad_norm": 0.468453586101532,
64
+ "learning_rate": 2.3877551020408164e-05,
65
+ "loss": 1.2061,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.13803680981595093,
70
+ "grad_norm": 0.46370843052864075,
71
+ "learning_rate": 2.6938775510204084e-05,
72
+ "loss": 1.2048,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.15337423312883436,
77
+ "grad_norm": 0.445858359336853,
78
+ "learning_rate": 3e-05,
79
+ "loss": 1.1646,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.1687116564417178,
84
+ "grad_norm": 0.48852217197418213,
85
+ "learning_rate": 2.999785582986574e-05,
86
+ "loss": 1.193,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.18404907975460122,
91
+ "grad_norm": 0.4960137605667114,
92
+ "learning_rate": 2.9991423932458366e-05,
93
+ "loss": 1.0939,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.19938650306748465,
98
+ "grad_norm": 0.5038251876831055,
99
+ "learning_rate": 2.9980706146588852e-05,
100
+ "loss": 1.1392,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.2147239263803681,
105
+ "grad_norm": 0.5848245024681091,
106
+ "learning_rate": 2.9965705536358054e-05,
107
+ "loss": 1.0737,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.23006134969325154,
112
+ "grad_norm": 0.4853243827819824,
113
+ "learning_rate": 2.9946426390280696e-05,
114
+ "loss": 1.1028,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.24539877300613497,
119
+ "grad_norm": 0.4873882830142975,
120
+ "learning_rate": 2.992287422005934e-05,
121
+ "loss": 1.1089,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.2607361963190184,
126
+ "grad_norm": 0.503591775894165,
127
+ "learning_rate": 2.9895055759008655e-05,
128
+ "loss": 1.077,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.27607361963190186,
133
+ "grad_norm": 0.4841548502445221,
134
+ "learning_rate": 2.9862978960130418e-05,
135
+ "loss": 1.0475,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.29141104294478526,
140
+ "grad_norm": 0.5389356017112732,
141
+ "learning_rate": 2.9826652993839853e-05,
142
+ "loss": 1.0377,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.3067484662576687,
147
+ "grad_norm": 0.4708312451839447,
148
+ "learning_rate": 2.9786088245343896e-05,
149
+ "loss": 1.0261,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.3220858895705521,
154
+ "grad_norm": 0.6129530072212219,
155
+ "learning_rate": 2.974129631167218e-05,
156
+ "loss": 1.0388,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.3374233128834356,
161
+ "grad_norm": 0.6659024357795715,
162
+ "learning_rate": 2.969228999836156e-05,
163
+ "loss": 1.0287,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.35276073619631904,
168
+ "grad_norm": 0.539665162563324,
169
+ "learning_rate": 2.963908331579515e-05,
170
+ "loss": 1.0355,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.36809815950920244,
175
+ "grad_norm": 0.6108341217041016,
176
+ "learning_rate": 2.9581691475196915e-05,
177
+ "loss": 0.9654,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.3834355828220859,
182
+ "grad_norm": 0.5414963960647583,
183
+ "learning_rate": 2.9520130884282933e-05,
184
+ "loss": 0.9653,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.3987730061349693,
189
+ "grad_norm": 0.623569130897522,
190
+ "learning_rate": 2.94544191425706e-05,
191
+ "loss": 0.9541,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.41411042944785276,
196
+ "grad_norm": 0.6428107619285583,
197
+ "learning_rate": 2.938457503634712e-05,
198
+ "loss": 0.928,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.4294478527607362,
203
+ "grad_norm": 0.7320411205291748,
204
+ "learning_rate": 2.931061853329871e-05,
205
+ "loss": 0.9412,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.4447852760736196,
210
+ "grad_norm": 0.6268852949142456,
211
+ "learning_rate": 2.9232570776802047e-05,
212
+ "loss": 0.9467,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.4601226993865031,
217
+ "grad_norm": 0.7097761631011963,
218
+ "learning_rate": 2.9150454079879597e-05,
219
+ "loss": 0.9425,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.4754601226993865,
224
+ "grad_norm": 0.7176456451416016,
225
+ "learning_rate": 2.9064291918820576e-05,
226
+ "loss": 0.9134,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.49079754601226994,
231
+ "grad_norm": 0.6366844773292542,
232
+ "learning_rate": 2.8974108926469306e-05,
233
+ "loss": 0.8768,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.5061349693251533,
238
+ "grad_norm": 0.7397588491439819,
239
+ "learning_rate": 2.8879930885182965e-05,
240
+ "loss": 0.9381,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.5214723926380368,
245
+ "grad_norm": 0.7433550953865051,
246
+ "learning_rate": 2.8781784719460674e-05,
247
+ "loss": 0.9354,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.5368098159509203,
252
+ "grad_norm": 0.7571491599082947,
253
+ "learning_rate": 2.8679698488246075e-05,
254
+ "loss": 0.8806,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.5521472392638037,
259
+ "grad_norm": 0.8180937170982361,
260
+ "learning_rate": 2.8573701376905585e-05,
261
+ "loss": 0.8255,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.5674846625766872,
266
+ "grad_norm": 0.820141613483429,
267
+ "learning_rate": 2.8463823688884598e-05,
268
+ "loss": 0.8304,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.5828220858895705,
273
+ "grad_norm": 0.6901472210884094,
274
+ "learning_rate": 2.835009683704406e-05,
275
+ "loss": 0.8722,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.598159509202454,
280
+ "grad_norm": 0.7843679189682007,
281
+ "learning_rate": 2.823255333467985e-05,
282
+ "loss": 0.8664,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.6134969325153374,
287
+ "grad_norm": 0.8625418543815613,
288
+ "learning_rate": 2.8111226786227614e-05,
289
+ "loss": 0.8202,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.6288343558282209,
294
+ "grad_norm": 0.8017191886901855,
295
+ "learning_rate": 2.798615187765557e-05,
296
+ "loss": 0.7733,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.6441717791411042,
301
+ "grad_norm": 0.9335097074508667,
302
+ "learning_rate": 2.7857364366548185e-05,
303
+ "loss": 0.8315,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.6595092024539877,
308
+ "grad_norm": 0.8092615604400635,
309
+ "learning_rate": 2.7724901071883457e-05,
310
+ "loss": 0.8307,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.6748466257668712,
315
+ "grad_norm": 0.8395926356315613,
316
+ "learning_rate": 2.7588799863506762e-05,
317
+ "loss": 0.8117,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.6901840490797546,
322
+ "grad_norm": 0.8694223165512085,
323
+ "learning_rate": 2.7449099651304265e-05,
324
+ "loss": 0.7547,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.7055214723926381,
329
+ "grad_norm": 1.063184380531311,
330
+ "learning_rate": 2.7305840374078997e-05,
331
+ "loss": 0.7945,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.7208588957055214,
336
+ "grad_norm": 0.874076783657074,
337
+ "learning_rate": 2.7159062988132788e-05,
338
+ "loss": 0.7991,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 0.7361963190184049,
343
+ "grad_norm": 0.8423658013343811,
344
+ "learning_rate": 2.7008809455557276e-05,
345
+ "loss": 0.7501,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 0.7515337423312883,
350
+ "grad_norm": 0.7731667757034302,
351
+ "learning_rate": 2.6855122732237414e-05,
352
+ "loss": 0.7446,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 0.7668711656441718,
357
+ "grad_norm": 0.9163995385169983,
358
+ "learning_rate": 2.6698046755570824e-05,
359
+ "loss": 0.7705,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 0.7822085889570553,
364
+ "grad_norm": 0.8659682869911194,
365
+ "learning_rate": 2.6537626431906568e-05,
366
+ "loss": 0.7091,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 0.7975460122699386,
371
+ "grad_norm": 0.8967508673667908,
372
+ "learning_rate": 2.63739076237069e-05,
373
+ "loss": 0.7324,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 0.8128834355828221,
378
+ "grad_norm": 0.9549793004989624,
379
+ "learning_rate": 2.6206937136435696e-05,
380
+ "loss": 0.7469,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 0.8282208588957055,
385
+ "grad_norm": 0.8499115705490112,
386
+ "learning_rate": 2.603676270517722e-05,
387
+ "loss": 0.7105,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 0.843558282208589,
392
+ "grad_norm": 0.9262447357177734,
393
+ "learning_rate": 2.586343298098923e-05,
394
+ "loss": 0.7193,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 0.8588957055214724,
399
+ "grad_norm": 0.8585225939750671,
400
+ "learning_rate": 2.5686997516994123e-05,
401
+ "loss": 0.7058,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 0.8742331288343558,
406
+ "grad_norm": 0.9979948997497559,
407
+ "learning_rate": 2.5507506754212233e-05,
408
+ "loss": 0.7128,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 0.8895705521472392,
413
+ "grad_norm": 0.9485252499580383,
414
+ "learning_rate": 2.532501200714129e-05,
415
+ "loss": 0.6953,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 0.9049079754601227,
420
+ "grad_norm": 0.9380909204483032,
421
+ "learning_rate": 2.5139565449086128e-05,
422
+ "loss": 0.719,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 0.9202453987730062,
427
+ "grad_norm": 1.0208559036254883,
428
+ "learning_rate": 2.4951220097242927e-05,
429
+ "loss": 0.7207,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 0.9355828220858896,
434
+ "grad_norm": 0.933393120765686,
435
+ "learning_rate": 2.4760029797542133e-05,
436
+ "loss": 0.7175,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 0.950920245398773,
441
+ "grad_norm": 0.971408486366272,
442
+ "learning_rate": 2.456604920925448e-05,
443
+ "loss": 0.6762,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 0.9662576687116564,
448
+ "grad_norm": 1.1367558240890503,
449
+ "learning_rate": 2.4369333789364523e-05,
450
+ "loss": 0.673,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 0.9815950920245399,
455
+ "grad_norm": 0.9299585819244385,
456
+ "learning_rate": 2.4169939776716013e-05,
457
+ "loss": 0.6968,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 0.9969325153374233,
462
+ "grad_norm": 1.0021302700042725,
463
+ "learning_rate": 2.396792417593388e-05,
464
+ "loss": 0.6546,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 1.0122699386503067,
469
+ "grad_norm": 1.3160091638565063,
470
+ "learning_rate": 2.3763344741127168e-05,
471
+ "loss": 0.6162,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 1.0276073619631902,
476
+ "grad_norm": 1.0747168064117432,
477
+ "learning_rate": 2.355625995937776e-05,
478
+ "loss": 0.593,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 1.0429447852760736,
483
+ "grad_norm": 1.2322441339492798,
484
+ "learning_rate": 2.3346729034019575e-05,
485
+ "loss": 0.5646,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 1.058282208588957,
490
+ "grad_norm": 1.1179224252700806,
491
+ "learning_rate": 2.3134811867712926e-05,
492
+ "loss": 0.5695,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 1.0736196319018405,
497
+ "grad_norm": 1.0664554834365845,
498
+ "learning_rate": 2.292056904531899e-05,
499
+ "loss": 0.5865,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 1.0889570552147239,
504
+ "grad_norm": 0.969951331615448,
505
+ "learning_rate": 2.2704061816579282e-05,
506
+ "loss": 0.5797,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 1.1042944785276074,
511
+ "grad_norm": 0.9852150082588196,
512
+ "learning_rate": 2.248535207860496e-05,
513
+ "loss": 0.5176,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 1.1196319018404908,
518
+ "grad_norm": 1.1692544221878052,
519
+ "learning_rate": 2.226450235818112e-05,
520
+ "loss": 0.555,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 1.1349693251533743,
525
+ "grad_norm": 1.2176973819732666,
526
+ "learning_rate": 2.2041575793891056e-05,
527
+ "loss": 0.5477,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 1.1503067484662577,
532
+ "grad_norm": 1.351145625114441,
533
+ "learning_rate": 2.1816636118065607e-05,
534
+ "loss": 0.5521,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 1.165644171779141,
539
+ "grad_norm": 1.1659549474716187,
540
+ "learning_rate": 2.1589747638562763e-05,
541
+ "loss": 0.5499,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 1.1809815950920246,
546
+ "grad_norm": 1.0642236471176147,
547
+ "learning_rate": 2.1360975220382722e-05,
548
+ "loss": 0.5265,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 1.196319018404908,
553
+ "grad_norm": 1.2559146881103516,
554
+ "learning_rate": 2.113038426712371e-05,
555
+ "loss": 0.5594,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 1.2116564417177913,
560
+ "grad_norm": 1.134261131286621,
561
+ "learning_rate": 2.089804070228375e-05,
562
+ "loss": 0.5242,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 1.2269938650306749,
567
+ "grad_norm": 1.1124902963638306,
568
+ "learning_rate": 2.066401095041386e-05,
569
+ "loss": 0.5316,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 1.2423312883435582,
574
+ "grad_norm": 1.0494729280471802,
575
+ "learning_rate": 2.0428361918127962e-05,
576
+ "loss": 0.5169,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 1.2576687116564418,
581
+ "grad_norm": 1.053193211555481,
582
+ "learning_rate": 2.019116097497503e-05,
583
+ "loss": 0.5259,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 1.2730061349693251,
588
+ "grad_norm": 1.1603937149047852,
589
+ "learning_rate": 1.9952475934178798e-05,
590
+ "loss": 0.4998,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 1.2883435582822087,
595
+ "grad_norm": 1.0774054527282715,
596
+ "learning_rate": 1.971237503325075e-05,
597
+ "loss": 0.4797,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 1.303680981595092,
602
+ "grad_norm": 0.9619120955467224,
603
+ "learning_rate": 1.947092691448166e-05,
604
+ "loss": 0.5213,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 1.3190184049079754,
609
+ "grad_norm": 1.1378053426742554,
610
+ "learning_rate": 1.9228200605317574e-05,
611
+ "loss": 0.4757,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 1.334355828220859,
616
+ "grad_norm": 1.149680495262146,
617
+ "learning_rate": 1.8984265498625546e-05,
618
+ "loss": 0.4801,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 1.3496932515337423,
623
+ "grad_norm": 1.0541986227035522,
624
+ "learning_rate": 1.8739191332854967e-05,
625
+ "loss": 0.518,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 1.3650306748466257,
630
+ "grad_norm": 1.0434142351150513,
631
+ "learning_rate": 1.8493048172100095e-05,
632
+ "loss": 0.4935,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 1.3803680981595092,
637
+ "grad_norm": 1.0216686725616455,
638
+ "learning_rate": 1.824590638606947e-05,
639
+ "loss": 0.5304,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 1.3957055214723926,
644
+ "grad_norm": 1.1520646810531616,
645
+ "learning_rate": 1.7997836629967962e-05,
646
+ "loss": 0.4555,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 1.4110429447852761,
651
+ "grad_norm": 1.0427292585372925,
652
+ "learning_rate": 1.7748909824297204e-05,
653
+ "loss": 0.4865,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 1.4263803680981595,
658
+ "grad_norm": 1.133017897605896,
659
+ "learning_rate": 1.7499197134580174e-05,
660
+ "loss": 0.4863,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 1.441717791411043,
665
+ "grad_norm": 1.153871774673462,
666
+ "learning_rate": 1.7248769951015734e-05,
667
+ "loss": 0.4925,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 1.4570552147239264,
672
+ "grad_norm": 1.1278655529022217,
673
+ "learning_rate": 1.6997699868068918e-05,
674
+ "loss": 0.4752,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 1.4723926380368098,
679
+ "grad_norm": 1.183666706085205,
680
+ "learning_rate": 1.674605866400286e-05,
681
+ "loss": 0.47,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 1.4877300613496933,
686
+ "grad_norm": 1.1284968852996826,
687
+ "learning_rate": 1.6493918280358135e-05,
688
+ "loss": 0.4844,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 1.5030674846625767,
693
+ "grad_norm": 1.1074920892715454,
694
+ "learning_rate": 1.6241350801385434e-05,
695
+ "loss": 0.4511,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 1.51840490797546,
700
+ "grad_norm": 1.194481372833252,
701
+ "learning_rate": 1.5988428433437477e-05,
702
+ "loss": 0.486,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 1.5337423312883436,
707
+ "grad_norm": 1.1266710758209229,
708
+ "learning_rate": 1.573522348432594e-05,
709
+ "loss": 0.4731,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 1.5490797546012272,
714
+ "grad_norm": 1.157607078552246,
715
+ "learning_rate": 1.5481808342649455e-05,
716
+ "loss": 0.4472,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 1.5644171779141103,
721
+ "grad_norm": 0.9894949197769165,
722
+ "learning_rate": 1.522825545709847e-05,
723
+ "loss": 0.4269,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 1.5797546012269938,
728
+ "grad_norm": 1.1299246549606323,
729
+ "learning_rate": 1.497463731574294e-05,
730
+ "loss": 0.431,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 1.5950920245398774,
735
+ "grad_norm": 1.2490668296813965,
736
+ "learning_rate": 1.4721026425308758e-05,
737
+ "loss": 0.4632,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 1.6104294478527608,
742
+ "grad_norm": 1.1780003309249878,
743
+ "learning_rate": 1.446749529044886e-05,
744
+ "loss": 0.4291,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 1.6257668711656441,
749
+ "grad_norm": 1.257867455482483,
750
+ "learning_rate": 1.4214116393014902e-05,
751
+ "loss": 0.4417,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 1.6411042944785277,
756
+ "grad_norm": 1.0419623851776123,
757
+ "learning_rate": 1.3960962171335487e-05,
758
+ "loss": 0.4001,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 1.656441717791411,
763
+ "grad_norm": 1.1442716121673584,
764
+ "learning_rate": 1.3708104999506819e-05,
765
+ "loss": 0.4708,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 1.6717791411042944,
770
+ "grad_norm": 1.2492327690124512,
771
+ "learning_rate": 1.3455617166701712e-05,
772
+ "loss": 0.4616,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 1.687116564417178,
777
+ "grad_norm": 1.1348553895950317,
778
+ "learning_rate": 1.320357085650287e-05,
779
+ "loss": 0.4147,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 1.7024539877300615,
784
+ "grad_norm": 1.2993242740631104,
785
+ "learning_rate": 1.29520381262664e-05,
786
+ "loss": 0.4012,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 1.7177914110429446,
791
+ "grad_norm": 1.278564691543579,
792
+ "learning_rate": 1.2701090886521366e-05,
793
+ "loss": 0.437,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 1.7331288343558282,
798
+ "grad_norm": 1.0541185140609741,
799
+ "learning_rate": 1.2450800880411339e-05,
800
+ "loss": 0.3997,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 1.7484662576687118,
805
+ "grad_norm": 1.1179388761520386,
806
+ "learning_rate": 1.2201239663183771e-05,
807
+ "loss": 0.3816,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 1.7638036809815951,
812
+ "grad_norm": 1.2214819192886353,
813
+ "learning_rate": 1.1952478581733159e-05,
814
+ "loss": 0.4286,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 1.7791411042944785,
819
+ "grad_norm": 1.20120370388031,
820
+ "learning_rate": 1.1704588754203695e-05,
821
+ "loss": 0.4101,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 1.794478527607362,
826
+ "grad_norm": 1.140474557876587,
827
+ "learning_rate": 1.1457641049657336e-05,
828
+ "loss": 0.4007,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 1.8098159509202454,
833
+ "grad_norm": 1.0792462825775146,
834
+ "learning_rate": 1.1211706067813135e-05,
835
+ "loss": 0.4321,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 1.8251533742331287,
840
+ "grad_norm": 1.357324242591858,
841
+ "learning_rate": 1.096685411886349e-05,
842
+ "loss": 0.4078,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 1.8404907975460123,
847
+ "grad_norm": 1.175324559211731,
848
+ "learning_rate": 1.0723155203373247e-05,
849
+ "loss": 0.4092,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 1.8558282208588959,
854
+ "grad_norm": 1.4264357089996338,
855
+ "learning_rate": 1.0480678992267235e-05,
856
+ "loss": 0.409,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 1.871165644171779,
861
+ "grad_norm": 1.2610962390899658,
862
+ "learning_rate": 1.0239494806912149e-05,
863
+ "loss": 0.4052,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 1.8865030674846626,
868
+ "grad_norm": 1.133188009262085,
869
+ "learning_rate": 9.999671599298262e-06,
870
+ "loss": 0.4083,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 1.9018404907975461,
875
+ "grad_norm": 1.1806271076202393,
876
+ "learning_rate": 9.761277932326818e-06,
877
+ "loss": 0.4028,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 1.9171779141104295,
882
+ "grad_norm": 1.1987602710723877,
883
+ "learning_rate": 9.524381960208598e-06,
884
+ "loss": 0.3965,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 1.9325153374233128,
889
+ "grad_norm": 1.2796728610992432,
890
+ "learning_rate": 9.289051408979382e-06,
891
+ "loss": 0.3501,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 1.9478527607361964,
896
+ "grad_norm": 1.212151288986206,
897
+ "learning_rate": 9.055353557137789e-06,
898
+ "loss": 0.3578,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 1.9631901840490797,
903
+ "grad_norm": 1.1031944751739502,
904
+ "learning_rate": 8.82335521641107e-06,
905
+ "loss": 0.4611,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 1.978527607361963,
910
+ "grad_norm": 1.1507176160812378,
911
+ "learning_rate": 8.593122712654337e-06,
912
+ "loss": 0.3971,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 1.9938650306748467,
917
+ "grad_norm": 1.3288483619689941,
918
+ "learning_rate": 8.364721866888716e-06,
919
+ "loss": 0.3795,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 2.0092024539877302,
924
+ "grad_norm": 1.1326398849487305,
925
+ "learning_rate": 8.138217976483847e-06,
926
+ "loss": 0.3444,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 2.0245398773006134,
931
+ "grad_norm": 1.2195041179656982,
932
+ "learning_rate": 7.913675796489983e-06,
933
+ "loss": 0.3054,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 2.039877300613497,
938
+ "grad_norm": 1.240760087966919,
939
+ "learning_rate": 7.691159521125304e-06,
940
+ "loss": 0.3669,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 2.0552147239263805,
945
+ "grad_norm": 1.090166449546814,
946
+ "learning_rate": 7.470732765423413e-06,
947
+ "loss": 0.3017,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 2.0705521472392636,
952
+ "grad_norm": 1.2588560581207275,
953
+ "learning_rate": 7.252458547046486e-06,
954
+ "loss": 0.2871,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 2.085889570552147,
959
+ "grad_norm": 1.1772913932800293,
960
+ "learning_rate": 7.0363992682692095e-06,
961
+ "loss": 0.2965,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 2.1012269938650308,
966
+ "grad_norm": 1.2672231197357178,
967
+ "learning_rate": 6.822616698138619e-06,
968
+ "loss": 0.3516,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 2.116564417177914,
973
+ "grad_norm": 1.194394826889038,
974
+ "learning_rate": 6.611171954814998e-06,
975
+ "loss": 0.3016,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 2.1319018404907975,
980
+ "grad_norm": 1.2427701950073242,
981
+ "learning_rate": 6.402125488098835e-06,
982
+ "loss": 0.3077,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 2.147239263803681,
987
+ "grad_norm": 1.3371913433074951,
988
+ "learning_rate": 6.195537062148877e-06,
989
+ "loss": 0.3189,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 2.1625766871165646,
994
+ "grad_norm": 1.1829326152801514,
995
+ "learning_rate": 5.9914657383961854e-06,
996
+ "loss": 0.2919,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 2.1779141104294477,
1001
+ "grad_norm": 1.1718101501464844,
1002
+ "learning_rate": 5.789969858659134e-06,
1003
+ "loss": 0.3108,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 2.1932515337423313,
1008
+ "grad_norm": 1.3176288604736328,
1009
+ "learning_rate": 5.591107028464035e-06,
1010
+ "loss": 0.2868,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 2.208588957055215,
1015
+ "grad_norm": 1.2966890335083008,
1016
+ "learning_rate": 5.3949341005764045e-06,
1017
+ "loss": 0.2952,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 2.223926380368098,
1022
+ "grad_norm": 1.3806135654449463,
1023
+ "learning_rate": 5.20150715874733e-06,
1024
+ "loss": 0.2908,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 2.2392638036809815,
1029
+ "grad_norm": 1.1960639953613281,
1030
+ "learning_rate": 5.0108815016797264e-06,
1031
+ "loss": 0.2975,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 2.254601226993865,
1036
+ "grad_norm": 1.2420316934585571,
1037
+ "learning_rate": 4.823111627219005e-06,
1038
+ "loss": 0.3089,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 2.2699386503067487,
1043
+ "grad_norm": 1.2030253410339355,
1044
+ "learning_rate": 4.638251216772771e-06,
1045
+ "loss": 0.3181,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 2.285276073619632,
1050
+ "grad_norm": 1.3142906427383423,
1051
+ "learning_rate": 4.456353119963834e-06,
1052
+ "loss": 0.3313,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 2.3006134969325154,
1057
+ "grad_norm": 1.2937871217727661,
1058
+ "learning_rate": 4.277469339521078e-06,
1059
+ "loss": 0.2948,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 2.315950920245399,
1064
+ "grad_norm": 1.3126288652420044,
1065
+ "learning_rate": 4.101651016412442e-06,
1066
+ "loss": 0.3103,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 2.331288343558282,
1071
+ "grad_norm": 1.1288119554519653,
1072
+ "learning_rate": 3.9289484152242526e-06,
1073
+ "loss": 0.2648,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 2.3466257668711656,
1078
+ "grad_norm": 1.1804512739181519,
1079
+ "learning_rate": 3.7594109097911208e-06,
1080
+ "loss": 0.3286,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 2.361963190184049,
1085
+ "grad_norm": 1.1652648448944092,
1086
+ "learning_rate": 3.5930869690804914e-06,
1087
+ "loss": 0.2772,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 2.3773006134969323,
1092
+ "grad_norm": 1.175654649734497,
1093
+ "learning_rate": 3.430024143335861e-06,
1094
+ "loss": 0.2843,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 2.392638036809816,
1099
+ "grad_norm": 1.4218146800994873,
1100
+ "learning_rate": 3.2702690504826894e-06,
1101
+ "loss": 0.3156,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 2.4079754601226995,
1106
+ "grad_norm": 1.2394732236862183,
1107
+ "learning_rate": 3.113867362800843e-06,
1108
+ "loss": 0.2932,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 2.4233128834355826,
1113
+ "grad_norm": 1.165306568145752,
1114
+ "learning_rate": 2.9608637938673327e-06,
1115
+ "loss": 0.279,
1116
+ "step": 790
1117
+ },
1118
+ {
1119
+ "epoch": 2.438650306748466,
1120
+ "grad_norm": 1.4578087329864502,
1121
+ "learning_rate": 2.8113020857732165e-06,
1122
+ "loss": 0.2863,
1123
+ "step": 795
1124
+ },
1125
+ {
1126
+ "epoch": 2.4539877300613497,
1127
+ "grad_norm": 1.0880450010299683,
1128
+ "learning_rate": 2.6652249966181997e-06,
1129
+ "loss": 0.3053,
1130
+ "step": 800
1131
+ },
1132
+ {
1133
+ "epoch": 2.4693251533742333,
1134
+ "grad_norm": 1.248149037361145,
1135
+ "learning_rate": 2.52267428828653e-06,
1136
+ "loss": 0.2773,
1137
+ "step": 805
1138
+ },
1139
+ {
1140
+ "epoch": 2.4846625766871164,
1141
+ "grad_norm": 1.11225426197052,
1142
+ "learning_rate": 2.383690714507722e-06,
1143
+ "loss": 0.297,
1144
+ "step": 810
1145
+ },
1146
+ {
1147
+ "epoch": 2.5,
1148
+ "grad_norm": 1.144210934638977,
1149
+ "learning_rate": 2.2483140092055233e-06,
1150
+ "loss": 0.284,
1151
+ "step": 815
1152
+ },
1153
+ {
1154
+ "epoch": 2.5153374233128836,
1155
+ "grad_norm": 1.362216591835022,
1156
+ "learning_rate": 2.116582875138382e-06,
1157
+ "loss": 0.2914,
1158
+ "step": 820
1159
+ },
1160
+ {
1161
+ "epoch": 2.530674846625767,
1162
+ "grad_norm": 1.4110219478607178,
1163
+ "learning_rate": 1.9885349728347555e-06,
1164
+ "loss": 0.339,
1165
+ "step": 825
1166
+ },
1167
+ {
1168
+ "epoch": 2.5460122699386503,
1169
+ "grad_norm": 1.2461217641830444,
1170
+ "learning_rate": 1.8642069098263603e-06,
1171
+ "loss": 0.2775,
1172
+ "step": 830
1173
+ },
1174
+ {
1175
+ "epoch": 2.561349693251534,
1176
+ "grad_norm": 1.2816096544265747,
1177
+ "learning_rate": 1.7436342301824687e-06,
1178
+ "loss": 0.3125,
1179
+ "step": 835
1180
+ },
1181
+ {
1182
+ "epoch": 2.5766871165644174,
1183
+ "grad_norm": 1.1968787908554077,
1184
+ "learning_rate": 1.6268514043482425e-06,
1185
+ "loss": 0.2742,
1186
+ "step": 840
1187
+ },
1188
+ {
1189
+ "epoch": 2.5920245398773005,
1190
+ "grad_norm": 1.2479854822158813,
1191
+ "learning_rate": 1.513891819289993e-06,
1192
+ "loss": 0.2918,
1193
+ "step": 845
1194
+ },
1195
+ {
1196
+ "epoch": 2.607361963190184,
1197
+ "grad_norm": 1.1733531951904297,
1198
+ "learning_rate": 1.4047877689502092e-06,
1199
+ "loss": 0.2543,
1200
+ "step": 850
1201
+ },
1202
+ {
1203
+ "epoch": 2.6226993865030677,
1204
+ "grad_norm": 1.1784672737121582,
1205
+ "learning_rate": 1.2995704450150565e-06,
1206
+ "loss": 0.2948,
1207
+ "step": 855
1208
+ },
1209
+ {
1210
+ "epoch": 2.638036809815951,
1211
+ "grad_norm": 1.200485348701477,
1212
+ "learning_rate": 1.1982699279970223e-06,
1213
+ "loss": 0.257,
1214
+ "step": 860
1215
+ },
1216
+ {
1217
+ "epoch": 2.6533742331288344,
1218
+ "grad_norm": 1.071563959121704,
1219
+ "learning_rate": 1.1009151786351884e-06,
1220
+ "loss": 0.2979,
1221
+ "step": 865
1222
+ },
1223
+ {
1224
+ "epoch": 2.668711656441718,
1225
+ "grad_norm": 1.348412275314331,
1226
+ "learning_rate": 1.0075340296156894e-06,
1227
+ "loss": 0.2841,
1228
+ "step": 870
1229
+ },
1230
+ {
1231
+ "epoch": 2.684049079754601,
1232
+ "grad_norm": 1.358690857887268,
1233
+ "learning_rate": 9.181531776146412e-07,
1234
+ "loss": 0.3097,
1235
+ "step": 875
1236
+ },
1237
+ {
1238
+ "epoch": 2.6993865030674846,
1239
+ "grad_norm": 1.1868973970413208,
1240
+ "learning_rate": 8.327981756658332e-07,
1241
+ "loss": 0.2827,
1242
+ "step": 880
1243
+ },
1244
+ {
1245
+ "epoch": 2.714723926380368,
1246
+ "grad_norm": 1.2396225929260254,
1247
+ "learning_rate": 7.514934258553969e-07,
1248
+ "loss": 0.2842,
1249
+ "step": 885
1250
+ },
1251
+ {
1252
+ "epoch": 2.7300613496932513,
1253
+ "grad_norm": 1.1880395412445068,
1254
+ "learning_rate": 6.742621723455072e-07,
1255
+ "loss": 0.2994,
1256
+ "step": 890
1257
+ },
1258
+ {
1259
+ "epoch": 2.745398773006135,
1260
+ "grad_norm": 1.0822758674621582,
1261
+ "learning_rate": 6.01126494729125e-07,
1262
+ "loss": 0.2556,
1263
+ "step": 895
1264
+ },
1265
+ {
1266
+ "epoch": 2.7607361963190185,
1267
+ "grad_norm": 1.2059530019760132,
1268
+ "learning_rate": 5.321073017176775e-07,
1269
+ "loss": 0.2836,
1270
+ "step": 900
1271
+ },
1272
+ {
1273
+ "epoch": 2.7760736196319016,
1274
+ "grad_norm": 1.1232023239135742,
1275
+ "learning_rate": 4.67224325163475e-07,
1276
+ "loss": 0.2975,
1277
+ "step": 905
1278
+ },
1279
+ {
1280
+ "epoch": 2.791411042944785,
1281
+ "grad_norm": 1.1995302438735962,
1282
+ "learning_rate": 4.064961144185936e-07,
1283
+ "loss": 0.2943,
1284
+ "step": 910
1285
+ },
1286
+ {
1287
+ "epoch": 2.8067484662576687,
1288
+ "grad_norm": 1.1762601137161255,
1289
+ "learning_rate": 3.499400310318035e-07,
1290
+ "loss": 0.3385,
1291
+ "step": 915
1292
+ },
1293
+ {
1294
+ "epoch": 2.8220858895705523,
1295
+ "grad_norm": 1.2636016607284546,
1296
+ "learning_rate": 2.9757224378509305e-07,
1297
+ "loss": 0.2657,
1298
+ "step": 920
1299
+ },
1300
+ {
1301
+ "epoch": 2.837423312883436,
1302
+ "grad_norm": 1.172234058380127,
1303
+ "learning_rate": 2.4940772407118286e-07,
1304
+ "loss": 0.2943,
1305
+ "step": 925
1306
+ },
1307
+ {
1308
+ "epoch": 2.852760736196319,
1309
+ "grad_norm": 1.1352618932724,
1310
+ "learning_rate": 2.0546024161336773e-07,
1311
+ "loss": 0.2752,
1312
+ "step": 930
1313
+ },
1314
+ {
1315
+ "epoch": 2.8680981595092025,
1316
+ "grad_norm": 1.2794803380966187,
1317
+ "learning_rate": 1.65742360528896e-07,
1318
+ "loss": 0.3107,
1319
+ "step": 935
1320
+ },
1321
+ {
1322
+ "epoch": 2.883435582822086,
1323
+ "grad_norm": 1.0951546430587769,
1324
+ "learning_rate": 1.302654357370209e-07,
1325
+ "loss": 0.2868,
1326
+ "step": 940
1327
+ },
1328
+ {
1329
+ "epoch": 2.8987730061349692,
1330
+ "grad_norm": 1.2274115085601807,
1331
+ "learning_rate": 9.903960971275883e-08,
1332
+ "loss": 0.2569,
1333
+ "step": 945
1334
+ },
1335
+ {
1336
+ "epoch": 2.914110429447853,
1337
+ "grad_norm": 1.1298874616622925,
1338
+ "learning_rate": 7.207380958724918e-08,
1339
+ "loss": 0.244,
1340
+ "step": 950
1341
+ },
1342
+ {
1343
+ "epoch": 2.9294478527607364,
1344
+ "grad_norm": 1.103461503982544,
1345
+ "learning_rate": 4.93757445955989e-08,
1346
+ "loss": 0.2523,
1347
+ "step": 955
1348
+ },
1349
+ {
1350
+ "epoch": 2.9447852760736195,
1351
+ "grad_norm": 1.1655006408691406,
1352
+ "learning_rate": 3.095190387288227e-08,
1353
+ "loss": 0.2497,
1354
+ "step": 960
1355
+ },
1356
+ {
1357
+ "epoch": 2.960122699386503,
1358
+ "grad_norm": 1.27084219455719,
1359
+ "learning_rate": 1.6807554598968212e-08,
1360
+ "loss": 0.2777,
1361
+ "step": 965
1362
+ },
1363
+ {
1364
+ "epoch": 2.9754601226993866,
1365
+ "grad_norm": 1.0959105491638184,
1366
+ "learning_rate": 6.946740492698167e-09,
1367
+ "loss": 0.2494,
1368
+ "step": 970
1369
+ },
1370
+ {
1371
+ "epoch": 2.9907975460122698,
1372
+ "grad_norm": 1.117619276046753,
1373
+ "learning_rate": 1.3722806558158495e-09,
1374
+ "loss": 0.2814,
1375
+ "step": 975
1376
+ },
1377
+ {
1378
+ "epoch": 3.0,
1379
+ "step": 978,
1380
+ "total_flos": 1.4334566195296993e+18,
1381
+ "train_loss": 0.5625010207752509,
1382
+ "train_runtime": 674.2109,
1383
+ "train_samples_per_second": 46.388,
1384
+ "train_steps_per_second": 1.451
1385
+ }
1386
+ ],
1387
+ "logging_steps": 5,
1388
+ "max_steps": 978,
1389
+ "num_input_tokens_seen": 0,
1390
+ "num_train_epochs": 3,
1391
+ "save_steps": 2000,
1392
+ "stateful_callbacks": {
1393
+ "TrainerControl": {
1394
+ "args": {
1395
+ "should_epoch_stop": false,
1396
+ "should_evaluate": false,
1397
+ "should_log": false,
1398
+ "should_save": false,
1399
+ "should_training_stop": false
1400
+ },
1401
+ "attributes": {}
1402
+ }
1403
+ },
1404
+ "total_flos": 1.4334566195296993e+18,
1405
+ "train_batch_size": 2,
1406
+ "trial_name": null,
1407
+ "trial_params": null
1408
+ }
51_128_e3_3e-5/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c8be1bad19fb5d96e31a495f0d87e20250028359375bfa31c2592a6dbad7e0c
3
+ size 8145
51_128_e3_3e-5/vocab.json ADDED
The diff for this file is too large to render. See raw diff