Yukang Chen
commited on
Commit
·
2b863c5
1
Parent(s):
8eb3ad4
Initial commit for LongVILA-7b-256frames-tile2
Browse files- .gitattributes +1 -0
- .gitignore +5 -0
- config.json +270 -0
- llm/added_tokens.json +7 -0
- llm/config.json +32 -0
- llm/generation_config.json +14 -0
- llm/merges.txt +0 -0
- llm/model-00001-of-00004.safetensors +3 -0
- llm/model-00002-of-00004.safetensors +3 -0
- llm/model-00003-of-00004.safetensors +3 -0
- llm/model-00004-of-00004.safetensors +3 -0
- llm/model.safetensors.index.json +346 -0
- llm/special_tokens_map.json +27 -0
- llm/tokenizer_config.json +61 -0
- llm/vocab.json +0 -0
- mm_projector/config.json +10 -0
- mm_projector/model.safetensors +3 -0
- trainer_state.json +1512 -0
- vision_tower/config.json +23 -0
- vision_tower/model.safetensors +3 -0
- vision_tower/preprocessor_config.json +24 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.wandb filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
wandb/
|
| 2 |
+
logs/
|
| 3 |
+
*.wandb
|
| 4 |
+
*.tmp
|
| 5 |
+
|
config.json
ADDED
|
@@ -0,0 +1,270 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
+
"_name_or_path": "./output/qwen2-7b-448-baseline-v13-sft-20241008072327-64k-fromstage3-256frames-hd-tile2-run2",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"LlavaLlamaModel"
|
| 6 |
+
],
|
| 7 |
+
"chat_template": null,
|
| 8 |
+
"drop_path_rate": 0.0,
|
| 9 |
+
"dynamic_s2": false,
|
| 10 |
+
"fps": 2.0,
|
| 11 |
+
"hidden_size": 3584,
|
| 12 |
+
"image_aspect_ratio": "dynamic",
|
| 13 |
+
"interpolate_mode": "linear",
|
| 14 |
+
"llm_cfg": {
|
| 15 |
+
"_attn_implementation_autoset": false,
|
| 16 |
+
"_name_or_path": "./output/qwen2-7b-448-baseline-v13-sft-20241008072327-64k-fromstage3-256frames-hd-tile2-run2/llm",
|
| 17 |
+
"add_cross_attention": false,
|
| 18 |
+
"architectures": [
|
| 19 |
+
"Qwen2ForCausalLM"
|
| 20 |
+
],
|
| 21 |
+
"attention_dropout": 0.0,
|
| 22 |
+
"bad_words_ids": null,
|
| 23 |
+
"begin_suppress_tokens": null,
|
| 24 |
+
"bos_token_id": 151643,
|
| 25 |
+
"chunk_size_feed_forward": 0,
|
| 26 |
+
"cross_attention_hidden_size": null,
|
| 27 |
+
"decoder_start_token_id": null,
|
| 28 |
+
"diversity_penalty": 0.0,
|
| 29 |
+
"do_sample": false,
|
| 30 |
+
"early_stopping": false,
|
| 31 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 32 |
+
"eos_token_id": 151645,
|
| 33 |
+
"exponential_decay_length_penalty": null,
|
| 34 |
+
"finetuning_task": null,
|
| 35 |
+
"forced_bos_token_id": null,
|
| 36 |
+
"forced_eos_token_id": null,
|
| 37 |
+
"hidden_act": "silu",
|
| 38 |
+
"hidden_size": 3584,
|
| 39 |
+
"id2label": {
|
| 40 |
+
"0": "LABEL_0",
|
| 41 |
+
"1": "LABEL_1"
|
| 42 |
+
},
|
| 43 |
+
"initializer_range": 0.02,
|
| 44 |
+
"intermediate_size": 18944,
|
| 45 |
+
"is_decoder": false,
|
| 46 |
+
"is_encoder_decoder": false,
|
| 47 |
+
"label2id": {
|
| 48 |
+
"LABEL_0": 0,
|
| 49 |
+
"LABEL_1": 1
|
| 50 |
+
},
|
| 51 |
+
"length_penalty": 1.0,
|
| 52 |
+
"max_length": 20,
|
| 53 |
+
"max_position_embeddings": 131072,
|
| 54 |
+
"max_window_layers": 28,
|
| 55 |
+
"min_length": 0,
|
| 56 |
+
"model_max_length": 131072,
|
| 57 |
+
"model_type": "qwen2",
|
| 58 |
+
"no_repeat_ngram_size": 0,
|
| 59 |
+
"num_attention_heads": 28,
|
| 60 |
+
"num_beam_groups": 1,
|
| 61 |
+
"num_beams": 1,
|
| 62 |
+
"num_hidden_layers": 28,
|
| 63 |
+
"num_key_value_heads": 4,
|
| 64 |
+
"num_return_sequences": 1,
|
| 65 |
+
"output_attentions": false,
|
| 66 |
+
"output_hidden_states": false,
|
| 67 |
+
"output_scores": false,
|
| 68 |
+
"pad_token_id": null,
|
| 69 |
+
"prefix": null,
|
| 70 |
+
"problem_type": null,
|
| 71 |
+
"pruned_heads": {},
|
| 72 |
+
"remove_invalid_values": false,
|
| 73 |
+
"repetition_penalty": 1.0,
|
| 74 |
+
"return_dict": true,
|
| 75 |
+
"return_dict_in_generate": false,
|
| 76 |
+
"rms_norm_eps": 1e-06,
|
| 77 |
+
"rope_scaling": null,
|
| 78 |
+
"rope_theta": 15300000,
|
| 79 |
+
"sep_token_id": null,
|
| 80 |
+
"sliding_window": null,
|
| 81 |
+
"suppress_tokens": null,
|
| 82 |
+
"task_specific_params": null,
|
| 83 |
+
"temperature": 1.0,
|
| 84 |
+
"tf_legacy_loss": false,
|
| 85 |
+
"tie_encoder_decoder": false,
|
| 86 |
+
"tie_word_embeddings": false,
|
| 87 |
+
"tokenizer_class": null,
|
| 88 |
+
"tokenizer_model_max_length": 131072,
|
| 89 |
+
"tokenizer_padding_side": "right",
|
| 90 |
+
"top_k": 50,
|
| 91 |
+
"top_p": 1.0,
|
| 92 |
+
"torch_dtype": "bfloat16",
|
| 93 |
+
"torchscript": false,
|
| 94 |
+
"typical_p": 1.0,
|
| 95 |
+
"use_bfloat16": false,
|
| 96 |
+
"use_cache": true,
|
| 97 |
+
"use_sliding_window": false,
|
| 98 |
+
"vocab_size": 151648
|
| 99 |
+
},
|
| 100 |
+
"mm_hidden_size": 1152,
|
| 101 |
+
"mm_projector_cfg": {
|
| 102 |
+
"_attn_implementation_autoset": false,
|
| 103 |
+
"_name_or_path": "./output/qwen2-7b-448-baseline-v13-sft-20241008072327-64k-fromstage3-256frames-hd-tile2-run2/mm_projector",
|
| 104 |
+
"add_cross_attention": false,
|
| 105 |
+
"architectures": [
|
| 106 |
+
"MultimodalProjector"
|
| 107 |
+
],
|
| 108 |
+
"bad_words_ids": null,
|
| 109 |
+
"begin_suppress_tokens": null,
|
| 110 |
+
"bos_token_id": null,
|
| 111 |
+
"chunk_size_feed_forward": 0,
|
| 112 |
+
"cross_attention_hidden_size": null,
|
| 113 |
+
"decoder_start_token_id": null,
|
| 114 |
+
"diversity_penalty": 0.0,
|
| 115 |
+
"do_sample": false,
|
| 116 |
+
"early_stopping": false,
|
| 117 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 118 |
+
"eos_token_id": null,
|
| 119 |
+
"exponential_decay_length_penalty": null,
|
| 120 |
+
"finetuning_task": null,
|
| 121 |
+
"forced_bos_token_id": null,
|
| 122 |
+
"forced_eos_token_id": null,
|
| 123 |
+
"id2label": {
|
| 124 |
+
"0": "LABEL_0",
|
| 125 |
+
"1": "LABEL_1"
|
| 126 |
+
},
|
| 127 |
+
"is_decoder": false,
|
| 128 |
+
"is_encoder_decoder": false,
|
| 129 |
+
"label2id": {
|
| 130 |
+
"LABEL_0": 0,
|
| 131 |
+
"LABEL_1": 1
|
| 132 |
+
},
|
| 133 |
+
"length_penalty": 1.0,
|
| 134 |
+
"max_length": 20,
|
| 135 |
+
"min_length": 0,
|
| 136 |
+
"mm_projector_type": "mlp_downsample_2x2_fix",
|
| 137 |
+
"model_type": "v2l_projector",
|
| 138 |
+
"no_repeat_ngram_size": 0,
|
| 139 |
+
"num_beam_groups": 1,
|
| 140 |
+
"num_beams": 1,
|
| 141 |
+
"num_return_sequences": 1,
|
| 142 |
+
"output_attentions": false,
|
| 143 |
+
"output_hidden_states": false,
|
| 144 |
+
"output_scores": false,
|
| 145 |
+
"pad_token_id": null,
|
| 146 |
+
"prefix": null,
|
| 147 |
+
"problem_type": null,
|
| 148 |
+
"pruned_heads": {},
|
| 149 |
+
"remove_invalid_values": false,
|
| 150 |
+
"repetition_penalty": 1.0,
|
| 151 |
+
"return_dict": true,
|
| 152 |
+
"return_dict_in_generate": false,
|
| 153 |
+
"sep_token_id": null,
|
| 154 |
+
"suppress_tokens": null,
|
| 155 |
+
"task_specific_params": null,
|
| 156 |
+
"temperature": 1.0,
|
| 157 |
+
"tf_legacy_loss": false,
|
| 158 |
+
"tie_encoder_decoder": false,
|
| 159 |
+
"tie_word_embeddings": true,
|
| 160 |
+
"tokenizer_class": null,
|
| 161 |
+
"top_k": 50,
|
| 162 |
+
"top_p": 1.0,
|
| 163 |
+
"torch_dtype": "bfloat16",
|
| 164 |
+
"torchscript": false,
|
| 165 |
+
"typical_p": 1.0,
|
| 166 |
+
"use_bfloat16": false
|
| 167 |
+
},
|
| 168 |
+
"mm_projector_lr": null,
|
| 169 |
+
"mm_use_im_patch_token": true,
|
| 170 |
+
"mm_use_im_start_end": false,
|
| 171 |
+
"mm_vision_select_feature": "cls_patch",
|
| 172 |
+
"mm_vision_select_layer": -2,
|
| 173 |
+
"model_dtype": "torch.bfloat16",
|
| 174 |
+
"model_type": "llava_llama",
|
| 175 |
+
"num_time_tokens": 0,
|
| 176 |
+
"num_video_frames": 128,
|
| 177 |
+
"resume_path": "./output/qwen2-7b-448-baseline-v13-sft-20241008072327-64k-fromstage3-256frames-hd-tile2-run2",
|
| 178 |
+
"s2": false,
|
| 179 |
+
"s2_max_split_size": 336,
|
| 180 |
+
"s2_resize_output_to_scale_idx": 0,
|
| 181 |
+
"s2_scales": "336,672,1008",
|
| 182 |
+
"soft_ce_std": 1.0,
|
| 183 |
+
"time_token_format": "<t{t}>",
|
| 184 |
+
"time_token_ids": [],
|
| 185 |
+
"transformers_version": "4.46.0",
|
| 186 |
+
"tune_language_model": true,
|
| 187 |
+
"tune_mm_projector": true,
|
| 188 |
+
"tune_vision_tower": true,
|
| 189 |
+
"vision_resolution": -1,
|
| 190 |
+
"vision_tower_cfg": {
|
| 191 |
+
"_attn_implementation_autoset": false,
|
| 192 |
+
"_name_or_path": "./output/qwen2-7b-448-baseline-v13-sft-20241008072327-64k-fromstage3-256frames-hd-tile2-run2/vision_tower",
|
| 193 |
+
"add_cross_attention": false,
|
| 194 |
+
"architectures": [
|
| 195 |
+
"SiglipVisionModel"
|
| 196 |
+
],
|
| 197 |
+
"attention_dropout": 0.0,
|
| 198 |
+
"bad_words_ids": null,
|
| 199 |
+
"begin_suppress_tokens": null,
|
| 200 |
+
"bos_token_id": null,
|
| 201 |
+
"chunk_size_feed_forward": 0,
|
| 202 |
+
"cross_attention_hidden_size": null,
|
| 203 |
+
"decoder_start_token_id": null,
|
| 204 |
+
"diversity_penalty": 0.0,
|
| 205 |
+
"do_sample": false,
|
| 206 |
+
"early_stopping": false,
|
| 207 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 208 |
+
"eos_token_id": null,
|
| 209 |
+
"exponential_decay_length_penalty": null,
|
| 210 |
+
"finetuning_task": null,
|
| 211 |
+
"forced_bos_token_id": null,
|
| 212 |
+
"forced_eos_token_id": null,
|
| 213 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 214 |
+
"hidden_size": 1152,
|
| 215 |
+
"id2label": {
|
| 216 |
+
"0": "LABEL_0",
|
| 217 |
+
"1": "LABEL_1"
|
| 218 |
+
},
|
| 219 |
+
"image_size": 448,
|
| 220 |
+
"intermediate_size": 4304,
|
| 221 |
+
"is_decoder": false,
|
| 222 |
+
"is_encoder_decoder": false,
|
| 223 |
+
"label2id": {
|
| 224 |
+
"LABEL_0": 0,
|
| 225 |
+
"LABEL_1": 1
|
| 226 |
+
},
|
| 227 |
+
"layer_norm_eps": 1e-06,
|
| 228 |
+
"length_penalty": 1.0,
|
| 229 |
+
"max_length": 20,
|
| 230 |
+
"min_length": 0,
|
| 231 |
+
"model_type": "siglip_vision_model",
|
| 232 |
+
"no_repeat_ngram_size": 0,
|
| 233 |
+
"num_attention_heads": 16,
|
| 234 |
+
"num_beam_groups": 1,
|
| 235 |
+
"num_beams": 1,
|
| 236 |
+
"num_channels": 3,
|
| 237 |
+
"num_hidden_layers": 27,
|
| 238 |
+
"num_image_tokens": 256,
|
| 239 |
+
"num_return_sequences": 1,
|
| 240 |
+
"output_attentions": false,
|
| 241 |
+
"output_hidden_states": false,
|
| 242 |
+
"output_scores": false,
|
| 243 |
+
"pad_token_id": null,
|
| 244 |
+
"patch_size": 14,
|
| 245 |
+
"prefix": null,
|
| 246 |
+
"problem_type": null,
|
| 247 |
+
"projection_dim": 2048,
|
| 248 |
+
"projector_hidden_act": "gelu_fast",
|
| 249 |
+
"pruned_heads": {},
|
| 250 |
+
"remove_invalid_values": false,
|
| 251 |
+
"repetition_penalty": 1.0,
|
| 252 |
+
"return_dict": true,
|
| 253 |
+
"return_dict_in_generate": false,
|
| 254 |
+
"sep_token_id": null,
|
| 255 |
+
"suppress_tokens": null,
|
| 256 |
+
"task_specific_params": null,
|
| 257 |
+
"temperature": 1.0,
|
| 258 |
+
"tf_legacy_loss": false,
|
| 259 |
+
"tie_encoder_decoder": false,
|
| 260 |
+
"tie_word_embeddings": true,
|
| 261 |
+
"tokenizer_class": null,
|
| 262 |
+
"top_k": 50,
|
| 263 |
+
"top_p": 1.0,
|
| 264 |
+
"torch_dtype": "bfloat16",
|
| 265 |
+
"torchscript": false,
|
| 266 |
+
"typical_p": 1.0,
|
| 267 |
+
"use_bfloat16": false,
|
| 268 |
+
"vision_use_head": false
|
| 269 |
+
}
|
| 270 |
+
}
|
llm/added_tokens.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"<|endoftext|>": 151643,
|
| 3 |
+
"<|im_end|>": 151645,
|
| 4 |
+
"<|im_start|>": 151644,
|
| 5 |
+
"[BOS]": 151646,
|
| 6 |
+
"[PAD]": 151647
|
| 7 |
+
}
|
llm/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "./output/qwen2-7b-448-baseline-v13-sft-20241008072327-64k-fromstage3-256frames-hd-tile2-run2/llm",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"Qwen2ForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 151643,
|
| 8 |
+
"eos_token_id": 151645,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 3584,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 18944,
|
| 13 |
+
"max_position_embeddings": 131072,
|
| 14 |
+
"max_window_layers": 28,
|
| 15 |
+
"model_max_length": 131072,
|
| 16 |
+
"model_type": "qwen2",
|
| 17 |
+
"num_attention_heads": 28,
|
| 18 |
+
"num_hidden_layers": 28,
|
| 19 |
+
"num_key_value_heads": 4,
|
| 20 |
+
"rms_norm_eps": 1e-06,
|
| 21 |
+
"rope_scaling": null,
|
| 22 |
+
"rope_theta": 15300000,
|
| 23 |
+
"sliding_window": null,
|
| 24 |
+
"tie_word_embeddings": false,
|
| 25 |
+
"tokenizer_model_max_length": 131072,
|
| 26 |
+
"tokenizer_padding_side": "right",
|
| 27 |
+
"torch_dtype": "bfloat16",
|
| 28 |
+
"transformers_version": "4.46.0",
|
| 29 |
+
"use_cache": true,
|
| 30 |
+
"use_sliding_window": false,
|
| 31 |
+
"vocab_size": 151648
|
| 32 |
+
}
|
llm/generation_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 151643,
|
| 3 |
+
"do_sample": true,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
151645,
|
| 6 |
+
151643
|
| 7 |
+
],
|
| 8 |
+
"pad_token_id": 151643,
|
| 9 |
+
"repetition_penalty": 1.05,
|
| 10 |
+
"temperature": 0.7,
|
| 11 |
+
"top_k": 20,
|
| 12 |
+
"top_p": 0.8,
|
| 13 |
+
"transformers_version": "4.46.0"
|
| 14 |
+
}
|
llm/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
llm/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3b7b9d8687fb66bfe52cb5efb9e5ae659098c20cf4ae60f6f0855dc23113168
|
| 3 |
+
size 4874678888
|
llm/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52bfdc3dc48b0d1fe1ffb5192506eff445df2523a7d4bc726e20a3075b0880a1
|
| 3 |
+
size 4932751008
|
llm/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03fc8dd710321e5920b6f36e5ac2e6b91c2c41cbfc33069b7e5f9b41c1960a9c
|
| 3 |
+
size 4330865200
|
llm/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:585b1ef951780ef86cdeff49f507d65f1d1f2d9e58aa37d03886555a853d7546
|
| 3 |
+
size 1087012992
|
llm/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,346 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 15225269248
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 33 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 34 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 35 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 36 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 37 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 38 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 39 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.18.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 129 |
+
"model.layers.18.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 130 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 133 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 141 |
+
"model.layers.19.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 142 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 143 |
+
"model.layers.19.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 144 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 145 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 146 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 147 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 148 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 149 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 150 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 151 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 152 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 153 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 154 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 155 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 156 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 157 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 158 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 159 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 160 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 161 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 162 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 163 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 164 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 165 |
+
"model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 166 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 167 |
+
"model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 168 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 169 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 170 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 171 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 172 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 173 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 174 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 175 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 176 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 177 |
+
"model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 178 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 179 |
+
"model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 180 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 181 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 182 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 183 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 184 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 201 |
+
"model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 202 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 203 |
+
"model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 204 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 205 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 206 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 207 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 208 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 209 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 210 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 211 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 212 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 213 |
+
"model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 214 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 215 |
+
"model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 216 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 261 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 262 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 263 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 264 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 265 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 266 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 267 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 268 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 269 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 270 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 271 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 272 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 273 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 274 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 275 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 276 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 277 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 278 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 279 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 280 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 281 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 284 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 285 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 286 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 287 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 288 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 289 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 294 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 295 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 297 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 298 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 299 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 300 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 302 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 303 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 304 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 305 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 306 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 307 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 308 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 309 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
|
| 310 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors",
|
| 311 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors",
|
| 312 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 313 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 314 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 315 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 316 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 317 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 318 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 319 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 320 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 321 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 322 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 323 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 324 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 325 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 326 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 327 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 328 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 329 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 330 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 331 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 332 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 333 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
|
| 334 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors",
|
| 335 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors",
|
| 336 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 337 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 338 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 339 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 340 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 341 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 342 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 343 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 344 |
+
"model.norm.weight": "model-00003-of-00004.safetensors"
|
| 345 |
+
}
|
| 346 |
+
}
|
llm/special_tokens_map.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>"
|
| 5 |
+
],
|
| 6 |
+
"bos_token": {
|
| 7 |
+
"content": "[BOS]",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false
|
| 12 |
+
},
|
| 13 |
+
"eos_token": {
|
| 14 |
+
"content": "<|im_end|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false
|
| 19 |
+
},
|
| 20 |
+
"pad_token": {
|
| 21 |
+
"content": "[PAD]",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false
|
| 26 |
+
}
|
| 27 |
+
}
|
llm/tokenizer_config.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"151643": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"151644": {
|
| 13 |
+
"content": "<|im_start|>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"151645": {
|
| 21 |
+
"content": "<|im_end|>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"151646": {
|
| 29 |
+
"content": "[BOS]",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"151647": {
|
| 37 |
+
"content": "[PAD]",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"additional_special_tokens": [
|
| 46 |
+
"<|im_start|>",
|
| 47 |
+
"<|im_end|>"
|
| 48 |
+
],
|
| 49 |
+
"bos_token": "[BOS]",
|
| 50 |
+
"chat_template": "{% if messages[0]['role'] != 'system' %}{{ '<|im_start|>system\\nYou are a helpful assistant<|im_end|>\\n' }}{% endif %}{% for message in messages if message['content'] is not none %}{{ '<|im_start|>' + message['role'] + '\\n' + message['content'] + '<|im_end|>' + '\\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\\n' }}{% endif %}",
|
| 51 |
+
"clean_up_tokenization_spaces": false,
|
| 52 |
+
"eos_token": "<|im_end|>",
|
| 53 |
+
"errors": "replace",
|
| 54 |
+
"legacy": false,
|
| 55 |
+
"model_max_length": 131072,
|
| 56 |
+
"pad_token": "[PAD]",
|
| 57 |
+
"padding_side": "right",
|
| 58 |
+
"split_special_tokens": false,
|
| 59 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 60 |
+
"unk_token": null
|
| 61 |
+
}
|
llm/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mm_projector/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "./output/qwen2-7b-448-baseline-v13-sft-20241008072327-64k-fromstage3-256frames-hd-tile2-run2/mm_projector",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MultimodalProjector"
|
| 5 |
+
],
|
| 6 |
+
"mm_projector_type": "mlp_downsample_2x2_fix",
|
| 7 |
+
"model_type": "v2l_projector",
|
| 8 |
+
"torch_dtype": "bfloat16",
|
| 9 |
+
"transformers_version": "4.46.0"
|
| 10 |
+
}
|
mm_projector/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b6ec64f81f87d4bd3b6ab1a56f99f693a4f9f86583ab26b80dff87e12b94a7c
|
| 3 |
+
size 58753552
|
trainer_state.json
ADDED
|
@@ -0,0 +1,1512 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 5.996835443037975,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 210,
|
| 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.03,
|
| 13 |
+
"grad_norm": 10.745909104013029,
|
| 14 |
+
"learning_rate": 2.8571428571428573e-06,
|
| 15 |
+
"loss": 3.7358,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.06,
|
| 20 |
+
"grad_norm": 11.845140833151277,
|
| 21 |
+
"learning_rate": 5.7142857142857145e-06,
|
| 22 |
+
"loss": 3.6856,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.09,
|
| 27 |
+
"grad_norm": 11.845140833151277,
|
| 28 |
+
"learning_rate": 5.7142857142857145e-06,
|
| 29 |
+
"loss": 3.2154,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.11,
|
| 34 |
+
"grad_norm": 11.845140833151277,
|
| 35 |
+
"learning_rate": 5.7142857142857145e-06,
|
| 36 |
+
"loss": 3.5768,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.14,
|
| 41 |
+
"grad_norm": 11.845140833151277,
|
| 42 |
+
"learning_rate": 5.7142857142857145e-06,
|
| 43 |
+
"loss": 3.7658,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.17,
|
| 48 |
+
"grad_norm": 8.676633993597468,
|
| 49 |
+
"learning_rate": 8.571428571428571e-06,
|
| 50 |
+
"loss": 3.0183,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.2,
|
| 55 |
+
"grad_norm": 8.614508991145888,
|
| 56 |
+
"learning_rate": 1.1428571428571429e-05,
|
| 57 |
+
"loss": 3.4849,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.23,
|
| 62 |
+
"grad_norm": 8.614508991145888,
|
| 63 |
+
"learning_rate": 1.1428571428571429e-05,
|
| 64 |
+
"loss": 3.6352,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.26,
|
| 69 |
+
"grad_norm": 6.822334238607632,
|
| 70 |
+
"learning_rate": 1.4285714285714287e-05,
|
| 71 |
+
"loss": 3.4481,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.28,
|
| 76 |
+
"grad_norm": 9.922253600804103,
|
| 77 |
+
"learning_rate": 1.7142857142857142e-05,
|
| 78 |
+
"loss": 3.2409,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.31,
|
| 83 |
+
"grad_norm": 15.131671312747258,
|
| 84 |
+
"learning_rate": 2e-05,
|
| 85 |
+
"loss": 4.014,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.34,
|
| 90 |
+
"grad_norm": 10.832518268660342,
|
| 91 |
+
"learning_rate": 1.9998802517966852e-05,
|
| 92 |
+
"loss": 3.43,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.37,
|
| 97 |
+
"grad_norm": 10.832518268660342,
|
| 98 |
+
"learning_rate": 1.9998802517966852e-05,
|
| 99 |
+
"loss": 3.8237,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.4,
|
| 104 |
+
"grad_norm": 10.832518268660342,
|
| 105 |
+
"learning_rate": 1.9998802517966852e-05,
|
| 106 |
+
"loss": 3.3954,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.43,
|
| 111 |
+
"grad_norm": 10.832518268660342,
|
| 112 |
+
"learning_rate": 1.9998802517966852e-05,
|
| 113 |
+
"loss": 3.8053,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.46,
|
| 118 |
+
"grad_norm": 10.832518268660342,
|
| 119 |
+
"learning_rate": 1.9998802517966852e-05,
|
| 120 |
+
"loss": 2.9549,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.48,
|
| 125 |
+
"grad_norm": 10.832518268660342,
|
| 126 |
+
"learning_rate": 1.9998802517966852e-05,
|
| 127 |
+
"loss": 3.3261,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.51,
|
| 132 |
+
"grad_norm": 10.832518268660342,
|
| 133 |
+
"learning_rate": 1.9998802517966852e-05,
|
| 134 |
+
"loss": 3.3888,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.54,
|
| 139 |
+
"grad_norm": 10.832518268660342,
|
| 140 |
+
"learning_rate": 1.9998802517966852e-05,
|
| 141 |
+
"loss": 3.1681,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.57,
|
| 146 |
+
"grad_norm": 9.859756972439765,
|
| 147 |
+
"learning_rate": 1.9995210358660037e-05,
|
| 148 |
+
"loss": 3.3455,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.6,
|
| 153 |
+
"grad_norm": 8.150942345154002,
|
| 154 |
+
"learning_rate": 1.9989224382388813e-05,
|
| 155 |
+
"loss": 3.4818,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.63,
|
| 160 |
+
"grad_norm": 8.547022254412862,
|
| 161 |
+
"learning_rate": 1.9980846022772978e-05,
|
| 162 |
+
"loss": 3.6079,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.66,
|
| 167 |
+
"grad_norm": 8.547022254412862,
|
| 168 |
+
"learning_rate": 1.9980846022772978e-05,
|
| 169 |
+
"loss": 3.0004,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.68,
|
| 174 |
+
"grad_norm": 7.504048709301798,
|
| 175 |
+
"learning_rate": 1.997007728639956e-05,
|
| 176 |
+
"loss": 3.3215,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.71,
|
| 181 |
+
"grad_norm": 6.539987611168741,
|
| 182 |
+
"learning_rate": 1.9956920752342226e-05,
|
| 183 |
+
"loss": 3.0279,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.74,
|
| 188 |
+
"grad_norm": 6.539987611168741,
|
| 189 |
+
"learning_rate": 1.9956920752342226e-05,
|
| 190 |
+
"loss": 3.4405,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.77,
|
| 195 |
+
"grad_norm": 6.539987611168741,
|
| 196 |
+
"learning_rate": 1.9956920752342226e-05,
|
| 197 |
+
"loss": 3.0967,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.8,
|
| 202 |
+
"grad_norm": 6.539987611168741,
|
| 203 |
+
"learning_rate": 1.9956920752342226e-05,
|
| 204 |
+
"loss": 3.088,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.83,
|
| 209 |
+
"grad_norm": 6.539987611168741,
|
| 210 |
+
"learning_rate": 1.9956920752342226e-05,
|
| 211 |
+
"loss": 2.7919,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.85,
|
| 216 |
+
"grad_norm": 5.442478841503217,
|
| 217 |
+
"learning_rate": 1.9941379571543597e-05,
|
| 218 |
+
"loss": 3.4199,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.88,
|
| 223 |
+
"grad_norm": 5.442478841503217,
|
| 224 |
+
"learning_rate": 1.9941379571543597e-05,
|
| 225 |
+
"loss": 3.1446,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.91,
|
| 230 |
+
"grad_norm": 4.683918200190512,
|
| 231 |
+
"learning_rate": 1.9923457466060637e-05,
|
| 232 |
+
"loss": 3.2384,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.94,
|
| 237 |
+
"grad_norm": 4.829342444256826,
|
| 238 |
+
"learning_rate": 1.9903158728173206e-05,
|
| 239 |
+
"loss": 3.1535,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.97,
|
| 244 |
+
"grad_norm": 4.829342444256826,
|
| 245 |
+
"learning_rate": 1.9903158728173206e-05,
|
| 246 |
+
"loss": 2.8555,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 1.0,
|
| 251 |
+
"grad_norm": 4.829342444256826,
|
| 252 |
+
"learning_rate": 1.9903158728173206e-05,
|
| 253 |
+
"loss": 2.7903,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 1.02,
|
| 258 |
+
"grad_norm": 9.6288495968318,
|
| 259 |
+
"learning_rate": 1.9880488219356086e-05,
|
| 260 |
+
"loss": 4.6632,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 1.05,
|
| 265 |
+
"grad_norm": 4.404098574989548,
|
| 266 |
+
"learning_rate": 1.9855451369114677e-05,
|
| 267 |
+
"loss": 2.9321,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 1.08,
|
| 272 |
+
"grad_norm": 4.404098574989548,
|
| 273 |
+
"learning_rate": 1.9855451369114677e-05,
|
| 274 |
+
"loss": 2.4582,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 1.11,
|
| 279 |
+
"grad_norm": 4.404098574989548,
|
| 280 |
+
"learning_rate": 1.9855451369114677e-05,
|
| 281 |
+
"loss": 3.016,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 1.14,
|
| 286 |
+
"grad_norm": 4.404098574989548,
|
| 287 |
+
"learning_rate": 1.9855451369114677e-05,
|
| 288 |
+
"loss": 3.0601,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 1.16,
|
| 293 |
+
"grad_norm": 4.404098574989548,
|
| 294 |
+
"learning_rate": 1.9855451369114677e-05,
|
| 295 |
+
"loss": 2.3929,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 1.19,
|
| 300 |
+
"grad_norm": 4.266672410944561,
|
| 301 |
+
"learning_rate": 1.9828054173684646e-05,
|
| 302 |
+
"loss": 2.3491,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 1.22,
|
| 307 |
+
"grad_norm": 4.266672410944561,
|
| 308 |
+
"learning_rate": 1.9828054173684646e-05,
|
| 309 |
+
"loss": 3.1275,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 1.25,
|
| 314 |
+
"grad_norm": 4.534933083803799,
|
| 315 |
+
"learning_rate": 1.9798303194595846e-05,
|
| 316 |
+
"loss": 2.7681,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 1.28,
|
| 321 |
+
"grad_norm": 4.3832140222345215,
|
| 322 |
+
"learning_rate": 1.976620555710087e-05,
|
| 323 |
+
"loss": 2.569,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 1.31,
|
| 328 |
+
"grad_norm": 5.567358591451238,
|
| 329 |
+
"learning_rate": 1.973176894846855e-05,
|
| 330 |
+
"loss": 2.6533,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 1.34,
|
| 335 |
+
"grad_norm": 4.972447642952155,
|
| 336 |
+
"learning_rate": 1.9695001616142916e-05,
|
| 337 |
+
"loss": 2.4035,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 1.36,
|
| 342 |
+
"grad_norm": 4.972447642952155,
|
| 343 |
+
"learning_rate": 1.9695001616142916e-05,
|
| 344 |
+
"loss": 3.6331,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 1.39,
|
| 349 |
+
"grad_norm": 4.972447642952155,
|
| 350 |
+
"learning_rate": 1.9695001616142916e-05,
|
| 351 |
+
"loss": 3.4085,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 1.42,
|
| 356 |
+
"grad_norm": 4.972447642952155,
|
| 357 |
+
"learning_rate": 1.9695001616142916e-05,
|
| 358 |
+
"loss": 3.5906,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 1.46,
|
| 363 |
+
"grad_norm": 0.0,
|
| 364 |
+
"learning_rate": 1.9695001616142916e-05,
|
| 365 |
+
"loss": 2.8645,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 1.48,
|
| 370 |
+
"grad_norm": 0.0,
|
| 371 |
+
"learning_rate": 1.9695001616142916e-05,
|
| 372 |
+
"loss": 3.2456,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 1.51,
|
| 377 |
+
"grad_norm": 0.0,
|
| 378 |
+
"learning_rate": 1.9695001616142916e-05,
|
| 379 |
+
"loss": 3.3121,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 1.54,
|
| 384 |
+
"grad_norm": 0.0,
|
| 385 |
+
"learning_rate": 1.9695001616142916e-05,
|
| 386 |
+
"loss": 3.0871,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 1.57,
|
| 391 |
+
"grad_norm": 4.577929884798453,
|
| 392 |
+
"learning_rate": 1.965591236576794e-05,
|
| 393 |
+
"loss": 2.4911,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 1.6,
|
| 398 |
+
"grad_norm": 5.8893577161525945,
|
| 399 |
+
"learning_rate": 1.9614510559078626e-05,
|
| 400 |
+
"loss": 2.4741,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 1.63,
|
| 405 |
+
"grad_norm": 5.738612095999555,
|
| 406 |
+
"learning_rate": 1.95708061116589e-05,
|
| 407 |
+
"loss": 2.448,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 1.66,
|
| 412 |
+
"grad_norm": 5.738612095999555,
|
| 413 |
+
"learning_rate": 1.95708061116589e-05,
|
| 414 |
+
"loss": 2.9737,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 1.68,
|
| 419 |
+
"grad_norm": 5.060793895344798,
|
| 420 |
+
"learning_rate": 1.9524809490566878e-05,
|
| 421 |
+
"loss": 2.3368,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 1.71,
|
| 426 |
+
"grad_norm": 4.455225187190013,
|
| 427 |
+
"learning_rate": 1.9476531711828027e-05,
|
| 428 |
+
"loss": 2.2524,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 1.74,
|
| 433 |
+
"grad_norm": 4.455225187190013,
|
| 434 |
+
"learning_rate": 1.9476531711828027e-05,
|
| 435 |
+
"loss": 3.4379,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 1.77,
|
| 440 |
+
"grad_norm": 4.455225187190013,
|
| 441 |
+
"learning_rate": 1.9476531711828027e-05,
|
| 442 |
+
"loss": 3.1004,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 1.8,
|
| 447 |
+
"grad_norm": 4.455225187190013,
|
| 448 |
+
"learning_rate": 1.9476531711828027e-05,
|
| 449 |
+
"loss": 3.0873,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 1.83,
|
| 454 |
+
"grad_norm": 4.455225187190013,
|
| 455 |
+
"learning_rate": 1.9476531711828027e-05,
|
| 456 |
+
"loss": 2.7873,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 1.85,
|
| 461 |
+
"grad_norm": 6.133721749895579,
|
| 462 |
+
"learning_rate": 1.942598433779687e-05,
|
| 463 |
+
"loss": 2.322,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 1.88,
|
| 468 |
+
"grad_norm": 6.133721749895579,
|
| 469 |
+
"learning_rate": 1.942598433779687e-05,
|
| 470 |
+
"loss": 3.181,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 1.91,
|
| 475 |
+
"grad_norm": 5.44690388478305,
|
| 476 |
+
"learning_rate": 1.9373179474387858e-05,
|
| 477 |
+
"loss": 2.3634,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 1.94,
|
| 482 |
+
"grad_norm": 5.399452825068645,
|
| 483 |
+
"learning_rate": 1.9318129768176033e-05,
|
| 484 |
+
"loss": 2.3324,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 1.97,
|
| 489 |
+
"grad_norm": 5.399452825068645,
|
| 490 |
+
"learning_rate": 1.9318129768176033e-05,
|
| 491 |
+
"loss": 2.9248,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 2.0,
|
| 496 |
+
"grad_norm": 5.399452825068645,
|
| 497 |
+
"learning_rate": 1.9318129768176033e-05,
|
| 498 |
+
"loss": 2.8532,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 2.03,
|
| 503 |
+
"grad_norm": 5.246839436820852,
|
| 504 |
+
"learning_rate": 1.926084840336821e-05,
|
| 505 |
+
"loss": 2.8837,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 2.05,
|
| 510 |
+
"grad_norm": 6.320135133123584,
|
| 511 |
+
"learning_rate": 1.9201349098645433e-05,
|
| 512 |
+
"loss": 3.3816,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 2.08,
|
| 517 |
+
"grad_norm": 6.320135133123584,
|
| 518 |
+
"learning_rate": 1.9201349098645433e-05,
|
| 519 |
+
"loss": 2.9535,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 2.11,
|
| 524 |
+
"grad_norm": 4.3276729104087295,
|
| 525 |
+
"learning_rate": 1.9139646103877378e-05,
|
| 526 |
+
"loss": 2.8788,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 2.14,
|
| 531 |
+
"grad_norm": 5.437918020961627,
|
| 532 |
+
"learning_rate": 1.9075754196709574e-05,
|
| 533 |
+
"loss": 2.8748,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 2.17,
|
| 538 |
+
"grad_norm": 5.437918020961627,
|
| 539 |
+
"learning_rate": 1.9075754196709574e-05,
|
| 540 |
+
"loss": 2.9727,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 2.2,
|
| 545 |
+
"grad_norm": 5.437918020961627,
|
| 546 |
+
"learning_rate": 1.9075754196709574e-05,
|
| 547 |
+
"loss": 3.2969,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 2.22,
|
| 552 |
+
"grad_norm": 5.437918020961627,
|
| 553 |
+
"learning_rate": 1.9075754196709574e-05,
|
| 554 |
+
"loss": 3.0428,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 2.25,
|
| 559 |
+
"grad_norm": 5.437918020961627,
|
| 560 |
+
"learning_rate": 1.9075754196709574e-05,
|
| 561 |
+
"loss": 2.8944,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 2.28,
|
| 566 |
+
"grad_norm": 4.920021016187099,
|
| 567 |
+
"learning_rate": 1.900968867902419e-05,
|
| 568 |
+
"loss": 3.2227,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 2.31,
|
| 573 |
+
"grad_norm": 4.711625687761842,
|
| 574 |
+
"learning_rate": 1.894146537327533e-05,
|
| 575 |
+
"loss": 3.3434,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 2.34,
|
| 580 |
+
"grad_norm": 3.9759783965517874,
|
| 581 |
+
"learning_rate": 1.8871100618699553e-05,
|
| 582 |
+
"loss": 2.8305,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 2.37,
|
| 587 |
+
"grad_norm": 6.647061826435325,
|
| 588 |
+
"learning_rate": 1.8798611267402745e-05,
|
| 589 |
+
"loss": 3.6359,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 2.4,
|
| 594 |
+
"grad_norm": 6.647061826435325,
|
| 595 |
+
"learning_rate": 1.8798611267402745e-05,
|
| 596 |
+
"loss": 2.7353,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 2.42,
|
| 601 |
+
"grad_norm": 6.647061826435325,
|
| 602 |
+
"learning_rate": 1.8798611267402745e-05,
|
| 603 |
+
"loss": 3.1311,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 2.02,
|
| 608 |
+
"grad_norm": 6.461044629826689,
|
| 609 |
+
"learning_rate": 1.872401468032406e-05,
|
| 610 |
+
"loss": 3.6868,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 2.05,
|
| 615 |
+
"grad_norm": 4.5526001477701765,
|
| 616 |
+
"learning_rate": 1.864732872307804e-05,
|
| 617 |
+
"loss": 2.2986,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 2.08,
|
| 622 |
+
"grad_norm": 4.5526001477701765,
|
| 623 |
+
"learning_rate": 1.864732872307804e-05,
|
| 624 |
+
"loss": 2.41,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 2.11,
|
| 629 |
+
"grad_norm": 4.5526001477701765,
|
| 630 |
+
"learning_rate": 1.864732872307804e-05,
|
| 631 |
+
"loss": 2.9752,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 2.14,
|
| 636 |
+
"grad_norm": 4.5526001477701765,
|
| 637 |
+
"learning_rate": 1.864732872307804e-05,
|
| 638 |
+
"loss": 2.9911,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 2.16,
|
| 643 |
+
"grad_norm": 4.5526001477701765,
|
| 644 |
+
"learning_rate": 1.864732872307804e-05,
|
| 645 |
+
"loss": 2.342,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 2.19,
|
| 650 |
+
"grad_norm": 4.066251715555047,
|
| 651 |
+
"learning_rate": 1.8568571761675893e-05,
|
| 652 |
+
"loss": 1.8423,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 2.22,
|
| 657 |
+
"grad_norm": 4.066251715555047,
|
| 658 |
+
"learning_rate": 1.8568571761675893e-05,
|
| 659 |
+
"loss": 3.0791,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 2.25,
|
| 664 |
+
"grad_norm": 4.068156270977161,
|
| 665 |
+
"learning_rate": 1.8487762658126872e-05,
|
| 666 |
+
"loss": 2.1676,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 2.28,
|
| 671 |
+
"grad_norm": 3.8689084112155943,
|
| 672 |
+
"learning_rate": 1.8404920765920898e-05,
|
| 673 |
+
"loss": 1.9859,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 2.31,
|
| 678 |
+
"grad_norm": 4.7150189322065374,
|
| 679 |
+
"learning_rate": 1.8320065925393468e-05,
|
| 680 |
+
"loss": 1.885,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 2.34,
|
| 685 |
+
"grad_norm": 4.354015459893575,
|
| 686 |
+
"learning_rate": 1.8233218458973984e-05,
|
| 687 |
+
"loss": 1.605,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 2.36,
|
| 692 |
+
"grad_norm": 4.354015459893575,
|
| 693 |
+
"learning_rate": 1.8233218458973984e-05,
|
| 694 |
+
"loss": 3.7732,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 2.39,
|
| 699 |
+
"grad_norm": 4.354015459893575,
|
| 700 |
+
"learning_rate": 1.8233218458973984e-05,
|
| 701 |
+
"loss": 3.4874,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 2.42,
|
| 706 |
+
"grad_norm": 4.354015459893575,
|
| 707 |
+
"learning_rate": 1.8233218458973984e-05,
|
| 708 |
+
"loss": 3.7074,
|
| 709 |
+
"step": 100
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 2.88,
|
| 713 |
+
"grad_norm": 0.0,
|
| 714 |
+
"learning_rate": 1.8233218458973984e-05,
|
| 715 |
+
"loss": 3.2998,
|
| 716 |
+
"step": 101
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 2.91,
|
| 720 |
+
"grad_norm": 4.626614627051075,
|
| 721 |
+
"learning_rate": 1.814439916631857e-05,
|
| 722 |
+
"loss": 1.5941,
|
| 723 |
+
"step": 102
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 2.94,
|
| 727 |
+
"grad_norm": 4.983632390206286,
|
| 728 |
+
"learning_rate": 1.8053629319328662e-05,
|
| 729 |
+
"loss": 1.4982,
|
| 730 |
+
"step": 103
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 2.97,
|
| 734 |
+
"grad_norm": 4.983632390206286,
|
| 735 |
+
"learning_rate": 1.8053629319328662e-05,
|
| 736 |
+
"loss": 3.1327,
|
| 737 |
+
"step": 104
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 3.0,
|
| 741 |
+
"grad_norm": 4.983632390206286,
|
| 742 |
+
"learning_rate": 1.8053629319328662e-05,
|
| 743 |
+
"loss": 3.0876,
|
| 744 |
+
"step": 105
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 3.03,
|
| 748 |
+
"grad_norm": 4.7246349324630454,
|
| 749 |
+
"learning_rate": 1.796093065705644e-05,
|
| 750 |
+
"loss": 1.7214,
|
| 751 |
+
"step": 106
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 3.05,
|
| 755 |
+
"grad_norm": 6.478189895530414,
|
| 756 |
+
"learning_rate": 1.786632538049842e-05,
|
| 757 |
+
"loss": 2.2154,
|
| 758 |
+
"step": 107
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 3.08,
|
| 762 |
+
"grad_norm": 6.478189895530414,
|
| 763 |
+
"learning_rate": 1.786632538049842e-05,
|
| 764 |
+
"loss": 3.3134,
|
| 765 |
+
"step": 108
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 3.11,
|
| 769 |
+
"grad_norm": 5.5921238659005725,
|
| 770 |
+
"learning_rate": 1.776983614727838e-05,
|
| 771 |
+
"loss": 2.2517,
|
| 772 |
+
"step": 109
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 3.14,
|
| 776 |
+
"grad_norm": 5.534943060953176,
|
| 777 |
+
"learning_rate": 1.7671486066220965e-05,
|
| 778 |
+
"loss": 2.082,
|
| 779 |
+
"step": 110
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 3.17,
|
| 783 |
+
"grad_norm": 5.534943060953176,
|
| 784 |
+
"learning_rate": 1.7671486066220965e-05,
|
| 785 |
+
"loss": 3.1982,
|
| 786 |
+
"step": 111
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 3.2,
|
| 790 |
+
"grad_norm": 5.534943060953176,
|
| 791 |
+
"learning_rate": 1.7671486066220965e-05,
|
| 792 |
+
"loss": 3.5452,
|
| 793 |
+
"step": 112
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 3.22,
|
| 797 |
+
"grad_norm": 5.534943060953176,
|
| 798 |
+
"learning_rate": 1.7671486066220965e-05,
|
| 799 |
+
"loss": 3.2572,
|
| 800 |
+
"step": 113
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 3.25,
|
| 804 |
+
"grad_norm": 5.534943060953176,
|
| 805 |
+
"learning_rate": 1.7671486066220965e-05,
|
| 806 |
+
"loss": 3.093,
|
| 807 |
+
"step": 114
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 3.28,
|
| 811 |
+
"grad_norm": 6.028567841224762,
|
| 812 |
+
"learning_rate": 1.757129869181718e-05,
|
| 813 |
+
"loss": 2.4001,
|
| 814 |
+
"step": 115
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 3.31,
|
| 818 |
+
"grad_norm": 6.3075138811264475,
|
| 819 |
+
"learning_rate": 1.746929801858317e-05,
|
| 820 |
+
"loss": 2.547,
|
| 821 |
+
"step": 116
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 3.34,
|
| 825 |
+
"grad_norm": 5.078979153195962,
|
| 826 |
+
"learning_rate": 1.736550847531366e-05,
|
| 827 |
+
"loss": 2.2615,
|
| 828 |
+
"step": 117
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 3.37,
|
| 832 |
+
"grad_norm": 6.8686015465430925,
|
| 833 |
+
"learning_rate": 1.725995491923131e-05,
|
| 834 |
+
"loss": 2.5536,
|
| 835 |
+
"step": 118
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 3.4,
|
| 839 |
+
"grad_norm": 6.8686015465430925,
|
| 840 |
+
"learning_rate": 1.725995491923131e-05,
|
| 841 |
+
"loss": 2.9249,
|
| 842 |
+
"step": 119
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 3.42,
|
| 846 |
+
"grad_norm": 6.8686015465430925,
|
| 847 |
+
"learning_rate": 1.725995491923131e-05,
|
| 848 |
+
"loss": 3.3196,
|
| 849 |
+
"step": 120
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 3.45,
|
| 853 |
+
"grad_norm": 6.790172880419949,
|
| 854 |
+
"learning_rate": 1.7152662630033506e-05,
|
| 855 |
+
"loss": 2.9955,
|
| 856 |
+
"step": 121
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 3.48,
|
| 860 |
+
"grad_norm": 6.536740333558469,
|
| 861 |
+
"learning_rate": 1.7043657303837965e-05,
|
| 862 |
+
"loss": 3.3799,
|
| 863 |
+
"step": 122
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 3.51,
|
| 867 |
+
"grad_norm": 6.536740333558469,
|
| 868 |
+
"learning_rate": 1.7043657303837965e-05,
|
| 869 |
+
"loss": 3.1293,
|
| 870 |
+
"step": 123
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 3.54,
|
| 874 |
+
"grad_norm": 7.076899389694803,
|
| 875 |
+
"learning_rate": 1.693296504702862e-05,
|
| 876 |
+
"loss": 3.7154,
|
| 877 |
+
"step": 124
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 3.57,
|
| 881 |
+
"grad_norm": 7.076899389694803,
|
| 882 |
+
"learning_rate": 1.693296504702862e-05,
|
| 883 |
+
"loss": 3.01,
|
| 884 |
+
"step": 125
|
| 885 |
+
},
|
| 886 |
+
{
|
| 887 |
+
"epoch": 3.59,
|
| 888 |
+
"grad_norm": 7.076899389694803,
|
| 889 |
+
"learning_rate": 1.693296504702862e-05,
|
| 890 |
+
"loss": 3.0141,
|
| 891 |
+
"step": 126
|
| 892 |
+
},
|
| 893 |
+
{
|
| 894 |
+
"epoch": 3.62,
|
| 895 |
+
"grad_norm": 7.076899389694803,
|
| 896 |
+
"learning_rate": 1.693296504702862e-05,
|
| 897 |
+
"loss": 3.4354,
|
| 898 |
+
"step": 127
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"epoch": 3.65,
|
| 902 |
+
"grad_norm": 7.076899389694803,
|
| 903 |
+
"learning_rate": 1.693296504702862e-05,
|
| 904 |
+
"loss": 2.937,
|
| 905 |
+
"step": 128
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"epoch": 3.68,
|
| 909 |
+
"grad_norm": 7.31807712363732,
|
| 910 |
+
"learning_rate": 1.682061237000322e-05,
|
| 911 |
+
"loss": 3.1611,
|
| 912 |
+
"step": 129
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"epoch": 3.71,
|
| 916 |
+
"grad_norm": 7.31807712363732,
|
| 917 |
+
"learning_rate": 1.682061237000322e-05,
|
| 918 |
+
"loss": 3.0004,
|
| 919 |
+
"step": 130
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"epoch": 3.74,
|
| 923 |
+
"grad_norm": 7.31807712363732,
|
| 924 |
+
"learning_rate": 1.682061237000322e-05,
|
| 925 |
+
"loss": 3.0685,
|
| 926 |
+
"step": 131
|
| 927 |
+
},
|
| 928 |
+
{
|
| 929 |
+
"epoch": 3.77,
|
| 930 |
+
"grad_norm": 6.751859406216805,
|
| 931 |
+
"learning_rate": 1.6706626180824185e-05,
|
| 932 |
+
"loss": 3.1218,
|
| 933 |
+
"step": 132
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"epoch": 3.79,
|
| 937 |
+
"grad_norm": 6.085383457658417,
|
| 938 |
+
"learning_rate": 1.659103377877423e-05,
|
| 939 |
+
"loss": 3.0829,
|
| 940 |
+
"step": 133
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"epoch": 3.82,
|
| 944 |
+
"grad_norm": 6.085383457658417,
|
| 945 |
+
"learning_rate": 1.659103377877423e-05,
|
| 946 |
+
"loss": 3.1848,
|
| 947 |
+
"step": 134
|
| 948 |
+
},
|
| 949 |
+
{
|
| 950 |
+
"epoch": 3.85,
|
| 951 |
+
"grad_norm": 6.085383457658417,
|
| 952 |
+
"learning_rate": 1.659103377877423e-05,
|
| 953 |
+
"loss": 3.0089,
|
| 954 |
+
"step": 135
|
| 955 |
+
},
|
| 956 |
+
{
|
| 957 |
+
"epoch": 3.02,
|
| 958 |
+
"grad_norm": 9.365062981714178,
|
| 959 |
+
"learning_rate": 1.647386284781828e-05,
|
| 960 |
+
"loss": 3.6731,
|
| 961 |
+
"step": 136
|
| 962 |
+
},
|
| 963 |
+
{
|
| 964 |
+
"epoch": 3.05,
|
| 965 |
+
"grad_norm": 6.610030487412542,
|
| 966 |
+
"learning_rate": 1.6355141449973254e-05,
|
| 967 |
+
"loss": 1.9927,
|
| 968 |
+
"step": 137
|
| 969 |
+
},
|
| 970 |
+
{
|
| 971 |
+
"epoch": 3.08,
|
| 972 |
+
"grad_norm": 6.610030487412542,
|
| 973 |
+
"learning_rate": 1.6355141449973254e-05,
|
| 974 |
+
"loss": 2.4353,
|
| 975 |
+
"step": 138
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"epoch": 3.11,
|
| 979 |
+
"grad_norm": 6.610030487412542,
|
| 980 |
+
"learning_rate": 1.6355141449973254e-05,
|
| 981 |
+
"loss": 3.0121,
|
| 982 |
+
"step": 139
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"epoch": 3.14,
|
| 986 |
+
"grad_norm": 6.610030487412542,
|
| 987 |
+
"learning_rate": 1.6355141449973254e-05,
|
| 988 |
+
"loss": 3.0222,
|
| 989 |
+
"step": 140
|
| 990 |
+
},
|
| 991 |
+
{
|
| 992 |
+
"epoch": 3.16,
|
| 993 |
+
"grad_norm": 6.610030487412542,
|
| 994 |
+
"learning_rate": 1.6355141449973254e-05,
|
| 995 |
+
"loss": 2.3583,
|
| 996 |
+
"step": 141
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"epoch": 3.19,
|
| 1000 |
+
"grad_norm": 5.5450540859525095,
|
| 1001 |
+
"learning_rate": 1.6234898018587336e-05,
|
| 1002 |
+
"loss": 1.5504,
|
| 1003 |
+
"step": 142
|
| 1004 |
+
},
|
| 1005 |
+
{
|
| 1006 |
+
"epoch": 3.22,
|
| 1007 |
+
"grad_norm": 5.5450540859525095,
|
| 1008 |
+
"learning_rate": 1.6234898018587336e-05,
|
| 1009 |
+
"loss": 3.111,
|
| 1010 |
+
"step": 143
|
| 1011 |
+
},
|
| 1012 |
+
{
|
| 1013 |
+
"epoch": 3.25,
|
| 1014 |
+
"grad_norm": 5.733431452998195,
|
| 1015 |
+
"learning_rate": 1.611316135153026e-05,
|
| 1016 |
+
"loss": 1.7954,
|
| 1017 |
+
"step": 144
|
| 1018 |
+
},
|
| 1019 |
+
{
|
| 1020 |
+
"epoch": 3.28,
|
| 1021 |
+
"grad_norm": 5.034610729523613,
|
| 1022 |
+
"learning_rate": 1.598996060429634e-05,
|
| 1023 |
+
"loss": 1.6,
|
| 1024 |
+
"step": 145
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"epoch": 3.31,
|
| 1028 |
+
"grad_norm": 4.914809599403493,
|
| 1029 |
+
"learning_rate": 1.586532528302183e-05,
|
| 1030 |
+
"loss": 1.4157,
|
| 1031 |
+
"step": 146
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"epoch": 3.34,
|
| 1035 |
+
"grad_norm": 4.744024069441604,
|
| 1036 |
+
"learning_rate": 1.5739285237418323e-05,
|
| 1037 |
+
"loss": 1.1664,
|
| 1038 |
+
"step": 147
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"epoch": 3.36,
|
| 1042 |
+
"grad_norm": 4.744024069441604,
|
| 1043 |
+
"learning_rate": 1.5739285237418323e-05,
|
| 1044 |
+
"loss": 3.9526,
|
| 1045 |
+
"step": 148
|
| 1046 |
+
},
|
| 1047 |
+
{
|
| 1048 |
+
"epoch": 3.39,
|
| 1049 |
+
"grad_norm": 4.744024069441604,
|
| 1050 |
+
"learning_rate": 1.5739285237418323e-05,
|
| 1051 |
+
"loss": 3.6555,
|
| 1052 |
+
"step": 149
|
| 1053 |
+
},
|
| 1054 |
+
{
|
| 1055 |
+
"epoch": 3.42,
|
| 1056 |
+
"grad_norm": 4.744024069441604,
|
| 1057 |
+
"learning_rate": 1.5739285237418323e-05,
|
| 1058 |
+
"loss": 3.8614,
|
| 1059 |
+
"step": 150
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"epoch": 4.31,
|
| 1063 |
+
"grad_norm": 4.1768497310203125,
|
| 1064 |
+
"learning_rate": 1.5611870653623826e-05,
|
| 1065 |
+
"loss": 1.1103,
|
| 1066 |
+
"step": 151
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"epoch": 4.34,
|
| 1070 |
+
"grad_norm": 3.910064558844921,
|
| 1071 |
+
"learning_rate": 1.548311204697331e-05,
|
| 1072 |
+
"loss": 1.4397,
|
| 1073 |
+
"step": 152
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"epoch": 4.37,
|
| 1077 |
+
"grad_norm": 3.910064558844921,
|
| 1078 |
+
"learning_rate": 1.548311204697331e-05,
|
| 1079 |
+
"loss": 4.2716,
|
| 1080 |
+
"step": 153
|
| 1081 |
+
},
|
| 1082 |
+
{
|
| 1083 |
+
"epoch": 4.4,
|
| 1084 |
+
"grad_norm": 3.910064558844921,
|
| 1085 |
+
"learning_rate": 1.548311204697331e-05,
|
| 1086 |
+
"loss": 3.7013,
|
| 1087 |
+
"step": 154
|
| 1088 |
+
},
|
| 1089 |
+
{
|
| 1090 |
+
"epoch": 4.43,
|
| 1091 |
+
"grad_norm": 3.910064558844921,
|
| 1092 |
+
"learning_rate": 1.548311204697331e-05,
|
| 1093 |
+
"loss": 4.1961,
|
| 1094 |
+
"step": 155
|
| 1095 |
+
},
|
| 1096 |
+
{
|
| 1097 |
+
"epoch": 4.46,
|
| 1098 |
+
"grad_norm": 3.910064558844921,
|
| 1099 |
+
"learning_rate": 1.548311204697331e-05,
|
| 1100 |
+
"loss": 3.2478,
|
| 1101 |
+
"step": 156
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"epoch": 4.48,
|
| 1105 |
+
"grad_norm": 3.910064558844921,
|
| 1106 |
+
"learning_rate": 1.548311204697331e-05,
|
| 1107 |
+
"loss": 3.6599,
|
| 1108 |
+
"step": 157
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"epoch": 4.51,
|
| 1112 |
+
"grad_norm": 3.910064558844921,
|
| 1113 |
+
"learning_rate": 1.548311204697331e-05,
|
| 1114 |
+
"loss": 3.7179,
|
| 1115 |
+
"step": 158
|
| 1116 |
+
},
|
| 1117 |
+
{
|
| 1118 |
+
"epoch": 4.54,
|
| 1119 |
+
"grad_norm": 3.910064558844921,
|
| 1120 |
+
"learning_rate": 1.548311204697331e-05,
|
| 1121 |
+
"loss": 3.5381,
|
| 1122 |
+
"step": 159
|
| 1123 |
+
},
|
| 1124 |
+
{
|
| 1125 |
+
"epoch": 4.57,
|
| 1126 |
+
"grad_norm": 5.202243594230388,
|
| 1127 |
+
"learning_rate": 1.5353040254690396e-05,
|
| 1128 |
+
"loss": 1.7474,
|
| 1129 |
+
"step": 160
|
| 1130 |
+
},
|
| 1131 |
+
{
|
| 1132 |
+
"epoch": 4.6,
|
| 1133 |
+
"grad_norm": 5.234307741068539,
|
| 1134 |
+
"learning_rate": 1.5221686428501929e-05,
|
| 1135 |
+
"loss": 1.5038,
|
| 1136 |
+
"step": 161
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"epoch": 4.63,
|
| 1140 |
+
"grad_norm": 5.454826834012641,
|
| 1141 |
+
"learning_rate": 1.5089082027177291e-05,
|
| 1142 |
+
"loss": 1.3784,
|
| 1143 |
+
"step": 162
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"epoch": 4.66,
|
| 1147 |
+
"grad_norm": 5.454826834012641,
|
| 1148 |
+
"learning_rate": 1.5089082027177291e-05,
|
| 1149 |
+
"loss": 3.3226,
|
| 1150 |
+
"step": 163
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"epoch": 4.68,
|
| 1154 |
+
"grad_norm": 5.377130386285983,
|
| 1155 |
+
"learning_rate": 1.4955258808994096e-05,
|
| 1156 |
+
"loss": 1.4163,
|
| 1157 |
+
"step": 164
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"epoch": 4.71,
|
| 1161 |
+
"grad_norm": 5.630263152807122,
|
| 1162 |
+
"learning_rate": 1.4820248824132221e-05,
|
| 1163 |
+
"loss": 1.4215,
|
| 1164 |
+
"step": 165
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"epoch": 4.74,
|
| 1168 |
+
"grad_norm": 5.630263152807122,
|
| 1169 |
+
"learning_rate": 1.4820248824132221e-05,
|
| 1170 |
+
"loss": 3.822,
|
| 1171 |
+
"step": 166
|
| 1172 |
+
},
|
| 1173 |
+
{
|
| 1174 |
+
"epoch": 4.77,
|
| 1175 |
+
"grad_norm": 5.630263152807122,
|
| 1176 |
+
"learning_rate": 1.4820248824132221e-05,
|
| 1177 |
+
"loss": 3.4931,
|
| 1178 |
+
"step": 167
|
| 1179 |
+
},
|
| 1180 |
+
{
|
| 1181 |
+
"epoch": 4.8,
|
| 1182 |
+
"grad_norm": 5.630263152807122,
|
| 1183 |
+
"learning_rate": 1.4820248824132221e-05,
|
| 1184 |
+
"loss": 3.5133,
|
| 1185 |
+
"step": 168
|
| 1186 |
+
},
|
| 1187 |
+
{
|
| 1188 |
+
"epoch": 4.83,
|
| 1189 |
+
"grad_norm": 5.630263152807122,
|
| 1190 |
+
"learning_rate": 1.4820248824132221e-05,
|
| 1191 |
+
"loss": 3.1357,
|
| 1192 |
+
"step": 169
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"epoch": 4.85,
|
| 1196 |
+
"grad_norm": 5.788425426880448,
|
| 1197 |
+
"learning_rate": 1.4684084406997903e-05,
|
| 1198 |
+
"loss": 1.2746,
|
| 1199 |
+
"step": 170
|
| 1200 |
+
},
|
| 1201 |
+
{
|
| 1202 |
+
"epoch": 4.88,
|
| 1203 |
+
"grad_norm": 5.788425426880448,
|
| 1204 |
+
"learning_rate": 1.4684084406997903e-05,
|
| 1205 |
+
"loss": 3.5869,
|
| 1206 |
+
"step": 171
|
| 1207 |
+
},
|
| 1208 |
+
{
|
| 1209 |
+
"epoch": 4.91,
|
| 1210 |
+
"grad_norm": 4.874795766816558,
|
| 1211 |
+
"learning_rate": 1.4546798168479756e-05,
|
| 1212 |
+
"loss": 0.8619,
|
| 1213 |
+
"step": 172
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"epoch": 4.94,
|
| 1217 |
+
"grad_norm": 4.729179130081543,
|
| 1218 |
+
"learning_rate": 1.4408422988138585e-05,
|
| 1219 |
+
"loss": 0.765,
|
| 1220 |
+
"step": 173
|
| 1221 |
+
},
|
| 1222 |
+
{
|
| 1223 |
+
"epoch": 4.97,
|
| 1224 |
+
"grad_norm": 4.729179130081543,
|
| 1225 |
+
"learning_rate": 1.4408422988138585e-05,
|
| 1226 |
+
"loss": 3.3551,
|
| 1227 |
+
"step": 174
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"epoch": 5.0,
|
| 1231 |
+
"grad_norm": 4.729179130081543,
|
| 1232 |
+
"learning_rate": 1.4408422988138585e-05,
|
| 1233 |
+
"loss": 3.3105,
|
| 1234 |
+
"step": 175
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"epoch": 5.03,
|
| 1238 |
+
"grad_norm": 5.290997290947021,
|
| 1239 |
+
"learning_rate": 1.4268992006332847e-05,
|
| 1240 |
+
"loss": 0.826,
|
| 1241 |
+
"step": 176
|
| 1242 |
+
},
|
| 1243 |
+
{
|
| 1244 |
+
"epoch": 5.05,
|
| 1245 |
+
"grad_norm": 5.646691617523086,
|
| 1246 |
+
"learning_rate": 1.412853861628166e-05,
|
| 1247 |
+
"loss": 1.0013,
|
| 1248 |
+
"step": 177
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"epoch": 5.08,
|
| 1252 |
+
"grad_norm": 5.646691617523086,
|
| 1253 |
+
"learning_rate": 1.412853861628166e-05,
|
| 1254 |
+
"loss": 3.592,
|
| 1255 |
+
"step": 178
|
| 1256 |
+
},
|
| 1257 |
+
{
|
| 1258 |
+
"epoch": 5.11,
|
| 1259 |
+
"grad_norm": 5.293182617266683,
|
| 1260 |
+
"learning_rate": 1.3987096456067236e-05,
|
| 1261 |
+
"loss": 1.0919,
|
| 1262 |
+
"step": 179
|
| 1263 |
+
},
|
| 1264 |
+
{
|
| 1265 |
+
"epoch": 5.14,
|
| 1266 |
+
"grad_norm": 5.709228089784577,
|
| 1267 |
+
"learning_rate": 1.3844699400578696e-05,
|
| 1268 |
+
"loss": 0.8435,
|
| 1269 |
+
"step": 180
|
| 1270 |
+
},
|
| 1271 |
+
{
|
| 1272 |
+
"epoch": 5.17,
|
| 1273 |
+
"grad_norm": 5.709228089784577,
|
| 1274 |
+
"learning_rate": 1.3844699400578696e-05,
|
| 1275 |
+
"loss": 3.6846,
|
| 1276 |
+
"step": 181
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"epoch": 5.2,
|
| 1280 |
+
"grad_norm": 5.709228089784577,
|
| 1281 |
+
"learning_rate": 1.3844699400578696e-05,
|
| 1282 |
+
"loss": 4.0876,
|
| 1283 |
+
"step": 182
|
| 1284 |
+
},
|
| 1285 |
+
{
|
| 1286 |
+
"epoch": 5.22,
|
| 1287 |
+
"grad_norm": 5.709228089784577,
|
| 1288 |
+
"learning_rate": 1.3844699400578696e-05,
|
| 1289 |
+
"loss": 3.7682,
|
| 1290 |
+
"step": 183
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"epoch": 5.25,
|
| 1294 |
+
"grad_norm": 5.709228089784577,
|
| 1295 |
+
"learning_rate": 1.3844699400578696e-05,
|
| 1296 |
+
"loss": 3.5682,
|
| 1297 |
+
"step": 184
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"epoch": 5.28,
|
| 1301 |
+
"grad_norm": 6.993362529212867,
|
| 1302 |
+
"learning_rate": 1.3701381553399147e-05,
|
| 1303 |
+
"loss": 1.1277,
|
| 1304 |
+
"step": 185
|
| 1305 |
+
},
|
| 1306 |
+
{
|
| 1307 |
+
"epoch": 5.02,
|
| 1308 |
+
"grad_norm": 10.857085356276176,
|
| 1309 |
+
"learning_rate": 1.3557177238637987e-05,
|
| 1310 |
+
"loss": 2.0418,
|
| 1311 |
+
"step": 186
|
| 1312 |
+
},
|
| 1313 |
+
{
|
| 1314 |
+
"epoch": 5.05,
|
| 1315 |
+
"grad_norm": 7.182316855738663,
|
| 1316 |
+
"learning_rate": 1.3412120992710425e-05,
|
| 1317 |
+
"loss": 1.5863,
|
| 1318 |
+
"step": 187
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"epoch": 5.08,
|
| 1322 |
+
"grad_norm": 7.182316855738663,
|
| 1323 |
+
"learning_rate": 1.3412120992710425e-05,
|
| 1324 |
+
"loss": 2.8401,
|
| 1325 |
+
"step": 188
|
| 1326 |
+
},
|
| 1327 |
+
{
|
| 1328 |
+
"epoch": 5.11,
|
| 1329 |
+
"grad_norm": 7.182316855738663,
|
| 1330 |
+
"learning_rate": 1.3412120992710425e-05,
|
| 1331 |
+
"loss": 3.5382,
|
| 1332 |
+
"step": 189
|
| 1333 |
+
},
|
| 1334 |
+
{
|
| 1335 |
+
"epoch": 5.14,
|
| 1336 |
+
"grad_norm": 7.182316855738663,
|
| 1337 |
+
"learning_rate": 1.3412120992710425e-05,
|
| 1338 |
+
"loss": 3.5492,
|
| 1339 |
+
"step": 190
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"epoch": 5.16,
|
| 1343 |
+
"grad_norm": 7.182316855738663,
|
| 1344 |
+
"learning_rate": 1.3412120992710425e-05,
|
| 1345 |
+
"loss": 2.7031,
|
| 1346 |
+
"step": 191
|
| 1347 |
+
},
|
| 1348 |
+
{
|
| 1349 |
+
"epoch": 5.19,
|
| 1350 |
+
"grad_norm": 5.454569997331726,
|
| 1351 |
+
"learning_rate": 1.3266247556066122e-05,
|
| 1352 |
+
"loss": 1.2064,
|
| 1353 |
+
"step": 192
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"epoch": 5.22,
|
| 1357 |
+
"grad_norm": 5.454569997331726,
|
| 1358 |
+
"learning_rate": 1.3266247556066122e-05,
|
| 1359 |
+
"loss": 3.4975,
|
| 1360 |
+
"step": 193
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"epoch": 5.25,
|
| 1364 |
+
"grad_norm": 6.05413267530256,
|
| 1365 |
+
"learning_rate": 1.3119591864868979e-05,
|
| 1366 |
+
"loss": 1.3958,
|
| 1367 |
+
"step": 194
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"epoch": 5.28,
|
| 1371 |
+
"grad_norm": 4.86763555215196,
|
| 1372 |
+
"learning_rate": 1.2972189042630044e-05,
|
| 1373 |
+
"loss": 1.1746,
|
| 1374 |
+
"step": 195
|
| 1375 |
+
},
|
| 1376 |
+
{
|
| 1377 |
+
"epoch": 5.31,
|
| 1378 |
+
"grad_norm": 4.818024421862567,
|
| 1379 |
+
"learning_rate": 1.2824074391795571e-05,
|
| 1380 |
+
"loss": 0.7361,
|
| 1381 |
+
"step": 196
|
| 1382 |
+
},
|
| 1383 |
+
{
|
| 1384 |
+
"epoch": 5.34,
|
| 1385 |
+
"grad_norm": 3.9313752517714686,
|
| 1386 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 1387 |
+
"loss": 0.5405,
|
| 1388 |
+
"step": 197
|
| 1389 |
+
},
|
| 1390 |
+
{
|
| 1391 |
+
"epoch": 5.36,
|
| 1392 |
+
"grad_norm": 3.9313752517714686,
|
| 1393 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 1394 |
+
"loss": 3.8222,
|
| 1395 |
+
"step": 198
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"epoch": 5.39,
|
| 1399 |
+
"grad_norm": 3.9313752517714686,
|
| 1400 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 1401 |
+
"loss": 3.8457,
|
| 1402 |
+
"step": 199
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"epoch": 5.42,
|
| 1406 |
+
"grad_norm": 3.9313752517714686,
|
| 1407 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 1408 |
+
"loss": 4.0919,
|
| 1409 |
+
"step": 200
|
| 1410 |
+
},
|
| 1411 |
+
{
|
| 1412 |
+
"epoch": 5.74,
|
| 1413 |
+
"grad_norm": 0.0,
|
| 1414 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 1415 |
+
"loss": 3.8764,
|
| 1416 |
+
"step": 201
|
| 1417 |
+
},
|
| 1418 |
+
{
|
| 1419 |
+
"epoch": 5.77,
|
| 1420 |
+
"grad_norm": 0.0,
|
| 1421 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 1422 |
+
"loss": 3.5465,
|
| 1423 |
+
"step": 202
|
| 1424 |
+
},
|
| 1425 |
+
{
|
| 1426 |
+
"epoch": 5.8,
|
| 1427 |
+
"grad_norm": 0.0,
|
| 1428 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 1429 |
+
"loss": 3.5141,
|
| 1430 |
+
"step": 203
|
| 1431 |
+
},
|
| 1432 |
+
{
|
| 1433 |
+
"epoch": 5.83,
|
| 1434 |
+
"grad_norm": 0.0,
|
| 1435 |
+
"learning_rate": 1.2675283385292212e-05,
|
| 1436 |
+
"loss": 3.1509,
|
| 1437 |
+
"step": 204
|
| 1438 |
+
},
|
| 1439 |
+
{
|
| 1440 |
+
"epoch": 5.85,
|
| 1441 |
+
"grad_norm": 5.547510343712912,
|
| 1442 |
+
"learning_rate": 1.252585165803135e-05,
|
| 1443 |
+
"loss": 0.7488,
|
| 1444 |
+
"step": 205
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"epoch": 5.88,
|
| 1448 |
+
"grad_norm": 5.547510343712912,
|
| 1449 |
+
"learning_rate": 1.252585165803135e-05,
|
| 1450 |
+
"loss": 3.6736,
|
| 1451 |
+
"step": 206
|
| 1452 |
+
},
|
| 1453 |
+
{
|
| 1454 |
+
"epoch": 5.91,
|
| 1455 |
+
"grad_norm": 4.401046390597762,
|
| 1456 |
+
"learning_rate": 1.2375814998374714e-05,
|
| 1457 |
+
"loss": 0.5788,
|
| 1458 |
+
"step": 207
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"epoch": 5.94,
|
| 1462 |
+
"grad_norm": 3.5202118867023735,
|
| 1463 |
+
"learning_rate": 1.2225209339563144e-05,
|
| 1464 |
+
"loss": 0.5075,
|
| 1465 |
+
"step": 208
|
| 1466 |
+
},
|
| 1467 |
+
{
|
| 1468 |
+
"epoch": 5.97,
|
| 1469 |
+
"grad_norm": 3.5202118867023735,
|
| 1470 |
+
"learning_rate": 1.2225209339563144e-05,
|
| 1471 |
+
"loss": 3.4362,
|
| 1472 |
+
"step": 209
|
| 1473 |
+
},
|
| 1474 |
+
{
|
| 1475 |
+
"epoch": 6.0,
|
| 1476 |
+
"grad_norm": 3.5202118867023735,
|
| 1477 |
+
"learning_rate": 1.2225209339563144e-05,
|
| 1478 |
+
"loss": 3.3736,
|
| 1479 |
+
"step": 210
|
| 1480 |
+
},
|
| 1481 |
+
{
|
| 1482 |
+
"epoch": 6.0,
|
| 1483 |
+
"step": 210,
|
| 1484 |
+
"total_flos": 0.0,
|
| 1485 |
+
"train_loss": 0.12574415859721955,
|
| 1486 |
+
"train_runtime": 2485.1499,
|
| 1487 |
+
"train_samples_per_second": 171.382,
|
| 1488 |
+
"train_steps_per_second": 0.085
|
| 1489 |
+
}
|
| 1490 |
+
],
|
| 1491 |
+
"logging_steps": 1.0,
|
| 1492 |
+
"max_steps": 210,
|
| 1493 |
+
"num_input_tokens_seen": 0,
|
| 1494 |
+
"num_train_epochs": 6,
|
| 1495 |
+
"save_steps": 25,
|
| 1496 |
+
"stateful_callbacks": {
|
| 1497 |
+
"TrainerControl": {
|
| 1498 |
+
"args": {
|
| 1499 |
+
"should_epoch_stop": false,
|
| 1500 |
+
"should_evaluate": false,
|
| 1501 |
+
"should_log": false,
|
| 1502 |
+
"should_save": true,
|
| 1503 |
+
"should_training_stop": true
|
| 1504 |
+
},
|
| 1505 |
+
"attributes": {}
|
| 1506 |
+
}
|
| 1507 |
+
},
|
| 1508 |
+
"total_flos": 0.0,
|
| 1509 |
+
"train_batch_size": 2,
|
| 1510 |
+
"trial_name": null,
|
| 1511 |
+
"trial_params": null
|
| 1512 |
+
}
|
vision_tower/config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "./output/qwen2-7b-448-baseline-v13-sft-20241008072327-64k-fromstage3-256frames-hd-tile2-run2/vision_tower",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"SiglipVisionModel"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 8 |
+
"hidden_size": 1152,
|
| 9 |
+
"image_size": 448,
|
| 10 |
+
"intermediate_size": 4304,
|
| 11 |
+
"layer_norm_eps": 1e-06,
|
| 12 |
+
"model_type": "siglip_vision_model",
|
| 13 |
+
"num_attention_heads": 16,
|
| 14 |
+
"num_channels": 3,
|
| 15 |
+
"num_hidden_layers": 27,
|
| 16 |
+
"num_image_tokens": 256,
|
| 17 |
+
"patch_size": 14,
|
| 18 |
+
"projection_dim": 2048,
|
| 19 |
+
"projector_hidden_act": "gelu_fast",
|
| 20 |
+
"torch_dtype": "bfloat16",
|
| 21 |
+
"transformers_version": "4.46.0",
|
| 22 |
+
"vision_use_head": false
|
| 23 |
+
}
|
vision_tower/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcfa777561065166f4f91578178acad064a2ea62fc258f75ff6b47a9d0146378
|
| 3 |
+
size 826707904
|
vision_tower/preprocessor_config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_rgb": null,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_rescale": true,
|
| 5 |
+
"do_resize": true,
|
| 6 |
+
"image_mean": [
|
| 7 |
+
0.5,
|
| 8 |
+
0.5,
|
| 9 |
+
0.5
|
| 10 |
+
],
|
| 11 |
+
"image_processor_type": "SiglipImageProcessor",
|
| 12 |
+
"image_std": [
|
| 13 |
+
0.5,
|
| 14 |
+
0.5,
|
| 15 |
+
0.5
|
| 16 |
+
],
|
| 17 |
+
"processor_class": "SiglipProcessor",
|
| 18 |
+
"resample": 3,
|
| 19 |
+
"rescale_factor": 0.00392156862745098,
|
| 20 |
+
"size": {
|
| 21 |
+
"height": 448,
|
| 22 |
+
"width": 448
|
| 23 |
+
}
|
| 24 |
+
}
|