model upload
Browse files- config.json +90 -0
- generation_config.json +7 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- model.safetensors.index.json +1 -0
- model.sig +1 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer_config.json +783 -0
- vocab.json +0 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,90 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "architectures": [
         | 
| 3 | 
            +
                "GraniteMoeHybridForCausalLM"
         | 
| 4 | 
            +
              ],
         | 
| 5 | 
            +
              "attention_bias": false,
         | 
| 6 | 
            +
              "attention_dropout": 0.0,
         | 
| 7 | 
            +
              "attention_multiplier": 0.0078125,
         | 
| 8 | 
            +
              "bos_token_id": 100257,
         | 
| 9 | 
            +
              "embedding_multiplier": 12,
         | 
| 10 | 
            +
              "eos_token_id": 100257,
         | 
| 11 | 
            +
              "hidden_act": "silu",
         | 
| 12 | 
            +
              "hidden_size": 1536,
         | 
| 13 | 
            +
              "init_method": "mup",
         | 
| 14 | 
            +
              "initializer_range": 0.1,
         | 
| 15 | 
            +
              "intermediate_size": 4096,
         | 
| 16 | 
            +
              "layer_types": [
         | 
| 17 | 
            +
                "mamba",
         | 
| 18 | 
            +
                "mamba",
         | 
| 19 | 
            +
                "mamba",
         | 
| 20 | 
            +
                "mamba",
         | 
| 21 | 
            +
                "mamba",
         | 
| 22 | 
            +
                "attention",
         | 
| 23 | 
            +
                "mamba",
         | 
| 24 | 
            +
                "mamba",
         | 
| 25 | 
            +
                "mamba",
         | 
| 26 | 
            +
                "mamba",
         | 
| 27 | 
            +
                "mamba",
         | 
| 28 | 
            +
                "mamba",
         | 
| 29 | 
            +
                "mamba",
         | 
| 30 | 
            +
                "mamba",
         | 
| 31 | 
            +
                "mamba",
         | 
| 32 | 
            +
                "attention",
         | 
| 33 | 
            +
                "mamba",
         | 
| 34 | 
            +
                "mamba",
         | 
| 35 | 
            +
                "mamba",
         | 
| 36 | 
            +
                "mamba",
         | 
| 37 | 
            +
                "mamba",
         | 
| 38 | 
            +
                "mamba",
         | 
| 39 | 
            +
                "mamba",
         | 
| 40 | 
            +
                "mamba",
         | 
| 41 | 
            +
                "mamba",
         | 
| 42 | 
            +
                "attention",
         | 
| 43 | 
            +
                "mamba",
         | 
| 44 | 
            +
                "mamba",
         | 
| 45 | 
            +
                "mamba",
         | 
| 46 | 
            +
                "mamba",
         | 
| 47 | 
            +
                "mamba",
         | 
| 48 | 
            +
                "mamba",
         | 
| 49 | 
            +
                "mamba",
         | 
| 50 | 
            +
                "mamba",
         | 
| 51 | 
            +
                "mamba",
         | 
| 52 | 
            +
                "attention",
         | 
| 53 | 
            +
                "mamba",
         | 
| 54 | 
            +
                "mamba",
         | 
| 55 | 
            +
                "mamba",
         | 
| 56 | 
            +
                "mamba"
         | 
| 57 | 
            +
              ],
         | 
| 58 | 
            +
              "logits_scaling": 6,
         | 
| 59 | 
            +
              "mamba_chunk_size": 256,
         | 
| 60 | 
            +
              "mamba_conv_bias": true,
         | 
| 61 | 
            +
              "mamba_d_conv": 4,
         | 
| 62 | 
            +
              "mamba_d_head": 64,
         | 
| 63 | 
            +
              "mamba_d_state": 128,
         | 
| 64 | 
            +
              "mamba_expand": 2,
         | 
| 65 | 
            +
              "mamba_n_groups": 1,
         | 
| 66 | 
            +
              "mamba_n_heads": 48,
         | 
| 67 | 
            +
              "mamba_proj_bias": false,
         | 
| 68 | 
            +
              "max_position_embeddings": 131072,
         | 
| 69 | 
            +
              "model_type": "granitemoehybrid",
         | 
| 70 | 
            +
              "normalization_function": "rmsnorm",
         | 
| 71 | 
            +
              "num_attention_heads": 12,
         | 
| 72 | 
            +
              "num_experts_per_tok": 0,
         | 
| 73 | 
            +
              "num_hidden_layers": 40,
         | 
| 74 | 
            +
              "num_key_value_heads": 4,
         | 
| 75 | 
            +
              "num_local_experts": 0,
         | 
| 76 | 
            +
              "output_router_logits": false,
         | 
| 77 | 
            +
              "pad_token_id": 100256,
         | 
| 78 | 
            +
              "position_embedding_type": "nope",
         | 
| 79 | 
            +
              "residual_multiplier": 0.22,
         | 
| 80 | 
            +
              "rms_norm_eps": 1e-05,
         | 
| 81 | 
            +
              "rope_scaling": null,
         | 
| 82 | 
            +
              "rope_theta": 10000,
         | 
| 83 | 
            +
              "router_aux_loss_coef": 0.01,
         | 
| 84 | 
            +
              "shared_intermediate_size": 4096,
         | 
| 85 | 
            +
              "tie_word_embeddings": true,
         | 
| 86 | 
            +
              "torch_dtype": "bfloat16",
         | 
| 87 | 
            +
              "transformers_version": "4.56.0",
         | 
| 88 | 
            +
              "use_cache": true,
         | 
| 89 | 
            +
              "vocab_size": 100352
         | 
| 90 | 
            +
            }
         | 
    	
        generation_config.json
    ADDED
    
    | @@ -0,0 +1,7 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_from_model_config": true,
         | 
| 3 | 
            +
              "bos_token_id": 100257,
         | 
| 4 | 
            +
              "eos_token_id": 100257,
         | 
| 5 | 
            +
              "pad_token_id": 100256,
         | 
| 6 | 
            +
              "transformers_version": "4.56.0"
         | 
| 7 | 
            +
            }
         | 
    	
        merges.txt
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 
    	
        model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:8e88bfe642af8ce7a71871fcc5d33130abec0c63bf2137ca9a77e2219262ed28
         | 
