add model
Browse files- added_tokens.json +13 -0
- config.json +82 -0
- generation_config.json +12 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +687 -0
- special_tokens_map.json +24 -0
- tokenizer.model +3 -0
- tokenizer_config.json +131 -0
- training_args.bin +3 -0
    	
        added_tokens.json
    ADDED
    
    | @@ -0,0 +1,13 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "<|assistant|>": 32001,
         | 
| 3 | 
            +
              "<|endoftext|>": 32000,
         | 
| 4 | 
            +
              "<|end|>": 32007,
         | 
| 5 | 
            +
              "<|placeholder1|>": 32002,
         | 
| 6 | 
            +
              "<|placeholder2|>": 32003,
         | 
| 7 | 
            +
              "<|placeholder3|>": 32004,
         | 
| 8 | 
            +
              "<|placeholder4|>": 32005,
         | 
| 9 | 
            +
              "<|placeholder5|>": 32008,
         | 
| 10 | 
            +
              "<|placeholder6|>": 32009,
         | 
| 11 | 
            +
              "<|system|>": 32006,
         | 
| 12 | 
            +
              "<|user|>": 32010
         | 
| 13 | 
            +
            }
         | 
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,82 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "microsoft/Phi-3-mini-4k-instruct",
         | 
| 3 | 
            +
              "architectures": [
         | 
| 4 | 
            +
                "LlavaPhi3ForCausalLM"
         | 
| 5 | 
            +
              ],
         | 
| 6 | 
            +
              "attention_bias": false,
         | 
| 7 | 
            +
              "attention_dropout": 0.0,
         | 
| 8 | 
            +
              "auto_map": {
         | 
| 9 | 
            +
                "AutoConfig": "microsoft/Phi-3-mini-4k-instruct--configuration_phi3.Phi3Config",
         | 
| 10 | 
            +
                "AutoModelForCausalLM": "microsoft/Phi-3-mini-4k-instruct--modeling_phi3.Phi3ForCausalLM"
         | 
| 11 | 
            +
              },
         | 
| 12 | 
            +
              "bos_token_id": 1,
         | 
| 13 | 
            +
              "connector_depth": 3,
         | 
| 14 | 
            +
              "connector_only": false,
         | 
| 15 | 
            +
              "do_sample": true,
         | 
| 16 | 
            +
              "embd_pdrop": 0.0,
         | 
| 17 | 
            +
              "eos_token_id": 32007,
         | 
| 18 | 
            +
              "freeze_mm_mlp_adapter": false,
         | 
| 19 | 
            +
              "hidden_act": "silu",
         | 
| 20 | 
            +
              "hidden_size": 3072,
         | 
| 21 | 
            +
              "image_aspect_ratio": "pad",
         | 
| 22 | 
            +
              "image_position": 13,
         | 
| 23 | 
            +
              "image_token_len": 576,
         | 
| 24 | 
            +
              "initializer_range": 0.02,
         | 
| 25 | 
            +
              "intermediate_size": 8192,
         | 
| 26 | 
            +
              "max_position_embeddings": 4096,
         | 
| 27 | 
            +
              "mm_projector_lr": null,
         | 
| 28 | 
            +
              "mm_projector_type": "sva",
         | 
| 29 | 
            +
              "mm_use_im_patch_token": false,
         | 
| 30 | 
            +
              "mm_use_im_start_end": false,
         | 
| 31 | 
            +
              "mm_vision_sampler_lr": null,
         | 
| 32 | 
            +
              "mm_vision_select_feature": "patch",
         | 
| 33 | 
            +
              "mm_vision_select_layer": -2,
         | 
| 34 | 
            +
              "mm_vision_tower_aux_list": [
         | 
| 35 | 
            +
                "siglip/CLIP-ViT-SO400M-14-384",
         | 
| 36 | 
            +
                "openai/clip-vit-large-patch14-336",
         | 
| 37 | 
            +
                "facebook/dinov2-giant-res378",
         | 
| 38 | 
            +
                "clip-convnext-XXL-multi-stage"
         | 
| 39 | 
            +
              ],
         | 
| 40 | 
            +
              "mm_vision_tower_aux_token_len_list": [
         | 
| 41 | 
            +
                576,
         | 
| 42 | 
            +
                576,
         | 
| 43 | 
            +
                576,
         | 
| 44 | 
            +
                9216
         | 
| 45 | 
            +
              ],
         | 
| 46 | 
            +
              "mm_vision_tower_lr": null,
         | 
| 47 | 
            +
              "model_type": "llava_phi3",
         | 
| 48 | 
            +
              "num_attention_heads": 32,
         | 
| 49 | 
            +
              "num_hidden_layers": 32,
         | 
| 50 | 
            +
              "num_key_value_heads": 32,
         | 
| 51 | 
            +
              "num_of_vision_sampler_layers": 10,
         | 
| 52 | 
            +
              "num_query_group": 1,
         | 
| 53 | 
            +
              "original_max_position_embeddings": 4096,
         | 
| 54 | 
            +
              "pad_token_id": 32000,
         | 
| 55 | 
            +
              "query_num_list": [
         | 
| 56 | 
            +
                576
         | 
| 57 | 
            +
              ],
         | 
| 58 | 
            +
              "resid_pdrop": 0.0,
         | 
| 59 | 
            +
              "rms_norm_eps": 1e-05,
         | 
| 60 | 
            +
              "rope_scaling": null,
         | 
| 61 | 
            +
              "rope_theta": 10000.0,
         | 
| 62 | 
            +
              "sliding_window": 2047,
         | 
| 63 | 
            +
              "start_of_vision_sampler_layers": 0,
         | 
| 64 | 
            +
              "stride_of_vision_sampler_layers": 3,
         | 
| 65 | 
            +
              "tie_word_embeddings": false,
         | 
| 66 | 
            +
              "tokenizer_model_max_length": 2048,
         | 
| 67 | 
            +
              "tokenizer_padding_side": "right",
         | 
| 68 | 
            +
              "torch_dtype": "float32",
         | 
| 69 | 
            +
              "transformers_version": "4.39.3",
         | 
| 70 | 
            +
              "tune_mm_mlp_adapter": false,
         | 
| 71 | 
            +
              "unfreeze_mm_vision_tower": false,
         | 
| 72 | 
            +
              "use_cache": true,
         | 
| 73 | 
            +
              "use_mm_proj": true,
         | 
| 74 | 
            +
              "vision_hidden_size": 1024,
         | 
| 75 | 
            +
              "vision_tower_aux_token_len_list": [
         | 
| 76 | 
            +
                576,
         | 
| 77 | 
            +
                576,
         | 
| 78 | 
            +
                576,
         | 
| 79 | 
            +
                9216
         | 
| 80 | 
            +
              ],
         | 
| 81 | 
            +
              "vocab_size": 32064
         | 
| 82 | 
            +
            }
         | 
    	
        generation_config.json
    ADDED
    
    | @@ -0,0 +1,12 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_from_model_config": true,
         | 
| 3 | 
            +
              "bos_token_id": 1,
         | 
| 4 | 
            +
              "do_sample": true,
         | 
| 5 | 
            +
              "eos_token_id": [
         | 
| 6 | 
            +
                32000,
         | 
| 7 | 
            +
                32001,
         | 
| 8 | 
            +
                32007
         | 
| 9 | 
            +
              ],
         | 
| 10 | 
            +
              "pad_token_id": 32000,
         | 
| 11 | 
            +
              "transformers_version": "4.39.3"
         | 
| 12 | 
            +
            }
         | 
    	
        model-00001-of-00004.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:35b459d96fc289d8d6b6116cbecd8365cd20548de5a73e8bf333bb9fe7da7daa
         | 
| 3 | 
            +
            size 4961868984
         | 
    	
        model-00002-of-00004.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:6f075be59fe4c49e32317ed5bcddf0660b96a93c19dde35556894c9a60a7f39a
         | 
| 3 | 
            +
            size 4983111176
         | 
    	
        model-00003-of-00004.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:bea235bb9ee60f063c51ca4fadc79b511241f8b5e340fe85cec0fce5375805af
         | 
| 3 | 
            +
            size 4995731336
         | 
    	
        model-00004-of-00004.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:fe06640cec81de87f73a460649611f08b47220742bd2dad5e68ba500e0137ec9
         | 
| 3 | 
            +
            size 1437285416
         | 
    	
        model.safetensors.index.json
    ADDED
    
    | @@ -0,0 +1,687 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "metadata": {
         | 
| 3 | 
            +
                "total_size": 16377909248
         | 
| 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.image_newline": "model-00001-of-00004.safetensors",
         | 
| 9 | 
            +
                "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 10 | 
            +
                "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 11 | 
            +
                "model.layers.0.mlp.gate_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.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 14 | 
            +
                "model.layers.0.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 15 | 
            +
                "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 16 | 
            +
                "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 17 | 
            +
                "model.layers.1.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 18 | 
            +
                "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 19 | 
            +
                "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 20 | 
            +
                "model.layers.1.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 21 | 
            +
                "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 22 | 
            +
                "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 23 | 
            +
                "model.layers.10.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 24 | 
            +
                "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 25 | 
            +
                "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 26 | 
            +
                "model.layers.10.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 27 | 
            +
                "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 28 | 
            +
                "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 29 | 
            +
                "model.layers.11.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 30 | 
            +
                "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 31 | 
            +
                "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 32 | 
            +
                "model.layers.11.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 33 | 
            +
                "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 34 | 
            +
                "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 35 | 
            +
                "model.layers.12.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 36 | 
            +
                "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 37 | 
            +
                "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 38 | 
            +
                "model.layers.12.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 39 | 
            +
                "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 40 | 
            +
                "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 41 | 
            +
                "model.layers.13.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 42 | 
            +
                "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 43 | 
            +
                "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 44 | 
            +
                "model.layers.13.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 45 | 
            +
                "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 46 | 
            +
                "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 47 | 
            +
                "model.layers.14.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 48 | 
            +
                "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 49 | 
            +
                "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 50 | 
            +
                "model.layers.14.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 51 | 
            +
                "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 52 | 
            +
                "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 53 | 
            +
                "model.layers.15.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 54 | 
            +
                "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 55 | 
            +
                "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 56 | 
            +
                "model.layers.15.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 57 | 
            +
                "model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 58 | 
            +
                "model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 59 | 
            +
                "model.layers.16.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 60 | 
            +
                "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 61 | 
            +
                "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 62 | 
            +
                "model.layers.16.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 63 | 
            +
                "model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 64 | 
            +
                "model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 65 | 
            +
                "model.layers.17.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 66 | 
            +
                "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 67 | 
            +
                "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 68 | 
            +
                "model.layers.17.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 69 | 
            +
                "model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 70 | 
            +
                "model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 71 | 
            +
                "model.layers.18.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 72 | 
            +
                "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 73 | 
            +
                "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 74 | 
            +
                "model.layers.18.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 75 | 
            +
                "model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 76 | 
            +
                "model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 77 | 
            +
                "model.layers.19.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 78 | 
            +
                "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 79 | 
            +
                "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 80 | 
            +
                "model.layers.19.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 81 | 
            +
                "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 82 | 
            +
                "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 83 | 
            +
                "model.layers.2.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 84 | 
            +
                "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 85 | 
            +
                "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 86 | 
            +
                "model.layers.2.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 87 | 
            +
                "model.layers.20.input_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 88 | 
            +
                "model.layers.20.mlp.down_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 89 | 
            +
                "model.layers.20.mlp.gate_up_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 90 | 
            +
                "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
         | 
| 91 | 
            +
                "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 92 | 
            +
                "model.layers.20.self_attn.qkv_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 93 | 
            +
                "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 94 | 
            +
                "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 95 | 
            +
                "model.layers.21.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 96 | 
            +
                "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 97 | 
            +
                "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
         | 
| 98 | 
            +
                "model.layers.21.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 99 | 
            +
                "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 100 | 
            +
                "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 101 | 
            +
                "model.layers.22.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 102 | 
            +
                "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 103 | 
            +
                "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 104 | 
            +
                "model.layers.22.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 105 | 
            +
                "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 106 | 
            +
                "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 107 | 
            +
                "model.layers.23.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 108 | 
            +
                "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 109 | 
            +
                "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 110 | 
            +
                "model.layers.23.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 111 | 
            +
                "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 112 | 
            +
                "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 113 | 
            +
                "model.layers.24.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 114 | 
            +
                "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 115 | 
            +
                "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 116 | 
            +
                "model.layers.24.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 117 | 
            +
                "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 118 | 
            +
                "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 119 | 
            +
                "model.layers.25.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 120 | 
            +
                "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 121 | 
            +
                "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 122 | 
            +
                "model.layers.25.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 123 | 
            +
                "model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 124 | 
            +
                "model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 125 | 
            +
                "model.layers.26.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 126 | 
            +
                "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 127 | 
            +
                "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 128 | 
            +
                "model.layers.26.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 129 | 
            +
                "model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 130 | 
            +
                "model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 131 | 
            +
                "model.layers.27.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 132 | 
            +
                "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 133 | 
            +
                "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 134 | 
            +
                "model.layers.27.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 135 | 
            +
                "model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 136 | 
            +
                "model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 137 | 
            +
                "model.layers.28.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 138 | 
            +
                "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 139 | 
            +
                "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 140 | 
            +
                "model.layers.28.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 141 | 
            +
                "model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 142 | 
            +
                "model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 143 | 
            +
                "model.layers.29.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 144 | 
            +
                "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 145 | 
            +
                "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 146 | 
            +
                "model.layers.29.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 147 | 
            +
                "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 148 | 
            +
                "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 149 | 
            +
                "model.layers.3.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 150 | 
            +
                "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 151 | 
            +
                "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 152 | 
            +
                "model.layers.3.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 153 | 
            +
                "model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 154 | 
            +
                "model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 155 | 
            +
                "model.layers.30.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 156 | 
            +
                "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 157 | 
            +
                "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 158 | 
            +
                "model.layers.30.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 159 | 
            +
                "model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 160 | 
            +
                "model.layers.31.mlp.down_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 161 | 
            +
                "model.layers.31.mlp.gate_up_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 162 | 
            +
                "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
         | 
| 163 | 
            +
                "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 164 | 
            +
                "model.layers.31.self_attn.qkv_proj.weight": "model-00003-of-00004.safetensors",
         | 
| 165 | 
            +
                "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 166 | 
            +
                "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 167 | 
            +
                "model.layers.4.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 168 | 
            +
                "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 169 | 
            +
                "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 170 | 
            +
                "model.layers.4.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 171 | 
            +
                "model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 172 | 
            +
                "model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 173 | 
            +
                "model.layers.5.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 174 | 
            +
                "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 175 | 
            +
                "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 176 | 
            +
                "model.layers.5.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 177 | 
            +
                "model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 178 | 
            +
                "model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 179 | 
            +
                "model.layers.6.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 180 | 
            +
                "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 181 | 
            +
                "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 182 | 
            +
                "model.layers.6.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 183 | 
            +
                "model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 184 | 
            +
                "model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 185 | 
            +
                "model.layers.7.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 186 | 
            +
                "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 187 | 
            +
                "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 188 | 
            +
                "model.layers.7.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 189 | 
            +
                "model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 190 | 
            +
                "model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 191 | 
            +
                "model.layers.8.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 192 | 
            +
                "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 193 | 
            +
                "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 194 | 
            +
                "model.layers.8.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 195 | 
            +
                "model.layers.9.input_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 196 | 
            +
                "model.layers.9.mlp.down_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 197 | 
            +
                "model.layers.9.mlp.gate_up_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 198 | 
            +
                "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
         | 
| 199 | 
            +
                "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 200 | 
            +
                "model.layers.9.self_attn.qkv_proj.weight": "model-00001-of-00004.safetensors",
         | 
| 201 | 
            +
                "model.mm_projector.0.bias": "model-00003-of-00004.safetensors",
         | 
| 202 | 
            +
                "model.mm_projector.0.weight": "model-00003-of-00004.safetensors",
         | 
| 203 | 
            +
                "model.mm_projector.2.bias": "model-00003-of-00004.safetensors",
         | 
| 204 | 
            +
                "model.mm_projector.2.weight": "model-00003-of-00004.safetensors",
         | 
| 205 | 
            +
                "model.mm_projector_aux_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 206 | 
            +
                "model.mm_projector_aux_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 207 | 
            +
                "model.mm_projector_aux_0.2.bias": "model-00004-of-00004.safetensors",
         | 
| 208 | 
            +
                "model.mm_projector_aux_0.2.weight": "model-00004-of-00004.safetensors",
         | 
| 209 | 
            +
                "model.mm_projector_aux_0.3.bias": "model-00004-of-00004.safetensors",
         | 
| 210 | 
            +
                "model.mm_projector_aux_0.3.weight": "model-00004-of-00004.safetensors",
         | 
| 211 | 
            +
                "model.mm_projector_aux_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 212 | 
            +
                "model.mm_projector_aux_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 213 | 
            +
                "model.mm_projector_aux_1.2.bias": "model-00004-of-00004.safetensors",
         | 
| 214 | 
            +
                "model.mm_projector_aux_1.2.weight": "model-00004-of-00004.safetensors",
         | 
| 215 | 
            +
                "model.mm_projector_aux_1.3.bias": "model-00004-of-00004.safetensors",
         | 
| 216 | 
            +
                "model.mm_projector_aux_1.3.weight": "model-00004-of-00004.safetensors",
         | 
| 217 | 
            +
                "model.mm_projector_aux_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 218 | 
            +
                "model.mm_projector_aux_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 219 | 
            +
                "model.mm_projector_aux_2.2.bias": "model-00004-of-00004.safetensors",
         | 
| 220 | 
            +
                "model.mm_projector_aux_2.2.weight": "model-00004-of-00004.safetensors",
         | 
| 221 | 
            +
                "model.mm_projector_aux_2.3.bias": "model-00004-of-00004.safetensors",
         | 
| 222 | 
            +
                "model.mm_projector_aux_2.3.weight": "model-00004-of-00004.safetensors",
         | 
| 223 | 
            +
                "model.mm_projector_aux_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 224 | 
            +
                "model.mm_projector_aux_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 225 | 
            +
                "model.mm_projector_aux_3.2.bias": "model-00004-of-00004.safetensors",
         | 
| 226 | 
            +
                "model.mm_projector_aux_3.2.weight": "model-00004-of-00004.safetensors",
         | 
| 227 | 
            +
                "model.mm_projector_aux_3.3.bias": "model-00004-of-00004.safetensors",
         | 
| 228 | 
            +
                "model.mm_projector_aux_3.3.weight": "model-00004-of-00004.safetensors",
         | 
| 229 | 
            +
                "model.norm.weight": "model-00003-of-00004.safetensors",
         | 
| 230 | 
            +
                "model.vision_query": "model-00001-of-00004.safetensors",
         | 
| 231 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 232 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 233 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 234 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 235 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 236 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 237 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 238 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 239 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 240 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 241 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 242 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 243 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 244 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 245 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 246 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 247 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 248 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 249 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 250 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 251 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 252 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 253 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 254 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 255 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 256 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 257 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 258 | 
            +
                "model.vision_sampler_0.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 259 | 
            +
                "model.vision_sampler_0.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 260 | 
            +
                "model.vision_sampler_0.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 261 | 
            +
                "model.vision_sampler_0.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 262 | 
            +
                "model.vision_sampler_0.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 263 | 
            +
                "model.vision_sampler_0.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 264 | 
            +
                "model.vision_sampler_0.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 265 | 
            +
                "model.vision_sampler_0.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 266 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 267 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 268 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 269 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 270 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 271 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 272 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 273 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 274 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 275 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 276 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 277 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 278 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 279 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 280 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 281 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 282 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 283 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 284 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 285 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 286 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 287 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 288 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 289 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 290 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 291 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 292 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 293 | 
            +
                "model.vision_sampler_0.layers.1.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 294 | 
            +
                "model.vision_sampler_0.layers.1.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 295 | 
            +
                "model.vision_sampler_0.layers.1.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 296 | 
            +
                "model.vision_sampler_0.layers.1.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 297 | 
            +
                "model.vision_sampler_0.layers.1.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 298 | 
            +
                "model.vision_sampler_0.layers.1.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 299 | 
            +
                "model.vision_sampler_0.layers.1.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 300 | 
            +
                "model.vision_sampler_0.layers.1.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 301 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 302 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 303 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 304 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 305 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 306 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 307 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 308 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 309 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 310 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 311 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 312 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 313 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 314 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 315 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 316 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 317 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 318 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 319 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 320 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 321 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 322 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 323 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 324 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 325 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 326 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 327 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 328 | 
            +
                "model.vision_sampler_0.layers.2.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 329 | 
            +
                "model.vision_sampler_0.layers.2.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 330 | 
            +
                "model.vision_sampler_0.layers.2.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 331 | 
            +
                "model.vision_sampler_0.layers.2.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 332 | 
            +
                "model.vision_sampler_0.layers.2.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 333 | 
            +
                "model.vision_sampler_0.layers.2.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 334 | 
            +
                "model.vision_sampler_0.layers.2.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 335 | 
            +
                "model.vision_sampler_0.layers.2.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 336 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 337 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 338 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 339 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 340 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 341 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 342 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 343 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 344 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 345 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 346 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 347 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 348 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 349 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 350 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 351 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 352 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 353 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 354 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 355 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 356 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 357 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 358 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 359 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 360 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 361 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 362 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 363 | 
            +
                "model.vision_sampler_layers.0.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 364 | 
            +
                "model.vision_sampler_layers.0.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 365 | 
            +
                "model.vision_sampler_layers.0.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 366 | 
            +
                "model.vision_sampler_layers.0.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 367 | 
            +
                "model.vision_sampler_layers.0.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 368 | 
            +
                "model.vision_sampler_layers.0.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 369 | 
            +
                "model.vision_sampler_layers.0.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 370 | 
            +
                "model.vision_sampler_layers.0.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 371 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 372 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 373 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 374 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 375 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 376 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 377 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 378 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 379 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 380 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 381 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 382 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 383 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 384 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 385 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 386 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 387 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 388 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 389 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 390 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 391 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 392 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 393 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 394 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 395 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 396 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 397 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 398 | 
            +
                "model.vision_sampler_layers.1.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 399 | 
            +
                "model.vision_sampler_layers.1.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 400 | 
            +
                "model.vision_sampler_layers.1.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 401 | 
            +
                "model.vision_sampler_layers.1.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 402 | 
            +
                "model.vision_sampler_layers.1.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 403 | 
            +
                "model.vision_sampler_layers.1.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 404 | 
            +
                "model.vision_sampler_layers.1.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 405 | 
            +
                "model.vision_sampler_layers.1.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 406 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 407 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 408 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 409 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 410 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 411 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 412 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 413 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 414 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 415 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 416 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 417 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 418 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 419 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 420 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 421 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 422 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 423 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 424 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 425 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 426 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 427 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 428 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 429 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 430 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 431 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 432 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 433 | 
            +
                "model.vision_sampler_layers.2.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 434 | 
            +
                "model.vision_sampler_layers.2.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 435 | 
            +
                "model.vision_sampler_layers.2.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 436 | 
            +
                "model.vision_sampler_layers.2.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 437 | 
            +
                "model.vision_sampler_layers.2.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 438 | 
            +
                "model.vision_sampler_layers.2.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 439 | 
            +
                "model.vision_sampler_layers.2.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 440 | 
            +
                "model.vision_sampler_layers.2.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 441 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 442 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 443 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 444 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 445 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 446 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 447 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 448 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 449 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 450 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 451 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 452 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 453 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 454 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 455 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 456 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 457 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 458 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 459 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 460 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 461 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 462 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 463 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 464 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 465 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 466 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 467 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 468 | 
            +
                "model.vision_sampler_layers.3.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 469 | 
            +
                "model.vision_sampler_layers.3.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 470 | 
            +
                "model.vision_sampler_layers.3.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 471 | 
            +
                "model.vision_sampler_layers.3.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 472 | 
            +
                "model.vision_sampler_layers.3.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 473 | 
            +
                "model.vision_sampler_layers.3.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 474 | 
            +
                "model.vision_sampler_layers.3.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 475 | 
            +
                "model.vision_sampler_layers.3.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 476 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 477 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 478 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 479 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 480 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 481 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 482 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 483 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 484 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 485 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 486 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 487 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 488 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 489 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 490 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 491 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 492 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 493 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 494 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 495 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 496 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 497 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 498 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 499 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 500 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 501 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 502 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 503 | 
            +
                "model.vision_sampler_layers.4.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 504 | 
            +
                "model.vision_sampler_layers.4.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 505 | 
            +
                "model.vision_sampler_layers.4.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 506 | 
            +
                "model.vision_sampler_layers.4.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 507 | 
            +
                "model.vision_sampler_layers.4.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 508 | 
            +
                "model.vision_sampler_layers.4.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 509 | 
            +
                "model.vision_sampler_layers.4.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 510 | 
            +
                "model.vision_sampler_layers.4.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 511 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 512 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 513 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 514 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 515 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 516 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 517 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 518 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 519 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 520 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 521 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 522 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 523 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 524 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 525 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 526 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 527 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 528 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 529 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 530 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 531 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 532 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 533 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 534 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 535 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 536 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 537 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 538 | 
            +
                "model.vision_sampler_layers.5.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 539 | 
            +
                "model.vision_sampler_layers.5.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 540 | 
            +
                "model.vision_sampler_layers.5.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 541 | 
            +
                "model.vision_sampler_layers.5.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 542 | 
            +
                "model.vision_sampler_layers.5.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 543 | 
            +
                "model.vision_sampler_layers.5.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 544 | 
            +
                "model.vision_sampler_layers.5.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 545 | 
            +
                "model.vision_sampler_layers.5.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 546 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 547 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 548 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 549 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 550 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 551 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 552 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 553 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 554 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 555 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 556 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 557 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 558 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 559 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 560 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 561 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 562 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 563 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 564 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 565 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 566 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 567 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 568 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 569 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 570 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 571 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 572 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 573 | 
            +
                "model.vision_sampler_layers.6.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 574 | 
            +
                "model.vision_sampler_layers.6.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 575 | 
            +
                "model.vision_sampler_layers.6.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 576 | 
            +
                "model.vision_sampler_layers.6.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 577 | 
            +
                "model.vision_sampler_layers.6.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 578 | 
            +
                "model.vision_sampler_layers.6.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 579 | 
            +
                "model.vision_sampler_layers.6.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 580 | 
            +
                "model.vision_sampler_layers.6.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 581 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 582 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 583 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 584 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 585 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 586 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 587 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 588 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 589 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 590 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 591 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 592 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 593 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 594 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 595 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 596 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 597 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 598 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 599 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 600 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 601 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 602 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 603 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 604 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 605 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 606 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 607 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 608 | 
            +
                "model.vision_sampler_layers.7.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 609 | 
            +
                "model.vision_sampler_layers.7.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 610 | 
            +
                "model.vision_sampler_layers.7.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 611 | 
            +
                "model.vision_sampler_layers.7.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 612 | 
            +
                "model.vision_sampler_layers.7.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 613 | 
            +
                "model.vision_sampler_layers.7.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 614 | 
            +
                "model.vision_sampler_layers.7.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 615 | 
            +
                "model.vision_sampler_layers.7.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 616 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 617 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 618 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 619 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 620 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 621 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 622 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 623 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 624 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 625 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 626 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 627 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 628 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 629 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 630 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 631 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 632 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 633 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 634 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 635 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 636 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 637 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 638 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 639 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 640 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 641 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 642 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 643 | 
            +
                "model.vision_sampler_layers.8.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 644 | 
            +
                "model.vision_sampler_layers.8.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 645 | 
            +
                "model.vision_sampler_layers.8.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 646 | 
            +
                "model.vision_sampler_layers.8.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 647 | 
            +
                "model.vision_sampler_layers.8.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 648 | 
            +
                "model.vision_sampler_layers.8.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 649 | 
            +
                "model.vision_sampler_layers.8.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 650 | 
            +
                "model.vision_sampler_layers.8.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors",
         | 
| 651 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 652 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 653 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 654 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 655 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 656 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 657 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 658 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 659 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 660 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 661 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 662 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.k_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 663 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.o_proj.weight": "model-00004-of-00004.safetensors",
         | 
| 664 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.q_proj.0.bias": "model-00004-of-00004.safetensors",
         | 
| 665 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.q_proj.0.weight": "model-00004-of-00004.safetensors",
         | 
| 666 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.q_proj.1.weight": "model-00004-of-00004.safetensors",
         | 
| 667 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_0.0.bias": "model-00004-of-00004.safetensors",
         | 
| 668 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_0.0.weight": "model-00004-of-00004.safetensors",
         | 
| 669 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_0.1.weight": "model-00004-of-00004.safetensors",
         | 
| 670 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_1.0.bias": "model-00004-of-00004.safetensors",
         | 
| 671 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_1.0.weight": "model-00004-of-00004.safetensors",
         | 
| 672 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_1.1.weight": "model-00004-of-00004.safetensors",
         | 
| 673 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_2.0.bias": "model-00004-of-00004.safetensors",
         | 
| 674 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_2.0.weight": "model-00004-of-00004.safetensors",
         | 
| 675 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_2.1.weight": "model-00004-of-00004.safetensors",
         | 
| 676 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_3.0.bias": "model-00004-of-00004.safetensors",
         | 
| 677 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_3.0.weight": "model-00004-of-00004.safetensors",
         | 
| 678 | 
            +
                "model.vision_sampler_layers.9.layers.0.cross_attn.v_proj_3.1.weight": "model-00004-of-00004.safetensors",
         | 
| 679 | 
            +
                "model.vision_sampler_layers.9.layers.0.norm.bias": "model-00004-of-00004.safetensors",
         | 
| 680 | 
            +
                "model.vision_sampler_layers.9.layers.0.norm.weight": "model-00004-of-00004.safetensors",
         | 
| 681 | 
            +
                "model.vision_sampler_layers.9.layers.0.pos_embed_3": "model-00004-of-00004.safetensors",
         | 
| 682 | 
            +
                "model.vision_sampler_layers.9.layers.0.proj_context.weight": "model-00004-of-00004.safetensors",
         | 
| 683 | 
            +
                "model.vision_sampler_layers.9.layers.0.proj_in.weight": "model-00004-of-00004.safetensors",
         | 
| 684 | 
            +
                "model.vision_sampler_layers.9.layers.0.proj_out.linear_1.weight": "model-00004-of-00004.safetensors",
         | 
| 685 | 
            +
                "model.vision_sampler_layers.9.layers.0.proj_out.linear_2.weight": "model-00004-of-00004.safetensors"
         | 
| 686 | 
            +
              }
         | 
