changing max_position_embeddings
Browse files- config.json +90 -0
- generation_config.json +7 -0
- merges.txt +0 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +330 -0
- model.sig +1 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -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.015625,
|
| 8 |
+
"bos_token_id": 100257,
|
| 9 |
+
"embedding_multiplier": 12,
|
| 10 |
+
"eos_token_id": 100257,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 2560,
|
| 13 |
+
"init_method": "mup",
|
| 14 |
+
"initializer_range": 0.1,
|
| 15 |
+
"intermediate_size": 8192,
|
| 16 |
+
"layer_types": [
|
| 17 |
+
"attention",
|
| 18 |
+
"attention",
|
| 19 |
+
"attention",
|
| 20 |
+
"attention",
|
| 21 |
+
"attention",
|
| 22 |
+
"attention",
|
| 23 |
+
"attention",
|
| 24 |
+
"attention",
|
| 25 |
+
"attention",
|
| 26 |
+
"attention",
|
| 27 |
+
"attention",
|
| 28 |
+
"attention",
|
| 29 |
+
"attention",
|
| 30 |
+
"attention",
|
| 31 |
+
"attention",
|
| 32 |
+
"attention",
|
| 33 |
+
"attention",
|
| 34 |
+
"attention",
|
| 35 |
+
"attention",
|
| 36 |
+
"attention",
|
| 37 |
+
"attention",
|
| 38 |
+
"attention",
|
| 39 |
+
"attention",
|
| 40 |
+
"attention",
|
| 41 |
+
"attention",
|
| 42 |
+
"attention",
|
| 43 |
+
"attention",
|
| 44 |
+
"attention",
|
| 45 |
+
"attention",
|
| 46 |
+
"attention",
|
| 47 |
+
"attention",
|
| 48 |
+
"attention",
|
| 49 |
+
"attention",
|
| 50 |
+
"attention",
|
| 51 |
+
"attention",
|
| 52 |
+
"attention",
|
| 53 |
+
"attention",
|
| 54 |
+
"attention",
|
| 55 |
+
"attention",
|
| 56 |
+
"attention"
|
| 57 |
+
],
|
| 58 |
+
"logits_scaling": 10,
|
| 59 |
+
"mamba_chunk_size": 256,
|
| 60 |
+
"mamba_conv_bias": true,
|
| 61 |
+
"mamba_d_conv": 4,
|
| 62 |
+
"mamba_d_head": 40,
|
| 63 |
+
"mamba_d_state": 256,
|
| 64 |
+
"mamba_expand": 2,
|
| 65 |
+
"mamba_n_groups": 1,
|
| 66 |
+
"mamba_n_heads": 128,
|
| 67 |
+
"mamba_proj_bias": false,
|
| 68 |
+
"max_position_embeddings": 131072,
|
| 69 |
+
"model_type": "granitemoehybrid",
|
| 70 |
+
"normalization_function": "rmsnorm",
|
| 71 |
+
"num_attention_heads": 40,
|
| 72 |
+
"num_experts_per_tok": 0,
|
| 73 |
+
"num_hidden_layers": 40,
|
| 74 |
+
"num_key_value_heads": 8,
|
| 75 |
+
"num_local_experts": 0,
|
| 76 |
+
"output_router_logits": false,
|
| 77 |
+
"pad_token_id": 100256,
|
| 78 |
+
"position_embedding_type": "rope",
|
| 79 |
+
"residual_multiplier": 0.22,
|
| 80 |
+
"rms_norm_eps": 1e-05,
|
| 81 |
+
"rope_scaling": null,
|
| 82 |
+
"rope_theta": 10000000,
|
| 83 |
+
"router_aux_loss_coef": 0.01,
|
| 84 |
+
"shared_intermediate_size": 8192,
|
| 85 |
+
"tie_word_embeddings": true,
|
| 86 |
+
"torch_dtype": "bfloat16",
|
| 87 |
+
"transformers_version": "4.53.3",
|
| 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.53.3"
|
| 7 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75418829cdcadec6a9a4cab2ee0e420bedffdc97f2da1875e9f6f836a1defd36
|
| 3 |
+
size 4918145376
|
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d0e185ab087789816189a907861ad609e2c1be814f682c75ccd14703229dba6
|
| 3 |
+
size 1887565800
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,330 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 3402836480,
|
| 4 |
+
"total_size": 6805672960
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 10 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 14 |
+
"model.layers.0.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"model.layers.0.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 16 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 20 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"model.layers.1.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 23 |
+
"model.layers.1.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 27 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 29 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"model.layers.10.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 31 |
+
"model.layers.10.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 33 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 36 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"model.layers.11.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"model.layers.11.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 40 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 42 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 44 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 46 |
+
"model.layers.12.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"model.layers.12.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 49 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 53 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"model.layers.13.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 55 |
+
"model.layers.13.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 57 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 59 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 62 |
+
"model.layers.14.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"model.layers.14.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 66 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 68 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 70 |
+
"model.layers.15.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"model.layers.15.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 72 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 75 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"model.layers.16.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 79 |
+
"model.layers.16.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 81 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 83 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 85 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"model.layers.17.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"model.layers.17.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 88 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 92 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 94 |
+
"model.layers.18.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"model.layers.18.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 96 |
+
"model.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 98 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 99 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 100 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 101 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 102 |
+
"model.layers.19.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 103 |
+
"model.layers.19.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 104 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 105 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 107 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 109 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 110 |
+
"model.layers.2.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 111 |
+
"model.layers.2.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 112 |
+
"model.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 113 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 114 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 116 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 118 |
+
"model.layers.20.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"model.layers.20.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 120 |
+
"model.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 122 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 124 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"model.layers.21.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 127 |
+
"model.layers.21.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 128 |
+
"model.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 131 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 133 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 134 |
+
"model.layers.22.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 135 |
+
"model.layers.22.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 136 |
+
"model.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 137 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 138 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 139 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 140 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"model.layers.23.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"model.layers.23.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 144 |
+
"model.layers.24.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 146 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 148 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 150 |
+
"model.layers.24.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"model.layers.24.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"model.layers.25.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 153 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 156 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 157 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 158 |
+
"model.layers.25.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 159 |
+
"model.layers.25.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"model.layers.26.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 161 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 162 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 163 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 166 |
+
"model.layers.26.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"model.layers.26.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"model.layers.27.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 170 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 172 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 174 |
+
"model.layers.27.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"model.layers.27.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 176 |
+
"model.layers.28.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 179 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 180 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 181 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 182 |
+
"model.layers.28.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 183 |
+
"model.layers.28.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 184 |
+
"model.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 185 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 186 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 187 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 188 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 189 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 190 |
+
"model.layers.29.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 191 |
+
"model.layers.29.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 192 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 196 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 198 |
+
"model.layers.3.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"model.layers.3.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 200 |
+
"model.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 201 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 202 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 203 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 204 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 205 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 206 |
+
"model.layers.30.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 207 |
+
"model.layers.30.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 208 |
+
"model.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 209 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 210 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 211 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 212 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 213 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 214 |
+
"model.layers.31.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 215 |
+
"model.layers.31.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 216 |
+
"model.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 217 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 218 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 219 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 220 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 221 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 222 |
+
"model.layers.32.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 223 |
+
"model.layers.32.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 224 |
+
"model.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 226 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 228 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 229 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 230 |
+
"model.layers.33.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 231 |
+
"model.layers.33.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 232 |
+
"model.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 233 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 234 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 235 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 236 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 237 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 238 |
+
"model.layers.34.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 239 |
+
"model.layers.34.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 240 |
+
"model.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 241 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 242 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 243 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 244 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 245 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 246 |
+
"model.layers.35.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 247 |
+
"model.layers.35.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 248 |
+
"model.layers.36.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 249 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 250 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 251 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 252 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 253 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 254 |
+
"model.layers.36.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 255 |
+
"model.layers.36.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 256 |
+
"model.layers.37.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 257 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 258 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 259 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 260 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 261 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 262 |
+
"model.layers.37.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 263 |
+
"model.layers.37.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 264 |
+
"model.layers.38.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 265 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 266 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 267 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 268 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 269 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 270 |
+
"model.layers.38.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 271 |
+
"model.layers.38.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 272 |
+
"model.layers.39.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 273 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
| 274 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 275 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
| 276 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 277 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 278 |
+
"model.layers.39.shared_mlp.input_linear.weight": "model-00002-of-00002.safetensors",
|
| 279 |
+
"model.layers.39.shared_mlp.output_linear.weight": "model-00002-of-00002.safetensors",
|
| 280 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 281 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 282 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 283 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 284 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"model.layers.4.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 287 |
+
"model.layers.4.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 289 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 290 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 291 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 292 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 293 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 294 |
+
"model.layers.5.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"model.layers.5.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 296 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 297 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 298 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 299 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 300 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 301 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 302 |
+
"model.layers.6.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 303 |
+
"model.layers.6.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 304 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 305 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 306 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 307 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 308 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 309 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 310 |
+
"model.layers.7.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 311 |
+
"model.layers.7.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 312 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 313 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 314 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 315 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 316 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 317 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 318 |
+
"model.layers.8.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 319 |
+
"model.layers.8.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 320 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 321 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
| 322 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 323 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
| 324 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 325 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 326 |
+
"model.layers.9.shared_mlp.input_linear.weight": "model-00001-of-00002.safetensors",
|
| 327 |
+
"model.layers.9.shared_mlp.output_linear.weight": "model-00001-of-00002.safetensors",
|
| 328 |
+
"model.norm.weight": "model-00002-of-00002.safetensors"
|
| 329 |
+
}
|
| 330 |
+
}
|
model.sig
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", "verificationMaterial": {"certificate": {"rawBytes": "MIIC5jCCAmygAwIBAgIUebqBZLx/NupvvZC+IsW3DdaNMZYwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjUwOTIwMTc1NjU4WhcNMjUwOTIwMTgwNjU4WjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEsnl7+3Ku5utx1Xi5xH4QhjmC5jHJC70RZwDNUGb3dqEc5+3rNr2MKRNXQvRZFsTJLbn0IOrOjd+lk5TYuC4LdKOCAYswggGHMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUy4fjBDAynp/ygByQutOjThdTVh4wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wJAYDVR0RAQH/BBowGIEWR3Jhbml0ZS12ZXJpZnlAaWJtLmNvbTA0BgorBgEEAYO/MAEBBCZodHRwczovL3NpZ3N0b3JlLnZlcmlmeS5pYm0uY29tL29hdXRoMjA2BgorBgEEAYO/MAEIBCgMJmh0dHBzOi8vc2lnc3RvcmUudmVyaWZ5LmlibS5jb20vb2F1dGgyMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGZaEWjuwAABAMASDBGAiEAlg/z4yh14O2VfosckC/zniNoIu9PQzghUK0727pk/eICIQCIOK69HWCWVBmVvwgM04i0B54a7qnZ3znjOaq8Lln8FjAKBggqhkjOPQQDAwNoADBlAjEAzNZvoBDX+nCrocu00XxkqeZTAq4w/oWV7V/bNH0DrH9SJydyLsIMe66neF+EYIpXAjBuBYXIZchd4ijqwnfSuj0bG+NwfgHmsAwGibcAZ35iyN8iMbpI9rdISVJUw7E1Ncw="}, "tlogEntries": [{"logIndex": "541455371", "logId": {"keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0="}, "kindVersion": {"kind": "dsse", "version": "0.0.1"}, "integratedTime": "1758391018", "inclusionPromise": {"signedEntryTimestamp": "MEUCIQC/vKresSW8DDB3T2aKUGYiPmkU+tvDEsb3w0WPS7cvzAIgL5jwXqnLJSAEEzaRSrz/xZ10zNGxGaNSztWj9bQqx70="}, "inclusionProof": {"logIndex": "419551109", "rootHash": "BDYulm2sfjNlQvAl51ZmQc4Et/g0/dsYeun74+5Kyno=", "treeSize": "419551117", "hashes": ["LR0eih/AFOSj9qU26JaXOjAIEy0sh4dKLi5+q/EqKUI=", "sBrp7OvmDCYZ6HlDAsxt85+QUHJKs2EYTxsqCOcWi/U=", "OcV9mAoBzcQZsNBLESp2Qh5g5OxQ7s2DpiqrlP12BrE=", "nms05m7UZ1I56h5xb7a4xJ8f4nkQQRZgodq+ml60aEY=", "Fq3n43HxGNhNXMpSHWSQNCPXFoyciIj7aM+pL2yRE3A=", "U2v5xyuQa/G3R+0RjAhKWndDLHPJY8mi44WcZPQmguc=", "RiIe9fAQQCQHkRvt1EJcLND1KQNNsFrnwN+EmgQUPl4=", "TkP29x1zG2i6zHWfjzee4QTbIsnf3WOPsHMX/KYKS/Y=", "C4tsI8hViv9smcXFnqZmvDS9cnFqsKZzwmj3nTRWW0U=", "wjKMAVW/X4cC8VfboYc2Jxn9l72OJX/gQeNxWRSfRlM=", "Foyb9H1nNdEN/TGIleVYO4D5kxSFbF+ZK/iACXMKDUA=", "mdkuXA30wGxXi/WWqyaGXShcgt3T1yYW+lrsZLBFFuo=", "rO8wDSOjmY8VkspFqYaJS4TV5HxywICMlHM8gTxXkAA=", "1mfy94KpcItqshH9+gwqV6jccupcaMpVsF28New8zDY=", "vS7O4ozHIQZJWBiov+mkpI27GE8zAmVCEkRcP3NDyNE="], "checkpoint": {"envelope": "rekor.sigstore.dev - 1193050959916656506\n419551117\nBDYulm2sfjNlQvAl51ZmQc4Et/g0/dsYeun74+5Kyno=\n\n\u2014 rekor.sigstore.dev wNI9ajBFAiEA3MXfBZd943L942/H8yQ+VRu8fMO8hA3HPZj4dVwtl1UCIGhHphMAhCKIy4o+/CEurIR2Y+fLJrG0LY5g5bWnvyGS\n"}}, "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiY2FkZWI3NTM5OGE1MzViNWExZWY1MjRiY2M5ZmNkNzJjM2E5NjM5N2IzYTcxZGU4ZGRhMWRjYzYzZWRmOGM4OSJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6ImVkN2FhNDMyN2VlZDE3NjlkNTA5Yzc4OTk2OWRjZmU4MTM2NjIyMmNlZjMzMGY1MjViYWJhY2Q5M2MwYTU2NWMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVZQ0lRQ0NURGc2SE5wUC93a055bktlbVg4bzZ4M0NSU3VLWXNPVlVzN1F2dEE5VVFJaEFKa0EvaUVEUG1TWUxPVnk3NEwrbHFJWDdoT3ZuamJib3MvUFZzbVV1bzdYIiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWFrTkRRVzE1WjBGM1NVSkJaMGxWWldKeFFscE1lQzlPZFhCMmRscERLMGx6VnpORVpHRk9UVnBaZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwVmQwOVVTWGROVkdNeFRtcFZORmRvWTA1TmFsVjNUMVJKZDAxVVozZE9hbFUwVjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVnpibXczS3pOTGRUVjFkSGd4V0drMWVFZzBVV2hxYlVNMWFraEtRemN3VWxwM1JFNEtWVWRpTTJSeFJXTTFLek55VG5JeVRVdFNUbGhSZGxKYVJuTlVTa3hpYmpCSlQzSlBhbVFyYkdzMVZGbDFRelJNWkV0UFEwRlpjM2RuWjBkSVRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVjVOR1pxQ2tKRVFYbHVjQzk1WjBKNVVYVjBUMnBVYUdSVVZtZzBkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMHBCV1VSV1VqQlNRVkZJTDBKQ2IzZEhTVVZYVWpOS2FHSnRiREJhVXpFeVdsaEtjRnB1YkVGaFYwcDBURzFPZG1KVVFUQkNaMjl5UW1kRlJRcEJXVTh2VFVGRlFrSkRXbTlrU0ZKM1kzcHZka3d6VG5CYU0wNHdZak5LYkV4dVdteGpiV3h0WlZNMWNGbHRNSFZaTWpsMFRESTVhR1JZVW05TmFrRXlDa0puYjNKQ1owVkZRVmxQTDAxQlJVbENRMmROU20xb01HUklRbnBQYVRoMll6SnNibU16VW5aamJWVjFaRzFXZVdGWFdqVk1iV3hwWWxNMWFtSXlNSFlLWWpKR01XUkhaM2xOU1VkTVFtZHZja0puUlVWQlpGbzFRV2RSUTBKSU1FVmxkMEkxUVVoalFUTlVNSGRoYzJKSVJWUktha2RTTkdOdFYyTXpRWEZLU3dwWWNtcGxVRXN6TDJnMGNIbG5Remh3TjI4MFFVRkJSMXBoUlZkcWRYZEJRVUpCVFVGVFJFSkhRV2xGUVd4bkwzbzBlV2d4TkU4eVZtWnZjMk5yUXk5NkNtNXBUbTlKZFRsUVVYcG5hRlZMTURjeU4zQnJMMlZKUTBsUlEwbFBTelk1U0ZkRFYxWkNiVloyZDJkTk1EUnBNRUkxTkdFM2NXNWFNM3B1YWs5aGNUZ0tUR3h1T0VacVFVdENaMmR4YUd0cVQxQlJVVVJCZDA1dlFVUkNiRUZxUlVGNlRscDJiMEpFV0N0dVEzSnZZM1V3TUZoNGEzRmxXbFJCY1RSM0wyOVhWZ28zVmk5aVRrZ3dSSEpJT1ZOS2VXUjVUSE5KVFdVMk5tNWxSaXRGV1Vsd1dFRnFRblZDV1ZoSldtTm9aRFJwYW5GM2JtWlRkV293WWtjclRuZG1aMGh0Q25OQmQwZHBZbU5CV2pNMWFYbE9PR2xOWW5CSk9YSmtTVk5XU2xWM04wVXhUbU4zUFFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PSJ9XX19"}], "timestampVerificationData": {}}, "dsseEnvelope": {"payload": "ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YxIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiZ3Jhbml0ZS00LjAtbWljcm8tYmFzZSIsCiAgICAgICJkaWdlc3QiOiB7CiAgICAgICAgInNoYTI1NiI6ICJjZGQxYjhhZDRlODc4YzJmMzcyODAxZDVlZDNmNjBiZjEyYjFmN2RmYmQzMzE2ZmJiZDFlNzVmNzM2ZmRhN2JiIgogICAgICB9CiAgICB9CiAgXSwKICAicHJlZGljYXRlVHlwZSI6ICJodHRwczovL21vZGVsX3NpZ25pbmcvc2lnbmF0dXJlL3YxLjAiLAogICJwcmVkaWNhdGUiOiB7CiAgICAicmVzb3VyY2VzIjogWwogICAgICB7CiAgICAgICAgIm5hbWUiOiAiY29uZmlnLmpzb24iLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogIjk2NWEzNzE3NDcxOTAxYjgzODA3NTUwODI5NzQzY2MyNDY2MjA4MzZjNDhiMTYxY2I1ODFkNGIwNGU0NDZhNTIiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAibmFtZSI6ICJnZW5lcmF0aW9uX2NvbmZpZy5qc29uIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICI5MTE3ZmIwM2ZlZDc5ZGJiNDU5MzczZWRlZWY5YTNlZWM5NjZiY2U1MmExODQyZTAzYTY3MTZlODMxMTdmMGQxIgogICAgICB9LAogICAgICB7CiAgICAgICAgIm5hbWUiOiAibWVyZ2VzLnR4dCIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiYjZmZTQyNGUzMzQ5MDNmN2ZiODRkM2ExMDZkOTczMDQ1NWY0NzQ0YjlmZTNjMjFlZTEzNmQ5N2EwMGU3MjUwMiIKICAgICAgfSwKICAgICAgewogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDAxLW9mLTAwMDAyLnNhZmV0ZW5zb3JzIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICI3NTQxODgyOWNkY2FkZWM2YTlhNGNhYjJlZTBlNDIwYmVkZmZkYzk3ZjJkYTE4NzVlOWY2ZjgzNmExZGVmZDM2IgogICAgICB9LAogICAgICB7CiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMDItb2YtMDAwMDIuc2FmZXRlbnNvcnMiLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogIjlkMGUxODVhYjA4Nzc4OTgxNjE4OWE5MDc4NjFhZDYwOWUyYzFiZTgxNGY2ODJjNzVjY2QxNDcwMzIyOWRiYTYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAibmFtZSI6ICJtb2RlbC5zYWZldGVuc29ycy5pbmRleC5qc29uIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgImRpZ2VzdCI6ICJhYjdkYTc2NGI2YzcyZDY3Yjg2OTFlZWQwNzg2MzY0ZjcyMzFmNzc5MWZmZWY5MmNjMDE2YjA2ODdkODllZmFkIgogICAgICB9LAogICAgICB7CiAgICAgICAgIm5hbWUiOiAic3BlY2lhbF90b2tlbnNfbWFwLmpzb24iLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogImMwODY3NmM0OWZkNzk2OWEzMTMwZjcyYmU2ZDRiZjM0ZGE2NmFhNDg0YTZlMjFkZmZlMzU5ODkzYTFiZDVmMmUiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAibmFtZSI6ICJ0b2tlbml6ZXIuanNvbiIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiZTJiYWQ2NjQzOTUzOGNiNGQ1YTc1ODA2ODA5MzI0MzJlZDllY2U5ZDNiODU3N2U2NzU1MTJiZGYxMTU5OTI1MyIKICAgICAgfSwKICAgICAgewogICAgICAgICJuYW1lIjogInRva2VuaXplcl9jb25maWcuanNvbiIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJkaWdlc3QiOiAiZTJiYWQ2NjQzOTUzOGNiNGQ1YTc1ODA2ODA5MzI0MzJlZDllY2U5ZDNiODU3N2U2NzU1MTJiZGYxMTU5OTI1MyIKICAgICAgfSwKICAgICAgewogICAgICAgICJuYW1lIjogInZvY2FiLmpzb24iLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAiZGlnZXN0IjogIjhhZjcxMDc2ZGU4YjBiNjI2ZWVkMGY0Yzk4NGZhZjBhN2MwNjI0NzkxNjRiMmEzMTMwOGE5NDg1MjRkNGY2OWMiCiAgICAgIH0KICAgIF0sCiAgICAic2VyaWFsaXphdGlvbiI6IHsKICAgICAgIm1ldGhvZCI6ICJmaWxlcyIsCiAgICAgICJhbGxvd19zeW1saW5rcyI6IGZhbHNlLAogICAgICAiaGFzaF90eXBlIjogInNoYTI1NiIKICAgIH0KICB9Cn0=", "payloadType": "application/vnd.in-toto+json", "signatures": [{"sig": "MEYCIQCCTDg6HNpP/wkNynKemX8o6x3CRSuKYsOVUs7QvtA9UQIhAJkA/iEDPmSYLOVy74L+lqIX7hOvnjbbos/PVsmUuo7X"}]}}
|
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
|
The diff for this file is too large to render.
See raw diff
|
|
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|