| 3 | 
            +
            size 2923128544
         | 
    	
        model.safetensors.index.json
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            {"metadata": {"mergekit_version": "0.1.3"}, "weight_map": {"model.embed_tokens.weight": "model-00001-of-00002.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.0.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.0.mamba.D": "model-00001-of-00002.safetensors", "model.layers.0.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.0.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.0.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.0.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.0.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.0.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.0.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.0.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.1.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.1.mamba.D": "model-00001-of-00002.safetensors", "model.layers.1.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.1.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.1.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.1.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.1.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.1.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.1.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.1.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.10.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.10.mamba.D": "model-00001-of-00002.safetensors", "model.layers.10.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.10.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.10.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.10.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.10.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.10.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.10.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.10.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.11.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.11.mamba.D": "model-00001-of-00002.safetensors", "model.layers.11.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.11.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.11.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.11.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.11.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.11.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.11.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.11.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.12.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.12.mamba.D": "model-00001-of-00002.safetensors", "model.layers.12.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.12.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.12.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.12.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.12.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.12.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.12.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.12.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.13.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.13.mamba.D": "model-00001-of-00002.safetensors", "model.layers.13.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.13.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.13.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.13.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.13.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.13.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.13.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.13.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.14.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.14.mamba.D": "model-00001-of-00002.safetensors", "model.layers.14.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.14.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.14.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.14.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.14.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.14.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.14.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.14.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", "model.layers.15.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.15.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.16.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.16.mamba.D": "model-00001-of-00002.safetensors", "model.layers.16.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.16.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.16.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.16.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.16.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.16.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.16.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.16.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.17.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.17.mamba.D": "model-00001-of-00002.safetensors", "model.layers.17.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.17.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.17.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.17.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.17.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.17.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.17.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.17.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.18.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.18.mamba.D": "model-00001-of-00002.safetensors", "model.layers.18.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.18.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.18.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.18.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.18.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.18.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.18.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.18.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.19.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.19.mamba.D": "model-00001-of-00002.safetensors", "model.layers.19.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.19.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.19.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.19.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.19.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.19.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.19.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.19.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.2.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.2.mamba.D": "model-00001-of-00002.safetensors", "model.layers.2.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.2.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.2.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.2.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.2.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.2.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.2.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.2.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.20.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.20.mamba.D": "model-00001-of-00002.safetensors", "model.layers.20.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.20.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.20.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.20.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.20.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.20.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.20.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.20.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.21.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.21.mamba.D": "model-00001-of-00002.safetensors", "model.layers.21.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.21.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.21.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.21.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.21.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.21.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.21.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.21.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.22.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.22.mamba.D": "model-00001-of-00002.safetensors", "model.layers.22.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.22.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.22.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.22.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.22.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.22.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.22.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.22.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.23.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.23.mamba.D": "model-00001-of-00002.safetensors", "model.layers.23.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.23.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.23.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.23.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.23.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.23.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.23.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.23.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.24.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.24.mamba.D": "model-00001-of-00002.safetensors", "model.layers.24.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.24.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.24.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.24.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.24.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.24.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.24.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.24.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", "model.layers.25.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.25.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.26.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.26.mamba.D": "model-00001-of-00002.safetensors", "model.layers.26.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.26.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.26.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.26.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.26.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.26.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.26.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.26.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.27.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.27.mamba.D": "model-00001-of-00002.safetensors", "model.layers.27.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.27.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.27.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.27.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.27.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.27.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.27.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.27.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.28.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.28.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.28.mamba.D": "model-00001-of-00002.safetensors", "model.layers.28.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.28.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.28.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.28.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.28.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.28.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.28.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.28.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.29.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.29.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.29.mamba.D": "model-00001-of-00002.safetensors", "model.layers.29.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.29.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.29.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.29.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.29.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.29.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.29.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.29.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.3.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.3.mamba.D": "model-00001-of-00002.safetensors", "model.layers.3.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.3.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.3.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.3.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.3.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.3.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.3.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.3.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.30.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.30.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.30.mamba.D": "model-00001-of-00002.safetensors", "model.layers.30.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.30.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.30.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.30.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.30.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.30.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.30.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.30.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.31.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.31.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.31.mamba.D": "model-00001-of-00002.safetensors", "model.layers.31.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.31.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.31.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.31.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.31.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.31.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.31.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.31.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.32.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.32.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.32.mamba.D": "model-00001-of-00002.safetensors", "model.layers.32.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.32.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.32.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.32.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.32.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.32.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.32.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.32.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.32.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.33.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.33.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.33.mamba.D": "model-00001-of-00002.safetensors", "model.layers.33.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.33.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.33.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.33.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.33.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.33.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.33.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.33.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.33.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.34.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.34.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.34.mamba.D": "model-00001-of-00002.safetensors", "model.layers.34.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.34.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.34.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.34.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.34.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.34.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.34.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.34.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.34.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.35.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.35.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.35.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", "model.layers.35.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", "model.layers.35.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", "model.layers.35.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", "model.layers.35.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.35.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.36.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.36.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.36.mamba.D": "model-00001-of-00002.safetensors", "model.layers.36.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.36.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.36.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.36.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.36.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.36.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.36.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.36.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.36.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.37.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.37.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.37.mamba.D": "model-00001-of-00002.safetensors", "model.layers.37.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.37.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.37.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.37.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.37.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.37.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.37.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.37.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.37.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.38.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.38.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.38.mamba.D": "model-00001-of-00002.safetensors", "model.layers.38.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.38.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.38.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.38.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.38.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.38.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.38.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.38.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors", "model.layers.38.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors", "model.layers.39.input_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.39.mamba.A_log": "model-00001-of-00002.safetensors", "model.layers.39.mamba.D": "model-00001-of-00002.safetensors", "model.layers.39.mamba.conv1d.bias": "model-00001-of-00002.safetensors", "model.layers.39.mamba.conv1d.weight": "model-00001-of-00002.safetensors", "model.layers.39.mamba.dt_bias": "model-00001-of-00002.safetensors", "model.layers.39.mamba.in_proj.weight": "model-00001-of-00002.safetensors", "model.layers.39.mamba.norm.weight": "model-00001-of-00002.safetensors", "model.layers.39.mamba.out_proj.weight": "model-00001-of-00002.safetensors", "model.layers.39.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", "model.layers.39.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors", "model.layers.39.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors", "model.layers.4.input_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.4.mamba.A_log": "model-00002-of-00002.safetensors", "model.layers.4.mamba.D": "model-00002-of-00002.safetensors", "model.layers.4.mamba.conv1d.bias": "model-00002-of-00002.safetensors", "model.layers.4.mamba.conv1d.weight": "model-00002-of-00002.safetensors", "model.layers.4.mamba.dt_bias": "model-00002-of-00002.safetensors", "model.layers.4.mamba.in_proj.weight": "model-00002-of-00002.safetensors", "model.layers.4.mamba.norm.weight": "model-00002-of-00002.safetensors", "model.layers.4.mamba.out_proj.weight": "model-00002-of-00002.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.4.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors", "model.layers.4.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors", "model.layers.5.input_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00002.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00002.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00002.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00002.safetensors", "model.layers.5.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors", "model.layers.5.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors", "model.layers.6.input_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.6.mamba.A_log": "model-00002-of-00002.safetensors", "model.layers.6.mamba.D": "model-00002-of-00002.safetensors", "model.layers.6.mamba.conv1d.bias": "model-00002-of-00002.safetensors", "model.layers.6.mamba.conv1d.weight": "model-00002-of-00002.safetensors", "model.layers.6.mamba.dt_bias": "model-00002-of-00002.safetensors", "model.layers.6.mamba.in_proj.weight": "model-00002-of-00002.safetensors", "model.layers.6.mamba.norm.weight": "model-00002-of-00002.safetensors", "model.layers.6.mamba.out_proj.weight": "model-00002-of-00002.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.6.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors", "model.layers.6.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors", "model.layers.7.input_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.7.mamba.A_log": "model-00002-of-00002.safetensors", "model.layers.7.mamba.D": "model-00002-of-00002.safetensors", "model.layers.7.mamba.conv1d.bias": "model-00002-of-00002.safetensors", "model.layers.7.mamba.conv1d.weight": "model-00002-of-00002.safetensors", "model.layers.7.mamba.dt_bias": "model-00002-of-00002.safetensors", "model.layers.7.mamba.in_proj.weight": "model-00002-of-00002.safetensors", "model.layers.7.mamba.norm.weight": "model-00002-of-00002.safetensors", "model.layers.7.mamba.out_proj.weight": "model-00002-of-00002.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.7.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors", "model.layers.7.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors", "model.layers.8.input_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.8.mamba.A_log": "model-00002-of-00002.safetensors", "model.layers.8.mamba.D": "model-00002-of-00002.safetensors", "model.layers.8.mamba.conv1d.bias": "model-00002-of-00002.safetensors", "model.layers.8.mamba.conv1d.weight": "model-00002-of-00002.safetensors", "model.layers.8.mamba.dt_bias": "model-00002-of-00002.safetensors", "model.layers.8.mamba.in_proj.weight": "model-00002-of-00002.safetensors", "model.layers.8.mamba.norm.weight": "model-00002-of-00002.safetensors", "model.layers.8.mamba.out_proj.weight": "model-00002-of-00002.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.8.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors", "model.layers.8.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors", "model.layers.9.input_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.9.mamba.A_log": "model-00002-of-00002.safetensors", "model.layers.9.mamba.D": "model-00002-of-00002.safetensors", "model.layers.9.mamba.conv1d.bias": "model-00002-of-00002.safetensors", "model.layers.9.mamba.conv1d.weight": "model-00002-of-00002.safetensors", "model.layers.9.mamba.dt_bias": "model-00002-of-00002.safetensors", "model.layers.9.mamba.in_proj.weight": "model-00002-of-00002.safetensors", "model.layers.9.mamba.norm.weight": "model-00002-of-00002.safetensors", "model.layers.9.mamba.out_proj.weight": "model-00002-of-00002.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00002.safetensors", "model.layers.9.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors", "model.layers.9.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors", "model.norm.weight": "model-00002-of-00002.safetensors"}}
         | 
    	
        model.sig
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            {"mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", "verificationMaterial": {"certificate": {"rawBytes": "MIIC5DCCAmugAwIBAgIUQkVqllxJBjOHdzy12eDduzcQFcAwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjUxMDEzMTg0MjQyWhcNMjUxMDEzMTg1MjQyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECgpEOyPshRbIk2eyoIwn8nHiY4WiNFrzguxwKtaWxWt1Bowt2N08Q9dwTssVZ52o1IPY/zZ18v22FqH4AZhY0KOCAYowggGGMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUp4dofe8GkS/aXctg0MPqaLd4GfowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wJAYDVR0RAQH/BBowGIEWR3Jhbml0ZS12ZXJpZnlAaWJtLmNvbTA0BgorBgEEAYO/MAEBBCZodHRwczovL3NpZ3N0b3JlLnZlcmlmeS5pYm0uY29tL29hdXRoMjA2BgorBgEEAYO/MAEIBCgMJmh0dHBzOi8vc2lnc3RvcmUudmVyaWZ5LmlibS5jb20vb2F1dGgyMIGKBgorBgEEAdZ5AgQCBHwEegB4AHYA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGZ3uHIoAAABAMARzBFAiEA4YH/vNm3/Rgl0yQf+s1fZqVhSD2W3e+hgAHURAsUBCUCIHek5BdJdaNTWOb+NxtRNCzynKUJnENUmQH2Ls4b6aI7MAoGCCqGSM49BAMDA2cAMGQCMHTL3ZRTAYJLmBQ4df8xzDpSOP6MNuIcgkUp/XXUxi+HYOBujOcPR+R3kMlOP1iSqQIwBYa7qAPsmpCfKMZ5EAOuXQms83BFtBBQwrSr8adqbeieGEz/BgcB2JnUADxxWgKh"}, "tlogEntries": [{"logIndex": "603504649", "logId": {"keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0="}, "kindVersion": {"kind": "dsse", "version": "0.0.1"}, "integratedTime": "1760380963", "inclusionPromise": {"signedEntryTimestamp": "MEQCIC8xpuzRWLQ7kT6NXXCGUyKHeyIAQ4jKhCiYn4qjdIQpAiAHoy9IYNNRwbyCccehY9o/3rfDzUV/8LIpzpIPSbCVIw=="}, "inclusionProof": {"logIndex": "481600387", "rootHash": "lTGr+twbbBh9ViCFrz6wcDQvwGKELs/hHKf7KJo79mM=", "treeSize": "481600404", "hashes": ["QPVPDsnatYWtX/Gx1usht39hJLmOi0Y4st+w9YSRIlo=", "OSsqpMReipwel+M5jjEoflFKau6W/lyjgh4a//hGqSw=", "BSZZgNp0Ax6+PvwADCFmk99XPAz1D3L6a+Y5SRV+PJk=", "BTWucgofkvqO4Ac0Vwj2+wEZ9OXSERpE+hl8vWbiazk=", "/P0WILPAbChsxvsivwfGKCBB2YIVYNTJknAqrqqPxsA=", "svO2sWJOPf3bWm7ck9lZXwH41ZjbZvY3g7pKaqykvtE=", "+HHYIB9ZP1j2MOduxAbEQ6LldnZ4beYlNmWeQLd+QiE=", "W/gsIA300minUIfXN6bxIfiLLvumIH2DLHJe3LLWVzg=", "25WnhiU4SQLa7cMSj2ET1pHP+ib6JhFigEAYYSX25iA=", "UJ08QthmwsUT/Q/h3RP5fnBYtpN7wcHIqKzW/eI8b9w=", "kiTR6jWhoD43tdpMDeSLtBFM2ulJhNy8oGI9kEc+4Sc=", "lEiujNeXDeP41X0ppw2Qbrc5U9ylRyNUvlpzRwDCHbA=", "rrf+/cU3hhyHigVzum86kiBbbWdsquKHDGUoR3bCRdY=", "V5lOdefY1WOOt4iQp7tZoyj1beBDVi24KsEMcgsqZds=", "2Wv4GiithwNukRKV06clevnQQYCzXmSS/+/OJtXgsXQ=", "1mfy94KpcItqshH9+gwqV6jccupcaMpVsF28New8zDY=", "vS7O4ozHIQZJWBiov+mkpI27GE8zAmVCEkRcP3NDyNE="], "checkpoint": {"envelope": "rekor.sigstore.dev - 1193050959916656506\n481600404\nlTGr+twbbBh9ViCFrz6wcDQvwGKELs/hHKf7KJo79mM=\n\n\u2014 rekor.sigstore.dev wNI9ajBGAiEAixpY/dh6reJUmQdW5UNNhyLqn6uqoIWTnPtVDkN6DeMCIQD0XOkuT0Mk14nrSfctImu0qPf4GPea/qgpk6reCb3bLA==\n"}}, "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiZDRhNDgxODRjMGFhOGM2NjUzOTkwNzA3YWE4YWJkYjU0YzQ0NTJlODUwNjI0MjYyZDJjMTYwZmJhZWYyYWM5NiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjQ1NjFhMGUyMTNiNjFjODIxMWFhOGQzZTljZjI5MTExNGM1MTgzMjk0NDUzM2E3MTA0NjY0NGU3NGIyOTg2ZmUifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVZQ0lRRGM1TDBRTThLakZqK0VkazdmeE5yYjZ1bGIvK2RDWC94ZEV4U2V0ZkZkU1FJaEFNaDVpaEhJRk1seU43eUQwNXNlazNzbWNhUExsaVFxVlVscnpoNlliVU1zIiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMVJFTkRRVzExWjBGM1NVSkJaMGxWVVd0V2NXeHNlRXBDYWs5SVpIcDVNVEpsUkdSMWVtTlJSbU5CZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwVmVFMUVSWHBOVkdjd1RXcFJlVmRvWTA1TmFsVjRUVVJGZWsxVVp6Rk5hbEY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVkRaM0JGVDNsUWMyaFNZa2xyTW1WNWIwbDNiamh1U0dsWk5GZHBUa1p5ZW1kMWVIY0tTM1JoVjNoWGRERkNiM2QwTWs0d09GRTVaSGRVYzNOV1dqVXliekZKVUZrdmVsb3hPSFl5TWtaeFNEUkJXbWhaTUV0UFEwRlpiM2RuWjBkSFRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVndOR1J2Q21abE9FZHJVeTloV0dOMFp6Qk5VSEZoVEdRMFIyWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMHBCV1VSV1VqQlNRVkZJTDBKQ2IzZEhTVVZYVWpOS2FHSnRiREJhVXpFeVdsaEtjRnB1YkVGaFYwcDBURzFPZG1KVVFUQkNaMjl5UW1kRlJRcEJXVTh2VFVGRlFrSkRXbTlrU0ZKM1kzcHZka3d6VG5CYU0wNHdZak5LYkV4dVdteGpiV3h0WlZNMWNGbHRNSFZaTWpsMFRESTVhR1JZVW05TmFrRXlDa0puYjNKQ1owVkZRVmxQTDAxQlJVbENRMmROU20xb01HUklRbnBQYVRoMll6SnNibU16VW5aamJWVjFaRzFXZVdGWFdqVk1iV3hwWWxNMWFtSXlNSFlLWWpKR01XUkhaM2xOU1VkTFFtZHZja0puUlVWQlpGbzFRV2RSUTBKSWQwVmxaMEkwUVVoWlFUTlVNSGRoYzJKSVJWUktha2RTTkdOdFYyTXpRWEZLU3dwWWNtcGxVRXN6TDJnMGNIbG5Remh3TjI4MFFVRkJSMW96ZFVoSmIwRkJRVUpCVFVGU2VrSkdRV2xGUVRSWlNDOTJUbTB6TDFKbmJEQjVVV1lyY3pGbUNscHhWbWhUUkRKWE0yVXJhR2RCU0ZWU1FYTlZRa05WUTBsSVpXczFRbVJLWkdGT1ZGZFBZaXRPZUhSU1RrTjZlVzVMVlVwdVJVNVZiVkZJTWt4ek5HSUtObUZKTjAxQmIwZERRM0ZIVTAwME9VSkJUVVJCTW1OQlRVZFJRMDFJVkV3eldsSlVRVmxLVEcxQ1VUUmtaamg0ZWtSd1UwOVFOazFPZFVsaloydFZjQW92V0ZoVmVHa3JTRmxQUW5WcVQyTlFVaXRTTTJ0TmJFOVFNV2xUY1ZGSmQwSlpZVGR4UVZCemJYQkRaa3ROV2pWRlFVOTFXRkZ0Y3pnelFrWjBRa0pSQ25keVUzSTRZV1J4WW1WcFpVZEZlaTlDWjJOQ01rcHVWVUZFZUhoWFowdG9DaTB0TFMwdFJVNUVJRU5GVWxSSlJrbERRVlJGTFMwdExTMEsifV19fQ=="}], "timestampVerificationData": {}}, "dsseEnvelope": {"payload": "ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YxIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiZ3Jhbml0ZS00LjAtaC1uYW5vLTFiLWJhc2UiLAogICAgICAiZGlnZXN0IjogewogICAgICAgICJzaGEyNTYiOiAiYmRhYmU3NjMwYmU0ZjE1Y2UyY2QyZTkxZTIxOTE1YzNiMzkxMmZlMDVjM2Y0ZGNhMWVmMDVhYWM5MzRiZWRkZiIKICAgICAgfQogICAgfQogIF0sCiAgInByZWRpY2F0ZVR5cGUiOiAiaHR0cHM6Ly9tb2RlbF9zaWduaW5nL3NpZ25hdHVyZS92MS4wIiwKICAicHJlZGljYXRlIjogewogICAgInJlc291cmNlcyI6IFsKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJjb25maWcuanNvbiIsCiAgICAgICAgImRpZ2VzdCI6ICJhYWZiZGFiZjliMGZmMThhYjE4ZTZkMjJiODY3YjFiYTAwNjMwNWZkNjY2YThkOWY1NzlkZTdjNGE5OGNhMGI4IgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogImdlbmVyYXRpb25fY29uZmlnLmpzb24iLAogICAgICAgICJkaWdlc3QiOiAiN2MwNGNiOWQyYmE3NzFmNzUyOGZiYTVhNzEwNDk5OWNkYWY3NTY2ZDAyYjVmYmQ1ODQ3MjgyOWY2MjcxNjE3NyIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJtZXJnZXMudHh0IiwKICAgICAgICAiZGlnZXN0IjogImI2ZmU0MjRlMzM0OTAzZjdmYjg0ZDNhMTA2ZDk3MzA0NTVmNDc0NGI5ZmUzYzIxZWUxMzZkOTdhMDBlNzI1MDIiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwuc2FmZXRlbnNvcnMiLAogICAgICAgICJkaWdlc3QiOiAiOGU4OGJmZTY0MmFmOGNlN2E3MTg3MWZjYzVkMzMxMzBhYmVjMGM2M2JmMjEzN2NhOWE3N2UyMjE5MjYyZWQyOCIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJtb2RlbC5zYWZldGVuc29ycy5pbmRleC5qc29uIiwKICAgICAgICAiZGlnZXN0IjogIjI0ZjE2MWFmMDRjZDY3YmY0ZTcwZjg4N2JmNWJlYjUzNzY3MmEwODYyMjkzNzI2YWVlMGFmMjI0YjhkYmEwYmYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAic3BlY2lhbF90b2tlbnNfbWFwLmpzb24iLAogICAgICAgICJkaWdlc3QiOiAiYzA4Njc2YzQ5ZmQ3OTY5YTMxMzBmNzJiZTZkNGJmMzRkYTY2YWE0ODRhNmUyMWRmZmUzNTk4OTNhMWJkNWYyZSIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJ0b2tlbml6ZXIuanNvbiIsCiAgICAgICAgImRpZ2VzdCI6ICI2NDUwZWNmZTc1MzE0MGVmMDEwMmQxNjkzNThmMGQ1YmM3YjViNTZhOGMyYTU0MTk3ODhjZTFhMWZkNGU3MzY3IgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogInRva2VuaXplcl9jb25maWcuanNvbiIsCiAgICAgICAgImRpZ2VzdCI6ICJiN2NlNDFjYzJjNTNkMmUyYjE4YWVhMzc0NDNhMGMxOWM5MDM3YTQ4YTMxODEyMWQxNWIxZWMyNzVkN2YxZGU0IgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogInZvY2FiLmpzb24iLAogICAgICAgICJkaWdlc3QiOiAiOGFmNzEwNzZkZThiMGI2MjZlZWQwZjRjOTg0ZmFmMGE3YzA2MjQ3OTE2NGIyYTMxMzA4YTk0ODUyNGQ0ZjY5YyIKICAgICAgfQogICAgXSwKICAgICJzZXJpYWxpemF0aW9uIjogewogICAgICAibWV0aG9kIjogImZpbGVzIiwKICAgICAgImFsbG93X3N5bWxpbmtzIjogZmFsc2UsCiAgICAgICJoYXNoX3R5cGUiOiAic2hhMjU2IgogICAgfQogIH0KfQ==", "payloadType": "application/vnd.in-toto+json", "signatures": [{"sig": "MEYCIQDc5L0QM8KjFj+Edk7fxNrb6ulb/+dCX/xdExSetfFdSQIhAMh5ihHIFMlyN7yD05sek3smcaPLliQqVUlrzh6YbUMs"}]}}
         | 
    	
        special_tokens_map.json
    ADDED
    
    | @@ -0,0 +1,30 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "bos_token": {
         | 
| 3 | 
            +
                "content": "<|end_of_text|>",
         | 
| 4 | 
            +
                "lstrip": false,
         | 
| 5 | 
            +
                "normalized": false,
         | 
| 6 | 
            +
                "rstrip": false,
         | 
| 7 | 
            +
                "single_word": false
         | 
| 8 | 
            +
              },
         | 
