Upload folder using huggingface_hub
Browse files- config.json +192 -0
- preprocessor_config.json +20 -0
- pytorch_model-00001-of-00004.bin +3 -0
- pytorch_model-00002-of-00004.bin +3 -0
- pytorch_model-00003-of-00004.bin +3 -0
- pytorch_model-00004-of-00004.bin +3 -0
- pytorch_model.bin.index.json +869 -0
- runs/Feb17_22-53-05_n214-179-146/events.out.tfevents.1708181673.n214-179-146.6259.0 +3 -0
- runs/Feb17_22-55-10_n214-179-146/events.out.tfevents.1708181739.n214-179-146.10731.0 +3 -0
- runs/Feb17_23-09-48_n214-179-146/events.out.tfevents.1708182618.n214-179-146.17113.0 +3 -0
- runs/Feb17_23-35-13_n214-179-146/events.out.tfevents.1708184142.n214-179-146.24524.0 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.model +3 -0
- tokenizer_config.json +42 -0
- trainer_state.json +2424 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,192 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "q-future/one-align",
|
3 |
+
"architectures": [
|
4 |
+
"MPLUGOwl2LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"auto_map": {
|
9 |
+
"AutoConfig": "q-future/one-align--configuration_mplug_owl2.MPLUGOwl2Config",
|
10 |
+
"AutoModel": "q-future/one-align--modeling_mplug_owl2.MPLUGOwl2LlamaForCausalLM",
|
11 |
+
"AutoModelForCausalLM": "q-future/one-align--modeling_mplug_owl2.MPLUGOwl2LlamaForCausalLM"
|
12 |
+
},
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"eos_token_id": 2,
|
15 |
+
"freeze_vision_model": false,
|
16 |
+
"hidden_act": "silu",
|
17 |
+
"hidden_size": 4096,
|
18 |
+
"image_aspect_ratio": "pad",
|
19 |
+
"image_grid_pinpoints": null,
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 11008,
|
22 |
+
"max_position_embeddings": 2048,
|
23 |
+
"model_type": "mplug_owl2",
|
24 |
+
"num_attention_heads": 32,
|
25 |
+
"num_hidden_layers": 32,
|
26 |
+
"num_key_value_heads": 32,
|
27 |
+
"pretraining_tp": 1,
|
28 |
+
"rms_norm_eps": 1e-06,
|
29 |
+
"rope_scaling": null,
|
30 |
+
"rope_theta": 10000.0,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "bfloat16",
|
33 |
+
"transformers_version": "4.36.2",
|
34 |
+
"tune_visual_abstractor": true,
|
35 |
+
"use_cache": true,
|
36 |
+
"visual_abstractor_lr": null,
|
37 |
+
"visual_config": {
|
38 |
+
"visual_abstractor": {
|
39 |
+
"_name_or_path": "",
|
40 |
+
"add_cross_attention": false,
|
41 |
+
"architectures": null,
|
42 |
+
"attention_probs_dropout_prob": 0.0,
|
43 |
+
"bad_words_ids": null,
|
44 |
+
"begin_suppress_tokens": null,
|
45 |
+
"bos_token_id": null,
|
46 |
+
"chunk_size_feed_forward": 0,
|
47 |
+
"cross_attention_hidden_size": null,
|
48 |
+
"decoder_start_token_id": null,
|
49 |
+
"diversity_penalty": 0.0,
|
50 |
+
"do_sample": false,
|
51 |
+
"early_stopping": false,
|
52 |
+
"encoder_hidden_size": 1024,
|
53 |
+
"encoder_no_repeat_ngram_size": 0,
|
54 |
+
"eos_token_id": null,
|
55 |
+
"exponential_decay_length_penalty": null,
|
56 |
+
"finetuning_task": null,
|
57 |
+
"forced_bos_token_id": null,
|
58 |
+
"forced_eos_token_id": null,
|
59 |
+
"grid_size": 32,
|
60 |
+
"hidden_size": 1024,
|
61 |
+
"id2label": {
|
62 |
+
"0": "LABEL_0",
|
63 |
+
"1": "LABEL_1"
|
64 |
+
},
|
65 |
+
"initializer_range": 0.02,
|
66 |
+
"intermediate_size": 2816,
|
67 |
+
"is_decoder": false,
|
68 |
+
"is_encoder_decoder": false,
|
69 |
+
"label2id": {
|
70 |
+
"LABEL_0": 0,
|
71 |
+
"LABEL_1": 1
|
72 |
+
},
|
73 |
+
"layer_norm_eps": 1e-06,
|
74 |
+
"length_penalty": 1.0,
|
75 |
+
"max_length": 20,
|
76 |
+
"min_length": 0,
|
77 |
+
"model_type": "mplug_owl_visual_abstract",
|
78 |
+
"no_repeat_ngram_size": 0,
|
79 |
+
"num_attention_heads": 16,
|
80 |
+
"num_beam_groups": 1,
|
81 |
+
"num_beams": 1,
|
82 |
+
"num_hidden_layers": 6,
|
83 |
+
"num_learnable_queries": 64,
|
84 |
+
"num_return_sequences": 1,
|
85 |
+
"output_attentions": false,
|
86 |
+
"output_hidden_states": false,
|
87 |
+
"output_scores": false,
|
88 |
+
"pad_token_id": null,
|
89 |
+
"prefix": null,
|
90 |
+
"problem_type": null,
|
91 |
+
"pruned_heads": {},
|
92 |
+
"remove_invalid_values": false,
|
93 |
+
"repetition_penalty": 1.0,
|
94 |
+
"return_dict": true,
|
95 |
+
"return_dict_in_generate": false,
|
96 |
+
"sep_token_id": null,
|
97 |
+
"suppress_tokens": null,
|
98 |
+
"task_specific_params": null,
|
99 |
+
"temperature": 1.0,
|
100 |
+
"tf_legacy_loss": false,
|
101 |
+
"tie_encoder_decoder": false,
|
102 |
+
"tie_word_embeddings": true,
|
103 |
+
"tokenizer_class": null,
|
104 |
+
"top_k": 50,
|
105 |
+
"top_p": 1.0,
|
106 |
+
"torch_dtype": null,
|
107 |
+
"torchscript": false,
|
108 |
+
"transformers_version": "4.28.1",
|
109 |
+
"typical_p": 1.0,
|
110 |
+
"use_bfloat16": false
|
111 |
+
},
|
112 |
+
"visual_model": {
|
113 |
+
"_name_or_path": "",
|
114 |
+
"add_cross_attention": false,
|
115 |
+
"architectures": null,
|
116 |
+
"attention_dropout": 0.0,
|
117 |
+
"bad_words_ids": null,
|
118 |
+
"begin_suppress_tokens": null,
|
119 |
+
"bos_token_id": null,
|
120 |
+
"chunk_size_feed_forward": 0,
|
121 |
+
"cross_attention_hidden_size": null,
|
122 |
+
"decoder_start_token_id": null,
|
123 |
+
"diversity_penalty": 0.0,
|
124 |
+
"do_sample": false,
|
125 |
+
"early_stopping": false,
|
126 |
+
"encoder_no_repeat_ngram_size": 0,
|
127 |
+
"eos_token_id": null,
|
128 |
+
"exponential_decay_length_penalty": null,
|
129 |
+
"finetuning_task": null,
|
130 |
+
"forced_bos_token_id": null,
|
131 |
+
"forced_eos_token_id": null,
|
132 |
+
"hidden_act": "quick_gelu",
|
133 |
+
"hidden_size": 1024,
|
134 |
+
"id2label": {
|
135 |
+
"0": "LABEL_0",
|
136 |
+
"1": "LABEL_1"
|
137 |
+
},
|
138 |
+
"image_size": 448,
|
139 |
+
"initializer_factor": 1.0,
|
140 |
+
"initializer_range": 0.02,
|
141 |
+
"intermediate_size": 4096,
|
142 |
+
"is_decoder": false,
|
143 |
+
"is_encoder_decoder": false,
|
144 |
+
"label2id": {
|
145 |
+
"LABEL_0": 0,
|
146 |
+
"LABEL_1": 1
|
147 |
+
},
|
148 |
+
"layer_norm_eps": 1e-06,
|
149 |
+
"length_penalty": 1.0,
|
150 |
+
"max_length": 20,
|
151 |
+
"min_length": 0,
|
152 |
+
"model_type": "mplug_owl_vision_model",
|
153 |
+
"no_repeat_ngram_size": 0,
|
154 |
+
"num_attention_heads": 16,
|
155 |
+
"num_beam_groups": 1,
|
156 |
+
"num_beams": 1,
|
157 |
+
"num_channels": 3,
|
158 |
+
"num_hidden_layers": 24,
|
159 |
+
"num_return_sequences": 1,
|
160 |
+
"output_attentions": false,
|
161 |
+
"output_hidden_states": false,
|
162 |
+
"output_scores": false,
|
163 |
+
"pad_token_id": null,
|
164 |
+
"patch_size": 14,
|
165 |
+
"prefix": null,
|
166 |
+
"problem_type": null,
|
167 |
+
"projection_dim": 768,
|
168 |
+
"pruned_heads": {},
|
169 |
+
"remove_invalid_values": false,
|
170 |
+
"repetition_penalty": 1.0,
|
171 |
+
"return_dict": true,
|
172 |
+
"return_dict_in_generate": false,
|
173 |
+
"sep_token_id": null,
|
174 |
+
"suppress_tokens": null,
|
175 |
+
"task_specific_params": null,
|
176 |
+
"temperature": 1.0,
|
177 |
+
"tf_legacy_loss": false,
|
178 |
+
"tie_encoder_decoder": false,
|
179 |
+
"tie_word_embeddings": true,
|
180 |
+
"tokenizer_class": null,
|
181 |
+
"top_k": 50,
|
182 |
+
"top_p": 1.0,
|
183 |
+
"torch_dtype": null,
|
184 |
+
"torchscript": false,
|
185 |
+
"transformers_version": "4.28.1",
|
186 |
+
"typical_p": 1.0,
|
187 |
+
"use_bfloat16": false,
|
188 |
+
"use_flash_attn": false
|
189 |
+
}
|
190 |
+
},
|
191 |
+
"vocab_size": 32000
|
192 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": 448,
|
3 |
+
"do_center_crop": true,
|
4 |
+
"do_normalize": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "CLIPFeatureExtractor",
|
7 |
+
"image_mean": [
|
8 |
+
0.48145466,
|
9 |
+
0.4578275,
|
10 |
+
0.40821073
|
11 |
+
],
|
12 |
+
"image_std": [
|
13 |
+
0.26862954,
|
14 |
+
0.26130258,
|
15 |
+
0.27577711
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"size": 448
|
19 |
+
}
|
20 |
+
|
pytorch_model-00001-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:820d98ff27108b2376b727c5135951bb455129cae903de327077ab910c780026
|
3 |
+
size 4981108780
|
pytorch_model-00002-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46fd157023bf991f12e3c3771d37767773d86d54dfcbcceca8ad946dfbbb5249
|
3 |
+
size 4920293259
|
pytorch_model-00003-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:000cc12b69e10b8f8329bfb68a50fe15f95d34716c9e11cd810e80c6be687cc2
|
3 |
+
size 4989532454
|
pytorch_model-00004-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7621a4bd12a793550071c95f9cf54d30696e6a8534ded15b30f6084268ff5e0
|
3 |
+
size 1518469929
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,869 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 16409100288
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "pytorch_model-00004-of-00004.bin",
|
7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00004.bin",
|
8 |
+
"model.layers.0.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
9 |
+
"model.layers.0.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
10 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
11 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
12 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
13 |
+
"model.layers.0.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
14 |
+
"model.layers.0.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
15 |
+
"model.layers.0.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
16 |
+
"model.layers.0.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
17 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
18 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
19 |
+
"model.layers.0.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
20 |
+
"model.layers.0.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
21 |
+
"model.layers.1.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
22 |
+
"model.layers.1.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
23 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
24 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
25 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
26 |
+
"model.layers.1.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
27 |
+
"model.layers.1.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
28 |
+
"model.layers.1.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
29 |
+
"model.layers.1.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
30 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
31 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
32 |
+
"model.layers.1.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
33 |
+
"model.layers.1.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
34 |
+
"model.layers.10.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
35 |
+
"model.layers.10.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
36 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
37 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
38 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
39 |
+
"model.layers.10.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
40 |
+
"model.layers.10.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
41 |
+
"model.layers.10.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
42 |
+
"model.layers.10.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
43 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
44 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
45 |
+
"model.layers.10.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
46 |
+
"model.layers.10.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
47 |
+
"model.layers.11.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
48 |
+
"model.layers.11.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
49 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
50 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
51 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
52 |
+
"model.layers.11.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
53 |
+
"model.layers.11.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
54 |
+
"model.layers.11.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
55 |
+
"model.layers.11.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
56 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
57 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
58 |
+
"model.layers.11.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
59 |
+
"model.layers.11.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
60 |
+
"model.layers.12.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
61 |
+
"model.layers.12.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
62 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
63 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
64 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
65 |
+
"model.layers.12.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
66 |
+
"model.layers.12.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
67 |
+
"model.layers.12.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
68 |
+
"model.layers.12.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
69 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
70 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
71 |
+
"model.layers.12.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
72 |
+
"model.layers.12.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
73 |
+
"model.layers.13.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
74 |
+
"model.layers.13.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
75 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
76 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
77 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
78 |
+
"model.layers.13.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
79 |
+
"model.layers.13.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
80 |
+
"model.layers.13.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
81 |
+
"model.layers.13.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
82 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
83 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
84 |
+
"model.layers.13.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
85 |
+
"model.layers.13.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
86 |
+
"model.layers.14.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
87 |
+
"model.layers.14.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
88 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
89 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
90 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
91 |
+
"model.layers.14.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
92 |
+
"model.layers.14.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
93 |
+
"model.layers.14.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
94 |
+
"model.layers.14.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
95 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
96 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
97 |
+
"model.layers.14.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
98 |
+
"model.layers.14.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
99 |
+
"model.layers.15.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
100 |
+
"model.layers.15.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
101 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
102 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
103 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
104 |
+
"model.layers.15.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
105 |
+
"model.layers.15.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
106 |
+
"model.layers.15.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
107 |
+
"model.layers.15.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
108 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
109 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
110 |
+
"model.layers.15.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
111 |
+
"model.layers.15.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
112 |
+
"model.layers.16.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
113 |
+
"model.layers.16.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
114 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
115 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
116 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
117 |
+
"model.layers.16.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
118 |
+
"model.layers.16.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
119 |
+
"model.layers.16.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
120 |
+
"model.layers.16.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
121 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
122 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
123 |
+
"model.layers.16.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
124 |
+
"model.layers.16.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
125 |
+
"model.layers.17.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
126 |
+
"model.layers.17.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
127 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
128 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
129 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
130 |
+
"model.layers.17.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
131 |
+
"model.layers.17.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
132 |
+
"model.layers.17.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
133 |
+
"model.layers.17.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
134 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
135 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
136 |
+
"model.layers.17.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
137 |
+
"model.layers.17.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
138 |
+
"model.layers.18.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
139 |
+
"model.layers.18.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
140 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
141 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
142 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
143 |
+
"model.layers.18.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
144 |
+
"model.layers.18.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
145 |
+
"model.layers.18.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
146 |
+
"model.layers.18.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
147 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
148 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
149 |
+
"model.layers.18.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
150 |
+
"model.layers.18.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
151 |
+
"model.layers.19.input_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
152 |
+
"model.layers.19.input_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
153 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00002-of-00004.bin",
|
154 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00002-of-00004.bin",
|
155 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00002-of-00004.bin",
|
156 |
+
"model.layers.19.post_attention_layernorm.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
157 |
+
"model.layers.19.post_attention_layernorm.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
158 |
+
"model.layers.19.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
159 |
+
"model.layers.19.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
160 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
161 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
162 |
+
"model.layers.19.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
163 |
+
"model.layers.19.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
164 |
+
"model.layers.2.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
165 |
+
"model.layers.2.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
166 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
167 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
168 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
169 |
+
"model.layers.2.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
170 |
+
"model.layers.2.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
171 |
+
"model.layers.2.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
172 |
+
"model.layers.2.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
173 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
174 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
175 |
+
"model.layers.2.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
176 |
+
"model.layers.2.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
177 |
+
"model.layers.20.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
178 |
+
"model.layers.20.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
179 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
180 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
181 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
182 |
+
"model.layers.20.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
183 |
+
"model.layers.20.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
184 |
+
"model.layers.20.self_attn.k_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
185 |
+
"model.layers.20.self_attn.k_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
186 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00002-of-00004.bin",
|
187 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00002-of-00004.bin",
|
188 |
+
"model.layers.20.self_attn.v_proj.multiway.0.weight": "pytorch_model-00002-of-00004.bin",
|
189 |
+
"model.layers.20.self_attn.v_proj.multiway.1.weight": "pytorch_model-00002-of-00004.bin",
|
190 |
+
"model.layers.21.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
191 |
+
"model.layers.21.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
192 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
193 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
194 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
195 |
+
"model.layers.21.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
196 |
+
"model.layers.21.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
197 |
+
"model.layers.21.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
198 |
+
"model.layers.21.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
199 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
200 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
201 |
+
"model.layers.21.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
202 |
+
"model.layers.21.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
203 |
+
"model.layers.22.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
204 |
+
"model.layers.22.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
205 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
206 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
207 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
208 |
+
"model.layers.22.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
209 |
+
"model.layers.22.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
210 |
+
"model.layers.22.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
211 |
+
"model.layers.22.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
212 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
213 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
214 |
+
"model.layers.22.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
215 |
+
"model.layers.22.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
216 |
+
"model.layers.23.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
217 |
+
"model.layers.23.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
218 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
219 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
220 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
221 |
+
"model.layers.23.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
222 |
+
"model.layers.23.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
223 |
+
"model.layers.23.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
224 |
+
"model.layers.23.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
225 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
226 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
227 |
+
"model.layers.23.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
228 |
+
"model.layers.23.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
229 |
+
"model.layers.24.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
230 |
+
"model.layers.24.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
231 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
232 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
233 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
234 |
+
"model.layers.24.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
235 |
+
"model.layers.24.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
236 |
+
"model.layers.24.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
237 |
+
"model.layers.24.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
238 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
239 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
240 |
+
"model.layers.24.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
241 |
+
"model.layers.24.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
242 |
+
"model.layers.25.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
243 |
+
"model.layers.25.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
244 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
245 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
246 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
247 |
+
"model.layers.25.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
248 |
+
"model.layers.25.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
249 |
+
"model.layers.25.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
250 |
+
"model.layers.25.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
251 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
252 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
253 |
+
"model.layers.25.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
254 |
+
"model.layers.25.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
255 |
+
"model.layers.26.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
256 |
+
"model.layers.26.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
257 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
258 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
259 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
260 |
+
"model.layers.26.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
261 |
+
"model.layers.26.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
262 |
+
"model.layers.26.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
263 |
+
"model.layers.26.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
264 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
265 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
266 |
+
"model.layers.26.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
267 |
+
"model.layers.26.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
268 |
+
"model.layers.27.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
269 |
+
"model.layers.27.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
270 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
271 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
272 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
273 |
+
"model.layers.27.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
274 |
+
"model.layers.27.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
275 |
+
"model.layers.27.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
276 |
+
"model.layers.27.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
277 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
278 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
279 |
+
"model.layers.27.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
280 |
+
"model.layers.27.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
281 |
+
"model.layers.28.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
282 |
+
"model.layers.28.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
283 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
284 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
285 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
286 |
+
"model.layers.28.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
287 |
+
"model.layers.28.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
288 |
+
"model.layers.28.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
289 |
+
"model.layers.28.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
290 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
291 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
292 |
+
"model.layers.28.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
293 |
+
"model.layers.28.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
294 |
+
"model.layers.29.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
295 |
+
"model.layers.29.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
296 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
297 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
298 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
299 |
+
"model.layers.29.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
300 |
+
"model.layers.29.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
301 |
+
"model.layers.29.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
302 |
+
"model.layers.29.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
303 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
304 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
305 |
+
"model.layers.29.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
306 |
+
"model.layers.29.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
307 |
+
"model.layers.3.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
308 |
+
"model.layers.3.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
309 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
310 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
311 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
312 |
+
"model.layers.3.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
313 |
+
"model.layers.3.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
314 |
+
"model.layers.3.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
315 |
+
"model.layers.3.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
316 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
317 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
318 |
+
"model.layers.3.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
319 |
+
"model.layers.3.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
320 |
+
"model.layers.30.input_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
321 |
+
"model.layers.30.input_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
322 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00003-of-00004.bin",
|
323 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00003-of-00004.bin",
|
324 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00003-of-00004.bin",
|
325 |
+
"model.layers.30.post_attention_layernorm.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
326 |
+
"model.layers.30.post_attention_layernorm.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
327 |
+
"model.layers.30.self_attn.k_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
328 |
+
"model.layers.30.self_attn.k_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
329 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00003-of-00004.bin",
|
330 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00003-of-00004.bin",
|
331 |
+
"model.layers.30.self_attn.v_proj.multiway.0.weight": "pytorch_model-00003-of-00004.bin",
|
332 |
+
"model.layers.30.self_attn.v_proj.multiway.1.weight": "pytorch_model-00003-of-00004.bin",
|
333 |
+
"model.layers.31.input_layernorm.multiway.0.weight": "pytorch_model-00004-of-00004.bin",
|
334 |
+
"model.layers.31.input_layernorm.multiway.1.weight": "pytorch_model-00004-of-00004.bin",
|
335 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00004-of-00004.bin",
|
336 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00004-of-00004.bin",
|
337 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00004-of-00004.bin",
|
338 |
+
"model.layers.31.post_attention_layernorm.multiway.0.weight": "pytorch_model-00004-of-00004.bin",
|
339 |
+
"model.layers.31.post_attention_layernorm.multiway.1.weight": "pytorch_model-00004-of-00004.bin",
|
340 |
+
"model.layers.31.self_attn.k_proj.multiway.0.weight": "pytorch_model-00004-of-00004.bin",
|
341 |
+
"model.layers.31.self_attn.k_proj.multiway.1.weight": "pytorch_model-00004-of-00004.bin",
|
342 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00004-of-00004.bin",
|
343 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00004-of-00004.bin",
|
344 |
+
"model.layers.31.self_attn.v_proj.multiway.0.weight": "pytorch_model-00004-of-00004.bin",
|
345 |
+
"model.layers.31.self_attn.v_proj.multiway.1.weight": "pytorch_model-00004-of-00004.bin",
|
346 |
+
"model.layers.4.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
347 |
+
"model.layers.4.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
348 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
349 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
350 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
351 |
+
"model.layers.4.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
352 |
+
"model.layers.4.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
353 |
+
"model.layers.4.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
354 |
+
"model.layers.4.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
355 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
356 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
357 |
+
"model.layers.4.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
358 |
+
"model.layers.4.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
359 |
+
"model.layers.5.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
360 |
+
"model.layers.5.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
361 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
362 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
363 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
364 |
+
"model.layers.5.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
365 |
+
"model.layers.5.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
366 |
+
"model.layers.5.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
367 |
+
"model.layers.5.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
368 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
369 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
370 |
+
"model.layers.5.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
371 |
+
"model.layers.5.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
372 |
+
"model.layers.6.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
373 |
+
"model.layers.6.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
374 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
375 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
376 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
377 |
+
"model.layers.6.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
378 |
+
"model.layers.6.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
379 |
+
"model.layers.6.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
380 |
+
"model.layers.6.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
381 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
382 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
383 |
+
"model.layers.6.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
384 |
+
"model.layers.6.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
385 |
+
"model.layers.7.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
386 |
+
"model.layers.7.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
387 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
388 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
389 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
390 |
+
"model.layers.7.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
391 |
+
"model.layers.7.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
392 |
+
"model.layers.7.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
393 |
+
"model.layers.7.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
394 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
395 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
396 |
+
"model.layers.7.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
397 |
+
"model.layers.7.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
398 |
+
"model.layers.8.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
399 |
+
"model.layers.8.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
400 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
401 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
402 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
403 |
+
"model.layers.8.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
404 |
+
"model.layers.8.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
405 |
+
"model.layers.8.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
406 |
+
"model.layers.8.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
407 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
408 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
409 |
+
"model.layers.8.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
410 |
+
"model.layers.8.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
411 |
+
"model.layers.9.input_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
412 |
+
"model.layers.9.input_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
413 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00004.bin",
|
414 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00004.bin",
|
415 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00004.bin",
|
416 |
+
"model.layers.9.post_attention_layernorm.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
417 |
+
"model.layers.9.post_attention_layernorm.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
418 |
+
"model.layers.9.self_attn.k_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
419 |
+
"model.layers.9.self_attn.k_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
420 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00004.bin",
|
421 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00004.bin",
|
422 |
+
"model.layers.9.self_attn.v_proj.multiway.0.weight": "pytorch_model-00001-of-00004.bin",
|
423 |
+
"model.layers.9.self_attn.v_proj.multiway.1.weight": "pytorch_model-00001-of-00004.bin",
|
424 |
+
"model.norm.weight": "pytorch_model-00004-of-00004.bin",
|
425 |
+
"model.vision_model.embeddings.cls_token": "pytorch_model-00004-of-00004.bin",
|
426 |
+
"model.vision_model.embeddings.patch_embed.weight": "pytorch_model-00004-of-00004.bin",
|
427 |
+
"model.vision_model.embeddings.position_embedding": "pytorch_model-00004-of-00004.bin",
|
428 |
+
"model.vision_model.embeddings.pre_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
429 |
+
"model.vision_model.embeddings.pre_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
430 |
+
"model.vision_model.encoder.layers.0.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
431 |
+
"model.vision_model.encoder.layers.0.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
432 |
+
"model.vision_model.encoder.layers.0.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
433 |
+
"model.vision_model.encoder.layers.0.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
434 |
+
"model.vision_model.encoder.layers.0.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
435 |
+
"model.vision_model.encoder.layers.0.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
436 |
+
"model.vision_model.encoder.layers.0.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
437 |
+
"model.vision_model.encoder.layers.0.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
438 |
+
"model.vision_model.encoder.layers.0.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
439 |
+
"model.vision_model.encoder.layers.0.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
440 |
+
"model.vision_model.encoder.layers.0.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
441 |
+
"model.vision_model.encoder.layers.0.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
442 |
+
"model.vision_model.encoder.layers.1.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
443 |
+
"model.vision_model.encoder.layers.1.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
444 |
+
"model.vision_model.encoder.layers.1.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
445 |
+
"model.vision_model.encoder.layers.1.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
446 |
+
"model.vision_model.encoder.layers.1.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
447 |
+
"model.vision_model.encoder.layers.1.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
448 |
+
"model.vision_model.encoder.layers.1.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
449 |
+
"model.vision_model.encoder.layers.1.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
450 |
+
"model.vision_model.encoder.layers.1.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
451 |
+
"model.vision_model.encoder.layers.1.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
452 |
+
"model.vision_model.encoder.layers.1.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
453 |
+
"model.vision_model.encoder.layers.1.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
454 |
+
"model.vision_model.encoder.layers.10.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
455 |
+
"model.vision_model.encoder.layers.10.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
456 |
+
"model.vision_model.encoder.layers.10.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
457 |
+
"model.vision_model.encoder.layers.10.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
458 |
+
"model.vision_model.encoder.layers.10.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
459 |
+
"model.vision_model.encoder.layers.10.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
460 |
+
"model.vision_model.encoder.layers.10.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
461 |
+
"model.vision_model.encoder.layers.10.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
462 |
+
"model.vision_model.encoder.layers.10.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
463 |
+
"model.vision_model.encoder.layers.10.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
464 |
+
"model.vision_model.encoder.layers.10.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
465 |
+
"model.vision_model.encoder.layers.10.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
466 |
+
"model.vision_model.encoder.layers.11.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
467 |
+
"model.vision_model.encoder.layers.11.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
468 |
+
"model.vision_model.encoder.layers.11.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
469 |
+
"model.vision_model.encoder.layers.11.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
470 |
+
"model.vision_model.encoder.layers.11.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
471 |
+
"model.vision_model.encoder.layers.11.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
472 |
+
"model.vision_model.encoder.layers.11.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
473 |
+
"model.vision_model.encoder.layers.11.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
474 |
+
"model.vision_model.encoder.layers.11.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
475 |
+
"model.vision_model.encoder.layers.11.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
476 |
+
"model.vision_model.encoder.layers.11.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
477 |
+
"model.vision_model.encoder.layers.11.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
478 |
+
"model.vision_model.encoder.layers.12.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
479 |
+
"model.vision_model.encoder.layers.12.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
480 |
+
"model.vision_model.encoder.layers.12.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
481 |
+
"model.vision_model.encoder.layers.12.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
482 |
+
"model.vision_model.encoder.layers.12.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
483 |
+
"model.vision_model.encoder.layers.12.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
484 |
+
"model.vision_model.encoder.layers.12.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
485 |
+
"model.vision_model.encoder.layers.12.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
486 |
+
"model.vision_model.encoder.layers.12.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
487 |
+
"model.vision_model.encoder.layers.12.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
488 |
+
"model.vision_model.encoder.layers.12.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
489 |
+
"model.vision_model.encoder.layers.12.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
490 |
+
"model.vision_model.encoder.layers.13.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
491 |
+
"model.vision_model.encoder.layers.13.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
492 |
+
"model.vision_model.encoder.layers.13.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
493 |
+
"model.vision_model.encoder.layers.13.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
494 |
+
"model.vision_model.encoder.layers.13.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
495 |
+
"model.vision_model.encoder.layers.13.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
496 |
+
"model.vision_model.encoder.layers.13.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
497 |
+
"model.vision_model.encoder.layers.13.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
498 |
+
"model.vision_model.encoder.layers.13.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
499 |
+
"model.vision_model.encoder.layers.13.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
500 |
+
"model.vision_model.encoder.layers.13.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
501 |
+
"model.vision_model.encoder.layers.13.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
502 |
+
"model.vision_model.encoder.layers.14.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
503 |
+
"model.vision_model.encoder.layers.14.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
504 |
+
"model.vision_model.encoder.layers.14.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
505 |
+
"model.vision_model.encoder.layers.14.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
506 |
+
"model.vision_model.encoder.layers.14.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
507 |
+
"model.vision_model.encoder.layers.14.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
508 |
+
"model.vision_model.encoder.layers.14.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
509 |
+
"model.vision_model.encoder.layers.14.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
510 |
+
"model.vision_model.encoder.layers.14.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
511 |
+
"model.vision_model.encoder.layers.14.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
512 |
+
"model.vision_model.encoder.layers.14.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
513 |
+
"model.vision_model.encoder.layers.14.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
514 |
+
"model.vision_model.encoder.layers.15.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
515 |
+
"model.vision_model.encoder.layers.15.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
516 |
+
"model.vision_model.encoder.layers.15.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
517 |
+
"model.vision_model.encoder.layers.15.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
518 |
+
"model.vision_model.encoder.layers.15.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
519 |
+
"model.vision_model.encoder.layers.15.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
520 |
+
"model.vision_model.encoder.layers.15.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
521 |
+
"model.vision_model.encoder.layers.15.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
522 |
+
"model.vision_model.encoder.layers.15.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
523 |
+
"model.vision_model.encoder.layers.15.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
524 |
+
"model.vision_model.encoder.layers.15.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
525 |
+
"model.vision_model.encoder.layers.15.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
526 |
+
"model.vision_model.encoder.layers.16.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
527 |
+
"model.vision_model.encoder.layers.16.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
528 |
+
"model.vision_model.encoder.layers.16.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
529 |
+
"model.vision_model.encoder.layers.16.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
530 |
+
"model.vision_model.encoder.layers.16.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
531 |
+
"model.vision_model.encoder.layers.16.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
532 |
+
"model.vision_model.encoder.layers.16.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
533 |
+
"model.vision_model.encoder.layers.16.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
534 |
+
"model.vision_model.encoder.layers.16.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
535 |
+
"model.vision_model.encoder.layers.16.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
536 |
+
"model.vision_model.encoder.layers.16.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
537 |
+
"model.vision_model.encoder.layers.16.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
538 |
+
"model.vision_model.encoder.layers.17.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
539 |
+
"model.vision_model.encoder.layers.17.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
540 |
+
"model.vision_model.encoder.layers.17.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
541 |
+
"model.vision_model.encoder.layers.17.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
542 |
+
"model.vision_model.encoder.layers.17.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
543 |
+
"model.vision_model.encoder.layers.17.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
544 |
+
"model.vision_model.encoder.layers.17.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
545 |
+
"model.vision_model.encoder.layers.17.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
546 |
+
"model.vision_model.encoder.layers.17.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
547 |
+
"model.vision_model.encoder.layers.17.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
548 |
+
"model.vision_model.encoder.layers.17.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
549 |
+
"model.vision_model.encoder.layers.17.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
550 |
+
"model.vision_model.encoder.layers.18.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
551 |
+
"model.vision_model.encoder.layers.18.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
552 |
+
"model.vision_model.encoder.layers.18.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
553 |
+
"model.vision_model.encoder.layers.18.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
554 |
+
"model.vision_model.encoder.layers.18.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
555 |
+
"model.vision_model.encoder.layers.18.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
556 |
+
"model.vision_model.encoder.layers.18.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
557 |
+
"model.vision_model.encoder.layers.18.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
558 |
+
"model.vision_model.encoder.layers.18.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
559 |
+
"model.vision_model.encoder.layers.18.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
560 |
+
"model.vision_model.encoder.layers.18.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
561 |
+
"model.vision_model.encoder.layers.18.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
562 |
+
"model.vision_model.encoder.layers.19.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
563 |
+
"model.vision_model.encoder.layers.19.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
564 |
+
"model.vision_model.encoder.layers.19.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
565 |
+
"model.vision_model.encoder.layers.19.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
566 |
+
"model.vision_model.encoder.layers.19.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
567 |
+
"model.vision_model.encoder.layers.19.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
568 |
+
"model.vision_model.encoder.layers.19.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
569 |
+
"model.vision_model.encoder.layers.19.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
570 |
+
"model.vision_model.encoder.layers.19.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
571 |
+
"model.vision_model.encoder.layers.19.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
572 |
+
"model.vision_model.encoder.layers.19.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
573 |
+
"model.vision_model.encoder.layers.19.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
574 |
+
"model.vision_model.encoder.layers.2.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
575 |
+
"model.vision_model.encoder.layers.2.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
576 |
+
"model.vision_model.encoder.layers.2.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
577 |
+
"model.vision_model.encoder.layers.2.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
578 |
+
"model.vision_model.encoder.layers.2.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
579 |
+
"model.vision_model.encoder.layers.2.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
580 |
+
"model.vision_model.encoder.layers.2.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
581 |
+
"model.vision_model.encoder.layers.2.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
582 |
+
"model.vision_model.encoder.layers.2.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
583 |
+
"model.vision_model.encoder.layers.2.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
584 |
+
"model.vision_model.encoder.layers.2.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
585 |
+
"model.vision_model.encoder.layers.2.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
586 |
+
"model.vision_model.encoder.layers.20.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
587 |
+
"model.vision_model.encoder.layers.20.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
588 |
+
"model.vision_model.encoder.layers.20.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
589 |
+
"model.vision_model.encoder.layers.20.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
590 |
+
"model.vision_model.encoder.layers.20.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
591 |
+
"model.vision_model.encoder.layers.20.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
592 |
+
"model.vision_model.encoder.layers.20.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
593 |
+
"model.vision_model.encoder.layers.20.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
594 |
+
"model.vision_model.encoder.layers.20.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
595 |
+
"model.vision_model.encoder.layers.20.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
596 |
+
"model.vision_model.encoder.layers.20.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
597 |
+
"model.vision_model.encoder.layers.20.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
598 |
+
"model.vision_model.encoder.layers.21.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
599 |
+
"model.vision_model.encoder.layers.21.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
600 |
+
"model.vision_model.encoder.layers.21.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
601 |
+
"model.vision_model.encoder.layers.21.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
602 |
+
"model.vision_model.encoder.layers.21.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
603 |
+
"model.vision_model.encoder.layers.21.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
604 |
+
"model.vision_model.encoder.layers.21.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
605 |
+
"model.vision_model.encoder.layers.21.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
606 |
+
"model.vision_model.encoder.layers.21.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
607 |
+
"model.vision_model.encoder.layers.21.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
608 |
+
"model.vision_model.encoder.layers.21.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
609 |
+
"model.vision_model.encoder.layers.21.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
610 |
+
"model.vision_model.encoder.layers.22.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
611 |
+
"model.vision_model.encoder.layers.22.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
612 |
+
"model.vision_model.encoder.layers.22.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
613 |
+
"model.vision_model.encoder.layers.22.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
614 |
+
"model.vision_model.encoder.layers.22.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
615 |
+
"model.vision_model.encoder.layers.22.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
616 |
+
"model.vision_model.encoder.layers.22.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
617 |
+
"model.vision_model.encoder.layers.22.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
618 |
+
"model.vision_model.encoder.layers.22.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
619 |
+
"model.vision_model.encoder.layers.22.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
620 |
+
"model.vision_model.encoder.layers.22.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
621 |
+
"model.vision_model.encoder.layers.22.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
622 |
+
"model.vision_model.encoder.layers.23.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
623 |
+
"model.vision_model.encoder.layers.23.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
624 |
+
"model.vision_model.encoder.layers.23.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
625 |
+
"model.vision_model.encoder.layers.23.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
626 |
+
"model.vision_model.encoder.layers.23.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
627 |
+
"model.vision_model.encoder.layers.23.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
628 |
+
"model.vision_model.encoder.layers.23.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
629 |
+
"model.vision_model.encoder.layers.23.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
630 |
+
"model.vision_model.encoder.layers.23.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
631 |
+
"model.vision_model.encoder.layers.23.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
632 |
+
"model.vision_model.encoder.layers.23.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
633 |
+
"model.vision_model.encoder.layers.23.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
634 |
+
"model.vision_model.encoder.layers.3.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
635 |
+
"model.vision_model.encoder.layers.3.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
636 |
+
"model.vision_model.encoder.layers.3.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
637 |
+
"model.vision_model.encoder.layers.3.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
638 |
+
"model.vision_model.encoder.layers.3.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
639 |
+
"model.vision_model.encoder.layers.3.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
640 |
+
"model.vision_model.encoder.layers.3.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
641 |
+
"model.vision_model.encoder.layers.3.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
642 |
+
"model.vision_model.encoder.layers.3.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
643 |
+
"model.vision_model.encoder.layers.3.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
644 |
+
"model.vision_model.encoder.layers.3.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
645 |
+
"model.vision_model.encoder.layers.3.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
646 |
+
"model.vision_model.encoder.layers.4.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
647 |
+
"model.vision_model.encoder.layers.4.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
648 |
+
"model.vision_model.encoder.layers.4.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
649 |
+
"model.vision_model.encoder.layers.4.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
650 |
+
"model.vision_model.encoder.layers.4.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
651 |
+
"model.vision_model.encoder.layers.4.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
652 |
+
"model.vision_model.encoder.layers.4.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
653 |
+
"model.vision_model.encoder.layers.4.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
654 |
+
"model.vision_model.encoder.layers.4.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
655 |
+
"model.vision_model.encoder.layers.4.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
656 |
+
"model.vision_model.encoder.layers.4.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
657 |
+
"model.vision_model.encoder.layers.4.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
658 |
+
"model.vision_model.encoder.layers.5.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
659 |
+
"model.vision_model.encoder.layers.5.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
660 |
+
"model.vision_model.encoder.layers.5.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
661 |
+
"model.vision_model.encoder.layers.5.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
662 |
+
"model.vision_model.encoder.layers.5.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
663 |
+
"model.vision_model.encoder.layers.5.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
664 |
+
"model.vision_model.encoder.layers.5.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
665 |
+
"model.vision_model.encoder.layers.5.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
666 |
+
"model.vision_model.encoder.layers.5.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
667 |
+
"model.vision_model.encoder.layers.5.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
668 |
+
"model.vision_model.encoder.layers.5.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
669 |
+
"model.vision_model.encoder.layers.5.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
670 |
+
"model.vision_model.encoder.layers.6.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
671 |
+
"model.vision_model.encoder.layers.6.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
672 |
+
"model.vision_model.encoder.layers.6.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
673 |
+
"model.vision_model.encoder.layers.6.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
674 |
+
"model.vision_model.encoder.layers.6.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
675 |
+
"model.vision_model.encoder.layers.6.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
676 |
+
"model.vision_model.encoder.layers.6.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
677 |
+
"model.vision_model.encoder.layers.6.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
678 |
+
"model.vision_model.encoder.layers.6.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
679 |
+
"model.vision_model.encoder.layers.6.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
680 |
+
"model.vision_model.encoder.layers.6.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
681 |
+
"model.vision_model.encoder.layers.6.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
682 |
+
"model.vision_model.encoder.layers.7.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
683 |
+
"model.vision_model.encoder.layers.7.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
684 |
+
"model.vision_model.encoder.layers.7.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
685 |
+
"model.vision_model.encoder.layers.7.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
686 |
+
"model.vision_model.encoder.layers.7.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
687 |
+
"model.vision_model.encoder.layers.7.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
688 |
+
"model.vision_model.encoder.layers.7.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
689 |
+
"model.vision_model.encoder.layers.7.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
690 |
+
"model.vision_model.encoder.layers.7.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
691 |
+
"model.vision_model.encoder.layers.7.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
692 |
+
"model.vision_model.encoder.layers.7.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
693 |
+
"model.vision_model.encoder.layers.7.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
694 |
+
"model.vision_model.encoder.layers.8.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
695 |
+
"model.vision_model.encoder.layers.8.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
696 |
+
"model.vision_model.encoder.layers.8.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
697 |
+
"model.vision_model.encoder.layers.8.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
698 |
+
"model.vision_model.encoder.layers.8.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
699 |
+
"model.vision_model.encoder.layers.8.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
700 |
+
"model.vision_model.encoder.layers.8.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
701 |
+
"model.vision_model.encoder.layers.8.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
702 |
+
"model.vision_model.encoder.layers.8.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
703 |
+
"model.vision_model.encoder.layers.8.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
704 |
+
"model.vision_model.encoder.layers.8.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
705 |
+
"model.vision_model.encoder.layers.8.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
706 |
+
"model.vision_model.encoder.layers.9.input_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
707 |
+
"model.vision_model.encoder.layers.9.input_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
708 |
+
"model.vision_model.encoder.layers.9.mlp.fc1.bias": "pytorch_model-00004-of-00004.bin",
|
709 |
+
"model.vision_model.encoder.layers.9.mlp.fc1.weight": "pytorch_model-00004-of-00004.bin",
|
710 |
+
"model.vision_model.encoder.layers.9.mlp.fc2.bias": "pytorch_model-00004-of-00004.bin",
|
711 |
+
"model.vision_model.encoder.layers.9.mlp.fc2.weight": "pytorch_model-00004-of-00004.bin",
|
712 |
+
"model.vision_model.encoder.layers.9.post_attention_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
713 |
+
"model.vision_model.encoder.layers.9.post_attention_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
714 |
+
"model.vision_model.encoder.layers.9.self_attn.dense.bias": "pytorch_model-00004-of-00004.bin",
|
715 |
+
"model.vision_model.encoder.layers.9.self_attn.dense.weight": "pytorch_model-00004-of-00004.bin",
|
716 |
+
"model.vision_model.encoder.layers.9.self_attn.query_key_value.bias": "pytorch_model-00004-of-00004.bin",
|
717 |
+
"model.vision_model.encoder.layers.9.self_attn.query_key_value.weight": "pytorch_model-00004-of-00004.bin",
|
718 |
+
"model.vision_model.post_layernorm.bias": "pytorch_model-00004-of-00004.bin",
|
719 |
+
"model.vision_model.post_layernorm.weight": "pytorch_model-00004-of-00004.bin",
|
720 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.attention.k_pos_embed": "pytorch_model-00004-of-00004.bin",
|
721 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.attention.key.bias": "pytorch_model-00004-of-00004.bin",
|
722 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.attention.key.weight": "pytorch_model-00004-of-00004.bin",
|
723 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.attention.q_pos_embed": "pytorch_model-00004-of-00004.bin",
|
724 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.attention.query.bias": "pytorch_model-00004-of-00004.bin",
|
725 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.attention.query.weight": "pytorch_model-00004-of-00004.bin",
|
726 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.attention.value.bias": "pytorch_model-00004-of-00004.bin",
|
727 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.attention.value.weight": "pytorch_model-00004-of-00004.bin",
|
728 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.norm1.bias": "pytorch_model-00004-of-00004.bin",
|
729 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.norm1.weight": "pytorch_model-00004-of-00004.bin",
|
730 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.normk.bias": "pytorch_model-00004-of-00004.bin",
|
731 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.normk.weight": "pytorch_model-00004-of-00004.bin",
|
732 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.mlp.ffn_ln.bias": "pytorch_model-00004-of-00004.bin",
|
733 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.mlp.ffn_ln.weight": "pytorch_model-00004-of-00004.bin",
|
734 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.mlp.w1.bias": "pytorch_model-00004-of-00004.bin",
|
735 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.mlp.w1.weight": "pytorch_model-00004-of-00004.bin",
|
736 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.mlp.w2.bias": "pytorch_model-00004-of-00004.bin",
|
737 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.mlp.w2.weight": "pytorch_model-00004-of-00004.bin",
|
738 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.mlp.w3.bias": "pytorch_model-00004-of-00004.bin",
|
739 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.mlp.w3.weight": "pytorch_model-00004-of-00004.bin",
|
740 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.norm2.bias": "pytorch_model-00004-of-00004.bin",
|
741 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.norm2.weight": "pytorch_model-00004-of-00004.bin",
|
742 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.out_proj.bias": "pytorch_model-00004-of-00004.bin",
|
743 |
+
"model.visual_abstractor.encoder.layers.0.crossattention.output.out_proj.weight": "pytorch_model-00004-of-00004.bin",
|
744 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.attention.k_pos_embed": "pytorch_model-00004-of-00004.bin",
|
745 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.attention.key.bias": "pytorch_model-00004-of-00004.bin",
|
746 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.attention.key.weight": "pytorch_model-00004-of-00004.bin",
|
747 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.attention.q_pos_embed": "pytorch_model-00004-of-00004.bin",
|
748 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.attention.query.bias": "pytorch_model-00004-of-00004.bin",
|
749 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.attention.query.weight": "pytorch_model-00004-of-00004.bin",
|
750 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.attention.value.bias": "pytorch_model-00004-of-00004.bin",
|
751 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.attention.value.weight": "pytorch_model-00004-of-00004.bin",
|
752 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.norm1.bias": "pytorch_model-00004-of-00004.bin",
|
753 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.norm1.weight": "pytorch_model-00004-of-00004.bin",
|
754 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.normk.bias": "pytorch_model-00004-of-00004.bin",
|
755 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.normk.weight": "pytorch_model-00004-of-00004.bin",
|
756 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.mlp.ffn_ln.bias": "pytorch_model-00004-of-00004.bin",
|
757 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.mlp.ffn_ln.weight": "pytorch_model-00004-of-00004.bin",
|
758 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.mlp.w1.bias": "pytorch_model-00004-of-00004.bin",
|
759 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.mlp.w1.weight": "pytorch_model-00004-of-00004.bin",
|
760 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.mlp.w2.bias": "pytorch_model-00004-of-00004.bin",
|
761 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.mlp.w2.weight": "pytorch_model-00004-of-00004.bin",
|
762 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.mlp.w3.bias": "pytorch_model-00004-of-00004.bin",
|
763 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.mlp.w3.weight": "pytorch_model-00004-of-00004.bin",
|
764 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.norm2.bias": "pytorch_model-00004-of-00004.bin",
|
765 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.norm2.weight": "pytorch_model-00004-of-00004.bin",
|
766 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.out_proj.bias": "pytorch_model-00004-of-00004.bin",
|
767 |
+
"model.visual_abstractor.encoder.layers.1.crossattention.output.out_proj.weight": "pytorch_model-00004-of-00004.bin",
|
768 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.attention.k_pos_embed": "pytorch_model-00004-of-00004.bin",
|
769 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.attention.key.bias": "pytorch_model-00004-of-00004.bin",
|
770 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.attention.key.weight": "pytorch_model-00004-of-00004.bin",
|
771 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.attention.q_pos_embed": "pytorch_model-00004-of-00004.bin",
|
772 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.attention.query.bias": "pytorch_model-00004-of-00004.bin",
|
773 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.attention.query.weight": "pytorch_model-00004-of-00004.bin",
|
774 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.attention.value.bias": "pytorch_model-00004-of-00004.bin",
|
775 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.attention.value.weight": "pytorch_model-00004-of-00004.bin",
|
776 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.norm1.bias": "pytorch_model-00004-of-00004.bin",
|
777 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.norm1.weight": "pytorch_model-00004-of-00004.bin",
|
778 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.normk.bias": "pytorch_model-00004-of-00004.bin",
|
779 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.normk.weight": "pytorch_model-00004-of-00004.bin",
|
780 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.mlp.ffn_ln.bias": "pytorch_model-00004-of-00004.bin",
|
781 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.mlp.ffn_ln.weight": "pytorch_model-00004-of-00004.bin",
|
782 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.mlp.w1.bias": "pytorch_model-00004-of-00004.bin",
|
783 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.mlp.w1.weight": "pytorch_model-00004-of-00004.bin",
|
784 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.mlp.w2.bias": "pytorch_model-00004-of-00004.bin",
|
785 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.mlp.w2.weight": "pytorch_model-00004-of-00004.bin",
|
786 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.mlp.w3.bias": "pytorch_model-00004-of-00004.bin",
|
787 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.mlp.w3.weight": "pytorch_model-00004-of-00004.bin",
|
788 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.norm2.bias": "pytorch_model-00004-of-00004.bin",
|
789 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.norm2.weight": "pytorch_model-00004-of-00004.bin",
|
790 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.out_proj.bias": "pytorch_model-00004-of-00004.bin",
|
791 |
+
"model.visual_abstractor.encoder.layers.2.crossattention.output.out_proj.weight": "pytorch_model-00004-of-00004.bin",
|
792 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.attention.k_pos_embed": "pytorch_model-00004-of-00004.bin",
|
793 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.attention.key.bias": "pytorch_model-00004-of-00004.bin",
|
794 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.attention.key.weight": "pytorch_model-00004-of-00004.bin",
|
795 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.attention.q_pos_embed": "pytorch_model-00004-of-00004.bin",
|
796 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.attention.query.bias": "pytorch_model-00004-of-00004.bin",
|
797 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.attention.query.weight": "pytorch_model-00004-of-00004.bin",
|
798 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.attention.value.bias": "pytorch_model-00004-of-00004.bin",
|
799 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.attention.value.weight": "pytorch_model-00004-of-00004.bin",
|
800 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.norm1.bias": "pytorch_model-00004-of-00004.bin",
|
801 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.norm1.weight": "pytorch_model-00004-of-00004.bin",
|
802 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.normk.bias": "pytorch_model-00004-of-00004.bin",
|
803 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.normk.weight": "pytorch_model-00004-of-00004.bin",
|
804 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.mlp.ffn_ln.bias": "pytorch_model-00004-of-00004.bin",
|
805 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.mlp.ffn_ln.weight": "pytorch_model-00004-of-00004.bin",
|
806 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.mlp.w1.bias": "pytorch_model-00004-of-00004.bin",
|
807 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.mlp.w1.weight": "pytorch_model-00004-of-00004.bin",
|
808 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.mlp.w2.bias": "pytorch_model-00004-of-00004.bin",
|
809 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.mlp.w2.weight": "pytorch_model-00004-of-00004.bin",
|
810 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.mlp.w3.bias": "pytorch_model-00004-of-00004.bin",
|
811 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.mlp.w3.weight": "pytorch_model-00004-of-00004.bin",
|
812 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.norm2.bias": "pytorch_model-00004-of-00004.bin",
|
813 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.norm2.weight": "pytorch_model-00004-of-00004.bin",
|
814 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.out_proj.bias": "pytorch_model-00004-of-00004.bin",
|
815 |
+
"model.visual_abstractor.encoder.layers.3.crossattention.output.out_proj.weight": "pytorch_model-00004-of-00004.bin",
|
816 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.attention.k_pos_embed": "pytorch_model-00004-of-00004.bin",
|
817 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.attention.key.bias": "pytorch_model-00004-of-00004.bin",
|
818 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.attention.key.weight": "pytorch_model-00004-of-00004.bin",
|
819 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.attention.q_pos_embed": "pytorch_model-00004-of-00004.bin",
|
820 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.attention.query.bias": "pytorch_model-00004-of-00004.bin",
|
821 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.attention.query.weight": "pytorch_model-00004-of-00004.bin",
|
822 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.attention.value.bias": "pytorch_model-00004-of-00004.bin",
|
823 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.attention.value.weight": "pytorch_model-00004-of-00004.bin",
|
824 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.norm1.bias": "pytorch_model-00004-of-00004.bin",
|
825 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.norm1.weight": "pytorch_model-00004-of-00004.bin",
|
826 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.normk.bias": "pytorch_model-00004-of-00004.bin",
|
827 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.normk.weight": "pytorch_model-00004-of-00004.bin",
|
828 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.mlp.ffn_ln.bias": "pytorch_model-00004-of-00004.bin",
|
829 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.mlp.ffn_ln.weight": "pytorch_model-00004-of-00004.bin",
|
830 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.mlp.w1.bias": "pytorch_model-00004-of-00004.bin",
|
831 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.mlp.w1.weight": "pytorch_model-00004-of-00004.bin",
|
832 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.mlp.w2.bias": "pytorch_model-00004-of-00004.bin",
|
833 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.mlp.w2.weight": "pytorch_model-00004-of-00004.bin",
|
834 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.mlp.w3.bias": "pytorch_model-00004-of-00004.bin",
|
835 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.mlp.w3.weight": "pytorch_model-00004-of-00004.bin",
|
836 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.norm2.bias": "pytorch_model-00004-of-00004.bin",
|
837 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.norm2.weight": "pytorch_model-00004-of-00004.bin",
|
838 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.out_proj.bias": "pytorch_model-00004-of-00004.bin",
|
839 |
+
"model.visual_abstractor.encoder.layers.4.crossattention.output.out_proj.weight": "pytorch_model-00004-of-00004.bin",
|
840 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.attention.k_pos_embed": "pytorch_model-00004-of-00004.bin",
|
841 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.attention.key.bias": "pytorch_model-00004-of-00004.bin",
|
842 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.attention.key.weight": "pytorch_model-00004-of-00004.bin",
|
843 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.attention.q_pos_embed": "pytorch_model-00004-of-00004.bin",
|
844 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.attention.query.bias": "pytorch_model-00004-of-00004.bin",
|
845 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.attention.query.weight": "pytorch_model-00004-of-00004.bin",
|
846 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.attention.value.bias": "pytorch_model-00004-of-00004.bin",
|
847 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.attention.value.weight": "pytorch_model-00004-of-00004.bin",
|
848 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.norm1.bias": "pytorch_model-00004-of-00004.bin",
|
849 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.norm1.weight": "pytorch_model-00004-of-00004.bin",
|
850 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.normk.bias": "pytorch_model-00004-of-00004.bin",
|
851 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.normk.weight": "pytorch_model-00004-of-00004.bin",
|
852 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.mlp.ffn_ln.bias": "pytorch_model-00004-of-00004.bin",
|
853 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.mlp.ffn_ln.weight": "pytorch_model-00004-of-00004.bin",
|
854 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.mlp.w1.bias": "pytorch_model-00004-of-00004.bin",
|
855 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.mlp.w1.weight": "pytorch_model-00004-of-00004.bin",
|
856 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.mlp.w2.bias": "pytorch_model-00004-of-00004.bin",
|
857 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.mlp.w2.weight": "pytorch_model-00004-of-00004.bin",
|
858 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.mlp.w3.bias": "pytorch_model-00004-of-00004.bin",
|
859 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.mlp.w3.weight": "pytorch_model-00004-of-00004.bin",
|
860 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.norm2.bias": "pytorch_model-00004-of-00004.bin",
|
861 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.norm2.weight": "pytorch_model-00004-of-00004.bin",
|
862 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.out_proj.bias": "pytorch_model-00004-of-00004.bin",
|
863 |
+
"model.visual_abstractor.encoder.layers.5.crossattention.output.out_proj.weight": "pytorch_model-00004-of-00004.bin",
|
864 |
+
"model.visual_abstractor.query_embeds": "pytorch_model-00004-of-00004.bin",
|
865 |
+
"model.visual_abstractor.visual_fc.bias": "pytorch_model-00004-of-00004.bin",
|
866 |
+
"model.visual_abstractor.visual_fc.weight": "pytorch_model-00004-of-00004.bin",
|
867 |
+
"model.visual_abstractor.vit_eos": "pytorch_model-00004-of-00004.bin"
|
868 |
+
}
|
869 |
+
}
|
runs/Feb17_22-53-05_n214-179-146/events.out.tfevents.1708181673.n214-179-146.6259.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:606d53a6ceec72e9a58296edf17382654879166075ec9310af4776e0d73653a8
|
3 |
+
size 8280
|
runs/Feb17_22-55-10_n214-179-146/events.out.tfevents.1708181739.n214-179-146.10731.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:390ad105f7fdcb1a5eac4d2529ddbc2224f84c4c88ea74505384f9cb56f2aeaa
|
3 |
+
size 45518
|
runs/Feb17_23-09-48_n214-179-146/events.out.tfevents.1708182618.n214-179-146.17113.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa9fe84ce4fd2e98a865f0b837fb9225363827817207876bcdbc97b0a24e6b3d
|
3 |
+
size 63416
|
runs/Feb17_23-35-13_n214-179-146/events.out.tfevents.1708184142.n214-179-146.24524.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:700ef8ff4abbda286fbcf15303bc203d92b44c7965717e27f671add1f1fe07e9
|
3 |
+
size 72365
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<unk>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"bos_token": "<s>",
|
31 |
+
"clean_up_tokenization_spaces": false,
|
32 |
+
"eos_token": "</s>",
|
33 |
+
"legacy": false,
|
34 |
+
"model_max_length": 2048,
|
35 |
+
"pad_token": "<unk>",
|
36 |
+
"padding_side": "right",
|
37 |
+
"sp_model_kwargs": {},
|
38 |
+
"spaces_between_special_tokens": false,
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,2424 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 7.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 399,
|
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.02,
|
13 |
+
"learning_rate": 1.6666666666666667e-06,
|
14 |
+
"loss": 0.422,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.04,
|
19 |
+
"learning_rate": 3.3333333333333333e-06,
|
20 |
+
"loss": 0.5154,
|
21 |
+
"step": 2
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.05,
|
25 |
+
"learning_rate": 5e-06,
|
26 |
+
"loss": 0.3768,
|
27 |
+
"step": 3
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.07,
|
31 |
+
"learning_rate": 6.666666666666667e-06,
|
32 |
+
"loss": 0.356,
|
33 |
+
"step": 4
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.09,
|
37 |
+
"learning_rate": 8.333333333333334e-06,
|
38 |
+
"loss": 0.2775,
|
39 |
+
"step": 5
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.11,
|
43 |
+
"learning_rate": 1e-05,
|
44 |
+
"loss": 0.1761,
|
45 |
+
"step": 6
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.12,
|
49 |
+
"learning_rate": 1.1666666666666668e-05,
|
50 |
+
"loss": 0.218,
|
51 |
+
"step": 7
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.14,
|
55 |
+
"learning_rate": 1.3333333333333333e-05,
|
56 |
+
"loss": 0.2161,
|
57 |
+
"step": 8
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.16,
|
61 |
+
"learning_rate": 1.5000000000000002e-05,
|
62 |
+
"loss": 0.2634,
|
63 |
+
"step": 9
|
64 |
+
},
|
65 |
+
{
|
66 |
+
"epoch": 0.18,
|
67 |
+
"learning_rate": 1.6666666666666667e-05,
|
68 |
+
"loss": 0.2294,
|
69 |
+
"step": 10
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"epoch": 0.19,
|
73 |
+
"learning_rate": 1.8333333333333333e-05,
|
74 |
+
"loss": 0.1694,
|
75 |
+
"step": 11
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 0.21,
|
79 |
+
"learning_rate": 2e-05,
|
80 |
+
"loss": 0.1751,
|
81 |
+
"step": 12
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.23,
|
85 |
+
"learning_rate": 1.9999670507574945e-05,
|
86 |
+
"loss": 0.1785,
|
87 |
+
"step": 13
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.25,
|
91 |
+
"learning_rate": 1.999868205201284e-05,
|
92 |
+
"loss": 0.1852,
|
93 |
+
"step": 14
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.26,
|
97 |
+
"learning_rate": 1.9997034698451396e-05,
|
98 |
+
"loss": 0.1508,
|
99 |
+
"step": 15
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"epoch": 0.28,
|
103 |
+
"learning_rate": 1.9994728555448723e-05,
|
104 |
+
"loss": 0.1505,
|
105 |
+
"step": 16
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.3,
|
109 |
+
"learning_rate": 1.999176377497616e-05,
|
110 |
+
"loss": 0.1586,
|
111 |
+
"step": 17
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.32,
|
115 |
+
"learning_rate": 1.998814055240823e-05,
|
116 |
+
"loss": 0.1438,
|
117 |
+
"step": 18
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.33,
|
121 |
+
"learning_rate": 1.9983859126509827e-05,
|
122 |
+
"loss": 0.1479,
|
123 |
+
"step": 19
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.35,
|
127 |
+
"learning_rate": 1.9978919779420427e-05,
|
128 |
+
"loss": 0.1612,
|
129 |
+
"step": 20
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.37,
|
133 |
+
"learning_rate": 1.9973322836635517e-05,
|
134 |
+
"loss": 0.1547,
|
135 |
+
"step": 21
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.39,
|
139 |
+
"learning_rate": 1.996706866698515e-05,
|
140 |
+
"loss": 0.1871,
|
141 |
+
"step": 22
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 0.4,
|
145 |
+
"learning_rate": 1.9960157682609634e-05,
|
146 |
+
"loss": 0.136,
|
147 |
+
"step": 23
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.42,
|
151 |
+
"learning_rate": 1.995259033893236e-05,
|
152 |
+
"loss": 0.1541,
|
153 |
+
"step": 24
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.44,
|
157 |
+
"learning_rate": 1.994436713462982e-05,
|
158 |
+
"loss": 0.1466,
|
159 |
+
"step": 25
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.46,
|
163 |
+
"learning_rate": 1.9935488611598716e-05,
|
164 |
+
"loss": 0.1409,
|
165 |
+
"step": 26
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 0.47,
|
169 |
+
"learning_rate": 1.9925955354920265e-05,
|
170 |
+
"loss": 0.1455,
|
171 |
+
"step": 27
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.49,
|
175 |
+
"learning_rate": 1.9915767992821642e-05,
|
176 |
+
"loss": 0.1687,
|
177 |
+
"step": 28
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.51,
|
181 |
+
"learning_rate": 1.9904927196634572e-05,
|
182 |
+
"loss": 0.1488,
|
183 |
+
"step": 29
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.53,
|
187 |
+
"learning_rate": 1.9893433680751105e-05,
|
188 |
+
"loss": 0.1545,
|
189 |
+
"step": 30
|
190 |
+
},
|
191 |
+
{
|
192 |
+
"epoch": 0.54,
|
193 |
+
"learning_rate": 1.9881288202576518e-05,
|
194 |
+
"loss": 0.1533,
|
195 |
+
"step": 31
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epoch": 0.56,
|
199 |
+
"learning_rate": 1.986849156247943e-05,
|
200 |
+
"loss": 0.158,
|
201 |
+
"step": 32
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.58,
|
205 |
+
"learning_rate": 1.985504460373903e-05,
|
206 |
+
"loss": 0.1545,
|
207 |
+
"step": 33
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.6,
|
211 |
+
"learning_rate": 1.9840948212489527e-05,
|
212 |
+
"loss": 0.1597,
|
213 |
+
"step": 34
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.61,
|
217 |
+
"learning_rate": 1.9826203317661758e-05,
|
218 |
+
"loss": 0.1556,
|
219 |
+
"step": 35
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.63,
|
223 |
+
"learning_rate": 1.9810810890921943e-05,
|
224 |
+
"loss": 0.1581,
|
225 |
+
"step": 36
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.65,
|
229 |
+
"learning_rate": 1.979477194660769e-05,
|
230 |
+
"loss": 0.1625,
|
231 |
+
"step": 37
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"epoch": 0.67,
|
235 |
+
"learning_rate": 1.977808754166113e-05,
|
236 |
+
"loss": 0.1562,
|
237 |
+
"step": 38
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.68,
|
241 |
+
"learning_rate": 1.9760758775559275e-05,
|
242 |
+
"loss": 0.1503,
|
243 |
+
"step": 39
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"epoch": 0.7,
|
247 |
+
"learning_rate": 1.9742786790241548e-05,
|
248 |
+
"loss": 0.1549,
|
249 |
+
"step": 40
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.72,
|
253 |
+
"learning_rate": 1.9724172770034566e-05,
|
254 |
+
"loss": 0.1736,
|
255 |
+
"step": 41
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 0.74,
|
259 |
+
"learning_rate": 1.9704917941574053e-05,
|
260 |
+
"loss": 0.1537,
|
261 |
+
"step": 42
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.75,
|
265 |
+
"learning_rate": 1.9685023573724036e-05,
|
266 |
+
"loss": 0.1483,
|
267 |
+
"step": 43
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 0.77,
|
271 |
+
"learning_rate": 1.9664490977493223e-05,
|
272 |
+
"loss": 0.1675,
|
273 |
+
"step": 44
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.79,
|
277 |
+
"learning_rate": 1.9643321505948588e-05,
|
278 |
+
"loss": 0.1436,
|
279 |
+
"step": 45
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.81,
|
283 |
+
"learning_rate": 1.962151655412624e-05,
|
284 |
+
"loss": 0.1536,
|
285 |
+
"step": 46
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"epoch": 0.82,
|
289 |
+
"learning_rate": 1.9599077558939468e-05,
|
290 |
+
"loss": 0.146,
|
291 |
+
"step": 47
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.84,
|
295 |
+
"learning_rate": 1.957600599908406e-05,
|
296 |
+
"loss": 0.1559,
|
297 |
+
"step": 48
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.86,
|
301 |
+
"learning_rate": 1.9552303394940862e-05,
|
302 |
+
"loss": 0.1508,
|
303 |
+
"step": 49
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.88,
|
307 |
+
"learning_rate": 1.952797130847557e-05,
|
308 |
+
"loss": 0.1468,
|
309 |
+
"step": 50
|
310 |
+
},
|
311 |
+
{
|
312 |
+
"epoch": 0.89,
|
313 |
+
"learning_rate": 1.9503011343135828e-05,
|
314 |
+
"loss": 0.1562,
|
315 |
+
"step": 51
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.91,
|
319 |
+
"learning_rate": 1.947742514374553e-05,
|
320 |
+
"loss": 0.174,
|
321 |
+
"step": 52
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.93,
|
325 |
+
"learning_rate": 1.9451214396396453e-05,
|
326 |
+
"loss": 0.1482,
|
327 |
+
"step": 53
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 0.95,
|
331 |
+
"learning_rate": 1.9424380828337146e-05,
|
332 |
+
"loss": 0.1531,
|
333 |
+
"step": 54
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.96,
|
337 |
+
"learning_rate": 1.9396926207859085e-05,
|
338 |
+
"loss": 0.1744,
|
339 |
+
"step": 55
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 0.98,
|
343 |
+
"learning_rate": 1.9368852344180168e-05,
|
344 |
+
"loss": 0.1439,
|
345 |
+
"step": 56
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 1.0,
|
349 |
+
"learning_rate": 1.9340161087325483e-05,
|
350 |
+
"loss": 0.1617,
|
351 |
+
"step": 57
|
352 |
+
},
|
353 |
+
{
|
354 |
+
"epoch": 1.02,
|
355 |
+
"learning_rate": 1.9310854328005383e-05,
|
356 |
+
"loss": 0.1442,
|
357 |
+
"step": 58
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 1.04,
|
361 |
+
"learning_rate": 1.9280933997490912e-05,
|
362 |
+
"loss": 0.1461,
|
363 |
+
"step": 59
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"epoch": 1.05,
|
367 |
+
"learning_rate": 1.9250402067486523e-05,
|
368 |
+
"loss": 0.1375,
|
369 |
+
"step": 60
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 1.07,
|
373 |
+
"learning_rate": 1.9219260550000144e-05,
|
374 |
+
"loss": 0.1385,
|
375 |
+
"step": 61
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 1.09,
|
379 |
+
"learning_rate": 1.91875114972106e-05,
|
380 |
+
"loss": 0.1347,
|
381 |
+
"step": 62
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 1.11,
|
385 |
+
"learning_rate": 1.9155157001332374e-05,
|
386 |
+
"loss": 0.1273,
|
387 |
+
"step": 63
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 1.12,
|
391 |
+
"learning_rate": 1.9122199194477723e-05,
|
392 |
+
"loss": 0.1539,
|
393 |
+
"step": 64
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 1.14,
|
397 |
+
"learning_rate": 1.9088640248516185e-05,
|
398 |
+
"loss": 0.1375,
|
399 |
+
"step": 65
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"epoch": 1.16,
|
403 |
+
"learning_rate": 1.905448237493147e-05,
|
404 |
+
"loss": 0.1694,
|
405 |
+
"step": 66
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"epoch": 1.18,
|
409 |
+
"learning_rate": 1.9019727824675686e-05,
|
410 |
+
"loss": 0.1813,
|
411 |
+
"step": 67
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 1.19,
|
415 |
+
"learning_rate": 1.8984378888021045e-05,
|
416 |
+
"loss": 0.1409,
|
417 |
+
"step": 68
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 1.21,
|
421 |
+
"learning_rate": 1.894843789440892e-05,
|
422 |
+
"loss": 0.1333,
|
423 |
+
"step": 69
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 1.23,
|
427 |
+
"learning_rate": 1.8911907212296343e-05,
|
428 |
+
"loss": 0.1657,
|
429 |
+
"step": 70
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 1.25,
|
433 |
+
"learning_rate": 1.8874789248999915e-05,
|
434 |
+
"loss": 0.1627,
|
435 |
+
"step": 71
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 1.26,
|
439 |
+
"learning_rate": 1.8837086450537195e-05,
|
440 |
+
"loss": 0.14,
|
441 |
+
"step": 72
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 1.28,
|
445 |
+
"learning_rate": 1.879880130146547e-05,
|
446 |
+
"loss": 0.1388,
|
447 |
+
"step": 73
|
448 |
+
},
|
449 |
+
{
|
450 |
+
"epoch": 1.3,
|
451 |
+
"learning_rate": 1.8759936324718068e-05,
|
452 |
+
"loss": 0.1353,
|
453 |
+
"step": 74
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 1.32,
|
457 |
+
"learning_rate": 1.872049408143808e-05,
|
458 |
+
"loss": 0.1495,
|
459 |
+
"step": 75
|
460 |
+
},
|
461 |
+
{
|
462 |
+
"epoch": 1.33,
|
463 |
+
"learning_rate": 1.8680477170809573e-05,
|
464 |
+
"loss": 0.1539,
|
465 |
+
"step": 76
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 1.35,
|
469 |
+
"learning_rate": 1.8639888229886342e-05,
|
470 |
+
"loss": 0.1406,
|
471 |
+
"step": 77
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 1.37,
|
475 |
+
"learning_rate": 1.8598729933418102e-05,
|
476 |
+
"loss": 0.1413,
|
477 |
+
"step": 78
|
478 |
+
},
|
479 |
+
{
|
480 |
+
"epoch": 1.39,
|
481 |
+
"learning_rate": 1.855700499367423e-05,
|
482 |
+
"loss": 0.1384,
|
483 |
+
"step": 79
|
484 |
+
},
|
485 |
+
{
|
486 |
+
"epoch": 1.4,
|
487 |
+
"learning_rate": 1.851471616026505e-05,
|
488 |
+
"loss": 0.1638,
|
489 |
+
"step": 80
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 1.42,
|
493 |
+
"learning_rate": 1.8471866219960604e-05,
|
494 |
+
"loss": 0.1602,
|
495 |
+
"step": 81
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 1.44,
|
499 |
+
"learning_rate": 1.8428457996507053e-05,
|
500 |
+
"loss": 0.1592,
|
501 |
+
"step": 82
|
502 |
+
},
|
503 |
+
{
|
504 |
+
"epoch": 1.46,
|
505 |
+
"learning_rate": 1.8384494350440553e-05,
|
506 |
+
"loss": 0.1455,
|
507 |
+
"step": 83
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 1.47,
|
511 |
+
"learning_rate": 1.833997817889878e-05,
|
512 |
+
"loss": 0.1575,
|
513 |
+
"step": 84
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 1.49,
|
517 |
+
"learning_rate": 1.8294912415429995e-05,
|
518 |
+
"loss": 0.1343,
|
519 |
+
"step": 85
|
520 |
+
},
|
521 |
+
{
|
522 |
+
"epoch": 1.51,
|
523 |
+
"learning_rate": 1.8249300029799735e-05,
|
524 |
+
"loss": 0.1668,
|
525 |
+
"step": 86
|
526 |
+
},
|
527 |
+
{
|
528 |
+
"epoch": 1.53,
|
529 |
+
"learning_rate": 1.820314402779511e-05,
|
530 |
+
"loss": 0.1696,
|
531 |
+
"step": 87
|
532 |
+
},
|
533 |
+
{
|
534 |
+
"epoch": 1.54,
|
535 |
+
"learning_rate": 1.815644745102673e-05,
|
536 |
+
"loss": 0.1436,
|
537 |
+
"step": 88
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 1.56,
|
541 |
+
"learning_rate": 1.810921337672826e-05,
|
542 |
+
"loss": 0.1473,
|
543 |
+
"step": 89
|
544 |
+
},
|
545 |
+
{
|
546 |
+
"epoch": 1.58,
|
547 |
+
"learning_rate": 1.806144491755363e-05,
|
548 |
+
"loss": 0.145,
|
549 |
+
"step": 90
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 1.6,
|
553 |
+
"learning_rate": 1.8013145221371937e-05,
|
554 |
+
"loss": 0.136,
|
555 |
+
"step": 91
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 1.61,
|
559 |
+
"learning_rate": 1.7964317471059982e-05,
|
560 |
+
"loss": 0.142,
|
561 |
+
"step": 92
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 1.63,
|
565 |
+
"learning_rate": 1.7914964884292543e-05,
|
566 |
+
"loss": 0.1548,
|
567 |
+
"step": 93
|
568 |
+
},
|
569 |
+
{
|
570 |
+
"epoch": 1.65,
|
571 |
+
"learning_rate": 1.7865090713330313e-05,
|
572 |
+
"loss": 0.1357,
|
573 |
+
"step": 94
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 1.67,
|
577 |
+
"learning_rate": 1.7814698244805605e-05,
|
578 |
+
"loss": 0.1433,
|
579 |
+
"step": 95
|
580 |
+
},
|
581 |
+
{
|
582 |
+
"epoch": 1.68,
|
583 |
+
"learning_rate": 1.7763790799505746e-05,
|
584 |
+
"loss": 0.1339,
|
585 |
+
"step": 96
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 1.7,
|
589 |
+
"learning_rate": 1.771237173215426e-05,
|
590 |
+
"loss": 0.1215,
|
591 |
+
"step": 97
|
592 |
+
},
|
593 |
+
{
|
594 |
+
"epoch": 1.72,
|
595 |
+
"learning_rate": 1.766044443118978e-05,
|
596 |
+
"loss": 0.1359,
|
597 |
+
"step": 98
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 1.74,
|
601 |
+
"learning_rate": 1.760801231854278e-05,
|
602 |
+
"loss": 0.136,
|
603 |
+
"step": 99
|
604 |
+
},
|
605 |
+
{
|
606 |
+
"epoch": 1.75,
|
607 |
+
"learning_rate": 1.7555078849410044e-05,
|
608 |
+
"loss": 0.1477,
|
609 |
+
"step": 100
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 1.77,
|
613 |
+
"learning_rate": 1.7501647512026996e-05,
|
614 |
+
"loss": 0.137,
|
615 |
+
"step": 101
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 1.79,
|
619 |
+
"learning_rate": 1.744772182743782e-05,
|
620 |
+
"loss": 0.1322,
|
621 |
+
"step": 102
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"epoch": 1.81,
|
625 |
+
"learning_rate": 1.7393305349263433e-05,
|
626 |
+
"loss": 0.1319,
|
627 |
+
"step": 103
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 1.82,
|
631 |
+
"learning_rate": 1.733840166346731e-05,
|
632 |
+
"loss": 0.139,
|
633 |
+
"step": 104
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 1.84,
|
637 |
+
"learning_rate": 1.728301438811916e-05,
|
638 |
+
"loss": 0.1355,
|
639 |
+
"step": 105
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 1.86,
|
643 |
+
"learning_rate": 1.7227147173156525e-05,
|
644 |
+
"loss": 0.1202,
|
645 |
+
"step": 106
|
646 |
+
},
|
647 |
+
{
|
648 |
+
"epoch": 1.88,
|
649 |
+
"learning_rate": 1.7170803700144227e-05,
|
650 |
+
"loss": 0.1146,
|
651 |
+
"step": 107
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"epoch": 1.89,
|
655 |
+
"learning_rate": 1.711398768203178e-05,
|
656 |
+
"loss": 0.1274,
|
657 |
+
"step": 108
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 1.91,
|
661 |
+
"learning_rate": 1.7056702862908704e-05,
|
662 |
+
"loss": 0.1246,
|
663 |
+
"step": 109
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 1.93,
|
667 |
+
"learning_rate": 1.6998953017757787e-05,
|
668 |
+
"loss": 0.1471,
|
669 |
+
"step": 110
|
670 |
+
},
|
671 |
+
{
|
672 |
+
"epoch": 1.95,
|
673 |
+
"learning_rate": 1.6940741952206342e-05,
|
674 |
+
"loss": 0.1569,
|
675 |
+
"step": 111
|
676 |
+
},
|
677 |
+
{
|
678 |
+
"epoch": 1.96,
|
679 |
+
"learning_rate": 1.6882073502275394e-05,
|
680 |
+
"loss": 0.1115,
|
681 |
+
"step": 112
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 1.98,
|
685 |
+
"learning_rate": 1.682295153412691e-05,
|
686 |
+
"loss": 0.1191,
|
687 |
+
"step": 113
|
688 |
+
},
|
689 |
+
{
|
690 |
+
"epoch": 2.0,
|
691 |
+
"learning_rate": 1.676337994380903e-05,
|
692 |
+
"loss": 0.1409,
|
693 |
+
"step": 114
|
694 |
+
},
|
695 |
+
{
|
696 |
+
"epoch": 2.02,
|
697 |
+
"learning_rate": 1.67033626569993e-05,
|
698 |
+
"loss": 0.1032,
|
699 |
+
"step": 115
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 2.04,
|
703 |
+
"learning_rate": 1.6642903628745995e-05,
|
704 |
+
"loss": 0.1077,
|
705 |
+
"step": 116
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 2.05,
|
709 |
+
"learning_rate": 1.658200684320748e-05,
|
710 |
+
"loss": 0.1096,
|
711 |
+
"step": 117
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"epoch": 2.07,
|
715 |
+
"learning_rate": 1.652067631338967e-05,
|
716 |
+
"loss": 0.1263,
|
717 |
+
"step": 118
|
718 |
+
},
|
719 |
+
{
|
720 |
+
"epoch": 2.09,
|
721 |
+
"learning_rate": 1.6458916080881566e-05,
|
722 |
+
"loss": 0.1081,
|
723 |
+
"step": 119
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 2.11,
|
727 |
+
"learning_rate": 1.6396730215588913e-05,
|
728 |
+
"loss": 0.1276,
|
729 |
+
"step": 120
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 2.12,
|
733 |
+
"learning_rate": 1.6334122815466035e-05,
|
734 |
+
"loss": 0.1161,
|
735 |
+
"step": 121
|
736 |
+
},
|
737 |
+
{
|
738 |
+
"epoch": 2.14,
|
739 |
+
"learning_rate": 1.6271098006245742e-05,
|
740 |
+
"loss": 0.1141,
|
741 |
+
"step": 122
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 2.16,
|
745 |
+
"learning_rate": 1.6207659941167485e-05,
|
746 |
+
"loss": 0.121,
|
747 |
+
"step": 123
|
748 |
+
},
|
749 |
+
{
|
750 |
+
"epoch": 2.18,
|
751 |
+
"learning_rate": 1.6143812800703646e-05,
|
752 |
+
"loss": 0.093,
|
753 |
+
"step": 124
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 2.19,
|
757 |
+
"learning_rate": 1.6079560792284046e-05,
|
758 |
+
"loss": 0.131,
|
759 |
+
"step": 125
|
760 |
+
},
|
761 |
+
{
|
762 |
+
"epoch": 2.21,
|
763 |
+
"learning_rate": 1.6014908150018703e-05,
|
764 |
+
"loss": 0.0955,
|
765 |
+
"step": 126
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 2.23,
|
769 |
+
"learning_rate": 1.5949859134418798e-05,
|
770 |
+
"loss": 0.1054,
|
771 |
+
"step": 127
|
772 |
+
},
|
773 |
+
{
|
774 |
+
"epoch": 2.25,
|
775 |
+
"learning_rate": 1.5884418032115907e-05,
|
776 |
+
"loss": 0.1262,
|
777 |
+
"step": 128
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 2.26,
|
781 |
+
"learning_rate": 1.581858915557953e-05,
|
782 |
+
"loss": 0.1168,
|
783 |
+
"step": 129
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 2.28,
|
787 |
+
"learning_rate": 1.57523768428329e-05,
|
788 |
+
"loss": 0.1003,
|
789 |
+
"step": 130
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"epoch": 2.3,
|
793 |
+
"learning_rate": 1.5685785457167114e-05,
|
794 |
+
"loss": 0.111,
|
795 |
+
"step": 131
|
796 |
+
},
|
797 |
+
{
|
798 |
+
"epoch": 2.32,
|
799 |
+
"learning_rate": 1.5618819386853607e-05,
|
800 |
+
"loss": 0.1134,
|
801 |
+
"step": 132
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 2.33,
|
805 |
+
"learning_rate": 1.5551483044854954e-05,
|
806 |
+
"loss": 0.1193,
|
807 |
+
"step": 133
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 2.35,
|
811 |
+
"learning_rate": 1.5483780868534087e-05,
|
812 |
+
"loss": 0.1217,
|
813 |
+
"step": 134
|
814 |
+
},
|
815 |
+
{
|
816 |
+
"epoch": 2.37,
|
817 |
+
"learning_rate": 1.541571731936185e-05,
|
818 |
+
"loss": 0.1028,
|
819 |
+
"step": 135
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"epoch": 2.39,
|
823 |
+
"learning_rate": 1.534729688262302e-05,
|
824 |
+
"loss": 0.115,
|
825 |
+
"step": 136
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 2.4,
|
829 |
+
"learning_rate": 1.527852406712072e-05,
|
830 |
+
"loss": 0.1047,
|
831 |
+
"step": 137
|
832 |
+
},
|
833 |
+
{
|
834 |
+
"epoch": 2.42,
|
835 |
+
"learning_rate": 1.5209403404879305e-05,
|
836 |
+
"loss": 0.1238,
|
837 |
+
"step": 138
|
838 |
+
},
|
839 |
+
{
|
840 |
+
"epoch": 2.44,
|
841 |
+
"learning_rate": 1.5139939450845699e-05,
|
842 |
+
"loss": 0.1031,
|
843 |
+
"step": 139
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"epoch": 2.46,
|
847 |
+
"learning_rate": 1.5070136782589236e-05,
|
848 |
+
"loss": 0.0983,
|
849 |
+
"step": 140
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 2.47,
|
853 |
+
"learning_rate": 1.5000000000000002e-05,
|
854 |
+
"loss": 0.1298,
|
855 |
+
"step": 141
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"epoch": 2.49,
|
859 |
+
"learning_rate": 1.4929533724985712e-05,
|
860 |
+
"loss": 0.1263,
|
861 |
+
"step": 142
|
862 |
+
},
|
863 |
+
{
|
864 |
+
"epoch": 2.51,
|
865 |
+
"learning_rate": 1.485874260116714e-05,
|
866 |
+
"loss": 0.1331,
|
867 |
+
"step": 143
|
868 |
+
},
|
869 |
+
{
|
870 |
+
"epoch": 2.53,
|
871 |
+
"learning_rate": 1.4787631293572094e-05,
|
872 |
+
"loss": 0.1134,
|
873 |
+
"step": 144
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 2.54,
|
877 |
+
"learning_rate": 1.4716204488328007e-05,
|
878 |
+
"loss": 0.125,
|
879 |
+
"step": 145
|
880 |
+
},
|
881 |
+
{
|
882 |
+
"epoch": 2.56,
|
883 |
+
"learning_rate": 1.4644466892353142e-05,
|
884 |
+
"loss": 0.1047,
|
885 |
+
"step": 146
|
886 |
+
},
|
887 |
+
{
|
888 |
+
"epoch": 2.58,
|
889 |
+
"learning_rate": 1.4572423233046386e-05,
|
890 |
+
"loss": 0.0993,
|
891 |
+
"step": 147
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 2.6,
|
895 |
+
"learning_rate": 1.4500078257975748e-05,
|
896 |
+
"loss": 0.1071,
|
897 |
+
"step": 148
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 2.61,
|
901 |
+
"learning_rate": 1.4427436734565475e-05,
|
902 |
+
"loss": 0.1047,
|
903 |
+
"step": 149
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"epoch": 2.63,
|
907 |
+
"learning_rate": 1.4354503449781914e-05,
|
908 |
+
"loss": 0.1008,
|
909 |
+
"step": 150
|
910 |
+
},
|
911 |
+
{
|
912 |
+
"epoch": 2.65,
|
913 |
+
"learning_rate": 1.428128320981804e-05,
|
914 |
+
"loss": 0.1173,
|
915 |
+
"step": 151
|
916 |
+
},
|
917 |
+
{
|
918 |
+
"epoch": 2.67,
|
919 |
+
"learning_rate": 1.4207780839776735e-05,
|
920 |
+
"loss": 0.1268,
|
921 |
+
"step": 152
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 2.68,
|
925 |
+
"learning_rate": 1.4134001183352833e-05,
|
926 |
+
"loss": 0.119,
|
927 |
+
"step": 153
|
928 |
+
},
|
929 |
+
{
|
930 |
+
"epoch": 2.7,
|
931 |
+
"learning_rate": 1.4059949102513914e-05,
|
932 |
+
"loss": 0.1138,
|
933 |
+
"step": 154
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 2.72,
|
937 |
+
"learning_rate": 1.3985629477179915e-05,
|
938 |
+
"loss": 0.125,
|
939 |
+
"step": 155
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"epoch": 2.74,
|
943 |
+
"learning_rate": 1.391104720490156e-05,
|
944 |
+
"loss": 0.1024,
|
945 |
+
"step": 156
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 2.75,
|
949 |
+
"learning_rate": 1.3836207200537597e-05,
|
950 |
+
"loss": 0.0989,
|
951 |
+
"step": 157
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"epoch": 2.77,
|
955 |
+
"learning_rate": 1.376111439593093e-05,
|
956 |
+
"loss": 0.1017,
|
957 |
+
"step": 158
|
958 |
+
},
|
959 |
+
{
|
960 |
+
"epoch": 2.79,
|
961 |
+
"learning_rate": 1.368577373958362e-05,
|
962 |
+
"loss": 0.1113,
|
963 |
+
"step": 159
|
964 |
+
},
|
965 |
+
{
|
966 |
+
"epoch": 2.81,
|
967 |
+
"learning_rate": 1.3610190196330777e-05,
|
968 |
+
"loss": 0.1196,
|
969 |
+
"step": 160
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 2.82,
|
973 |
+
"learning_rate": 1.3534368747013396e-05,
|
974 |
+
"loss": 0.1314,
|
975 |
+
"step": 161
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 2.84,
|
979 |
+
"learning_rate": 1.3458314388150115e-05,
|
980 |
+
"loss": 0.1279,
|
981 |
+
"step": 162
|
982 |
+
},
|
983 |
+
{
|
984 |
+
"epoch": 2.86,
|
985 |
+
"learning_rate": 1.3382032131607967e-05,
|
986 |
+
"loss": 0.1216,
|
987 |
+
"step": 163
|
988 |
+
},
|
989 |
+
{
|
990 |
+
"epoch": 2.88,
|
991 |
+
"learning_rate": 1.3305527004272087e-05,
|
992 |
+
"loss": 0.1212,
|
993 |
+
"step": 164
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 2.89,
|
997 |
+
"learning_rate": 1.3228804047714462e-05,
|
998 |
+
"loss": 0.1388,
|
999 |
+
"step": 165
|
1000 |
+
},
|
1001 |
+
{
|
1002 |
+
"epoch": 2.91,
|
1003 |
+
"learning_rate": 1.31518683178617e-05,
|
1004 |
+
"loss": 0.1193,
|
1005 |
+
"step": 166
|
1006 |
+
},
|
1007 |
+
{
|
1008 |
+
"epoch": 2.93,
|
1009 |
+
"learning_rate": 1.3074724884661833e-05,
|
1010 |
+
"loss": 0.113,
|
1011 |
+
"step": 167
|
1012 |
+
},
|
1013 |
+
{
|
1014 |
+
"epoch": 2.95,
|
1015 |
+
"learning_rate": 1.2997378831750242e-05,
|
1016 |
+
"loss": 0.1115,
|
1017 |
+
"step": 168
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 2.96,
|
1021 |
+
"learning_rate": 1.2919835256114639e-05,
|
1022 |
+
"loss": 0.1232,
|
1023 |
+
"step": 169
|
1024 |
+
},
|
1025 |
+
{
|
1026 |
+
"epoch": 2.98,
|
1027 |
+
"learning_rate": 1.2842099267759176e-05,
|
1028 |
+
"loss": 0.118,
|
1029 |
+
"step": 170
|
1030 |
+
},
|
1031 |
+
{
|
1032 |
+
"epoch": 3.0,
|
1033 |
+
"learning_rate": 1.2764175989367717e-05,
|
1034 |
+
"loss": 0.1046,
|
1035 |
+
"step": 171
|
1036 |
+
},
|
1037 |
+
{
|
1038 |
+
"epoch": 3.02,
|
1039 |
+
"learning_rate": 1.2686070555966255e-05,
|
1040 |
+
"loss": 0.1047,
|
1041 |
+
"step": 172
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"epoch": 3.04,
|
1045 |
+
"learning_rate": 1.2607788114584522e-05,
|
1046 |
+
"loss": 0.1192,
|
1047 |
+
"step": 173
|
1048 |
+
},
|
1049 |
+
{
|
1050 |
+
"epoch": 3.05,
|
1051 |
+
"learning_rate": 1.2529333823916807e-05,
|
1052 |
+
"loss": 0.1008,
|
1053 |
+
"step": 174
|
1054 |
+
},
|
1055 |
+
{
|
1056 |
+
"epoch": 3.07,
|
1057 |
+
"learning_rate": 1.2450712853982014e-05,
|
1058 |
+
"loss": 0.0812,
|
1059 |
+
"step": 175
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 3.09,
|
1063 |
+
"learning_rate": 1.2371930385782944e-05,
|
1064 |
+
"loss": 0.0961,
|
1065 |
+
"step": 176
|
1066 |
+
},
|
1067 |
+
{
|
1068 |
+
"epoch": 3.11,
|
1069 |
+
"learning_rate": 1.2292991610964902e-05,
|
1070 |
+
"loss": 0.0839,
|
1071 |
+
"step": 177
|
1072 |
+
},
|
1073 |
+
{
|
1074 |
+
"epoch": 3.12,
|
1075 |
+
"learning_rate": 1.2213901731473555e-05,
|
1076 |
+
"loss": 0.0851,
|
1077 |
+
"step": 178
|
1078 |
+
},
|
1079 |
+
{
|
1080 |
+
"epoch": 3.14,
|
1081 |
+
"learning_rate": 1.2134665959212138e-05,
|
1082 |
+
"loss": 0.0851,
|
1083 |
+
"step": 179
|
1084 |
+
},
|
1085 |
+
{
|
1086 |
+
"epoch": 3.16,
|
1087 |
+
"learning_rate": 1.2055289515698008e-05,
|
1088 |
+
"loss": 0.0709,
|
1089 |
+
"step": 180
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"epoch": 3.18,
|
1093 |
+
"learning_rate": 1.1975777631718533e-05,
|
1094 |
+
"loss": 0.0732,
|
1095 |
+
"step": 181
|
1096 |
+
},
|
1097 |
+
{
|
1098 |
+
"epoch": 3.19,
|
1099 |
+
"learning_rate": 1.189613554698641e-05,
|
1100 |
+
"loss": 0.1016,
|
1101 |
+
"step": 182
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 3.21,
|
1105 |
+
"learning_rate": 1.1816368509794365e-05,
|
1106 |
+
"loss": 0.0832,
|
1107 |
+
"step": 183
|
1108 |
+
},
|
1109 |
+
{
|
1110 |
+
"epoch": 3.23,
|
1111 |
+
"learning_rate": 1.1736481776669307e-05,
|
1112 |
+
"loss": 0.073,
|
1113 |
+
"step": 184
|
1114 |
+
},
|
1115 |
+
{
|
1116 |
+
"epoch": 3.25,
|
1117 |
+
"learning_rate": 1.1656480612025914e-05,
|
1118 |
+
"loss": 0.0744,
|
1119 |
+
"step": 185
|
1120 |
+
},
|
1121 |
+
{
|
1122 |
+
"epoch": 3.26,
|
1123 |
+
"learning_rate": 1.1576370287819737e-05,
|
1124 |
+
"loss": 0.0743,
|
1125 |
+
"step": 186
|
1126 |
+
},
|
1127 |
+
{
|
1128 |
+
"epoch": 3.28,
|
1129 |
+
"learning_rate": 1.149615608319978e-05,
|
1130 |
+
"loss": 0.0573,
|
1131 |
+
"step": 187
|
1132 |
+
},
|
1133 |
+
{
|
1134 |
+
"epoch": 3.3,
|
1135 |
+
"learning_rate": 1.14158432841606e-05,
|
1136 |
+
"loss": 0.0829,
|
1137 |
+
"step": 188
|
1138 |
+
},
|
1139 |
+
{
|
1140 |
+
"epoch": 3.32,
|
1141 |
+
"learning_rate": 1.133543718319398e-05,
|
1142 |
+
"loss": 0.0564,
|
1143 |
+
"step": 189
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 3.33,
|
1147 |
+
"learning_rate": 1.1254943078940161e-05,
|
1148 |
+
"loss": 0.1077,
|
1149 |
+
"step": 190
|
1150 |
+
},
|
1151 |
+
{
|
1152 |
+
"epoch": 3.35,
|
1153 |
+
"learning_rate": 1.1174366275838664e-05,
|
1154 |
+
"loss": 0.0831,
|
1155 |
+
"step": 191
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"epoch": 3.37,
|
1159 |
+
"learning_rate": 1.1093712083778748e-05,
|
1160 |
+
"loss": 0.079,
|
1161 |
+
"step": 192
|
1162 |
+
},
|
1163 |
+
{
|
1164 |
+
"epoch": 3.39,
|
1165 |
+
"learning_rate": 1.1012985817749465e-05,
|
1166 |
+
"loss": 0.0762,
|
1167 |
+
"step": 193
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"epoch": 3.4,
|
1171 |
+
"learning_rate": 1.093219279748946e-05,
|
1172 |
+
"loss": 0.0594,
|
1173 |
+
"step": 194
|
1174 |
+
},
|
1175 |
+
{
|
1176 |
+
"epoch": 3.42,
|
1177 |
+
"learning_rate": 1.0851338347136358e-05,
|
1178 |
+
"loss": 0.0734,
|
1179 |
+
"step": 195
|
1180 |
+
},
|
1181 |
+
{
|
1182 |
+
"epoch": 3.44,
|
1183 |
+
"learning_rate": 1.077042779487595e-05,
|
1184 |
+
"loss": 0.0868,
|
1185 |
+
"step": 196
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 3.46,
|
1189 |
+
"learning_rate": 1.068946647259105e-05,
|
1190 |
+
"loss": 0.0958,
|
1191 |
+
"step": 197
|
1192 |
+
},
|
1193 |
+
{
|
1194 |
+
"epoch": 3.47,
|
1195 |
+
"learning_rate": 1.060845971551014e-05,
|
1196 |
+
"loss": 0.0836,
|
1197 |
+
"step": 198
|
1198 |
+
},
|
1199 |
+
{
|
1200 |
+
"epoch": 3.49,
|
1201 |
+
"learning_rate": 1.052741286185579e-05,
|
1202 |
+
"loss": 0.1155,
|
1203 |
+
"step": 199
|
1204 |
+
},
|
1205 |
+
{
|
1206 |
+
"epoch": 3.51,
|
1207 |
+
"learning_rate": 1.0446331252492864e-05,
|
1208 |
+
"loss": 0.0799,
|
1209 |
+
"step": 200
|
1210 |
+
},
|
1211 |
+
{
|
1212 |
+
"epoch": 3.53,
|
1213 |
+
"learning_rate": 1.0365220230576592e-05,
|
1214 |
+
"loss": 0.0935,
|
1215 |
+
"step": 201
|
1216 |
+
},
|
1217 |
+
{
|
1218 |
+
"epoch": 3.54,
|
1219 |
+
"learning_rate": 1.0284085141200424e-05,
|
1220 |
+
"loss": 0.0853,
|
1221 |
+
"step": 202
|
1222 |
+
},
|
1223 |
+
{
|
1224 |
+
"epoch": 3.56,
|
1225 |
+
"learning_rate": 1.0202931331043839e-05,
|
1226 |
+
"loss": 0.0703,
|
1227 |
+
"step": 203
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 3.58,
|
1231 |
+
"learning_rate": 1.0121764148019977e-05,
|
1232 |
+
"loss": 0.0951,
|
1233 |
+
"step": 204
|
1234 |
+
},
|
1235 |
+
{
|
1236 |
+
"epoch": 3.6,
|
1237 |
+
"learning_rate": 1.004058894092323e-05,
|
1238 |
+
"loss": 0.0804,
|
1239 |
+
"step": 205
|
1240 |
+
},
|
1241 |
+
{
|
1242 |
+
"epoch": 3.61,
|
1243 |
+
"learning_rate": 9.95941105907677e-06,
|
1244 |
+
"loss": 0.0963,
|
1245 |
+
"step": 206
|
1246 |
+
},
|
1247 |
+
{
|
1248 |
+
"epoch": 3.63,
|
1249 |
+
"learning_rate": 9.878235851980027e-06,
|
1250 |
+
"loss": 0.0955,
|
1251 |
+
"step": 207
|
1252 |
+
},
|
1253 |
+
{
|
1254 |
+
"epoch": 3.65,
|
1255 |
+
"learning_rate": 9.797068668956163e-06,
|
1256 |
+
"loss": 0.0862,
|
1257 |
+
"step": 208
|
1258 |
+
},
|
1259 |
+
{
|
1260 |
+
"epoch": 3.67,
|
1261 |
+
"learning_rate": 9.715914858799576e-06,
|
1262 |
+
"loss": 0.0737,
|
1263 |
+
"step": 209
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"epoch": 3.68,
|
1267 |
+
"learning_rate": 9.634779769423412e-06,
|
1268 |
+
"loss": 0.1326,
|
1269 |
+
"step": 210
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 3.7,
|
1273 |
+
"learning_rate": 9.553668747507139e-06,
|
1274 |
+
"loss": 0.079,
|
1275 |
+
"step": 211
|
1276 |
+
},
|
1277 |
+
{
|
1278 |
+
"epoch": 3.72,
|
1279 |
+
"learning_rate": 9.472587138144215e-06,
|
1280 |
+
"loss": 0.0948,
|
1281 |
+
"step": 212
|
1282 |
+
},
|
1283 |
+
{
|
1284 |
+
"epoch": 3.74,
|
1285 |
+
"learning_rate": 9.391540284489862e-06,
|
1286 |
+
"loss": 0.0698,
|
1287 |
+
"step": 213
|
1288 |
+
},
|
1289 |
+
{
|
1290 |
+
"epoch": 3.75,
|
1291 |
+
"learning_rate": 9.310533527408953e-06,
|
1292 |
+
"loss": 0.0785,
|
1293 |
+
"step": 214
|
1294 |
+
},
|
1295 |
+
{
|
1296 |
+
"epoch": 3.77,
|
1297 |
+
"learning_rate": 9.229572205124052e-06,
|
1298 |
+
"loss": 0.078,
|
1299 |
+
"step": 215
|
1300 |
+
},
|
1301 |
+
{
|
1302 |
+
"epoch": 3.79,
|
1303 |
+
"learning_rate": 9.148661652863644e-06,
|
1304 |
+
"loss": 0.0861,
|
1305 |
+
"step": 216
|
1306 |
+
},
|
1307 |
+
{
|
1308 |
+
"epoch": 3.81,
|
1309 |
+
"learning_rate": 9.067807202510543e-06,
|
1310 |
+
"loss": 0.0847,
|
1311 |
+
"step": 217
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 3.82,
|
1315 |
+
"learning_rate": 8.987014182250538e-06,
|
1316 |
+
"loss": 0.073,
|
1317 |
+
"step": 218
|
1318 |
+
},
|
1319 |
+
{
|
1320 |
+
"epoch": 3.84,
|
1321 |
+
"learning_rate": 8.906287916221259e-06,
|
1322 |
+
"loss": 0.0897,
|
1323 |
+
"step": 219
|
1324 |
+
},
|
1325 |
+
{
|
1326 |
+
"epoch": 3.86,
|
1327 |
+
"learning_rate": 8.825633724161336e-06,
|
1328 |
+
"loss": 0.0642,
|
1329 |
+
"step": 220
|
1330 |
+
},
|
1331 |
+
{
|
1332 |
+
"epoch": 3.88,
|
1333 |
+
"learning_rate": 8.74505692105984e-06,
|
1334 |
+
"loss": 0.0862,
|
1335 |
+
"step": 221
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"epoch": 3.89,
|
1339 |
+
"learning_rate": 8.664562816806022e-06,
|
1340 |
+
"loss": 0.0767,
|
1341 |
+
"step": 222
|
1342 |
+
},
|
1343 |
+
{
|
1344 |
+
"epoch": 3.91,
|
1345 |
+
"learning_rate": 8.584156715839402e-06,
|
1346 |
+
"loss": 0.0593,
|
1347 |
+
"step": 223
|
1348 |
+
},
|
1349 |
+
{
|
1350 |
+
"epoch": 3.93,
|
1351 |
+
"learning_rate": 8.503843916800221e-06,
|
1352 |
+
"loss": 0.0947,
|
1353 |
+
"step": 224
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 3.95,
|
1357 |
+
"learning_rate": 8.423629712180265e-06,
|
1358 |
+
"loss": 0.0717,
|
1359 |
+
"step": 225
|
1360 |
+
},
|
1361 |
+
{
|
1362 |
+
"epoch": 3.96,
|
1363 |
+
"learning_rate": 8.343519387974091e-06,
|
1364 |
+
"loss": 0.0909,
|
1365 |
+
"step": 226
|
1366 |
+
},
|
1367 |
+
{
|
1368 |
+
"epoch": 3.98,
|
1369 |
+
"learning_rate": 8.263518223330698e-06,
|
1370 |
+
"loss": 0.0657,
|
1371 |
+
"step": 227
|
1372 |
+
},
|
1373 |
+
{
|
1374 |
+
"epoch": 4.0,
|
1375 |
+
"learning_rate": 8.183631490205636e-06,
|
1376 |
+
"loss": 0.0593,
|
1377 |
+
"step": 228
|
1378 |
+
},
|
1379 |
+
{
|
1380 |
+
"epoch": 4.02,
|
1381 |
+
"learning_rate": 8.103864453013593e-06,
|
1382 |
+
"loss": 0.0517,
|
1383 |
+
"step": 229
|
1384 |
+
},
|
1385 |
+
{
|
1386 |
+
"epoch": 4.04,
|
1387 |
+
"learning_rate": 8.024222368281469e-06,
|
1388 |
+
"loss": 0.0422,
|
1389 |
+
"step": 230
|
1390 |
+
},
|
1391 |
+
{
|
1392 |
+
"epoch": 4.05,
|
1393 |
+
"learning_rate": 7.944710484301995e-06,
|
1394 |
+
"loss": 0.0432,
|
1395 |
+
"step": 231
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 4.07,
|
1399 |
+
"learning_rate": 7.865334040787866e-06,
|
1400 |
+
"loss": 0.0531,
|
1401 |
+
"step": 232
|
1402 |
+
},
|
1403 |
+
{
|
1404 |
+
"epoch": 4.09,
|
1405 |
+
"learning_rate": 7.786098268526447e-06,
|
1406 |
+
"loss": 0.043,
|
1407 |
+
"step": 233
|
1408 |
+
},
|
1409 |
+
{
|
1410 |
+
"epoch": 4.11,
|
1411 |
+
"learning_rate": 7.707008389035102e-06,
|
1412 |
+
"loss": 0.0303,
|
1413 |
+
"step": 234
|
1414 |
+
},
|
1415 |
+
{
|
1416 |
+
"epoch": 4.12,
|
1417 |
+
"learning_rate": 7.628069614217058e-06,
|
1418 |
+
"loss": 0.0582,
|
1419 |
+
"step": 235
|
1420 |
+
},
|
1421 |
+
{
|
1422 |
+
"epoch": 4.14,
|
1423 |
+
"learning_rate": 7.54928714601799e-06,
|
1424 |
+
"loss": 0.0372,
|
1425 |
+
"step": 236
|
1426 |
+
},
|
1427 |
+
{
|
1428 |
+
"epoch": 4.16,
|
1429 |
+
"learning_rate": 7.470666176083193e-06,
|
1430 |
+
"loss": 0.0364,
|
1431 |
+
"step": 237
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"epoch": 4.18,
|
1435 |
+
"learning_rate": 7.3922118854154815e-06,
|
1436 |
+
"loss": 0.0444,
|
1437 |
+
"step": 238
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 4.19,
|
1441 |
+
"learning_rate": 7.31392944403375e-06,
|
1442 |
+
"loss": 0.0577,
|
1443 |
+
"step": 239
|
1444 |
+
},
|
1445 |
+
{
|
1446 |
+
"epoch": 4.21,
|
1447 |
+
"learning_rate": 7.235824010632284e-06,
|
1448 |
+
"loss": 0.0252,
|
1449 |
+
"step": 240
|
1450 |
+
},
|
1451 |
+
{
|
1452 |
+
"epoch": 4.23,
|
1453 |
+
"learning_rate": 7.157900732240828e-06,
|
1454 |
+
"loss": 0.0406,
|
1455 |
+
"step": 241
|
1456 |
+
},
|
1457 |
+
{
|
1458 |
+
"epoch": 4.25,
|
1459 |
+
"learning_rate": 7.080164743885364e-06,
|
1460 |
+
"loss": 0.0426,
|
1461 |
+
"step": 242
|
1462 |
+
},
|
1463 |
+
{
|
1464 |
+
"epoch": 4.26,
|
1465 |
+
"learning_rate": 7.002621168249759e-06,
|
1466 |
+
"loss": 0.0229,
|
1467 |
+
"step": 243
|
1468 |
+
},
|
1469 |
+
{
|
1470 |
+
"epoch": 4.28,
|
1471 |
+
"learning_rate": 6.925275115338168e-06,
|
1472 |
+
"loss": 0.0299,
|
1473 |
+
"step": 244
|
1474 |
+
},
|
1475 |
+
{
|
1476 |
+
"epoch": 4.3,
|
1477 |
+
"learning_rate": 6.848131682138304e-06,
|
1478 |
+
"loss": 0.0474,
|
1479 |
+
"step": 245
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 4.32,
|
1483 |
+
"learning_rate": 6.771195952285541e-06,
|
1484 |
+
"loss": 0.0421,
|
1485 |
+
"step": 246
|
1486 |
+
},
|
1487 |
+
{
|
1488 |
+
"epoch": 4.33,
|
1489 |
+
"learning_rate": 6.694472995727914e-06,
|
1490 |
+
"loss": 0.031,
|
1491 |
+
"step": 247
|
1492 |
+
},
|
1493 |
+
{
|
1494 |
+
"epoch": 4.35,
|
1495 |
+
"learning_rate": 6.617967868392036e-06,
|
1496 |
+
"loss": 0.0392,
|
1497 |
+
"step": 248
|
1498 |
+
},
|
1499 |
+
{
|
1500 |
+
"epoch": 4.37,
|
1501 |
+
"learning_rate": 6.5416856118498874e-06,
|
1502 |
+
"loss": 0.0357,
|
1503 |
+
"step": 249
|
1504 |
+
},
|
1505 |
+
{
|
1506 |
+
"epoch": 4.39,
|
1507 |
+
"learning_rate": 6.4656312529866086e-06,
|
1508 |
+
"loss": 0.0436,
|
1509 |
+
"step": 250
|
1510 |
+
},
|
1511 |
+
{
|
1512 |
+
"epoch": 4.4,
|
1513 |
+
"learning_rate": 6.389809803669226e-06,
|
1514 |
+
"loss": 0.0355,
|
1515 |
+
"step": 251
|
1516 |
+
},
|
1517 |
+
{
|
1518 |
+
"epoch": 4.42,
|
1519 |
+
"learning_rate": 6.314226260416383e-06,
|
1520 |
+
"loss": 0.0492,
|
1521 |
+
"step": 252
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 4.44,
|
1525 |
+
"learning_rate": 6.238885604069075e-06,
|
1526 |
+
"loss": 0.016,
|
1527 |
+
"step": 253
|
1528 |
+
},
|
1529 |
+
{
|
1530 |
+
"epoch": 4.46,
|
1531 |
+
"learning_rate": 6.163792799462404e-06,
|
1532 |
+
"loss": 0.0327,
|
1533 |
+
"step": 254
|
1534 |
+
},
|
1535 |
+
{
|
1536 |
+
"epoch": 4.47,
|
1537 |
+
"learning_rate": 6.088952795098442e-06,
|
1538 |
+
"loss": 0.0511,
|
1539 |
+
"step": 255
|
1540 |
+
},
|
1541 |
+
{
|
1542 |
+
"epoch": 4.49,
|
1543 |
+
"learning_rate": 6.014370522820085e-06,
|
1544 |
+
"loss": 0.0609,
|
1545 |
+
"step": 256
|
1546 |
+
},
|
1547 |
+
{
|
1548 |
+
"epoch": 4.51,
|
1549 |
+
"learning_rate": 5.9400508974860895e-06,
|
1550 |
+
"loss": 0.0286,
|
1551 |
+
"step": 257
|
1552 |
+
},
|
1553 |
+
{
|
1554 |
+
"epoch": 4.53,
|
1555 |
+
"learning_rate": 5.8659988166471715e-06,
|
1556 |
+
"loss": 0.0436,
|
1557 |
+
"step": 258
|
1558 |
+
},
|
1559 |
+
{
|
1560 |
+
"epoch": 4.54,
|
1561 |
+
"learning_rate": 5.792219160223268e-06,
|
1562 |
+
"loss": 0.0556,
|
1563 |
+
"step": 259
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 4.56,
|
1567 |
+
"learning_rate": 5.7187167901819665e-06,
|
1568 |
+
"loss": 0.0761,
|
1569 |
+
"step": 260
|
1570 |
+
},
|
1571 |
+
{
|
1572 |
+
"epoch": 4.58,
|
1573 |
+
"learning_rate": 5.645496550218089e-06,
|
1574 |
+
"loss": 0.046,
|
1575 |
+
"step": 261
|
1576 |
+
},
|
1577 |
+
{
|
1578 |
+
"epoch": 4.6,
|
1579 |
+
"learning_rate": 5.572563265434528e-06,
|
1580 |
+
"loss": 0.0292,
|
1581 |
+
"step": 262
|
1582 |
+
},
|
1583 |
+
{
|
1584 |
+
"epoch": 4.61,
|
1585 |
+
"learning_rate": 5.499921742024258e-06,
|
1586 |
+
"loss": 0.0283,
|
1587 |
+
"step": 263
|
1588 |
+
},
|
1589 |
+
{
|
1590 |
+
"epoch": 4.63,
|
1591 |
+
"learning_rate": 5.427576766953615e-06,
|
1592 |
+
"loss": 0.0351,
|
1593 |
+
"step": 264
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"epoch": 4.65,
|
1597 |
+
"learning_rate": 5.3555331076468585e-06,
|
1598 |
+
"loss": 0.0391,
|
1599 |
+
"step": 265
|
1600 |
+
},
|
1601 |
+
{
|
1602 |
+
"epoch": 4.67,
|
1603 |
+
"learning_rate": 5.283795511671994e-06,
|
1604 |
+
"loss": 0.0524,
|
1605 |
+
"step": 266
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 4.68,
|
1609 |
+
"learning_rate": 5.212368706427913e-06,
|
1610 |
+
"loss": 0.0389,
|
1611 |
+
"step": 267
|
1612 |
+
},
|
1613 |
+
{
|
1614 |
+
"epoch": 4.7,
|
1615 |
+
"learning_rate": 5.141257398832863e-06,
|
1616 |
+
"loss": 0.0379,
|
1617 |
+
"step": 268
|
1618 |
+
},
|
1619 |
+
{
|
1620 |
+
"epoch": 4.72,
|
1621 |
+
"learning_rate": 5.0704662750142875e-06,
|
1622 |
+
"loss": 0.045,
|
1623 |
+
"step": 269
|
1624 |
+
},
|
1625 |
+
{
|
1626 |
+
"epoch": 4.74,
|
1627 |
+
"learning_rate": 5.000000000000003e-06,
|
1628 |
+
"loss": 0.0348,
|
1629 |
+
"step": 270
|
1630 |
+
},
|
1631 |
+
{
|
1632 |
+
"epoch": 4.75,
|
1633 |
+
"learning_rate": 4.929863217410768e-06,
|
1634 |
+
"loss": 0.0548,
|
1635 |
+
"step": 271
|
1636 |
+
},
|
1637 |
+
{
|
1638 |
+
"epoch": 4.77,
|
1639 |
+
"learning_rate": 4.860060549154302e-06,
|
1640 |
+
"loss": 0.0467,
|
1641 |
+
"step": 272
|
1642 |
+
},
|
1643 |
+
{
|
1644 |
+
"epoch": 4.79,
|
1645 |
+
"learning_rate": 4.790596595120699e-06,
|
1646 |
+
"loss": 0.0423,
|
1647 |
+
"step": 273
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 4.81,
|
1651 |
+
"learning_rate": 4.721475932879283e-06,
|
1652 |
+
"loss": 0.0434,
|
1653 |
+
"step": 274
|
1654 |
+
},
|
1655 |
+
{
|
1656 |
+
"epoch": 4.82,
|
1657 |
+
"learning_rate": 4.652703117376987e-06,
|
1658 |
+
"loss": 0.0383,
|
1659 |
+
"step": 275
|
1660 |
+
},
|
1661 |
+
{
|
1662 |
+
"epoch": 4.84,
|
1663 |
+
"learning_rate": 4.584282680638155e-06,
|
1664 |
+
"loss": 0.0431,
|
1665 |
+
"step": 276
|
1666 |
+
},
|
1667 |
+
{
|
1668 |
+
"epoch": 4.86,
|
1669 |
+
"learning_rate": 4.51621913146592e-06,
|
1670 |
+
"loss": 0.0346,
|
1671 |
+
"step": 277
|
1672 |
+
},
|
1673 |
+
{
|
1674 |
+
"epoch": 4.88,
|
1675 |
+
"learning_rate": 4.448516955145048e-06,
|
1676 |
+
"loss": 0.0323,
|
1677 |
+
"step": 278
|
1678 |
+
},
|
1679 |
+
{
|
1680 |
+
"epoch": 4.89,
|
1681 |
+
"learning_rate": 4.381180613146396e-06,
|
1682 |
+
"loss": 0.032,
|
1683 |
+
"step": 279
|
1684 |
+
},
|
1685 |
+
{
|
1686 |
+
"epoch": 4.91,
|
1687 |
+
"learning_rate": 4.314214542832889e-06,
|
1688 |
+
"loss": 0.051,
|
1689 |
+
"step": 280
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 4.93,
|
1693 |
+
"learning_rate": 4.2476231571671025e-06,
|
1694 |
+
"loss": 0.05,
|
1695 |
+
"step": 281
|
1696 |
+
},
|
1697 |
+
{
|
1698 |
+
"epoch": 4.95,
|
1699 |
+
"learning_rate": 4.181410844420473e-06,
|
1700 |
+
"loss": 0.0302,
|
1701 |
+
"step": 282
|
1702 |
+
},
|
1703 |
+
{
|
1704 |
+
"epoch": 4.96,
|
1705 |
+
"learning_rate": 4.1155819678840935e-06,
|
1706 |
+
"loss": 0.0471,
|
1707 |
+
"step": 283
|
1708 |
+
},
|
1709 |
+
{
|
1710 |
+
"epoch": 4.98,
|
1711 |
+
"learning_rate": 4.050140865581205e-06,
|
1712 |
+
"loss": 0.0379,
|
1713 |
+
"step": 284
|
1714 |
+
},
|
1715 |
+
{
|
1716 |
+
"epoch": 5.0,
|
1717 |
+
"learning_rate": 3.9850918499812976e-06,
|
1718 |
+
"loss": 0.0414,
|
1719 |
+
"step": 285
|
1720 |
+
},
|
1721 |
+
{
|
1722 |
+
"epoch": 5.02,
|
1723 |
+
"learning_rate": 3.920439207715955e-06,
|
1724 |
+
"loss": 0.032,
|
1725 |
+
"step": 286
|
1726 |
+
},
|
1727 |
+
{
|
1728 |
+
"epoch": 5.04,
|
1729 |
+
"learning_rate": 3.8561871992963585e-06,
|
1730 |
+
"loss": 0.0191,
|
1731 |
+
"step": 287
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 5.05,
|
1735 |
+
"learning_rate": 3.7923400588325156e-06,
|
1736 |
+
"loss": 0.0167,
|
1737 |
+
"step": 288
|
1738 |
+
},
|
1739 |
+
{
|
1740 |
+
"epoch": 5.07,
|
1741 |
+
"learning_rate": 3.7289019937542603e-06,
|
1742 |
+
"loss": 0.0157,
|
1743 |
+
"step": 289
|
1744 |
+
},
|
1745 |
+
{
|
1746 |
+
"epoch": 5.09,
|
1747 |
+
"learning_rate": 3.665877184533968e-06,
|
1748 |
+
"loss": 0.0247,
|
1749 |
+
"step": 290
|
1750 |
+
},
|
1751 |
+
{
|
1752 |
+
"epoch": 5.11,
|
1753 |
+
"learning_rate": 3.6032697844110896e-06,
|
1754 |
+
"loss": 0.0128,
|
1755 |
+
"step": 291
|
1756 |
+
},
|
1757 |
+
{
|
1758 |
+
"epoch": 5.12,
|
1759 |
+
"learning_rate": 3.5410839191184386e-06,
|
1760 |
+
"loss": 0.0147,
|
1761 |
+
"step": 292
|
1762 |
+
},
|
1763 |
+
{
|
1764 |
+
"epoch": 5.14,
|
1765 |
+
"learning_rate": 3.4793236866103296e-06,
|
1766 |
+
"loss": 0.019,
|
1767 |
+
"step": 293
|
1768 |
+
},
|
1769 |
+
{
|
1770 |
+
"epoch": 5.16,
|
1771 |
+
"learning_rate": 3.4179931567925216e-06,
|
1772 |
+
"loss": 0.0067,
|
1773 |
+
"step": 294
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 5.18,
|
1777 |
+
"learning_rate": 3.3570963712540083e-06,
|
1778 |
+
"loss": 0.0141,
|
1779 |
+
"step": 295
|
1780 |
+
},
|
1781 |
+
{
|
1782 |
+
"epoch": 5.19,
|
1783 |
+
"learning_rate": 3.2966373430007047e-06,
|
1784 |
+
"loss": 0.0192,
|
1785 |
+
"step": 296
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"epoch": 5.21,
|
1789 |
+
"learning_rate": 3.236620056190972e-06,
|
1790 |
+
"loss": 0.0114,
|
1791 |
+
"step": 297
|
1792 |
+
},
|
1793 |
+
{
|
1794 |
+
"epoch": 5.23,
|
1795 |
+
"learning_rate": 3.1770484658730896e-06,
|
1796 |
+
"loss": 0.0092,
|
1797 |
+
"step": 298
|
1798 |
+
},
|
1799 |
+
{
|
1800 |
+
"epoch": 5.25,
|
1801 |
+
"learning_rate": 3.1179264977246106e-06,
|
1802 |
+
"loss": 0.0263,
|
1803 |
+
"step": 299
|
1804 |
+
},
|
1805 |
+
{
|
1806 |
+
"epoch": 5.26,
|
1807 |
+
"learning_rate": 3.0592580477936606e-06,
|
1808 |
+
"loss": 0.0119,
|
1809 |
+
"step": 300
|
1810 |
+
},
|
1811 |
+
{
|
1812 |
+
"epoch": 5.28,
|
1813 |
+
"learning_rate": 3.001046982242216e-06,
|
1814 |
+
"loss": 0.0164,
|
1815 |
+
"step": 301
|
1816 |
+
},
|
1817 |
+
{
|
1818 |
+
"epoch": 5.3,
|
1819 |
+
"learning_rate": 2.9432971370913e-06,
|
1820 |
+
"loss": 0.0086,
|
1821 |
+
"step": 302
|
1822 |
+
},
|
1823 |
+
{
|
1824 |
+
"epoch": 5.32,
|
1825 |
+
"learning_rate": 2.8860123179682244e-06,
|
1826 |
+
"loss": 0.0173,
|
1827 |
+
"step": 303
|
1828 |
+
},
|
1829 |
+
{
|
1830 |
+
"epoch": 5.33,
|
1831 |
+
"learning_rate": 2.8291962998557754e-06,
|
1832 |
+
"loss": 0.0255,
|
1833 |
+
"step": 304
|
1834 |
+
},
|
1835 |
+
{
|
1836 |
+
"epoch": 5.35,
|
1837 |
+
"learning_rate": 2.772852826843476e-06,
|
1838 |
+
"loss": 0.0195,
|
1839 |
+
"step": 305
|
1840 |
+
},
|
1841 |
+
{
|
1842 |
+
"epoch": 5.37,
|
1843 |
+
"learning_rate": 2.7169856118808414e-06,
|
1844 |
+
"loss": 0.0115,
|
1845 |
+
"step": 306
|
1846 |
+
},
|
1847 |
+
{
|
1848 |
+
"epoch": 5.39,
|
1849 |
+
"learning_rate": 2.6615983365326926e-06,
|
1850 |
+
"loss": 0.0176,
|
1851 |
+
"step": 307
|
1852 |
+
},
|
1853 |
+
{
|
1854 |
+
"epoch": 5.4,
|
1855 |
+
"learning_rate": 2.60669465073657e-06,
|
1856 |
+
"loss": 0.0088,
|
1857 |
+
"step": 308
|
1858 |
+
},
|
1859 |
+
{
|
1860 |
+
"epoch": 5.42,
|
1861 |
+
"learning_rate": 2.5522781725621814e-06,
|
1862 |
+
"loss": 0.0313,
|
1863 |
+
"step": 309
|
1864 |
+
},
|
1865 |
+
{
|
1866 |
+
"epoch": 5.44,
|
1867 |
+
"learning_rate": 2.498352487973007e-06,
|
1868 |
+
"loss": 0.0221,
|
1869 |
+
"step": 310
|
1870 |
+
},
|
1871 |
+
{
|
1872 |
+
"epoch": 5.46,
|
1873 |
+
"learning_rate": 2.444921150589957e-06,
|
1874 |
+
"loss": 0.0201,
|
1875 |
+
"step": 311
|
1876 |
+
},
|
1877 |
+
{
|
1878 |
+
"epoch": 5.47,
|
1879 |
+
"learning_rate": 2.3919876814572197e-06,
|
1880 |
+
"loss": 0.018,
|
1881 |
+
"step": 312
|
1882 |
+
},
|
1883 |
+
{
|
1884 |
+
"epoch": 5.49,
|
1885 |
+
"learning_rate": 2.339555568810221e-06,
|
1886 |
+
"loss": 0.0125,
|
1887 |
+
"step": 313
|
1888 |
+
},
|
1889 |
+
{
|
1890 |
+
"epoch": 5.51,
|
1891 |
+
"learning_rate": 2.287628267845744e-06,
|
1892 |
+
"loss": 0.0087,
|
1893 |
+
"step": 314
|
1894 |
+
},
|
1895 |
+
{
|
1896 |
+
"epoch": 5.53,
|
1897 |
+
"learning_rate": 2.2362092004942583e-06,
|
1898 |
+
"loss": 0.0098,
|
1899 |
+
"step": 315
|
1900 |
+
},
|
1901 |
+
{
|
1902 |
+
"epoch": 5.54,
|
1903 |
+
"learning_rate": 2.185301755194399e-06,
|
1904 |
+
"loss": 0.0135,
|
1905 |
+
"step": 316
|
1906 |
+
},
|
1907 |
+
{
|
1908 |
+
"epoch": 5.56,
|
1909 |
+
"learning_rate": 2.1349092866696906e-06,
|
1910 |
+
"loss": 0.005,
|
1911 |
+
"step": 317
|
1912 |
+
},
|
1913 |
+
{
|
1914 |
+
"epoch": 5.58,
|
1915 |
+
"learning_rate": 2.08503511570746e-06,
|
1916 |
+
"loss": 0.0176,
|
1917 |
+
"step": 318
|
1918 |
+
},
|
1919 |
+
{
|
1920 |
+
"epoch": 5.6,
|
1921 |
+
"learning_rate": 2.0356825289400185e-06,
|
1922 |
+
"loss": 0.0114,
|
1923 |
+
"step": 319
|
1924 |
+
},
|
1925 |
+
{
|
1926 |
+
"epoch": 5.61,
|
1927 |
+
"learning_rate": 1.986854778628067e-06,
|
1928 |
+
"loss": 0.0074,
|
1929 |
+
"step": 320
|
1930 |
+
},
|
1931 |
+
{
|
1932 |
+
"epoch": 5.63,
|
1933 |
+
"learning_rate": 1.9385550824463727e-06,
|
1934 |
+
"loss": 0.0171,
|
1935 |
+
"step": 321
|
1936 |
+
},
|
1937 |
+
{
|
1938 |
+
"epoch": 5.65,
|
1939 |
+
"learning_rate": 1.890786623271743e-06,
|
1940 |
+
"loss": 0.0166,
|
1941 |
+
"step": 322
|
1942 |
+
},
|
1943 |
+
{
|
1944 |
+
"epoch": 5.67,
|
1945 |
+
"learning_rate": 1.843552548973272e-06,
|
1946 |
+
"loss": 0.0227,
|
1947 |
+
"step": 323
|
1948 |
+
},
|
1949 |
+
{
|
1950 |
+
"epoch": 5.68,
|
1951 |
+
"learning_rate": 1.7968559722048906e-06,
|
1952 |
+
"loss": 0.0134,
|
1953 |
+
"step": 324
|
1954 |
+
},
|
1955 |
+
{
|
1956 |
+
"epoch": 5.7,
|
1957 |
+
"learning_rate": 1.7506999702002682e-06,
|
1958 |
+
"loss": 0.0135,
|
1959 |
+
"step": 325
|
1960 |
+
},
|
1961 |
+
{
|
1962 |
+
"epoch": 5.72,
|
1963 |
+
"learning_rate": 1.7050875845700066e-06,
|
1964 |
+
"loss": 0.0126,
|
1965 |
+
"step": 326
|
1966 |
+
},
|
1967 |
+
{
|
1968 |
+
"epoch": 5.74,
|
1969 |
+
"learning_rate": 1.660021821101222e-06,
|
1970 |
+
"loss": 0.0065,
|
1971 |
+
"step": 327
|
1972 |
+
},
|
1973 |
+
{
|
1974 |
+
"epoch": 5.75,
|
1975 |
+
"learning_rate": 1.6155056495594467e-06,
|
1976 |
+
"loss": 0.0061,
|
1977 |
+
"step": 328
|
1978 |
+
},
|
1979 |
+
{
|
1980 |
+
"epoch": 5.77,
|
1981 |
+
"learning_rate": 1.5715420034929475e-06,
|
1982 |
+
"loss": 0.0069,
|
1983 |
+
"step": 329
|
1984 |
+
},
|
1985 |
+
{
|
1986 |
+
"epoch": 5.79,
|
1987 |
+
"learning_rate": 1.528133780039397e-06,
|
1988 |
+
"loss": 0.0384,
|
1989 |
+
"step": 330
|
1990 |
+
},
|
1991 |
+
{
|
1992 |
+
"epoch": 5.81,
|
1993 |
+
"learning_rate": 1.4852838397349545e-06,
|
1994 |
+
"loss": 0.0142,
|
1995 |
+
"step": 331
|
1996 |
+
},
|
1997 |
+
{
|
1998 |
+
"epoch": 5.82,
|
1999 |
+
"learning_rate": 1.4429950063257713e-06,
|
2000 |
+
"loss": 0.0043,
|
2001 |
+
"step": 332
|
2002 |
+
},
|
2003 |
+
{
|
2004 |
+
"epoch": 5.84,
|
2005 |
+
"learning_rate": 1.401270066581899e-06,
|
2006 |
+
"loss": 0.0065,
|
2007 |
+
"step": 333
|
2008 |
+
},
|
2009 |
+
{
|
2010 |
+
"epoch": 5.86,
|
2011 |
+
"learning_rate": 1.360111770113659e-06,
|
2012 |
+
"loss": 0.0038,
|
2013 |
+
"step": 334
|
2014 |
+
},
|
2015 |
+
{
|
2016 |
+
"epoch": 5.88,
|
2017 |
+
"learning_rate": 1.3195228291904271e-06,
|
2018 |
+
"loss": 0.0084,
|
2019 |
+
"step": 335
|
2020 |
+
},
|
2021 |
+
{
|
2022 |
+
"epoch": 5.89,
|
2023 |
+
"learning_rate": 1.279505918561923e-06,
|
2024 |
+
"loss": 0.0068,
|
2025 |
+
"step": 336
|
2026 |
+
},
|
2027 |
+
{
|
2028 |
+
"epoch": 5.91,
|
2029 |
+
"learning_rate": 1.240063675281934e-06,
|
2030 |
+
"loss": 0.0193,
|
2031 |
+
"step": 337
|
2032 |
+
},
|
2033 |
+
{
|
2034 |
+
"epoch": 5.93,
|
2035 |
+
"learning_rate": 1.2011986985345313e-06,
|
2036 |
+
"loss": 0.0093,
|
2037 |
+
"step": 338
|
2038 |
+
},
|
2039 |
+
{
|
2040 |
+
"epoch": 5.95,
|
2041 |
+
"learning_rate": 1.1629135494628097e-06,
|
2042 |
+
"loss": 0.0127,
|
2043 |
+
"step": 339
|
2044 |
+
},
|
2045 |
+
{
|
2046 |
+
"epoch": 5.96,
|
2047 |
+
"learning_rate": 1.1252107510000843e-06,
|
2048 |
+
"loss": 0.0112,
|
2049 |
+
"step": 340
|
2050 |
+
},
|
2051 |
+
{
|
2052 |
+
"epoch": 5.98,
|
2053 |
+
"learning_rate": 1.0880927877036608e-06,
|
2054 |
+
"loss": 0.0128,
|
2055 |
+
"step": 341
|
2056 |
+
},
|
2057 |
+
{
|
2058 |
+
"epoch": 6.0,
|
2059 |
+
"learning_rate": 1.051562105591082e-06,
|
2060 |
+
"loss": 0.0144,
|
2061 |
+
"step": 342
|
2062 |
+
},
|
2063 |
+
{
|
2064 |
+
"epoch": 6.02,
|
2065 |
+
"learning_rate": 1.0156211119789582e-06,
|
2066 |
+
"loss": 0.0027,
|
2067 |
+
"step": 343
|
2068 |
+
},
|
2069 |
+
{
|
2070 |
+
"epoch": 6.04,
|
2071 |
+
"learning_rate": 9.802721753243193e-07,
|
2072 |
+
"loss": 0.003,
|
2073 |
+
"step": 344
|
2074 |
+
},
|
2075 |
+
{
|
2076 |
+
"epoch": 6.05,
|
2077 |
+
"learning_rate": 9.455176250685338e-07,
|
2078 |
+
"loss": 0.0044,
|
2079 |
+
"step": 345
|
2080 |
+
},
|
2081 |
+
{
|
2082 |
+
"epoch": 6.07,
|
2083 |
+
"learning_rate": 9.113597514838135e-07,
|
2084 |
+
"loss": 0.0108,
|
2085 |
+
"step": 346
|
2086 |
+
},
|
2087 |
+
{
|
2088 |
+
"epoch": 6.09,
|
2089 |
+
"learning_rate": 8.778008055222809e-07,
|
2090 |
+
"loss": 0.0014,
|
2091 |
+
"step": 347
|
2092 |
+
},
|
2093 |
+
{
|
2094 |
+
"epoch": 6.11,
|
2095 |
+
"learning_rate": 8.448429986676298e-07,
|
2096 |
+
"loss": 0.0029,
|
2097 |
+
"step": 348
|
2098 |
+
},
|
2099 |
+
{
|
2100 |
+
"epoch": 6.12,
|
2101 |
+
"learning_rate": 8.124885027894014e-07,
|
2102 |
+
"loss": 0.0044,
|
2103 |
+
"step": 349
|
2104 |
+
},
|
2105 |
+
{
|
2106 |
+
"epoch": 6.14,
|
2107 |
+
"learning_rate": 7.807394499998578e-07,
|
2108 |
+
"loss": 0.0037,
|
2109 |
+
"step": 350
|
2110 |
+
},
|
2111 |
+
{
|
2112 |
+
"epoch": 6.16,
|
2113 |
+
"learning_rate": 7.495979325134806e-07,
|
2114 |
+
"loss": 0.004,
|
2115 |
+
"step": 351
|
2116 |
+
},
|
2117 |
+
{
|
2118 |
+
"epoch": 6.18,
|
2119 |
+
"learning_rate": 7.19066002509089e-07,
|
2120 |
+
"loss": 0.0028,
|
2121 |
+
"step": 352
|
2122 |
+
},
|
2123 |
+
{
|
2124 |
+
"epoch": 6.19,
|
2125 |
+
"learning_rate": 6.891456719946188e-07,
|
2126 |
+
"loss": 0.004,
|
2127 |
+
"step": 353
|
2128 |
+
},
|
2129 |
+
{
|
2130 |
+
"epoch": 6.21,
|
2131 |
+
"learning_rate": 6.598389126745209e-07,
|
2132 |
+
"loss": 0.0025,
|
2133 |
+
"step": 354
|
2134 |
+
},
|
2135 |
+
{
|
2136 |
+
"epoch": 6.23,
|
2137 |
+
"learning_rate": 6.311476558198337e-07,
|
2138 |
+
"loss": 0.0106,
|
2139 |
+
"step": 355
|
2140 |
+
},
|
2141 |
+
{
|
2142 |
+
"epoch": 6.25,
|
2143 |
+
"learning_rate": 6.030737921409169e-07,
|
2144 |
+
"loss": 0.0023,
|
2145 |
+
"step": 356
|
2146 |
+
},
|
2147 |
+
{
|
2148 |
+
"epoch": 6.26,
|
2149 |
+
"learning_rate": 5.756191716628556e-07,
|
2150 |
+
"loss": 0.0025,
|
2151 |
+
"step": 357
|
2152 |
+
},
|
2153 |
+
{
|
2154 |
+
"epoch": 6.28,
|
2155 |
+
"learning_rate": 5.487856036035488e-07,
|
2156 |
+
"loss": 0.0025,
|
2157 |
+
"step": 358
|
2158 |
+
},
|
2159 |
+
{
|
2160 |
+
"epoch": 6.3,
|
2161 |
+
"learning_rate": 5.225748562544741e-07,
|
2162 |
+
"loss": 0.0021,
|
2163 |
+
"step": 359
|
2164 |
+
},
|
2165 |
+
{
|
2166 |
+
"epoch": 6.32,
|
2167 |
+
"learning_rate": 4.969886568641757e-07,
|
2168 |
+
"loss": 0.0016,
|
2169 |
+
"step": 360
|
2170 |
+
},
|
2171 |
+
{
|
2172 |
+
"epoch": 6.33,
|
2173 |
+
"learning_rate": 4.7202869152443096e-07,
|
2174 |
+
"loss": 0.0103,
|
2175 |
+
"step": 361
|
2176 |
+
},
|
2177 |
+
{
|
2178 |
+
"epoch": 6.35,
|
2179 |
+
"learning_rate": 4.4769660505914136e-07,
|
2180 |
+
"loss": 0.0015,
|
2181 |
+
"step": 362
|
2182 |
+
},
|
2183 |
+
{
|
2184 |
+
"epoch": 6.37,
|
2185 |
+
"learning_rate": 4.2399400091594154e-07,
|
2186 |
+
"loss": 0.0015,
|
2187 |
+
"step": 363
|
2188 |
+
},
|
2189 |
+
{
|
2190 |
+
"epoch": 6.39,
|
2191 |
+
"learning_rate": 4.0092244106053393e-07,
|
2192 |
+
"loss": 0.0049,
|
2193 |
+
"step": 364
|
2194 |
+
},
|
2195 |
+
{
|
2196 |
+
"epoch": 6.4,
|
2197 |
+
"learning_rate": 3.7848344587376297e-07,
|
2198 |
+
"loss": 0.0031,
|
2199 |
+
"step": 365
|
2200 |
+
},
|
2201 |
+
{
|
2202 |
+
"epoch": 6.42,
|
2203 |
+
"learning_rate": 3.566784940514145e-07,
|
2204 |
+
"loss": 0.0028,
|
2205 |
+
"step": 366
|
2206 |
+
},
|
2207 |
+
{
|
2208 |
+
"epoch": 6.44,
|
2209 |
+
"learning_rate": 3.355090225067792e-07,
|
2210 |
+
"loss": 0.0023,
|
2211 |
+
"step": 367
|
2212 |
+
},
|
2213 |
+
{
|
2214 |
+
"epoch": 6.46,
|
2215 |
+
"learning_rate": 3.1497642627596247e-07,
|
2216 |
+
"loss": 0.0022,
|
2217 |
+
"step": 368
|
2218 |
+
},
|
2219 |
+
{
|
2220 |
+
"epoch": 6.47,
|
2221 |
+
"learning_rate": 2.9508205842594727e-07,
|
2222 |
+
"loss": 0.0014,
|
2223 |
+
"step": 369
|
2224 |
+
},
|
2225 |
+
{
|
2226 |
+
"epoch": 6.49,
|
2227 |
+
"learning_rate": 2.758272299654341e-07,
|
2228 |
+
"loss": 0.014,
|
2229 |
+
"step": 370
|
2230 |
+
},
|
2231 |
+
{
|
2232 |
+
"epoch": 6.51,
|
2233 |
+
"learning_rate": 2.572132097584523e-07,
|
2234 |
+
"loss": 0.0018,
|
2235 |
+
"step": 371
|
2236 |
+
},
|
2237 |
+
{
|
2238 |
+
"epoch": 6.53,
|
2239 |
+
"learning_rate": 2.392412244407294e-07,
|
2240 |
+
"loss": 0.0013,
|
2241 |
+
"step": 372
|
2242 |
+
},
|
2243 |
+
{
|
2244 |
+
"epoch": 6.54,
|
2245 |
+
"learning_rate": 2.2191245833886988e-07,
|
2246 |
+
"loss": 0.0055,
|
2247 |
+
"step": 373
|
2248 |
+
},
|
2249 |
+
{
|
2250 |
+
"epoch": 6.56,
|
2251 |
+
"learning_rate": 2.052280533923101e-07,
|
2252 |
+
"loss": 0.0022,
|
2253 |
+
"step": 374
|
2254 |
+
},
|
2255 |
+
{
|
2256 |
+
"epoch": 6.58,
|
2257 |
+
"learning_rate": 1.8918910907805733e-07,
|
2258 |
+
"loss": 0.0039,
|
2259 |
+
"step": 375
|
2260 |
+
},
|
2261 |
+
{
|
2262 |
+
"epoch": 6.6,
|
2263 |
+
"learning_rate": 1.737966823382442e-07,
|
2264 |
+
"loss": 0.0012,
|
2265 |
+
"step": 376
|
2266 |
+
},
|
2267 |
+
{
|
2268 |
+
"epoch": 6.61,
|
2269 |
+
"learning_rate": 1.5905178751047135e-07,
|
2270 |
+
"loss": 0.0032,
|
2271 |
+
"step": 377
|
2272 |
+
},
|
2273 |
+
{
|
2274 |
+
"epoch": 6.63,
|
2275 |
+
"learning_rate": 1.4495539626097289e-07,
|
2276 |
+
"loss": 0.0026,
|
2277 |
+
"step": 378
|
2278 |
+
},
|
2279 |
+
{
|
2280 |
+
"epoch": 6.65,
|
2281 |
+
"learning_rate": 1.3150843752057442e-07,
|
2282 |
+
"loss": 0.0017,
|
2283 |
+
"step": 379
|
2284 |
+
},
|
2285 |
+
{
|
2286 |
+
"epoch": 6.67,
|
2287 |
+
"learning_rate": 1.1871179742348416e-07,
|
2288 |
+
"loss": 0.0059,
|
2289 |
+
"step": 380
|
2290 |
+
},
|
2291 |
+
{
|
2292 |
+
"epoch": 6.68,
|
2293 |
+
"learning_rate": 1.0656631924889749e-07,
|
2294 |
+
"loss": 0.0023,
|
2295 |
+
"step": 381
|
2296 |
+
},
|
2297 |
+
{
|
2298 |
+
"epoch": 6.7,
|
2299 |
+
"learning_rate": 9.507280336542912e-08,
|
2300 |
+
"loss": 0.0049,
|
2301 |
+
"step": 382
|
2302 |
+
},
|
2303 |
+
{
|
2304 |
+
"epoch": 6.72,
|
2305 |
+
"learning_rate": 8.423200717835978e-08,
|
2306 |
+
"loss": 0.0133,
|
2307 |
+
"step": 383
|
2308 |
+
},
|
2309 |
+
{
|
2310 |
+
"epoch": 6.74,
|
2311 |
+
"learning_rate": 7.404464507973608e-08,
|
2312 |
+
"loss": 0.0018,
|
2313 |
+
"step": 384
|
2314 |
+
},
|
2315 |
+
{
|
2316 |
+
"epoch": 6.75,
|
2317 |
+
"learning_rate": 6.451138840128601e-08,
|
2318 |
+
"loss": 0.0014,
|
2319 |
+
"step": 385
|
2320 |
+
},
|
2321 |
+
{
|
2322 |
+
"epoch": 6.77,
|
2323 |
+
"learning_rate": 5.5632865370183196e-08,
|
2324 |
+
"loss": 0.0033,
|
2325 |
+
"step": 386
|
2326 |
+
},
|
2327 |
+
{
|
2328 |
+
"epoch": 6.79,
|
2329 |
+
"learning_rate": 4.740966106764222e-08,
|
2330 |
+
"loss": 0.0023,
|
2331 |
+
"step": 387
|
2332 |
+
},
|
2333 |
+
{
|
2334 |
+
"epoch": 6.81,
|
2335 |
+
"learning_rate": 3.984231739036948e-08,
|
2336 |
+
"loss": 0.0029,
|
2337 |
+
"step": 388
|
2338 |
+
},
|
2339 |
+
{
|
2340 |
+
"epoch": 6.82,
|
2341 |
+
"learning_rate": 3.293133301485063e-08,
|
2342 |
+
"loss": 0.0071,
|
2343 |
+
"step": 389
|
2344 |
+
},
|
2345 |
+
{
|
2346 |
+
"epoch": 6.84,
|
2347 |
+
"learning_rate": 2.667716336448356e-08,
|
2348 |
+
"loss": 0.0015,
|
2349 |
+
"step": 390
|
2350 |
+
},
|
2351 |
+
{
|
2352 |
+
"epoch": 6.86,
|
2353 |
+
"learning_rate": 2.1080220579573485e-08,
|
2354 |
+
"loss": 0.0034,
|
2355 |
+
"step": 391
|
2356 |
+
},
|
2357 |
+
{
|
2358 |
+
"epoch": 6.88,
|
2359 |
+
"learning_rate": 1.614087349017246e-08,
|
2360 |
+
"loss": 0.0016,
|
2361 |
+
"step": 392
|
2362 |
+
},
|
2363 |
+
{
|
2364 |
+
"epoch": 6.89,
|
2365 |
+
"learning_rate": 1.1859447591769934e-08,
|
2366 |
+
"loss": 0.0037,
|
2367 |
+
"step": 393
|
2368 |
+
},
|
2369 |
+
{
|
2370 |
+
"epoch": 6.91,
|
2371 |
+
"learning_rate": 8.236225023844357e-09,
|
2372 |
+
"loss": 0.0051,
|
2373 |
+
"step": 394
|
2374 |
+
},
|
2375 |
+
{
|
2376 |
+
"epoch": 6.93,
|
2377 |
+
"learning_rate": 5.271444551276928e-09,
|
2378 |
+
"loss": 0.0018,
|
2379 |
+
"step": 395
|
2380 |
+
},
|
2381 |
+
{
|
2382 |
+
"epoch": 6.95,
|
2383 |
+
"learning_rate": 2.9653015486064143e-09,
|
2384 |
+
"loss": 0.0055,
|
2385 |
+
"step": 396
|
2386 |
+
},
|
2387 |
+
{
|
2388 |
+
"epoch": 6.96,
|
2389 |
+
"learning_rate": 1.3179479871638923e-09,
|
2390 |
+
"loss": 0.002,
|
2391 |
+
"step": 397
|
2392 |
+
},
|
2393 |
+
{
|
2394 |
+
"epoch": 6.98,
|
2395 |
+
"learning_rate": 3.2949242505408987e-10,
|
2396 |
+
"loss": 0.003,
|
2397 |
+
"step": 398
|
2398 |
+
},
|
2399 |
+
{
|
2400 |
+
"epoch": 7.0,
|
2401 |
+
"learning_rate": 0.0,
|
2402 |
+
"loss": 0.002,
|
2403 |
+
"step": 399
|
2404 |
+
},
|
2405 |
+
{
|
2406 |
+
"epoch": 7.0,
|
2407 |
+
"step": 399,
|
2408 |
+
"total_flos": 9464738217984.0,
|
2409 |
+
"train_loss": 0.08329384368762635,
|
2410 |
+
"train_runtime": 745.7277,
|
2411 |
+
"train_samples_per_second": 34.074,
|
2412 |
+
"train_steps_per_second": 0.535
|
2413 |
+
}
|
2414 |
+
],
|
2415 |
+
"logging_steps": 1.0,
|
2416 |
+
"max_steps": 399,
|
2417 |
+
"num_input_tokens_seen": 0,
|
2418 |
+
"num_train_epochs": 7,
|
2419 |
+
"save_steps": 800,
|
2420 |
+
"total_flos": 9464738217984.0,
|
2421 |
+
"train_batch_size": 8,
|
2422 |
+
"trial_name": null,
|
2423 |
+
"trial_params": null
|
2424 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70b21dee805ac6d261d94a88264fc90e652cbfb4d070d1f3f038ef95a6107c70
|
3 |
+
size 6139
|