initial model upload
Browse files- config.json +90 -0
- generation_config.json +7 -0
- merges.txt +0 -0
- model-00001-of-00014.safetensors +3 -0
- model-00002-of-00014.safetensors +3 -0
- model-00003-of-00014.safetensors +3 -0
- model-00004-of-00014.safetensors +3 -0
- model-00005-of-00014.safetensors +3 -0
- model-00006-of-00014.safetensors +3 -0
- model-00007-of-00014.safetensors +3 -0
- model-00008-of-00014.safetensors +3 -0
- model-00009-of-00014.safetensors +3 -0
- model-00010-of-00014.safetensors +3 -0
- model-00011-of-00014.safetensors +3 -0
- model-00012-of-00014.safetensors +3 -0
- model-00013-of-00014.safetensors +3 -0
- model-00014-of-00014.safetensors +3 -0
- model.safetensors.index.json +594 -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.0078125,
|
| 8 |
+
"bos_token_id": 100257,
|
| 9 |
+
"embedding_multiplier": 12,
|
| 10 |
+
"eos_token_id": 100257,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 4096,
|
| 13 |
+
"init_method": "mup",
|
| 14 |
+
"initializer_range": 0.1,
|
| 15 |
+
"intermediate_size": 768,
|
| 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": 16,
|
| 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": 128,
|
| 67 |
+
"mamba_proj_bias": false,
|
| 68 |
+
"max_position_embeddings": 131072,
|
| 69 |
+
"model_type": "granitemoehybrid",
|
| 70 |
+
"normalization_function": "rmsnorm",
|
| 71 |
+
"num_attention_heads": 32,
|
| 72 |
+
"num_experts_per_tok": 10,
|
| 73 |
+
"num_hidden_layers": 40,
|
| 74 |
+
"num_key_value_heads": 8,
|
| 75 |
+
"num_local_experts": 72,
|
| 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": 1536,
|
| 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-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22cdb9955764879404d1cbbd744520ec53c7986bf9c3e760533796ed8131ace4
|
| 3 |
+
size 4931823752
|
model-00002-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e11b406e444df0be6c34eeb2fd4352478a8c512b7e63934b31621d02f611123c
|
| 3 |
+
size 4805655352
|
model-00003-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c159dabf6acc53763935a03435fd13d6e34fdcd8d5aacdfc87f6f45c0cb94f4
|
| 3 |
+
size 4684967104
|
model-00004-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f56db2d9910619adece710cce488ab1809aac152274d1b9c469246bc4c013ad9
|
| 3 |
+
size 4805655392
|
model-00005-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:043bf16b004cb7a837aeea7805736940f6778f7f9eada8ceb0209086c022a1c4
|
| 3 |
+
size 4805655400
|
model-00006-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9739029ca98cbab6038feb8dcc0b05883c0ba994aaba1d24c4bade08f4b8bece
|
| 3 |
+
size 4684967136
|
model-00007-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6923892e50ded8070735cec45508a55640039f3e3f01ece3d6f322ce8db55f20
|
| 3 |
+
size 4805655400
|
model-00008-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15e1a862fb9693f6d00ca07f38192393dd2cb1a413bfdb3de5e1b57efc2dafb3
|
| 3 |
+
size 4805655400
|
model-00009-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c04b55d66236d1e5995bb16e8df03fdf4fd6f6302ec693136f601a253417744
|
| 3 |
+
size 4684967136
|
model-00010-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6cd5063fbb77f96a44805f5c78fc5b8cfd80b82d1e9f522d3db4c7703e4b560
|
| 3 |
+
size 4805655400
|
model-00011-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca406c8f3da58f26b7e243009f1bd1fa85b3c3432890712940335d9c560bd64b
|
| 3 |
+
size 4805655400
|
model-00012-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d4ef298f04e8b44a2a2467a9d0646bb4dab2605c5f2662e98ef1fa62aaaf6e8
|
| 3 |
+
size 4805655400
|
model-00013-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d508219e378cdec3ecc92d2cc9c83a2a7688cd4b5b0305e6d38c8add9a93a4ec
|
| 3 |
+
size 4684967144
|
model-00014-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d299279ef4a04d12c39e223cb2a138df0c80cb433fb250912359baf70a89d0a8
|
| 3 |
+
size 2297808752
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,594 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 32207337984,
|
| 4 |
+
"total_size": 64414675968
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00014.safetensors",
|
| 8 |
+
"model.layers.0.block_sparse_moe.input_linear.weight": "model-00001-of-00014.safetensors",
|
| 9 |
+
"model.layers.0.block_sparse_moe.output_linear.weight": "model-00001-of-00014.safetensors",
|
| 10 |
+
"model.layers.0.block_sparse_moe.router.layer.weight": "model-00001-of-00014.safetensors",
|
| 11 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 12 |
+
"model.layers.0.mamba.A_log": "model-00001-of-00014.safetensors",
|
| 13 |
+
"model.layers.0.mamba.D": "model-00001-of-00014.safetensors",
|
| 14 |
+
"model.layers.0.mamba.conv1d.bias": "model-00001-of-00014.safetensors",
|
| 15 |
+
"model.layers.0.mamba.conv1d.weight": "model-00001-of-00014.safetensors",
|
| 16 |
+
"model.layers.0.mamba.dt_bias": "model-00001-of-00014.safetensors",
|
| 17 |
+
"model.layers.0.mamba.in_proj.weight": "model-00001-of-00014.safetensors",
|
| 18 |
+
"model.layers.0.mamba.norm.weight": "model-00001-of-00014.safetensors",
|
| 19 |
+
"model.layers.0.mamba.out_proj.weight": "model-00001-of-00014.safetensors",
|
| 20 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 21 |
+
"model.layers.0.shared_mlp.input_linear.weight": "model-00001-of-00014.safetensors",
|
| 22 |
+
"model.layers.0.shared_mlp.output_linear.weight": "model-00001-of-00014.safetensors",
|
| 23 |
+
"model.layers.1.block_sparse_moe.input_linear.weight": "model-00001-of-00014.safetensors",
|
| 24 |
+
"model.layers.1.block_sparse_moe.output_linear.weight": "model-00001-of-00014.safetensors",
|
| 25 |
+
"model.layers.1.block_sparse_moe.router.layer.weight": "model-00001-of-00014.safetensors",
|
| 26 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 27 |
+
"model.layers.1.mamba.A_log": "model-00001-of-00014.safetensors",
|
| 28 |
+
"model.layers.1.mamba.D": "model-00001-of-00014.safetensors",
|
| 29 |
+
"model.layers.1.mamba.conv1d.bias": "model-00001-of-00014.safetensors",
|
| 30 |
+
"model.layers.1.mamba.conv1d.weight": "model-00001-of-00014.safetensors",
|
| 31 |
+
"model.layers.1.mamba.dt_bias": "model-00001-of-00014.safetensors",
|
| 32 |
+
"model.layers.1.mamba.in_proj.weight": "model-00001-of-00014.safetensors",
|
| 33 |
+
"model.layers.1.mamba.norm.weight": "model-00001-of-00014.safetensors",
|
| 34 |
+
"model.layers.1.mamba.out_proj.weight": "model-00001-of-00014.safetensors",
|
| 35 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 36 |
+
"model.layers.1.shared_mlp.input_linear.weight": "model-00001-of-00014.safetensors",
|
| 37 |
+
"model.layers.1.shared_mlp.output_linear.weight": "model-00001-of-00014.safetensors",
|
| 38 |
+
"model.layers.10.block_sparse_moe.input_linear.weight": "model-00004-of-00014.safetensors",
|
| 39 |
+
"model.layers.10.block_sparse_moe.output_linear.weight": "model-00004-of-00014.safetensors",
|
| 40 |
+
"model.layers.10.block_sparse_moe.router.layer.weight": "model-00004-of-00014.safetensors",
|
| 41 |
+
"model.layers.10.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 42 |
+
"model.layers.10.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 43 |
+
"model.layers.10.mamba.D": "model-00004-of-00014.safetensors",
|
| 44 |
+
"model.layers.10.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 45 |
+
"model.layers.10.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 46 |
+
"model.layers.10.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 47 |
+
"model.layers.10.mamba.in_proj.weight": "model-00004-of-00014.safetensors",
|
| 48 |
+
"model.layers.10.mamba.norm.weight": "model-00004-of-00014.safetensors",
|
| 49 |
+
"model.layers.10.mamba.out_proj.weight": "model-00004-of-00014.safetensors",
|
| 50 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 51 |
+
"model.layers.10.shared_mlp.input_linear.weight": "model-00004-of-00014.safetensors",
|
| 52 |
+
"model.layers.10.shared_mlp.output_linear.weight": "model-00004-of-00014.safetensors",
|
| 53 |
+
"model.layers.11.block_sparse_moe.input_linear.weight": "model-00004-of-00014.safetensors",
|
| 54 |
+
"model.layers.11.block_sparse_moe.output_linear.weight": "model-00005-of-00014.safetensors",
|
| 55 |
+
"model.layers.11.block_sparse_moe.router.layer.weight": "model-00005-of-00014.safetensors",
|
| 56 |
+
"model.layers.11.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 57 |
+
"model.layers.11.mamba.A_log": "model-00005-of-00014.safetensors",
|
| 58 |
+
"model.layers.11.mamba.D": "model-00005-of-00014.safetensors",
|
| 59 |
+
"model.layers.11.mamba.conv1d.bias": "model-00005-of-00014.safetensors",
|
| 60 |
+
"model.layers.11.mamba.conv1d.weight": "model-00005-of-00014.safetensors",
|
| 61 |
+
"model.layers.11.mamba.dt_bias": "model-00005-of-00014.safetensors",
|
| 62 |
+
"model.layers.11.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 63 |
+
"model.layers.11.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 64 |
+
"model.layers.11.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 65 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 66 |
+
"model.layers.11.shared_mlp.input_linear.weight": "model-00005-of-00014.safetensors",
|
| 67 |
+
"model.layers.11.shared_mlp.output_linear.weight": "model-00005-of-00014.safetensors",
|
| 68 |
+
"model.layers.12.block_sparse_moe.input_linear.weight": "model-00005-of-00014.safetensors",
|
| 69 |
+
"model.layers.12.block_sparse_moe.output_linear.weight": "model-00005-of-00014.safetensors",
|
| 70 |
+
"model.layers.12.block_sparse_moe.router.layer.weight": "model-00005-of-00014.safetensors",
|
| 71 |
+
"model.layers.12.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 72 |
+
"model.layers.12.mamba.A_log": "model-00005-of-00014.safetensors",
|
| 73 |
+
"model.layers.12.mamba.D": "model-00005-of-00014.safetensors",
|
| 74 |
+
"model.layers.12.mamba.conv1d.bias": "model-00005-of-00014.safetensors",
|
| 75 |
+
"model.layers.12.mamba.conv1d.weight": "model-00005-of-00014.safetensors",
|
| 76 |
+
"model.layers.12.mamba.dt_bias": "model-00005-of-00014.safetensors",
|
| 77 |
+
"model.layers.12.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 78 |
+
"model.layers.12.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 79 |
+
"model.layers.12.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 80 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 81 |
+
"model.layers.12.shared_mlp.input_linear.weight": "model-00005-of-00014.safetensors",
|
| 82 |
+
"model.layers.12.shared_mlp.output_linear.weight": "model-00005-of-00014.safetensors",
|
| 83 |
+
"model.layers.13.block_sparse_moe.input_linear.weight": "model-00005-of-00014.safetensors",
|
| 84 |
+
"model.layers.13.block_sparse_moe.output_linear.weight": "model-00005-of-00014.safetensors",
|
| 85 |
+
"model.layers.13.block_sparse_moe.router.layer.weight": "model-00005-of-00014.safetensors",
|
| 86 |
+
"model.layers.13.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 87 |
+
"model.layers.13.mamba.A_log": "model-00005-of-00014.safetensors",
|
| 88 |
+
"model.layers.13.mamba.D": "model-00005-of-00014.safetensors",
|
| 89 |
+
"model.layers.13.mamba.conv1d.bias": "model-00005-of-00014.safetensors",
|
| 90 |
+
"model.layers.13.mamba.conv1d.weight": "model-00005-of-00014.safetensors",
|
| 91 |
+
"model.layers.13.mamba.dt_bias": "model-00005-of-00014.safetensors",
|
| 92 |
+
"model.layers.13.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 93 |
+
"model.layers.13.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 94 |
+
"model.layers.13.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 95 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 96 |
+
"model.layers.13.shared_mlp.input_linear.weight": "model-00005-of-00014.safetensors",
|
| 97 |
+
"model.layers.13.shared_mlp.output_linear.weight": "model-00005-of-00014.safetensors",
|
| 98 |
+
"model.layers.14.block_sparse_moe.input_linear.weight": "model-00005-of-00014.safetensors",
|
| 99 |
+
"model.layers.14.block_sparse_moe.output_linear.weight": "model-00006-of-00014.safetensors",
|
| 100 |
+
"model.layers.14.block_sparse_moe.router.layer.weight": "model-00006-of-00014.safetensors",
|
| 101 |
+
"model.layers.14.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 102 |
+
"model.layers.14.mamba.A_log": "model-00006-of-00014.safetensors",
|
| 103 |
+
"model.layers.14.mamba.D": "model-00006-of-00014.safetensors",
|
| 104 |
+
"model.layers.14.mamba.conv1d.bias": "model-00006-of-00014.safetensors",
|
| 105 |
+
"model.layers.14.mamba.conv1d.weight": "model-00006-of-00014.safetensors",
|
| 106 |
+
"model.layers.14.mamba.dt_bias": "model-00006-of-00014.safetensors",
|
| 107 |
+
"model.layers.14.mamba.in_proj.weight": "model-00006-of-00014.safetensors",
|
| 108 |
+
"model.layers.14.mamba.norm.weight": "model-00006-of-00014.safetensors",
|
| 109 |
+
"model.layers.14.mamba.out_proj.weight": "model-00006-of-00014.safetensors",
|
| 110 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 111 |
+
"model.layers.14.shared_mlp.input_linear.weight": "model-00006-of-00014.safetensors",
|
| 112 |
+
"model.layers.14.shared_mlp.output_linear.weight": "model-00006-of-00014.safetensors",
|
| 113 |
+
"model.layers.15.block_sparse_moe.input_linear.weight": "model-00006-of-00014.safetensors",
|
| 114 |
+
"model.layers.15.block_sparse_moe.output_linear.weight": "model-00006-of-00014.safetensors",
|
| 115 |
+
"model.layers.15.block_sparse_moe.router.layer.weight": "model-00006-of-00014.safetensors",
|
| 116 |
+
"model.layers.15.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 117 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 118 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 119 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 120 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 121 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 122 |
+
"model.layers.15.shared_mlp.input_linear.weight": "model-00006-of-00014.safetensors",
|
| 123 |
+
"model.layers.15.shared_mlp.output_linear.weight": "model-00006-of-00014.safetensors",
|
| 124 |
+
"model.layers.16.block_sparse_moe.input_linear.weight": "model-00006-of-00014.safetensors",
|
| 125 |
+
"model.layers.16.block_sparse_moe.output_linear.weight": "model-00006-of-00014.safetensors",
|
| 126 |
+
"model.layers.16.block_sparse_moe.router.layer.weight": "model-00006-of-00014.safetensors",
|
| 127 |
+
"model.layers.16.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 128 |
+
"model.layers.16.mamba.A_log": "model-00006-of-00014.safetensors",
|
| 129 |
+
"model.layers.16.mamba.D": "model-00006-of-00014.safetensors",
|
| 130 |
+
"model.layers.16.mamba.conv1d.bias": "model-00006-of-00014.safetensors",
|
| 131 |
+
"model.layers.16.mamba.conv1d.weight": "model-00006-of-00014.safetensors",
|
| 132 |
+
"model.layers.16.mamba.dt_bias": "model-00006-of-00014.safetensors",
|
| 133 |
+
"model.layers.16.mamba.in_proj.weight": "model-00006-of-00014.safetensors",
|
| 134 |
+
"model.layers.16.mamba.norm.weight": "model-00006-of-00014.safetensors",
|
| 135 |
+
"model.layers.16.mamba.out_proj.weight": "model-00006-of-00014.safetensors",
|
| 136 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 137 |
+
"model.layers.16.shared_mlp.input_linear.weight": "model-00006-of-00014.safetensors",
|
| 138 |
+
"model.layers.16.shared_mlp.output_linear.weight": "model-00006-of-00014.safetensors",
|
| 139 |
+
"model.layers.17.block_sparse_moe.input_linear.weight": "model-00006-of-00014.safetensors",
|
| 140 |
+
"model.layers.17.block_sparse_moe.output_linear.weight": "model-00007-of-00014.safetensors",
|
| 141 |
+
"model.layers.17.block_sparse_moe.router.layer.weight": "model-00007-of-00014.safetensors",
|
| 142 |
+
"model.layers.17.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 143 |
+
"model.layers.17.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 144 |
+
"model.layers.17.mamba.D": "model-00007-of-00014.safetensors",
|
| 145 |
+
"model.layers.17.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 146 |
+
"model.layers.17.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 147 |
+
"model.layers.17.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 148 |
+
"model.layers.17.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 149 |
+
"model.layers.17.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 150 |
+
"model.layers.17.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 151 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 152 |
+
"model.layers.17.shared_mlp.input_linear.weight": "model-00007-of-00014.safetensors",
|
| 153 |
+
"model.layers.17.shared_mlp.output_linear.weight": "model-00007-of-00014.safetensors",
|
| 154 |
+
"model.layers.18.block_sparse_moe.input_linear.weight": "model-00007-of-00014.safetensors",
|
| 155 |
+
"model.layers.18.block_sparse_moe.output_linear.weight": "model-00007-of-00014.safetensors",
|
| 156 |
+
"model.layers.18.block_sparse_moe.router.layer.weight": "model-00007-of-00014.safetensors",
|
| 157 |
+
"model.layers.18.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 158 |
+
"model.layers.18.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 159 |
+
"model.layers.18.mamba.D": "model-00007-of-00014.safetensors",
|
| 160 |
+
"model.layers.18.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 161 |
+
"model.layers.18.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 162 |
+
"model.layers.18.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 163 |
+
"model.layers.18.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 164 |
+
"model.layers.18.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 165 |
+
"model.layers.18.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 166 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 167 |
+
"model.layers.18.shared_mlp.input_linear.weight": "model-00007-of-00014.safetensors",
|
| 168 |
+
"model.layers.18.shared_mlp.output_linear.weight": "model-00007-of-00014.safetensors",
|
| 169 |
+
"model.layers.19.block_sparse_moe.input_linear.weight": "model-00007-of-00014.safetensors",
|
| 170 |
+
"model.layers.19.block_sparse_moe.output_linear.weight": "model-00007-of-00014.safetensors",
|
| 171 |
+
"model.layers.19.block_sparse_moe.router.layer.weight": "model-00007-of-00014.safetensors",
|
| 172 |
+
"model.layers.19.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 173 |
+
"model.layers.19.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 174 |
+
"model.layers.19.mamba.D": "model-00007-of-00014.safetensors",
|
| 175 |
+
"model.layers.19.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 176 |
+
"model.layers.19.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 177 |
+
"model.layers.19.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 178 |
+
"model.layers.19.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 179 |
+
"model.layers.19.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 180 |
+
"model.layers.19.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 181 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 182 |
+
"model.layers.19.shared_mlp.input_linear.weight": "model-00007-of-00014.safetensors",
|
| 183 |
+
"model.layers.19.shared_mlp.output_linear.weight": "model-00007-of-00014.safetensors",
|
| 184 |
+
"model.layers.2.block_sparse_moe.input_linear.weight": "model-00001-of-00014.safetensors",
|
| 185 |
+
"model.layers.2.block_sparse_moe.output_linear.weight": "model-00002-of-00014.safetensors",
|
| 186 |
+
"model.layers.2.block_sparse_moe.router.layer.weight": "model-00002-of-00014.safetensors",
|
| 187 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 188 |
+
"model.layers.2.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 189 |
+
"model.layers.2.mamba.D": "model-00002-of-00014.safetensors",
|
| 190 |
+
"model.layers.2.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 191 |
+
"model.layers.2.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 192 |
+
"model.layers.2.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 193 |
+
"model.layers.2.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 194 |
+
"model.layers.2.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 195 |
+
"model.layers.2.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 196 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 197 |
+
"model.layers.2.shared_mlp.input_linear.weight": "model-00002-of-00014.safetensors",
|
| 198 |
+
"model.layers.2.shared_mlp.output_linear.weight": "model-00002-of-00014.safetensors",
|
| 199 |
+
"model.layers.20.block_sparse_moe.input_linear.weight": "model-00007-of-00014.safetensors",
|
| 200 |
+
"model.layers.20.block_sparse_moe.output_linear.weight": "model-00008-of-00014.safetensors",
|
| 201 |
+
"model.layers.20.block_sparse_moe.router.layer.weight": "model-00008-of-00014.safetensors",
|
| 202 |
+
"model.layers.20.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 203 |
+
"model.layers.20.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 204 |
+
"model.layers.20.mamba.D": "model-00008-of-00014.safetensors",
|
| 205 |
+
"model.layers.20.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 206 |
+
"model.layers.20.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 207 |
+
"model.layers.20.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 208 |
+
"model.layers.20.mamba.in_proj.weight": "model-00008-of-00014.safetensors",
|
| 209 |
+
"model.layers.20.mamba.norm.weight": "model-00008-of-00014.safetensors",
|
| 210 |
+
"model.layers.20.mamba.out_proj.weight": "model-00008-of-00014.safetensors",
|
| 211 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 212 |
+
"model.layers.20.shared_mlp.input_linear.weight": "model-00008-of-00014.safetensors",
|
| 213 |
+
"model.layers.20.shared_mlp.output_linear.weight": "model-00008-of-00014.safetensors",
|
| 214 |
+
"model.layers.21.block_sparse_moe.input_linear.weight": "model-00008-of-00014.safetensors",
|
| 215 |
+
"model.layers.21.block_sparse_moe.output_linear.weight": "model-00008-of-00014.safetensors",
|
| 216 |
+
"model.layers.21.block_sparse_moe.router.layer.weight": "model-00008-of-00014.safetensors",
|
| 217 |
+
"model.layers.21.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 218 |
+
"model.layers.21.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 219 |
+
"model.layers.21.mamba.D": "model-00008-of-00014.safetensors",
|
| 220 |
+
"model.layers.21.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 221 |
+
"model.layers.21.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 222 |
+
"model.layers.21.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 223 |
+
"model.layers.21.mamba.in_proj.weight": "model-00008-of-00014.safetensors",
|
| 224 |
+
"model.layers.21.mamba.norm.weight": "model-00008-of-00014.safetensors",
|
| 225 |
+
"model.layers.21.mamba.out_proj.weight": "model-00008-of-00014.safetensors",
|
| 226 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 227 |
+
"model.layers.21.shared_mlp.input_linear.weight": "model-00008-of-00014.safetensors",
|
| 228 |
+
"model.layers.21.shared_mlp.output_linear.weight": "model-00008-of-00014.safetensors",
|
| 229 |
+
"model.layers.22.block_sparse_moe.input_linear.weight": "model-00008-of-00014.safetensors",
|
| 230 |
+
"model.layers.22.block_sparse_moe.output_linear.weight": "model-00008-of-00014.safetensors",
|
| 231 |
+
"model.layers.22.block_sparse_moe.router.layer.weight": "model-00008-of-00014.safetensors",
|
| 232 |
+
"model.layers.22.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 233 |
+
"model.layers.22.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 234 |
+
"model.layers.22.mamba.D": "model-00008-of-00014.safetensors",
|
| 235 |
+
"model.layers.22.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 236 |
+
"model.layers.22.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 237 |
+
"model.layers.22.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 238 |
+
"model.layers.22.mamba.in_proj.weight": "model-00008-of-00014.safetensors",
|
| 239 |
+
"model.layers.22.mamba.norm.weight": "model-00008-of-00014.safetensors",
|
| 240 |
+
"model.layers.22.mamba.out_proj.weight": "model-00008-of-00014.safetensors",
|
| 241 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 242 |
+
"model.layers.22.shared_mlp.input_linear.weight": "model-00008-of-00014.safetensors",
|
| 243 |
+
"model.layers.22.shared_mlp.output_linear.weight": "model-00008-of-00014.safetensors",
|
| 244 |
+
"model.layers.23.block_sparse_moe.input_linear.weight": "model-00008-of-00014.safetensors",
|
| 245 |
+
"model.layers.23.block_sparse_moe.output_linear.weight": "model-00009-of-00014.safetensors",
|
| 246 |
+
"model.layers.23.block_sparse_moe.router.layer.weight": "model-00009-of-00014.safetensors",
|
| 247 |
+
"model.layers.23.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 248 |
+
"model.layers.23.mamba.A_log": "model-00009-of-00014.safetensors",
|
| 249 |
+
"model.layers.23.mamba.D": "model-00009-of-00014.safetensors",
|
| 250 |
+
"model.layers.23.mamba.conv1d.bias": "model-00009-of-00014.safetensors",
|
| 251 |
+
"model.layers.23.mamba.conv1d.weight": "model-00009-of-00014.safetensors",
|
| 252 |
+
"model.layers.23.mamba.dt_bias": "model-00009-of-00014.safetensors",
|
| 253 |
+
"model.layers.23.mamba.in_proj.weight": "model-00009-of-00014.safetensors",
|
| 254 |
+
"model.layers.23.mamba.norm.weight": "model-00009-of-00014.safetensors",
|
| 255 |
+
"model.layers.23.mamba.out_proj.weight": "model-00009-of-00014.safetensors",
|
| 256 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 257 |
+
"model.layers.23.shared_mlp.input_linear.weight": "model-00009-of-00014.safetensors",
|
| 258 |
+
"model.layers.23.shared_mlp.output_linear.weight": "model-00009-of-00014.safetensors",
|
| 259 |
+
"model.layers.24.block_sparse_moe.input_linear.weight": "model-00009-of-00014.safetensors",
|
| 260 |
+
"model.layers.24.block_sparse_moe.output_linear.weight": "model-00009-of-00014.safetensors",
|
| 261 |
+
"model.layers.24.block_sparse_moe.router.layer.weight": "model-00009-of-00014.safetensors",
|
| 262 |
+
"model.layers.24.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 263 |
+
"model.layers.24.mamba.A_log": "model-00009-of-00014.safetensors",
|
| 264 |
+
"model.layers.24.mamba.D": "model-00009-of-00014.safetensors",
|
| 265 |
+
"model.layers.24.mamba.conv1d.bias": "model-00009-of-00014.safetensors",
|
| 266 |
+
"model.layers.24.mamba.conv1d.weight": "model-00009-of-00014.safetensors",
|
| 267 |
+
"model.layers.24.mamba.dt_bias": "model-00009-of-00014.safetensors",
|
| 268 |
+
"model.layers.24.mamba.in_proj.weight": "model-00009-of-00014.safetensors",
|
| 269 |
+
"model.layers.24.mamba.norm.weight": "model-00009-of-00014.safetensors",
|
| 270 |
+
"model.layers.24.mamba.out_proj.weight": "model-00009-of-00014.safetensors",
|
| 271 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 272 |
+
"model.layers.24.shared_mlp.input_linear.weight": "model-00009-of-00014.safetensors",
|
| 273 |
+
"model.layers.24.shared_mlp.output_linear.weight": "model-00009-of-00014.safetensors",
|
| 274 |
+
"model.layers.25.block_sparse_moe.input_linear.weight": "model-00009-of-00014.safetensors",
|
| 275 |
+
"model.layers.25.block_sparse_moe.output_linear.weight": "model-00009-of-00014.safetensors",
|
| 276 |
+
"model.layers.25.block_sparse_moe.router.layer.weight": "model-00009-of-00014.safetensors",
|
| 277 |
+
"model.layers.25.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 278 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 279 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 280 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 281 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 282 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 283 |
+
"model.layers.25.shared_mlp.input_linear.weight": "model-00009-of-00014.safetensors",
|
| 284 |
+
"model.layers.25.shared_mlp.output_linear.weight": "model-00009-of-00014.safetensors",
|
| 285 |
+
"model.layers.26.block_sparse_moe.input_linear.weight": "model-00009-of-00014.safetensors",
|
| 286 |
+
"model.layers.26.block_sparse_moe.output_linear.weight": "model-00010-of-00014.safetensors",
|
| 287 |
+
"model.layers.26.block_sparse_moe.router.layer.weight": "model-00010-of-00014.safetensors",
|
| 288 |
+
"model.layers.26.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 289 |
+
"model.layers.26.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 290 |
+
"model.layers.26.mamba.D": "model-00010-of-00014.safetensors",
|
| 291 |
+
"model.layers.26.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 292 |
+
"model.layers.26.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 293 |
+
"model.layers.26.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 294 |
+
"model.layers.26.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 295 |
+
"model.layers.26.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 296 |
+
"model.layers.26.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 297 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 298 |
+
"model.layers.26.shared_mlp.input_linear.weight": "model-00010-of-00014.safetensors",
|
| 299 |
+
"model.layers.26.shared_mlp.output_linear.weight": "model-00010-of-00014.safetensors",
|
| 300 |
+
"model.layers.27.block_sparse_moe.input_linear.weight": "model-00010-of-00014.safetensors",
|
| 301 |
+
"model.layers.27.block_sparse_moe.output_linear.weight": "model-00010-of-00014.safetensors",
|
| 302 |
+
"model.layers.27.block_sparse_moe.router.layer.weight": "model-00010-of-00014.safetensors",
|
| 303 |
+
"model.layers.27.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 304 |
+
"model.layers.27.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 305 |
+
"model.layers.27.mamba.D": "model-00010-of-00014.safetensors",
|
| 306 |
+
"model.layers.27.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 307 |
+
"model.layers.27.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 308 |
+
"model.layers.27.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 309 |
+
"model.layers.27.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 310 |
+
"model.layers.27.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 311 |
+
"model.layers.27.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 312 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 313 |
+
"model.layers.27.shared_mlp.input_linear.weight": "model-00010-of-00014.safetensors",
|
| 314 |
+
"model.layers.27.shared_mlp.output_linear.weight": "model-00010-of-00014.safetensors",
|
| 315 |
+
"model.layers.28.block_sparse_moe.input_linear.weight": "model-00010-of-00014.safetensors",
|
| 316 |
+
"model.layers.28.block_sparse_moe.output_linear.weight": "model-00010-of-00014.safetensors",
|
| 317 |
+
"model.layers.28.block_sparse_moe.router.layer.weight": "model-00010-of-00014.safetensors",
|
| 318 |
+
"model.layers.28.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 319 |
+
"model.layers.28.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 320 |
+
"model.layers.28.mamba.D": "model-00010-of-00014.safetensors",
|
| 321 |
+
"model.layers.28.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 322 |
+
"model.layers.28.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 323 |
+
"model.layers.28.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 324 |
+
"model.layers.28.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 325 |
+
"model.layers.28.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 326 |
+
"model.layers.28.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 327 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 328 |
+
"model.layers.28.shared_mlp.input_linear.weight": "model-00010-of-00014.safetensors",
|
| 329 |
+
"model.layers.28.shared_mlp.output_linear.weight": "model-00010-of-00014.safetensors",
|
| 330 |
+
"model.layers.29.block_sparse_moe.input_linear.weight": "model-00010-of-00014.safetensors",
|
| 331 |
+
"model.layers.29.block_sparse_moe.output_linear.weight": "model-00011-of-00014.safetensors",
|
| 332 |
+
"model.layers.29.block_sparse_moe.router.layer.weight": "model-00011-of-00014.safetensors",
|
| 333 |
+
"model.layers.29.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 334 |
+
"model.layers.29.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 335 |
+
"model.layers.29.mamba.D": "model-00011-of-00014.safetensors",
|
| 336 |
+
"model.layers.29.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 337 |
+
"model.layers.29.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 338 |
+
"model.layers.29.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 339 |
+
"model.layers.29.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 340 |
+
"model.layers.29.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 341 |
+
"model.layers.29.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 342 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 343 |
+
"model.layers.29.shared_mlp.input_linear.weight": "model-00011-of-00014.safetensors",
|
| 344 |
+
"model.layers.29.shared_mlp.output_linear.weight": "model-00011-of-00014.safetensors",
|
| 345 |
+
"model.layers.3.block_sparse_moe.input_linear.weight": "model-00002-of-00014.safetensors",
|
| 346 |
+
"model.layers.3.block_sparse_moe.output_linear.weight": "model-00002-of-00014.safetensors",
|
| 347 |
+
"model.layers.3.block_sparse_moe.router.layer.weight": "model-00002-of-00014.safetensors",
|
| 348 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 349 |
+
"model.layers.3.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 350 |
+
"model.layers.3.mamba.D": "model-00002-of-00014.safetensors",
|
| 351 |
+
"model.layers.3.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 352 |
+
"model.layers.3.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 353 |
+
"model.layers.3.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 354 |
+
"model.layers.3.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 355 |
+
"model.layers.3.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 356 |
+
"model.layers.3.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 357 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 358 |
+
"model.layers.3.shared_mlp.input_linear.weight": "model-00002-of-00014.safetensors",
|
| 359 |
+
"model.layers.3.shared_mlp.output_linear.weight": "model-00002-of-00014.safetensors",
|
| 360 |
+
"model.layers.30.block_sparse_moe.input_linear.weight": "model-00011-of-00014.safetensors",
|
| 361 |
+
"model.layers.30.block_sparse_moe.output_linear.weight": "model-00011-of-00014.safetensors",
|
| 362 |
+
"model.layers.30.block_sparse_moe.router.layer.weight": "model-00011-of-00014.safetensors",
|
| 363 |
+
"model.layers.30.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 364 |
+
"model.layers.30.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 365 |
+
"model.layers.30.mamba.D": "model-00011-of-00014.safetensors",
|
| 366 |
+
"model.layers.30.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 367 |
+
"model.layers.30.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 368 |
+
"model.layers.30.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 369 |
+
"model.layers.30.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 370 |
+
"model.layers.30.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 371 |
+
"model.layers.30.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 372 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 373 |
+
"model.layers.30.shared_mlp.input_linear.weight": "model-00011-of-00014.safetensors",
|
| 374 |
+
"model.layers.30.shared_mlp.output_linear.weight": "model-00011-of-00014.safetensors",
|
| 375 |
+
"model.layers.31.block_sparse_moe.input_linear.weight": "model-00011-of-00014.safetensors",
|
| 376 |
+
"model.layers.31.block_sparse_moe.output_linear.weight": "model-00011-of-00014.safetensors",
|
| 377 |
+
"model.layers.31.block_sparse_moe.router.layer.weight": "model-00011-of-00014.safetensors",
|
| 378 |
+
"model.layers.31.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 379 |
+
"model.layers.31.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 380 |
+
"model.layers.31.mamba.D": "model-00011-of-00014.safetensors",
|
| 381 |
+
"model.layers.31.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 382 |
+
"model.layers.31.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 383 |
+
"model.layers.31.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 384 |
+
"model.layers.31.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 385 |
+
"model.layers.31.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 386 |
+
"model.layers.31.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 387 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 388 |
+
"model.layers.31.shared_mlp.input_linear.weight": "model-00011-of-00014.safetensors",
|
| 389 |
+
"model.layers.31.shared_mlp.output_linear.weight": "model-00011-of-00014.safetensors",
|
| 390 |
+
"model.layers.32.block_sparse_moe.input_linear.weight": "model-00011-of-00014.safetensors",
|
| 391 |
+
"model.layers.32.block_sparse_moe.output_linear.weight": "model-00012-of-00014.safetensors",
|
| 392 |
+
"model.layers.32.block_sparse_moe.router.layer.weight": "model-00012-of-00014.safetensors",
|
| 393 |
+
"model.layers.32.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 394 |
+
"model.layers.32.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 395 |
+
"model.layers.32.mamba.D": "model-00012-of-00014.safetensors",
|
| 396 |
+
"model.layers.32.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 397 |
+
"model.layers.32.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 398 |
+
"model.layers.32.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 399 |
+
"model.layers.32.mamba.in_proj.weight": "model-00012-of-00014.safetensors",
|
| 400 |
+
"model.layers.32.mamba.norm.weight": "model-00012-of-00014.safetensors",
|
| 401 |
+
"model.layers.32.mamba.out_proj.weight": "model-00012-of-00014.safetensors",
|
| 402 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 403 |
+
"model.layers.32.shared_mlp.input_linear.weight": "model-00012-of-00014.safetensors",
|
| 404 |
+
"model.layers.32.shared_mlp.output_linear.weight": "model-00012-of-00014.safetensors",
|
| 405 |
+
"model.layers.33.block_sparse_moe.input_linear.weight": "model-00012-of-00014.safetensors",
|
| 406 |
+
"model.layers.33.block_sparse_moe.output_linear.weight": "model-00012-of-00014.safetensors",
|
| 407 |
+
"model.layers.33.block_sparse_moe.router.layer.weight": "model-00012-of-00014.safetensors",
|
| 408 |
+
"model.layers.33.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 409 |
+
"model.layers.33.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 410 |
+
"model.layers.33.mamba.D": "model-00012-of-00014.safetensors",
|
| 411 |
+
"model.layers.33.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 412 |
+
"model.layers.33.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 413 |
+
"model.layers.33.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 414 |
+
"model.layers.33.mamba.in_proj.weight": "model-00012-of-00014.safetensors",
|
| 415 |
+
"model.layers.33.mamba.norm.weight": "model-00012-of-00014.safetensors",
|
| 416 |
+
"model.layers.33.mamba.out_proj.weight": "model-00012-of-00014.safetensors",
|
| 417 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 418 |
+
"model.layers.33.shared_mlp.input_linear.weight": "model-00012-of-00014.safetensors",
|
| 419 |
+
"model.layers.33.shared_mlp.output_linear.weight": "model-00012-of-00014.safetensors",
|
| 420 |
+
"model.layers.34.block_sparse_moe.input_linear.weight": "model-00012-of-00014.safetensors",
|
| 421 |
+
"model.layers.34.block_sparse_moe.output_linear.weight": "model-00012-of-00014.safetensors",
|
| 422 |
+
"model.layers.34.block_sparse_moe.router.layer.weight": "model-00012-of-00014.safetensors",
|
| 423 |
+
"model.layers.34.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 424 |
+
"model.layers.34.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 425 |
+
"model.layers.34.mamba.D": "model-00012-of-00014.safetensors",
|
| 426 |
+
"model.layers.34.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 427 |
+
"model.layers.34.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 428 |
+
"model.layers.34.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 429 |
+
"model.layers.34.mamba.in_proj.weight": "model-00012-of-00014.safetensors",
|
| 430 |
+
"model.layers.34.mamba.norm.weight": "model-00012-of-00014.safetensors",
|
| 431 |
+
"model.layers.34.mamba.out_proj.weight": "model-00012-of-00014.safetensors",
|
| 432 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 433 |
+
"model.layers.34.shared_mlp.input_linear.weight": "model-00012-of-00014.safetensors",
|
| 434 |
+
"model.layers.34.shared_mlp.output_linear.weight": "model-00012-of-00014.safetensors",
|
| 435 |
+
"model.layers.35.block_sparse_moe.input_linear.weight": "model-00012-of-00014.safetensors",
|
| 436 |
+
"model.layers.35.block_sparse_moe.output_linear.weight": "model-00013-of-00014.safetensors",
|
| 437 |
+
"model.layers.35.block_sparse_moe.router.layer.weight": "model-00013-of-00014.safetensors",
|
| 438 |
+
"model.layers.35.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 439 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 440 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 441 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 442 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 443 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 444 |
+
"model.layers.35.shared_mlp.input_linear.weight": "model-00013-of-00014.safetensors",
|
| 445 |
+
"model.layers.35.shared_mlp.output_linear.weight": "model-00013-of-00014.safetensors",
|
| 446 |
+
"model.layers.36.block_sparse_moe.input_linear.weight": "model-00013-of-00014.safetensors",
|
| 447 |
+
"model.layers.36.block_sparse_moe.output_linear.weight": "model-00013-of-00014.safetensors",
|
| 448 |
+
"model.layers.36.block_sparse_moe.router.layer.weight": "model-00013-of-00014.safetensors",
|
| 449 |
+
"model.layers.36.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 450 |
+
"model.layers.36.mamba.A_log": "model-00013-of-00014.safetensors",
|
| 451 |
+
"model.layers.36.mamba.D": "model-00013-of-00014.safetensors",
|
| 452 |
+
"model.layers.36.mamba.conv1d.bias": "model-00013-of-00014.safetensors",
|
| 453 |
+
"model.layers.36.mamba.conv1d.weight": "model-00013-of-00014.safetensors",
|
| 454 |
+
"model.layers.36.mamba.dt_bias": "model-00013-of-00014.safetensors",
|
| 455 |
+
"model.layers.36.mamba.in_proj.weight": "model-00013-of-00014.safetensors",
|
| 456 |
+
"model.layers.36.mamba.norm.weight": "model-00013-of-00014.safetensors",
|
| 457 |
+
"model.layers.36.mamba.out_proj.weight": "model-00013-of-00014.safetensors",
|
| 458 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 459 |
+
"model.layers.36.shared_mlp.input_linear.weight": "model-00013-of-00014.safetensors",
|
| 460 |
+
"model.layers.36.shared_mlp.output_linear.weight": "model-00013-of-00014.safetensors",
|
| 461 |
+
"model.layers.37.block_sparse_moe.input_linear.weight": "model-00013-of-00014.safetensors",
|
| 462 |
+
"model.layers.37.block_sparse_moe.output_linear.weight": "model-00013-of-00014.safetensors",
|
| 463 |
+
"model.layers.37.block_sparse_moe.router.layer.weight": "model-00013-of-00014.safetensors",
|
| 464 |
+
"model.layers.37.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 465 |
+
"model.layers.37.mamba.A_log": "model-00013-of-00014.safetensors",
|
| 466 |
+
"model.layers.37.mamba.D": "model-00013-of-00014.safetensors",
|
| 467 |
+
"model.layers.37.mamba.conv1d.bias": "model-00013-of-00014.safetensors",
|
| 468 |
+
"model.layers.37.mamba.conv1d.weight": "model-00013-of-00014.safetensors",
|
| 469 |
+
"model.layers.37.mamba.dt_bias": "model-00013-of-00014.safetensors",
|
| 470 |
+
"model.layers.37.mamba.in_proj.weight": "model-00013-of-00014.safetensors",
|
| 471 |
+
"model.layers.37.mamba.norm.weight": "model-00013-of-00014.safetensors",
|
| 472 |
+
"model.layers.37.mamba.out_proj.weight": "model-00013-of-00014.safetensors",
|
| 473 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 474 |
+
"model.layers.37.shared_mlp.input_linear.weight": "model-00013-of-00014.safetensors",
|
| 475 |
+
"model.layers.37.shared_mlp.output_linear.weight": "model-00013-of-00014.safetensors",
|
| 476 |
+
"model.layers.38.block_sparse_moe.input_linear.weight": "model-00013-of-00014.safetensors",
|
| 477 |
+
"model.layers.38.block_sparse_moe.output_linear.weight": "model-00014-of-00014.safetensors",
|
| 478 |
+
"model.layers.38.block_sparse_moe.router.layer.weight": "model-00014-of-00014.safetensors",
|
| 479 |
+
"model.layers.38.input_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 480 |
+
"model.layers.38.mamba.A_log": "model-00014-of-00014.safetensors",
|
| 481 |
+
"model.layers.38.mamba.D": "model-00014-of-00014.safetensors",
|
| 482 |
+
"model.layers.38.mamba.conv1d.bias": "model-00014-of-00014.safetensors",
|
| 483 |
+
"model.layers.38.mamba.conv1d.weight": "model-00014-of-00014.safetensors",
|
| 484 |
+
"model.layers.38.mamba.dt_bias": "model-00014-of-00014.safetensors",
|
| 485 |
+
"model.layers.38.mamba.in_proj.weight": "model-00014-of-00014.safetensors",
|
| 486 |
+
"model.layers.38.mamba.norm.weight": "model-00014-of-00014.safetensors",
|
| 487 |
+
"model.layers.38.mamba.out_proj.weight": "model-00014-of-00014.safetensors",
|
| 488 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 489 |
+
"model.layers.38.shared_mlp.input_linear.weight": "model-00014-of-00014.safetensors",
|
| 490 |
+
"model.layers.38.shared_mlp.output_linear.weight": "model-00014-of-00014.safetensors",
|
| 491 |
+
"model.layers.39.block_sparse_moe.input_linear.weight": "model-00014-of-00014.safetensors",
|
| 492 |
+
"model.layers.39.block_sparse_moe.output_linear.weight": "model-00014-of-00014.safetensors",
|
| 493 |
+
"model.layers.39.block_sparse_moe.router.layer.weight": "model-00014-of-00014.safetensors",
|
| 494 |
+
"model.layers.39.input_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 495 |
+
"model.layers.39.mamba.A_log": "model-00014-of-00014.safetensors",
|
| 496 |
+
"model.layers.39.mamba.D": "model-00014-of-00014.safetensors",
|
| 497 |
+
"model.layers.39.mamba.conv1d.bias": "model-00014-of-00014.safetensors",
|
| 498 |
+
"model.layers.39.mamba.conv1d.weight": "model-00014-of-00014.safetensors",
|
| 499 |
+
"model.layers.39.mamba.dt_bias": "model-00014-of-00014.safetensors",
|
| 500 |
+
"model.layers.39.mamba.in_proj.weight": "model-00014-of-00014.safetensors",
|
| 501 |
+
"model.layers.39.mamba.norm.weight": "model-00014-of-00014.safetensors",
|
| 502 |
+
"model.layers.39.mamba.out_proj.weight": "model-00014-of-00014.safetensors",
|
| 503 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 504 |
+
"model.layers.39.shared_mlp.input_linear.weight": "model-00014-of-00014.safetensors",
|
| 505 |
+
"model.layers.39.shared_mlp.output_linear.weight": "model-00014-of-00014.safetensors",
|
| 506 |
+
"model.layers.4.block_sparse_moe.input_linear.weight": "model-00002-of-00014.safetensors",
|
| 507 |
+
"model.layers.4.block_sparse_moe.output_linear.weight": "model-00002-of-00014.safetensors",
|
| 508 |
+
"model.layers.4.block_sparse_moe.router.layer.weight": "model-00002-of-00014.safetensors",
|
| 509 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 510 |
+
"model.layers.4.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 511 |
+
"model.layers.4.mamba.D": "model-00002-of-00014.safetensors",
|
| 512 |
+
"model.layers.4.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 513 |
+
"model.layers.4.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 514 |
+
"model.layers.4.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 515 |
+
"model.layers.4.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 516 |
+
"model.layers.4.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 517 |
+
"model.layers.4.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 518 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 519 |
+
"model.layers.4.shared_mlp.input_linear.weight": "model-00002-of-00014.safetensors",
|
| 520 |
+
"model.layers.4.shared_mlp.output_linear.weight": "model-00002-of-00014.safetensors",
|
| 521 |
+
"model.layers.5.block_sparse_moe.input_linear.weight": "model-00002-of-00014.safetensors",
|
| 522 |
+
"model.layers.5.block_sparse_moe.output_linear.weight": "model-00003-of-00014.safetensors",
|
| 523 |
+
"model.layers.5.block_sparse_moe.router.layer.weight": "model-00003-of-00014.safetensors",
|
| 524 |
+
"model.layers.5.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 525 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 526 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 527 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 528 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 529 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 530 |
+
"model.layers.5.shared_mlp.input_linear.weight": "model-00003-of-00014.safetensors",
|
| 531 |
+
"model.layers.5.shared_mlp.output_linear.weight": "model-00003-of-00014.safetensors",
|
| 532 |
+
"model.layers.6.block_sparse_moe.input_linear.weight": "model-00003-of-00014.safetensors",
|
| 533 |
+
"model.layers.6.block_sparse_moe.output_linear.weight": "model-00003-of-00014.safetensors",
|
| 534 |
+
"model.layers.6.block_sparse_moe.router.layer.weight": "model-00003-of-00014.safetensors",
|
| 535 |
+
"model.layers.6.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 536 |
+
"model.layers.6.mamba.A_log": "model-00003-of-00014.safetensors",
|
| 537 |
+
"model.layers.6.mamba.D": "model-00003-of-00014.safetensors",
|
| 538 |
+
"model.layers.6.mamba.conv1d.bias": "model-00003-of-00014.safetensors",
|
| 539 |
+
"model.layers.6.mamba.conv1d.weight": "model-00003-of-00014.safetensors",
|
| 540 |
+
"model.layers.6.mamba.dt_bias": "model-00003-of-00014.safetensors",
|
| 541 |
+
"model.layers.6.mamba.in_proj.weight": "model-00003-of-00014.safetensors",
|
| 542 |
+
"model.layers.6.mamba.norm.weight": "model-00003-of-00014.safetensors",
|
| 543 |
+
"model.layers.6.mamba.out_proj.weight": "model-00003-of-00014.safetensors",
|
| 544 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 545 |
+
"model.layers.6.shared_mlp.input_linear.weight": "model-00003-of-00014.safetensors",
|
| 546 |
+
"model.layers.6.shared_mlp.output_linear.weight": "model-00003-of-00014.safetensors",
|
| 547 |
+
"model.layers.7.block_sparse_moe.input_linear.weight": "model-00003-of-00014.safetensors",
|
| 548 |
+
"model.layers.7.block_sparse_moe.output_linear.weight": "model-00003-of-00014.safetensors",
|
| 549 |
+
"model.layers.7.block_sparse_moe.router.layer.weight": "model-00003-of-00014.safetensors",
|
| 550 |
+
"model.layers.7.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 551 |
+
"model.layers.7.mamba.A_log": "model-00003-of-00014.safetensors",
|
| 552 |
+
"model.layers.7.mamba.D": "model-00003-of-00014.safetensors",
|
| 553 |
+
"model.layers.7.mamba.conv1d.bias": "model-00003-of-00014.safetensors",
|
| 554 |
+
"model.layers.7.mamba.conv1d.weight": "model-00003-of-00014.safetensors",
|
| 555 |
+
"model.layers.7.mamba.dt_bias": "model-00003-of-00014.safetensors",
|
| 556 |
+
"model.layers.7.mamba.in_proj.weight": "model-00003-of-00014.safetensors",
|
| 557 |
+
"model.layers.7.mamba.norm.weight": "model-00003-of-00014.safetensors",
|
| 558 |
+
"model.layers.7.mamba.out_proj.weight": "model-00003-of-00014.safetensors",
|
| 559 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 560 |
+
"model.layers.7.shared_mlp.input_linear.weight": "model-00003-of-00014.safetensors",
|
| 561 |
+
"model.layers.7.shared_mlp.output_linear.weight": "model-00003-of-00014.safetensors",
|
| 562 |
+
"model.layers.8.block_sparse_moe.input_linear.weight": "model-00003-of-00014.safetensors",
|
| 563 |
+
"model.layers.8.block_sparse_moe.output_linear.weight": "model-00004-of-00014.safetensors",
|
| 564 |
+
"model.layers.8.block_sparse_moe.router.layer.weight": "model-00004-of-00014.safetensors",
|
| 565 |
+
"model.layers.8.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 566 |
+
"model.layers.8.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 567 |
+
"model.layers.8.mamba.D": "model-00004-of-00014.safetensors",
|
| 568 |
+
"model.layers.8.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 569 |
+
"model.layers.8.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 570 |
+
"model.layers.8.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 571 |
+
"model.layers.8.mamba.in_proj.weight": "model-00004-of-00014.safetensors",
|
| 572 |
+
"model.layers.8.mamba.norm.weight": "model-00004-of-00014.safetensors",
|
| 573 |
+
"model.layers.8.mamba.out_proj.weight": "model-00004-of-00014.safetensors",
|
| 574 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 575 |
+
"model.layers.8.shared_mlp.input_linear.weight": "model-00004-of-00014.safetensors",
|
| 576 |
+
"model.layers.8.shared_mlp.output_linear.weight": "model-00004-of-00014.safetensors",
|
| 577 |
+
"model.layers.9.block_sparse_moe.input_linear.weight": "model-00004-of-00014.safetensors",
|
| 578 |
+
"model.layers.9.block_sparse_moe.output_linear.weight": "model-00004-of-00014.safetensors",
|
| 579 |
+
"model.layers.9.block_sparse_moe.router.layer.weight": "model-00004-of-00014.safetensors",
|
| 580 |
+
"model.layers.9.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 581 |
+
"model.layers.9.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 582 |
+
"model.layers.9.mamba.D": "model-00004-of-00014.safetensors",
|
| 583 |
+
"model.layers.9.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 584 |
+
"model.layers.9.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 585 |
+
"model.layers.9.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 586 |
+
"model.layers.9.mamba.in_proj.weight": "model-00004-of-00014.safetensors",
|
| 587 |
+
"model.layers.9.mamba.norm.weight": "model-00004-of-00014.safetensors",
|
| 588 |
+
"model.layers.9.mamba.out_proj.weight": "model-00004-of-00014.safetensors",
|
| 589 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 590 |
+
"model.layers.9.shared_mlp.input_linear.weight": "model-00004-of-00014.safetensors",
|
| 591 |
+
"model.layers.9.shared_mlp.output_linear.weight": "model-00004-of-00014.safetensors",
|
| 592 |
+
"model.norm.weight": "model-00014-of-00014.safetensors"
|
| 593 |
+
}
|
| 594 |
+
}
|
model.sig
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", "verificationMaterial": {"certificate": {"rawBytes": "MIIC5zCCAmygAwIBAgIUEU2p3VETGyNDZIvfF7PXO7wPapMwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjUwOTIwMTc1NjA3WhcNMjUwOTIwMTgwNjA3WjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE4plxzzt5gQMOqTWTfnyngoPtFe9qCWCQ2j0t6i/h7Vgiqr+lF4j3TIYCUiELqvMatM/oNDGDHJUx1hGt5tNgAaOCAYswggGHMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUCJ3ZIlAfJyoeVx8AwRY2gCfpsRcwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wJAYDVR0RAQH/BBowGIEWR3Jhbml0ZS12ZXJpZnlAaWJtLmNvbTA0BgorBgEEAYO/MAEBBCZodHRwczovL3NpZ3N0b3JlLnZlcmlmeS5pYm0uY29tL29hdXRoMjA2BgorBgEEAYO/MAEIBCgMJmh0dHBzOi8vc2lnc3RvcmUudmVyaWZ5LmlibS5jb20vb2F1dGgyMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGZaETbLwAABAMASDBGAiEAq1xMxVCjYq861XtnM48Isu3SnlTssVLJXf2VPi+YwegCIQC/+Ol9lBfxW2DYLMFf8MNWLvtfQXjRMjB0tUMhq+pVAjAKBggqhkjOPQQDAwNpADBmAjEAg2NXOs0tYYgIy3MTfrFFF+qhZoPs/UGcQkdYrw7eCkgVAo/7BZRDKYbiOsy5o+giAjEA/96tY0JMZQ8usEwNVcDXFVLl0wL4qFfLkKi53b4aTQQvwJBMWnUnGHFKuoPpYIZ2"}, "tlogEntries": [{"logIndex": "541452800", "logId": {"keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0="}, "kindVersion": {"kind": "dsse", "version": "0.0.1"}, "integratedTime": "1758390967", "inclusionPromise": {"signedEntryTimestamp": "MEQCIBvC12hWF8TviFIukAGZNbMCD3Tx/tf6B1ER1nBmsQmkAiBaUNZZtVBLyOUshBneejH8u7U8bT0cFaD6fFUax2DD8g=="}, "inclusionProof": {"logIndex": "419548538", "rootHash": "wlKXR54PophNQ/0UdItOEjggE4Nmv8UkqyyDMY4pgnM=", "treeSize": "419548542", "hashes": ["VcuY4YGz+KkkT4Ccx7q/BEl6oxfTHIqvrwbI/K2s2FY=", "j0JNU7rhktODpLk+vont42oa0wvrIkWw5Kay+SrXKGc=", "INKqHEp174nKSvCiseWXVoDBKrQ6jarI76ByNoNCaMI=", "0FZEs6wjS01FsYomBXDxvTPcOxq0xwiH9rnB4p2RU7Q=", "KLnGDMytH125BPEw6Fn+oFLord0AOBw67iPM4VyGBCQ=", "yTGpkKtsc1k6nxMqmzgOUnjOKVU7nBS7HUTor/VFqB8=", "p/KPnKxw2etfvLjISZ9cr7sTalQDSqwoc/q3WOiIPLU=", "7dR/rKibaeMoFV5/9gEqsCBJNQ62RkO1BwomAMgX7Mo=", "XnSkMXruXo+espDCVwTNIbxP5YGvL2EwtekWe7fQXXI=", "1dxXAViDba+WHBHwrLg823Mw+kRQ6CwBWab+1HnNraI=", "wjKMAVW/X4cC8VfboYc2Jxn9l72OJX/gQeNxWRSfRlM=", "Foyb9H1nNdEN/TGIleVYO4D5kxSFbF+ZK/iACXMKDUA=", "mdkuXA30wGxXi/WWqyaGXShcgt3T1yYW+lrsZLBFFuo=", "rO8wDSOjmY8VkspFqYaJS4TV5HxywICMlHM8gTxXkAA=", "1mfy94KpcItqshH9+gwqV6jccupcaMpVsF28New8zDY=", "vS7O4ozHIQZJWBiov+mkpI27GE8zAmVCEkRcP3NDyNE="], "checkpoint": {"envelope": "rekor.sigstore.dev - 1193050959916656506\n419548542\nwlKXR54PophNQ/0UdItOEjggE4Nmv8UkqyyDMY4pgnM=\n\n\u2014 rekor.sigstore.dev wNI9ajBGAiEAjO2Uzz0UVnH3teQh+RtJ9RLGQSARGAigGqpfi+NgLlACIQDwk9tZVH3hztqNTyMxNjfx+bqqOGGYLDPaBWXUePu8zA==\n"}}, "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiMTJiOTU0OTI1ODZjYzA3NjNhZDY1OTIzMDc5M2YxZDIwMmM0ODdmODMyY2ZhMTBiNmI1OTcxYWE4MTI4M2U2MyJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjBlNzFjYzZkZGRlZThmM2JmZTJmMjA3MzkxOGJjMjg3Y2E1ZTI4YTg2N2Q1MDNjMDE1OWVjNDc5ZmM3MmI3MjIifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVVQ0lRRHVuYjcvRGJuM2xueXdlQ0VZOURDNTc4S1FoUHkzUXpWdGNUK2Z6cTMwYVFJZ1pKRE1mR3NpUmhvaHF4YUhXSERIbWlaakMvSkwrdEQzcVY2bTNWNFdvY0U9IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMWVrTkRRVzE1WjBGM1NVSkJaMGxWUlZVeWNETldSVlJIZVU1RVdrbDJaa1kzVUZoUE4zZFFZWEJOZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwVmQwOVVTWGROVkdNeFRtcEJNMWRvWTA1TmFsVjNUMVJKZDAxVVozZE9ha0V6VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVTBjR3g0ZW5wME5XZFJUVTl4VkZkVVptNTVibWR2VUhSR1pUbHhRMWREVVRKcU1IUUtObWt2YURkV1oybHhjaXRzUmpScU0xUkpXVU5WYVVWTWNYWk5ZWFJOTDI5T1JFZEVTRXBWZURGb1IzUTFkRTVuUVdGUFEwRlpjM2RuWjBkSVRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVkRTak5hQ2tsc1FXWktlVzlsVm5nNFFYZFNXVEpuUTJad2MxSmpkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMHBCV1VSV1VqQlNRVkZJTDBKQ2IzZEhTVVZYVWpOS2FHSnRiREJhVXpFeVdsaEtjRnB1YkVGaFYwcDBURzFPZG1KVVFUQkNaMjl5UW1kRlJRcEJXVTh2VFVGRlFrSkRXbTlrU0ZKM1kzcHZka3d6VG5CYU0wNHdZak5LYkV4dVdteGpiV3h0WlZNMWNGbHRNSFZaTWpsMFRESTVhR1JZVW05TmFrRXlDa0puYjNKQ1owVkZRVmxQTDAxQlJVbENRMmROU20xb01HUklRbnBQYVRoMll6SnNibU16VW5aamJWVjFaRzFXZVdGWFdqVk1iV3hwWWxNMWFtSXlNSFlLWWpKR01XUkhaM2xOU1VkTVFtZHZja0puUlVWQlpGbzFRV2RSUTBKSU1FVmxkMEkxUVVoalFUTlVNSGRoYzJKSVJWUktha2RTTkdOdFYyTXpRWEZLU3dwWWNtcGxVRXN6TDJnMGNIbG5Remh3TjI4MFFVRkJSMXBoUlZSaVRIZEJRVUpCVFVGVFJFSkhRV2xGUVhFeGVFMTRWa05xV1hFNE5qRllkRzVOTkRoSkNuTjFNMU51YkZSemMxWk1TbGhtTWxaUWFTdFpkMlZuUTBsUlF5OHJUMnc1YkVKbWVGY3lSRmxNVFVabU9FMU9WMHgyZEdaUldHcFNUV3BDTUhSVlRXZ0tjU3R3VmtGcVFVdENaMmR4YUd0cVQxQlJVVVJCZDA1d1FVUkNiVUZxUlVGbk1rNVlUM013ZEZsWlowbDVNMDFVWm5KR1JrWXJjV2hhYjFCekwxVkhZd3BSYTJSWmNuYzNaVU5yWjFaQmJ5ODNRbHBTUkV0WlltbFBjM2sxYnl0bmFVRnFSVUV2T1RaMFdUQktUVnBST0hWelJYZE9WbU5FV0VaV1RHd3dkMHcwQ25GR1preHJTMmsxTTJJMFlWUlJVWFozU2tKTlYyNVZia2RJUmt0MWIxQndXVWxhTWdvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PSJ9XX19"}], "timestampVerificationData": {}}, "dsseEnvelope": {"payload": "ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YxIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiZ3Jhbml0ZS00LjAtaC1zbWFsbC1iYXNlIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogIjc2MmFmNWUwNmMwMzU3MmUxMWUyOTYwOWU1M2NjMjE0OTE2NzljYzZiNzY3NTRiZTBjYjg0MTI4NWZmZGRmMzIiCiAgICAgIH0KICAgIH0KICBdLAogICJwcmVkaWNhdGVUeXBlIjogImh0dHBzOi8vbW9kZWxfc2lnbmluZy9zaWduYXR1cmUvdjEuMCIsCiAgInByZWRpY2F0ZSI6IHsKICAgICJyZXNvdXJjZXMiOiBbCiAgICAgIHsKICAgICAgICAiZGlnZXN0IjogImQ5ZTNjNzE4MjhiZjVkNjdjNDk0YmVmOTE1NGNlN2EzZjY2ZGMyYjM4NTVkZjhhNWU0ZWUyYWQ0OWNhNzFmNzQiLAogICAgICAgICJuYW1lIjogImNvbmZpZy5qc29uIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIKICAgICAgfSwKICAgICAgewogICAgICAgICJkaWdlc3QiOiAiOTExN2ZiMDNmZWQ3OWRiYjQ1OTM3M2VkZWVmOWEzZWVjOTY2YmNlNTJhMTg0MmUwM2E2NzE2ZTgzMTE3ZjBkMSIsCiAgICAgICAgIm5hbWUiOiAiZ2VuZXJhdGlvbl9jb25maWcuanNvbiIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiZGlnZXN0IjogImI2ZmU0MjRlMzM0OTAzZjdmYjg0ZDNhMTA2ZDk3MzA0NTVmNDc0NGI5ZmUzYzIxZWUxMzZkOTdhMDBlNzI1MDIiLAogICAgICAgICJuYW1lIjogIm1lcmdlcy50eHQiLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImRpZ2VzdCI6ICIyMmNkYjk5NTU3NjQ4Nzk0MDRkMWNiYmQ3NDQ1MjBlYzUzYzc5ODZiZjljM2U3NjA1MzM3OTZlZDgxMzFhY2U0IiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAwMS1vZi0wMDAxNC5zYWZldGVuc29ycyIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiZGlnZXN0IjogImUxMWI0MDZlNDQ0ZGYwYmU2YzM0ZWViMmZkNDM1MjQ3OGE4YzUxMmI3ZTYzOTM0YjMxNjIxZDAyZjYxMTEyM2MiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDAyLW9mLTAwMDE0LnNhZmV0ZW5zb3JzIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIKICAgICAgfSwKICAgICAgewogICAgICAgICJkaWdlc3QiOiAiMWMxNTlkYWJmNmFjYzUzNzYzOTM1YTAzNDM1ZmQxM2Q2ZTM0ZmRjZDhkNWFhY2RmYzg3ZjZmNDVjMGNiOTRmNCIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMDMtb2YtMDAwMTQuc2FmZXRlbnNvcnMiLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImRpZ2VzdCI6ICJmNTZkYjJkOTkxMDYxOWFkZWNlNzEwY2NlNDg4YWIxODA5YWFjMTUyMjc0ZDFiOWM0NjkyNDZiYzRjMDEzYWQ5IiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAwNC1vZi0wMDAxNC5zYWZldGVuc29ycyIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiZGlnZXN0IjogIjA0M2JmMTZiMDA0Y2I3YTgzN2FlZWE3ODA1NzM2OTQwZjY3NzhmN2Y5ZWFkYThjZWIwMjA5MDg2YzAyMmExYzQiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDA1LW9mLTAwMDE0LnNhZmV0ZW5zb3JzIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIKICAgICAgfSwKICAgICAgewogICAgICAgICJkaWdlc3QiOiAiOTczOTAyOWNhOThjYmFiNjAzOGZlYjhkY2MwYjA1ODgzYzBiYTk5NGFhYmExZDI0YzRiYWRlMDhmNGI4YmVjZSIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMDYtb2YtMDAwMTQuc2FmZXRlbnNvcnMiLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImRpZ2VzdCI6ICI2OTIzODkyZTUwZGVkODA3MDczNWNlYzQ1NTA4YTU1NjQwMDM5ZjNlM2YwMWVjZTNkNmYzMjJjZThkYjU1ZjIwIiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAwNy1vZi0wMDAxNC5zYWZldGVuc29ycyIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiZGlnZXN0IjogIjE1ZTFhODYyZmI5NjkzZjZkMDBjYTA3ZjM4MTkyMzkzZGQyY2IxYTQxM2JmZGIzZGU1ZTFiNTdlZmMyZGFmYjMiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDA4LW9mLTAwMDE0LnNhZmV0ZW5zb3JzIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIKICAgICAgfSwKICAgICAgewogICAgICAgICJkaWdlc3QiOiAiN2MwNGI1NWQ2NjIzNmQxZTU5OTViYjE2ZThkZjAzZmRmNGZkNmY2MzAyZWM2OTMxMzZmNjAxYTI1MzQxNzc0NCIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMDktb2YtMDAwMTQuc2FmZXRlbnNvcnMiLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImRpZ2VzdCI6ICJmNmNkNTA2M2ZiYjc3Zjk2YTQ0ODA1ZjVjNzhmYzViOGNmZDgwYjgyZDFlOWY1MjJkM2RiNGM3NzAzZTRiNTYwIiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAxMC1vZi0wMDAxNC5zYWZldGVuc29ycyIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiZGlnZXN0IjogImNhNDA2YzhmM2RhNThmMjZiN2UyNDMwMDlmMWJkMWZhODViM2MzNDMyODkwNzEyOTQwMzM1ZDljNTYwYmQ2NGIiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDExLW9mLTAwMDE0LnNhZmV0ZW5zb3JzIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIKICAgICAgfSwKICAgICAgewogICAgICAgICJkaWdlc3QiOiAiOWQ0ZWYyOThmMDRlOGI0NGEyYTI0NjdhOWQwNjQ2YmI0ZGFiMjYwNWM1ZjI2NjJlOThlZjFmYTYyYWFhZjZlOCIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMTItb2YtMDAwMTQuc2FmZXRlbnNvcnMiLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImRpZ2VzdCI6ICJkNTA4MjE5ZTM3OGNkZWMzZWNjOTJkMmNjOWM4M2EyYTc2ODhjZDRiNWIwMzA1ZTZkMzhjOGFkZDlhOTNhNGVjIiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAxMy1vZi0wMDAxNC5zYWZldGVuc29ycyIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiZGlnZXN0IjogImQyOTkyNzllZjRhMDRkMTJjMzllMjIzY2IyYTEzOGRmMGM4MGNiNDMzZmIyNTA5MTIzNTliYWY3MGE4OWQwYTgiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDE0LW9mLTAwMDE0LnNhZmV0ZW5zb3JzIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIKICAgICAgfSwKICAgICAgewogICAgICAgICJkaWdlc3QiOiAiNjI4NGIxOWI2ZjViOGZlNzg1MDI3NDA2ZmRhZmU2OGViNWVlZjgyNDY2NzUzNWFjZTgyYjMwYmFkNjg0MTU2MyIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwuc2FmZXRlbnNvcnMuaW5kZXguanNvbiIsCiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiZGlnZXN0IjogImMwODY3NmM0OWZkNzk2OWEzMTMwZjcyYmU2ZDRiZjM0ZGE2NmFhNDg0YTZlMjFkZmZlMzU5ODkzYTFiZDVmMmUiLAogICAgICAgICJuYW1lIjogInNwZWNpYWxfdG9rZW5zX21hcC5qc29uIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIKICAgICAgfSwKICAgICAgewogICAgICAgICJkaWdlc3QiOiAiZTJiYWQ2NjQzOTUzOGNiNGQ1YTc1ODA2ODA5MzI0MzJlZDllY2U5ZDNiODU3N2U2NzU1MTJiZGYxMTU5OTI1MyIsCiAgICAgICAgIm5hbWUiOiAidG9rZW5pemVyLmpzb24iLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImRpZ2VzdCI6ICJlMmJhZDY2NDM5NTM4Y2I0ZDVhNzU4MDY4MDkzMjQzMmVkOWVjZTlkM2I4NTc3ZTY3NTUxMmJkZjExNTk5MjUzIiwKICAgICAgICAibmFtZSI6ICJ0b2tlbml6ZXJfY29uZmlnLmpzb24iLAogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImRpZ2VzdCI6ICI4YWY3MTA3NmRlOGIwYjYyNmVlZDBmNGM5ODRmYWYwYTdjMDYyNDc5MTY0YjJhMzEzMDhhOTQ4NTI0ZDRmNjljIiwKICAgICAgICAibmFtZSI6ICJ2b2NhYi5qc29uIiwKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIKICAgICAgfQogICAgXSwKICAgICJzZXJpYWxpemF0aW9uIjogewogICAgICAiaGFzaF90eXBlIjogInNoYTI1NiIsCiAgICAgICJtZXRob2QiOiAiZmlsZXMiLAogICAgICAiYWxsb3dfc3ltbGlua3MiOiBmYWxzZQogICAgfQogIH0KfQ==", "payloadType": "application/vnd.in-toto+json", "signatures": [{"sig": "MEUCIQDunb7/Dbn3lnyweCEY9DC578KQhPy3QzVtcT+fzq30aQIgZJDMfGsiRhohqxaHWHDHmiZjC/JL+tD3qV6m3V4WocE="}]}}
|
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
|
|
|