sbrzz commited on
Commit
0017caf
1 Parent(s): 196f1d6

Upload 9 files

Browse files
config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TinyLlavaForConditionalGeneration"
4
+ ],
5
+ "cache_dir": null,
6
+ "connector_type": "mlp2x_gelu",
7
+ "hidden_size": 576,
8
+ "ignore_index": -100,
9
+ "image_aspect_ratio": "square",
10
+ "image_token_index": -200,
11
+ "llm_model_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
12
+ "model_type": "tinyllava",
13
+ "num_queries": 128,
14
+ "num_resampler_layers": 3,
15
+ "pad_token": "<|endoftext|>",
16
+ "pad_token_id": 0,
17
+ "resampler_hidden_size": 768,
18
+ "text_config": {
19
+ "_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
20
+ "architectures": [
21
+ "LlamaForCausalLM"
22
+ ],
23
+ "hidden_size": 576,
24
+ "initializer_range": 0.041666666666666664,
25
+ "intermediate_size": 1536,
26
+ "is_llama_config": true,
27
+ "max_position_embeddings": 8192,
28
+ "mlp_bias": false,
29
+ "model_type": "llama",
30
+ "num_attention_heads": 9,
31
+ "num_hidden_layers": 30,
32
+ "num_key_value_heads": 3,
33
+ "pad_token_id": 2,
34
+ "rms_norm_eps": 1e-05,
35
+ "rope_interleaved": false,
36
+ "rope_theta": 100000,
37
+ "tie_word_embeddings": true,
38
+ "torch_dtype": "float16",
39
+ "transformers.js_config": {
40
+ "kv_cache_dtype": {
41
+ "fp16": "float16",
42
+ "q4f16": "float16"
43
+ }
44
+ },
45
+ "vocab_size": 49152
46
+ },
47
+ "tokenizer_model_max_length": 2048,
48
+ "tokenizer_name_or_path": "HuggingFaceTB/SmolLM2-135M-Instruct",
49
+ "tokenizer_padding_side": "right",
50
+ "tokenizer_use_fast": false,
51
+ "torch_dtype": "float16",
52
+ "transformers_version": "4.39.3",
53
+ "tune_type_connector": "full",
54
+ "tune_type_llm": "full",
55
+ "tune_type_vision_tower": "frozen",
56
+ "tune_vision_tower_from_layer": 0,
57
+ "use_cache": true,
58
+ "vision_config": {
59
+ "_name_or_path": "facebook/dinov2-small",
60
+ "apply_layernorm": true,
61
+ "architectures": [
62
+ "Dinov2Model"
63
+ ],
64
+ "attention_probs_dropout_prob": 0.0,
65
+ "drop_path_rate": 0.0,
66
+ "hidden_act": "gelu",
67
+ "hidden_dropout_prob": 0.0,
68
+ "hidden_size": 384,
69
+ "image_size": 518,
70
+ "layer_norm_eps": 1e-06,
71
+ "layerscale_value": 1.0,
72
+ "mlp_ratio": 4,
73
+ "model_name_or_path": "facebook/dinov2-small",
74
+ "model_name_or_path2": "",
75
+ "model_type": "dinov2",
76
+ "num_attention_heads": 6,
77
+ "num_hidden_layers": 12,
78
+ "out_features": [
79
+ "stage12"
80
+ ],
81
+ "out_indices": [
82
+ 12
83
+ ],
84
+ "patch_size": 14,
85
+ "qkv_bias": true,
86
+ "reshape_hidden_states": true,
87
+ "stage_names": [
88
+ "stem",
89
+ "stage1",
90
+ "stage2",
91
+ "stage3",
92
+ "stage4",
93
+ "stage5",
94
+ "stage6",
95
+ "stage7",
96
+ "stage8",
97
+ "stage9",
98
+ "stage10",
99
+ "stage11",
100
+ "stage12"
101
+ ],
102
+ "torch_dtype": "float32",
103
+ "use_swiglu_ffn": false
104
+ },
105
+ "vision_feature_layer": -2,
106
+ "vision_feature_select_strategy": "patch",
107
+ "vision_hidden_size": 384,
108
+ "vision_model_name_or_path": "facebook/dinov2-small",
109
+ "vision_model_name_or_path2": "",
110
+ "vocab_size": 49152
111
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 2,
6
+ "transformers_version": "4.39.3",
7
+ "use_cache": false
8
+ }
log.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ 2024-11-13 14:17:46,714 | INFO: Total Parameters: 554112, Total Trainable Parameters: 554112
2
+ 2024-11-13 14:17:46,715 | INFO: Trainable Parameters:
3
+ 2024-11-13 14:22:12,914 | INFO: Total Parameters: 554112, Total Trainable Parameters: 554112
4
+ 2024-11-13 14:22:12,914 | INFO: Trainable Parameters:
5
+ 2024-11-13 14:37:32,709 | INFO: Total Parameters: 554112, Total Trainable Parameters: 554112
6
+ 2024-11-13 14:37:32,710 | INFO: Trainable Parameters:
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b8b99db344e92e6a37dd42a6d4c7874d7e1a990a4c991deb3231cc962b7424
3
+ size 314316256
special_tokens_map.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "bos_token": {
7
+ "content": "<|im_start|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "eos_token": {
14
+ "content": "<|im_end|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "pad_token": "<|endoftext|>",
21
+ "unk_token": {
22
+ "content": "<|endoftext|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ }
28
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "<repo_name>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "4": {
38
+ "content": "<reponame>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "5": {
46
+ "content": "<file_sep>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "6": {
54
+ "content": "<filename>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "7": {
62
+ "content": "<gh_stars>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "8": {
70
+ "content": "<issue_start>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "9": {
78
+ "content": "<issue_comment>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "10": {
86
+ "content": "<issue_closed>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "11": {
94
+ "content": "<jupyter_start>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "12": {
102
+ "content": "<jupyter_text>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "13": {
110
+ "content": "<jupyter_code>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "14": {
118
+ "content": "<jupyter_output>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": true
124
+ },
125
+ "15": {
126
+ "content": "<jupyter_script>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": true
132
+ },
133
+ "16": {
134
+ "content": "<empty_output>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": true
140
+ }
141
+ },
142
+ "additional_special_tokens": [
143
+ "<|im_start|>",
144
+ "<|im_end|>"
145
+ ],
146
+ "bos_token": "<|im_start|>",
147
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful AI assistant named SmolLM, trained by Hugging Face<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
148
+ "clean_up_tokenization_spaces": false,
149
+ "eos_token": "<|im_end|>",
150
+ "errors": "replace",
151
+ "model_max_length": 2048,
152
+ "pad_token": "<|endoftext|>",
153
+ "padding_side": "right",
154
+ "tokenizer_class": "GPT2Tokenizer",
155
+ "unk_token": "<|endoftext|>",
156
+ "vocab_size": 49152
157
+ }
trainer_state.json ADDED
@@ -0,0 +1,3530 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.11466574934067195,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0,
13
+ "grad_norm": 0.0,
14
+ "learning_rate": 1.3333333333333334e-06,
15
+ "loss": 0.0,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 0.0,
21
+ "learning_rate": 2.666666666666667e-06,
22
+ "loss": 0.0,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.0,
27
+ "grad_norm": 0.0,
28
+ "learning_rate": 4.000000000000001e-06,
29
+ "loss": 0.0,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.0,
34
+ "grad_norm": 0.0,
35
+ "learning_rate": 5.333333333333334e-06,
36
+ "loss": 0.0,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.0,
41
+ "grad_norm": 0.0,
42
+ "learning_rate": 6.666666666666667e-06,
43
+ "loss": 0.0,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.0,
48
+ "grad_norm": 0.0,
49
+ "learning_rate": 8.000000000000001e-06,
50
+ "loss": 0.0,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.0,
55
+ "grad_norm": 0.0,
56
+ "learning_rate": 9.333333333333334e-06,
57
+ "loss": 0.0,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.0,
62
+ "grad_norm": 0.0,
63
+ "learning_rate": 1.0666666666666667e-05,
64
+ "loss": 0.0,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.0,
69
+ "grad_norm": 0.0,
70
+ "learning_rate": 1.2e-05,
71
+ "loss": 0.0,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.0,
76
+ "grad_norm": 0.0,
77
+ "learning_rate": 1.3333333333333333e-05,
78
+ "loss": 0.0,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.0,
83
+ "grad_norm": 0.0,
84
+ "learning_rate": 1.4666666666666666e-05,
85
+ "loss": 0.0,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.0,
90
+ "grad_norm": 0.0,
91
+ "learning_rate": 1.6000000000000003e-05,
92
+ "loss": 0.0,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.0,
97
+ "grad_norm": 0.0,
98
+ "learning_rate": 1.7333333333333336e-05,
99
+ "loss": 0.0,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.0,
104
+ "grad_norm": 0.0,
105
+ "learning_rate": 1.866666666666667e-05,
106
+ "loss": 0.0,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.0,
111
+ "grad_norm": 0.0,
112
+ "learning_rate": 2e-05,
113
+ "loss": 0.0,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.0,
118
+ "grad_norm": 0.0,
119
+ "learning_rate": 1.999979021001399e-05,
120
+ "loss": 0.0,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.0,
125
+ "grad_norm": 0.0,
126
+ "learning_rate": 1.999916084885832e-05,
127
+ "loss": 0.0,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.0,
132
+ "grad_norm": 0.0,
133
+ "learning_rate": 1.9998111942939727e-05,
134
+ "loss": 0.0,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.0,
139
+ "grad_norm": 0.0,
140
+ "learning_rate": 1.9996643536268202e-05,
141
+ "loss": 0.0,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.0,
146
+ "grad_norm": 0.0,
147
+ "learning_rate": 1.9994755690455154e-05,
148
+ "loss": 0.0,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.0,
153
+ "grad_norm": 0.0,
154
+ "learning_rate": 1.99924484847108e-05,
155
+ "loss": 0.0,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.01,
160
+ "grad_norm": 0.0,
161
+ "learning_rate": 1.998972201584088e-05,
162
+ "loss": 0.0,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.01,
167
+ "grad_norm": 0.0,
168
+ "learning_rate": 1.9986576398242566e-05,
169
+ "loss": 0.0,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.01,
174
+ "grad_norm": 0.0,
175
+ "learning_rate": 1.9983011763899674e-05,
176
+ "loss": 0.0,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.01,
181
+ "grad_norm": 0.0,
182
+ "learning_rate": 1.997902826237712e-05,
183
+ "loss": 0.0,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.01,
188
+ "grad_norm": 0.0,
189
+ "learning_rate": 1.997462606081465e-05,
190
+ "loss": 0.0,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.01,
195
+ "grad_norm": 0.0,
196
+ "learning_rate": 1.9969805343919822e-05,
197
+ "loss": 0.0,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.01,
202
+ "grad_norm": 0.0,
203
+ "learning_rate": 1.9964566313960265e-05,
204
+ "loss": 0.0,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.01,
209
+ "grad_norm": 0.0,
210
+ "learning_rate": 1.995890919075519e-05,
211
+ "loss": 0.0,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.01,
216
+ "grad_norm": 0.0,
217
+ "learning_rate": 1.995283421166614e-05,
218
+ "loss": 0.0,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.01,
223
+ "grad_norm": 0.0,
224
+ "learning_rate": 1.9946341631587086e-05,
225
+ "loss": 0.0,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.01,
230
+ "grad_norm": 0.0,
231
+ "learning_rate": 1.9939431722933678e-05,
232
+ "loss": 0.0,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.01,
237
+ "grad_norm": 0.0,
238
+ "learning_rate": 1.9932104775631847e-05,
239
+ "loss": 0.0,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.01,
244
+ "grad_norm": 0.0,
245
+ "learning_rate": 1.9924361097105624e-05,
246
+ "loss": 0.0,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.01,
251
+ "grad_norm": 0.0,
252
+ "learning_rate": 1.9916201012264255e-05,
253
+ "loss": 0.0,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.01,
258
+ "grad_norm": 0.0,
259
+ "learning_rate": 1.990762486348855e-05,
260
+ "loss": 0.0,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.01,
265
+ "grad_norm": 0.0,
266
+ "learning_rate": 1.989863301061654e-05,
267
+ "loss": 0.0,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.01,
272
+ "grad_norm": 0.0,
273
+ "learning_rate": 1.9889225830928365e-05,
274
+ "loss": 0.0,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.01,
279
+ "grad_norm": 0.0,
280
+ "learning_rate": 1.987940371913044e-05,
281
+ "loss": 0.0,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.01,
286
+ "grad_norm": 0.0,
287
+ "learning_rate": 1.9869167087338908e-05,
288
+ "loss": 0.0,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.01,
293
+ "grad_norm": 0.0,
294
+ "learning_rate": 1.9858516365062334e-05,
295
+ "loss": 0.0,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.01,
300
+ "grad_norm": 0.0,
301
+ "learning_rate": 1.9847451999183692e-05,
302
+ "loss": 0.0,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.01,
307
+ "grad_norm": 0.0,
308
+ "learning_rate": 1.9835974453941623e-05,
309
+ "loss": 0.0,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.01,
314
+ "grad_norm": 0.0,
315
+ "learning_rate": 1.9824084210910924e-05,
316
+ "loss": 0.0,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.01,
321
+ "grad_norm": 0.0,
322
+ "learning_rate": 1.9811781768982392e-05,
323
+ "loss": 0.0,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.01,
328
+ "grad_norm": 0.0,
329
+ "learning_rate": 1.9799067644341844e-05,
330
+ "loss": 0.0,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.01,
335
+ "grad_norm": 0.0,
336
+ "learning_rate": 1.978594237044849e-05,
337
+ "loss": 0.0,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.01,
342
+ "grad_norm": 0.0,
343
+ "learning_rate": 1.977240649801253e-05,
344
+ "loss": 0.0,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.01,
349
+ "grad_norm": 0.0,
350
+ "learning_rate": 1.9758460594972068e-05,
351
+ "loss": 0.0,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.01,
356
+ "grad_norm": 0.0,
357
+ "learning_rate": 1.9744105246469264e-05,
358
+ "loss": 0.0,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.01,
363
+ "grad_norm": 0.0,
364
+ "learning_rate": 1.9729341054825783e-05,
365
+ "loss": 0.0,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.01,
370
+ "grad_norm": 0.0,
371
+ "learning_rate": 1.9714168639517543e-05,
372
+ "loss": 0.0,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.01,
377
+ "grad_norm": 0.0,
378
+ "learning_rate": 1.9698588637148705e-05,
379
+ "loss": 0.0,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.01,
384
+ "grad_norm": 0.0,
385
+ "learning_rate": 1.9682601701424958e-05,
386
+ "loss": 0.0,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.01,
391
+ "grad_norm": 0.0,
392
+ "learning_rate": 1.9666208503126115e-05,
393
+ "loss": 0.0,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.01,
398
+ "grad_norm": 0.0,
399
+ "learning_rate": 1.9649409730077934e-05,
400
+ "loss": 0.0,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.01,
405
+ "grad_norm": 0.0,
406
+ "learning_rate": 1.9632206087123296e-05,
407
+ "loss": 0.0,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.01,
412
+ "grad_norm": 0.0,
413
+ "learning_rate": 1.9614598296092603e-05,
414
+ "loss": 0.0,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.01,
419
+ "grad_norm": 0.0,
420
+ "learning_rate": 1.9596587095773496e-05,
421
+ "loss": 0.0,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.01,
426
+ "grad_norm": 0.0,
427
+ "learning_rate": 1.957817324187987e-05,
428
+ "loss": 0.0,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.01,
433
+ "grad_norm": 0.0,
434
+ "learning_rate": 1.9559357507020163e-05,
435
+ "loss": 0.0,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.01,
440
+ "grad_norm": 0.0,
441
+ "learning_rate": 1.9540140680664915e-05,
442
+ "loss": 0.0,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.01,
447
+ "grad_norm": 0.0,
448
+ "learning_rate": 1.952052356911368e-05,
449
+ "loss": 0.0,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.01,
454
+ "grad_norm": 0.0,
455
+ "learning_rate": 1.950050699546116e-05,
456
+ "loss": 0.0,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.01,
461
+ "grad_norm": 0.0,
462
+ "learning_rate": 1.9480091799562706e-05,
463
+ "loss": 0.0,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.02,
468
+ "grad_norm": 0.0,
469
+ "learning_rate": 1.9459278837999048e-05,
470
+ "loss": 0.0,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.02,
475
+ "grad_norm": 0.0,
476
+ "learning_rate": 1.9438068984040366e-05,
477
+ "loss": 0.0,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.02,
482
+ "grad_norm": 0.0,
483
+ "learning_rate": 1.9416463127609655e-05,
484
+ "loss": 0.0,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.02,
489
+ "grad_norm": 0.0,
490
+ "learning_rate": 1.9394462175245382e-05,
491
+ "loss": 0.0,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.02,
496
+ "grad_norm": 0.0,
497
+ "learning_rate": 1.937206705006344e-05,
498
+ "loss": 0.0,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.02,
503
+ "grad_norm": 0.0,
504
+ "learning_rate": 1.9349278691718426e-05,
505
+ "loss": 0.0,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.02,
510
+ "grad_norm": 0.0,
511
+ "learning_rate": 1.9326098056364224e-05,
512
+ "loss": 0.0,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.02,
517
+ "grad_norm": 0.0,
518
+ "learning_rate": 1.9302526116613863e-05,
519
+ "loss": 0.0,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.02,
524
+ "grad_norm": 0.0,
525
+ "learning_rate": 1.9278563861498726e-05,
526
+ "loss": 0.0,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.02,
531
+ "grad_norm": 0.0,
532
+ "learning_rate": 1.9254212296427043e-05,
533
+ "loss": 0.0,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.02,
538
+ "grad_norm": 0.0,
539
+ "learning_rate": 1.922947244314172e-05,
540
+ "loss": 0.0,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.02,
545
+ "grad_norm": 0.0,
546
+ "learning_rate": 1.9204345339677442e-05,
547
+ "loss": 0.0,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.02,
552
+ "grad_norm": 0.0,
553
+ "learning_rate": 1.9178832040317153e-05,
554
+ "loss": 0.0,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.02,
559
+ "grad_norm": 0.0,
560
+ "learning_rate": 1.91529336155478e-05,
561
+ "loss": 0.0,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.02,
566
+ "grad_norm": 0.0,
567
+ "learning_rate": 1.9126651152015404e-05,
568
+ "loss": 0.0,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.02,
573
+ "grad_norm": 0.0,
574
+ "learning_rate": 1.9099985752479505e-05,
575
+ "loss": 0.0,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.02,
580
+ "grad_norm": 0.0,
581
+ "learning_rate": 1.9072938535766864e-05,
582
+ "loss": 0.0,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.02,
587
+ "grad_norm": 0.0,
588
+ "learning_rate": 1.904551063672452e-05,
589
+ "loss": 0.0,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.02,
594
+ "grad_norm": 0.0,
595
+ "learning_rate": 1.9017703206172187e-05,
596
+ "loss": 0.0,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.02,
601
+ "grad_norm": 0.0,
602
+ "learning_rate": 1.8989517410853956e-05,
603
+ "loss": 0.0,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.02,
608
+ "grad_norm": 0.0,
609
+ "learning_rate": 1.896095443338935e-05,
610
+ "loss": 0.0,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.02,
615
+ "grad_norm": 0.0,
616
+ "learning_rate": 1.8932015472223692e-05,
617
+ "loss": 0.0,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.02,
622
+ "grad_norm": 0.0,
623
+ "learning_rate": 1.8902701741577844e-05,
624
+ "loss": 0.0,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.02,
629
+ "grad_norm": 0.0,
630
+ "learning_rate": 1.8873014471397225e-05,
631
+ "loss": 0.0,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.02,
636
+ "grad_norm": 0.0,
637
+ "learning_rate": 1.8842954907300236e-05,
638
+ "loss": 0.0,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.02,
643
+ "grad_norm": 0.0,
644
+ "learning_rate": 1.881252431052599e-05,
645
+ "loss": 0.0,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.02,
650
+ "grad_norm": 0.0,
651
+ "learning_rate": 1.8781723957881374e-05,
652
+ "loss": 0.0,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.02,
657
+ "grad_norm": 0.0,
658
+ "learning_rate": 1.87505551416875e-05,
659
+ "loss": 0.0,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.02,
664
+ "grad_norm": 0.0,
665
+ "learning_rate": 1.871901916972547e-05,
666
+ "loss": 0.0,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.02,
671
+ "grad_norm": 0.0,
672
+ "learning_rate": 1.8687117365181514e-05,
673
+ "loss": 0.0,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.02,
678
+ "grad_norm": 0.0,
679
+ "learning_rate": 1.865485106659145e-05,
680
+ "loss": 0.0,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.02,
685
+ "grad_norm": 0.0,
686
+ "learning_rate": 1.862222162778454e-05,
687
+ "loss": 0.0,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.02,
692
+ "grad_norm": 0.0,
693
+ "learning_rate": 1.85892304178267e-05,
694
+ "loss": 0.0,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.02,
699
+ "grad_norm": 0.0,
700
+ "learning_rate": 1.8555878820963014e-05,
701
+ "loss": 0.0,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.02,
706
+ "grad_norm": 0.0,
707
+ "learning_rate": 1.8522168236559693e-05,
708
+ "loss": 0.0,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.02,
713
+ "grad_norm": 0.0,
714
+ "learning_rate": 1.8488100079045345e-05,
715
+ "loss": 0.0,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.02,
720
+ "grad_norm": 0.0,
721
+ "learning_rate": 1.8453675777851627e-05,
722
+ "loss": 0.0,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.02,
727
+ "grad_norm": 0.0,
728
+ "learning_rate": 1.8418896777353272e-05,
729
+ "loss": 0.0,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.02,
734
+ "grad_norm": 0.0,
735
+ "learning_rate": 1.8383764536807486e-05,
736
+ "loss": 0.0,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.02,
741
+ "grad_norm": 0.0,
742
+ "learning_rate": 1.8348280530292712e-05,
743
+ "loss": 0.0,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.02,
748
+ "grad_norm": 0.0,
749
+ "learning_rate": 1.831244624664681e-05,
750
+ "loss": 0.0,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.02,
755
+ "grad_norm": 0.0,
756
+ "learning_rate": 1.827626318940454e-05,
757
+ "loss": 0.0,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.02,
762
+ "grad_norm": 0.0,
763
+ "learning_rate": 1.8239732876734525e-05,
764
+ "loss": 0.0,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.02,
769
+ "grad_norm": 0.0,
770
+ "learning_rate": 1.8202856841375517e-05,
771
+ "loss": 0.0,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.03,
776
+ "grad_norm": 0.0,
777
+ "learning_rate": 1.816563663057211e-05,
778
+ "loss": 0.0,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.03,
783
+ "grad_norm": 0.0,
784
+ "learning_rate": 1.81280738060098e-05,
785
+ "loss": 0.0,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.03,
790
+ "grad_norm": 0.0,
791
+ "learning_rate": 1.8090169943749477e-05,
792
+ "loss": 0.0,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.03,
797
+ "grad_norm": 0.0,
798
+ "learning_rate": 1.8051926634161282e-05,
799
+ "loss": 0.0,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.03,
804
+ "grad_norm": 0.0,
805
+ "learning_rate": 1.8013345481857903e-05,
806
+ "loss": 0.0,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.03,
811
+ "grad_norm": 0.0,
812
+ "learning_rate": 1.797442810562721e-05,
813
+ "loss": 0.0,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.03,
818
+ "grad_norm": 0.0,
819
+ "learning_rate": 1.793517613836437e-05,
820
+ "loss": 0.0,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.03,
825
+ "grad_norm": 0.0,
826
+ "learning_rate": 1.7895591227003316e-05,
827
+ "loss": 0.0,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.03,
832
+ "grad_norm": 0.0,
833
+ "learning_rate": 1.7855675032447648e-05,
834
+ "loss": 0.0,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.03,
839
+ "grad_norm": 0.0,
840
+ "learning_rate": 1.7815429229500946e-05,
841
+ "loss": 0.0,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.03,
846
+ "grad_norm": 0.0,
847
+ "learning_rate": 1.7774855506796497e-05,
848
+ "loss": 0.0,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.03,
853
+ "grad_norm": 0.0,
854
+ "learning_rate": 1.7733955566726438e-05,
855
+ "loss": 0.0,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.03,
860
+ "grad_norm": 0.0,
861
+ "learning_rate": 1.7692731125370355e-05,
862
+ "loss": 0.0,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.03,
867
+ "grad_norm": 0.0,
868
+ "learning_rate": 1.7651183912423228e-05,
869
+ "loss": 0.0,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.03,
874
+ "grad_norm": 0.0,
875
+ "learning_rate": 1.7609315671122912e-05,
876
+ "loss": 0.0,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.03,
881
+ "grad_norm": 0.0,
882
+ "learning_rate": 1.7567128158176955e-05,
883
+ "loss": 0.0,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.03,
888
+ "grad_norm": 0.0,
889
+ "learning_rate": 1.7524623143688905e-05,
890
+ "loss": 0.0,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.03,
895
+ "grad_norm": 0.0,
896
+ "learning_rate": 1.748180241108404e-05,
897
+ "loss": 0.0,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.03,
902
+ "grad_norm": 0.0,
903
+ "learning_rate": 1.7438667757034547e-05,
904
+ "loss": 0.0,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.03,
909
+ "grad_norm": 0.0,
910
+ "learning_rate": 1.739522099138411e-05,
911
+ "loss": 0.0,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.03,
916
+ "grad_norm": 0.0,
917
+ "learning_rate": 1.7351463937072008e-05,
918
+ "loss": 0.0,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.03,
923
+ "grad_norm": 0.0,
924
+ "learning_rate": 1.7307398430056595e-05,
925
+ "loss": 0.0,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.03,
930
+ "grad_norm": 0.0,
931
+ "learning_rate": 1.72630263192383e-05,
932
+ "loss": 0.0,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.03,
937
+ "grad_norm": 0.0,
938
+ "learning_rate": 1.7218349466382024e-05,
939
+ "loss": 0.0,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.03,
944
+ "grad_norm": 0.0,
945
+ "learning_rate": 1.7173369746039026e-05,
946
+ "loss": 0.0,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.03,
951
+ "grad_norm": 0.0,
952
+ "learning_rate": 1.7128089045468294e-05,
953
+ "loss": 0.0,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.03,
958
+ "grad_norm": 0.0,
959
+ "learning_rate": 1.7082509264557333e-05,
960
+ "loss": 0.0,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.03,
965
+ "grad_norm": 0.0,
966
+ "learning_rate": 1.7036632315742464e-05,
967
+ "loss": 0.0,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.03,
972
+ "grad_norm": 0.0,
973
+ "learning_rate": 1.6990460123928577e-05,
974
+ "loss": 0.0,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.03,
979
+ "grad_norm": 0.0,
980
+ "learning_rate": 1.6943994626408365e-05,
981
+ "loss": 0.0,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.03,
986
+ "grad_norm": 0.0,
987
+ "learning_rate": 1.6897237772781046e-05,
988
+ "loss": 0.0,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.03,
993
+ "grad_norm": 0.0,
994
+ "learning_rate": 1.6850191524870548e-05,
995
+ "loss": 0.0,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.03,
1000
+ "grad_norm": 0.0,
1001
+ "learning_rate": 1.6802857856643214e-05,
1002
+ "loss": 0.0,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.03,
1007
+ "grad_norm": 0.0,
1008
+ "learning_rate": 1.6755238754124965e-05,
1009
+ "loss": 0.0,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.03,
1014
+ "grad_norm": 0.0,
1015
+ "learning_rate": 1.6707336215317968e-05,
1016
+ "loss": 0.0,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.03,
1021
+ "grad_norm": 0.0,
1022
+ "learning_rate": 1.665915225011681e-05,
1023
+ "loss": 0.0,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.03,
1028
+ "grad_norm": 0.0,
1029
+ "learning_rate": 1.6610688880224178e-05,
1030
+ "loss": 0.0,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.03,
1035
+ "grad_norm": 0.0,
1036
+ "learning_rate": 1.6561948139065997e-05,
1037
+ "loss": 0.0,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.03,
1042
+ "grad_norm": 0.0,
1043
+ "learning_rate": 1.6512932071706153e-05,
1044
+ "loss": 0.0,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.03,
1049
+ "grad_norm": 0.0,
1050
+ "learning_rate": 1.646364273476067e-05,
1051
+ "loss": 0.0,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.03,
1056
+ "grad_norm": 0.0,
1057
+ "learning_rate": 1.6414082196311402e-05,
1058
+ "loss": 0.0,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.03,
1063
+ "grad_norm": 0.0,
1064
+ "learning_rate": 1.6364252535819284e-05,
1065
+ "loss": 0.0,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.03,
1070
+ "grad_norm": 0.0,
1071
+ "learning_rate": 1.6314155844037074e-05,
1072
+ "loss": 0.0,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.04,
1077
+ "grad_norm": 0.0,
1078
+ "learning_rate": 1.626379422292162e-05,
1079
+ "loss": 0.0,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.04,
1084
+ "grad_norm": 0.0,
1085
+ "learning_rate": 1.6213169785545688e-05,
1086
+ "loss": 0.0,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.04,
1091
+ "grad_norm": 0.0,
1092
+ "learning_rate": 1.6162284656009276e-05,
1093
+ "loss": 0.0,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.04,
1098
+ "grad_norm": 0.0,
1099
+ "learning_rate": 1.6111140969350504e-05,
1100
+ "loss": 0.0,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.04,
1105
+ "grad_norm": 0.0,
1106
+ "learning_rate": 1.6059740871456035e-05,
1107
+ "loss": 0.0,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.04,
1112
+ "grad_norm": 0.0,
1113
+ "learning_rate": 1.6008086518971037e-05,
1114
+ "loss": 0.0,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.04,
1119
+ "grad_norm": 0.0,
1120
+ "learning_rate": 1.5956180079208684e-05,
1121
+ "loss": 0.0,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.04,
1126
+ "grad_norm": 0.0,
1127
+ "learning_rate": 1.5904023730059227e-05,
1128
+ "loss": 0.0,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.04,
1133
+ "grad_norm": 0.0,
1134
+ "learning_rate": 1.5851619659898623e-05,
1135
+ "loss": 0.0,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.04,
1140
+ "grad_norm": 0.0,
1141
+ "learning_rate": 1.57989700674967e-05,
1142
+ "loss": 0.0,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.04,
1147
+ "grad_norm": 0.0,
1148
+ "learning_rate": 1.5746077161924905e-05,
1149
+ "loss": 0.0,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.04,
1154
+ "grad_norm": 0.0,
1155
+ "learning_rate": 1.5692943162463628e-05,
1156
+ "loss": 0.0,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.04,
1161
+ "grad_norm": 0.0,
1162
+ "learning_rate": 1.5639570298509067e-05,
1163
+ "loss": 0.0,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.04,
1168
+ "grad_norm": 0.0,
1169
+ "learning_rate": 1.5585960809479698e-05,
1170
+ "loss": 0.0,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.04,
1175
+ "grad_norm": 0.0,
1176
+ "learning_rate": 1.5532116944722308e-05,
1177
+ "loss": 0.0,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.04,
1182
+ "grad_norm": 0.0,
1183
+ "learning_rate": 1.547804096341763e-05,
1184
+ "loss": 0.0,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.04,
1189
+ "grad_norm": 0.0,
1190
+ "learning_rate": 1.5423735134485537e-05,
1191
+ "loss": 0.0,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.04,
1196
+ "grad_norm": 0.0,
1197
+ "learning_rate": 1.536920173648984e-05,
1198
+ "loss": 0.0,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.04,
1203
+ "grad_norm": 0.0,
1204
+ "learning_rate": 1.5314443057542703e-05,
1205
+ "loss": 0.0,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.04,
1210
+ "grad_norm": 0.0,
1211
+ "learning_rate": 1.5259461395208628e-05,
1212
+ "loss": 0.0,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.04,
1217
+ "grad_norm": 0.0,
1218
+ "learning_rate": 1.5204259056408046e-05,
1219
+ "loss": 0.0,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.04,
1224
+ "grad_norm": 0.0,
1225
+ "learning_rate": 1.5148838357320537e-05,
1226
+ "loss": 0.0,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.04,
1231
+ "grad_norm": 0.0,
1232
+ "learning_rate": 1.5093201623287631e-05,
1233
+ "loss": 0.0,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.04,
1238
+ "grad_norm": 0.0,
1239
+ "learning_rate": 1.5037351188715265e-05,
1240
+ "loss": 0.0,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.04,
1245
+ "grad_norm": 0.0,
1246
+ "learning_rate": 1.4981289396975818e-05,
1247
+ "loss": 0.0,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.04,
1252
+ "grad_norm": 0.0,
1253
+ "learning_rate": 1.4925018600309784e-05,
1254
+ "loss": 0.0,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.04,
1259
+ "grad_norm": 0.0,
1260
+ "learning_rate": 1.4868541159727097e-05,
1261
+ "loss": 0.0,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.04,
1266
+ "grad_norm": 0.0,
1267
+ "learning_rate": 1.4811859444908053e-05,
1268
+ "loss": 0.0,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.04,
1273
+ "grad_norm": 0.0,
1274
+ "learning_rate": 1.4754975834103877e-05,
1275
+ "loss": 0.0,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.04,
1280
+ "grad_norm": 0.0,
1281
+ "learning_rate": 1.4697892714036959e-05,
1282
+ "loss": 0.0,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.04,
1287
+ "grad_norm": 0.0,
1288
+ "learning_rate": 1.4640612479800686e-05,
1289
+ "loss": 0.0,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.04,
1294
+ "grad_norm": 0.0,
1295
+ "learning_rate": 1.4583137534758968e-05,
1296
+ "loss": 0.0,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.04,
1301
+ "grad_norm": 0.0,
1302
+ "learning_rate": 1.4525470290445392e-05,
1303
+ "loss": 0.0,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.04,
1308
+ "grad_norm": 0.0,
1309
+ "learning_rate": 1.4467613166462024e-05,
1310
+ "loss": 0.0,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.04,
1315
+ "grad_norm": 0.0,
1316
+ "learning_rate": 1.4409568590377918e-05,
1317
+ "loss": 0.0,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.04,
1322
+ "grad_norm": 0.0,
1323
+ "learning_rate": 1.4351338997627233e-05,
1324
+ "loss": 0.0,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.04,
1329
+ "grad_norm": 0.0,
1330
+ "learning_rate": 1.429292683140706e-05,
1331
+ "loss": 0.0,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.04,
1336
+ "grad_norm": 0.0,
1337
+ "learning_rate": 1.4234334542574906e-05,
1338
+ "loss": 0.0,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.04,
1343
+ "grad_norm": 0.0,
1344
+ "learning_rate": 1.4175564589545853e-05,
1345
+ "loss": 0.0,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.04,
1350
+ "grad_norm": 0.0,
1351
+ "learning_rate": 1.411661943818944e-05,
1352
+ "loss": 0.0,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.04,
1357
+ "grad_norm": 0.0,
1358
+ "learning_rate": 1.4057501561726157e-05,
1359
+ "loss": 0.0,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.04,
1364
+ "grad_norm": 0.0,
1365
+ "learning_rate": 1.3998213440623691e-05,
1366
+ "loss": 0.0,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.04,
1371
+ "grad_norm": 0.0,
1372
+ "learning_rate": 1.3938757562492873e-05,
1373
+ "loss": 0.0,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.04,
1378
+ "grad_norm": 0.0,
1379
+ "learning_rate": 1.3879136421983265e-05,
1380
+ "loss": 0.0,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.05,
1385
+ "grad_norm": 0.0,
1386
+ "learning_rate": 1.3819352520678519e-05,
1387
+ "loss": 0.0,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.05,
1392
+ "grad_norm": 0.0,
1393
+ "learning_rate": 1.3759408366991391e-05,
1394
+ "loss": 0.0,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.05,
1399
+ "grad_norm": 0.0,
1400
+ "learning_rate": 1.3699306476058523e-05,
1401
+ "loss": 0.0,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.05,
1406
+ "grad_norm": 0.0,
1407
+ "learning_rate": 1.3639049369634878e-05,
1408
+ "loss": 0.0,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.05,
1413
+ "grad_norm": 0.0,
1414
+ "learning_rate": 1.357863957598796e-05,
1415
+ "loss": 0.0,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.05,
1420
+ "grad_norm": 0.0,
1421
+ "learning_rate": 1.3518079629791725e-05,
1422
+ "loss": 0.0,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.05,
1427
+ "grad_norm": 0.0,
1428
+ "learning_rate": 1.345737207202023e-05,
1429
+ "loss": 0.0,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.05,
1434
+ "grad_norm": 0.0,
1435
+ "learning_rate": 1.3396519449841006e-05,
1436
+ "loss": 0.0,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.05,
1441
+ "grad_norm": 0.0,
1442
+ "learning_rate": 1.3335524316508208e-05,
1443
+ "loss": 0.0,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.05,
1448
+ "grad_norm": 0.0,
1449
+ "learning_rate": 1.3274389231255466e-05,
1450
+ "loss": 0.0,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.05,
1455
+ "grad_norm": 0.0,
1456
+ "learning_rate": 1.3213116759188525e-05,
1457
+ "loss": 0.0,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.05,
1462
+ "grad_norm": 0.0,
1463
+ "learning_rate": 1.3151709471177589e-05,
1464
+ "loss": 0.0,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.05,
1469
+ "grad_norm": 0.0,
1470
+ "learning_rate": 1.3090169943749475e-05,
1471
+ "loss": 0.0,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.05,
1476
+ "grad_norm": 0.0,
1477
+ "learning_rate": 1.3028500758979507e-05,
1478
+ "loss": 0.0,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.05,
1483
+ "grad_norm": 0.0,
1484
+ "learning_rate": 1.296670450438317e-05,
1485
+ "loss": 0.0,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.05,
1490
+ "grad_norm": 0.0,
1491
+ "learning_rate": 1.2904783772807534e-05,
1492
+ "loss": 0.0,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.05,
1497
+ "grad_norm": 0.0,
1498
+ "learning_rate": 1.2842741162322487e-05,
1499
+ "loss": 0.0,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.05,
1504
+ "grad_norm": 0.0,
1505
+ "learning_rate": 1.2780579276111702e-05,
1506
+ "loss": 0.0,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.05,
1511
+ "grad_norm": 0.0,
1512
+ "learning_rate": 1.2718300722363431e-05,
1513
+ "loss": 0.0,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.05,
1518
+ "grad_norm": 0.0,
1519
+ "learning_rate": 1.2655908114161053e-05,
1520
+ "loss": 0.0,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.05,
1525
+ "grad_norm": 0.0,
1526
+ "learning_rate": 1.2593404069373452e-05,
1527
+ "loss": 0.0,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.05,
1532
+ "grad_norm": 0.0,
1533
+ "learning_rate": 1.2530791210545163e-05,
1534
+ "loss": 0.0,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.05,
1539
+ "grad_norm": 0.0,
1540
+ "learning_rate": 1.2468072164786342e-05,
1541
+ "loss": 0.0,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.05,
1546
+ "grad_norm": 0.0,
1547
+ "learning_rate": 1.2405249563662539e-05,
1548
+ "loss": 0.0,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.05,
1553
+ "grad_norm": 0.0,
1554
+ "learning_rate": 1.2342326043084268e-05,
1555
+ "loss": 0.0,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.05,
1560
+ "grad_norm": 0.0,
1561
+ "learning_rate": 1.2279304243196438e-05,
1562
+ "loss": 0.0,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.05,
1567
+ "grad_norm": 0.0,
1568
+ "learning_rate": 1.2216186808267544e-05,
1569
+ "loss": 0.0,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.05,
1574
+ "grad_norm": 0.0,
1575
+ "learning_rate": 1.215297638657875e-05,
1576
+ "loss": 0.0,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.05,
1581
+ "grad_norm": 0.0,
1582
+ "learning_rate": 1.2089675630312755e-05,
1583
+ "loss": 0.0,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.05,
1588
+ "grad_norm": 0.0,
1589
+ "learning_rate": 1.2026287195442503e-05,
1590
+ "loss": 0.0,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.05,
1595
+ "grad_norm": 0.0,
1596
+ "learning_rate": 1.1962813741619777e-05,
1597
+ "loss": 0.0,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.05,
1602
+ "grad_norm": 0.0,
1603
+ "learning_rate": 1.189925793206357e-05,
1604
+ "loss": 0.0,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.05,
1609
+ "grad_norm": 0.0,
1610
+ "learning_rate": 1.1835622433448361e-05,
1611
+ "loss": 0.0,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.05,
1616
+ "grad_norm": 0.0,
1617
+ "learning_rate": 1.177190991579223e-05,
1618
+ "loss": 0.0,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.05,
1623
+ "grad_norm": 0.0,
1624
+ "learning_rate": 1.1708123052344803e-05,
1625
+ "loss": 0.0,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.05,
1630
+ "grad_norm": 0.0,
1631
+ "learning_rate": 1.164426451947513e-05,
1632
+ "loss": 0.0,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.05,
1637
+ "grad_norm": 0.0,
1638
+ "learning_rate": 1.1580336996559343e-05,
1639
+ "loss": 0.0,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.05,
1644
+ "grad_norm": 0.0,
1645
+ "learning_rate": 1.151634316586828e-05,
1646
+ "loss": 0.0,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.05,
1651
+ "grad_norm": 0.0,
1652
+ "learning_rate": 1.1452285712454905e-05,
1653
+ "loss": 0.0,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.05,
1658
+ "grad_norm": 0.0,
1659
+ "learning_rate": 1.138816732404167e-05,
1660
+ "loss": 0.0,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.05,
1665
+ "grad_norm": 0.0,
1666
+ "learning_rate": 1.1323990690907734e-05,
1667
+ "loss": 0.0,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.05,
1672
+ "grad_norm": 0.0,
1673
+ "learning_rate": 1.1259758505776092e-05,
1674
+ "loss": 0.0,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.05,
1679
+ "grad_norm": 0.0,
1680
+ "learning_rate": 1.119547346370059e-05,
1681
+ "loss": 0.0,
1682
+ "step": 239
1683
+ },
1684
+ {
1685
+ "epoch": 0.06,
1686
+ "grad_norm": 0.0,
1687
+ "learning_rate": 1.1131138261952845e-05,
1688
+ "loss": 0.0,
1689
+ "step": 240
1690
+ },
1691
+ {
1692
+ "epoch": 0.06,
1693
+ "grad_norm": 0.0,
1694
+ "learning_rate": 1.1066755599909065e-05,
1695
+ "loss": 0.0,
1696
+ "step": 241
1697
+ },
1698
+ {
1699
+ "epoch": 0.06,
1700
+ "grad_norm": 0.0,
1701
+ "learning_rate": 1.1002328178936813e-05,
1702
+ "loss": 0.0,
1703
+ "step": 242
1704
+ },
1705
+ {
1706
+ "epoch": 0.06,
1707
+ "grad_norm": 0.0,
1708
+ "learning_rate": 1.0937858702281631e-05,
1709
+ "loss": 0.0,
1710
+ "step": 243
1711
+ },
1712
+ {
1713
+ "epoch": 0.06,
1714
+ "grad_norm": 0.0,
1715
+ "learning_rate": 1.087334987495364e-05,
1716
+ "loss": 0.0,
1717
+ "step": 244
1718
+ },
1719
+ {
1720
+ "epoch": 0.06,
1721
+ "grad_norm": 0.0,
1722
+ "learning_rate": 1.0808804403614044e-05,
1723
+ "loss": 0.0,
1724
+ "step": 245
1725
+ },
1726
+ {
1727
+ "epoch": 0.06,
1728
+ "grad_norm": 0.0,
1729
+ "learning_rate": 1.0744224996461541e-05,
1730
+ "loss": 0.0,
1731
+ "step": 246
1732
+ },
1733
+ {
1734
+ "epoch": 0.06,
1735
+ "grad_norm": 0.0,
1736
+ "learning_rate": 1.0679614363118718e-05,
1737
+ "loss": 0.0,
1738
+ "step": 247
1739
+ },
1740
+ {
1741
+ "epoch": 0.06,
1742
+ "grad_norm": 0.0,
1743
+ "learning_rate": 1.061497521451835e-05,
1744
+ "loss": 0.0,
1745
+ "step": 248
1746
+ },
1747
+ {
1748
+ "epoch": 0.06,
1749
+ "grad_norm": 0.0,
1750
+ "learning_rate": 1.055031026278965e-05,
1751
+ "loss": 0.0,
1752
+ "step": 249
1753
+ },
1754
+ {
1755
+ "epoch": 0.06,
1756
+ "grad_norm": 0.0,
1757
+ "learning_rate": 1.0485622221144485e-05,
1758
+ "loss": 0.0,
1759
+ "step": 250
1760
+ },
1761
+ {
1762
+ "epoch": 0.06,
1763
+ "grad_norm": 0.0,
1764
+ "learning_rate": 1.0420913803763522e-05,
1765
+ "loss": 0.0,
1766
+ "step": 251
1767
+ },
1768
+ {
1769
+ "epoch": 0.06,
1770
+ "grad_norm": 0.0,
1771
+ "learning_rate": 1.0356187725682359e-05,
1772
+ "loss": 0.0,
1773
+ "step": 252
1774
+ },
1775
+ {
1776
+ "epoch": 0.06,
1777
+ "grad_norm": 0.0,
1778
+ "learning_rate": 1.0291446702677598e-05,
1779
+ "loss": 0.0,
1780
+ "step": 253
1781
+ },
1782
+ {
1783
+ "epoch": 0.06,
1784
+ "grad_norm": 0.0,
1785
+ "learning_rate": 1.02266934511529e-05,
1786
+ "loss": 0.0,
1787
+ "step": 254
1788
+ },
1789
+ {
1790
+ "epoch": 0.06,
1791
+ "grad_norm": 0.0,
1792
+ "learning_rate": 1.0161930688025018e-05,
1793
+ "loss": 0.0,
1794
+ "step": 255
1795
+ },
1796
+ {
1797
+ "epoch": 0.06,
1798
+ "grad_norm": 0.0,
1799
+ "learning_rate": 1.0097161130609774e-05,
1800
+ "loss": 0.0,
1801
+ "step": 256
1802
+ },
1803
+ {
1804
+ "epoch": 0.06,
1805
+ "grad_norm": 0.0,
1806
+ "learning_rate": 1.003238749650809e-05,
1807
+ "loss": 0.0,
1808
+ "step": 257
1809
+ },
1810
+ {
1811
+ "epoch": 0.06,
1812
+ "grad_norm": 0.0,
1813
+ "learning_rate": 9.967612503491915e-06,
1814
+ "loss": 0.0,
1815
+ "step": 258
1816
+ },
1817
+ {
1818
+ "epoch": 0.06,
1819
+ "grad_norm": 0.0,
1820
+ "learning_rate": 9.90283886939023e-06,
1821
+ "loss": 0.0,
1822
+ "step": 259
1823
+ },
1824
+ {
1825
+ "epoch": 0.06,
1826
+ "grad_norm": 0.0,
1827
+ "learning_rate": 9.838069311974986e-06,
1828
+ "loss": 0.0,
1829
+ "step": 260
1830
+ },
1831
+ {
1832
+ "epoch": 0.06,
1833
+ "grad_norm": 0.0,
1834
+ "learning_rate": 9.773306548847102e-06,
1835
+ "loss": 0.0,
1836
+ "step": 261
1837
+ },
1838
+ {
1839
+ "epoch": 0.06,
1840
+ "grad_norm": 0.0,
1841
+ "learning_rate": 9.708553297322407e-06,
1842
+ "loss": 0.0,
1843
+ "step": 262
1844
+ },
1845
+ {
1846
+ "epoch": 0.06,
1847
+ "grad_norm": 0.0,
1848
+ "learning_rate": 9.643812274317644e-06,
1849
+ "loss": 0.0,
1850
+ "step": 263
1851
+ },
1852
+ {
1853
+ "epoch": 0.06,
1854
+ "grad_norm": 0.0,
1855
+ "learning_rate": 9.579086196236483e-06,
1856
+ "loss": 0.0,
1857
+ "step": 264
1858
+ },
1859
+ {
1860
+ "epoch": 0.06,
1861
+ "grad_norm": 0.0,
1862
+ "learning_rate": 9.514377778855521e-06,
1863
+ "loss": 0.0,
1864
+ "step": 265
1865
+ },
1866
+ {
1867
+ "epoch": 0.06,
1868
+ "grad_norm": 0.0,
1869
+ "learning_rate": 9.449689737210352e-06,
1870
+ "loss": 0.0,
1871
+ "step": 266
1872
+ },
1873
+ {
1874
+ "epoch": 0.06,
1875
+ "grad_norm": 0.0,
1876
+ "learning_rate": 9.385024785481653e-06,
1877
+ "loss": 0.0,
1878
+ "step": 267
1879
+ },
1880
+ {
1881
+ "epoch": 0.06,
1882
+ "grad_norm": 0.0,
1883
+ "learning_rate": 9.320385636881283e-06,
1884
+ "loss": 0.0,
1885
+ "step": 268
1886
+ },
1887
+ {
1888
+ "epoch": 0.06,
1889
+ "grad_norm": 0.0,
1890
+ "learning_rate": 9.255775003538462e-06,
1891
+ "loss": 0.0,
1892
+ "step": 269
1893
+ },
1894
+ {
1895
+ "epoch": 0.06,
1896
+ "grad_norm": 0.0,
1897
+ "learning_rate": 9.19119559638596e-06,
1898
+ "loss": 0.0,
1899
+ "step": 270
1900
+ },
1901
+ {
1902
+ "epoch": 0.06,
1903
+ "grad_norm": 0.0,
1904
+ "learning_rate": 9.126650125046361e-06,
1905
+ "loss": 0.0,
1906
+ "step": 271
1907
+ },
1908
+ {
1909
+ "epoch": 0.06,
1910
+ "grad_norm": 0.0,
1911
+ "learning_rate": 9.062141297718372e-06,
1912
+ "loss": 0.0,
1913
+ "step": 272
1914
+ },
1915
+ {
1916
+ "epoch": 0.06,
1917
+ "grad_norm": 0.0,
1918
+ "learning_rate": 8.99767182106319e-06,
1919
+ "loss": 0.0,
1920
+ "step": 273
1921
+ },
1922
+ {
1923
+ "epoch": 0.06,
1924
+ "grad_norm": 0.0,
1925
+ "learning_rate": 8.933244400090937e-06,
1926
+ "loss": 0.0,
1927
+ "step": 274
1928
+ },
1929
+ {
1930
+ "epoch": 0.06,
1931
+ "grad_norm": 0.0,
1932
+ "learning_rate": 8.868861738047158e-06,
1933
+ "loss": 0.0,
1934
+ "step": 275
1935
+ },
1936
+ {
1937
+ "epoch": 0.06,
1938
+ "grad_norm": 0.0,
1939
+ "learning_rate": 8.804526536299413e-06,
1940
+ "loss": 0.0,
1941
+ "step": 276
1942
+ },
1943
+ {
1944
+ "epoch": 0.06,
1945
+ "grad_norm": 0.0,
1946
+ "learning_rate": 8.740241494223911e-06,
1947
+ "loss": 0.0,
1948
+ "step": 277
1949
+ },
1950
+ {
1951
+ "epoch": 0.06,
1952
+ "grad_norm": 0.0,
1953
+ "learning_rate": 8.676009309092273e-06,
1954
+ "loss": 0.0,
1955
+ "step": 278
1956
+ },
1957
+ {
1958
+ "epoch": 0.06,
1959
+ "grad_norm": 0.0,
1960
+ "learning_rate": 8.611832675958335e-06,
1961
+ "loss": 0.0,
1962
+ "step": 279
1963
+ },
1964
+ {
1965
+ "epoch": 0.06,
1966
+ "grad_norm": 0.0,
1967
+ "learning_rate": 8.5477142875451e-06,
1968
+ "loss": 0.0,
1969
+ "step": 280
1970
+ },
1971
+ {
1972
+ "epoch": 0.06,
1973
+ "grad_norm": 0.0,
1974
+ "learning_rate": 8.48365683413172e-06,
1975
+ "loss": 0.0,
1976
+ "step": 281
1977
+ },
1978
+ {
1979
+ "epoch": 0.06,
1980
+ "grad_norm": 0.0,
1981
+ "learning_rate": 8.419663003440657e-06,
1982
+ "loss": 0.0,
1983
+ "step": 282
1984
+ },
1985
+ {
1986
+ "epoch": 0.06,
1987
+ "grad_norm": 0.0,
1988
+ "learning_rate": 8.355735480524874e-06,
1989
+ "loss": 0.0,
1990
+ "step": 283
1991
+ },
1992
+ {
1993
+ "epoch": 0.07,
1994
+ "grad_norm": 0.0,
1995
+ "learning_rate": 8.291876947655197e-06,
1996
+ "loss": 0.0,
1997
+ "step": 284
1998
+ },
1999
+ {
2000
+ "epoch": 0.07,
2001
+ "grad_norm": 0.0,
2002
+ "learning_rate": 8.228090084207773e-06,
2003
+ "loss": 0.0,
2004
+ "step": 285
2005
+ },
2006
+ {
2007
+ "epoch": 0.07,
2008
+ "grad_norm": 0.0,
2009
+ "learning_rate": 8.16437756655164e-06,
2010
+ "loss": 0.0,
2011
+ "step": 286
2012
+ },
2013
+ {
2014
+ "epoch": 0.07,
2015
+ "grad_norm": 0.0,
2016
+ "learning_rate": 8.100742067936432e-06,
2017
+ "loss": 0.0,
2018
+ "step": 287
2019
+ },
2020
+ {
2021
+ "epoch": 0.07,
2022
+ "grad_norm": 0.0,
2023
+ "learning_rate": 8.037186258380226e-06,
2024
+ "loss": 0.0,
2025
+ "step": 288
2026
+ },
2027
+ {
2028
+ "epoch": 0.07,
2029
+ "grad_norm": 0.0,
2030
+ "learning_rate": 7.9737128045575e-06,
2031
+ "loss": 0.0,
2032
+ "step": 289
2033
+ },
2034
+ {
2035
+ "epoch": 0.07,
2036
+ "grad_norm": 0.0,
2037
+ "learning_rate": 7.91032436968725e-06,
2038
+ "loss": 0.0,
2039
+ "step": 290
2040
+ },
2041
+ {
2042
+ "epoch": 0.07,
2043
+ "grad_norm": 0.0,
2044
+ "learning_rate": 7.847023613421251e-06,
2045
+ "loss": 0.0,
2046
+ "step": 291
2047
+ },
2048
+ {
2049
+ "epoch": 0.07,
2050
+ "grad_norm": 0.0,
2051
+ "learning_rate": 7.78381319173246e-06,
2052
+ "loss": 0.0,
2053
+ "step": 292
2054
+ },
2055
+ {
2056
+ "epoch": 0.07,
2057
+ "grad_norm": 0.0,
2058
+ "learning_rate": 7.720695756803569e-06,
2059
+ "loss": 0.0,
2060
+ "step": 293
2061
+ },
2062
+ {
2063
+ "epoch": 0.07,
2064
+ "grad_norm": 0.0,
2065
+ "learning_rate": 7.657673956915735e-06,
2066
+ "loss": 0.0,
2067
+ "step": 294
2068
+ },
2069
+ {
2070
+ "epoch": 0.07,
2071
+ "grad_norm": 0.0,
2072
+ "learning_rate": 7.594750436337467e-06,
2073
+ "loss": 0.0,
2074
+ "step": 295
2075
+ },
2076
+ {
2077
+ "epoch": 0.07,
2078
+ "grad_norm": 0.0,
2079
+ "learning_rate": 7.531927835213657e-06,
2080
+ "loss": 0.0,
2081
+ "step": 296
2082
+ },
2083
+ {
2084
+ "epoch": 0.07,
2085
+ "grad_norm": 0.0,
2086
+ "learning_rate": 7.469208789454838e-06,
2087
+ "loss": 0.0,
2088
+ "step": 297
2089
+ },
2090
+ {
2091
+ "epoch": 0.07,
2092
+ "grad_norm": 0.0,
2093
+ "learning_rate": 7.40659593062655e-06,
2094
+ "loss": 0.0,
2095
+ "step": 298
2096
+ },
2097
+ {
2098
+ "epoch": 0.07,
2099
+ "grad_norm": 0.0,
2100
+ "learning_rate": 7.344091885838949e-06,
2101
+ "loss": 0.0,
2102
+ "step": 299
2103
+ },
2104
+ {
2105
+ "epoch": 0.07,
2106
+ "grad_norm": 0.0,
2107
+ "learning_rate": 7.2816992776365714e-06,
2108
+ "loss": 0.0,
2109
+ "step": 300
2110
+ },
2111
+ {
2112
+ "epoch": 0.07,
2113
+ "grad_norm": 0.0,
2114
+ "learning_rate": 7.219420723888301e-06,
2115
+ "loss": 0.0,
2116
+ "step": 301
2117
+ },
2118
+ {
2119
+ "epoch": 0.07,
2120
+ "grad_norm": 0.0,
2121
+ "learning_rate": 7.157258837677514e-06,
2122
+ "loss": 0.0,
2123
+ "step": 302
2124
+ },
2125
+ {
2126
+ "epoch": 0.07,
2127
+ "grad_norm": 0.0,
2128
+ "learning_rate": 7.095216227192467e-06,
2129
+ "loss": 0.0,
2130
+ "step": 303
2131
+ },
2132
+ {
2133
+ "epoch": 0.07,
2134
+ "grad_norm": 0.0,
2135
+ "learning_rate": 7.033295495616834e-06,
2136
+ "loss": 0.0,
2137
+ "step": 304
2138
+ },
2139
+ {
2140
+ "epoch": 0.07,
2141
+ "grad_norm": 0.0,
2142
+ "learning_rate": 6.971499241020495e-06,
2143
+ "loss": 0.0,
2144
+ "step": 305
2145
+ },
2146
+ {
2147
+ "epoch": 0.07,
2148
+ "grad_norm": 0.0,
2149
+ "learning_rate": 6.909830056250527e-06,
2150
+ "loss": 0.0,
2151
+ "step": 306
2152
+ },
2153
+ {
2154
+ "epoch": 0.07,
2155
+ "grad_norm": 0.0,
2156
+ "learning_rate": 6.848290528822417e-06,
2157
+ "loss": 0.0,
2158
+ "step": 307
2159
+ },
2160
+ {
2161
+ "epoch": 0.07,
2162
+ "grad_norm": 0.0,
2163
+ "learning_rate": 6.786883240811479e-06,
2164
+ "loss": 0.0,
2165
+ "step": 308
2166
+ },
2167
+ {
2168
+ "epoch": 0.07,
2169
+ "grad_norm": 0.0,
2170
+ "learning_rate": 6.725610768744535e-06,
2171
+ "loss": 0.0,
2172
+ "step": 309
2173
+ },
2174
+ {
2175
+ "epoch": 0.07,
2176
+ "grad_norm": 0.0,
2177
+ "learning_rate": 6.664475683491797e-06,
2178
+ "loss": 0.0,
2179
+ "step": 310
2180
+ },
2181
+ {
2182
+ "epoch": 0.07,
2183
+ "grad_norm": 0.0,
2184
+ "learning_rate": 6.603480550158995e-06,
2185
+ "loss": 0.0,
2186
+ "step": 311
2187
+ },
2188
+ {
2189
+ "epoch": 0.07,
2190
+ "grad_norm": 0.0,
2191
+ "learning_rate": 6.542627927979772e-06,
2192
+ "loss": 0.0,
2193
+ "step": 312
2194
+ },
2195
+ {
2196
+ "epoch": 0.07,
2197
+ "grad_norm": 0.0,
2198
+ "learning_rate": 6.481920370208274e-06,
2199
+ "loss": 0.0,
2200
+ "step": 313
2201
+ },
2202
+ {
2203
+ "epoch": 0.07,
2204
+ "grad_norm": 0.0,
2205
+ "learning_rate": 6.421360424012039e-06,
2206
+ "loss": 0.0,
2207
+ "step": 314
2208
+ },
2209
+ {
2210
+ "epoch": 0.07,
2211
+ "grad_norm": 0.0,
2212
+ "learning_rate": 6.360950630365126e-06,
2213
+ "loss": 0.0,
2214
+ "step": 315
2215
+ },
2216
+ {
2217
+ "epoch": 0.07,
2218
+ "grad_norm": 0.0,
2219
+ "learning_rate": 6.300693523941481e-06,
2220
+ "loss": 0.0,
2221
+ "step": 316
2222
+ },
2223
+ {
2224
+ "epoch": 0.07,
2225
+ "grad_norm": 0.0,
2226
+ "learning_rate": 6.2405916330086106e-06,
2227
+ "loss": 0.0,
2228
+ "step": 317
2229
+ },
2230
+ {
2231
+ "epoch": 0.07,
2232
+ "grad_norm": 0.0,
2233
+ "learning_rate": 6.180647479321484e-06,
2234
+ "loss": 0.0,
2235
+ "step": 318
2236
+ },
2237
+ {
2238
+ "epoch": 0.07,
2239
+ "grad_norm": 0.0,
2240
+ "learning_rate": 6.120863578016736e-06,
2241
+ "loss": 0.0,
2242
+ "step": 319
2243
+ },
2244
+ {
2245
+ "epoch": 0.07,
2246
+ "grad_norm": 0.0,
2247
+ "learning_rate": 6.061242437507131e-06,
2248
+ "loss": 0.0,
2249
+ "step": 320
2250
+ },
2251
+ {
2252
+ "epoch": 0.07,
2253
+ "grad_norm": 0.0,
2254
+ "learning_rate": 6.00178655937631e-06,
2255
+ "loss": 0.0,
2256
+ "step": 321
2257
+ },
2258
+ {
2259
+ "epoch": 0.07,
2260
+ "grad_norm": 0.0,
2261
+ "learning_rate": 5.942498438273849e-06,
2262
+ "loss": 0.0,
2263
+ "step": 322
2264
+ },
2265
+ {
2266
+ "epoch": 0.07,
2267
+ "grad_norm": 0.0,
2268
+ "learning_rate": 5.8833805618105635e-06,
2269
+ "loss": 0.0,
2270
+ "step": 323
2271
+ },
2272
+ {
2273
+ "epoch": 0.07,
2274
+ "grad_norm": 0.0,
2275
+ "learning_rate": 5.82443541045415e-06,
2276
+ "loss": 0.0,
2277
+ "step": 324
2278
+ },
2279
+ {
2280
+ "epoch": 0.07,
2281
+ "grad_norm": 0.0,
2282
+ "learning_rate": 5.765665457425102e-06,
2283
+ "loss": 0.0,
2284
+ "step": 325
2285
+ },
2286
+ {
2287
+ "epoch": 0.07,
2288
+ "grad_norm": 0.0,
2289
+ "learning_rate": 5.707073168592943e-06,
2290
+ "loss": 0.0,
2291
+ "step": 326
2292
+ },
2293
+ {
2294
+ "epoch": 0.07,
2295
+ "grad_norm": 0.0,
2296
+ "learning_rate": 5.648661002372769e-06,
2297
+ "loss": 0.0,
2298
+ "step": 327
2299
+ },
2300
+ {
2301
+ "epoch": 0.08,
2302
+ "grad_norm": 0.0,
2303
+ "learning_rate": 5.590431409622081e-06,
2304
+ "loss": 0.0,
2305
+ "step": 328
2306
+ },
2307
+ {
2308
+ "epoch": 0.08,
2309
+ "grad_norm": 0.0,
2310
+ "learning_rate": 5.5323868335379775e-06,
2311
+ "loss": 0.0,
2312
+ "step": 329
2313
+ },
2314
+ {
2315
+ "epoch": 0.08,
2316
+ "grad_norm": 0.0,
2317
+ "learning_rate": 5.4745297095546125e-06,
2318
+ "loss": 0.0,
2319
+ "step": 330
2320
+ },
2321
+ {
2322
+ "epoch": 0.08,
2323
+ "grad_norm": 0.0,
2324
+ "learning_rate": 5.416862465241033e-06,
2325
+ "loss": 0.0,
2326
+ "step": 331
2327
+ },
2328
+ {
2329
+ "epoch": 0.08,
2330
+ "grad_norm": 0.0,
2331
+ "learning_rate": 5.359387520199317e-06,
2332
+ "loss": 0.0,
2333
+ "step": 332
2334
+ },
2335
+ {
2336
+ "epoch": 0.08,
2337
+ "grad_norm": 0.0,
2338
+ "learning_rate": 5.302107285963045e-06,
2339
+ "loss": 0.0,
2340
+ "step": 333
2341
+ },
2342
+ {
2343
+ "epoch": 0.08,
2344
+ "grad_norm": 0.0,
2345
+ "learning_rate": 5.245024165896126e-06,
2346
+ "loss": 0.0,
2347
+ "step": 334
2348
+ },
2349
+ {
2350
+ "epoch": 0.08,
2351
+ "grad_norm": 0.0,
2352
+ "learning_rate": 5.18814055509195e-06,
2353
+ "loss": 0.0,
2354
+ "step": 335
2355
+ },
2356
+ {
2357
+ "epoch": 0.08,
2358
+ "grad_norm": 0.0,
2359
+ "learning_rate": 5.131458840272905e-06,
2360
+ "loss": 0.0,
2361
+ "step": 336
2362
+ },
2363
+ {
2364
+ "epoch": 0.08,
2365
+ "grad_norm": 0.0,
2366
+ "learning_rate": 5.074981399690219e-06,
2367
+ "loss": 0.0,
2368
+ "step": 337
2369
+ },
2370
+ {
2371
+ "epoch": 0.08,
2372
+ "grad_norm": 0.0,
2373
+ "learning_rate": 5.018710603024187e-06,
2374
+ "loss": 0.0,
2375
+ "step": 338
2376
+ },
2377
+ {
2378
+ "epoch": 0.08,
2379
+ "grad_norm": 0.0,
2380
+ "learning_rate": 4.9626488112847384e-06,
2381
+ "loss": 0.0,
2382
+ "step": 339
2383
+ },
2384
+ {
2385
+ "epoch": 0.08,
2386
+ "grad_norm": 0.0,
2387
+ "learning_rate": 4.9067983767123736e-06,
2388
+ "loss": 0.0,
2389
+ "step": 340
2390
+ },
2391
+ {
2392
+ "epoch": 0.08,
2393
+ "grad_norm": 0.0,
2394
+ "learning_rate": 4.851161642679466e-06,
2395
+ "loss": 0.0,
2396
+ "step": 341
2397
+ },
2398
+ {
2399
+ "epoch": 0.08,
2400
+ "grad_norm": 0.0,
2401
+ "learning_rate": 4.795740943591955e-06,
2402
+ "loss": 0.0,
2403
+ "step": 342
2404
+ },
2405
+ {
2406
+ "epoch": 0.08,
2407
+ "grad_norm": 0.0,
2408
+ "learning_rate": 4.740538604791371e-06,
2409
+ "loss": 0.0,
2410
+ "step": 343
2411
+ },
2412
+ {
2413
+ "epoch": 0.08,
2414
+ "grad_norm": 0.0,
2415
+ "learning_rate": 4.685556942457296e-06,
2416
+ "loss": 0.0,
2417
+ "step": 344
2418
+ },
2419
+ {
2420
+ "epoch": 0.08,
2421
+ "grad_norm": 0.0,
2422
+ "learning_rate": 4.630798263510162e-06,
2423
+ "loss": 0.0,
2424
+ "step": 345
2425
+ },
2426
+ {
2427
+ "epoch": 0.08,
2428
+ "grad_norm": 0.0,
2429
+ "learning_rate": 4.576264865514467e-06,
2430
+ "loss": 0.0,
2431
+ "step": 346
2432
+ },
2433
+ {
2434
+ "epoch": 0.08,
2435
+ "grad_norm": 0.0,
2436
+ "learning_rate": 4.521959036582372e-06,
2437
+ "loss": 0.0,
2438
+ "step": 347
2439
+ },
2440
+ {
2441
+ "epoch": 0.08,
2442
+ "grad_norm": 0.0,
2443
+ "learning_rate": 4.467883055277696e-06,
2444
+ "loss": 0.0,
2445
+ "step": 348
2446
+ },
2447
+ {
2448
+ "epoch": 0.08,
2449
+ "grad_norm": 0.0,
2450
+ "learning_rate": 4.414039190520308e-06,
2451
+ "loss": 0.0,
2452
+ "step": 349
2453
+ },
2454
+ {
2455
+ "epoch": 0.08,
2456
+ "grad_norm": 0.0,
2457
+ "learning_rate": 4.360429701490935e-06,
2458
+ "loss": 0.0,
2459
+ "step": 350
2460
+ },
2461
+ {
2462
+ "epoch": 0.08,
2463
+ "grad_norm": 0.0,
2464
+ "learning_rate": 4.307056837536373e-06,
2465
+ "loss": 0.0,
2466
+ "step": 351
2467
+ },
2468
+ {
2469
+ "epoch": 0.08,
2470
+ "grad_norm": 0.0,
2471
+ "learning_rate": 4.2539228380750955e-06,
2472
+ "loss": 0.0,
2473
+ "step": 352
2474
+ },
2475
+ {
2476
+ "epoch": 0.08,
2477
+ "grad_norm": 0.0,
2478
+ "learning_rate": 4.201029932503303e-06,
2479
+ "loss": 0.0,
2480
+ "step": 353
2481
+ },
2482
+ {
2483
+ "epoch": 0.08,
2484
+ "grad_norm": 0.0,
2485
+ "learning_rate": 4.14838034010138e-06,
2486
+ "loss": 0.0,
2487
+ "step": 354
2488
+ },
2489
+ {
2490
+ "epoch": 0.08,
2491
+ "grad_norm": 0.0,
2492
+ "learning_rate": 4.095976269940777e-06,
2493
+ "loss": 0.0,
2494
+ "step": 355
2495
+ },
2496
+ {
2497
+ "epoch": 0.08,
2498
+ "grad_norm": 0.0,
2499
+ "learning_rate": 4.043819920791322e-06,
2500
+ "loss": 0.0,
2501
+ "step": 356
2502
+ },
2503
+ {
2504
+ "epoch": 0.08,
2505
+ "grad_norm": 0.0,
2506
+ "learning_rate": 3.991913481028965e-06,
2507
+ "loss": 0.0,
2508
+ "step": 357
2509
+ },
2510
+ {
2511
+ "epoch": 0.08,
2512
+ "grad_norm": 0.0,
2513
+ "learning_rate": 3.940259128543967e-06,
2514
+ "loss": 0.0,
2515
+ "step": 358
2516
+ },
2517
+ {
2518
+ "epoch": 0.08,
2519
+ "grad_norm": 0.0,
2520
+ "learning_rate": 3.888859030649498e-06,
2521
+ "loss": 0.0,
2522
+ "step": 359
2523
+ },
2524
+ {
2525
+ "epoch": 0.08,
2526
+ "grad_norm": 0.0,
2527
+ "learning_rate": 3.837715343990727e-06,
2528
+ "loss": 0.0,
2529
+ "step": 360
2530
+ },
2531
+ {
2532
+ "epoch": 0.08,
2533
+ "grad_norm": 0.0,
2534
+ "learning_rate": 3.7868302144543146e-06,
2535
+ "loss": 0.0,
2536
+ "step": 361
2537
+ },
2538
+ {
2539
+ "epoch": 0.08,
2540
+ "grad_norm": 0.0,
2541
+ "learning_rate": 3.736205777078381e-06,
2542
+ "loss": 0.0,
2543
+ "step": 362
2544
+ },
2545
+ {
2546
+ "epoch": 0.08,
2547
+ "grad_norm": 0.0,
2548
+ "learning_rate": 3.685844155962931e-06,
2549
+ "loss": 0.0,
2550
+ "step": 363
2551
+ },
2552
+ {
2553
+ "epoch": 0.08,
2554
+ "grad_norm": 0.0,
2555
+ "learning_rate": 3.63574746418072e-06,
2556
+ "loss": 0.0,
2557
+ "step": 364
2558
+ },
2559
+ {
2560
+ "epoch": 0.08,
2561
+ "grad_norm": 0.0,
2562
+ "learning_rate": 3.585917803688603e-06,
2563
+ "loss": 0.0,
2564
+ "step": 365
2565
+ },
2566
+ {
2567
+ "epoch": 0.08,
2568
+ "grad_norm": 0.0,
2569
+ "learning_rate": 3.536357265239333e-06,
2570
+ "loss": 0.0,
2571
+ "step": 366
2572
+ },
2573
+ {
2574
+ "epoch": 0.08,
2575
+ "grad_norm": 0.0,
2576
+ "learning_rate": 3.487067928293848e-06,
2577
+ "loss": 0.0,
2578
+ "step": 367
2579
+ },
2580
+ {
2581
+ "epoch": 0.08,
2582
+ "grad_norm": 0.0,
2583
+ "learning_rate": 3.4380518609340076e-06,
2584
+ "loss": 0.0,
2585
+ "step": 368
2586
+ },
2587
+ {
2588
+ "epoch": 0.08,
2589
+ "grad_norm": 0.0,
2590
+ "learning_rate": 3.3893111197758276e-06,
2591
+ "loss": 0.0,
2592
+ "step": 369
2593
+ },
2594
+ {
2595
+ "epoch": 0.08,
2596
+ "grad_norm": 0.0,
2597
+ "learning_rate": 3.3408477498831917e-06,
2598
+ "loss": 0.0,
2599
+ "step": 370
2600
+ },
2601
+ {
2602
+ "epoch": 0.09,
2603
+ "grad_norm": 0.0,
2604
+ "learning_rate": 3.2926637846820366e-06,
2605
+ "loss": 0.0,
2606
+ "step": 371
2607
+ },
2608
+ {
2609
+ "epoch": 0.09,
2610
+ "grad_norm": 0.0,
2611
+ "learning_rate": 3.2447612458750365e-06,
2612
+ "loss": 0.0,
2613
+ "step": 372
2614
+ },
2615
+ {
2616
+ "epoch": 0.09,
2617
+ "grad_norm": 0.0,
2618
+ "learning_rate": 3.197142143356787e-06,
2619
+ "loss": 0.0,
2620
+ "step": 373
2621
+ },
2622
+ {
2623
+ "epoch": 0.09,
2624
+ "grad_norm": 0.0,
2625
+ "learning_rate": 3.1498084751294523e-06,
2626
+ "loss": 0.0,
2627
+ "step": 374
2628
+ },
2629
+ {
2630
+ "epoch": 0.09,
2631
+ "grad_norm": 0.0,
2632
+ "learning_rate": 3.1027622272189572e-06,
2633
+ "loss": 0.0,
2634
+ "step": 375
2635
+ },
2636
+ {
2637
+ "epoch": 0.09,
2638
+ "grad_norm": 0.0,
2639
+ "learning_rate": 3.0560053735916372e-06,
2640
+ "loss": 0.0,
2641
+ "step": 376
2642
+ },
2643
+ {
2644
+ "epoch": 0.09,
2645
+ "grad_norm": 0.0,
2646
+ "learning_rate": 3.009539876071427e-06,
2647
+ "loss": 0.0,
2648
+ "step": 377
2649
+ },
2650
+ {
2651
+ "epoch": 0.09,
2652
+ "grad_norm": 0.0,
2653
+ "learning_rate": 2.9633676842575386e-06,
2654
+ "loss": 0.0,
2655
+ "step": 378
2656
+ },
2657
+ {
2658
+ "epoch": 0.09,
2659
+ "grad_norm": 0.0,
2660
+ "learning_rate": 2.9174907354426696e-06,
2661
+ "loss": 0.0,
2662
+ "step": 379
2663
+ },
2664
+ {
2665
+ "epoch": 0.09,
2666
+ "grad_norm": 0.0,
2667
+ "learning_rate": 2.8719109545317102e-06,
2668
+ "loss": 0.0,
2669
+ "step": 380
2670
+ },
2671
+ {
2672
+ "epoch": 0.09,
2673
+ "grad_norm": 0.0,
2674
+ "learning_rate": 2.8266302539609747e-06,
2675
+ "loss": 0.0,
2676
+ "step": 381
2677
+ },
2678
+ {
2679
+ "epoch": 0.09,
2680
+ "grad_norm": 0.0,
2681
+ "learning_rate": 2.78165053361798e-06,
2682
+ "loss": 0.0,
2683
+ "step": 382
2684
+ },
2685
+ {
2686
+ "epoch": 0.09,
2687
+ "grad_norm": 0.0,
2688
+ "learning_rate": 2.736973680761702e-06,
2689
+ "loss": 0.0,
2690
+ "step": 383
2691
+ },
2692
+ {
2693
+ "epoch": 0.09,
2694
+ "grad_norm": 0.0,
2695
+ "learning_rate": 2.692601569943407e-06,
2696
+ "loss": 0.0,
2697
+ "step": 384
2698
+ },
2699
+ {
2700
+ "epoch": 0.09,
2701
+ "grad_norm": 0.0,
2702
+ "learning_rate": 2.648536062927999e-06,
2703
+ "loss": 0.0,
2704
+ "step": 385
2705
+ },
2706
+ {
2707
+ "epoch": 0.09,
2708
+ "grad_norm": 0.0,
2709
+ "learning_rate": 2.604779008615895e-06,
2710
+ "loss": 0.0,
2711
+ "step": 386
2712
+ },
2713
+ {
2714
+ "epoch": 0.09,
2715
+ "grad_norm": 0.0,
2716
+ "learning_rate": 2.5613322429654573e-06,
2717
+ "loss": 0.0,
2718
+ "step": 387
2719
+ },
2720
+ {
2721
+ "epoch": 0.09,
2722
+ "grad_norm": 0.0,
2723
+ "learning_rate": 2.5181975889159615e-06,
2724
+ "loss": 0.0,
2725
+ "step": 388
2726
+ },
2727
+ {
2728
+ "epoch": 0.09,
2729
+ "grad_norm": 0.0,
2730
+ "learning_rate": 2.475376856311097e-06,
2731
+ "loss": 0.0,
2732
+ "step": 389
2733
+ },
2734
+ {
2735
+ "epoch": 0.09,
2736
+ "grad_norm": 0.0,
2737
+ "learning_rate": 2.432871841823047e-06,
2738
+ "loss": 0.0,
2739
+ "step": 390
2740
+ },
2741
+ {
2742
+ "epoch": 0.09,
2743
+ "grad_norm": 0.0,
2744
+ "learning_rate": 2.390684328877089e-06,
2745
+ "loss": 0.0,
2746
+ "step": 391
2747
+ },
2748
+ {
2749
+ "epoch": 0.09,
2750
+ "grad_norm": 0.0,
2751
+ "learning_rate": 2.3488160875767717e-06,
2752
+ "loss": 0.0,
2753
+ "step": 392
2754
+ },
2755
+ {
2756
+ "epoch": 0.09,
2757
+ "grad_norm": 0.0,
2758
+ "learning_rate": 2.307268874629649e-06,
2759
+ "loss": 0.0,
2760
+ "step": 393
2761
+ },
2762
+ {
2763
+ "epoch": 0.09,
2764
+ "grad_norm": 0.0,
2765
+ "learning_rate": 2.266044433273562e-06,
2766
+ "loss": 0.0,
2767
+ "step": 394
2768
+ },
2769
+ {
2770
+ "epoch": 0.09,
2771
+ "grad_norm": 0.0,
2772
+ "learning_rate": 2.2251444932035094e-06,
2773
+ "loss": 0.0,
2774
+ "step": 395
2775
+ },
2776
+ {
2777
+ "epoch": 0.09,
2778
+ "grad_norm": 0.0,
2779
+ "learning_rate": 2.184570770499056e-06,
2780
+ "loss": 0.0,
2781
+ "step": 396
2782
+ },
2783
+ {
2784
+ "epoch": 0.09,
2785
+ "grad_norm": 0.0,
2786
+ "learning_rate": 2.1443249675523536e-06,
2787
+ "loss": 0.0,
2788
+ "step": 397
2789
+ },
2790
+ {
2791
+ "epoch": 0.09,
2792
+ "grad_norm": 0.0,
2793
+ "learning_rate": 2.1044087729966856e-06,
2794
+ "loss": 0.0,
2795
+ "step": 398
2796
+ },
2797
+ {
2798
+ "epoch": 0.09,
2799
+ "grad_norm": 0.0,
2800
+ "learning_rate": 2.064823861635633e-06,
2801
+ "loss": 0.0,
2802
+ "step": 399
2803
+ },
2804
+ {
2805
+ "epoch": 0.09,
2806
+ "grad_norm": 0.0,
2807
+ "learning_rate": 2.025571894372794e-06,
2808
+ "loss": 0.0,
2809
+ "step": 400
2810
+ },
2811
+ {
2812
+ "epoch": 0.09,
2813
+ "grad_norm": 0.0,
2814
+ "learning_rate": 1.9866545181421016e-06,
2815
+ "loss": 0.0,
2816
+ "step": 401
2817
+ },
2818
+ {
2819
+ "epoch": 0.09,
2820
+ "grad_norm": 0.0,
2821
+ "learning_rate": 1.9480733658387175e-06,
2822
+ "loss": 0.0,
2823
+ "step": 402
2824
+ },
2825
+ {
2826
+ "epoch": 0.09,
2827
+ "grad_norm": 0.0,
2828
+ "learning_rate": 1.9098300562505266e-06,
2829
+ "loss": 0.0,
2830
+ "step": 403
2831
+ },
2832
+ {
2833
+ "epoch": 0.09,
2834
+ "grad_norm": 0.0,
2835
+ "learning_rate": 1.8719261939902023e-06,
2836
+ "loss": 0.0,
2837
+ "step": 404
2838
+ },
2839
+ {
2840
+ "epoch": 0.09,
2841
+ "grad_norm": 0.0,
2842
+ "learning_rate": 1.8343633694278895e-06,
2843
+ "loss": 0.0,
2844
+ "step": 405
2845
+ },
2846
+ {
2847
+ "epoch": 0.09,
2848
+ "grad_norm": 0.0,
2849
+ "learning_rate": 1.7971431586244814e-06,
2850
+ "loss": 0.0,
2851
+ "step": 406
2852
+ },
2853
+ {
2854
+ "epoch": 0.09,
2855
+ "grad_norm": 0.0,
2856
+ "learning_rate": 1.7602671232654755e-06,
2857
+ "loss": 0.0,
2858
+ "step": 407
2859
+ },
2860
+ {
2861
+ "epoch": 0.09,
2862
+ "grad_norm": 0.0,
2863
+ "learning_rate": 1.723736810595461e-06,
2864
+ "loss": 0.0,
2865
+ "step": 408
2866
+ },
2867
+ {
2868
+ "epoch": 0.09,
2869
+ "grad_norm": 0.0,
2870
+ "learning_rate": 1.687553753353195e-06,
2871
+ "loss": 0.0,
2872
+ "step": 409
2873
+ },
2874
+ {
2875
+ "epoch": 0.09,
2876
+ "grad_norm": 0.0,
2877
+ "learning_rate": 1.6517194697072903e-06,
2878
+ "loss": 0.0,
2879
+ "step": 410
2880
+ },
2881
+ {
2882
+ "epoch": 0.09,
2883
+ "grad_norm": 0.0,
2884
+ "learning_rate": 1.6162354631925203e-06,
2885
+ "loss": 0.0,
2886
+ "step": 411
2887
+ },
2888
+ {
2889
+ "epoch": 0.09,
2890
+ "grad_norm": 0.0,
2891
+ "learning_rate": 1.5811032226467304e-06,
2892
+ "loss": 0.0,
2893
+ "step": 412
2894
+ },
2895
+ {
2896
+ "epoch": 0.09,
2897
+ "grad_norm": 0.0,
2898
+ "learning_rate": 1.5463242221483742e-06,
2899
+ "loss": 0.0,
2900
+ "step": 413
2901
+ },
2902
+ {
2903
+ "epoch": 0.09,
2904
+ "grad_norm": 0.0,
2905
+ "learning_rate": 1.511899920954656e-06,
2906
+ "loss": 0.0,
2907
+ "step": 414
2908
+ },
2909
+ {
2910
+ "epoch": 0.1,
2911
+ "grad_norm": 0.0,
2912
+ "learning_rate": 1.4778317634403082e-06,
2913
+ "loss": 0.0,
2914
+ "step": 415
2915
+ },
2916
+ {
2917
+ "epoch": 0.1,
2918
+ "grad_norm": 0.0,
2919
+ "learning_rate": 1.4441211790369892e-06,
2920
+ "loss": 0.0,
2921
+ "step": 416
2922
+ },
2923
+ {
2924
+ "epoch": 0.1,
2925
+ "grad_norm": 0.0,
2926
+ "learning_rate": 1.4107695821733026e-06,
2927
+ "loss": 0.0,
2928
+ "step": 417
2929
+ },
2930
+ {
2931
+ "epoch": 0.1,
2932
+ "grad_norm": 0.0,
2933
+ "learning_rate": 1.3777783722154603e-06,
2934
+ "loss": 0.0,
2935
+ "step": 418
2936
+ },
2937
+ {
2938
+ "epoch": 0.1,
2939
+ "grad_norm": 0.0,
2940
+ "learning_rate": 1.3451489334085555e-06,
2941
+ "loss": 0.0,
2942
+ "step": 419
2943
+ },
2944
+ {
2945
+ "epoch": 0.1,
2946
+ "grad_norm": 0.0,
2947
+ "learning_rate": 1.3128826348184886e-06,
2948
+ "loss": 0.0,
2949
+ "step": 420
2950
+ },
2951
+ {
2952
+ "epoch": 0.1,
2953
+ "grad_norm": 0.0,
2954
+ "learning_rate": 1.2809808302745298e-06,
2955
+ "loss": 0.0,
2956
+ "step": 421
2957
+ },
2958
+ {
2959
+ "epoch": 0.1,
2960
+ "grad_norm": 0.0,
2961
+ "learning_rate": 1.249444858312502e-06,
2962
+ "loss": 0.0,
2963
+ "step": 422
2964
+ },
2965
+ {
2966
+ "epoch": 0.1,
2967
+ "grad_norm": 0.0,
2968
+ "learning_rate": 1.218276042118629e-06,
2969
+ "loss": 0.0,
2970
+ "step": 423
2971
+ },
2972
+ {
2973
+ "epoch": 0.1,
2974
+ "grad_norm": 0.0,
2975
+ "learning_rate": 1.1874756894740137e-06,
2976
+ "loss": 0.0,
2977
+ "step": 424
2978
+ },
2979
+ {
2980
+ "epoch": 0.1,
2981
+ "grad_norm": 0.0,
2982
+ "learning_rate": 1.1570450926997657e-06,
2983
+ "loss": 0.0,
2984
+ "step": 425
2985
+ },
2986
+ {
2987
+ "epoch": 0.1,
2988
+ "grad_norm": 0.0,
2989
+ "learning_rate": 1.1269855286027798e-06,
2990
+ "loss": 0.0,
2991
+ "step": 426
2992
+ },
2993
+ {
2994
+ "epoch": 0.1,
2995
+ "grad_norm": 0.0,
2996
+ "learning_rate": 1.0972982584221592e-06,
2997
+ "loss": 0.0,
2998
+ "step": 427
2999
+ },
3000
+ {
3001
+ "epoch": 0.1,
3002
+ "grad_norm": 0.0,
3003
+ "learning_rate": 1.067984527776309e-06,
3004
+ "loss": 0.0,
3005
+ "step": 428
3006
+ },
3007
+ {
3008
+ "epoch": 0.1,
3009
+ "grad_norm": 0.0,
3010
+ "learning_rate": 1.0390455666106547e-06,
3011
+ "loss": 0.0,
3012
+ "step": 429
3013
+ },
3014
+ {
3015
+ "epoch": 0.1,
3016
+ "grad_norm": 0.0,
3017
+ "learning_rate": 1.010482589146048e-06,
3018
+ "loss": 0.0,
3019
+ "step": 430
3020
+ },
3021
+ {
3022
+ "epoch": 0.1,
3023
+ "grad_norm": 0.0,
3024
+ "learning_rate": 9.822967938278172e-07,
3025
+ "loss": 0.0,
3026
+ "step": 431
3027
+ },
3028
+ {
3029
+ "epoch": 0.1,
3030
+ "grad_norm": 0.0,
3031
+ "learning_rate": 9.544893632754816e-07,
3032
+ "loss": 0.0,
3033
+ "step": 432
3034
+ },
3035
+ {
3036
+ "epoch": 0.1,
3037
+ "grad_norm": 0.0,
3038
+ "learning_rate": 9.270614642331377e-07,
3039
+ "loss": 0.0,
3040
+ "step": 433
3041
+ },
3042
+ {
3043
+ "epoch": 0.1,
3044
+ "grad_norm": 0.0,
3045
+ "learning_rate": 9.000142475204965e-07,
3046
+ "loss": 0.0,
3047
+ "step": 434
3048
+ },
3049
+ {
3050
+ "epoch": 0.1,
3051
+ "grad_norm": 0.0,
3052
+ "learning_rate": 8.733488479845997e-07,
3053
+ "loss": 0.0,
3054
+ "step": 435
3055
+ },
3056
+ {
3057
+ "epoch": 0.1,
3058
+ "grad_norm": 0.0,
3059
+ "learning_rate": 8.470663844522053e-07,
3060
+ "loss": 0.0,
3061
+ "step": 436
3062
+ },
3063
+ {
3064
+ "epoch": 0.1,
3065
+ "grad_norm": 0.0,
3066
+ "learning_rate": 8.211679596828481e-07,
3067
+ "loss": 0.0,
3068
+ "step": 437
3069
+ },
3070
+ {
3071
+ "epoch": 0.1,
3072
+ "grad_norm": 0.0,
3073
+ "learning_rate": 7.956546603225601e-07,
3074
+ "loss": 0.0,
3075
+ "step": 438
3076
+ },
3077
+ {
3078
+ "epoch": 0.1,
3079
+ "grad_norm": 0.0,
3080
+ "learning_rate": 7.705275568582848e-07,
3081
+ "loss": 0.0,
3082
+ "step": 439
3083
+ },
3084
+ {
3085
+ "epoch": 0.1,
3086
+ "grad_norm": 0.0,
3087
+ "learning_rate": 7.457877035729588e-07,
3088
+ "loss": 0.0,
3089
+ "step": 440
3090
+ },
3091
+ {
3092
+ "epoch": 0.1,
3093
+ "grad_norm": 0.0,
3094
+ "learning_rate": 7.21436138501278e-07,
3095
+ "loss": 0.0,
3096
+ "step": 441
3097
+ },
3098
+ {
3099
+ "epoch": 0.1,
3100
+ "grad_norm": 0.0,
3101
+ "learning_rate": 6.974738833861383e-07,
3102
+ "loss": 0.0,
3103
+ "step": 442
3104
+ },
3105
+ {
3106
+ "epoch": 0.1,
3107
+ "grad_norm": 0.0,
3108
+ "learning_rate": 6.739019436357774e-07,
3109
+ "loss": 0.0,
3110
+ "step": 443
3111
+ },
3112
+ {
3113
+ "epoch": 0.1,
3114
+ "grad_norm": 0.0,
3115
+ "learning_rate": 6.507213082815745e-07,
3116
+ "loss": 0.0,
3117
+ "step": 444
3118
+ },
3119
+ {
3120
+ "epoch": 0.1,
3121
+ "grad_norm": 0.0,
3122
+ "learning_rate": 6.279329499365649e-07,
3123
+ "loss": 0.0,
3124
+ "step": 445
3125
+ },
3126
+ {
3127
+ "epoch": 0.1,
3128
+ "grad_norm": 0.0,
3129
+ "learning_rate": 6.055378247546217e-07,
3130
+ "loss": 0.0,
3131
+ "step": 446
3132
+ },
3133
+ {
3134
+ "epoch": 0.1,
3135
+ "grad_norm": 0.0,
3136
+ "learning_rate": 5.835368723903456e-07,
3137
+ "loss": 0.0,
3138
+ "step": 447
3139
+ },
3140
+ {
3141
+ "epoch": 0.1,
3142
+ "grad_norm": 0.0,
3143
+ "learning_rate": 5.619310159596358e-07,
3144
+ "loss": 0.0,
3145
+ "step": 448
3146
+ },
3147
+ {
3148
+ "epoch": 0.1,
3149
+ "grad_norm": 0.0,
3150
+ "learning_rate": 5.407211620009545e-07,
3151
+ "loss": 0.0,
3152
+ "step": 449
3153
+ },
3154
+ {
3155
+ "epoch": 0.1,
3156
+ "grad_norm": 0.0,
3157
+ "learning_rate": 5.199082004372958e-07,
3158
+ "loss": 0.0,
3159
+ "step": 450
3160
+ },
3161
+ {
3162
+ "epoch": 0.1,
3163
+ "grad_norm": 0.0,
3164
+ "learning_rate": 4.994930045388414e-07,
3165
+ "loss": 0.0,
3166
+ "step": 451
3167
+ },
3168
+ {
3169
+ "epoch": 0.1,
3170
+ "grad_norm": 0.0,
3171
+ "learning_rate": 4.794764308863242e-07,
3172
+ "loss": 0.0,
3173
+ "step": 452
3174
+ },
3175
+ {
3176
+ "epoch": 0.1,
3177
+ "grad_norm": 0.0,
3178
+ "learning_rate": 4.5985931933508757e-07,
3179
+ "loss": 0.0,
3180
+ "step": 453
3181
+ },
3182
+ {
3183
+ "epoch": 0.1,
3184
+ "grad_norm": 0.0,
3185
+ "learning_rate": 4.406424929798403e-07,
3186
+ "loss": 0.0,
3187
+ "step": 454
3188
+ },
3189
+ {
3190
+ "epoch": 0.1,
3191
+ "grad_norm": 0.0,
3192
+ "learning_rate": 4.218267581201296e-07,
3193
+ "loss": 0.0,
3194
+ "step": 455
3195
+ },
3196
+ {
3197
+ "epoch": 0.1,
3198
+ "grad_norm": 0.0,
3199
+ "learning_rate": 4.034129042265067e-07,
3200
+ "loss": 0.0,
3201
+ "step": 456
3202
+ },
3203
+ {
3204
+ "epoch": 0.1,
3205
+ "grad_norm": 0.0,
3206
+ "learning_rate": 3.8540170390740097e-07,
3207
+ "loss": 0.0,
3208
+ "step": 457
3209
+ },
3210
+ {
3211
+ "epoch": 0.11,
3212
+ "grad_norm": 0.0,
3213
+ "learning_rate": 3.67793912876705e-07,
3214
+ "loss": 0.0,
3215
+ "step": 458
3216
+ },
3217
+ {
3218
+ "epoch": 0.11,
3219
+ "grad_norm": 0.0,
3220
+ "learning_rate": 3.5059026992206645e-07,
3221
+ "loss": 0.0,
3222
+ "step": 459
3223
+ },
3224
+ {
3225
+ "epoch": 0.11,
3226
+ "grad_norm": 0.0,
3227
+ "learning_rate": 3.3379149687388866e-07,
3228
+ "loss": 0.0,
3229
+ "step": 460
3230
+ },
3231
+ {
3232
+ "epoch": 0.11,
3233
+ "grad_norm": 0.0,
3234
+ "learning_rate": 3.1739829857504235e-07,
3235
+ "loss": 0.0,
3236
+ "step": 461
3237
+ },
3238
+ {
3239
+ "epoch": 0.11,
3240
+ "grad_norm": 0.0,
3241
+ "learning_rate": 3.0141136285129825e-07,
3242
+ "loss": 0.0,
3243
+ "step": 462
3244
+ },
3245
+ {
3246
+ "epoch": 0.11,
3247
+ "grad_norm": 0.0,
3248
+ "learning_rate": 2.8583136048245697e-07,
3249
+ "loss": 0.0,
3250
+ "step": 463
3251
+ },
3252
+ {
3253
+ "epoch": 0.11,
3254
+ "grad_norm": 0.0,
3255
+ "learning_rate": 2.706589451742181e-07,
3256
+ "loss": 0.0,
3257
+ "step": 464
3258
+ },
3259
+ {
3260
+ "epoch": 0.11,
3261
+ "grad_norm": 0.0,
3262
+ "learning_rate": 2.5589475353073987e-07,
3263
+ "loss": 0.0,
3264
+ "step": 465
3265
+ },
3266
+ {
3267
+ "epoch": 0.11,
3268
+ "grad_norm": 0.0,
3269
+ "learning_rate": 2.4153940502793185e-07,
3270
+ "loss": 0.0,
3271
+ "step": 466
3272
+ },
3273
+ {
3274
+ "epoch": 0.11,
3275
+ "grad_norm": 0.0,
3276
+ "learning_rate": 2.2759350198746978e-07,
3277
+ "loss": 0.0,
3278
+ "step": 467
3279
+ },
3280
+ {
3281
+ "epoch": 0.11,
3282
+ "grad_norm": 0.0,
3283
+ "learning_rate": 2.1405762955151178e-07,
3284
+ "loss": 0.0,
3285
+ "step": 468
3286
+ },
3287
+ {
3288
+ "epoch": 0.11,
3289
+ "grad_norm": 0.0,
3290
+ "learning_rate": 2.009323556581566e-07,
3291
+ "loss": 0.0,
3292
+ "step": 469
3293
+ },
3294
+ {
3295
+ "epoch": 0.11,
3296
+ "grad_norm": 0.0,
3297
+ "learning_rate": 1.8821823101760949e-07,
3298
+ "loss": 0.0,
3299
+ "step": 470
3300
+ },
3301
+ {
3302
+ "epoch": 0.11,
3303
+ "grad_norm": 0.0,
3304
+ "learning_rate": 1.7591578908907724e-07,
3305
+ "loss": 0.0,
3306
+ "step": 471
3307
+ },
3308
+ {
3309
+ "epoch": 0.11,
3310
+ "grad_norm": 0.0,
3311
+ "learning_rate": 1.6402554605838173e-07,
3312
+ "loss": 0.0,
3313
+ "step": 472
3314
+ },
3315
+ {
3316
+ "epoch": 0.11,
3317
+ "grad_norm": 0.0,
3318
+ "learning_rate": 1.5254800081630828e-07,
3319
+ "loss": 0.0,
3320
+ "step": 473
3321
+ },
3322
+ {
3323
+ "epoch": 0.11,
3324
+ "grad_norm": 0.0,
3325
+ "learning_rate": 1.4148363493766803e-07,
3326
+ "loss": 0.0,
3327
+ "step": 474
3328
+ },
3329
+ {
3330
+ "epoch": 0.11,
3331
+ "grad_norm": 0.0,
3332
+ "learning_rate": 1.30832912661093e-07,
3333
+ "loss": 0.0,
3334
+ "step": 475
3335
+ },
3336
+ {
3337
+ "epoch": 0.11,
3338
+ "grad_norm": 0.0,
3339
+ "learning_rate": 1.2059628086956044e-07,
3340
+ "loss": 0.0,
3341
+ "step": 476
3342
+ },
3343
+ {
3344
+ "epoch": 0.11,
3345
+ "grad_norm": 0.0,
3346
+ "learning_rate": 1.1077416907163573e-07,
3347
+ "loss": 0.0,
3348
+ "step": 477
3349
+ },
3350
+ {
3351
+ "epoch": 0.11,
3352
+ "grad_norm": 0.0,
3353
+ "learning_rate": 1.0136698938346012e-07,
3354
+ "loss": 0.0,
3355
+ "step": 478
3356
+ },
3357
+ {
3358
+ "epoch": 0.11,
3359
+ "grad_norm": 0.0,
3360
+ "learning_rate": 9.237513651145224e-08,
3361
+ "loss": 0.0,
3362
+ "step": 479
3363
+ },
3364
+ {
3365
+ "epoch": 0.11,
3366
+ "grad_norm": 0.0,
3367
+ "learning_rate": 8.379898773574924e-08,
3368
+ "loss": 0.0,
3369
+ "step": 480
3370
+ },
3371
+ {
3372
+ "epoch": 0.11,
3373
+ "grad_norm": 0.0,
3374
+ "learning_rate": 7.563890289437825e-08,
3375
+ "loss": 0.0,
3376
+ "step": 481
3377
+ },
3378
+ {
3379
+ "epoch": 0.11,
3380
+ "grad_norm": 0.0,
3381
+ "learning_rate": 6.78952243681541e-08,
3382
+ "loss": 0.0,
3383
+ "step": 482
3384
+ },
3385
+ {
3386
+ "epoch": 0.11,
3387
+ "grad_norm": 0.0,
3388
+ "learning_rate": 6.056827706632185e-08,
3389
+ "loss": 0.0,
3390
+ "step": 483
3391
+ },
3392
+ {
3393
+ "epoch": 0.11,
3394
+ "grad_norm": 0.0,
3395
+ "learning_rate": 5.365836841291439e-08,
3396
+ "loss": 0.0,
3397
+ "step": 484
3398
+ },
3399
+ {
3400
+ "epoch": 0.11,
3401
+ "grad_norm": 0.0,
3402
+ "learning_rate": 4.716578833386054e-08,
3403
+ "loss": 0.0,
3404
+ "step": 485
3405
+ },
3406
+ {
3407
+ "epoch": 0.11,
3408
+ "grad_norm": 0.0,
3409
+ "learning_rate": 4.109080924481479e-08,
3410
+ "loss": 0.0,
3411
+ "step": 486
3412
+ },
3413
+ {
3414
+ "epoch": 0.11,
3415
+ "grad_norm": 0.0,
3416
+ "learning_rate": 3.543368603973529e-08,
3417
+ "loss": 0.0,
3418
+ "step": 487
3419
+ },
3420
+ {
3421
+ "epoch": 0.11,
3422
+ "grad_norm": 0.0,
3423
+ "learning_rate": 3.019465608018024e-08,
3424
+ "loss": 0.0,
3425
+ "step": 488
3426
+ },
3427
+ {
3428
+ "epoch": 0.11,
3429
+ "grad_norm": 0.0,
3430
+ "learning_rate": 2.537393918535358e-08,
3431
+ "loss": 0.0,
3432
+ "step": 489
3433
+ },
3434
+ {
3435
+ "epoch": 0.11,
3436
+ "grad_norm": 0.0,
3437
+ "learning_rate": 2.0971737622883515e-08,
3438
+ "loss": 0.0,
3439
+ "step": 490
3440
+ },
3441
+ {
3442
+ "epoch": 0.11,
3443
+ "grad_norm": 0.0,
3444
+ "learning_rate": 1.698823610032929e-08,
3445
+ "loss": 0.0,
3446
+ "step": 491
3447
+ },
3448
+ {
3449
+ "epoch": 0.11,
3450
+ "grad_norm": 0.0,
3451
+ "learning_rate": 1.3423601757436289e-08,
3452
+ "loss": 0.0,
3453
+ "step": 492
3454
+ },
3455
+ {
3456
+ "epoch": 0.11,
3457
+ "grad_norm": 0.0,
3458
+ "learning_rate": 1.0277984159122734e-08,
3459
+ "loss": 0.0,
3460
+ "step": 493
3461
+ },
3462
+ {
3463
+ "epoch": 0.11,
3464
+ "grad_norm": 0.0,
3465
+ "learning_rate": 7.551515289203615e-09,
3466
+ "loss": 0.0,
3467
+ "step": 494
3468
+ },
3469
+ {
3470
+ "epoch": 0.11,
3471
+ "grad_norm": 0.0,
3472
+ "learning_rate": 5.2443095448506674e-09,
3473
+ "loss": 0.0,
3474
+ "step": 495
3475
+ },
3476
+ {
3477
+ "epoch": 0.11,
3478
+ "grad_norm": 0.0,
3479
+ "learning_rate": 3.3564637317984318e-09,
3480
+ "loss": 0.0,
3481
+ "step": 496
3482
+ },
3483
+ {
3484
+ "epoch": 0.11,
3485
+ "grad_norm": 0.0,
3486
+ "learning_rate": 1.888057060274173e-09,
3487
+ "loss": 0.0,
3488
+ "step": 497
3489
+ },
3490
+ {
3491
+ "epoch": 0.11,
3492
+ "grad_norm": 0.0,
3493
+ "learning_rate": 8.391511416816489e-10,
3494
+ "loss": 0.0,
3495
+ "step": 498
3496
+ },
3497
+ {
3498
+ "epoch": 0.11,
3499
+ "grad_norm": 0.0,
3500
+ "learning_rate": 2.0978998601206558e-10,
3501
+ "loss": 0.0,
3502
+ "step": 499
3503
+ },
3504
+ {
3505
+ "epoch": 0.11,
3506
+ "grad_norm": 0.0,
3507
+ "learning_rate": 0.0,
3508
+ "loss": 0.0,
3509
+ "step": 500
3510
+ },
3511
+ {
3512
+ "epoch": 0.11,
3513
+ "step": 500,
3514
+ "total_flos": 8031892119552.0,
3515
+ "train_loss": 0.0,
3516
+ "train_runtime": 40433.9748,
3517
+ "train_samples_per_second": 1.583,
3518
+ "train_steps_per_second": 0.012
3519
+ }
3520
+ ],
3521
+ "logging_steps": 1.0,
3522
+ "max_steps": 500,
3523
+ "num_input_tokens_seen": 0,
3524
+ "num_train_epochs": 1,
3525
+ "save_steps": 5000,
3526
+ "total_flos": 8031892119552.0,
3527
+ "train_batch_size": 32,
3528
+ "trial_name": null,
3529
+ "trial_params": null
3530
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff