Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
 - config.json +33 -0
 - generation_config.json +8 -0
 - model-00001-of-00015.safetensors +3 -0
 - model-00002-of-00015.safetensors +3 -0
 - model-00003-of-00015.safetensors +3 -0
 - model-00004-of-00015.safetensors +3 -0
 - model-00005-of-00015.safetensors +3 -0
 - model-00006-of-00015.safetensors +3 -0
 - model-00007-of-00015.safetensors +3 -0
 - model-00008-of-00015.safetensors +3 -0
 - model-00009-of-00015.safetensors +3 -0
 - model-00010-of-00015.safetensors +3 -0
 - model-00011-of-00015.safetensors +3 -0
 - model-00012-of-00015.safetensors +3 -0
 - model-00013-of-00015.safetensors +3 -0
 - model-00014-of-00015.safetensors +3 -0
 - model-00015-of-00015.safetensors +3 -0
 - model.safetensors.index.json +779 -0
 - special_tokens_map.json +23 -0
 - tokenizer.json +3 -0
 - tokenizer_config.json +1035 -0
 
    	
        .gitattributes
    CHANGED
    
    | 
         @@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text 
     | 
|
| 34 | 
         
             
            *.zst filter=lfs diff=lfs merge=lfs -text
         
     | 
| 35 | 
         
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         
     | 
| 36 | 
         
             
            thinking_budget.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 
         | 
| 
         | 
|
| 34 | 
         
             
            *.zst filter=lfs diff=lfs merge=lfs -text
         
     | 
| 35 | 
         
             
            *tfevents* filter=lfs diff=lfs merge=lfs -text
         
     | 
| 36 | 
         
             
            thinking_budget.png filter=lfs diff=lfs merge=lfs -text
         
     | 
| 37 | 
         
            +
            tokenizer.json filter=lfs diff=lfs merge=lfs -text
         
     | 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,33 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "architectures": [
         
     | 
| 3 | 
         
            +
                "SeedOssForCausalLM"
         
     | 
| 4 | 
         
            +
              ],
         
     | 
| 5 | 
         
            +
              "attention_bias": true,
         
     | 
| 6 | 
         
            +
              "attention_dropout": 0.1,
         
     | 
| 7 | 
         
            +
              "attention_out_bias": false,
         
     | 
| 8 | 
         
            +
              "bos_token_id": 0,
         
     | 
| 9 | 
         
            +
              "pad_token_id": 1,
         
     | 
| 10 | 
         
            +
              "eos_token_id": 2,
         
     | 
| 11 | 
         
            +
              "head_dim": 128,
         
     | 
| 12 | 
         
            +
              "hidden_act": "silu",
         
     | 
| 13 | 
         
            +
              "hidden_size": 5120,
         
     | 
| 14 | 
         
            +
              "initializer_range": 0.02,
         
     | 
| 15 | 
         
            +
              "intermediate_size": 27648,
         
     | 
| 16 | 
         
            +
              "max_position_embeddings": 524288,
         
     | 
| 17 | 
         
            +
              "mlp_bias": false,
         
     | 
| 18 | 
         
            +
              "model_type": "seed_oss",
         
     | 
| 19 | 
         
            +
              "num_attention_heads": 80,
         
     | 
| 20 | 
         
            +
              "num_hidden_layers": 64,
         
     | 
| 21 | 
         
            +
              "num_key_value_heads": 8,
         
     | 
| 22 | 
         
            +
              "residual_dropout": 0.1,
         
     | 
| 23 | 
         
            +
              "rms_norm_eps": 1e-06,
         
     | 
| 24 | 
         
            +
              "rope_scaling": {
         
     | 
| 25 | 
         
            +
                "rope_type": "default"
         
     | 
| 26 | 
         
            +
              },
         
     | 
| 27 | 
         
            +
              "rope_theta": 10000000.0,
         
     | 
| 28 | 
         
            +
              "tie_word_embeddings": false,
         
     | 
| 29 | 
         
            +
              "torch_dtype": "bfloat16",
         
     | 
| 30 | 
         
            +
              "transformers_version": "4.55.0",
         
     | 
| 31 | 
         
            +
              "use_cache": true,
         
     | 
| 32 | 
         
            +
              "vocab_size": 155136
         
     | 
| 33 | 
         
            +
            }
         
     | 
    	
        generation_config.json
    ADDED
    
    | 
         @@ -0,0 +1,8 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "_from_model_config": true,
         
     | 
| 3 | 
         
            +
              "bos_token_id": 0,
         
     | 
| 4 | 
         
            +
              "pad_token_id": 1,
         
     | 
| 5 | 
         
            +
              "eos_token_id": 2,
         
     | 
| 6 | 
         
            +
              "transformers_version": "4.55.0"
         
     | 
| 7 | 
         
            +
            }
         
     | 
| 8 | 
         
            +
             
         
     | 
    	
        model-00001-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:f8f2c7c46d1fa3414c32337c59556f2e03315046a9f86182ca295eaa4435db0b
         
     | 
| 3 | 
         
            +
            size 4954686296
         
     | 
    	
        model-00002-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:35f74968195a64897454c1ec01e58228ef32a864d736dec59435425596afc63b
         
     | 
| 3 | 
         
            +
            size 4991407840
         
     | 
    	
        model-00003-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:02ac77603403a89047e3594924d918970249380ab521c006bbdd4d75c19b8ee0
         
     | 
| 3 | 
         
            +
            size 4834167328
         
     | 
    	
        model-00004-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:c88a55d1c0402fdf958d40872bc9c75fb937fed1740830d2b85dc65cb136b683
         
     | 
| 3 | 
         
            +
            size 4886550176
         
     | 
    	
        model-00005-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:d9e1ec0407c763b9fb09412a87bfbefc4ec916e748399a1169cf3aedfb8861aa
         
     | 
| 3 | 
         
            +
            size 4834167360
         
     | 
    	
        model-00006-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:48667207d92fbc4040e9a083e65fb03bf796aaba38f2c2381aa4c6e3f77788dd
         
     | 
| 3 | 
         
            +
            size 4886550176
         
     | 
    	
        model-00007-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:c8b0d94f01a80b3960cdf43b91fdd5eff753f80224010ac7a1c444094735256d
         
     | 
| 3 | 
         
            +
            size 4834167360
         
     | 
    	
        model-00008-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:ce0563a32c28eec127b06882c628aa6ad25c47319a438f73965a01fc6b29de89
         
     | 
| 3 | 
         
            +
            size 4886550176
         
     | 
    	
        model-00009-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:16f028b18635708cbaf22a112f047f7c6142c911800e5401f0bb8ffaec235675
         
     | 
| 3 | 
         
            +
            size 4834167360
         
     | 
    	
        model-00010-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:d2a009057a336e047c02637ae45ae95b7625e3c13550de8a2ab50d966337861a
         
     | 
| 3 | 
         
            +
            size 4886550176
         
     | 
    	
        model-00011-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:274ffeedd5037e72103d8e215a72e7c1698b7946b7eecdeb5af61404606bf7d7
         
     | 
| 3 | 
         
            +
            size 4834167360
         
     | 
    	
        model-00012-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:485deb0b93dc05c932ff34a4f451ee6a2933c9bdce8e1731ebcc793a539bc8fe
         
     | 
| 3 | 
         
            +
            size 4886550176
         
     | 
    	
        model-00013-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:30bb452f3d1b895289b345558a60324c73b5056045f159eb76b73d389b283e6c
         
     | 
| 3 | 
         
            +
            size 4834167360
         
     | 
    	
        model-00014-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:8812e50c116402d2776ab7a4ca21cf896703e76b1fea7b08eb59308ab92aff81
         
     | 
| 3 | 
         
            +
            size 4886550176
         
     | 
    	
        model-00015-of-00015.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:fcb1b00d0101318098ae75bd7655778b8316375062372053e0fee69f5fa0c1cd
         
     | 
| 3 | 
         
            +
            size 4031898896
         
     | 
    	
        model.safetensors.index.json
    ADDED
    
    | 
         @@ -0,0 +1,779 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "metadata": {
         
     | 
| 3 | 
         
            +
                "total_parameters": 36151104512,
         
     | 
| 4 | 
         
            +
                "total_size": 72302209024
         
     | 
| 5 | 
         
            +
              },
         
     | 
| 6 | 
         
            +
              "weight_map": {
         
     | 
| 7 | 
         
            +
                "lm_head.weight": "model-00015-of-00015.safetensors",
         
     | 
| 8 | 
         
            +
                "model.embed_tokens.weight": "model-00001-of-00015.safetensors",
         
     | 
| 9 | 
         
            +
                "model.layers.0.input_layernorm.weight": "model-00001-of-00015.safetensors",
         
     | 
| 10 | 
         
            +
                "model.layers.0.mlp.down_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 11 | 
         
            +
                "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 12 | 
         
            +
                "model.layers.0.mlp.up_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 13 | 
         
            +
                "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00015.safetensors",
         
     | 
| 14 | 
         
            +
                "model.layers.0.self_attn.k_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 15 | 
         
            +
                "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 16 | 
         
            +
                "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 17 | 
         
            +
                "model.layers.0.self_attn.q_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 18 | 
         
            +
                "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 19 | 
         
            +
                "model.layers.0.self_attn.v_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 20 | 
         
            +
                "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 21 | 
         
            +
                "model.layers.1.input_layernorm.weight": "model-00001-of-00015.safetensors",
         
     | 
| 22 | 
         
            +
                "model.layers.1.mlp.down_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 23 | 
         
            +
                "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 24 | 
         
            +
                "model.layers.1.mlp.up_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 25 | 
         
            +
                "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00015.safetensors",
         
     | 
| 26 | 
         
            +
                "model.layers.1.self_attn.k_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 27 | 
         
            +
                "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 28 | 
         
            +
                "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 29 | 
         
            +
                "model.layers.1.self_attn.q_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 30 | 
         
            +
                "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 31 | 
         
            +
                "model.layers.1.self_attn.v_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 32 | 
         
            +
                "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 33 | 
         
            +
                "model.layers.10.input_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 34 | 
         
            +
                "model.layers.10.mlp.down_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 35 | 
         
            +
                "model.layers.10.mlp.gate_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 36 | 
         
            +
                "model.layers.10.mlp.up_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 37 | 
         
            +
                "model.layers.10.post_attention_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 38 | 
         
            +
                "model.layers.10.self_attn.k_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 39 | 
         
            +
                "model.layers.10.self_attn.k_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 40 | 
         
            +
                "model.layers.10.self_attn.o_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 41 | 
         
            +
                "model.layers.10.self_attn.q_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 42 | 
         
            +
                "model.layers.10.self_attn.q_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 43 | 
         
            +
                "model.layers.10.self_attn.v_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 44 | 
         
            +
                "model.layers.10.self_attn.v_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 45 | 
         
            +
                "model.layers.11.input_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 46 | 
         
            +
                "model.layers.11.mlp.down_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 47 | 
         
            +
                "model.layers.11.mlp.gate_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 48 | 
         
            +
                "model.layers.11.mlp.up_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 49 | 
         
            +
                "model.layers.11.post_attention_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 50 | 
         
            +
                "model.layers.11.self_attn.k_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 51 | 
         
            +
                "model.layers.11.self_attn.k_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 52 | 
         
            +
                "model.layers.11.self_attn.o_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 53 | 
         
            +
                "model.layers.11.self_attn.q_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 54 | 
         
            +
                "model.layers.11.self_attn.q_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 55 | 
         
            +
                "model.layers.11.self_attn.v_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 56 | 
         
            +
                "model.layers.11.self_attn.v_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 57 | 
         
            +
                "model.layers.12.input_layernorm.weight": "model-00004-of-00015.safetensors",
         
     | 
| 58 | 
         
            +
                "model.layers.12.mlp.down_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 59 | 
         
            +
                "model.layers.12.mlp.gate_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 60 | 
         
            +
                "model.layers.12.mlp.up_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 61 | 
         
            +
                "model.layers.12.post_attention_layernorm.weight": "model-00004-of-00015.safetensors",
         
     | 
| 62 | 
         
            +
                "model.layers.12.self_attn.k_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 63 | 
         
            +
                "model.layers.12.self_attn.k_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 64 | 
         
            +
                "model.layers.12.self_attn.o_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 65 | 
         
            +
                "model.layers.12.self_attn.q_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 66 | 
         
            +
                "model.layers.12.self_attn.q_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 67 | 
         
            +
                "model.layers.12.self_attn.v_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 68 | 
         
            +
                "model.layers.12.self_attn.v_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 69 | 
         
            +
                "model.layers.13.input_layernorm.weight": "model-00004-of-00015.safetensors",
         
     | 
| 70 | 
         
            +
                "model.layers.13.mlp.down_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 71 | 
         
            +
                "model.layers.13.mlp.gate_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 72 | 
         
            +
                "model.layers.13.mlp.up_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 73 | 
         
            +
                "model.layers.13.post_attention_layernorm.weight": "model-00004-of-00015.safetensors",
         
     | 
| 74 | 
         
            +
                "model.layers.13.self_attn.k_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 75 | 
         
            +
                "model.layers.13.self_attn.k_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 76 | 
         
            +
                "model.layers.13.self_attn.o_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 77 | 
         
            +
                "model.layers.13.self_attn.q_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 78 | 
         
            +
                "model.layers.13.self_attn.q_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 79 | 
         
            +
                "model.layers.13.self_attn.v_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 80 | 
         
            +
                "model.layers.13.self_attn.v_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 81 | 
         
            +
                "model.layers.14.input_layernorm.weight": "model-00004-of-00015.safetensors",
         
     | 
| 82 | 
         
            +
                "model.layers.14.mlp.down_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 83 | 
         
            +
                "model.layers.14.mlp.gate_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 84 | 
         
            +
                "model.layers.14.mlp.up_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 85 | 
         
            +
                "model.layers.14.post_attention_layernorm.weight": "model-00004-of-00015.safetensors",
         
     | 
| 86 | 
         
            +
                "model.layers.14.self_attn.k_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 87 | 
         
            +
                "model.layers.14.self_attn.k_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 88 | 
         
            +
                "model.layers.14.self_attn.o_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 89 | 
         
            +
                "model.layers.14.self_attn.q_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 90 | 
         
            +
                "model.layers.14.self_attn.q_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 91 | 
         
            +
                "model.layers.14.self_attn.v_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 92 | 
         
            +
                "model.layers.14.self_attn.v_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 93 | 
         
            +
                "model.layers.15.input_layernorm.weight": "model-00004-of-00015.safetensors",
         
     | 
| 94 | 
         
            +
                "model.layers.15.mlp.down_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 95 | 
         
            +
                "model.layers.15.mlp.gate_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 96 | 
         
            +
                "model.layers.15.mlp.up_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 97 | 
         
            +
                "model.layers.15.post_attention_layernorm.weight": "model-00004-of-00015.safetensors",
         
     | 
| 98 | 
         
            +
                "model.layers.15.self_attn.k_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 99 | 
         
            +
                "model.layers.15.self_attn.k_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 100 | 
         
            +
                "model.layers.15.self_attn.o_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 101 | 
         
            +
                "model.layers.15.self_attn.q_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 102 | 
         
            +
                "model.layers.15.self_attn.q_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 103 | 
         
            +
                "model.layers.15.self_attn.v_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 104 | 
         
            +
                "model.layers.15.self_attn.v_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 105 | 
         
            +
                "model.layers.16.input_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 106 | 
         
            +
                "model.layers.16.mlp.down_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 107 | 
         
            +
                "model.layers.16.mlp.gate_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 108 | 
         
            +
                "model.layers.16.mlp.up_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 109 | 
         
            +
                "model.layers.16.post_attention_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 110 | 
         
            +
                "model.layers.16.self_attn.k_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 111 | 
         
            +
                "model.layers.16.self_attn.k_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 112 | 
         
            +
                "model.layers.16.self_attn.o_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 113 | 
         
            +
                "model.layers.16.self_attn.q_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 114 | 
         
            +
                "model.layers.16.self_attn.q_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 115 | 
         
            +
                "model.layers.16.self_attn.v_proj.bias": "model-00004-of-00015.safetensors",
         
     | 
| 116 | 
         
            +
                "model.layers.16.self_attn.v_proj.weight": "model-00004-of-00015.safetensors",
         
     | 
| 117 | 
         
            +
                "model.layers.17.input_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 118 | 
         
            +
                "model.layers.17.mlp.down_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 119 | 
         
            +
                "model.layers.17.mlp.gate_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 120 | 
         
            +
                "model.layers.17.mlp.up_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 121 | 
         
            +
                "model.layers.17.post_attention_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 122 | 
         
            +
                "model.layers.17.self_attn.k_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 123 | 
         
            +
                "model.layers.17.self_attn.k_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 124 | 
         
            +
                "model.layers.17.self_attn.o_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 125 | 
         
            +
                "model.layers.17.self_attn.q_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 126 | 
         
            +
                "model.layers.17.self_attn.q_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 127 | 
         
            +
                "model.layers.17.self_attn.v_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 128 | 
         
            +
                "model.layers.17.self_attn.v_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 129 | 
         
            +
                "model.layers.18.input_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 130 | 
         
            +
                "model.layers.18.mlp.down_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 131 | 
         
            +
                "model.layers.18.mlp.gate_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 132 | 
         
            +
                "model.layers.18.mlp.up_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 133 | 
         
            +
                "model.layers.18.post_attention_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 134 | 
         
            +
                "model.layers.18.self_attn.k_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 135 | 
         
            +
                "model.layers.18.self_attn.k_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 136 | 
         
            +
                "model.layers.18.self_attn.o_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 137 | 
         
            +
                "model.layers.18.self_attn.q_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 138 | 
         
            +
                "model.layers.18.self_attn.q_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 139 | 
         
            +
                "model.layers.18.self_attn.v_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 140 | 
         
            +
                "model.layers.18.self_attn.v_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 141 | 
         
            +
                "model.layers.19.input_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 142 | 
         
            +
                "model.layers.19.mlp.down_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 143 | 
         
            +
                "model.layers.19.mlp.gate_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 144 | 
         
            +
                "model.layers.19.mlp.up_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 145 | 
         
            +
                "model.layers.19.post_attention_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 146 | 
         
            +
                "model.layers.19.self_attn.k_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 147 | 
         
            +
                "model.layers.19.self_attn.k_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 148 | 
         
            +
                "model.layers.19.self_attn.o_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 149 | 
         
            +
                "model.layers.19.self_attn.q_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 150 | 
         
            +
                "model.layers.19.self_attn.q_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 151 | 
         
            +
                "model.layers.19.self_attn.v_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 152 | 
         
            +
                "model.layers.19.self_attn.v_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 153 | 
         
            +
                "model.layers.2.input_layernorm.weight": "model-00001-of-00015.safetensors",
         
     | 
| 154 | 
         
            +
                "model.layers.2.mlp.down_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 155 | 
         
            +
                "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 156 | 
         
            +
                "model.layers.2.mlp.up_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 157 | 
         
            +
                "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00015.safetensors",
         
     | 
| 158 | 
         
            +
                "model.layers.2.self_attn.k_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 159 | 
         
            +
                "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 160 | 
         
            +
                "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 161 | 
         
            +
                "model.layers.2.self_attn.q_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 162 | 
         
            +
                "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 163 | 
         
            +
                "model.layers.2.self_attn.v_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 164 | 
         
            +
                "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 165 | 
         
            +
                "model.layers.20.input_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 166 | 
         
            +
                "model.layers.20.mlp.down_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 167 | 
         
            +
                "model.layers.20.mlp.gate_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 168 | 
         
            +
                "model.layers.20.mlp.up_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 169 | 
         
            +
                "model.layers.20.post_attention_layernorm.weight": "model-00005-of-00015.safetensors",
         
     | 
| 170 | 
         
            +
                "model.layers.20.self_attn.k_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 171 | 
         
            +
                "model.layers.20.self_attn.k_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 172 | 
         
            +
                "model.layers.20.self_attn.o_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 173 | 
         
            +
                "model.layers.20.self_attn.q_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 174 | 
         
            +
                "model.layers.20.self_attn.q_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 175 | 
         
            +
                "model.layers.20.self_attn.v_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 176 | 
         
            +
                "model.layers.20.self_attn.v_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 177 | 
         
            +
                "model.layers.21.input_layernorm.weight": "model-00006-of-00015.safetensors",
         
     | 
| 178 | 
         
            +
                "model.layers.21.mlp.down_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 179 | 
         
            +
                "model.layers.21.mlp.gate_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 180 | 
         
            +
                "model.layers.21.mlp.up_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 181 | 
         
            +
                "model.layers.21.post_attention_layernorm.weight": "model-00006-of-00015.safetensors",
         
     | 
| 182 | 
         
            +
                "model.layers.21.self_attn.k_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 183 | 
         
            +
                "model.layers.21.self_attn.k_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 184 | 
         
            +
                "model.layers.21.self_attn.o_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 185 | 
         
            +
                "model.layers.21.self_attn.q_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 186 | 
         
            +
                "model.layers.21.self_attn.q_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 187 | 
         
            +
                "model.layers.21.self_attn.v_proj.bias": "model-00005-of-00015.safetensors",
         
     | 
| 188 | 
         
            +
                "model.layers.21.self_attn.v_proj.weight": "model-00005-of-00015.safetensors",
         
     | 
| 189 | 
         
            +
                "model.layers.22.input_layernorm.weight": "model-00006-of-00015.safetensors",
         
     | 
| 190 | 
         
            +
                "model.layers.22.mlp.down_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 191 | 
         
            +
                "model.layers.22.mlp.gate_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 192 | 
         
            +
                "model.layers.22.mlp.up_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 193 | 
         
            +
                "model.layers.22.post_attention_layernorm.weight": "model-00006-of-00015.safetensors",
         
     | 
| 194 | 
         
            +
                "model.layers.22.self_attn.k_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 195 | 
         
            +
                "model.layers.22.self_attn.k_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 196 | 
         
            +
                "model.layers.22.self_attn.o_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 197 | 
         
            +
                "model.layers.22.self_attn.q_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 198 | 
         
            +
                "model.layers.22.self_attn.q_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 199 | 
         
            +
                "model.layers.22.self_attn.v_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 200 | 
         
            +
                "model.layers.22.self_attn.v_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 201 | 
         
            +
                "model.layers.23.input_layernorm.weight": "model-00006-of-00015.safetensors",
         
     | 
| 202 | 
         
            +
                "model.layers.23.mlp.down_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 203 | 
         
            +
                "model.layers.23.mlp.gate_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 204 | 
         
            +
                "model.layers.23.mlp.up_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 205 | 
         
            +
                "model.layers.23.post_attention_layernorm.weight": "model-00006-of-00015.safetensors",
         
     | 
| 206 | 
         
            +
                "model.layers.23.self_attn.k_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 207 | 
         
            +
                "model.layers.23.self_attn.k_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 208 | 
         
            +
                "model.layers.23.self_attn.o_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 209 | 
         
            +
                "model.layers.23.self_attn.q_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 210 | 
         
            +
                "model.layers.23.self_attn.q_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 211 | 
         
            +
                "model.layers.23.self_attn.v_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 212 | 
         
            +
                "model.layers.23.self_attn.v_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 213 | 
         
            +
                "model.layers.24.input_layernorm.weight": "model-00006-of-00015.safetensors",
         
     | 
| 214 | 
         
            +
                "model.layers.24.mlp.down_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 215 | 
         
            +
                "model.layers.24.mlp.gate_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 216 | 
         
            +
                "model.layers.24.mlp.up_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 217 | 
         
            +
                "model.layers.24.post_attention_layernorm.weight": "model-00006-of-00015.safetensors",
         
     | 
| 218 | 
         
            +
                "model.layers.24.self_attn.k_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 219 | 
         
            +
                "model.layers.24.self_attn.k_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 220 | 
         
            +
                "model.layers.24.self_attn.o_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 221 | 
         
            +
                "model.layers.24.self_attn.q_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 222 | 
         
            +
                "model.layers.24.self_attn.q_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 223 | 
         
            +
                "model.layers.24.self_attn.v_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 224 | 
         
            +
                "model.layers.24.self_attn.v_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 225 | 
         
            +
                "model.layers.25.input_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 226 | 
         
            +
                "model.layers.25.mlp.down_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 227 | 
         
            +
                "model.layers.25.mlp.gate_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 228 | 
         
            +
                "model.layers.25.mlp.up_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 229 | 
         
            +
                "model.layers.25.post_attention_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 230 | 
         
            +
                "model.layers.25.self_attn.k_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 231 | 
         
            +
                "model.layers.25.self_attn.k_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 232 | 
         
            +
                "model.layers.25.self_attn.o_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 233 | 
         
            +
                "model.layers.25.self_attn.q_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 234 | 
         
            +
                "model.layers.25.self_attn.q_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 235 | 
         
            +
                "model.layers.25.self_attn.v_proj.bias": "model-00006-of-00015.safetensors",
         
     | 
| 236 | 
         
            +
                "model.layers.25.self_attn.v_proj.weight": "model-00006-of-00015.safetensors",
         
     | 
| 237 | 
         
            +
                "model.layers.26.input_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 238 | 
         
            +
                "model.layers.26.mlp.down_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 239 | 
         
            +
                "model.layers.26.mlp.gate_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 240 | 
         
            +
                "model.layers.26.mlp.up_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 241 | 
         
            +
                "model.layers.26.post_attention_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 242 | 
         
            +
                "model.layers.26.self_attn.k_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 243 | 
         
            +
                "model.layers.26.self_attn.k_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 244 | 
         
            +
                "model.layers.26.self_attn.o_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 245 | 
         
            +
                "model.layers.26.self_attn.q_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 246 | 
         
            +
                "model.layers.26.self_attn.q_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 247 | 
         
            +
                "model.layers.26.self_attn.v_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 248 | 
         
            +
                "model.layers.26.self_attn.v_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 249 | 
         
            +
                "model.layers.27.input_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 250 | 
         
            +
                "model.layers.27.mlp.down_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 251 | 
         
            +
                "model.layers.27.mlp.gate_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 252 | 
         
            +
                "model.layers.27.mlp.up_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 253 | 
         
            +
                "model.layers.27.post_attention_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 254 | 
         
            +
                "model.layers.27.self_attn.k_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 255 | 
         
            +
                "model.layers.27.self_attn.k_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 256 | 
         
            +
                "model.layers.27.self_attn.o_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 257 | 
         
            +
                "model.layers.27.self_attn.q_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 258 | 
         
            +
                "model.layers.27.self_attn.q_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 259 | 
         
            +
                "model.layers.27.self_attn.v_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 260 | 
         
            +
                "model.layers.27.self_attn.v_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 261 | 
         
            +
                "model.layers.28.input_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 262 | 
         
            +
                "model.layers.28.mlp.down_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 263 | 
         
            +
                "model.layers.28.mlp.gate_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 264 | 
         
            +
                "model.layers.28.mlp.up_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 265 | 
         
            +
                "model.layers.28.post_attention_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 266 | 
         
            +
                "model.layers.28.self_attn.k_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 267 | 
         
            +
                "model.layers.28.self_attn.k_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 268 | 
         
            +
                "model.layers.28.self_attn.o_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 269 | 
         
            +
                "model.layers.28.self_attn.q_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 270 | 
         
            +
                "model.layers.28.self_attn.q_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 271 | 
         
            +
                "model.layers.28.self_attn.v_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 272 | 
         
            +
                "model.layers.28.self_attn.v_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 273 | 
         
            +
                "model.layers.29.input_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 274 | 
         
            +
                "model.layers.29.mlp.down_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 275 | 
         
            +
                "model.layers.29.mlp.gate_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 276 | 
         
            +
                "model.layers.29.mlp.up_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 277 | 
         
            +
                "model.layers.29.post_attention_layernorm.weight": "model-00007-of-00015.safetensors",
         
     | 
| 278 | 
         
            +
                "model.layers.29.self_attn.k_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 279 | 
         
            +
                "model.layers.29.self_attn.k_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 280 | 
         
            +
                "model.layers.29.self_attn.o_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 281 | 
         
            +
                "model.layers.29.self_attn.q_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 282 | 
         
            +
                "model.layers.29.self_attn.q_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 283 | 
         
            +
                "model.layers.29.self_attn.v_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 284 | 
         
            +
                "model.layers.29.self_attn.v_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 285 | 
         
            +
                "model.layers.3.input_layernorm.weight": "model-00002-of-00015.safetensors",
         
     | 
| 286 | 
         
            +
                "model.layers.3.mlp.down_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 287 | 
         
            +
                "model.layers.3.mlp.gate_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 288 | 
         
            +
                "model.layers.3.mlp.up_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 289 | 
         
            +
                "model.layers.3.post_attention_layernorm.weight": "model-00002-of-00015.safetensors",
         
     | 
| 290 | 
         
            +
                "model.layers.3.self_attn.k_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 291 | 
         
            +
                "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 292 | 
         
            +
                "model.layers.3.self_attn.o_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 293 | 
         
            +
                "model.layers.3.self_attn.q_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 294 | 
         
            +
                "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 295 | 
         
            +
                "model.layers.3.self_attn.v_proj.bias": "model-00001-of-00015.safetensors",
         
     | 
| 296 | 
         
            +
                "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00015.safetensors",
         
     | 
| 297 | 
         
            +
                "model.layers.30.input_layernorm.weight": "model-00008-of-00015.safetensors",
         
     | 
| 298 | 
         
            +
                "model.layers.30.mlp.down_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 299 | 
         
            +
                "model.layers.30.mlp.gate_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 300 | 
         
            +
                "model.layers.30.mlp.up_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 301 | 
         
            +
                "model.layers.30.post_attention_layernorm.weight": "model-00008-of-00015.safetensors",
         
     | 
| 302 | 
         
            +
                "model.layers.30.self_attn.k_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 303 | 
         
            +
                "model.layers.30.self_attn.k_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 304 | 
         
            +
                "model.layers.30.self_attn.o_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 305 | 
         
            +
                "model.layers.30.self_attn.q_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 306 | 
         
            +
                "model.layers.30.self_attn.q_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 307 | 
         
            +
                "model.layers.30.self_attn.v_proj.bias": "model-00007-of-00015.safetensors",
         
     | 
| 308 | 
         
            +
                "model.layers.30.self_attn.v_proj.weight": "model-00007-of-00015.safetensors",
         
     | 
| 309 | 
         
            +
                "model.layers.31.input_layernorm.weight": "model-00008-of-00015.safetensors",
         
     | 
| 310 | 
         
            +
                "model.layers.31.mlp.down_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 311 | 
         
            +
                "model.layers.31.mlp.gate_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 312 | 
         
            +
                "model.layers.31.mlp.up_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 313 | 
         
            +
                "model.layers.31.post_attention_layernorm.weight": "model-00008-of-00015.safetensors",
         
     | 
| 314 | 
         
            +
                "model.layers.31.self_attn.k_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 315 | 
         
            +
                "model.layers.31.self_attn.k_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 316 | 
         
            +
                "model.layers.31.self_attn.o_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 317 | 
         
            +
                "model.layers.31.self_attn.q_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 318 | 
         
            +
                "model.layers.31.self_attn.q_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 319 | 
         
            +
                "model.layers.31.self_attn.v_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 320 | 
         
            +
                "model.layers.31.self_attn.v_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 321 | 
         
            +
                "model.layers.32.input_layernorm.weight": "model-00008-of-00015.safetensors",
         
     | 
| 322 | 
         
            +
                "model.layers.32.mlp.down_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 323 | 
         
            +
                "model.layers.32.mlp.gate_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 324 | 
         
            +
                "model.layers.32.mlp.up_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 325 | 
         
            +
                "model.layers.32.post_attention_layernorm.weight": "model-00008-of-00015.safetensors",
         
     | 
| 326 | 
         
            +
                "model.layers.32.self_attn.k_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 327 | 
         
            +
                "model.layers.32.self_attn.k_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 328 | 
         
            +
                "model.layers.32.self_attn.o_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 329 | 
         
            +
                "model.layers.32.self_attn.q_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 330 | 
         
            +
                "model.layers.32.self_attn.q_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 331 | 
         
            +
                "model.layers.32.self_attn.v_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 332 | 
         
            +
                "model.layers.32.self_attn.v_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 333 | 
         
            +
                "model.layers.33.input_layernorm.weight": "model-00008-of-00015.safetensors",
         
     | 
| 334 | 
         
            +
                "model.layers.33.mlp.down_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 335 | 
         
            +
                "model.layers.33.mlp.gate_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 336 | 
         
            +
                "model.layers.33.mlp.up_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 337 | 
         
            +
                "model.layers.33.post_attention_layernorm.weight": "model-00008-of-00015.safetensors",
         
     | 
| 338 | 
         
            +
                "model.layers.33.self_attn.k_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 339 | 
         
            +
                "model.layers.33.self_attn.k_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 340 | 
         
            +
                "model.layers.33.self_attn.o_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 341 | 
         
            +
                "model.layers.33.self_attn.q_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 342 | 
         
            +
                "model.layers.33.self_attn.q_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 343 | 
         
            +
                "model.layers.33.self_attn.v_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 344 | 
         
            +
                "model.layers.33.self_attn.v_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 345 | 
         
            +
                "model.layers.34.input_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 346 | 
         
            +
                "model.layers.34.mlp.down_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 347 | 
         
            +
                "model.layers.34.mlp.gate_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 348 | 
         
            +
                "model.layers.34.mlp.up_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 349 | 
         
            +
                "model.layers.34.post_attention_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 350 | 
         
            +
                "model.layers.34.self_attn.k_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 351 | 
         
            +
                "model.layers.34.self_attn.k_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 352 | 
         
            +
                "model.layers.34.self_attn.o_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 353 | 
         
            +
                "model.layers.34.self_attn.q_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 354 | 
         
            +
                "model.layers.34.self_attn.q_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 355 | 
         
            +
                "model.layers.34.self_attn.v_proj.bias": "model-00008-of-00015.safetensors",
         
     | 
| 356 | 
         
            +
                "model.layers.34.self_attn.v_proj.weight": "model-00008-of-00015.safetensors",
         
     | 
| 357 | 
         
            +
                "model.layers.35.input_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 358 | 
         
            +
                "model.layers.35.mlp.down_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 359 | 
         
            +
                "model.layers.35.mlp.gate_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 360 | 
         
            +
                "model.layers.35.mlp.up_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 361 | 
         
            +
                "model.layers.35.post_attention_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 362 | 
         
            +
                "model.layers.35.self_attn.k_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 363 | 
         
            +
                "model.layers.35.self_attn.k_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 364 | 
         
            +
                "model.layers.35.self_attn.o_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 365 | 
         
            +
                "model.layers.35.self_attn.q_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 366 | 
         
            +
                "model.layers.35.self_attn.q_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 367 | 
         
            +
                "model.layers.35.self_attn.v_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 368 | 
         
            +
                "model.layers.35.self_attn.v_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 369 | 
         
            +
                "model.layers.36.input_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 370 | 
         
            +
                "model.layers.36.mlp.down_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 371 | 
         
            +
                "model.layers.36.mlp.gate_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 372 | 
         
            +
                "model.layers.36.mlp.up_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 373 | 
         
            +
                "model.layers.36.post_attention_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 374 | 
         
            +
                "model.layers.36.self_attn.k_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 375 | 
         
            +
                "model.layers.36.self_attn.k_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 376 | 
         
            +
                "model.layers.36.self_attn.o_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 377 | 
         
            +
                "model.layers.36.self_attn.q_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 378 | 
         
            +
                "model.layers.36.self_attn.q_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 379 | 
         
            +
                "model.layers.36.self_attn.v_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 380 | 
         
            +
                "model.layers.36.self_attn.v_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 381 | 
         
            +
                "model.layers.37.input_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 382 | 
         
            +
                "model.layers.37.mlp.down_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 383 | 
         
            +
                "model.layers.37.mlp.gate_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 384 | 
         
            +
                "model.layers.37.mlp.up_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 385 | 
         
            +
                "model.layers.37.post_attention_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 386 | 
         
            +
                "model.layers.37.self_attn.k_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 387 | 
         
            +
                "model.layers.37.self_attn.k_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 388 | 
         
            +
                "model.layers.37.self_attn.o_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 389 | 
         
            +
                "model.layers.37.self_attn.q_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 390 | 
         
            +
                "model.layers.37.self_attn.q_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 391 | 
         
            +
                "model.layers.37.self_attn.v_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 392 | 
         
            +
                "model.layers.37.self_attn.v_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 393 | 
         
            +
                "model.layers.38.input_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 394 | 
         
            +
                "model.layers.38.mlp.down_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 395 | 
         
            +
                "model.layers.38.mlp.gate_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 396 | 
         
            +
                "model.layers.38.mlp.up_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 397 | 
         
            +
                "model.layers.38.post_attention_layernorm.weight": "model-00009-of-00015.safetensors",
         
     | 
| 398 | 
         
            +
                "model.layers.38.self_attn.k_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 399 | 
         
            +
                "model.layers.38.self_attn.k_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 400 | 
         
            +
                "model.layers.38.self_attn.o_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 401 | 
         
            +
                "model.layers.38.self_attn.q_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 402 | 
         
            +
                "model.layers.38.self_attn.q_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 403 | 
         
            +
                "model.layers.38.self_attn.v_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 404 | 
         
            +
                "model.layers.38.self_attn.v_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 405 | 
         
            +
                "model.layers.39.input_layernorm.weight": "model-00010-of-00015.safetensors",
         
     | 
| 406 | 
         
            +
                "model.layers.39.mlp.down_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 407 | 
         
            +
                "model.layers.39.mlp.gate_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 408 | 
         
            +
                "model.layers.39.mlp.up_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 409 | 
         
            +
                "model.layers.39.post_attention_layernorm.weight": "model-00010-of-00015.safetensors",
         
     | 
| 410 | 
         
            +
                "model.layers.39.self_attn.k_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 411 | 
         
            +
                "model.layers.39.self_attn.k_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 412 | 
         
            +
                "model.layers.39.self_attn.o_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 413 | 
         
            +
                "model.layers.39.self_attn.q_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 414 | 
         
            +
                "model.layers.39.self_attn.q_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 415 | 
         
            +
                "model.layers.39.self_attn.v_proj.bias": "model-00009-of-00015.safetensors",
         
     | 
| 416 | 
         
            +
                "model.layers.39.self_attn.v_proj.weight": "model-00009-of-00015.safetensors",
         
     | 
| 417 | 
         
            +
                "model.layers.4.input_layernorm.weight": "model-00002-of-00015.safetensors",
         
     | 
| 418 | 
         
            +
                "model.layers.4.mlp.down_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 419 | 
         
            +
                "model.layers.4.mlp.gate_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 420 | 
         
            +
                "model.layers.4.mlp.up_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 421 | 
         
            +
                "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00015.safetensors",
         
     | 
| 422 | 
         
            +
                "model.layers.4.self_attn.k_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 423 | 
         
            +
                "model.layers.4.self_attn.k_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 424 | 
         
            +
                "model.layers.4.self_attn.o_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 425 | 
         
            +
                "model.layers.4.self_attn.q_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 426 | 
         
            +
                "model.layers.4.self_attn.q_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 427 | 
         
            +
                "model.layers.4.self_attn.v_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 428 | 
         
            +
                "model.layers.4.self_attn.v_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 429 | 
         
            +
                "model.layers.40.input_layernorm.weight": "model-00010-of-00015.safetensors",
         
     | 
| 430 | 
         
            +
                "model.layers.40.mlp.down_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 431 | 
         
            +
                "model.layers.40.mlp.gate_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 432 | 
         
            +
                "model.layers.40.mlp.up_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 433 | 
         
            +
                "model.layers.40.post_attention_layernorm.weight": "model-00010-of-00015.safetensors",
         
     | 
| 434 | 
         
            +
                "model.layers.40.self_attn.k_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 435 | 
         
            +
                "model.layers.40.self_attn.k_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 436 | 
         
            +
                "model.layers.40.self_attn.o_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 437 | 
         
            +
                "model.layers.40.self_attn.q_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 438 | 
         
            +
                "model.layers.40.self_attn.q_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 439 | 
         
            +
                "model.layers.40.self_attn.v_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 440 | 
         
            +
                "model.layers.40.self_attn.v_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 441 | 
         
            +
                "model.layers.41.input_layernorm.weight": "model-00010-of-00015.safetensors",
         
     | 
| 442 | 
         
            +
                "model.layers.41.mlp.down_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 443 | 
         
            +
                "model.layers.41.mlp.gate_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 444 | 
         
            +
                "model.layers.41.mlp.up_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 445 | 
         
            +
                "model.layers.41.post_attention_layernorm.weight": "model-00010-of-00015.safetensors",
         
     | 
| 446 | 
         
            +
                "model.layers.41.self_attn.k_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 447 | 
         
            +
                "model.layers.41.self_attn.k_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 448 | 
         
            +
                "model.layers.41.self_attn.o_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 449 | 
         
            +
                "model.layers.41.self_attn.q_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 450 | 
         
            +
                "model.layers.41.self_attn.q_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 451 | 
         
            +
                "model.layers.41.self_attn.v_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 452 | 
         
            +
                "model.layers.41.self_attn.v_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 453 | 
         
            +
                "model.layers.42.input_layernorm.weight": "model-00010-of-00015.safetensors",
         
     | 
| 454 | 
         
            +
                "model.layers.42.mlp.down_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 455 | 
         
            +
                "model.layers.42.mlp.gate_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 456 | 
         
            +
                "model.layers.42.mlp.up_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 457 | 
         
            +
                "model.layers.42.post_attention_layernorm.weight": "model-00010-of-00015.safetensors",
         
     | 
| 458 | 
         
            +
                "model.layers.42.self_attn.k_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 459 | 
         
            +
                "model.layers.42.self_attn.k_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 460 | 
         
            +
                "model.layers.42.self_attn.o_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 461 | 
         
            +
                "model.layers.42.self_attn.q_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 462 | 
         
            +
                "model.layers.42.self_attn.q_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 463 | 
         
            +
                "model.layers.42.self_attn.v_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 464 | 
         
            +
                "model.layers.42.self_attn.v_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 465 | 
         
            +
                "model.layers.43.input_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 466 | 
         
            +
                "model.layers.43.mlp.down_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 467 | 
         
            +
                "model.layers.43.mlp.gate_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 468 | 
         
            +
                "model.layers.43.mlp.up_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 469 | 
         
            +
                "model.layers.43.post_attention_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 470 | 
         
            +
                "model.layers.43.self_attn.k_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 471 | 
         
            +
                "model.layers.43.self_attn.k_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 472 | 
         
            +
                "model.layers.43.self_attn.o_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 473 | 
         
            +
                "model.layers.43.self_attn.q_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 474 | 
         
            +
                "model.layers.43.self_attn.q_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 475 | 
         
            +
                "model.layers.43.self_attn.v_proj.bias": "model-00010-of-00015.safetensors",
         
     | 
| 476 | 
         
            +
                "model.layers.43.self_attn.v_proj.weight": "model-00010-of-00015.safetensors",
         
     | 
| 477 | 
         
            +
                "model.layers.44.input_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 478 | 
         
            +
                "model.layers.44.mlp.down_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 479 | 
         
            +
                "model.layers.44.mlp.gate_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 480 | 
         
            +
                "model.layers.44.mlp.up_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 481 | 
         
            +
                "model.layers.44.post_attention_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 482 | 
         
            +
                "model.layers.44.self_attn.k_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 483 | 
         
            +
                "model.layers.44.self_attn.k_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 484 | 
         
            +
                "model.layers.44.self_attn.o_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 485 | 
         
            +
                "model.layers.44.self_attn.q_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 486 | 
         
            +
                "model.layers.44.self_attn.q_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 487 | 
         
            +
                "model.layers.44.self_attn.v_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 488 | 
         
            +
                "model.layers.44.self_attn.v_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 489 | 
         
            +
                "model.layers.45.input_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 490 | 
         
            +
                "model.layers.45.mlp.down_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 491 | 
         
            +
                "model.layers.45.mlp.gate_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 492 | 
         
            +
                "model.layers.45.mlp.up_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 493 | 
         
            +
                "model.layers.45.post_attention_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 494 | 
         
            +
                "model.layers.45.self_attn.k_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 495 | 
         
            +
                "model.layers.45.self_attn.k_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 496 | 
         
            +
                "model.layers.45.self_attn.o_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 497 | 
         
            +
                "model.layers.45.self_attn.q_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 498 | 
         
            +
                "model.layers.45.self_attn.q_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 499 | 
         
            +
                "model.layers.45.self_attn.v_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 500 | 
         
            +
                "model.layers.45.self_attn.v_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 501 | 
         
            +
                "model.layers.46.input_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 502 | 
         
            +
                "model.layers.46.mlp.down_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 503 | 
         
            +
                "model.layers.46.mlp.gate_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 504 | 
         
            +
                "model.layers.46.mlp.up_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 505 | 
         
            +
                "model.layers.46.post_attention_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 506 | 
         
            +
                "model.layers.46.self_attn.k_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 507 | 
         
            +
                "model.layers.46.self_attn.k_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 508 | 
         
            +
                "model.layers.46.self_attn.o_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 509 | 
         
            +
                "model.layers.46.self_attn.q_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 510 | 
         
            +
                "model.layers.46.self_attn.q_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 511 | 
         
            +
                "model.layers.46.self_attn.v_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 512 | 
         
            +
                "model.layers.46.self_attn.v_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 513 | 
         
            +
                "model.layers.47.input_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 514 | 
         
            +
                "model.layers.47.mlp.down_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 515 | 
         
            +
                "model.layers.47.mlp.gate_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 516 | 
         
            +
                "model.layers.47.mlp.up_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 517 | 
         
            +
                "model.layers.47.post_attention_layernorm.weight": "model-00011-of-00015.safetensors",
         
     | 
| 518 | 
         
            +
                "model.layers.47.self_attn.k_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 519 | 
         
            +
                "model.layers.47.self_attn.k_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 520 | 
         
            +
                "model.layers.47.self_attn.o_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 521 | 
         
            +
                "model.layers.47.self_attn.q_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 522 | 
         
            +
                "model.layers.47.self_attn.q_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 523 | 
         
            +
                "model.layers.47.self_attn.v_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 524 | 
         
            +
                "model.layers.47.self_attn.v_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 525 | 
         
            +
                "model.layers.48.input_layernorm.weight": "model-00012-of-00015.safetensors",
         
     | 
| 526 | 
         
            +
                "model.layers.48.mlp.down_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 527 | 
         
            +
                "model.layers.48.mlp.gate_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 528 | 
         
            +
                "model.layers.48.mlp.up_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 529 | 
         
            +
                "model.layers.48.post_attention_layernorm.weight": "model-00012-of-00015.safetensors",
         
     | 
| 530 | 
         
            +
                "model.layers.48.self_attn.k_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 531 | 
         
            +
                "model.layers.48.self_attn.k_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 532 | 
         
            +
                "model.layers.48.self_attn.o_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 533 | 
         
            +
                "model.layers.48.self_attn.q_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 534 | 
         
            +
                "model.layers.48.self_attn.q_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 535 | 
         
            +
                "model.layers.48.self_attn.v_proj.bias": "model-00011-of-00015.safetensors",
         
     | 
| 536 | 
         
            +
                "model.layers.48.self_attn.v_proj.weight": "model-00011-of-00015.safetensors",
         
     | 
| 537 | 
         
            +
                "model.layers.49.input_layernorm.weight": "model-00012-of-00015.safetensors",
         
     | 
| 538 | 
         
            +
                "model.layers.49.mlp.down_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 539 | 
         
            +
                "model.layers.49.mlp.gate_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 540 | 
         
            +
                "model.layers.49.mlp.up_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 541 | 
         
            +
                "model.layers.49.post_attention_layernorm.weight": "model-00012-of-00015.safetensors",
         
     | 
| 542 | 
         
            +
                "model.layers.49.self_attn.k_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 543 | 
         
            +
                "model.layers.49.self_attn.k_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 544 | 
         
            +
                "model.layers.49.self_attn.o_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 545 | 
         
            +
                "model.layers.49.self_attn.q_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 546 | 
         
            +
                "model.layers.49.self_attn.q_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 547 | 
         
            +
                "model.layers.49.self_attn.v_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 548 | 
         
            +
                "model.layers.49.self_attn.v_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 549 | 
         
            +
                "model.layers.5.input_layernorm.weight": "model-00002-of-00015.safetensors",
         
     | 
| 550 | 
         
            +
                "model.layers.5.mlp.down_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 551 | 
         
            +
                "model.layers.5.mlp.gate_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 552 | 
         
            +
                "model.layers.5.mlp.up_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 553 | 
         
            +
                "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00015.safetensors",
         
     | 
| 554 | 
         
            +
                "model.layers.5.self_attn.k_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 555 | 
         
            +
                "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 556 | 
         
            +
                "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 557 | 
         
            +
                "model.layers.5.self_attn.q_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 558 | 
         
            +
                "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 559 | 
         
            +
                "model.layers.5.self_attn.v_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 560 | 
         
            +
                "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 561 | 
         
            +
                "model.layers.50.input_layernorm.weight": "model-00012-of-00015.safetensors",
         
     | 
| 562 | 
         
            +
                "model.layers.50.mlp.down_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 563 | 
         
            +
                "model.layers.50.mlp.gate_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 564 | 
         
            +
                "model.layers.50.mlp.up_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 565 | 
         
            +
                "model.layers.50.post_attention_layernorm.weight": "model-00012-of-00015.safetensors",
         
     | 
| 566 | 
         
            +
                "model.layers.50.self_attn.k_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 567 | 
         
            +
                "model.layers.50.self_attn.k_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 568 | 
         
            +
                "model.layers.50.self_attn.o_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 569 | 
         
            +
                "model.layers.50.self_attn.q_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 570 | 
         
            +
                "model.layers.50.self_attn.q_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 571 | 
         
            +
                "model.layers.50.self_attn.v_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 572 | 
         
            +
                "model.layers.50.self_attn.v_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 573 | 
         
            +
                "model.layers.51.input_layernorm.weight": "model-00012-of-00015.safetensors",
         
     | 
| 574 | 
         
            +
                "model.layers.51.mlp.down_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 575 | 
         
            +
                "model.layers.51.mlp.gate_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 576 | 
         
            +
                "model.layers.51.mlp.up_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 577 | 
         
            +
                "model.layers.51.post_attention_layernorm.weight": "model-00012-of-00015.safetensors",
         
     | 
| 578 | 
         
            +
                "model.layers.51.self_attn.k_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 579 | 
         
            +
                "model.layers.51.self_attn.k_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 580 | 
         
            +
                "model.layers.51.self_attn.o_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 581 | 
         
            +
                "model.layers.51.self_attn.q_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 582 | 
         
            +
                "model.layers.51.self_attn.q_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 583 | 
         
            +
                "model.layers.51.self_attn.v_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 584 | 
         
            +
                "model.layers.51.self_attn.v_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 585 | 
         
            +
                "model.layers.52.input_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 586 | 
         
            +
                "model.layers.52.mlp.down_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 587 | 
         
            +
                "model.layers.52.mlp.gate_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 588 | 
         
            +
                "model.layers.52.mlp.up_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 589 | 
         
            +
                "model.layers.52.post_attention_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 590 | 
         
            +
                "model.layers.52.self_attn.k_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 591 | 
         
            +
                "model.layers.52.self_attn.k_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 592 | 
         
            +
                "model.layers.52.self_attn.o_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 593 | 
         
            +
                "model.layers.52.self_attn.q_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 594 | 
         
            +
                "model.layers.52.self_attn.q_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 595 | 
         
            +
                "model.layers.52.self_attn.v_proj.bias": "model-00012-of-00015.safetensors",
         
     | 
| 596 | 
         
            +
                "model.layers.52.self_attn.v_proj.weight": "model-00012-of-00015.safetensors",
         
     | 
| 597 | 
         
            +
                "model.layers.53.input_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 598 | 
         
            +
                "model.layers.53.mlp.down_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 599 | 
         
            +
                "model.layers.53.mlp.gate_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 600 | 
         
            +
                "model.layers.53.mlp.up_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 601 | 
         
            +
                "model.layers.53.post_attention_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 602 | 
         
            +
                "model.layers.53.self_attn.k_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 603 | 
         
            +
                "model.layers.53.self_attn.k_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 604 | 
         
            +
                "model.layers.53.self_attn.o_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 605 | 
         
            +
                "model.layers.53.self_attn.q_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 606 | 
         
            +
                "model.layers.53.self_attn.q_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 607 | 
         
            +
                "model.layers.53.self_attn.v_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 608 | 
         
            +
                "model.layers.53.self_attn.v_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 609 | 
         
            +
                "model.layers.54.input_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 610 | 
         
            +
                "model.layers.54.mlp.down_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 611 | 
         
            +
                "model.layers.54.mlp.gate_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 612 | 
         
            +
                "model.layers.54.mlp.up_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 613 | 
         
            +
                "model.layers.54.post_attention_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 614 | 
         
            +
                "model.layers.54.self_attn.k_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 615 | 
         
            +
                "model.layers.54.self_attn.k_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 616 | 
         
            +
                "model.layers.54.self_attn.o_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 617 | 
         
            +
                "model.layers.54.self_attn.q_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 618 | 
         
            +
                "model.layers.54.self_attn.q_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 619 | 
         
            +
                "model.layers.54.self_attn.v_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 620 | 
         
            +
                "model.layers.54.self_attn.v_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 621 | 
         
            +
                "model.layers.55.input_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 622 | 
         
            +
                "model.layers.55.mlp.down_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 623 | 
         
            +
                "model.layers.55.mlp.gate_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 624 | 
         
            +
                "model.layers.55.mlp.up_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 625 | 
         
            +
                "model.layers.55.post_attention_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 626 | 
         
            +
                "model.layers.55.self_attn.k_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 627 | 
         
            +
                "model.layers.55.self_attn.k_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 628 | 
         
            +
                "model.layers.55.self_attn.o_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 629 | 
         
            +
                "model.layers.55.self_attn.q_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 630 | 
         
            +
                "model.layers.55.self_attn.q_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 631 | 
         
            +
                "model.layers.55.self_attn.v_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 632 | 
         
            +
                "model.layers.55.self_attn.v_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 633 | 
         
            +
                "model.layers.56.input_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 634 | 
         
            +
                "model.layers.56.mlp.down_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 635 | 
         
            +
                "model.layers.56.mlp.gate_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 636 | 
         
            +
                "model.layers.56.mlp.up_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 637 | 
         
            +
                "model.layers.56.post_attention_layernorm.weight": "model-00013-of-00015.safetensors",
         
     | 
| 638 | 
         
            +
                "model.layers.56.self_attn.k_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 639 | 
         
            +
                "model.layers.56.self_attn.k_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 640 | 
         
            +
                "model.layers.56.self_attn.o_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 641 | 
         
            +
                "model.layers.56.self_attn.q_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 642 | 
         
            +
                "model.layers.56.self_attn.q_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 643 | 
         
            +
                "model.layers.56.self_attn.v_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 644 | 
         
            +
                "model.layers.56.self_attn.v_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 645 | 
         
            +
                "model.layers.57.input_layernorm.weight": "model-00014-of-00015.safetensors",
         
     | 
| 646 | 
         
            +
                "model.layers.57.mlp.down_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 647 | 
         
            +
                "model.layers.57.mlp.gate_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 648 | 
         
            +
                "model.layers.57.mlp.up_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 649 | 
         
            +
                "model.layers.57.post_attention_layernorm.weight": "model-00014-of-00015.safetensors",
         
     | 
| 650 | 
         
            +
                "model.layers.57.self_attn.k_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 651 | 
         
            +
                "model.layers.57.self_attn.k_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 652 | 
         
            +
                "model.layers.57.self_attn.o_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 653 | 
         
            +
                "model.layers.57.self_attn.q_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 654 | 
         
            +
                "model.layers.57.self_attn.q_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 655 | 
         
            +
                "model.layers.57.self_attn.v_proj.bias": "model-00013-of-00015.safetensors",
         
     | 
| 656 | 
         
            +
                "model.layers.57.self_attn.v_proj.weight": "model-00013-of-00015.safetensors",
         
     | 
| 657 | 
         
            +
                "model.layers.58.input_layernorm.weight": "model-00014-of-00015.safetensors",
         
     | 
| 658 | 
         
            +
                "model.layers.58.mlp.down_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 659 | 
         
            +
                "model.layers.58.mlp.gate_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 660 | 
         
            +
                "model.layers.58.mlp.up_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 661 | 
         
            +
                "model.layers.58.post_attention_layernorm.weight": "model-00014-of-00015.safetensors",
         
     | 
| 662 | 
         
            +
                "model.layers.58.self_attn.k_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 663 | 
         
            +
                "model.layers.58.self_attn.k_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 664 | 
         
            +
                "model.layers.58.self_attn.o_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 665 | 
         
            +
                "model.layers.58.self_attn.q_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 666 | 
         
            +
                "model.layers.58.self_attn.q_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 667 | 
         
            +
                "model.layers.58.self_attn.v_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 668 | 
         
            +
                "model.layers.58.self_attn.v_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 669 | 
         
            +
                "model.layers.59.input_layernorm.weight": "model-00014-of-00015.safetensors",
         
     | 
| 670 | 
         
            +
                "model.layers.59.mlp.down_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 671 | 
         
            +
                "model.layers.59.mlp.gate_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 672 | 
         
            +
                "model.layers.59.mlp.up_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 673 | 
         
            +
                "model.layers.59.post_attention_layernorm.weight": "model-00014-of-00015.safetensors",
         
     | 
| 674 | 
         
            +
                "model.layers.59.self_attn.k_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 675 | 
         
            +
                "model.layers.59.self_attn.k_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 676 | 
         
            +
                "model.layers.59.self_attn.o_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 677 | 
         
            +
                "model.layers.59.self_attn.q_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 678 | 
         
            +
                "model.layers.59.self_attn.q_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 679 | 
         
            +
                "model.layers.59.self_attn.v_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 680 | 
         
            +
                "model.layers.59.self_attn.v_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 681 | 
         
            +
                "model.layers.6.input_layernorm.weight": "model-00002-of-00015.safetensors",
         
     | 
| 682 | 
         
            +
                "model.layers.6.mlp.down_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 683 | 
         
            +
                "model.layers.6.mlp.gate_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 684 | 
         
            +
                "model.layers.6.mlp.up_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 685 | 
         
            +
                "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00015.safetensors",
         
     | 
| 686 | 
         
            +
                "model.layers.6.self_attn.k_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 687 | 
         
            +
                "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 688 | 
         
            +
                "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 689 | 
         
            +
                "model.layers.6.self_attn.q_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 690 | 
         
            +
                "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 691 | 
         
            +
                "model.layers.6.self_attn.v_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 692 | 
         
            +
                "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 693 | 
         
            +
                "model.layers.60.input_layernorm.weight": "model-00014-of-00015.safetensors",
         
     | 
| 694 | 
         
            +
                "model.layers.60.mlp.down_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 695 | 
         
            +
                "model.layers.60.mlp.gate_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 696 | 
         
            +
                "model.layers.60.mlp.up_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 697 | 
         
            +
                "model.layers.60.post_attention_layernorm.weight": "model-00014-of-00015.safetensors",
         
     | 
| 698 | 
         
            +
                "model.layers.60.self_attn.k_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 699 | 
         
            +
                "model.layers.60.self_attn.k_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 700 | 
         
            +
                "model.layers.60.self_attn.o_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 701 | 
         
            +
                "model.layers.60.self_attn.q_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 702 | 
         
            +
                "model.layers.60.self_attn.q_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 703 | 
         
            +
                "model.layers.60.self_attn.v_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 704 | 
         
            +
                "model.layers.60.self_attn.v_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 705 | 
         
            +
                "model.layers.61.input_layernorm.weight": "model-00015-of-00015.safetensors",
         
     | 
| 706 | 
         
            +
                "model.layers.61.mlp.down_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 707 | 
         
            +
                "model.layers.61.mlp.gate_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 708 | 
         
            +
                "model.layers.61.mlp.up_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 709 | 
         
            +
                "model.layers.61.post_attention_layernorm.weight": "model-00015-of-00015.safetensors",
         
     | 
| 710 | 
         
            +
                "model.layers.61.self_attn.k_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 711 | 
         
            +
                "model.layers.61.self_attn.k_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 712 | 
         
            +
                "model.layers.61.self_attn.o_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 713 | 
         
            +
                "model.layers.61.self_attn.q_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 714 | 
         
            +
                "model.layers.61.self_attn.q_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 715 | 
         
            +
                "model.layers.61.self_attn.v_proj.bias": "model-00014-of-00015.safetensors",
         
     | 
| 716 | 
         
            +
                "model.layers.61.self_attn.v_proj.weight": "model-00014-of-00015.safetensors",
         
     | 
| 717 | 
         
            +
                "model.layers.62.input_layernorm.weight": "model-00015-of-00015.safetensors",
         
     | 
| 718 | 
         
            +
                "model.layers.62.mlp.down_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 719 | 
         
            +
                "model.layers.62.mlp.gate_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 720 | 
         
            +
                "model.layers.62.mlp.up_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 721 | 
         
            +
                "model.layers.62.post_attention_layernorm.weight": "model-00015-of-00015.safetensors",
         
     | 
| 722 | 
         
            +
                "model.layers.62.self_attn.k_proj.bias": "model-00015-of-00015.safetensors",
         
     | 
| 723 | 
         
            +
                "model.layers.62.self_attn.k_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 724 | 
         
            +
                "model.layers.62.self_attn.o_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 725 | 
         
            +
                "model.layers.62.self_attn.q_proj.bias": "model-00015-of-00015.safetensors",
         
     | 
| 726 | 
         
            +
                "model.layers.62.self_attn.q_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 727 | 
         
            +
                "model.layers.62.self_attn.v_proj.bias": "model-00015-of-00015.safetensors",
         
     | 
| 728 | 
         
            +
                "model.layers.62.self_attn.v_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 729 | 
         
            +
                "model.layers.63.input_layernorm.weight": "model-00015-of-00015.safetensors",
         
     | 
| 730 | 
         
            +
                "model.layers.63.mlp.down_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 731 | 
         
            +
                "model.layers.63.mlp.gate_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 732 | 
         
            +
                "model.layers.63.mlp.up_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 733 | 
         
            +
                "model.layers.63.post_attention_layernorm.weight": "model-00015-of-00015.safetensors",
         
     | 
| 734 | 
         
            +
                "model.layers.63.self_attn.k_proj.bias": "model-00015-of-00015.safetensors",
         
     | 
| 735 | 
         
            +
                "model.layers.63.self_attn.k_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 736 | 
         
            +
                "model.layers.63.self_attn.o_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 737 | 
         
            +
                "model.layers.63.self_attn.q_proj.bias": "model-00015-of-00015.safetensors",
         
     | 
| 738 | 
         
            +
                "model.layers.63.self_attn.q_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 739 | 
         
            +
                "model.layers.63.self_attn.v_proj.bias": "model-00015-of-00015.safetensors",
         
     | 
| 740 | 
         
            +
                "model.layers.63.self_attn.v_proj.weight": "model-00015-of-00015.safetensors",
         
     | 
| 741 | 
         
            +
                "model.layers.7.input_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 742 | 
         
            +
                "model.layers.7.mlp.down_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 743 | 
         
            +
                "model.layers.7.mlp.gate_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 744 | 
         
            +
                "model.layers.7.mlp.up_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 745 | 
         
            +
                "model.layers.7.post_attention_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 746 | 
         
            +
                "model.layers.7.self_attn.k_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 747 | 
         
            +
                "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 748 | 
         
            +
                "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 749 | 
         
            +
                "model.layers.7.self_attn.q_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 750 | 
         
            +
                "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 751 | 
         
            +
                "model.layers.7.self_attn.v_proj.bias": "model-00002-of-00015.safetensors",
         
     | 
| 752 | 
         
            +
                "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00015.safetensors",
         
     | 
| 753 | 
         
            +
                "model.layers.8.input_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 754 | 
         
            +
                "model.layers.8.mlp.down_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 755 | 
         
            +
                "model.layers.8.mlp.gate_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 756 | 
         
            +
                "model.layers.8.mlp.up_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 757 | 
         
            +
                "model.layers.8.post_attention_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 758 | 
         
            +
                "model.layers.8.self_attn.k_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 759 | 
         
            +
                "model.layers.8.self_attn.k_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 760 | 
         
            +
                "model.layers.8.self_attn.o_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 761 | 
         
            +
                "model.layers.8.self_attn.q_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 762 | 
         
            +
                "model.layers.8.self_attn.q_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 763 | 
         
            +
                "model.layers.8.self_attn.v_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 764 | 
         
            +
                "model.layers.8.self_attn.v_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 765 | 
         
            +
                "model.layers.9.input_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 766 | 
         
            +
                "model.layers.9.mlp.down_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 767 | 
         
            +
                "model.layers.9.mlp.gate_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 768 | 
         
            +
                "model.layers.9.mlp.up_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 769 | 
         
            +
                "model.layers.9.post_attention_layernorm.weight": "model-00003-of-00015.safetensors",
         
     | 
| 770 | 
         
            +
                "model.layers.9.self_attn.k_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 771 | 
         
            +
                "model.layers.9.self_attn.k_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 772 | 
         
            +
                "model.layers.9.self_attn.o_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 773 | 
         
            +
                "model.layers.9.self_attn.q_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 774 | 
         
            +
                "model.layers.9.self_attn.q_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 775 | 
         
            +
                "model.layers.9.self_attn.v_proj.bias": "model-00003-of-00015.safetensors",
         
     | 
| 776 | 
         
            +
                "model.layers.9.self_attn.v_proj.weight": "model-00003-of-00015.safetensors",
         
     | 
| 777 | 
         
            +
                "model.norm.weight": "model-00015-of-00015.safetensors"
         
     | 
| 778 | 
         
            +
              }
         
     | 
| 779 | 
         
            +
            }
         
     | 
    	
        special_tokens_map.json
    ADDED
    
    | 
         @@ -0,0 +1,23 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "bos_token": {
         
     | 
| 3 | 
         
            +
                "content": "<seed:bos>",
         
     | 
| 4 | 
         
            +
                "lstrip": false,
         
     | 
| 5 | 
         
            +
                "normalized": false,
         
     | 
| 6 | 
         
            +
                "rstrip": false,
         
     | 
| 7 | 
         
            +
                "single_word": false
         
     | 
| 8 | 
         
            +
              },
         
     | 
| 9 | 
         
            +
              "eos_token": {
         
     | 
| 10 | 
         
            +
                "content": "<seed:eos>",
         
     | 
| 11 | 
         
            +
                "lstrip": false,
         
     | 
| 12 | 
         
            +
                "normalized": false,
         
     | 
| 13 | 
         
            +
                "rstrip": false,
         
     | 
| 14 | 
         
            +
                "single_word": false
         
     | 
| 15 | 
         
            +
              },
         
     | 
| 16 | 
         
            +
              "pad_token": {
         
     | 
| 17 | 
         
            +
                "content": "<seed:pad>",
         
     | 
| 18 | 
         
            +
                "lstrip": false,
         
     | 
| 19 | 
         
            +
                "normalized": false,
         
     | 
| 20 | 
         
            +
                "rstrip": false,
         
     | 
| 21 | 
         
            +
                "single_word": false
         
     | 
| 22 | 
         
            +
              }
         
     | 
| 23 | 
         
            +
            }
         
     | 
    	
        tokenizer.json
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:f6bd848f52451824a3033a9f1e67eea5b399a13c90f845a332d3a29537e05827
         
     | 
| 3 | 
         
            +
            size 11883696
         
     | 
    	
        tokenizer_config.json
    ADDED
    
    | 
         @@ -0,0 +1,1035 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "added_tokens_decoder": {
         
     | 
| 3 | 
         
            +
                "0": {
         
     | 
| 4 | 
         
            +
                  "content": "<seed:bos>",
         
     | 
| 5 | 
         
            +
                  "lstrip": false,
         
     | 
| 6 | 
         
            +
                  "normalized": false,
         
     | 
| 7 | 
         
            +
                  "rstrip": false,
         
     | 
| 8 | 
         
            +
                  "single_word": false,
         
     | 
| 9 | 
         
            +
                  "special": true
         
     | 
| 10 | 
         
            +
                },
         
     | 
| 11 | 
         
            +
                "1": {
         
     | 
| 12 | 
         
            +
                  "content": "<seed:pad>",
         
     | 
| 13 | 
         
            +
                  "lstrip": false,
         
     | 
| 14 | 
         
            +
                  "normalized": false,
         
     | 
| 15 | 
         
            +
                  "rstrip": false,
         
     | 
| 16 | 
         
            +
                  "single_word": false,
         
     | 
| 17 | 
         
            +
                  "special": true
         
     | 
| 18 | 
         
            +
                },
         
     | 
| 19 | 
         
            +
                "2": {
         
     | 
| 20 | 
         
            +
                  "content": "<seed:eos>",
         
     | 
| 21 | 
         
            +
                  "lstrip": false,
         
     | 
| 22 | 
         
            +
                  "normalized": false,
         
     | 
| 23 | 
         
            +
                  "rstrip": false,
         
     | 
| 24 | 
         
            +
                  "single_word": false,
         
     | 
| 25 | 
         
            +
                  "special": true
         
     | 
| 26 | 
         
            +
                },
         
     | 
| 27 | 
         
            +
                "3": {
         
     | 
| 28 | 
         
            +
                  "content": "<seed:think>",
         
     | 
| 29 | 
         
            +
                  "lstrip": false,
         
     | 
| 30 | 
         
            +
                  "normalized": false,
         
     | 
| 31 | 
         
            +
                  "rstrip": false,
         
     | 
| 32 | 
         
            +
                  "single_word": false,
         
     | 
| 33 | 
         
            +
                  "special": false
         
     | 
| 34 | 
         
            +
                },
         
     | 
| 35 | 
         
            +
                "4": {
         
     | 
| 36 | 
         
            +
                  "content": "</seed:think>",
         
     | 
| 37 | 
         
            +
                  "lstrip": false,
         
     | 
| 38 | 
         
            +
                  "normalized": false,
         
     | 
| 39 | 
         
            +
                  "rstrip": false,
         
     | 
| 40 | 
         
            +
                  "single_word": false,
         
     | 
| 41 | 
         
            +
                  "special": false
         
     | 
| 42 | 
         
            +
                },
         
     | 
| 43 | 
         
            +
                "5": {
         
     | 
| 44 | 
         
            +
                  "content": "<seed:cot_budget_reflect>",
         
     | 
| 45 | 
         
            +
                  "lstrip": false,
         
     | 
| 46 | 
         
            +
                  "normalized": false,
         
     | 
| 47 | 
         
            +
                  "rstrip": false,
         
     | 
| 48 | 
         
            +
                  "single_word": false,
         
     | 
| 49 | 
         
            +
                  "special": false
         
     | 
| 50 | 
         
            +
                },
         
     | 
| 51 | 
         
            +
                "6": {
         
     | 
| 52 | 
         
            +
                  "content": "</seed:cot_budget_reflect>",
         
     | 
| 53 | 
         
            +
                  "lstrip": false,
         
     | 
| 54 | 
         
            +
                  "normalized": false,
         
     | 
| 55 | 
         
            +
                  "rstrip": false,
         
     | 
| 56 | 
         
            +
                  "single_word": false,
         
     | 
| 57 | 
         
            +
                  "special": false
         
     | 
| 58 | 
         
            +
                },
         
     | 
| 59 | 
         
            +
                "7": {
         
     | 
| 60 | 
         
            +
                  "content": "<seed:tool_call>",
         
     | 
| 61 | 
         
            +
                  "lstrip": false,
         
     | 
| 62 | 
         
            +
                  "normalized": false,
         
     | 
| 63 | 
         
            +
                  "rstrip": false,
         
     | 
| 64 | 
         
            +
                  "single_word": false,
         
     | 
| 65 | 
         
            +
                  "special": false
         
     | 
| 66 | 
         
            +
                },
         
     | 
| 67 | 
         
            +
                "8": {
         
     | 
| 68 | 
         
            +
                  "content": "</seed:tool_call>",
         
     | 
| 69 | 
         
            +
                  "lstrip": false,
         
     | 
| 70 | 
         
            +
                  "normalized": false,
         
     | 
| 71 | 
         
            +
                  "rstrip": false,
         
     | 
| 72 | 
         
            +
                  "single_word": false,
         
     | 
| 73 | 
         
            +
                  "special": false
         
     | 
| 74 | 
         
            +
                },
         
     | 
| 75 | 
         
            +
                "9": {
         
     | 
| 76 | 
         
            +
                  "content": "<[PLHD9_never_used]>",
         
     | 
| 77 | 
         
            +
                  "lstrip": false,
         
     | 
| 78 | 
         
            +
                  "normalized": false,
         
     | 
| 79 | 
         
            +
                  "rstrip": false,
         
     | 
| 80 | 
         
            +
                  "single_word": false,
         
     | 
| 81 | 
         
            +
                  "special": true
         
     | 
| 82 | 
         
            +
                },
         
     | 
| 83 | 
         
            +
                "10": {
         
     | 
| 84 | 
         
            +
                  "content": "<[PLHD10_never_used]>",
         
     | 
| 85 | 
         
            +
                  "lstrip": false,
         
     | 
| 86 | 
         
            +
                  "normalized": false,
         
     | 
| 87 | 
         
            +
                  "rstrip": false,
         
     | 
| 88 | 
         
            +
                  "single_word": false,
         
     | 
| 89 | 
         
            +
                  "special": true
         
     | 
| 90 | 
         
            +
                },
         
     | 
| 91 | 
         
            +
                "11": {
         
     | 
| 92 | 
         
            +
                  "content": "<[PLHD11_never_used]>",
         
     | 
| 93 | 
         
            +
                  "lstrip": false,
         
     | 
| 94 | 
         
            +
                  "normalized": false,
         
     | 
| 95 | 
         
            +
                  "rstrip": false,
         
     | 
| 96 | 
         
            +
                  "single_word": false,
         
     | 
| 97 | 
         
            +
                  "special": true
         
     | 
| 98 | 
         
            +
                },
         
     | 
| 99 | 
         
            +
                "12": {
         
     | 
| 100 | 
         
            +
                  "content": "<[PLHD12_never_used]>",
         
     | 
| 101 | 
         
            +
                  "lstrip": false,
         
     | 
| 102 | 
         
            +
                  "normalized": false,
         
     | 
| 103 | 
         
            +
                  "rstrip": false,
         
     | 
| 104 | 
         
            +
                  "single_word": false,
         
     | 
| 105 | 
         
            +
                  "special": true
         
     | 
| 106 | 
         
            +
                },
         
     | 
| 107 | 
         
            +
                "13": {
         
     | 
| 108 | 
         
            +
                  "content": "<[PLHD13_never_used]>",
         
     | 
| 109 | 
         
            +
                  "lstrip": false,
         
     | 
| 110 | 
         
            +
                  "normalized": false,
         
     | 
| 111 | 
         
            +
                  "rstrip": false,
         
     | 
| 112 | 
         
            +
                  "single_word": false,
         
     | 
| 113 | 
         
            +
                  "special": true
         
     | 
| 114 | 
         
            +
                },
         
     | 
| 115 | 
         
            +
                "14": {
         
     | 
| 116 | 
         
            +
                  "content": "<[PLHD14_never_used]>",
         
     | 
| 117 | 
         
            +
                  "lstrip": false,
         
     | 
| 118 | 
         
            +
                  "normalized": false,
         
     | 
| 119 | 
         
            +
                  "rstrip": false,
         
     | 
| 120 | 
         
            +
                  "single_word": false,
         
     | 
| 121 | 
         
            +
                  "special": true
         
     | 
| 122 | 
         
            +
                },
         
     | 
| 123 | 
         
            +
                "15": {
         
     | 
| 124 | 
         
            +
                  "content": "<[PLHD15_never_used]>",
         
     | 
| 125 | 
         
            +
                  "lstrip": false,
         
     | 
| 126 | 
         
            +
                  "normalized": false,
         
     | 
| 127 | 
         
            +
                  "rstrip": false,
         
     | 
| 128 | 
         
            +
                  "single_word": false,
         
     | 
| 129 | 
         
            +
                  "special": true
         
     | 
| 130 | 
         
            +
                },
         
     | 
| 131 | 
         
            +
                "16": {
         
     | 
| 132 | 
         
            +
                  "content": "<[PLHD16_never_used]>",
         
     | 
| 133 | 
         
            +
                  "lstrip": false,
         
     | 
| 134 | 
         
            +
                  "normalized": false,
         
     | 
| 135 | 
         
            +
                  "rstrip": false,
         
     | 
| 136 | 
         
            +
                  "single_word": false,
         
     | 
| 137 | 
         
            +
                  "special": true
         
     | 
| 138 | 
         
            +
                },
         
     | 
| 139 | 
         
            +
                "17": {
         
     | 
| 140 | 
         
            +
                  "content": "<[PLHD17_never_used]>",
         
     | 
| 141 | 
         
            +
                  "lstrip": false,
         
     | 
| 142 | 
         
            +
                  "normalized": false,
         
     | 
| 143 | 
         
            +
                  "rstrip": false,
         
     | 
| 144 | 
         
            +
                  "single_word": false,
         
     | 
| 145 | 
         
            +
                  "special": true
         
     | 
| 146 | 
         
            +
                },
         
     | 
| 147 | 
         
            +
                "18": {
         
     | 
| 148 | 
         
            +
                  "content": "<[PLHD18_never_used]>",
         
     | 
| 149 | 
         
            +
                  "lstrip": false,
         
     | 
| 150 | 
         
            +
                  "normalized": false,
         
     | 
| 151 | 
         
            +
                  "rstrip": false,
         
     | 
| 152 | 
         
            +
                  "single_word": false,
         
     | 
| 153 | 
         
            +
                  "special": true
         
     | 
| 154 | 
         
            +
                },
         
     | 
| 155 | 
         
            +
                "19": {
         
     | 
| 156 | 
         
            +
                  "content": "<[PLHD19_never_used]>",
         
     | 
| 157 | 
         
            +
                  "lstrip": false,
         
     | 
| 158 | 
         
            +
                  "normalized": false,
         
     | 
| 159 | 
         
            +
                  "rstrip": false,
         
     | 
| 160 | 
         
            +
                  "single_word": false,
         
     | 
| 161 | 
         
            +
                  "special": true
         
     | 
| 162 | 
         
            +
                },
         
     | 
| 163 | 
         
            +
                "20": {
         
     | 
| 164 | 
         
            +
                  "content": "<[PLHD20_never_used]>",
         
     | 
| 165 | 
         
            +
                  "lstrip": false,
         
     | 
| 166 | 
         
            +
                  "normalized": false,
         
     | 
| 167 | 
         
            +
                  "rstrip": false,
         
     | 
| 168 | 
         
            +
                  "single_word": false,
         
     | 
| 169 | 
         
            +
                  "special": true
         
     | 
| 170 | 
         
            +
                },
         
     | 
| 171 | 
         
            +
                "21": {
         
     | 
| 172 | 
         
            +
                  "content": "<[PLHD21_never_used]>",
         
     | 
| 173 | 
         
            +
                  "lstrip": false,
         
     | 
| 174 | 
         
            +
                  "normalized": false,
         
     | 
| 175 | 
         
            +
                  "rstrip": false,
         
     | 
| 176 | 
         
            +
                  "single_word": false,
         
     | 
| 177 | 
         
            +
                  "special": true
         
     | 
| 178 | 
         
            +
                },
         
     | 
| 179 | 
         
            +
                "22": {
         
     | 
| 180 | 
         
            +
                  "content": "<[PLHD22_never_used]>",
         
     | 
| 181 | 
         
            +
                  "lstrip": false,
         
     | 
| 182 | 
         
            +
                  "normalized": false,
         
     | 
| 183 | 
         
            +
                  "rstrip": false,
         
     | 
| 184 | 
         
            +
                  "single_word": false,
         
     | 
| 185 | 
         
            +
                  "special": true
         
     | 
| 186 | 
         
            +
                },
         
     | 
| 187 | 
         
            +
                "23": {
         
     | 
| 188 | 
         
            +
                  "content": "<[PLHD23_never_used]>",
         
     | 
| 189 | 
         
            +
                  "lstrip": false,
         
     | 
| 190 | 
         
            +
                  "normalized": false,
         
     | 
| 191 | 
         
            +
                  "rstrip": false,
         
     | 
| 192 | 
         
            +
                  "single_word": false,
         
     | 
| 193 | 
         
            +
                  "special": true
         
     | 
| 194 | 
         
            +
                },
         
     | 
| 195 | 
         
            +
                "24": {
         
     | 
| 196 | 
         
            +
                  "content": "<[PLHD24_never_used]>",
         
     | 
| 197 | 
         
            +
                  "lstrip": false,
         
     | 
| 198 | 
         
            +
                  "normalized": false,
         
     | 
| 199 | 
         
            +
                  "rstrip": false,
         
     | 
| 200 | 
         
            +
                  "single_word": false,
         
     | 
| 201 | 
         
            +
                  "special": true
         
     | 
| 202 | 
         
            +
                },
         
     | 
| 203 | 
         
            +
                "25": {
         
     | 
| 204 | 
         
            +
                  "content": "<[PLHD25_never_used]>",
         
     | 
| 205 | 
         
            +
                  "lstrip": false,
         
     | 
| 206 | 
         
            +
                  "normalized": false,
         
     | 
| 207 | 
         
            +
                  "rstrip": false,
         
     | 
| 208 | 
         
            +
                  "single_word": false,
         
     | 
| 209 | 
         
            +
                  "special": true
         
     | 
| 210 | 
         
            +
                },
         
     | 
| 211 | 
         
            +
                "26": {
         
     | 
| 212 | 
         
            +
                  "content": "<[PLHD26_never_used]>",
         
     | 
| 213 | 
         
            +
                  "lstrip": false,
         
     | 
| 214 | 
         
            +
                  "normalized": false,
         
     | 
| 215 | 
         
            +
                  "rstrip": false,
         
     | 
| 216 | 
         
            +
                  "single_word": false,
         
     | 
| 217 | 
         
            +
                  "special": true
         
     | 
| 218 | 
         
            +
                },
         
     | 
| 219 | 
         
            +
                "27": {
         
     | 
| 220 | 
         
            +
                  "content": "<[PLHD27_never_used]>",
         
     | 
| 221 | 
         
            +
                  "lstrip": false,
         
     | 
| 222 | 
         
            +
                  "normalized": false,
         
     | 
| 223 | 
         
            +
                  "rstrip": false,
         
     | 
| 224 | 
         
            +
                  "single_word": false,
         
     | 
| 225 | 
         
            +
                  "special": true
         
     | 
| 226 | 
         
            +
                },
         
     | 
| 227 | 
         
            +
                "28": {
         
     | 
| 228 | 
         
            +
                  "content": "<[PLHD28_never_used]>",
         
     | 
| 229 | 
         
            +
                  "lstrip": false,
         
     | 
| 230 | 
         
            +
                  "normalized": false,
         
     | 
| 231 | 
         
            +
                  "rstrip": false,
         
     | 
| 232 | 
         
            +
                  "single_word": false,
         
     | 
| 233 | 
         
            +
                  "special": true
         
     | 
| 234 | 
         
            +
                },
         
     | 
| 235 | 
         
            +
                "29": {
         
     | 
| 236 | 
         
            +
                  "content": "<[PLHD29_never_used]>",
         
     | 
| 237 | 
         
            +
                  "lstrip": false,
         
     | 
| 238 | 
         
            +
                  "normalized": false,
         
     | 
| 239 | 
         
            +
                  "rstrip": false,
         
     | 
| 240 | 
         
            +
                  "single_word": false,
         
     | 
| 241 | 
         
            +
                  "special": true
         
     | 
| 242 | 
         
            +
                },
         
     | 
| 243 | 
         
            +
                "30": {
         
     | 
| 244 | 
         
            +
                  "content": "<[PLHD30_never_used]>",
         
     | 
| 245 | 
         
            +
                  "lstrip": false,
         
     | 
| 246 | 
         
            +
                  "normalized": false,
         
     | 
| 247 | 
         
            +
                  "rstrip": false,
         
     | 
| 248 | 
         
            +
                  "single_word": false,
         
     | 
| 249 | 
         
            +
                  "special": true
         
     | 
| 250 | 
         
            +
                },
         
     | 
| 251 | 
         
            +
                "31": {
         
     | 
| 252 | 
         
            +
                  "content": "<[PLHD31_never_used]>",
         
     | 
| 253 | 
         
            +
                  "lstrip": false,
         
     | 
| 254 | 
         
            +
                  "normalized": false,
         
     | 
| 255 | 
         
            +
                  "rstrip": false,
         
     | 
| 256 | 
         
            +
                  "single_word": false,
         
     | 
| 257 | 
         
            +
                  "special": true
         
     | 
| 258 | 
         
            +
                },
         
     | 
| 259 | 
         
            +
                "32": {
         
     | 
| 260 | 
         
            +
                  "content": "<[PLHD32_never_used]>",
         
     | 
| 261 | 
         
            +
                  "lstrip": false,
         
     | 
| 262 | 
         
            +
                  "normalized": false,
         
     | 
| 263 | 
         
            +
                  "rstrip": false,
         
     | 
| 264 | 
         
            +
                  "single_word": false,
         
     | 
| 265 | 
         
            +
                  "special": true
         
     | 
| 266 | 
         
            +
                },
         
     | 
| 267 | 
         
            +
                "33": {
         
     | 
| 268 | 
         
            +
                  "content": "<[PLHD33_never_used]>",
         
     | 
| 269 | 
         
            +
                  "lstrip": false,
         
     | 
| 270 | 
         
            +
                  "normalized": false,
         
     | 
| 271 | 
         
            +
                  "rstrip": false,
         
     | 
| 272 | 
         
            +
                  "single_word": false,
         
     | 
| 273 | 
         
            +
                  "special": true
         
     | 
| 274 | 
         
            +
                },
         
     | 
| 275 | 
         
            +
                "34": {
         
     | 
| 276 | 
         
            +
                  "content": "<[PLHD34_never_used]>",
         
     | 
| 277 | 
         
            +
                  "lstrip": false,
         
     | 
| 278 | 
         
            +
                  "normalized": false,
         
     | 
| 279 | 
         
            +
                  "rstrip": false,
         
     | 
| 280 | 
         
            +
                  "single_word": false,
         
     | 
| 281 | 
         
            +
                  "special": true
         
     | 
| 282 | 
         
            +
                },
         
     | 
| 283 | 
         
            +
                "35": {
         
     | 
| 284 | 
         
            +
                  "content": "<[PLHD35_never_used]>",
         
     | 
| 285 | 
         
            +
                  "lstrip": false,
         
     | 
| 286 | 
         
            +
                  "normalized": false,
         
     | 
| 287 | 
         
            +
                  "rstrip": false,
         
     | 
| 288 | 
         
            +
                  "single_word": false,
         
     | 
| 289 | 
         
            +
                  "special": true
         
     | 
| 290 | 
         
            +
                },
         
     | 
| 291 | 
         
            +
                "36": {
         
     | 
| 292 | 
         
            +
                  "content": "<[PLHD36_never_used]>",
         
     | 
| 293 | 
         
            +
                  "lstrip": false,
         
     | 
| 294 | 
         
            +
                  "normalized": false,
         
     | 
| 295 | 
         
            +
                  "rstrip": false,
         
     | 
| 296 | 
         
            +
                  "single_word": false,
         
     | 
| 297 | 
         
            +
                  "special": true
         
     | 
| 298 | 
         
            +
                },
         
     | 
| 299 | 
         
            +
                "37": {
         
     | 
| 300 | 
         
            +
                  "content": "<[PLHD37_never_used]>",
         
     | 
| 301 | 
         
            +
                  "lstrip": false,
         
     | 
| 302 | 
         
            +
                  "normalized": false,
         
     | 
| 303 | 
         
            +
                  "rstrip": false,
         
     | 
| 304 | 
         
            +
                  "single_word": false,
         
     | 
| 305 | 
         
            +
                  "special": true
         
     | 
| 306 | 
         
            +
                },
         
     | 
| 307 | 
         
            +
                "38": {
         
     | 
| 308 | 
         
            +
                  "content": "<[PLHD38_never_used]>",
         
     | 
| 309 | 
         
            +
                  "lstrip": false,
         
     | 
| 310 | 
         
            +
                  "normalized": false,
         
     | 
| 311 | 
         
            +
                  "rstrip": false,
         
     | 
| 312 | 
         
            +
                  "single_word": false,
         
     | 
| 313 | 
         
            +
                  "special": true
         
     | 
| 314 | 
         
            +
                },
         
     | 
| 315 | 
         
            +
                "39": {
         
     | 
| 316 | 
         
            +
                  "content": "<[PLHD39_never_used]>",
         
     | 
| 317 | 
         
            +
                  "lstrip": false,
         
     | 
| 318 | 
         
            +
                  "normalized": false,
         
     | 
| 319 | 
         
            +
                  "rstrip": false,
         
     | 
| 320 | 
         
            +
                  "single_word": false,
         
     | 
| 321 | 
         
            +
                  "special": true
         
     | 
| 322 | 
         
            +
                },
         
     | 
| 323 | 
         
            +
                "40": {
         
     | 
| 324 | 
         
            +
                  "content": "<[PLHD40_never_used]>",
         
     | 
| 325 | 
         
            +
                  "lstrip": false,
         
     | 
| 326 | 
         
            +
                  "normalized": false,
         
     | 
| 327 | 
         
            +
                  "rstrip": false,
         
     | 
| 328 | 
         
            +
                  "single_word": false,
         
     | 
| 329 | 
         
            +
                  "special": true
         
     | 
| 330 | 
         
            +
                },
         
     | 
| 331 | 
         
            +
                "41": {
         
     | 
| 332 | 
         
            +
                  "content": "<[PLHD41_never_used]>",
         
     | 
| 333 | 
         
            +
                  "lstrip": false,
         
     | 
| 334 | 
         
            +
                  "normalized": false,
         
     | 
| 335 | 
         
            +
                  "rstrip": false,
         
     | 
| 336 | 
         
            +
                  "single_word": false,
         
     | 
| 337 | 
         
            +
                  "special": true
         
     | 
| 338 | 
         
            +
                },
         
     | 
| 339 | 
         
            +
                "42": {
         
     | 
| 340 | 
         
            +
                  "content": "<[PLHD42_never_used]>",
         
     | 
| 341 | 
         
            +
                  "lstrip": false,
         
     | 
| 342 | 
         
            +
                  "normalized": false,
         
     | 
| 343 | 
         
            +
                  "rstrip": false,
         
     | 
| 344 | 
         
            +
                  "single_word": false,
         
     | 
| 345 | 
         
            +
                  "special": true
         
     | 
| 346 | 
         
            +
                },
         
     | 
| 347 | 
         
            +
                "43": {
         
     | 
| 348 | 
         
            +
                  "content": "<[PLHD43_never_used]>",
         
     | 
| 349 | 
         
            +
                  "lstrip": false,
         
     | 
| 350 | 
         
            +
                  "normalized": false,
         
     | 
| 351 | 
         
            +
                  "rstrip": false,
         
     | 
| 352 | 
         
            +
                  "single_word": false,
         
     | 
| 353 | 
         
            +
                  "special": true
         
     | 
| 354 | 
         
            +
                },
         
     | 
| 355 | 
         
            +
                "44": {
         
     | 
| 356 | 
         
            +
                  "content": "<[PLHD44_never_used]>",
         
     | 
| 357 | 
         
            +
                  "lstrip": false,
         
     | 
| 358 | 
         
            +
                  "normalized": false,
         
     | 
| 359 | 
         
            +
                  "rstrip": false,
         
     | 
| 360 | 
         
            +
                  "single_word": false,
         
     | 
| 361 | 
         
            +
                  "special": true
         
     | 
| 362 | 
         
            +
                },
         
     | 
| 363 | 
         
            +
                "45": {
         
     | 
| 364 | 
         
            +
                  "content": "<[PLHD45_never_used]>",
         
     | 
| 365 | 
         
            +
                  "lstrip": false,
         
     | 
| 366 | 
         
            +
                  "normalized": false,
         
     | 
| 367 | 
         
            +
                  "rstrip": false,
         
     | 
| 368 | 
         
            +
                  "single_word": false,
         
     | 
| 369 | 
         
            +
                  "special": true
         
     | 
| 370 | 
         
            +
                },
         
     | 
| 371 | 
         
            +
                "46": {
         
     | 
| 372 | 
         
            +
                  "content": "<[PLHD46_never_used]>",
         
     | 
| 373 | 
         
            +
                  "lstrip": false,
         
     | 
| 374 | 
         
            +
                  "normalized": false,
         
     | 
| 375 | 
         
            +
                  "rstrip": false,
         
     | 
| 376 | 
         
            +
                  "single_word": false,
         
     | 
| 377 | 
         
            +
                  "special": true
         
     | 
| 378 | 
         
            +
                },
         
     | 
| 379 | 
         
            +
                "47": {
         
     | 
| 380 | 
         
            +
                  "content": "<[PLHD47_never_used]>",
         
     | 
| 381 | 
         
            +
                  "lstrip": false,
         
     | 
| 382 | 
         
            +
                  "normalized": false,
         
     | 
| 383 | 
         
            +
                  "rstrip": false,
         
     | 
| 384 | 
         
            +
                  "single_word": false,
         
     | 
| 385 | 
         
            +
                  "special": true
         
     | 
| 386 | 
         
            +
                },
         
     | 
| 387 | 
         
            +
                "48": {
         
     | 
| 388 | 
         
            +
                  "content": "<[PLHD48_never_used]>",
         
     | 
| 389 | 
         
            +
                  "lstrip": false,
         
     | 
| 390 | 
         
            +
                  "normalized": false,
         
     | 
| 391 | 
         
            +
                  "rstrip": false,
         
     | 
| 392 | 
         
            +
                  "single_word": false,
         
     | 
| 393 | 
         
            +
                  "special": true
         
     | 
| 394 | 
         
            +
                },
         
     | 
| 395 | 
         
            +
                "49": {
         
     | 
| 396 | 
         
            +
                  "content": "<[PLHD49_never_used]>",
         
     | 
| 397 | 
         
            +
                  "lstrip": false,
         
     | 
| 398 | 
         
            +
                  "normalized": false,
         
     | 
| 399 | 
         
            +
                  "rstrip": false,
         
     | 
| 400 | 
         
            +
                  "single_word": false,
         
     | 
| 401 | 
         
            +
                  "special": true
         
     | 
| 402 | 
         
            +
                },
         
     | 
| 403 | 
         
            +
                "50": {
         
     | 
| 404 | 
         
            +
                  "content": "<[PLHD50_never_used]>",
         
     | 
| 405 | 
         
            +
                  "lstrip": false,
         
     | 
| 406 | 
         
            +
                  "normalized": false,
         
     | 
| 407 | 
         
            +
                  "rstrip": false,
         
     | 
| 408 | 
         
            +
                  "single_word": false,
         
     | 
| 409 | 
         
            +
                  "special": true
         
     | 
| 410 | 
         
            +
                },
         
     | 
| 411 | 
         
            +
                "51": {
         
     | 
| 412 | 
         
            +
                  "content": "<[PLHD51_never_used]>",
         
     | 
| 413 | 
         
            +
                  "lstrip": false,
         
     | 
| 414 | 
         
            +
                  "normalized": false,
         
     | 
| 415 | 
         
            +
                  "rstrip": false,
         
     | 
| 416 | 
         
            +
                  "single_word": false,
         
     | 
| 417 | 
         
            +
                  "special": true
         
     | 
| 418 | 
         
            +
                },
         
     | 
| 419 | 
         
            +
                "52": {
         
     | 
| 420 | 
         
            +
                  "content": "<[PLHD52_never_used]>",
         
     | 
| 421 | 
         
            +
                  "lstrip": false,
         
     | 
| 422 | 
         
            +
                  "normalized": false,
         
     | 
| 423 | 
         
            +
                  "rstrip": false,
         
     | 
| 424 | 
         
            +
                  "single_word": false,
         
     | 
| 425 | 
         
            +
                  "special": true
         
     | 
| 426 | 
         
            +
                },
         
     | 
| 427 | 
         
            +
                "53": {
         
     | 
| 428 | 
         
            +
                  "content": "<[PLHD53_never_used]>",
         
     | 
| 429 | 
         
            +
                  "lstrip": false,
         
     | 
| 430 | 
         
            +
                  "normalized": false,
         
     | 
| 431 | 
         
            +
                  "rstrip": false,
         
     | 
| 432 | 
         
            +
                  "single_word": false,
         
     | 
| 433 | 
         
            +
                  "special": true
         
     | 
| 434 | 
         
            +
                },
         
     | 
| 435 | 
         
            +
                "54": {
         
     | 
| 436 | 
         
            +
                  "content": "<[PLHD54_never_used]>",
         
     | 
| 437 | 
         
            +
                  "lstrip": false,
         
     | 
| 438 | 
         
            +
                  "normalized": false,
         
     | 
| 439 | 
         
            +
                  "rstrip": false,
         
     | 
| 440 | 
         
            +
                  "single_word": false,
         
     | 
| 441 | 
         
            +
                  "special": true
         
     | 
| 442 | 
         
            +
                },
         
     | 
| 443 | 
         
            +
                "55": {
         
     | 
| 444 | 
         
            +
                  "content": "<[PLHD55_never_used]>",
         
     | 
| 445 | 
         
            +
                  "lstrip": false,
         
     | 
| 446 | 
         
            +
                  "normalized": false,
         
     | 
| 447 | 
         
            +
                  "rstrip": false,
         
     | 
| 448 | 
         
            +
                  "single_word": false,
         
     | 
| 449 | 
         
            +
                  "special": true
         
     | 
| 450 | 
         
            +
                },
         
     | 
| 451 | 
         
            +
                "56": {
         
     | 
| 452 | 
         
            +
                  "content": "<[PLHD56_never_used]>",
         
     | 
| 453 | 
         
            +
                  "lstrip": false,
         
     | 
| 454 | 
         
            +
                  "normalized": false,
         
     | 
| 455 | 
         
            +
                  "rstrip": false,
         
     | 
| 456 | 
         
            +
                  "single_word": false,
         
     | 
| 457 | 
         
            +
                  "special": true
         
     | 
| 458 | 
         
            +
                },
         
     | 
| 459 | 
         
            +
                "57": {
         
     | 
| 460 | 
         
            +
                  "content": "<[PLHD57_never_used]>",
         
     | 
| 461 | 
         
            +
                  "lstrip": false,
         
     | 
| 462 | 
         
            +
                  "normalized": false,
         
     | 
| 463 | 
         
            +
                  "rstrip": false,
         
     | 
| 464 | 
         
            +
                  "single_word": false,
         
     | 
| 465 | 
         
            +
                  "special": true
         
     | 
| 466 | 
         
            +
                },
         
     | 
| 467 | 
         
            +
                "58": {
         
     | 
| 468 | 
         
            +
                  "content": "<[PLHD58_never_used]>",
         
     | 
| 469 | 
         
            +
                  "lstrip": false,
         
     | 
| 470 | 
         
            +
                  "normalized": false,
         
     | 
| 471 | 
         
            +
                  "rstrip": false,
         
     | 
| 472 | 
         
            +
                  "single_word": false,
         
     | 
| 473 | 
         
            +
                  "special": true
         
     | 
| 474 | 
         
            +
                },
         
     | 
| 475 | 
         
            +
                "59": {
         
     | 
| 476 | 
         
            +
                  "content": "<[PLHD59_never_used]>",
         
     | 
| 477 | 
         
            +
                  "lstrip": false,
         
     | 
| 478 | 
         
            +
                  "normalized": false,
         
     | 
| 479 | 
         
            +
                  "rstrip": false,
         
     | 
| 480 | 
         
            +
                  "single_word": false,
         
     | 
| 481 | 
         
            +
                  "special": true
         
     | 
| 482 | 
         
            +
                },
         
     | 
| 483 | 
         
            +
                "60": {
         
     | 
| 484 | 
         
            +
                  "content": "<[PLHD60_never_used]>",
         
     | 
| 485 | 
         
            +
                  "lstrip": false,
         
     | 
| 486 | 
         
            +
                  "normalized": false,
         
     | 
| 487 | 
         
            +
                  "rstrip": false,
         
     | 
| 488 | 
         
            +
                  "single_word": false,
         
     | 
| 489 | 
         
            +
                  "special": true
         
     | 
| 490 | 
         
            +
                },
         
     | 
| 491 | 
         
            +
                "61": {
         
     | 
| 492 | 
         
            +
                  "content": "<[PLHD61_never_used]>",
         
     | 
| 493 | 
         
            +
                  "lstrip": false,
         
     | 
| 494 | 
         
            +
                  "normalized": false,
         
     | 
| 495 | 
         
            +
                  "rstrip": false,
         
     | 
| 496 | 
         
            +
                  "single_word": false,
         
     | 
| 497 | 
         
            +
                  "special": true
         
     | 
| 498 | 
         
            +
                },
         
     | 
| 499 | 
         
            +
                "62": {
         
     | 
| 500 | 
         
            +
                  "content": "<[PLHD62_never_used]>",
         
     | 
| 501 | 
         
            +
                  "lstrip": false,
         
     | 
| 502 | 
         
            +
                  "normalized": false,
         
     | 
| 503 | 
         
            +
                  "rstrip": false,
         
     | 
| 504 | 
         
            +
                  "single_word": false,
         
     | 
| 505 | 
         
            +
                  "special": true
         
     | 
| 506 | 
         
            +
                },
         
     | 
| 507 | 
         
            +
                "63": {
         
     | 
| 508 | 
         
            +
                  "content": "<[PLHD63_never_used]>",
         
     | 
| 509 | 
         
            +
                  "lstrip": false,
         
     | 
| 510 | 
         
            +
                  "normalized": false,
         
     | 
| 511 | 
         
            +
                  "rstrip": false,
         
     | 
| 512 | 
         
            +
                  "single_word": false,
         
     | 
| 513 | 
         
            +
                  "special": true
         
     | 
| 514 | 
         
            +
                },
         
     | 
| 515 | 
         
            +
                "64": {
         
     | 
| 516 | 
         
            +
                  "content": "<[PLHD64_never_used]>",
         
     | 
| 517 | 
         
            +
                  "lstrip": false,
         
     | 
| 518 | 
         
            +
                  "normalized": false,
         
     | 
| 519 | 
         
            +
                  "rstrip": false,
         
     | 
| 520 | 
         
            +
                  "single_word": false,
         
     | 
| 521 | 
         
            +
                  "special": true
         
     | 
| 522 | 
         
            +
                },
         
     | 
| 523 | 
         
            +
                "65": {
         
     | 
| 524 | 
         
            +
                  "content": "<[PLHD65_never_used]>",
         
     | 
| 525 | 
         
            +
                  "lstrip": false,
         
     | 
| 526 | 
         
            +
                  "normalized": false,
         
     | 
| 527 | 
         
            +
                  "rstrip": false,
         
     | 
| 528 | 
         
            +
                  "single_word": false,
         
     | 
| 529 | 
         
            +
                  "special": true
         
     | 
| 530 | 
         
            +
                },
         
     | 
| 531 | 
         
            +
                "66": {
         
     | 
| 532 | 
         
            +
                  "content": "<[PLHD66_never_used]>",
         
     | 
| 533 | 
         
            +
                  "lstrip": false,
         
     | 
| 534 | 
         
            +
                  "normalized": false,
         
     | 
| 535 | 
         
            +
                  "rstrip": false,
         
     | 
| 536 | 
         
            +
                  "single_word": false,
         
     | 
| 537 | 
         
            +
                  "special": true
         
     | 
| 538 | 
         
            +
                },
         
     | 
| 539 | 
         
            +
                "67": {
         
     | 
| 540 | 
         
            +
                  "content": "<[PLHD67_never_used]>",
         
     | 
| 541 | 
         
            +
                  "lstrip": false,
         
     | 
| 542 | 
         
            +
                  "normalized": false,
         
     | 
| 543 | 
         
            +
                  "rstrip": false,
         
     | 
| 544 | 
         
            +
                  "single_word": false,
         
     | 
| 545 | 
         
            +
                  "special": true
         
     | 
| 546 | 
         
            +
                },
         
     | 
| 547 | 
         
            +
                "68": {
         
     | 
| 548 | 
         
            +
                  "content": "<[PLHD68_never_used]>",
         
     | 
| 549 | 
         
            +
                  "lstrip": false,
         
     | 
| 550 | 
         
            +
                  "normalized": false,
         
     | 
| 551 | 
         
            +
                  "rstrip": false,
         
     | 
| 552 | 
         
            +
                  "single_word": false,
         
     | 
| 553 | 
         
            +
                  "special": true
         
     | 
| 554 | 
         
            +
                },
         
     | 
| 555 | 
         
            +
                "69": {
         
     | 
| 556 | 
         
            +
                  "content": "<[PLHD69_never_used]>",
         
     | 
| 557 | 
         
            +
                  "lstrip": false,
         
     | 
| 558 | 
         
            +
                  "normalized": false,
         
     | 
| 559 | 
         
            +
                  "rstrip": false,
         
     | 
| 560 | 
         
            +
                  "single_word": false,
         
     | 
| 561 | 
         
            +
                  "special": true
         
     | 
| 562 | 
         
            +
                },
         
     | 
| 563 | 
         
            +
                "70": {
         
     | 
| 564 | 
         
            +
                  "content": "<[PLHD70_never_used]>",
         
     | 
| 565 | 
         
            +
                  "lstrip": false,
         
     | 
| 566 | 
         
            +
                  "normalized": false,
         
     | 
| 567 | 
         
            +
                  "rstrip": false,
         
     | 
| 568 | 
         
            +
                  "single_word": false,
         
     | 
| 569 | 
         
            +
                  "special": true
         
     | 
| 570 | 
         
            +
                },
         
     | 
| 571 | 
         
            +
                "71": {
         
     | 
| 572 | 
         
            +
                  "content": "<[PLHD71_never_used]>",
         
     | 
| 573 | 
         
            +
                  "lstrip": false,
         
     | 
| 574 | 
         
            +
                  "normalized": false,
         
     | 
| 575 | 
         
            +
                  "rstrip": false,
         
     | 
| 576 | 
         
            +
                  "single_word": false,
         
     | 
| 577 | 
         
            +
                  "special": true
         
     | 
| 578 | 
         
            +
                },
         
     | 
| 579 | 
         
            +
                "72": {
         
     | 
| 580 | 
         
            +
                  "content": "<[PLHD72_never_used]>",
         
     | 
| 581 | 
         
            +
                  "lstrip": false,
         
     | 
| 582 | 
         
            +
                  "normalized": false,
         
     | 
| 583 | 
         
            +
                  "rstrip": false,
         
     | 
| 584 | 
         
            +
                  "single_word": false,
         
     | 
| 585 | 
         
            +
                  "special": true
         
     | 
| 586 | 
         
            +
                },
         
     | 
| 587 | 
         
            +
                "73": {
         
     | 
| 588 | 
         
            +
                  "content": "<[PLHD73_never_used]>",
         
     | 
| 589 | 
         
            +
                  "lstrip": false,
         
     | 
| 590 | 
         
            +
                  "normalized": false,
         
     | 
| 591 | 
         
            +
                  "rstrip": false,
         
     | 
| 592 | 
         
            +
                  "single_word": false,
         
     | 
| 593 | 
         
            +
                  "special": true
         
     | 
| 594 | 
         
            +
                },
         
     | 
| 595 | 
         
            +
                "74": {
         
     | 
| 596 | 
         
            +
                  "content": "<[PLHD74_never_used]>",
         
     | 
| 597 | 
         
            +
                  "lstrip": false,
         
     | 
| 598 | 
         
            +
                  "normalized": false,
         
     | 
| 599 | 
         
            +
                  "rstrip": false,
         
     | 
| 600 | 
         
            +
                  "single_word": false,
         
     | 
| 601 | 
         
            +
                  "special": true
         
     | 
| 602 | 
         
            +
                },
         
     | 
| 603 | 
         
            +
                "75": {
         
     | 
| 604 | 
         
            +
                  "content": "<[PLHD75_never_used]>",
         
     | 
| 605 | 
         
            +
                  "lstrip": false,
         
     | 
| 606 | 
         
            +
                  "normalized": false,
         
     | 
| 607 | 
         
            +
                  "rstrip": false,
         
     | 
| 608 | 
         
            +
                  "single_word": false,
         
     | 
| 609 | 
         
            +
                  "special": true
         
     | 
| 610 | 
         
            +
                },
         
     | 
| 611 | 
         
            +
                "76": {
         
     | 
| 612 | 
         
            +
                  "content": "<[PLHD76_never_used]>",
         
     | 
| 613 | 
         
            +
                  "lstrip": false,
         
     | 
| 614 | 
         
            +
                  "normalized": false,
         
     | 
| 615 | 
         
            +
                  "rstrip": false,
         
     | 
| 616 | 
         
            +
                  "single_word": false,
         
     | 
| 617 | 
         
            +
                  "special": true
         
     | 
| 618 | 
         
            +
                },
         
     | 
| 619 | 
         
            +
                "77": {
         
     | 
| 620 | 
         
            +
                  "content": "<[PLHD77_never_used]>",
         
     | 
| 621 | 
         
            +
                  "lstrip": false,
         
     | 
| 622 | 
         
            +
                  "normalized": false,
         
     | 
| 623 | 
         
            +
                  "rstrip": false,
         
     | 
| 624 | 
         
            +
                  "single_word": false,
         
     | 
| 625 | 
         
            +
                  "special": true
         
     | 
| 626 | 
         
            +
                },
         
     | 
| 627 | 
         
            +
                "78": {
         
     | 
| 628 | 
         
            +
                  "content": "<[PLHD78_never_used]>",
         
     | 
| 629 | 
         
            +
                  "lstrip": false,
         
     | 
| 630 | 
         
            +
                  "normalized": false,
         
     | 
| 631 | 
         
            +
                  "rstrip": false,
         
     | 
| 632 | 
         
            +
                  "single_word": false,
         
     | 
| 633 | 
         
            +
                  "special": true
         
     | 
| 634 | 
         
            +
                },
         
     | 
| 635 | 
         
            +
                "79": {
         
     | 
| 636 | 
         
            +
                  "content": "<[PLHD79_never_used]>",
         
     | 
| 637 | 
         
            +
                  "lstrip": false,
         
     | 
| 638 | 
         
            +
                  "normalized": false,
         
     | 
| 639 | 
         
            +
                  "rstrip": false,
         
     | 
| 640 | 
         
            +
                  "single_word": false,
         
     | 
| 641 | 
         
            +
                  "special": true
         
     | 
| 642 | 
         
            +
                },
         
     | 
| 643 | 
         
            +
                "80": {
         
     | 
| 644 | 
         
            +
                  "content": "<[PLHD80_never_used]>",
         
     | 
| 645 | 
         
            +
                  "lstrip": false,
         
     | 
| 646 | 
         
            +
                  "normalized": false,
         
     | 
| 647 | 
         
            +
                  "rstrip": false,
         
     | 
| 648 | 
         
            +
                  "single_word": false,
         
     | 
| 649 | 
         
            +
                  "special": true
         
     | 
| 650 | 
         
            +
                },
         
     | 
| 651 | 
         
            +
                "81": {
         
     | 
| 652 | 
         
            +
                  "content": "<[PLHD81_never_used]>",
         
     | 
| 653 | 
         
            +
                  "lstrip": false,
         
     | 
| 654 | 
         
            +
                  "normalized": false,
         
     | 
| 655 | 
         
            +
                  "rstrip": false,
         
     | 
| 656 | 
         
            +
                  "single_word": false,
         
     | 
| 657 | 
         
            +
                  "special": true
         
     | 
| 658 | 
         
            +
                },
         
     | 
| 659 | 
         
            +
                "82": {
         
     | 
| 660 | 
         
            +
                  "content": "<[PLHD82_never_used]>",
         
     | 
| 661 | 
         
            +
                  "lstrip": false,
         
     | 
| 662 | 
         
            +
                  "normalized": false,
         
     | 
| 663 | 
         
            +
                  "rstrip": false,
         
     | 
| 664 | 
         
            +
                  "single_word": false,
         
     | 
| 665 | 
         
            +
                  "special": true
         
     | 
| 666 | 
         
            +
                },
         
     | 
| 667 | 
         
            +
                "83": {
         
     | 
| 668 | 
         
            +
                  "content": "<[PLHD83_never_used]>",
         
     | 
| 669 | 
         
            +
                  "lstrip": false,
         
     | 
| 670 | 
         
            +
                  "normalized": false,
         
     | 
| 671 | 
         
            +
                  "rstrip": false,
         
     | 
| 672 | 
         
            +
                  "single_word": false,
         
     | 
| 673 | 
         
            +
                  "special": true
         
     | 
| 674 | 
         
            +
                },
         
     | 
| 675 | 
         
            +
                "84": {
         
     | 
| 676 | 
         
            +
                  "content": "<[PLHD84_never_used]>",
         
     | 
| 677 | 
         
            +
                  "lstrip": false,
         
     | 
| 678 | 
         
            +
                  "normalized": false,
         
     | 
| 679 | 
         
            +
                  "rstrip": false,
         
     | 
| 680 | 
         
            +
                  "single_word": false,
         
     | 
| 681 | 
         
            +
                  "special": true
         
     | 
| 682 | 
         
            +
                },
         
     | 
| 683 | 
         
            +
                "85": {
         
     | 
| 684 | 
         
            +
                  "content": "<[PLHD85_never_used]>",
         
     | 
| 685 | 
         
            +
                  "lstrip": false,
         
     | 
| 686 | 
         
            +
                  "normalized": false,
         
     | 
| 687 | 
         
            +
                  "rstrip": false,
         
     | 
| 688 | 
         
            +
                  "single_word": false,
         
     | 
| 689 | 
         
            +
                  "special": true
         
     | 
| 690 | 
         
            +
                },
         
     | 
| 691 | 
         
            +
                "86": {
         
     | 
| 692 | 
         
            +
                  "content": "<[PLHD86_never_used]>",
         
     | 
| 693 | 
         
            +
                  "lstrip": false,
         
     | 
| 694 | 
         
            +
                  "normalized": false,
         
     | 
| 695 | 
         
            +
                  "rstrip": false,
         
     | 
| 696 | 
         
            +
                  "single_word": false,
         
     | 
| 697 | 
         
            +
                  "special": true
         
     | 
| 698 | 
         
            +
                },
         
     | 
| 699 | 
         
            +
                "87": {
         
     | 
| 700 | 
         
            +
                  "content": "<[PLHD87_never_used]>",
         
     | 
| 701 | 
         
            +
                  "lstrip": false,
         
     | 
| 702 | 
         
            +
                  "normalized": false,
         
     | 
| 703 | 
         
            +
                  "rstrip": false,
         
     | 
| 704 | 
         
            +
                  "single_word": false,
         
     | 
| 705 | 
         
            +
                  "special": true
         
     | 
| 706 | 
         
            +
                },
         
     | 
| 707 | 
         
            +
                "88": {
         
     | 
| 708 | 
         
            +
                  "content": "<[PLHD88_never_used]>",
         
     | 
| 709 | 
         
            +
                  "lstrip": false,
         
     | 
| 710 | 
         
            +
                  "normalized": false,
         
     | 
| 711 | 
         
            +
                  "rstrip": false,
         
     | 
| 712 | 
         
            +
                  "single_word": false,
         
     | 
| 713 | 
         
            +
                  "special": true
         
     | 
| 714 | 
         
            +
                },
         
     | 
| 715 | 
         
            +
                "89": {
         
     | 
| 716 | 
         
            +
                  "content": "<[PLHD89_never_used]>",
         
     | 
| 717 | 
         
            +
                  "lstrip": false,
         
     | 
| 718 | 
         
            +
                  "normalized": false,
         
     | 
| 719 | 
         
            +
                  "rstrip": false,
         
     | 
| 720 | 
         
            +
                  "single_word": false,
         
     | 
| 721 | 
         
            +
                  "special": true
         
     | 
| 722 | 
         
            +
                },
         
     | 
| 723 | 
         
            +
                "90": {
         
     | 
| 724 | 
         
            +
                  "content": "<[PLHD90_never_used]>",
         
     | 
| 725 | 
         
            +
                  "lstrip": false,
         
     | 
| 726 | 
         
            +
                  "normalized": false,
         
     | 
| 727 | 
         
            +
                  "rstrip": false,
         
     | 
| 728 | 
         
            +
                  "single_word": false,
         
     | 
| 729 | 
         
            +
                  "special": true
         
     | 
| 730 | 
         
            +
                },
         
     | 
| 731 | 
         
            +
                "91": {
         
     | 
| 732 | 
         
            +
                  "content": "<[PLHD91_never_used]>",
         
     | 
| 733 | 
         
            +
                  "lstrip": false,
         
     | 
| 734 | 
         
            +
                  "normalized": false,
         
     | 
| 735 | 
         
            +
                  "rstrip": false,
         
     | 
| 736 | 
         
            +
                  "single_word": false,
         
     | 
| 737 | 
         
            +
                  "special": true
         
     | 
| 738 | 
         
            +
                },
         
     | 
| 739 | 
         
            +
                "92": {
         
     | 
| 740 | 
         
            +
                  "content": "<[PLHD92_never_used]>",
         
     | 
| 741 | 
         
            +
                  "lstrip": false,
         
     | 
| 742 | 
         
            +
                  "normalized": false,
         
     | 
| 743 | 
         
            +
                  "rstrip": false,
         
     | 
| 744 | 
         
            +
                  "single_word": false,
         
     | 
| 745 | 
         
            +
                  "special": true
         
     | 
| 746 | 
         
            +
                },
         
     | 
| 747 | 
         
            +
                "93": {
         
     | 
| 748 | 
         
            +
                  "content": "<[PLHD93_never_used]>",
         
     | 
| 749 | 
         
            +
                  "lstrip": false,
         
     | 
| 750 | 
         
            +
                  "normalized": false,
         
     | 
| 751 | 
         
            +
                  "rstrip": false,
         
     | 
| 752 | 
         
            +
                  "single_word": false,
         
     | 
| 753 | 
         
            +
                  "special": true
         
     | 
| 754 | 
         
            +
                },
         
     | 
| 755 | 
         
            +
                "94": {
         
     | 
| 756 | 
         
            +
                  "content": "<[PLHD94_never_used]>",
         
     | 
| 757 | 
         
            +
                  "lstrip": false,
         
     | 
| 758 | 
         
            +
                  "normalized": false,
         
     | 
| 759 | 
         
            +
                  "rstrip": false,
         
     | 
| 760 | 
         
            +
                  "single_word": false,
         
     | 
| 761 | 
         
            +
                  "special": true
         
     | 
| 762 | 
         
            +
                },
         
     | 
| 763 | 
         
            +
                "95": {
         
     | 
| 764 | 
         
            +
                  "content": "<[PLHD95_never_used]>",
         
     | 
| 765 | 
         
            +
                  "lstrip": false,
         
     | 
| 766 | 
         
            +
                  "normalized": false,
         
     | 
| 767 | 
         
            +
                  "rstrip": false,
         
     | 
| 768 | 
         
            +
                  "single_word": false,
         
     | 
| 769 | 
         
            +
                  "special": true
         
     | 
| 770 | 
         
            +
                },
         
     | 
| 771 | 
         
            +
                "96": {
         
     | 
| 772 | 
         
            +
                  "content": "<[PLHD96_never_used]>",
         
     | 
| 773 | 
         
            +
                  "lstrip": false,
         
     | 
| 774 | 
         
            +
                  "normalized": false,
         
     | 
| 775 | 
         
            +
                  "rstrip": false,
         
     | 
| 776 | 
         
            +
                  "single_word": false,
         
     | 
| 777 | 
         
            +
                  "special": true
         
     | 
| 778 | 
         
            +
                },
         
     | 
| 779 | 
         
            +
                "97": {
         
     | 
| 780 | 
         
            +
                  "content": "<[PLHD97_never_used]>",
         
     | 
| 781 | 
         
            +
                  "lstrip": false,
         
     | 
| 782 | 
         
            +
                  "normalized": false,
         
     | 
| 783 | 
         
            +
                  "rstrip": false,
         
     | 
| 784 | 
         
            +
                  "single_word": false,
         
     | 
| 785 | 
         
            +
                  "special": true
         
     | 
| 786 | 
         
            +
                },
         
     | 
| 787 | 
         
            +
                "98": {
         
     | 
| 788 | 
         
            +
                  "content": "<[PLHD98_never_used]>",
         
     | 
| 789 | 
         
            +
                  "lstrip": false,
         
     | 
| 790 | 
         
            +
                  "normalized": false,
         
     | 
| 791 | 
         
            +
                  "rstrip": false,
         
     | 
| 792 | 
         
            +
                  "single_word": false,
         
     | 
| 793 | 
         
            +
                  "special": true
         
     | 
| 794 | 
         
            +
                },
         
     | 
| 795 | 
         
            +
                "99": {
         
     | 
| 796 | 
         
            +
                  "content": "<[PLHD99_never_used]>",
         
     | 
| 797 | 
         
            +
                  "lstrip": false,
         
     | 
| 798 | 
         
            +
                  "normalized": false,
         
     | 
| 799 | 
         
            +
                  "rstrip": false,
         
     | 
| 800 | 
         
            +
                  "single_word": false,
         
     | 
| 801 | 
         
            +
                  "special": true
         
     | 
| 802 | 
         
            +
                },
         
     | 
| 803 | 
         
            +
                "100": {
         
     | 
| 804 | 
         
            +
                  "content": "<[PLHD100_never_used]>",
         
     | 
| 805 | 
         
            +
                  "lstrip": false,
         
     | 
| 806 | 
         
            +
                  "normalized": false,
         
     | 
| 807 | 
         
            +
                  "rstrip": false,
         
     | 
| 808 | 
         
            +
                  "single_word": false,
         
     | 
| 809 | 
         
            +
                  "special": true
         
     | 
| 810 | 
         
            +
                },
         
     | 
| 811 | 
         
            +
                "101": {
         
     | 
| 812 | 
         
            +
                  "content": "<[PLHD101_never_used]>",
         
     | 
| 813 | 
         
            +
                  "lstrip": false,
         
     | 
| 814 | 
         
            +
                  "normalized": false,
         
     | 
| 815 | 
         
            +
                  "rstrip": false,
         
     | 
| 816 | 
         
            +
                  "single_word": false,
         
     | 
| 817 | 
         
            +
                  "special": true
         
     | 
| 818 | 
         
            +
                },
         
     | 
| 819 | 
         
            +
                "102": {
         
     | 
| 820 | 
         
            +
                  "content": "<[PLHD102_never_used]>",
         
     | 
| 821 | 
         
            +
                  "lstrip": false,
         
     | 
| 822 | 
         
            +
                  "normalized": false,
         
     | 
| 823 | 
         
            +
                  "rstrip": false,
         
     | 
| 824 | 
         
            +
                  "single_word": false,
         
     | 
| 825 | 
         
            +
                  "special": true
         
     | 
| 826 | 
         
            +
                },
         
     | 
| 827 | 
         
            +
                "103": {
         
     | 
| 828 | 
         
            +
                  "content": "<[PLHD103_never_used]>",
         
     | 
| 829 | 
         
            +
                  "lstrip": false,
         
     | 
| 830 | 
         
            +
                  "normalized": false,
         
     | 
| 831 | 
         
            +
                  "rstrip": false,
         
     | 
| 832 | 
         
            +
                  "single_word": false,
         
     | 
| 833 | 
         
            +
                  "special": true
         
     | 
| 834 | 
         
            +
                },
         
     | 
| 835 | 
         
            +
                "104": {
         
     | 
| 836 | 
         
            +
                  "content": "<[PLHD104_never_used]>",
         
     | 
| 837 | 
         
            +
                  "lstrip": false,
         
     | 
| 838 | 
         
            +
                  "normalized": false,
         
     | 
| 839 | 
         
            +
                  "rstrip": false,
         
     | 
| 840 | 
         
            +
                  "single_word": false,
         
     | 
| 841 | 
         
            +
                  "special": true
         
     | 
| 842 | 
         
            +
                },
         
     | 
| 843 | 
         
            +
                "105": {
         
     | 
| 844 | 
         
            +
                  "content": "<[PLHD105_never_used]>",
         
     | 
| 845 | 
         
            +
                  "lstrip": false,
         
     | 
| 846 | 
         
            +
                  "normalized": false,
         
     | 
| 847 | 
         
            +
                  "rstrip": false,
         
     | 
| 848 | 
         
            +
                  "single_word": false,
         
     | 
| 849 | 
         
            +
                  "special": true
         
     | 
| 850 | 
         
            +
                },
         
     | 
| 851 | 
         
            +
                "106": {
         
     | 
| 852 | 
         
            +
                  "content": "<[PLHD106_never_used]>",
         
     | 
| 853 | 
         
            +
                  "lstrip": false,
         
     | 
| 854 | 
         
            +
                  "normalized": false,
         
     | 
| 855 | 
         
            +
                  "rstrip": false,
         
     | 
| 856 | 
         
            +
                  "single_word": false,
         
     | 
| 857 | 
         
            +
                  "special": true
         
     | 
| 858 | 
         
            +
                },
         
     | 
| 859 | 
         
            +
                "107": {
         
     | 
| 860 | 
         
            +
                  "content": "<[PLHD107_never_used]>",
         
     | 
| 861 | 
         
            +
                  "lstrip": false,
         
     | 
| 862 | 
         
            +
                  "normalized": false,
         
     | 
| 863 | 
         
            +
                  "rstrip": false,
         
     | 
| 864 | 
         
            +
                  "single_word": false,
         
     | 
| 865 | 
         
            +
                  "special": true
         
     | 
| 866 | 
         
            +
                },
         
     | 
| 867 | 
         
            +
                "108": {
         
     | 
| 868 | 
         
            +
                  "content": "<[PLHD108_never_used]>",
         
     | 
| 869 | 
         
            +
                  "lstrip": false,
         
     | 
| 870 | 
         
            +
                  "normalized": false,
         
     | 
| 871 | 
         
            +
                  "rstrip": false,
         
     | 
| 872 | 
         
            +
                  "single_word": false,
         
     | 
| 873 | 
         
            +
                  "special": true
         
     | 
| 874 | 
         
            +
                },
         
     | 
| 875 | 
         
            +
                "109": {
         
     | 
| 876 | 
         
            +
                  "content": "<[PLHD109_never_used]>",
         
     | 
| 877 | 
         
            +
                  "lstrip": false,
         
     | 
| 878 | 
         
            +
                  "normalized": false,
         
     | 
| 879 | 
         
            +
                  "rstrip": false,
         
     | 
| 880 | 
         
            +
                  "single_word": false,
         
     | 
| 881 | 
         
            +
                  "special": true
         
     | 
| 882 | 
         
            +
                },
         
     | 
| 883 | 
         
            +
                "110": {
         
     | 
| 884 | 
         
            +
                  "content": "<[PLHD110_never_used]>",
         
     | 
| 885 | 
         
            +
                  "lstrip": false,
         
     | 
| 886 | 
         
            +
                  "normalized": false,
         
     | 
| 887 | 
         
            +
                  "rstrip": false,
         
     | 
| 888 | 
         
            +
                  "single_word": false,
         
     | 
| 889 | 
         
            +
                  "special": true
         
     | 
| 890 | 
         
            +
                },
         
     | 
| 891 | 
         
            +
                "111": {
         
     | 
| 892 | 
         
            +
                  "content": "<[PLHD111_never_used]>",
         
     | 
| 893 | 
         
            +
                  "lstrip": false,
         
     | 
| 894 | 
         
            +
                  "normalized": false,
         
     | 
| 895 | 
         
            +
                  "rstrip": false,
         
     | 
| 896 | 
         
            +
                  "single_word": false,
         
     | 
| 897 | 
         
            +
                  "special": true
         
     | 
| 898 | 
         
            +
                },
         
     | 
| 899 | 
         
            +
                "112": {
         
     | 
| 900 | 
         
            +
                  "content": "<[PLHD112_never_used]>",
         
     | 
| 901 | 
         
            +
                  "lstrip": false,
         
     | 
| 902 | 
         
            +
                  "normalized": false,
         
     | 
| 903 | 
         
            +
                  "rstrip": false,
         
     | 
| 904 | 
         
            +
                  "single_word": false,
         
     | 
| 905 | 
         
            +
                  "special": true
         
     | 
| 906 | 
         
            +
                },
         
     | 
| 907 | 
         
            +
                "113": {
         
     | 
| 908 | 
         
            +
                  "content": "<[PLHD113_never_used]>",
         
     | 
| 909 | 
         
            +
                  "lstrip": false,
         
     | 
| 910 | 
         
            +
                  "normalized": false,
         
     | 
| 911 | 
         
            +
                  "rstrip": false,
         
     | 
| 912 | 
         
            +
                  "single_word": false,
         
     | 
| 913 | 
         
            +
                  "special": true
         
     | 
| 914 | 
         
            +
                },
         
     | 
| 915 | 
         
            +
                "114": {
         
     | 
| 916 | 
         
            +
                  "content": "<[PLHD114_never_used]>",
         
     | 
| 917 | 
         
            +
                  "lstrip": false,
         
     | 
| 918 | 
         
            +
                  "normalized": false,
         
     | 
| 919 | 
         
            +
                  "rstrip": false,
         
     | 
| 920 | 
         
            +
                  "single_word": false,
         
     | 
| 921 | 
         
            +
                  "special": true
         
     | 
| 922 | 
         
            +
                },
         
     | 
| 923 | 
         
            +
                "115": {
         
     | 
| 924 | 
         
            +
                  "content": "<[PLHD115_never_used]>",
         
     | 
| 925 | 
         
            +
                  "lstrip": false,
         
     | 
| 926 | 
         
            +
                  "normalized": false,
         
     | 
| 927 | 
         
            +
                  "rstrip": false,
         
     | 
| 928 | 
         
            +
                  "single_word": false,
         
     | 
| 929 | 
         
            +
                  "special": true
         
     | 
| 930 | 
         
            +
                },
         
     | 
| 931 | 
         
            +
                "116": {
         
     | 
| 932 | 
         
            +
                  "content": "<[PLHD116_never_used]>",
         
     | 
| 933 | 
         
            +
                  "lstrip": false,
         
     | 
| 934 | 
         
            +
                  "normalized": false,
         
     | 
| 935 | 
         
            +
                  "rstrip": false,
         
     | 
| 936 | 
         
            +
                  "single_word": false,
         
     | 
| 937 | 
         
            +
                  "special": true
         
     | 
| 938 | 
         
            +
                },
         
     | 
| 939 | 
         
            +
                "117": {
         
     | 
| 940 | 
         
            +
                  "content": "<[PLHD117_never_used]>",
         
     | 
| 941 | 
         
            +
                  "lstrip": false,
         
     | 
| 942 | 
         
            +
                  "normalized": false,
         
     | 
| 943 | 
         
            +
                  "rstrip": false,
         
     | 
| 944 | 
         
            +
                  "single_word": false,
         
     | 
| 945 | 
         
            +
                  "special": true
         
     | 
| 946 | 
         
            +
                },
         
     | 
| 947 | 
         
            +
                "118": {
         
     | 
| 948 | 
         
            +
                  "content": "<[PLHD118_never_used]>",
         
     | 
| 949 | 
         
            +
                  "lstrip": false,
         
     | 
| 950 | 
         
            +
                  "normalized": false,
         
     | 
| 951 | 
         
            +
                  "rstrip": false,
         
     | 
| 952 | 
         
            +
                  "single_word": false,
         
     | 
| 953 | 
         
            +
                  "special": true
         
     | 
| 954 | 
         
            +
                },
         
     | 
| 955 | 
         
            +
                "119": {
         
     | 
| 956 | 
         
            +
                  "content": "<[PLHD119_never_used]>",
         
     | 
| 957 | 
         
            +
                  "lstrip": false,
         
     | 
| 958 | 
         
            +
                  "normalized": false,
         
     | 
| 959 | 
         
            +
                  "rstrip": false,
         
     | 
| 960 | 
         
            +
                  "single_word": false,
         
     | 
| 961 | 
         
            +
                  "special": true
         
     | 
| 962 | 
         
            +
                },
         
     | 
| 963 | 
         
            +
                "120": {
         
     | 
| 964 | 
         
            +
                  "content": "<[PLHD120_never_used]>",
         
     | 
| 965 | 
         
            +
                  "lstrip": false,
         
     | 
| 966 | 
         
            +
                  "normalized": false,
         
     | 
| 967 | 
         
            +
                  "rstrip": false,
         
     | 
| 968 | 
         
            +
                  "single_word": false,
         
     | 
| 969 | 
         
            +
                  "special": true
         
     | 
| 970 | 
         
            +
                },
         
     | 
| 971 | 
         
            +
                "121": {
         
     | 
| 972 | 
         
            +
                  "content": "<[PLHD121_never_used]>",
         
     | 
| 973 | 
         
            +
                  "lstrip": false,
         
     | 
| 974 | 
         
            +
                  "normalized": false,
         
     | 
| 975 | 
         
            +
                  "rstrip": false,
         
     | 
| 976 | 
         
            +
                  "single_word": false,
         
     | 
| 977 | 
         
            +
                  "special": true
         
     | 
| 978 | 
         
            +
                },
         
     | 
| 979 | 
         
            +
                "122": {
         
     | 
| 980 | 
         
            +
                  "content": "<[PLHD122_never_used]>",
         
     | 
| 981 | 
         
            +
                  "lstrip": false,
         
     | 
| 982 | 
         
            +
                  "normalized": false,
         
     | 
| 983 | 
         
            +
                  "rstrip": false,
         
     | 
| 984 | 
         
            +
                  "single_word": false,
         
     | 
| 985 | 
         
            +
                  "special": true
         
     | 
| 986 | 
         
            +
                },
         
     | 
| 987 | 
         
            +
                "123": {
         
     | 
| 988 | 
         
            +
                  "content": "<[PLHD123_never_used]>",
         
     | 
| 989 | 
         
            +
                  "lstrip": false,
         
     | 
| 990 | 
         
            +
                  "normalized": false,
         
     | 
| 991 | 
         
            +
                  "rstrip": false,
         
     | 
| 992 | 
         
            +
                  "single_word": false,
         
     | 
| 993 | 
         
            +
                  "special": true
         
     | 
| 994 | 
         
            +
                },
         
     | 
| 995 | 
         
            +
                "124": {
         
     | 
| 996 | 
         
            +
                  "content": "<[PLHD124_never_used]>",
         
     | 
| 997 | 
         
            +
                  "lstrip": false,
         
     | 
| 998 | 
         
            +
                  "normalized": false,
         
     | 
| 999 | 
         
            +
                  "rstrip": false,
         
     | 
| 1000 | 
         
            +
                  "single_word": false,
         
     | 
| 1001 | 
         
            +
                  "special": true
         
     | 
| 1002 | 
         
            +
                },
         
     | 
| 1003 | 
         
            +
                "125": {
         
     | 
| 1004 | 
         
            +
                  "content": "<[PLHD125_never_used]>",
         
     | 
| 1005 | 
         
            +
                  "lstrip": false,
         
     | 
| 1006 | 
         
            +
                  "normalized": false,
         
     | 
| 1007 | 
         
            +
                  "rstrip": false,
         
     | 
| 1008 | 
         
            +
                  "single_word": false,
         
     | 
| 1009 | 
         
            +
                  "special": true
         
     | 
| 1010 | 
         
            +
                },
         
     | 
| 1011 | 
         
            +
                "126": {
         
     | 
| 1012 | 
         
            +
                  "content": "<[PLHD126_never_used]>",
         
     | 
| 1013 | 
         
            +
                  "lstrip": false,
         
     | 
| 1014 | 
         
            +
                  "normalized": false,
         
     | 
| 1015 | 
         
            +
                  "rstrip": false,
         
     | 
| 1016 | 
         
            +
                  "single_word": false,
         
     | 
| 1017 | 
         
            +
                  "special": true
         
     | 
| 1018 | 
         
            +
                },
         
     | 
| 1019 | 
         
            +
                "127": {
         
     | 
| 1020 | 
         
            +
                  "content": "<[PLHD127_never_used]>",
         
     | 
| 1021 | 
         
            +
                  "lstrip": false,
         
     | 
| 1022 | 
         
            +
                  "normalized": false,
         
     | 
| 1023 | 
         
            +
                  "rstrip": false,
         
     | 
| 1024 | 
         
            +
                  "single_word": false,
         
     | 
| 1025 | 
         
            +
                  "special": true
         
     | 
| 1026 | 
         
            +
                }
         
     | 
| 1027 | 
         
            +
              },
         
     | 
| 1028 | 
         
            +
              "bos_token": "<seed:bos>",
         
     | 
| 1029 | 
         
            +
              "clean_up_tokenization_spaces": false,
         
     | 
| 1030 | 
         
            +
              "eos_token": "<seed:eos>",
         
     | 
| 1031 | 
         
            +
              "extra_special_tokens": {},
         
     | 
| 1032 | 
         
            +
              "model_max_length": 1000000000000000019884624838656,
         
     | 
| 1033 | 
         
            +
              "pad_token": "<seed:pad>",
         
     | 
| 1034 | 
         
            +
              "tokenizer_class": "PreTrainedTokenizerFast"
         
     | 
| 1035 | 
         
            +
            }
         
     |