| 9 | 
            +
              "eos_token": {
         | 
| 10 | 
            +
                "content": "<|end_of_text|>",
         | 
| 11 | 
            +
                "lstrip": false,
         | 
| 12 | 
            +
                "normalized": false,
         | 
| 13 | 
            +
                "rstrip": false,
         | 
| 14 | 
            +
                "single_word": false
         | 
| 15 | 
            +
              },
         | 
| 16 | 
            +
              "pad_token": {
         | 
| 17 | 
            +
                "content": "<|pad|>",
         | 
| 18 | 
            +
                "lstrip": false,
         | 
| 19 | 
            +
                "normalized": false,
         | 
| 20 | 
            +
                "rstrip": false,
         | 
| 21 | 
            +
                "single_word": false
         | 
| 22 | 
            +
              },
         | 
| 23 | 
            +
              "unk_token": {
         | 
| 24 | 
            +
                "content": "<|unk|>",
         | 
| 25 | 
            +
                "lstrip": false,
         | 
| 26 | 
            +
                "normalized": false,
         | 
| 27 | 
            +
                "rstrip": false,
         | 
| 28 | 
            +
                "single_word": false
         | 
| 29 | 
            +
              }
         | 
| 30 | 
            +
            }
         | 
    	
        tokenizer.json
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 
    	
        tokenizer_config.json
    ADDED
    
    | @@ -0,0 +1,783 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "add_bos_token": false,
         | 