| 687 | 
            +
            }
         | 
    	
        special_tokens_map.json
    ADDED
    
    | @@ -0,0 +1,24 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "bos_token": {
         | 
| 3 | 
            +
                "content": "<s>",
         | 
| 4 | 
            +
                "lstrip": false,
         | 
| 5 | 
            +
                "normalized": false,
         | 
| 6 | 
            +
                "rstrip": false,
         | 
| 7 | 
            +
                "single_word": false
         | 
| 8 | 
            +
              },
         | 
| 9 | 
            +
              "eos_token": {
         | 
| 10 | 
            +
                "content": "<|endoftext|>",
         | 
| 11 | 
            +
                "lstrip": false,
         | 
| 12 | 
            +
                "normalized": false,
         | 
| 13 | 
            +
                "rstrip": false,
         | 
| 14 | 
            +
                "single_word": false
         | 
| 15 | 
            +
              },
         | 
| 16 | 
            +
              "pad_token": "<unk>",
         | 
| 17 | 
            +
              "unk_token": {
         | 
| 18 | 
            +
                "content": "<unk>",
         | 
| 19 | 
            +
                "lstrip": false,
         | 
| 20 | 
            +
                "normalized": false,
         | 
| 21 | 
            +
                "rstrip": false,
         | 
| 22 | 
            +
                "single_word": false
         | 
| 23 | 
            +
              }
         | 
| 24 | 
            +
            }
         | 
    	
        tokenizer.model
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
         | 
| 3 | 
            +
            size 499723
         | 
    	
        tokenizer_config.json
    ADDED
    
    | @@ -0,0 +1,131 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "add_bos_token": true,
         | 
| 3 | 
            +
              "add_eos_token": false,
         | 
| 4 | 
            +
              "added_tokens_decoder": {
         | 
| 5 | 
            +
                "0": {
         | 
| 6 | 
            +
                  "content": "<unk>",
         | 
| 7 | 
            +
                  "lstrip": false,
         | 
| 8 | 
            +
                  "normalized": false,
         | 
| 9 | 
            +
                  "rstrip": false,
         | 
| 10 | 
            +
                  "single_word": false,
         | 
| 11 | 
            +
                  "special": true
         | 
| 12 | 
            +
                },
         | 
| 13 | 
            +
                "1": {
         | 
| 14 | 
            +
                  "content": "<s>",
         | 
| 15 | 
            +
                  "lstrip": false,
         | 
| 16 | 
            +
                  "normalized": false,
         | 
| 17 | 
            +
                  "rstrip": false,
         | 
| 18 | 
            +
                  "single_word": false,
         | 
| 19 | 
            +
                  "special": true
         | 
| 20 | 
            +
                },
         | 
| 21 | 
            +
                "2": {
         | 
| 22 | 
            +
                  "content": "</s>",
         | 
| 23 | 
            +
                  "lstrip": false,
         | 
| 24 | 
            +
                  "normalized": false,
         | 
| 25 | 
            +
                  "rstrip": true,
         | 
| 26 | 
            +
                  "single_word": false,
         | 
| 27 | 
            +
                  "special": false
         | 
| 28 | 
            +
                },
         | 
| 29 | 
            +
                "32000": {
         | 
| 30 | 
            +
                  "content": "<|endoftext|>",
         | 
| 31 | 
            +
                  "lstrip": false,
         | 
| 32 | 
            +
                  "normalized": false,
         | 
| 33 | 
            +
                  "rstrip": false,
         | 
| 34 | 
            +
                  "single_word": false,
         | 
| 35 | 
            +
                  "special": true
         | 
| 36 | 
            +
                },
         | 
| 37 | 
            +
                "32001": {
         | 
| 38 | 
            +
                  "content": "<|assistant|>",
         | 
| 39 | 
            +
                  "lstrip": false,
         | 
| 40 | 
            +
                  "normalized": false,
         | 
| 41 | 
            +
                  "rstrip": true,
         | 
| 42 | 
            +
                  "single_word": false,
         | 
| 43 | 
            +
                  "special": true
         | 
| 44 | 
            +
                },
         | 
| 45 | 
            +
                "32002": {
         | 
| 46 | 
            +
                  "content": "<|placeholder1|>",
         | 
| 47 | 
            +
                  "lstrip": false,
         | 
| 48 | 
            +
                  "normalized": false,
         | 
| 49 | 
            +
                  "rstrip": true,
         | 
| 50 | 
            +
                  "single_word": false,
         | 
| 51 | 
            +
                  "special": true
         | 
| 52 | 
            +
                },
         | 
| 53 | 
            +
                "32003": {
         | 
| 54 | 
            +
                  "content": "<|placeholder2|>",
         | 
| 55 | 
            +
                  "lstrip": false,
         | 
| 56 | 
            +
                  "normalized": false,
         | 
| 57 | 
            +
                  "rstrip": true,
         | 
| 58 | 
            +
                  "single_word": false,
         | 
| 59 | 
            +
                  "special": true
         | 
| 60 | 
            +
                },
         | 
| 61 | 
            +
                "32004": {
         | 
| 62 | 
            +
                  "content": "<|placeholder3|>",
         | 
| 63 | 
            +
                  "lstrip": false,
         | 
| 64 | 
            +
                  "normalized": false,
         | 
| 65 | 
            +
                  "rstrip": true,
         | 
| 66 | 
            +
                  "single_word": false,
         | 
| 67 | 
            +
                  "special": true
         | 
| 68 | 
            +
                },
         | 
| 69 | 
            +
                "32005": {
         | 
| 70 | 
            +
                  "content": "<|placeholder4|>",
         | 
| 71 | 
            +
                  "lstrip": false,
         | 
| 72 | 
            +
                  "normalized": false,
         | 
| 73 | 
            +
                  "rstrip": true,
         | 
| 74 | 
            +
                  "single_word": false,
         | 
| 75 | 
            +
                  "special": true
         | 
| 76 | 
            +
                },
         | 
| 77 | 
            +
                "32006": {
         | 
| 78 | 
            +
                  "content": "<|system|>",
         | 
| 79 | 
            +
                  "lstrip": false,
         | 
| 80 | 
            +
                  "normalized": false,
         | 
| 81 | 
            +
                  "rstrip": true,
         | 
| 82 | 
            +
                  "single_word": false,
         | 
| 83 | 
            +
                  "special": true
         | 
| 84 | 
            +
                },
         | 
| 85 | 
            +
                "32007": {
         | 
| 86 | 
            +
                  "content": "<|end|>",
         | 
| 87 | 
            +
                  "lstrip": false,
         | 
| 88 | 
            +
                  "normalized": false,
         | 
| 89 | 
            +
                  "rstrip": true,
         | 
| 90 | 
            +
                  "single_word": false,
         | 
| 91 | 
            +
                  "special": true
         | 
| 92 | 
            +
                },
         | 
| 93 | 
            +
                "32008": {
         | 
| 94 | 
            +
                  "content": "<|placeholder5|>",
         | 
| 95 | 
            +
                  "lstrip": false,
         | 
| 96 | 
            +
                  "normalized": false,
         | 
| 97 | 
            +
                  "rstrip": true,
         | 
| 98 | 
            +
                  "single_word": false,
         | 
| 99 | 
            +
                  "special": true
         | 
| 100 | 
            +
                },
         | 
| 101 | 
            +
                "32009": {
         | 
| 102 | 
            +
                  "content": "<|placeholder6|>",
         | 
| 103 | 
            +
                  "lstrip": false,
         | 
| 104 | 
            +
                  "normalized": false,
         | 
| 105 | 
            +
                  "rstrip": true,
         | 
| 106 | 
            +
                  "single_word": false,
         | 
| 107 | 
            +
                  "special": true
         | 
| 108 | 
            +
                },
         | 
| 109 | 
            +
                "32010": {
         | 
| 110 | 
            +
                  "content": "<|user|>",
         | 
| 111 | 
            +
                  "lstrip": false,
         | 
| 112 | 
            +
                  "normalized": false,
         | 
| 113 | 
            +
                  "rstrip": true,
         | 
| 114 | 
            +
                  "single_word": false,
         | 
| 115 | 
            +
                  "special": true
         | 
| 116 | 
            +
                }
         | 
| 117 | 
            +
              },
         | 
| 118 | 
            +
              "bos_token": "<s>",
         | 
| 119 | 
            +
              "chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
         | 
| 120 | 
            +
              "clean_up_tokenization_spaces": false,
         | 
| 121 | 
            +
              "eos_token": "<|endoftext|>",
         | 
| 122 | 
            +
              "legacy": false,
         | 
| 123 | 
            +
              "model_max_length": 2048,
         | 
| 124 | 
            +
              "pad_token": "<unk>",
         | 
| 125 | 
            +
              "padding_side": "right",
         | 
| 126 | 
            +
              "sp_model_kwargs": {},
         | 
| 127 | 
            +
              "spaces_between_special_tokens": false,
         | 
| 128 | 
            +
              "tokenizer_class": "LlamaTokenizer",
         | 
| 129 | 
            +
              "unk_token": "<unk>",
         | 
| 130 | 
            +
              "use_default_system_prompt": false
         | 
| 131 | 
            +
            }
         | 
    	
        training_args.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:e77b47cc02120974f45fc0e5a5698d66184f6bba9d1775a023d4134f30d6c961
         | 
| 3 | 
            +
            size 5944
         | 