| 3 | 
            +
              "add_prefix_space": false,
         | 
| 4 | 
            +
              "added_tokens_decoder": {
         | 
| 5 | 
            +
                "100256": {
         | 
| 6 | 
            +
                  "content": "<|pad|>",
         | 
| 7 | 
            +
                  "lstrip": false,
         | 
| 8 | 
            +
                  "normalized": false,
         | 
| 9 | 
            +
                  "rstrip": false,
         | 
| 10 | 
            +
                  "single_word": false,
         | 
| 11 | 
            +
                  "special": true
         | 
| 12 | 
            +
                },
         | 
| 13 | 
            +
                "100257": {
         | 
| 14 | 
            +
                  "content": "<|end_of_text|>",
         | 
| 15 | 
            +
                  "lstrip": false,
         | 
| 16 | 
            +
                  "normalized": false,
         | 
| 17 | 
            +
                  "rstrip": false,
         | 
| 18 | 
            +
                  "single_word": false,
         | 
| 19 | 
            +
                  "special": true
         | 
| 20 | 
            +
                },
         | 
| 21 | 
            +
                "100258": {
         | 
| 22 | 
            +
                  "content": "<|fim_prefix|>",
         | 
| 23 | 
            +
                  "lstrip": false,
         | 
| 24 | 
            +
                  "normalized": false,
         | 
| 25 | 
            +
                  "rstrip": false,
         | 
| 26 | 
            +
                  "single_word": false,
         | 
| 27 | 
            +
                  "special": false
         | 
| 28 | 
            +
                },
         | 
| 29 | 
            +
                "100259": {
         | 
| 30 | 
            +
                  "content": "<|fim_middle|>",
         | 
| 31 | 
            +
                  "lstrip": false,
         | 
| 32 | 
            +
                  "normalized": false,
         | 
| 33 | 
            +
                  "rstrip": false,
         | 
| 34 | 
            +
                  "single_word": false,
         | 
| 35 | 
            +
                  "special": false
         | 
| 36 | 
            +
                },
         | 
| 37 | 
            +
                "100260": {
         | 
| 38 | 
            +
                  "content": "<|fim_suffix|>",
         | 
| 39 | 
            +
                  "lstrip": false,
         | 
| 40 | 
            +
                  "normalized": false,
         | 
| 41 | 
            +
                  "rstrip": false,
         | 
| 42 | 
            +
                  "single_word": false,
         | 
| 43 | 
            +
                  "special": false
         | 
| 44 | 
            +
                },
         | 
| 45 | 
            +
                "100261": {
         | 
| 46 | 
            +
                  "content": "<|fim_pad|>",
         | 
| 47 | 
            +
                  "lstrip": false,
         | 
| 48 | 
            +
                  "normalized": false,
         | 
| 49 | 
            +
                  "rstrip": false,
         | 
| 50 | 
            +
                  "single_word": false,
         | 
| 51 | 
            +
                  "special": false
         | 
| 52 | 
            +
                },
         | 
| 53 | 
            +
                "100262": {
         | 
| 54 | 
            +
                  "content": "<|filename|>",
         | 
| 55 | 
            +
                  "lstrip": false,
         | 
| 56 | 
            +
                  "normalized": false,
         | 
| 57 | 
            +
                  "rstrip": false,
         | 
| 58 | 
            +
                  "single_word": false,
         | 
| 59 | 
            +
                  "special": false
         | 
| 60 | 
            +
                },
         | 
| 61 | 
            +
                "100263": {
         | 
| 62 | 
            +
                  "content": "<|reponame|>",
         | 
| 63 | 
            +
                  "lstrip": false,
         | 
| 64 | 
            +
                  "normalized": false,
         | 
| 65 | 
            +
                  "rstrip": false,
         | 
| 66 | 
            +
                  "single_word": false,
         | 
| 67 | 
            +
                  "special": false
         | 
| 68 | 
            +
                },
         | 
| 69 | 
            +
                "100264": {
         | 
| 70 | 
            +
                  "content": "<|start_of_role|>",
         | 
| 71 | 
            +
                  "lstrip": false,
         | 
| 72 | 
            +
                  "normalized": false,
         | 
| 73 | 
            +
                  "rstrip": false,
         | 
| 74 | 
            +
                  "single_word": false,
         | 
| 75 | 
            +
                  "special": true
         | 
| 76 | 
            +
                },
         | 
| 77 | 
            +
                "100265": {
         | 
| 78 | 
            +
                  "content": "<|end_of_role|>",
         | 
| 79 | 
            +
                  "lstrip": false,
         | 
| 80 | 
            +
                  "normalized": false,
         | 
| 81 | 
            +
                  "rstrip": false,
         | 
| 82 | 
            +
                  "single_word": false,
         | 
| 83 | 
            +
                  "special": true
         | 
| 84 | 
            +
                },
         | 
| 85 | 
            +
                "100266": {
         | 
| 86 | 
            +
                  "content": "<|unused_1|>",
         | 
| 87 | 
            +
                  "lstrip": false,
         | 
| 88 | 
            +
                  "normalized": false,
         | 
| 89 | 
            +
                  "rstrip": false,
         | 
| 90 | 
            +
                  "single_word": false,
         | 
| 91 | 
            +
                  "special": true
         | 
| 92 | 
            +
                },
         | 
| 93 | 
            +
                "100267": {
         | 
| 94 | 
            +
                  "content": "<|start_of_plugin|>",
         | 
| 95 | 
            +
                  "lstrip": false,
         | 
| 96 | 
            +
                  "normalized": false,
         | 
| 97 | 
            +
                  "rstrip": false,
         | 
| 98 | 
            +
                  "single_word": false,
         | 
| 99 | 
            +
                  "special": true
         | 
| 100 | 
            +
                },
         | 
| 101 | 
            +
                "100268": {
         | 
| 102 | 
            +
                  "content": "<|end_of_plugin|>",
         | 
| 103 | 
            +
                  "lstrip": false,
         | 
| 104 | 
            +
                  "normalized": false,
         | 
| 105 | 
            +
                  "rstrip": false,
         | 
| 106 | 
            +
                  "single_word": false,
         | 
| 107 | 
            +
                  "special": true
         | 
| 108 | 
            +
                },
         | 
| 109 | 
            +
                "100269": {
         | 
| 110 | 
            +
                  "content": "<|unk|>",
         | 
| 111 | 
            +
                  "lstrip": false,
         | 
| 112 | 
            +
                  "normalized": false,
         | 
| 113 | 
            +
                  "rstrip": false,
         | 
| 114 | 
            +
                  "single_word": false,
         | 
| 115 | 
            +
                  "special": true
         | 
| 116 | 
            +
                },
         | 
| 117 | 
            +
                "100270": {
         | 
| 118 | 
            +
                  "content": "<tool_call>",
         | 
| 119 | 
            +
                  "lstrip": false,
         | 
| 120 | 
            +
                  "normalized": false,
         | 
| 121 | 
            +
                  "rstrip": false,
         | 
| 122 | 
            +
                  "single_word": false,
         | 
| 123 | 
            +
                  "special": false
         | 
| 124 | 
            +
                },
         | 
| 125 | 
            +
                "100271": {
         | 
| 126 | 
            +
                  "content": "</tool_call>",
         | 
| 127 | 
            +
                  "lstrip": false,
         | 
| 128 | 
            +
                  "normalized": false,
         | 
| 129 | 
            +
                  "rstrip": false,
         | 
| 130 | 
            +
                  "single_word": false,
         | 
| 131 | 
            +
                  "special": false
         | 
| 132 | 
            +
                },
         | 
| 133 | 
            +
                "100272": {
         | 
| 134 | 
            +
                  "content": "<tool_response>",
         | 
| 135 | 
            +
                  "lstrip": false,
         | 
| 136 | 
            +
                  "normalized": false,
         | 
| 137 | 
            +
                  "rstrip": false,
         | 
| 138 | 
            +
                  "single_word": false,
         | 
| 139 | 
            +
                  "special": false
         | 
| 140 | 
            +
                },
         | 
| 141 | 
            +
                "100273": {
         | 
| 142 | 
            +
                  "content": "</tool_response>",
         | 
| 143 | 
            +
                  "lstrip": false,
         | 
| 144 | 
            +
                  "normalized": false,
         | 
| 145 | 
            +
                  "rstrip": false,
         | 
| 146 | 
            +
                  "single_word": false,
         | 
| 147 | 
            +
                  "special": false
         | 
| 148 | 
            +
                },
         | 
| 149 | 
            +
                "100274": {
         | 
| 150 | 
            +
                  "content": "<think>",
         | 
| 151 | 
            +
                  "lstrip": false,
         | 
| 152 | 
            +
                  "normalized": false,
         | 
| 153 | 
            +
                  "rstrip": false,
         | 
| 154 | 
            +
                  "single_word": false,
         | 
| 155 | 
            +
                  "special": false
         | 
| 156 | 
            +
                },
         | 
| 157 | 
            +
                "100275": {
         | 
| 158 | 
            +
                  "content": "</think>",
         | 
| 159 | 
            +
                  "lstrip": false,
         | 
| 160 | 
            +
                  "normalized": false,
         | 
| 161 | 
            +
                  "rstrip": false,
         | 
| 162 | 
            +
                  "single_word": false,
         | 
| 163 | 
            +
                  "special": false
         | 
| 164 | 
            +
                },
         | 
| 165 | 
            +
                "100276": {
         | 
| 166 | 
            +
                  "content": "<think_on>",
         | 
| 167 | 
            +
                  "lstrip": false,
         | 
| 168 | 
            +
                  "normalized": false,
         | 
| 169 | 
            +
                  "rstrip": false,
         | 
| 170 | 
            +
                  "single_word": false,
         | 
| 171 | 
            +
                  "special": true
         | 
| 172 | 
            +
                },
         | 
| 173 | 
            +
                "100277": {
         | 
| 174 | 
            +
                  "content": "<think_off>",
         | 
| 175 | 
            +
                  "lstrip": false,
         | 
| 176 | 
            +
                  "normalized": false,
         | 
| 177 | 
            +
                  "rstrip": false,
         | 
| 178 | 
            +
                  "single_word": false,
         | 
| 179 | 
            +
                  "special": true
         | 
| 180 | 
            +
                },
         | 
| 181 | 
            +
                "100278": {
         | 
| 182 | 
            +
                  "content": "<schema>",
         | 
| 183 | 
            +
                  "lstrip": false,
         | 
| 184 | 
            +
                  "normalized": false,
         | 
| 185 | 
            +
                  "rstrip": false,
         | 
| 186 | 
            +
                  "single_word": false,
         | 
| 187 | 
            +
                  "special": true
         | 
| 188 | 
            +
                },
         | 
| 189 | 
            +
                "100279": {
         | 
| 190 | 
            +
                  "content": "</schema>",
         | 
| 191 | 
            +
                  "lstrip": false,
         | 
| 192 | 
            +
                  "normalized": false,
         | 
| 193 | 
            +
                  "rstrip": false,
         | 
| 194 | 
            +
                  "single_word": false,
         | 
| 195 | 
            +
                  "special": true
         | 
| 196 | 
            +
                },
         | 
| 197 | 
            +
                "100280": {
         | 
| 198 | 
            +
                  "content": "<tools>",
         | 
| 199 | 
            +
                  "lstrip": false,
         | 
| 200 | 
            +
                  "normalized": false,
         | 
| 201 | 
            +
                  "rstrip": false,
         | 
| 202 | 
            +
                  "single_word": false,
         | 
| 203 | 
            +
                  "special": true
         | 
| 204 | 
            +
                },
         | 
| 205 | 
            +
                "100281": {
         | 
| 206 | 
            +
                  "content": "</tools>",
         | 
| 207 | 
            +
                  "lstrip": false,
         | 
| 208 | 
            +
                  "normalized": false,
         | 
| 209 | 
            +
                  "rstrip": false,
         | 
| 210 | 
            +
                  "single_word": false,
         | 
| 211 | 
            +
                  "special": true
         | 
| 212 | 
            +
                },
         | 
| 213 | 
            +
                "100282": {
         | 
| 214 | 
            +
                  "content": "<documents>",
         | 
| 215 | 
            +
                  "lstrip": false,
         | 
| 216 | 
            +
                  "normalized": false,
         | 
| 217 | 
            +
                  "rstrip": false,
         | 
| 218 | 
            +
                  "single_word": false,
         | 
| 219 | 
            +
                  "special": true
         | 
| 220 | 
            +
                },
         | 
| 221 | 
            +
                "100283": {
         | 
| 222 | 
            +
                  "content": "</documents>",
         | 
| 223 | 
            +
                  "lstrip": false,
         | 
| 224 | 
            +
                  "normalized": false,
         | 
| 225 | 
            +
                  "rstrip": false,
         | 
| 226 | 
            +
                  "single_word": false,
         | 
| 227 | 
            +
                  "special": true
         | 
| 228 | 
            +
                },
         | 
| 229 | 
            +
                "100284": {
         | 
| 230 | 
            +
                  "content": "<|unused_15|>",
         | 
| 231 | 
            +
                  "lstrip": false,
         | 
| 232 | 
            +
                  "normalized": false,
         | 
| 233 | 
            +
                  "rstrip": false,
         | 
| 234 | 
            +
                  "single_word": false,
         | 
| 235 | 
            +
                  "special": true
         | 
| 236 | 
            +
                },
         | 
| 237 | 
            +
                "100285": {
         | 
| 238 | 
            +
                  "content": "<|unused_16|>",
         | 
| 239 | 
            +
                  "lstrip": false,
         | 
| 240 | 
            +
                  "normalized": false,
         | 
| 241 | 
            +
                  "rstrip": false,
         | 
| 242 | 
            +
                  "single_word": false,
         | 
| 243 | 
            +
                  "special": true
         | 
| 244 | 
            +
                },
         | 
| 245 | 
            +
                "100286": {
         | 
| 246 | 
            +
                  "content": "<|unused_17|>",
         | 
| 247 | 
            +
                  "lstrip": false,
         | 
| 248 | 
            +
                  "normalized": false,
         | 
| 249 | 
            +
                  "rstrip": false,
         | 
| 250 | 
            +
                  "single_word": false,
         | 
| 251 | 
            +
                  "special": true
         | 
| 252 | 
            +
                },
         | 
| 253 | 
            +
                "100287": {
         | 
| 254 | 
            +
                  "content": "<|unused_18|>",
         | 
| 255 | 
            +
                  "lstrip": false,
         | 
| 256 | 
            +
                  "normalized": false,
         | 
| 257 | 
            +
                  "rstrip": false,
         | 
| 258 | 
            +
                  "single_word": false,
         | 
| 259 | 
            +
                  "special": true
         | 
| 260 | 
            +
                },
         | 
| 261 | 
            +
                "100288": {
         | 
| 262 | 
            +
                  "content": "<|unused_19|>",
         | 
| 263 | 
            +
                  "lstrip": false,
         | 
| 264 | 
            +
                  "normalized": false,
         | 
| 265 | 
            +
                  "rstrip": false,
         | 
| 266 | 
            +
                  "single_word": false,
         | 
| 267 | 
            +
                  "special": true
         | 
| 268 | 
            +
                },
         | 
| 269 | 
            +
                "100289": {
         | 
| 270 | 
            +
                  "content": "<|unused_20|>",
         | 
| 271 | 
            +
                  "lstrip": false,
         | 
| 272 | 
            +
                  "normalized": false,
         | 
| 273 | 
            +
                  "rstrip": false,
         | 
| 274 | 
            +
                  "single_word": false,
         | 
| 275 | 
            +
                  "special": true
         | 
| 276 | 
            +
                },
         | 
| 277 | 
            +
                "100290": {
         | 
| 278 | 
            +
                  "content": "<|unused_21|>",
         | 
| 279 | 
            +
                  "lstrip": false,
         | 
| 280 | 
            +
                  "normalized": false,
         | 
| 281 | 
            +
                  "rstrip": false,
         | 
| 282 | 
            +
                  "single_word": false,
         | 
| 283 | 
            +
                  "special": true
         | 
| 284 | 
            +
                },
         | 
| 285 | 
            +
                "100291": {
         | 
| 286 | 
            +
                  "content": "<|unused_22|>",
         | 
| 287 | 
            +
                  "lstrip": false,
         | 
| 288 | 
            +
                  "normalized": false,
         | 
| 289 | 
            +
                  "rstrip": false,
         | 
| 290 | 
            +
                  "single_word": false,
         | 
| 291 | 
            +
                  "special": true
         | 
| 292 | 
            +
                },
         | 
| 293 | 
            +
                "100292": {
         | 
| 294 | 
            +
                  "content": "<|unused_23|>",
         | 
| 295 | 
            +
                  "lstrip": false,
         | 
| 296 | 
            +
                  "normalized": false,
         | 
| 297 | 
            +
                  "rstrip": false,
         | 
| 298 | 
            +
                  "single_word": false,
         | 
| 299 | 
            +
                  "special": true
         | 
| 300 | 
            +
                },
         | 
| 301 | 
            +
                "100293": {
         | 
| 302 | 
            +
                  "content": "<|unused_24|>",
         | 
| 303 | 
            +
                  "lstrip": false,
         | 
| 304 | 
            +
                  "normalized": false,
         | 
| 305 | 
            +
                  "rstrip": false,
         | 
| 306 | 
            +
                  "single_word": false,
         | 
| 307 | 
            +
                  "special": true
         | 
| 308 | 
            +
                },
         | 
| 309 | 
            +
                "100294": {
         | 
| 310 | 
            +
                  "content": "<|unused_25|>",
         | 
| 311 | 
            +
                  "lstrip": false,
         | 
| 312 | 
            +
                  "normalized": false,
         | 
| 313 | 
            +
                  "rstrip": false,
         | 
| 314 | 
            +
                  "single_word": false,
         | 
| 315 | 
            +
                  "special": true
         | 
| 316 | 
            +
                },
         | 
| 317 | 
            +
                "100295": {
         | 
| 318 | 
            +
                  "content": "<|unused_26|>",
         | 
| 319 | 
            +
                  "lstrip": false,
         | 
| 320 | 
            +
                  "normalized": false,
         | 
| 321 | 
            +
                  "rstrip": false,
         | 
| 322 | 
            +
                  "single_word": false,
         | 
| 323 | 
            +
                  "special": true
         | 
| 324 | 
            +
                },
         | 
| 325 | 
            +
                "100296": {
         | 
| 326 | 
            +
                  "content": "<|unused_27|>",
         | 
| 327 | 
            +
                  "lstrip": false,
         | 
| 328 | 
            +
                  "normalized": false,
         | 
| 329 | 
            +
                  "rstrip": false,
         | 
| 330 | 
            +
                  "single_word": false,
         | 
| 331 | 
            +
                  "special": true
         | 
| 332 | 
            +
                },
         | 
| 333 | 
            +
                "100297": {
         | 
| 334 | 
            +
                  "content": "<|unused_28|>",
         | 
| 335 | 
            +
                  "lstrip": false,
         | 
| 336 | 
            +
                  "normalized": false,
         | 
| 337 | 
            +
                  "rstrip": false,
         | 
| 338 | 
            +
                  "single_word": false,
         | 
| 339 | 
            +
                  "special": true
         | 
| 340 | 
            +
                },
         | 
| 341 | 
            +
                "100298": {
         | 
| 342 | 
            +
                  "content": "<|unused_29|>",
         | 
| 343 | 
            +
                  "lstrip": false,
         | 
| 344 | 
            +
                  "normalized": false,
         | 
| 345 | 
            +
                  "rstrip": false,
         | 
| 346 | 
            +
                  "single_word": false,
         | 
| 347 | 
            +
                  "special": true
         | 
| 348 | 
            +
                },
         | 
| 349 | 
            +
                "100299": {
         | 
| 350 | 
            +
                  "content": "<|unused_30|>",
         | 
| 351 | 
            +
                  "lstrip": false,
         | 
| 352 | 
            +
                  "normalized": false,
         | 
| 353 | 
            +
                  "rstrip": false,
         | 
| 354 | 
            +
                  "single_word": false,
         | 
| 355 | 
            +
                  "special": true
         | 
| 356 | 
            +
                },
         | 
| 357 | 
            +
                "100300": {
         | 
| 358 | 
            +
                  "content": "<|unused_31|>",
         | 
| 359 | 
            +
                  "lstrip": false,
         | 
| 360 | 
            +
                  "normalized": false,
         | 
| 361 | 
            +
                  "rstrip": false,
         | 
| 362 | 
            +
                  "single_word": false,
         | 
| 363 | 
            +
                  "special": true
         | 
| 364 | 
            +
                },
         | 
| 365 | 
            +
                "100301": {
         | 
| 366 | 
            +
                  "content": "<|unused_32|>",
         | 
| 367 | 
            +
                  "lstrip": false,
         | 
| 368 | 
            +
                  "normalized": false,
         | 
| 369 | 
            +
                  "rstrip": false,
         | 
| 370 | 
            +
                  "single_word": false,
         | 
| 371 | 
            +
                  "special": true
         | 
| 372 | 
            +
                },
         | 
| 373 | 
            +
                "100302": {
         | 
| 374 | 
            +
                  "content": "<|unused_33|>",
         | 
| 375 | 
            +
                  "lstrip": false,
         | 
| 376 | 
            +
                  "normalized": false,
         | 
| 377 | 
            +
                  "rstrip": false,
         | 
| 378 | 
            +
                  "single_word": false,
         | 
| 379 | 
            +
                  "special": true
         | 
| 380 | 
            +
                },
         | 
| 381 | 
            +
                "100303": {
         | 
| 382 | 
            +
                  "content": "<|unused_34|>",
         | 
| 383 | 
            +
                  "lstrip": false,
         | 
| 384 | 
            +
                  "normalized": false,
         | 
| 385 | 
            +
                  "rstrip": false,
         | 
| 386 | 
            +
                  "single_word": false,
         | 
| 387 | 
            +
                  "special": true
         | 
| 388 | 
            +
                },
         | 
| 389 | 
            +
                "100304": {
         | 
| 390 | 
            +
                  "content": "<|unused_35|>",
         | 
| 391 | 
            +
                  "lstrip": false,
         | 
| 392 | 
            +
                  "normalized": false,
         | 
| 393 | 
            +
                  "rstrip": false,
         | 
| 394 | 
            +
                  "single_word": false,
         | 
| 395 | 
            +
                  "special": true
         | 
| 396 | 
            +
                },
         | 
| 397 | 
            +
                "100305": {
         | 
| 398 | 
            +
                  "content": "<|unused_36|>",
         | 
| 399 | 
            +
                  "lstrip": false,
         | 
| 400 | 
            +
                  "normalized": false,
         | 
| 401 | 
            +
                  "rstrip": false,
         | 
| 402 | 
            +
                  "single_word": false,
         | 
| 403 | 
            +
                  "special": true
         | 
| 404 | 
            +
                },
         | 
| 405 | 
            +
                "100306": {
         | 
| 406 | 
            +
                  "content": "<|unused_37|>",
         | 
| 407 | 
            +
                  "lstrip": false,
         | 
| 408 | 
            +
                  "normalized": false,
         | 
| 409 | 
            +
                  "rstrip": false,
         | 
| 410 | 
            +
                  "single_word": false,
         | 
| 411 | 
            +
                  "special": true
         | 
| 412 | 
            +
                },
         | 
| 413 | 
            +
                "100307": {
         | 
| 414 | 
            +
                  "content": "<|unused_38|>",
         | 
| 415 | 
            +
                  "lstrip": false,
         | 
| 416 | 
            +
                  "normalized": false,
         | 
| 417 | 
            +
                  "rstrip": false,
         | 
| 418 | 
            +
                  "single_word": false,
         | 
| 419 | 
            +
                  "special": true
         | 
| 420 | 
            +
                },
         | 
| 421 | 
            +
                "100308": {
         | 
| 422 | 
            +
                  "content": "<|unused_39|>",
         | 
| 423 | 
            +
                  "lstrip": false,
         | 
| 424 | 
            +
                  "normalized": false,
         | 
| 425 | 
            +
                  "rstrip": false,
         | 
| 426 | 
            +
                  "single_word": false,
         | 
| 427 | 
            +
                  "special": true
         | 
| 428 | 
            +
                },
         | 
| 429 | 
            +
                "100309": {
         | 
| 430 | 
            +
                  "content": "<|unused_40|>",
         | 
| 431 | 
            +
                  "lstrip": false,
         | 
| 432 | 
            +
                  "normalized": false,
         | 
| 433 | 
            +
                  "rstrip": false,
         | 
| 434 | 
            +
                  "single_word": false,
         | 
| 435 | 
            +
                  "special": true
         | 
| 436 | 
            +
                },
         | 
| 437 | 
            +
                "100310": {
         | 
| 438 | 
            +
                  "content": "<|unused_41|>",
         | 
| 439 | 
            +
                  "lstrip": false,
         | 
| 440 | 
            +
                  "normalized": false,
         | 
| 441 | 
            +
                  "rstrip": false,
         | 
| 442 | 
            +
                  "single_word": false,
         | 
| 443 | 
            +
                  "special": true
         | 
| 444 | 
            +
                },
         | 
| 445 | 
            +
                "100311": {
         | 
| 446 | 
            +
                  "content": "<|unused_42|>",
         | 
| 447 | 
            +
                  "lstrip": false,
         | 
| 448 | 
            +
                  "normalized": false,
         | 
| 449 | 
            +
                  "rstrip": false,
         | 
| 450 | 
            +
                  "single_word": false,
         | 
| 451 | 
            +
                  "special": true
         | 
| 452 | 
            +
                },
         | 
| 453 | 
            +
                "100312": {
         | 
| 454 | 
            +
                  "content": "<|unused_43|>",
         | 
| 455 | 
            +
                  "lstrip": false,
         | 
| 456 | 
            +
                  "normalized": false,
         | 
| 457 | 
            +
                  "rstrip": false,
         | 
| 458 | 
            +
                  "single_word": false,
         | 
| 459 | 
            +
                  "special": true
         | 
| 460 | 
            +
                },
         | 
| 461 | 
            +
                "100313": {
         | 
| 462 | 
            +
                  "content": "<|unused_44|>",
         | 
| 463 | 
            +
                  "lstrip": false,
         | 
| 464 | 
            +
                  "normalized": false,
         | 
| 465 | 
            +
                  "rstrip": false,
         | 
| 466 | 
            +
                  "single_word": false,
         | 
| 467 | 
            +
                  "special": true
         | 
| 468 | 
            +
                },
         | 
| 469 | 
            +
                "100314": {
         | 
| 470 | 
            +
                  "content": "<|unused_45|>",
         | 
| 471 | 
            +
                  "lstrip": false,
         | 
| 472 | 
            +
                  "normalized": false,
         | 
| 473 | 
            +
                  "rstrip": false,
         | 
| 474 | 
            +
                  "single_word": false,
         | 
| 475 | 
            +
                  "special": true
         | 
| 476 | 
            +
                },
         | 
| 477 | 
            +
                "100315": {
         | 
| 478 | 
            +
                  "content": "<|unused_46|>",
         | 
| 479 | 
            +
                  "lstrip": false,
         | 
| 480 | 
            +
                  "normalized": false,
         | 
| 481 | 
            +
                  "rstrip": false,
         | 
| 482 | 
            +
                  "single_word": false,
         | 
| 483 | 
            +
                  "special": true
         | 
| 484 | 
            +
                },
         | 
| 485 | 
            +
                "100316": {
         | 
| 486 | 
            +
                  "content": "<|unused_47|>",
         | 
| 487 | 
            +
                  "lstrip": false,
         | 
| 488 | 
            +
                  "normalized": false,
         | 
| 489 | 
            +
                  "rstrip": false,
         | 
| 490 | 
            +
                  "single_word": false,
         | 
| 491 | 
            +
                  "special": true
         | 
| 492 | 
            +
                },
         | 
| 493 | 
            +
                "100317": {
         | 
| 494 | 
            +
                  "content": "<|unused_48|>",
         | 
| 495 | 
            +
                  "lstrip": false,
         | 
| 496 | 
            +
                  "normalized": false,
         | 
| 497 | 
            +
                  "rstrip": false,
         | 
| 498 | 
            +
                  "single_word": false,
         | 
| 499 | 
            +
                  "special": true
         | 
| 500 | 
            +
                },
         | 
| 501 | 
            +
                "100318": {
         | 
| 502 | 
            +
                  "content": "<|unused_49|>",
         | 
| 503 | 
            +
                  "lstrip": false,
         | 
| 504 | 
            +
                  "normalized": false,
         | 
| 505 | 
            +
                  "rstrip": false,
         | 
| 506 | 
            +
                  "single_word": false,
         | 
| 507 | 
            +
                  "special": true
         | 
| 508 | 
            +
                },
         | 
| 509 | 
            +
                "100319": {
         | 
| 510 | 
            +
                  "content": "<|unused_50|>",
         | 
| 511 | 
            +
                  "lstrip": false,
         | 
| 512 | 
            +
                  "normalized": false,
         | 
| 513 | 
            +
                  "rstrip": false,
         | 
| 514 | 
            +
                  "single_word": false,
         | 
| 515 | 
            +
                  "special": true
         | 
| 516 | 
            +
                },
         | 
| 517 | 
            +
                "100320": {
         | 
| 518 | 
            +
                  "content": "<|unused_51|>",
         | 
| 519 | 
            +
                  "lstrip": false,
         | 
| 520 | 
            +
                  "normalized": false,
         | 
| 521 | 
            +
                  "rstrip": false,
         | 
| 522 | 
            +
                  "single_word": false,
         | 
| 523 | 
            +
                  "special": true
         | 
| 524 | 
            +
                },
         | 
| 525 | 
            +
                "100321": {
         | 
| 526 | 
            +
                  "content": "<|unused_52|>",
         | 
| 527 | 
            +
                  "lstrip": false,
         | 
| 528 | 
            +
                  "normalized": false,
         | 
| 529 | 
            +
                  "rstrip": false,
         | 
| 530 | 
            +
                  "single_word": false,
         | 
| 531 | 
            +
                  "special": true
         | 
| 532 | 
            +
                },
         | 
| 533 | 
            +
                "100322": {
         | 
| 534 | 
            +
                  "content": "<|unused_53|>",
         | 
| 535 | 
            +
                  "lstrip": false,
         | 
| 536 | 
            +
                  "normalized": false,
         | 
| 537 | 
            +
                  "rstrip": false,
         | 
| 538 | 
            +
                  "single_word": false,
         | 
| 539 | 
            +
                  "special": true
         | 
| 540 | 
            +
                },
         | 
| 541 | 
            +
                "100323": {
         | 
| 542 | 
            +
                  "content": "<|unused_54|>",
         | 
| 543 | 
            +
                  "lstrip": false,
         | 
| 544 | 
            +
                  "normalized": false,
         | 
| 545 | 
            +
                  "rstrip": false,
         | 
| 546 | 
            +
                  "single_word": false,
         | 
| 547 | 
            +
                  "special": true
         | 
| 548 | 
            +
                },
         | 
| 549 | 
            +
                "100324": {
         | 
| 550 | 
            +
                  "content": "<|unused_55|>",
         | 
| 551 | 
            +
                  "lstrip": false,
         | 
| 552 | 
            +
                  "normalized": false,
         | 
| 553 | 
            +
                  "rstrip": false,
         | 
| 554 | 
            +
                  "single_word": false,
         | 
| 555 | 
            +
                  "special": true
         | 
| 556 | 
            +
                },
         | 
| 557 | 
            +
                "100325": {
         | 
| 558 | 
            +
                  "content": "<|unused_56|>",
         | 
| 559 | 
            +
                  "lstrip": false,
         | 
| 560 | 
            +
                  "normalized": false,
         | 
| 561 | 
            +
                  "rstrip": false,
         | 
| 562 | 
            +
                  "single_word": false,
         | 
| 563 | 
            +
                  "special": true
         | 
| 564 | 
            +
                },
         | 
| 565 | 
            +
                "100326": {
         | 
| 566 | 
            +
                  "content": "<|unused_57|>",
         | 
| 567 | 
            +
                  "lstrip": false,
         | 
| 568 | 
            +
                  "normalized": false,
         | 
| 569 | 
            +
                  "rstrip": false,
         | 
| 570 | 
            +
                  "single_word": false,
         | 
| 571 | 
            +
                  "special": true
         | 
| 572 | 
            +
                },
         | 
| 573 | 
            +
                "100327": {
         | 
| 574 | 
            +
                  "content": "<|unused_58|>",
         | 
| 575 | 
            +
                  "lstrip": false,
         | 
| 576 | 
            +
                  "normalized": false,
         | 
| 577 | 
            +
                  "rstrip": false,
         | 
| 578 | 
            +
                  "single_word": false,
         | 
| 579 | 
            +
                  "special": true
         | 
| 580 | 
            +
                },
         | 
| 581 | 
            +
                "100328": {
         | 
| 582 | 
            +
                  "content": "<|unused_59|>",
         | 
| 583 | 
            +
                  "lstrip": false,
         | 
| 584 | 
            +
                  "normalized": false,
         | 
| 585 | 
            +
                  "rstrip": false,
         | 
| 586 | 
            +
                  "single_word": false,
         | 
| 587 | 
            +
                  "special": true
         | 
| 588 | 
            +
                },
         | 
| 589 | 
            +
                "100329": {
         | 
| 590 | 
            +
                  "content": "<|unused_60|>",
         | 
| 591 | 
            +
                  "lstrip": false,
         | 
| 592 | 
            +
                  "normalized": false,
         | 
| 593 | 
            +
                  "rstrip": false,
         | 
| 594 | 
            +
                  "single_word": false,
         | 
| 595 | 
            +
                  "special": true
         | 
| 596 | 
            +
                },
         | 
| 597 | 
            +
                "100330": {
         | 
| 598 | 
            +
                  "content": "<|unused_61|>",
         | 
| 599 | 
            +
                  "lstrip": false,
         | 
| 600 | 
            +
                  "normalized": false,
         | 
| 601 | 
            +
                  "rstrip": false,
         | 
| 602 | 
            +
                  "single_word": false,
         | 
| 603 | 
            +
                  "special": true
         | 
| 604 | 
            +
                },
         | 
| 605 | 
            +
                "100331": {
         | 
| 606 | 
            +
                  "content": "<|unused_62|>",
         | 
| 607 | 
            +
                  "lstrip": false,
         | 
| 608 | 
            +
                  "normalized": false,
         | 
| 609 | 
            +
                  "rstrip": false,
         | 
| 610 | 
            +
                  "single_word": false,
         | 
| 611 | 
            +
                  "special": true
         | 
| 612 | 
            +
                },
         | 
| 613 | 
            +
                "100332": {
         | 
| 614 | 
            +
                  "content": "<|unused_63|>",
         | 
| 615 | 
            +
                  "lstrip": false,
         | 
| 616 | 
            +
                  "normalized": false,
         | 
| 617 | 
            +
                  "rstrip": false,
         | 
| 618 | 
            +
                  "single_word": false,
         | 
| 619 | 
            +
                  "special": true
         | 
| 620 | 
            +
                },
         | 
| 621 | 
            +
                "100333": {
         | 
| 622 | 
            +
                  "content": "<|unused_64|>",
         | 
| 623 | 
            +
                  "lstrip": false,
         | 
| 624 | 
            +
                  "normalized": false,
         | 
| 625 | 
            +
                  "rstrip": false,
         | 
| 626 | 
            +
                  "single_word": false,
         | 
| 627 | 
            +
                  "special": true
         | 
| 628 | 
            +
                },
         | 
| 629 | 
            +
                "100334": {
         | 
| 630 | 
            +
                  "content": "<|unused_65|>",
         | 
| 631 | 
            +
                  "lstrip": false,
         | 
| 632 | 
            +
                  "normalized": false,
         | 
| 633 | 
            +
                  "rstrip": false,
         | 
| 634 | 
            +
                  "single_word": false,
         | 
| 635 | 
            +
                  "special": true
         | 
| 636 | 
            +
                },
         | 
| 637 | 
            +
                "100335": {
         | 
| 638 | 
            +
                  "content": "<|unused_66|>",
         | 
| 639 | 
            +
                  "lstrip": false,
         | 
| 640 | 
            +
                  "normalized": false,
         | 
| 641 | 
            +
                  "rstrip": false,
         | 
| 642 | 
            +
                  "single_word": false,
         | 
| 643 | 
            +
                  "special": true
         | 
| 644 | 
            +
                },
         | 
| 645 | 
            +
                "100336": {
         | 
| 646 | 
            +
                  "content": "<|unused_67|>",
         | 
| 647 | 
            +
                  "lstrip": false,
         | 
| 648 | 
            +
                  "normalized": false,
         | 
| 649 | 
            +
                  "rstrip": false,
         | 
| 650 | 
            +
                  "single_word": false,
         | 
| 651 | 
            +
                  "special": true
         | 
| 652 | 
            +
                },
         | 
| 653 | 
            +
                "100337": {
         | 
| 654 | 
            +
                  "content": "<|unused_68|>",
         | 
| 655 | 
            +
                  "lstrip": false,
         | 
| 656 | 
            +
                  "normalized": false,
         | 
| 657 | 
            +
                  "rstrip": false,
         | 
| 658 | 
            +
                  "single_word": false,
         | 
| 659 | 
            +
                  "special": true
         | 
| 660 | 
            +
                },
         | 
| 661 | 
            +
                "100338": {
         | 
| 662 | 
            +
                  "content": "<|unused_69|>",
         | 
| 663 | 
            +
                  "lstrip": false,
         | 
| 664 | 
            +
                  "normalized": false,
         | 
| 665 | 
            +
                  "rstrip": false,
         | 
| 666 | 
            +
                  "single_word": false,
         | 
| 667 | 
            +
                  "special": true
         | 
| 668 | 
            +
                },
         | 
| 669 | 
            +
                "100339": {
         | 
| 670 | 
            +
                  "content": "<|unused_70|>",
         | 
| 671 | 
            +
                  "lstrip": false,
         | 
| 672 | 
            +
                  "normalized": false,
         | 
| 673 | 
            +
                  "rstrip": false,
         | 
| 674 | 
            +
                  "single_word": false,
         | 
| 675 | 
            +
                  "special": true
         | 
| 676 | 
            +
                },
         | 
| 677 | 
            +
                "100340": {
         | 
| 678 | 
            +
                  "content": "<|unused_71|>",
         | 
| 679 | 
            +
                  "lstrip": false,
         | 
| 680 | 
            +
                  "normalized": false,
         | 
| 681 | 
            +
                  "rstrip": false,
         | 
| 682 | 
            +
                  "single_word": false,
         | 
| 683 | 
            +
                  "special": true
         | 
| 684 | 
            +
                },
         | 
| 685 | 
            +
                "100341": {
         | 
| 686 | 
            +
                  "content": "<|unused_72|>",
         | 
| 687 | 
            +
                  "lstrip": false,
         | 
| 688 | 
            +
                  "normalized": false,
         | 
| 689 | 
            +
                  "rstrip": false,
         | 
| 690 | 
            +
                  "single_word": false,
         | 
| 691 | 
            +
                  "special": true
         | 
| 692 | 
            +
                },
         | 
| 693 | 
            +
                "100342": {
         | 
| 694 | 
            +
                  "content": "<|unused_73|>",
         | 
| 695 | 
            +
                  "lstrip": false,
         | 
| 696 | 
            +
                  "normalized": false,
         | 
| 697 | 
            +
                  "rstrip": false,
         | 
| 698 | 
            +
                  "single_word": false,
         | 
| 699 | 
            +
                  "special": true
         | 
| 700 | 
            +
                },
         | 
| 701 | 
            +
                "100343": {
         | 
| 702 | 
            +
                  "content": "<|unused_74|>",
         | 
| 703 | 
            +
                  "lstrip": false,
         | 
| 704 | 
            +
                  "normalized": false,
         | 
| 705 | 
            +
                  "rstrip": false,
         | 
| 706 | 
            +
                  "single_word": false,
         | 
| 707 | 
            +
                  "special": true
         | 
| 708 | 
            +
                },
         | 
| 709 | 
            +
                "100344": {
         | 
| 710 | 
            +
                  "content": "<|unused_75|>",
         | 
| 711 | 
            +
                  "lstrip": false,
         | 
| 712 | 
            +
                  "normalized": false,
         | 
| 713 | 
            +
                  "rstrip": false,
         | 
| 714 | 
            +
                  "single_word": false,
         | 
| 715 | 
            +
                  "special": true
         | 
| 716 | 
            +
                },
         | 
| 717 | 
            +
                "100345": {
         | 
| 718 | 
            +
                  "content": "<|unused_76|>",
         | 
| 719 | 
            +
                  "lstrip": false,
         | 
| 720 | 
            +
                  "normalized": false,
         | 
| 721 | 
            +
                  "rstrip": false,
         | 
| 722 | 
            +
                  "single_word": false,
         | 
| 723 | 
            +
                  "special": true
         | 
| 724 | 
            +
                },
         | 
| 725 | 
            +
                "100346": {
         | 
| 726 | 
            +
                  "content": "<|unused_77|>",
         | 
| 727 | 
            +
                  "lstrip": false,
         | 
| 728 | 
            +
                  "normalized": false,
         | 
| 729 | 
            +
                  "rstrip": false,
         | 
| 730 | 
            +
                  "single_word": false,
         | 
| 731 | 
            +
                  "special": true
         | 
| 732 | 
            +
                },
         | 
| 733 | 
            +
                "100347": {
         | 
| 734 | 
            +
                  "content": "<|unused_78|>",
         | 
| 735 | 
            +
                  "lstrip": false,
         | 
| 736 | 
            +
                  "normalized": false,
         | 
| 737 | 
            +
                  "rstrip": false,
         | 
| 738 | 
            +
                  "single_word": false,
         | 
| 739 | 
            +
                  "special": true
         | 
| 740 | 
            +
                },
         | 
| 741 | 
            +
                "100348": {
         | 
| 742 | 
            +
                  "content": "<|unused_79|>",
         | 
| 743 | 
            +
                  "lstrip": false,
         | 
| 744 | 
            +
                  "normalized": false,
         | 
| 745 | 
            +
                  "rstrip": false,
         | 
| 746 | 
            +
                  "single_word": false,
         | 
| 747 | 
            +
                  "special": true
         | 
| 748 | 
            +
                },
         | 
| 749 | 
            +
                "100349": {
         | 
| 750 | 
            +
                  "content": "<|unused_80|>",
         | 
| 751 | 
            +
                  "lstrip": false,
         | 
| 752 | 
            +
                  "normalized": false,
         | 
| 753 | 
            +
                  "rstrip": false,
         | 
| 754 | 
            +
                  "single_word": false,
         | 
| 755 | 
            +
                  "special": true
         | 
| 756 | 
            +
                },
         | 
| 757 | 
            +
                "100350": {
         | 
| 758 | 
            +
                  "content": "<|unused_81|>",
         | 
| 759 | 
            +
                  "lstrip": false,
         | 
| 760 | 
            +
                  "normalized": false,
         | 
| 761 | 
            +
                  "rstrip": false,
         | 
| 762 | 
            +
                  "single_word": false,
         | 
| 763 | 
            +
                  "special": true
         | 
| 764 | 
            +
                },
         | 
| 765 | 
            +
                "100351": {
         | 
| 766 | 
            +
                  "content": "<|unused_82|>",
         | 
| 767 | 
            +
                  "lstrip": false,
         | 
| 768 | 
            +
                  "normalized": false,
         | 
| 769 | 
            +
                  "rstrip": false,
         | 
| 770 | 
            +
                  "single_word": false,
         | 
| 771 | 
            +
                  "special": true
         | 
| 772 | 
            +
                }
         | 
| 773 | 
            +
              },
         | 
| 774 | 
            +
              "bos_token": "<|end_of_text|>",
         | 
| 775 | 
            +
              "clean_up_tokenization_spaces": false,
         | 
| 776 | 
            +
              "eos_token": "<|end_of_text|>",
         | 
| 777 | 
            +
              "extra_special_tokens": {},
         | 
| 778 | 
            +
              "model_max_length": 1000000000000000019884624838656,
         | 
| 779 | 
            +
              "pad_token": "<|pad|>",
         | 
| 780 | 
            +
              "padding_side": "left",
         | 
| 781 | 
            +
              "tokenizer_class": "GPT2Tokenizer",
         | 
| 782 | 
            +
              "unk_token": "<|unk|>"
         | 
| 783 | 
            +
            }
         | 
    	
        vocab.json
    ADDED
    
    | The diff for this file is too large to render. 
		See raw diff | 
|  | 
