Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- chat_template.jinja +4 -0
- config.json +64 -0
- generation_config.json +7 -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 +1234 -0
- special_tokens_map.json +868 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{{bos_token}}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
|
| 2 |
+
' + message['content'] + '<|im_end|>' + '
|
| 3 |
+
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
|
| 4 |
+
' }}{% endif %}
|
config.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FalconH1ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"attention_in_multiplier": 1.0,
|
| 8 |
+
"attention_out_multiplier": 0.0375,
|
| 9 |
+
"attn_layer_indices": null,
|
| 10 |
+
"bos_token_id": 1,
|
| 11 |
+
"embedding_multiplier": 5.656854249492381,
|
| 12 |
+
"eos_token_id": 11,
|
| 13 |
+
"head_dim": 128,
|
| 14 |
+
"hidden_act": "silu",
|
| 15 |
+
"hidden_size": 5120,
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"intermediate_size": 21504,
|
| 18 |
+
"key_multiplier": 0.011048543456039804,
|
| 19 |
+
"lm_head_multiplier": 0.0078125,
|
| 20 |
+
"mamba_chunk_size": 128,
|
| 21 |
+
"mamba_conv_bias": true,
|
| 22 |
+
"mamba_d_conv": 4,
|
| 23 |
+
"mamba_d_head": 128,
|
| 24 |
+
"mamba_d_ssm": 4096,
|
| 25 |
+
"mamba_d_state": 256,
|
| 26 |
+
"mamba_expand": 2,
|
| 27 |
+
"mamba_n_groups": 2,
|
| 28 |
+
"mamba_n_heads": 32,
|
| 29 |
+
"mamba_norm_before_gate": false,
|
| 30 |
+
"mamba_proj_bias": false,
|
| 31 |
+
"mamba_rms_norm": true,
|
| 32 |
+
"mamba_use_mlp": true,
|
| 33 |
+
"max_position_embeddings": 262144,
|
| 34 |
+
"mlp_bias": false,
|
| 35 |
+
"mlp_expansion_factor": 8,
|
| 36 |
+
"mlp_multipliers": [
|
| 37 |
+
0.1767766952966369,
|
| 38 |
+
0.011160714285714284
|
| 39 |
+
],
|
| 40 |
+
"model_type": "falcon_h1",
|
| 41 |
+
"num_attention_heads": 20,
|
| 42 |
+
"num_hidden_layers": 72,
|
| 43 |
+
"num_key_value_heads": 4,
|
| 44 |
+
"num_logits_to_keep": 1,
|
| 45 |
+
"pad_token_id": 0,
|
| 46 |
+
"projectors_bias": false,
|
| 47 |
+
"rms_norm_eps": 1e-05,
|
| 48 |
+
"rope_scaling": null,
|
| 49 |
+
"rope_theta": 100000000000.0,
|
| 50 |
+
"ssm_in_multiplier": 0.25,
|
| 51 |
+
"ssm_multipliers": [
|
| 52 |
+
0.3535533905932738,
|
| 53 |
+
0.25,
|
| 54 |
+
0.1767766952966369,
|
| 55 |
+
0.5,
|
| 56 |
+
0.3535533905932738
|
| 57 |
+
],
|
| 58 |
+
"ssm_out_multiplier": 0.08838834764831845,
|
| 59 |
+
"tie_word_embeddings": false,
|
| 60 |
+
"torch_dtype": "bfloat16",
|
| 61 |
+
"transformers_version": "4.52.0.dev0",
|
| 62 |
+
"use_cache": true,
|
| 63 |
+
"vocab_size": 261120
|
| 64 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 11,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.52.0.dev0"
|
| 7 |
+
}
|
model-00001-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7f65511e8cbe97ab71c5559d0439f4e8617f61d1d582859a117e2848de01825
|
| 3 |
+
size 4834755040
|
model-00002-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6b35f6360a24044527bdd34ef815ac781fef4190fea3d0423edaf5c3efb79f2
|
| 3 |
+
size 4941250728
|
model-00003-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe5f3b8d7605912df3875a48ac7bb2d8185568657a7acf4bbc3d966a4cec090f
|
| 3 |
+
size 4941250792
|
model-00004-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f496630e1fb3b591140301090663a5491e968b0104d00012060c1fed7eeaf702
|
| 3 |
+
size 4961865088
|
model-00005-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ac2f8064d492ed029d77c22513f709c13cbd8eee56b08a34e9f25aca69b2cf5
|
| 3 |
+
size 4941198896
|
model-00006-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b5489b7b916b853cb91db402cf16e284b4f299c70d662f870366fe1f0cda142
|
| 3 |
+
size 4941250824
|
model-00007-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d736b86dc9ceea9709b95a69cf8e1352b0f59b854afb8e95e00eca46624b0f4
|
| 3 |
+
size 4941250824
|
model-00008-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e54bc98d465f5d2d759101f303ea366c3834819183986501bfdf4a5e8db10d9
|
| 3 |
+
size 4961865088
|
model-00009-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a36a79d9b9bea91f939e5c7dad8ddf6632d04a36d3b4beeed45f68e611efcbc3
|
| 3 |
+
size 4941198896
|
model-00010-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd595c28210763961ed7b5b78c6c9749c7cb657d939c8fb49bd48002e2c72f95
|
| 3 |
+
size 4941250824
|
model-00011-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22b74c7385c4a36c00335be677bd41363199748d7f1abd68b6987d1a5190d5a0
|
| 3 |
+
size 4941250824
|
model-00012-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62c505320c967e9e6e3c113defe48221d53e8a87c596404589608fd560c0a974
|
| 3 |
+
size 4961865088
|
model-00013-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6a79d991f5b5dee2f36a6beb3197dd9fc7f90e8678589039f8f2918389afec9
|
| 3 |
+
size 4941198896
|
model-00014-of-00014.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8e1183cf09a7966189cc85b26b197e8a934ad143db829f9cfba6e80f1eadccb
|
| 3 |
+
size 3093719088
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,1234 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 67285032448
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00014-of-00014.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00014.safetensors",
|
| 8 |
+
"model.final_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 9 |
+
"model.layers.0.feed_forward.down_proj.weight": "model-00001-of-00014.safetensors",
|
| 10 |
+
"model.layers.0.feed_forward.gate_proj.weight": "model-00001-of-00014.safetensors",
|
| 11 |
+
"model.layers.0.feed_forward.up_proj.weight": "model-00001-of-00014.safetensors",
|
| 12 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 13 |
+
"model.layers.0.mamba.A_log": "model-00001-of-00014.safetensors",
|
| 14 |
+
"model.layers.0.mamba.D": "model-00001-of-00014.safetensors",
|
| 15 |
+
"model.layers.0.mamba.conv1d.bias": "model-00001-of-00014.safetensors",
|
| 16 |
+
"model.layers.0.mamba.conv1d.weight": "model-00001-of-00014.safetensors",
|
| 17 |
+
"model.layers.0.mamba.dt_bias": "model-00001-of-00014.safetensors",
|
| 18 |
+
"model.layers.0.mamba.in_proj.weight": "model-00001-of-00014.safetensors",
|
| 19 |
+
"model.layers.0.mamba.norm.weight": "model-00001-of-00014.safetensors",
|
| 20 |
+
"model.layers.0.mamba.out_proj.weight": "model-00001-of-00014.safetensors",
|
| 21 |
+
"model.layers.0.pre_ff_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 22 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
| 23 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
| 24 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
| 25 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
| 26 |
+
"model.layers.1.feed_forward.down_proj.weight": "model-00001-of-00014.safetensors",
|
| 27 |
+
"model.layers.1.feed_forward.gate_proj.weight": "model-00001-of-00014.safetensors",
|
| 28 |
+
"model.layers.1.feed_forward.up_proj.weight": "model-00001-of-00014.safetensors",
|
| 29 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 30 |
+
"model.layers.1.mamba.A_log": "model-00001-of-00014.safetensors",
|
| 31 |
+
"model.layers.1.mamba.D": "model-00001-of-00014.safetensors",
|
| 32 |
+
"model.layers.1.mamba.conv1d.bias": "model-00001-of-00014.safetensors",
|
| 33 |
+
"model.layers.1.mamba.conv1d.weight": "model-00001-of-00014.safetensors",
|
| 34 |
+
"model.layers.1.mamba.dt_bias": "model-00001-of-00014.safetensors",
|
| 35 |
+
"model.layers.1.mamba.in_proj.weight": "model-00001-of-00014.safetensors",
|
| 36 |
+
"model.layers.1.mamba.norm.weight": "model-00001-of-00014.safetensors",
|
| 37 |
+
"model.layers.1.mamba.out_proj.weight": "model-00001-of-00014.safetensors",
|
| 38 |
+
"model.layers.1.pre_ff_layernorm.weight": "model-00001-of-00014.safetensors",
|
| 39 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00014.safetensors",
|
| 40 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00014.safetensors",
|
| 41 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00014.safetensors",
|
| 42 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00014.safetensors",
|
| 43 |
+
"model.layers.10.feed_forward.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 44 |
+
"model.layers.10.feed_forward.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 45 |
+
"model.layers.10.feed_forward.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 46 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 47 |
+
"model.layers.10.mamba.A_log": "model-00003-of-00014.safetensors",
|
| 48 |
+
"model.layers.10.mamba.D": "model-00003-of-00014.safetensors",
|
| 49 |
+
"model.layers.10.mamba.conv1d.bias": "model-00003-of-00014.safetensors",
|
| 50 |
+
"model.layers.10.mamba.conv1d.weight": "model-00003-of-00014.safetensors",
|
| 51 |
+
"model.layers.10.mamba.dt_bias": "model-00003-of-00014.safetensors",
|
| 52 |
+
"model.layers.10.mamba.in_proj.weight": "model-00003-of-00014.safetensors",
|
| 53 |
+
"model.layers.10.mamba.norm.weight": "model-00003-of-00014.safetensors",
|
| 54 |
+
"model.layers.10.mamba.out_proj.weight": "model-00003-of-00014.safetensors",
|
| 55 |
+
"model.layers.10.pre_ff_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 56 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 57 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 58 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 59 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 60 |
+
"model.layers.11.feed_forward.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 61 |
+
"model.layers.11.feed_forward.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 62 |
+
"model.layers.11.feed_forward.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 63 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 64 |
+
"model.layers.11.mamba.A_log": "model-00003-of-00014.safetensors",
|
| 65 |
+
"model.layers.11.mamba.D": "model-00003-of-00014.safetensors",
|
| 66 |
+
"model.layers.11.mamba.conv1d.bias": "model-00003-of-00014.safetensors",
|
| 67 |
+
"model.layers.11.mamba.conv1d.weight": "model-00003-of-00014.safetensors",
|
| 68 |
+
"model.layers.11.mamba.dt_bias": "model-00003-of-00014.safetensors",
|
| 69 |
+
"model.layers.11.mamba.in_proj.weight": "model-00003-of-00014.safetensors",
|
| 70 |
+
"model.layers.11.mamba.norm.weight": "model-00003-of-00014.safetensors",
|
| 71 |
+
"model.layers.11.mamba.out_proj.weight": "model-00003-of-00014.safetensors",
|
| 72 |
+
"model.layers.11.pre_ff_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 73 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 74 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 75 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 76 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 77 |
+
"model.layers.12.feed_forward.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 78 |
+
"model.layers.12.feed_forward.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 79 |
+
"model.layers.12.feed_forward.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 80 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 81 |
+
"model.layers.12.mamba.A_log": "model-00003-of-00014.safetensors",
|
| 82 |
+
"model.layers.12.mamba.D": "model-00003-of-00014.safetensors",
|
| 83 |
+
"model.layers.12.mamba.conv1d.bias": "model-00003-of-00014.safetensors",
|
| 84 |
+
"model.layers.12.mamba.conv1d.weight": "model-00003-of-00014.safetensors",
|
| 85 |
+
"model.layers.12.mamba.dt_bias": "model-00003-of-00014.safetensors",
|
| 86 |
+
"model.layers.12.mamba.in_proj.weight": "model-00003-of-00014.safetensors",
|
| 87 |
+
"model.layers.12.mamba.norm.weight": "model-00003-of-00014.safetensors",
|
| 88 |
+
"model.layers.12.mamba.out_proj.weight": "model-00003-of-00014.safetensors",
|
| 89 |
+
"model.layers.12.pre_ff_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 90 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 91 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 92 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 93 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 94 |
+
"model.layers.13.feed_forward.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 95 |
+
"model.layers.13.feed_forward.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 96 |
+
"model.layers.13.feed_forward.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 97 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 98 |
+
"model.layers.13.mamba.A_log": "model-00003-of-00014.safetensors",
|
| 99 |
+
"model.layers.13.mamba.D": "model-00003-of-00014.safetensors",
|
| 100 |
+
"model.layers.13.mamba.conv1d.bias": "model-00003-of-00014.safetensors",
|
| 101 |
+
"model.layers.13.mamba.conv1d.weight": "model-00003-of-00014.safetensors",
|
| 102 |
+
"model.layers.13.mamba.dt_bias": "model-00003-of-00014.safetensors",
|
| 103 |
+
"model.layers.13.mamba.in_proj.weight": "model-00003-of-00014.safetensors",
|
| 104 |
+
"model.layers.13.mamba.norm.weight": "model-00003-of-00014.safetensors",
|
| 105 |
+
"model.layers.13.mamba.out_proj.weight": "model-00003-of-00014.safetensors",
|
| 106 |
+
"model.layers.13.pre_ff_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 107 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 108 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 109 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 110 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 111 |
+
"model.layers.14.feed_forward.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 112 |
+
"model.layers.14.feed_forward.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 113 |
+
"model.layers.14.feed_forward.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 114 |
+
"model.layers.14.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 115 |
+
"model.layers.14.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 116 |
+
"model.layers.14.mamba.D": "model-00004-of-00014.safetensors",
|
| 117 |
+
"model.layers.14.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 118 |
+
"model.layers.14.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 119 |
+
"model.layers.14.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 120 |
+
"model.layers.14.mamba.in_proj.weight": "model-00004-of-00014.safetensors",
|
| 121 |
+
"model.layers.14.mamba.norm.weight": "model-00004-of-00014.safetensors",
|
| 122 |
+
"model.layers.14.mamba.out_proj.weight": "model-00004-of-00014.safetensors",
|
| 123 |
+
"model.layers.14.pre_ff_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 124 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 125 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 126 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 127 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 128 |
+
"model.layers.15.feed_forward.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 129 |
+
"model.layers.15.feed_forward.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 130 |
+
"model.layers.15.feed_forward.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 131 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 132 |
+
"model.layers.15.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 133 |
+
"model.layers.15.mamba.D": "model-00004-of-00014.safetensors",
|
| 134 |
+
"model.layers.15.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 135 |
+
"model.layers.15.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 136 |
+
"model.layers.15.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 137 |
+
"model.layers.15.mamba.in_proj.weight": "model-00004-of-00014.safetensors",
|
| 138 |
+
"model.layers.15.mamba.norm.weight": "model-00004-of-00014.safetensors",
|
| 139 |
+
"model.layers.15.mamba.out_proj.weight": "model-00004-of-00014.safetensors",
|
| 140 |
+
"model.layers.15.pre_ff_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 141 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 142 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 143 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 144 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 145 |
+
"model.layers.16.feed_forward.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 146 |
+
"model.layers.16.feed_forward.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 147 |
+
"model.layers.16.feed_forward.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 148 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 149 |
+
"model.layers.16.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 150 |
+
"model.layers.16.mamba.D": "model-00004-of-00014.safetensors",
|
| 151 |
+
"model.layers.16.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 152 |
+
"model.layers.16.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 153 |
+
"model.layers.16.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 154 |
+
"model.layers.16.mamba.in_proj.weight": "model-00004-of-00014.safetensors",
|
| 155 |
+
"model.layers.16.mamba.norm.weight": "model-00004-of-00014.safetensors",
|
| 156 |
+
"model.layers.16.mamba.out_proj.weight": "model-00004-of-00014.safetensors",
|
| 157 |
+
"model.layers.16.pre_ff_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 158 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 159 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 160 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 161 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 162 |
+
"model.layers.17.feed_forward.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 163 |
+
"model.layers.17.feed_forward.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 164 |
+
"model.layers.17.feed_forward.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 165 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 166 |
+
"model.layers.17.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 167 |
+
"model.layers.17.mamba.D": "model-00004-of-00014.safetensors",
|
| 168 |
+
"model.layers.17.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 169 |
+
"model.layers.17.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 170 |
+
"model.layers.17.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 171 |
+
"model.layers.17.mamba.in_proj.weight": "model-00004-of-00014.safetensors",
|
| 172 |
+
"model.layers.17.mamba.norm.weight": "model-00004-of-00014.safetensors",
|
| 173 |
+
"model.layers.17.mamba.out_proj.weight": "model-00004-of-00014.safetensors",
|
| 174 |
+
"model.layers.17.pre_ff_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 175 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 176 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 177 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 178 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 179 |
+
"model.layers.18.feed_forward.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 180 |
+
"model.layers.18.feed_forward.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 181 |
+
"model.layers.18.feed_forward.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 182 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 183 |
+
"model.layers.18.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 184 |
+
"model.layers.18.mamba.D": "model-00004-of-00014.safetensors",
|
| 185 |
+
"model.layers.18.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 186 |
+
"model.layers.18.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 187 |
+
"model.layers.18.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 188 |
+
"model.layers.18.mamba.in_proj.weight": "model-00004-of-00014.safetensors",
|
| 189 |
+
"model.layers.18.mamba.norm.weight": "model-00004-of-00014.safetensors",
|
| 190 |
+
"model.layers.18.mamba.out_proj.weight": "model-00004-of-00014.safetensors",
|
| 191 |
+
"model.layers.18.pre_ff_layernorm.weight": "model-00004-of-00014.safetensors",
|
| 192 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00014.safetensors",
|
| 193 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00014.safetensors",
|
| 194 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00014.safetensors",
|
| 195 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00014.safetensors",
|
| 196 |
+
"model.layers.19.feed_forward.down_proj.weight": "model-00004-of-00014.safetensors",
|
| 197 |
+
"model.layers.19.feed_forward.gate_proj.weight": "model-00004-of-00014.safetensors",
|
| 198 |
+
"model.layers.19.feed_forward.up_proj.weight": "model-00004-of-00014.safetensors",
|
| 199 |
+
"model.layers.19.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 200 |
+
"model.layers.19.mamba.A_log": "model-00004-of-00014.safetensors",
|
| 201 |
+
"model.layers.19.mamba.D": "model-00004-of-00014.safetensors",
|
| 202 |
+
"model.layers.19.mamba.conv1d.bias": "model-00004-of-00014.safetensors",
|
| 203 |
+
"model.layers.19.mamba.conv1d.weight": "model-00004-of-00014.safetensors",
|
| 204 |
+
"model.layers.19.mamba.dt_bias": "model-00004-of-00014.safetensors",
|
| 205 |
+
"model.layers.19.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 206 |
+
"model.layers.19.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 207 |
+
"model.layers.19.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 208 |
+
"model.layers.19.pre_ff_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 209 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 210 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 211 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 212 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 213 |
+
"model.layers.2.feed_forward.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 214 |
+
"model.layers.2.feed_forward.gate_proj.weight": "model-00001-of-00014.safetensors",
|
| 215 |
+
"model.layers.2.feed_forward.up_proj.weight": "model-00001-of-00014.safetensors",
|
| 216 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 217 |
+
"model.layers.2.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 218 |
+
"model.layers.2.mamba.D": "model-00002-of-00014.safetensors",
|
| 219 |
+
"model.layers.2.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 220 |
+
"model.layers.2.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 221 |
+
"model.layers.2.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 222 |
+
"model.layers.2.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 223 |
+
"model.layers.2.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 224 |
+
"model.layers.2.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 225 |
+
"model.layers.2.pre_ff_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 226 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 227 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 228 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 229 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 230 |
+
"model.layers.20.feed_forward.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 231 |
+
"model.layers.20.feed_forward.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 232 |
+
"model.layers.20.feed_forward.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 233 |
+
"model.layers.20.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 234 |
+
"model.layers.20.mamba.A_log": "model-00005-of-00014.safetensors",
|
| 235 |
+
"model.layers.20.mamba.D": "model-00005-of-00014.safetensors",
|
| 236 |
+
"model.layers.20.mamba.conv1d.bias": "model-00005-of-00014.safetensors",
|
| 237 |
+
"model.layers.20.mamba.conv1d.weight": "model-00005-of-00014.safetensors",
|
| 238 |
+
"model.layers.20.mamba.dt_bias": "model-00005-of-00014.safetensors",
|
| 239 |
+
"model.layers.20.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 240 |
+
"model.layers.20.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 241 |
+
"model.layers.20.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 242 |
+
"model.layers.20.pre_ff_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 243 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 244 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 245 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 246 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 247 |
+
"model.layers.21.feed_forward.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 248 |
+
"model.layers.21.feed_forward.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 249 |
+
"model.layers.21.feed_forward.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 250 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 251 |
+
"model.layers.21.mamba.A_log": "model-00005-of-00014.safetensors",
|
| 252 |
+
"model.layers.21.mamba.D": "model-00005-of-00014.safetensors",
|
| 253 |
+
"model.layers.21.mamba.conv1d.bias": "model-00005-of-00014.safetensors",
|
| 254 |
+
"model.layers.21.mamba.conv1d.weight": "model-00005-of-00014.safetensors",
|
| 255 |
+
"model.layers.21.mamba.dt_bias": "model-00005-of-00014.safetensors",
|
| 256 |
+
"model.layers.21.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 257 |
+
"model.layers.21.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 258 |
+
"model.layers.21.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 259 |
+
"model.layers.21.pre_ff_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 260 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 261 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 262 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 263 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 264 |
+
"model.layers.22.feed_forward.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 265 |
+
"model.layers.22.feed_forward.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 266 |
+
"model.layers.22.feed_forward.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 267 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 268 |
+
"model.layers.22.mamba.A_log": "model-00005-of-00014.safetensors",
|
| 269 |
+
"model.layers.22.mamba.D": "model-00005-of-00014.safetensors",
|
| 270 |
+
"model.layers.22.mamba.conv1d.bias": "model-00005-of-00014.safetensors",
|
| 271 |
+
"model.layers.22.mamba.conv1d.weight": "model-00005-of-00014.safetensors",
|
| 272 |
+
"model.layers.22.mamba.dt_bias": "model-00005-of-00014.safetensors",
|
| 273 |
+
"model.layers.22.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 274 |
+
"model.layers.22.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 275 |
+
"model.layers.22.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 276 |
+
"model.layers.22.pre_ff_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 277 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 278 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 279 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 280 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 281 |
+
"model.layers.23.feed_forward.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 282 |
+
"model.layers.23.feed_forward.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 283 |
+
"model.layers.23.feed_forward.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 284 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 285 |
+
"model.layers.23.mamba.A_log": "model-00005-of-00014.safetensors",
|
| 286 |
+
"model.layers.23.mamba.D": "model-00005-of-00014.safetensors",
|
| 287 |
+
"model.layers.23.mamba.conv1d.bias": "model-00005-of-00014.safetensors",
|
| 288 |
+
"model.layers.23.mamba.conv1d.weight": "model-00005-of-00014.safetensors",
|
| 289 |
+
"model.layers.23.mamba.dt_bias": "model-00005-of-00014.safetensors",
|
| 290 |
+
"model.layers.23.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 291 |
+
"model.layers.23.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 292 |
+
"model.layers.23.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 293 |
+
"model.layers.23.pre_ff_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 294 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 295 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 296 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 297 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 298 |
+
"model.layers.24.feed_forward.down_proj.weight": "model-00005-of-00014.safetensors",
|
| 299 |
+
"model.layers.24.feed_forward.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 300 |
+
"model.layers.24.feed_forward.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 301 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 302 |
+
"model.layers.24.mamba.A_log": "model-00005-of-00014.safetensors",
|
| 303 |
+
"model.layers.24.mamba.D": "model-00005-of-00014.safetensors",
|
| 304 |
+
"model.layers.24.mamba.conv1d.bias": "model-00005-of-00014.safetensors",
|
| 305 |
+
"model.layers.24.mamba.conv1d.weight": "model-00005-of-00014.safetensors",
|
| 306 |
+
"model.layers.24.mamba.dt_bias": "model-00005-of-00014.safetensors",
|
| 307 |
+
"model.layers.24.mamba.in_proj.weight": "model-00005-of-00014.safetensors",
|
| 308 |
+
"model.layers.24.mamba.norm.weight": "model-00005-of-00014.safetensors",
|
| 309 |
+
"model.layers.24.mamba.out_proj.weight": "model-00005-of-00014.safetensors",
|
| 310 |
+
"model.layers.24.pre_ff_layernorm.weight": "model-00005-of-00014.safetensors",
|
| 311 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00014.safetensors",
|
| 312 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00014.safetensors",
|
| 313 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00014.safetensors",
|
| 314 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00014.safetensors",
|
| 315 |
+
"model.layers.25.feed_forward.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 316 |
+
"model.layers.25.feed_forward.gate_proj.weight": "model-00005-of-00014.safetensors",
|
| 317 |
+
"model.layers.25.feed_forward.up_proj.weight": "model-00005-of-00014.safetensors",
|
| 318 |
+
"model.layers.25.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 319 |
+
"model.layers.25.mamba.A_log": "model-00006-of-00014.safetensors",
|
| 320 |
+
"model.layers.25.mamba.D": "model-00006-of-00014.safetensors",
|
| 321 |
+
"model.layers.25.mamba.conv1d.bias": "model-00006-of-00014.safetensors",
|
| 322 |
+
"model.layers.25.mamba.conv1d.weight": "model-00006-of-00014.safetensors",
|
| 323 |
+
"model.layers.25.mamba.dt_bias": "model-00006-of-00014.safetensors",
|
| 324 |
+
"model.layers.25.mamba.in_proj.weight": "model-00006-of-00014.safetensors",
|
| 325 |
+
"model.layers.25.mamba.norm.weight": "model-00006-of-00014.safetensors",
|
| 326 |
+
"model.layers.25.mamba.out_proj.weight": "model-00006-of-00014.safetensors",
|
| 327 |
+
"model.layers.25.pre_ff_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 328 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 329 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 330 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 331 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 332 |
+
"model.layers.26.feed_forward.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 333 |
+
"model.layers.26.feed_forward.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 334 |
+
"model.layers.26.feed_forward.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 335 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 336 |
+
"model.layers.26.mamba.A_log": "model-00006-of-00014.safetensors",
|
| 337 |
+
"model.layers.26.mamba.D": "model-00006-of-00014.safetensors",
|
| 338 |
+
"model.layers.26.mamba.conv1d.bias": "model-00006-of-00014.safetensors",
|
| 339 |
+
"model.layers.26.mamba.conv1d.weight": "model-00006-of-00014.safetensors",
|
| 340 |
+
"model.layers.26.mamba.dt_bias": "model-00006-of-00014.safetensors",
|
| 341 |
+
"model.layers.26.mamba.in_proj.weight": "model-00006-of-00014.safetensors",
|
| 342 |
+
"model.layers.26.mamba.norm.weight": "model-00006-of-00014.safetensors",
|
| 343 |
+
"model.layers.26.mamba.out_proj.weight": "model-00006-of-00014.safetensors",
|
| 344 |
+
"model.layers.26.pre_ff_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 345 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 346 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 347 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 348 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 349 |
+
"model.layers.27.feed_forward.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 350 |
+
"model.layers.27.feed_forward.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 351 |
+
"model.layers.27.feed_forward.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 352 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 353 |
+
"model.layers.27.mamba.A_log": "model-00006-of-00014.safetensors",
|
| 354 |
+
"model.layers.27.mamba.D": "model-00006-of-00014.safetensors",
|
| 355 |
+
"model.layers.27.mamba.conv1d.bias": "model-00006-of-00014.safetensors",
|
| 356 |
+
"model.layers.27.mamba.conv1d.weight": "model-00006-of-00014.safetensors",
|
| 357 |
+
"model.layers.27.mamba.dt_bias": "model-00006-of-00014.safetensors",
|
| 358 |
+
"model.layers.27.mamba.in_proj.weight": "model-00006-of-00014.safetensors",
|
| 359 |
+
"model.layers.27.mamba.norm.weight": "model-00006-of-00014.safetensors",
|
| 360 |
+
"model.layers.27.mamba.out_proj.weight": "model-00006-of-00014.safetensors",
|
| 361 |
+
"model.layers.27.pre_ff_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 362 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 363 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 364 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 365 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 366 |
+
"model.layers.28.feed_forward.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 367 |
+
"model.layers.28.feed_forward.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 368 |
+
"model.layers.28.feed_forward.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 369 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 370 |
+
"model.layers.28.mamba.A_log": "model-00006-of-00014.safetensors",
|
| 371 |
+
"model.layers.28.mamba.D": "model-00006-of-00014.safetensors",
|
| 372 |
+
"model.layers.28.mamba.conv1d.bias": "model-00006-of-00014.safetensors",
|
| 373 |
+
"model.layers.28.mamba.conv1d.weight": "model-00006-of-00014.safetensors",
|
| 374 |
+
"model.layers.28.mamba.dt_bias": "model-00006-of-00014.safetensors",
|
| 375 |
+
"model.layers.28.mamba.in_proj.weight": "model-00006-of-00014.safetensors",
|
| 376 |
+
"model.layers.28.mamba.norm.weight": "model-00006-of-00014.safetensors",
|
| 377 |
+
"model.layers.28.mamba.out_proj.weight": "model-00006-of-00014.safetensors",
|
| 378 |
+
"model.layers.28.pre_ff_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 379 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 380 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 381 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 382 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 383 |
+
"model.layers.29.feed_forward.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 384 |
+
"model.layers.29.feed_forward.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 385 |
+
"model.layers.29.feed_forward.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 386 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 387 |
+
"model.layers.29.mamba.A_log": "model-00006-of-00014.safetensors",
|
| 388 |
+
"model.layers.29.mamba.D": "model-00006-of-00014.safetensors",
|
| 389 |
+
"model.layers.29.mamba.conv1d.bias": "model-00006-of-00014.safetensors",
|
| 390 |
+
"model.layers.29.mamba.conv1d.weight": "model-00006-of-00014.safetensors",
|
| 391 |
+
"model.layers.29.mamba.dt_bias": "model-00006-of-00014.safetensors",
|
| 392 |
+
"model.layers.29.mamba.in_proj.weight": "model-00006-of-00014.safetensors",
|
| 393 |
+
"model.layers.29.mamba.norm.weight": "model-00006-of-00014.safetensors",
|
| 394 |
+
"model.layers.29.mamba.out_proj.weight": "model-00006-of-00014.safetensors",
|
| 395 |
+
"model.layers.29.pre_ff_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 396 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 397 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 398 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 399 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 400 |
+
"model.layers.3.feed_forward.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 401 |
+
"model.layers.3.feed_forward.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 402 |
+
"model.layers.3.feed_forward.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 403 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 404 |
+
"model.layers.3.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 405 |
+
"model.layers.3.mamba.D": "model-00002-of-00014.safetensors",
|
| 406 |
+
"model.layers.3.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 407 |
+
"model.layers.3.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 408 |
+
"model.layers.3.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 409 |
+
"model.layers.3.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 410 |
+
"model.layers.3.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 411 |
+
"model.layers.3.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 412 |
+
"model.layers.3.pre_ff_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 413 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 414 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 415 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 416 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 417 |
+
"model.layers.30.feed_forward.down_proj.weight": "model-00006-of-00014.safetensors",
|
| 418 |
+
"model.layers.30.feed_forward.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 419 |
+
"model.layers.30.feed_forward.up_proj.weight": "model-00006-of-00014.safetensors",
|
| 420 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 421 |
+
"model.layers.30.mamba.A_log": "model-00006-of-00014.safetensors",
|
| 422 |
+
"model.layers.30.mamba.D": "model-00006-of-00014.safetensors",
|
| 423 |
+
"model.layers.30.mamba.conv1d.bias": "model-00006-of-00014.safetensors",
|
| 424 |
+
"model.layers.30.mamba.conv1d.weight": "model-00006-of-00014.safetensors",
|
| 425 |
+
"model.layers.30.mamba.dt_bias": "model-00006-of-00014.safetensors",
|
| 426 |
+
"model.layers.30.mamba.in_proj.weight": "model-00006-of-00014.safetensors",
|
| 427 |
+
"model.layers.30.mamba.norm.weight": "model-00006-of-00014.safetensors",
|
| 428 |
+
"model.layers.30.mamba.out_proj.weight": "model-00006-of-00014.safetensors",
|
| 429 |
+
"model.layers.30.pre_ff_layernorm.weight": "model-00006-of-00014.safetensors",
|
| 430 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00014.safetensors",
|
| 431 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00014.safetensors",
|
| 432 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00014.safetensors",
|
| 433 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00014.safetensors",
|
| 434 |
+
"model.layers.31.feed_forward.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 435 |
+
"model.layers.31.feed_forward.gate_proj.weight": "model-00006-of-00014.safetensors",
|
| 436 |
+
"model.layers.31.feed_forward.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 437 |
+
"model.layers.31.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 438 |
+
"model.layers.31.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 439 |
+
"model.layers.31.mamba.D": "model-00007-of-00014.safetensors",
|
| 440 |
+
"model.layers.31.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 441 |
+
"model.layers.31.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 442 |
+
"model.layers.31.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 443 |
+
"model.layers.31.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 444 |
+
"model.layers.31.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 445 |
+
"model.layers.31.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 446 |
+
"model.layers.31.pre_ff_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 447 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 448 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 449 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 450 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 451 |
+
"model.layers.32.feed_forward.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 452 |
+
"model.layers.32.feed_forward.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 453 |
+
"model.layers.32.feed_forward.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 454 |
+
"model.layers.32.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 455 |
+
"model.layers.32.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 456 |
+
"model.layers.32.mamba.D": "model-00007-of-00014.safetensors",
|
| 457 |
+
"model.layers.32.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 458 |
+
"model.layers.32.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 459 |
+
"model.layers.32.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 460 |
+
"model.layers.32.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 461 |
+
"model.layers.32.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 462 |
+
"model.layers.32.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 463 |
+
"model.layers.32.pre_ff_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 464 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 465 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 466 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 467 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 468 |
+
"model.layers.33.feed_forward.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 469 |
+
"model.layers.33.feed_forward.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 470 |
+
"model.layers.33.feed_forward.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 471 |
+
"model.layers.33.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 472 |
+
"model.layers.33.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 473 |
+
"model.layers.33.mamba.D": "model-00007-of-00014.safetensors",
|
| 474 |
+
"model.layers.33.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 475 |
+
"model.layers.33.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 476 |
+
"model.layers.33.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 477 |
+
"model.layers.33.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 478 |
+
"model.layers.33.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 479 |
+
"model.layers.33.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 480 |
+
"model.layers.33.pre_ff_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 481 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 482 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 483 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 484 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 485 |
+
"model.layers.34.feed_forward.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 486 |
+
"model.layers.34.feed_forward.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 487 |
+
"model.layers.34.feed_forward.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 488 |
+
"model.layers.34.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 489 |
+
"model.layers.34.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 490 |
+
"model.layers.34.mamba.D": "model-00007-of-00014.safetensors",
|
| 491 |
+
"model.layers.34.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 492 |
+
"model.layers.34.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 493 |
+
"model.layers.34.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 494 |
+
"model.layers.34.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 495 |
+
"model.layers.34.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 496 |
+
"model.layers.34.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 497 |
+
"model.layers.34.pre_ff_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 498 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 499 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 500 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 501 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 502 |
+
"model.layers.35.feed_forward.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 503 |
+
"model.layers.35.feed_forward.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 504 |
+
"model.layers.35.feed_forward.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 505 |
+
"model.layers.35.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 506 |
+
"model.layers.35.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 507 |
+
"model.layers.35.mamba.D": "model-00007-of-00014.safetensors",
|
| 508 |
+
"model.layers.35.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 509 |
+
"model.layers.35.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 510 |
+
"model.layers.35.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 511 |
+
"model.layers.35.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 512 |
+
"model.layers.35.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 513 |
+
"model.layers.35.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 514 |
+
"model.layers.35.pre_ff_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 515 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 516 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 517 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 518 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 519 |
+
"model.layers.36.feed_forward.down_proj.weight": "model-00007-of-00014.safetensors",
|
| 520 |
+
"model.layers.36.feed_forward.gate_proj.weight": "model-00007-of-00014.safetensors",
|
| 521 |
+
"model.layers.36.feed_forward.up_proj.weight": "model-00007-of-00014.safetensors",
|
| 522 |
+
"model.layers.36.input_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 523 |
+
"model.layers.36.mamba.A_log": "model-00007-of-00014.safetensors",
|
| 524 |
+
"model.layers.36.mamba.D": "model-00007-of-00014.safetensors",
|
| 525 |
+
"model.layers.36.mamba.conv1d.bias": "model-00007-of-00014.safetensors",
|
| 526 |
+
"model.layers.36.mamba.conv1d.weight": "model-00007-of-00014.safetensors",
|
| 527 |
+
"model.layers.36.mamba.dt_bias": "model-00007-of-00014.safetensors",
|
| 528 |
+
"model.layers.36.mamba.in_proj.weight": "model-00007-of-00014.safetensors",
|
| 529 |
+
"model.layers.36.mamba.norm.weight": "model-00007-of-00014.safetensors",
|
| 530 |
+
"model.layers.36.mamba.out_proj.weight": "model-00007-of-00014.safetensors",
|
| 531 |
+
"model.layers.36.pre_ff_layernorm.weight": "model-00007-of-00014.safetensors",
|
| 532 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00007-of-00014.safetensors",
|
| 533 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00007-of-00014.safetensors",
|
| 534 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00007-of-00014.safetensors",
|
| 535 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00007-of-00014.safetensors",
|
| 536 |
+
"model.layers.37.feed_forward.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 537 |
+
"model.layers.37.feed_forward.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 538 |
+
"model.layers.37.feed_forward.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 539 |
+
"model.layers.37.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 540 |
+
"model.layers.37.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 541 |
+
"model.layers.37.mamba.D": "model-00008-of-00014.safetensors",
|
| 542 |
+
"model.layers.37.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 543 |
+
"model.layers.37.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 544 |
+
"model.layers.37.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 545 |
+
"model.layers.37.mamba.in_proj.weight": "model-00008-of-00014.safetensors",
|
| 546 |
+
"model.layers.37.mamba.norm.weight": "model-00008-of-00014.safetensors",
|
| 547 |
+
"model.layers.37.mamba.out_proj.weight": "model-00008-of-00014.safetensors",
|
| 548 |
+
"model.layers.37.pre_ff_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 549 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 550 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 551 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 552 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 553 |
+
"model.layers.38.feed_forward.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 554 |
+
"model.layers.38.feed_forward.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 555 |
+
"model.layers.38.feed_forward.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 556 |
+
"model.layers.38.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 557 |
+
"model.layers.38.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 558 |
+
"model.layers.38.mamba.D": "model-00008-of-00014.safetensors",
|
| 559 |
+
"model.layers.38.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 560 |
+
"model.layers.38.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 561 |
+
"model.layers.38.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 562 |
+
"model.layers.38.mamba.in_proj.weight": "model-00008-of-00014.safetensors",
|
| 563 |
+
"model.layers.38.mamba.norm.weight": "model-00008-of-00014.safetensors",
|
| 564 |
+
"model.layers.38.mamba.out_proj.weight": "model-00008-of-00014.safetensors",
|
| 565 |
+
"model.layers.38.pre_ff_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 566 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 567 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 568 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 569 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 570 |
+
"model.layers.39.feed_forward.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 571 |
+
"model.layers.39.feed_forward.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 572 |
+
"model.layers.39.feed_forward.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 573 |
+
"model.layers.39.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 574 |
+
"model.layers.39.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 575 |
+
"model.layers.39.mamba.D": "model-00008-of-00014.safetensors",
|
| 576 |
+
"model.layers.39.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 577 |
+
"model.layers.39.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 578 |
+
"model.layers.39.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 579 |
+
"model.layers.39.mamba.in_proj.weight": "model-00008-of-00014.safetensors",
|
| 580 |
+
"model.layers.39.mamba.norm.weight": "model-00008-of-00014.safetensors",
|
| 581 |
+
"model.layers.39.mamba.out_proj.weight": "model-00008-of-00014.safetensors",
|
| 582 |
+
"model.layers.39.pre_ff_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 583 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 584 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 585 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 586 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 587 |
+
"model.layers.4.feed_forward.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 588 |
+
"model.layers.4.feed_forward.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 589 |
+
"model.layers.4.feed_forward.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 590 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 591 |
+
"model.layers.4.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 592 |
+
"model.layers.4.mamba.D": "model-00002-of-00014.safetensors",
|
| 593 |
+
"model.layers.4.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 594 |
+
"model.layers.4.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 595 |
+
"model.layers.4.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 596 |
+
"model.layers.4.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 597 |
+
"model.layers.4.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 598 |
+
"model.layers.4.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 599 |
+
"model.layers.4.pre_ff_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 600 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 601 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 602 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 603 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 604 |
+
"model.layers.40.feed_forward.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 605 |
+
"model.layers.40.feed_forward.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 606 |
+
"model.layers.40.feed_forward.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 607 |
+
"model.layers.40.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 608 |
+
"model.layers.40.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 609 |
+
"model.layers.40.mamba.D": "model-00008-of-00014.safetensors",
|
| 610 |
+
"model.layers.40.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 611 |
+
"model.layers.40.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 612 |
+
"model.layers.40.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 613 |
+
"model.layers.40.mamba.in_proj.weight": "model-00008-of-00014.safetensors",
|
| 614 |
+
"model.layers.40.mamba.norm.weight": "model-00008-of-00014.safetensors",
|
| 615 |
+
"model.layers.40.mamba.out_proj.weight": "model-00008-of-00014.safetensors",
|
| 616 |
+
"model.layers.40.pre_ff_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 617 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 618 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 619 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 620 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 621 |
+
"model.layers.41.feed_forward.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 622 |
+
"model.layers.41.feed_forward.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 623 |
+
"model.layers.41.feed_forward.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 624 |
+
"model.layers.41.input_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 625 |
+
"model.layers.41.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 626 |
+
"model.layers.41.mamba.D": "model-00008-of-00014.safetensors",
|
| 627 |
+
"model.layers.41.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 628 |
+
"model.layers.41.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 629 |
+
"model.layers.41.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 630 |
+
"model.layers.41.mamba.in_proj.weight": "model-00008-of-00014.safetensors",
|
| 631 |
+
"model.layers.41.mamba.norm.weight": "model-00008-of-00014.safetensors",
|
| 632 |
+
"model.layers.41.mamba.out_proj.weight": "model-00008-of-00014.safetensors",
|
| 633 |
+
"model.layers.41.pre_ff_layernorm.weight": "model-00008-of-00014.safetensors",
|
| 634 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00008-of-00014.safetensors",
|
| 635 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00008-of-00014.safetensors",
|
| 636 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00008-of-00014.safetensors",
|
| 637 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00008-of-00014.safetensors",
|
| 638 |
+
"model.layers.42.feed_forward.down_proj.weight": "model-00008-of-00014.safetensors",
|
| 639 |
+
"model.layers.42.feed_forward.gate_proj.weight": "model-00008-of-00014.safetensors",
|
| 640 |
+
"model.layers.42.feed_forward.up_proj.weight": "model-00008-of-00014.safetensors",
|
| 641 |
+
"model.layers.42.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 642 |
+
"model.layers.42.mamba.A_log": "model-00008-of-00014.safetensors",
|
| 643 |
+
"model.layers.42.mamba.D": "model-00008-of-00014.safetensors",
|
| 644 |
+
"model.layers.42.mamba.conv1d.bias": "model-00008-of-00014.safetensors",
|
| 645 |
+
"model.layers.42.mamba.conv1d.weight": "model-00008-of-00014.safetensors",
|
| 646 |
+
"model.layers.42.mamba.dt_bias": "model-00008-of-00014.safetensors",
|
| 647 |
+
"model.layers.42.mamba.in_proj.weight": "model-00009-of-00014.safetensors",
|
| 648 |
+
"model.layers.42.mamba.norm.weight": "model-00009-of-00014.safetensors",
|
| 649 |
+
"model.layers.42.mamba.out_proj.weight": "model-00009-of-00014.safetensors",
|
| 650 |
+
"model.layers.42.pre_ff_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 651 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 652 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 653 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 654 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 655 |
+
"model.layers.43.feed_forward.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 656 |
+
"model.layers.43.feed_forward.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 657 |
+
"model.layers.43.feed_forward.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 658 |
+
"model.layers.43.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 659 |
+
"model.layers.43.mamba.A_log": "model-00009-of-00014.safetensors",
|
| 660 |
+
"model.layers.43.mamba.D": "model-00009-of-00014.safetensors",
|
| 661 |
+
"model.layers.43.mamba.conv1d.bias": "model-00009-of-00014.safetensors",
|
| 662 |
+
"model.layers.43.mamba.conv1d.weight": "model-00009-of-00014.safetensors",
|
| 663 |
+
"model.layers.43.mamba.dt_bias": "model-00009-of-00014.safetensors",
|
| 664 |
+
"model.layers.43.mamba.in_proj.weight": "model-00009-of-00014.safetensors",
|
| 665 |
+
"model.layers.43.mamba.norm.weight": "model-00009-of-00014.safetensors",
|
| 666 |
+
"model.layers.43.mamba.out_proj.weight": "model-00009-of-00014.safetensors",
|
| 667 |
+
"model.layers.43.pre_ff_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 668 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 669 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 670 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 671 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 672 |
+
"model.layers.44.feed_forward.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 673 |
+
"model.layers.44.feed_forward.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 674 |
+
"model.layers.44.feed_forward.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 675 |
+
"model.layers.44.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 676 |
+
"model.layers.44.mamba.A_log": "model-00009-of-00014.safetensors",
|
| 677 |
+
"model.layers.44.mamba.D": "model-00009-of-00014.safetensors",
|
| 678 |
+
"model.layers.44.mamba.conv1d.bias": "model-00009-of-00014.safetensors",
|
| 679 |
+
"model.layers.44.mamba.conv1d.weight": "model-00009-of-00014.safetensors",
|
| 680 |
+
"model.layers.44.mamba.dt_bias": "model-00009-of-00014.safetensors",
|
| 681 |
+
"model.layers.44.mamba.in_proj.weight": "model-00009-of-00014.safetensors",
|
| 682 |
+
"model.layers.44.mamba.norm.weight": "model-00009-of-00014.safetensors",
|
| 683 |
+
"model.layers.44.mamba.out_proj.weight": "model-00009-of-00014.safetensors",
|
| 684 |
+
"model.layers.44.pre_ff_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 685 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 686 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 687 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 688 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 689 |
+
"model.layers.45.feed_forward.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 690 |
+
"model.layers.45.feed_forward.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 691 |
+
"model.layers.45.feed_forward.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 692 |
+
"model.layers.45.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 693 |
+
"model.layers.45.mamba.A_log": "model-00009-of-00014.safetensors",
|
| 694 |
+
"model.layers.45.mamba.D": "model-00009-of-00014.safetensors",
|
| 695 |
+
"model.layers.45.mamba.conv1d.bias": "model-00009-of-00014.safetensors",
|
| 696 |
+
"model.layers.45.mamba.conv1d.weight": "model-00009-of-00014.safetensors",
|
| 697 |
+
"model.layers.45.mamba.dt_bias": "model-00009-of-00014.safetensors",
|
| 698 |
+
"model.layers.45.mamba.in_proj.weight": "model-00009-of-00014.safetensors",
|
| 699 |
+
"model.layers.45.mamba.norm.weight": "model-00009-of-00014.safetensors",
|
| 700 |
+
"model.layers.45.mamba.out_proj.weight": "model-00009-of-00014.safetensors",
|
| 701 |
+
"model.layers.45.pre_ff_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 702 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 703 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 704 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 705 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 706 |
+
"model.layers.46.feed_forward.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 707 |
+
"model.layers.46.feed_forward.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 708 |
+
"model.layers.46.feed_forward.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 709 |
+
"model.layers.46.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 710 |
+
"model.layers.46.mamba.A_log": "model-00009-of-00014.safetensors",
|
| 711 |
+
"model.layers.46.mamba.D": "model-00009-of-00014.safetensors",
|
| 712 |
+
"model.layers.46.mamba.conv1d.bias": "model-00009-of-00014.safetensors",
|
| 713 |
+
"model.layers.46.mamba.conv1d.weight": "model-00009-of-00014.safetensors",
|
| 714 |
+
"model.layers.46.mamba.dt_bias": "model-00009-of-00014.safetensors",
|
| 715 |
+
"model.layers.46.mamba.in_proj.weight": "model-00009-of-00014.safetensors",
|
| 716 |
+
"model.layers.46.mamba.norm.weight": "model-00009-of-00014.safetensors",
|
| 717 |
+
"model.layers.46.mamba.out_proj.weight": "model-00009-of-00014.safetensors",
|
| 718 |
+
"model.layers.46.pre_ff_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 719 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 720 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 721 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 722 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 723 |
+
"model.layers.47.feed_forward.down_proj.weight": "model-00009-of-00014.safetensors",
|
| 724 |
+
"model.layers.47.feed_forward.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 725 |
+
"model.layers.47.feed_forward.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 726 |
+
"model.layers.47.input_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 727 |
+
"model.layers.47.mamba.A_log": "model-00009-of-00014.safetensors",
|
| 728 |
+
"model.layers.47.mamba.D": "model-00009-of-00014.safetensors",
|
| 729 |
+
"model.layers.47.mamba.conv1d.bias": "model-00009-of-00014.safetensors",
|
| 730 |
+
"model.layers.47.mamba.conv1d.weight": "model-00009-of-00014.safetensors",
|
| 731 |
+
"model.layers.47.mamba.dt_bias": "model-00009-of-00014.safetensors",
|
| 732 |
+
"model.layers.47.mamba.in_proj.weight": "model-00009-of-00014.safetensors",
|
| 733 |
+
"model.layers.47.mamba.norm.weight": "model-00009-of-00014.safetensors",
|
| 734 |
+
"model.layers.47.mamba.out_proj.weight": "model-00009-of-00014.safetensors",
|
| 735 |
+
"model.layers.47.pre_ff_layernorm.weight": "model-00009-of-00014.safetensors",
|
| 736 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00009-of-00014.safetensors",
|
| 737 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00009-of-00014.safetensors",
|
| 738 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00009-of-00014.safetensors",
|
| 739 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00009-of-00014.safetensors",
|
| 740 |
+
"model.layers.48.feed_forward.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 741 |
+
"model.layers.48.feed_forward.gate_proj.weight": "model-00009-of-00014.safetensors",
|
| 742 |
+
"model.layers.48.feed_forward.up_proj.weight": "model-00009-of-00014.safetensors",
|
| 743 |
+
"model.layers.48.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 744 |
+
"model.layers.48.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 745 |
+
"model.layers.48.mamba.D": "model-00010-of-00014.safetensors",
|
| 746 |
+
"model.layers.48.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 747 |
+
"model.layers.48.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 748 |
+
"model.layers.48.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 749 |
+
"model.layers.48.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 750 |
+
"model.layers.48.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 751 |
+
"model.layers.48.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 752 |
+
"model.layers.48.pre_ff_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 753 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 754 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 755 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 756 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 757 |
+
"model.layers.49.feed_forward.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 758 |
+
"model.layers.49.feed_forward.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 759 |
+
"model.layers.49.feed_forward.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 760 |
+
"model.layers.49.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 761 |
+
"model.layers.49.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 762 |
+
"model.layers.49.mamba.D": "model-00010-of-00014.safetensors",
|
| 763 |
+
"model.layers.49.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 764 |
+
"model.layers.49.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 765 |
+
"model.layers.49.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 766 |
+
"model.layers.49.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 767 |
+
"model.layers.49.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 768 |
+
"model.layers.49.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 769 |
+
"model.layers.49.pre_ff_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 770 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 771 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 772 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 773 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 774 |
+
"model.layers.5.feed_forward.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 775 |
+
"model.layers.5.feed_forward.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 776 |
+
"model.layers.5.feed_forward.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 777 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 778 |
+
"model.layers.5.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 779 |
+
"model.layers.5.mamba.D": "model-00002-of-00014.safetensors",
|
| 780 |
+
"model.layers.5.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 781 |
+
"model.layers.5.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 782 |
+
"model.layers.5.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 783 |
+
"model.layers.5.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 784 |
+
"model.layers.5.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 785 |
+
"model.layers.5.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 786 |
+
"model.layers.5.pre_ff_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 787 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 788 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 789 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 790 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 791 |
+
"model.layers.50.feed_forward.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 792 |
+
"model.layers.50.feed_forward.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 793 |
+
"model.layers.50.feed_forward.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 794 |
+
"model.layers.50.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 795 |
+
"model.layers.50.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 796 |
+
"model.layers.50.mamba.D": "model-00010-of-00014.safetensors",
|
| 797 |
+
"model.layers.50.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 798 |
+
"model.layers.50.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 799 |
+
"model.layers.50.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 800 |
+
"model.layers.50.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 801 |
+
"model.layers.50.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 802 |
+
"model.layers.50.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 803 |
+
"model.layers.50.pre_ff_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 804 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 805 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 806 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 807 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 808 |
+
"model.layers.51.feed_forward.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 809 |
+
"model.layers.51.feed_forward.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 810 |
+
"model.layers.51.feed_forward.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 811 |
+
"model.layers.51.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 812 |
+
"model.layers.51.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 813 |
+
"model.layers.51.mamba.D": "model-00010-of-00014.safetensors",
|
| 814 |
+
"model.layers.51.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 815 |
+
"model.layers.51.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 816 |
+
"model.layers.51.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 817 |
+
"model.layers.51.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 818 |
+
"model.layers.51.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 819 |
+
"model.layers.51.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 820 |
+
"model.layers.51.pre_ff_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 821 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 822 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 823 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 824 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 825 |
+
"model.layers.52.feed_forward.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 826 |
+
"model.layers.52.feed_forward.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 827 |
+
"model.layers.52.feed_forward.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 828 |
+
"model.layers.52.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 829 |
+
"model.layers.52.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 830 |
+
"model.layers.52.mamba.D": "model-00010-of-00014.safetensors",
|
| 831 |
+
"model.layers.52.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 832 |
+
"model.layers.52.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 833 |
+
"model.layers.52.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 834 |
+
"model.layers.52.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 835 |
+
"model.layers.52.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 836 |
+
"model.layers.52.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 837 |
+
"model.layers.52.pre_ff_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 838 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 839 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 840 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 841 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 842 |
+
"model.layers.53.feed_forward.down_proj.weight": "model-00010-of-00014.safetensors",
|
| 843 |
+
"model.layers.53.feed_forward.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 844 |
+
"model.layers.53.feed_forward.up_proj.weight": "model-00010-of-00014.safetensors",
|
| 845 |
+
"model.layers.53.input_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 846 |
+
"model.layers.53.mamba.A_log": "model-00010-of-00014.safetensors",
|
| 847 |
+
"model.layers.53.mamba.D": "model-00010-of-00014.safetensors",
|
| 848 |
+
"model.layers.53.mamba.conv1d.bias": "model-00010-of-00014.safetensors",
|
| 849 |
+
"model.layers.53.mamba.conv1d.weight": "model-00010-of-00014.safetensors",
|
| 850 |
+
"model.layers.53.mamba.dt_bias": "model-00010-of-00014.safetensors",
|
| 851 |
+
"model.layers.53.mamba.in_proj.weight": "model-00010-of-00014.safetensors",
|
| 852 |
+
"model.layers.53.mamba.norm.weight": "model-00010-of-00014.safetensors",
|
| 853 |
+
"model.layers.53.mamba.out_proj.weight": "model-00010-of-00014.safetensors",
|
| 854 |
+
"model.layers.53.pre_ff_layernorm.weight": "model-00010-of-00014.safetensors",
|
| 855 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00010-of-00014.safetensors",
|
| 856 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00010-of-00014.safetensors",
|
| 857 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00010-of-00014.safetensors",
|
| 858 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00010-of-00014.safetensors",
|
| 859 |
+
"model.layers.54.feed_forward.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 860 |
+
"model.layers.54.feed_forward.gate_proj.weight": "model-00010-of-00014.safetensors",
|
| 861 |
+
"model.layers.54.feed_forward.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 862 |
+
"model.layers.54.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 863 |
+
"model.layers.54.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 864 |
+
"model.layers.54.mamba.D": "model-00011-of-00014.safetensors",
|
| 865 |
+
"model.layers.54.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 866 |
+
"model.layers.54.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 867 |
+
"model.layers.54.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 868 |
+
"model.layers.54.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 869 |
+
"model.layers.54.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 870 |
+
"model.layers.54.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 871 |
+
"model.layers.54.pre_ff_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 872 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 873 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 874 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 875 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 876 |
+
"model.layers.55.feed_forward.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 877 |
+
"model.layers.55.feed_forward.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 878 |
+
"model.layers.55.feed_forward.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 879 |
+
"model.layers.55.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 880 |
+
"model.layers.55.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 881 |
+
"model.layers.55.mamba.D": "model-00011-of-00014.safetensors",
|
| 882 |
+
"model.layers.55.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 883 |
+
"model.layers.55.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 884 |
+
"model.layers.55.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 885 |
+
"model.layers.55.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 886 |
+
"model.layers.55.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 887 |
+
"model.layers.55.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 888 |
+
"model.layers.55.pre_ff_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 889 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 890 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 891 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 892 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 893 |
+
"model.layers.56.feed_forward.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 894 |
+
"model.layers.56.feed_forward.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 895 |
+
"model.layers.56.feed_forward.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 896 |
+
"model.layers.56.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 897 |
+
"model.layers.56.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 898 |
+
"model.layers.56.mamba.D": "model-00011-of-00014.safetensors",
|
| 899 |
+
"model.layers.56.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 900 |
+
"model.layers.56.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 901 |
+
"model.layers.56.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 902 |
+
"model.layers.56.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 903 |
+
"model.layers.56.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 904 |
+
"model.layers.56.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 905 |
+
"model.layers.56.pre_ff_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 906 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 907 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 908 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 909 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 910 |
+
"model.layers.57.feed_forward.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 911 |
+
"model.layers.57.feed_forward.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 912 |
+
"model.layers.57.feed_forward.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 913 |
+
"model.layers.57.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 914 |
+
"model.layers.57.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 915 |
+
"model.layers.57.mamba.D": "model-00011-of-00014.safetensors",
|
| 916 |
+
"model.layers.57.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 917 |
+
"model.layers.57.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 918 |
+
"model.layers.57.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 919 |
+
"model.layers.57.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 920 |
+
"model.layers.57.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 921 |
+
"model.layers.57.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 922 |
+
"model.layers.57.pre_ff_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 923 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 924 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 925 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 926 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 927 |
+
"model.layers.58.feed_forward.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 928 |
+
"model.layers.58.feed_forward.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 929 |
+
"model.layers.58.feed_forward.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 930 |
+
"model.layers.58.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 931 |
+
"model.layers.58.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 932 |
+
"model.layers.58.mamba.D": "model-00011-of-00014.safetensors",
|
| 933 |
+
"model.layers.58.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 934 |
+
"model.layers.58.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 935 |
+
"model.layers.58.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 936 |
+
"model.layers.58.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 937 |
+
"model.layers.58.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 938 |
+
"model.layers.58.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 939 |
+
"model.layers.58.pre_ff_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 940 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 941 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 942 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 943 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 944 |
+
"model.layers.59.feed_forward.down_proj.weight": "model-00011-of-00014.safetensors",
|
| 945 |
+
"model.layers.59.feed_forward.gate_proj.weight": "model-00011-of-00014.safetensors",
|
| 946 |
+
"model.layers.59.feed_forward.up_proj.weight": "model-00011-of-00014.safetensors",
|
| 947 |
+
"model.layers.59.input_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 948 |
+
"model.layers.59.mamba.A_log": "model-00011-of-00014.safetensors",
|
| 949 |
+
"model.layers.59.mamba.D": "model-00011-of-00014.safetensors",
|
| 950 |
+
"model.layers.59.mamba.conv1d.bias": "model-00011-of-00014.safetensors",
|
| 951 |
+
"model.layers.59.mamba.conv1d.weight": "model-00011-of-00014.safetensors",
|
| 952 |
+
"model.layers.59.mamba.dt_bias": "model-00011-of-00014.safetensors",
|
| 953 |
+
"model.layers.59.mamba.in_proj.weight": "model-00011-of-00014.safetensors",
|
| 954 |
+
"model.layers.59.mamba.norm.weight": "model-00011-of-00014.safetensors",
|
| 955 |
+
"model.layers.59.mamba.out_proj.weight": "model-00011-of-00014.safetensors",
|
| 956 |
+
"model.layers.59.pre_ff_layernorm.weight": "model-00011-of-00014.safetensors",
|
| 957 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00011-of-00014.safetensors",
|
| 958 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00011-of-00014.safetensors",
|
| 959 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00011-of-00014.safetensors",
|
| 960 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00011-of-00014.safetensors",
|
| 961 |
+
"model.layers.6.feed_forward.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 962 |
+
"model.layers.6.feed_forward.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 963 |
+
"model.layers.6.feed_forward.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 964 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 965 |
+
"model.layers.6.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 966 |
+
"model.layers.6.mamba.D": "model-00002-of-00014.safetensors",
|
| 967 |
+
"model.layers.6.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 968 |
+
"model.layers.6.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 969 |
+
"model.layers.6.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 970 |
+
"model.layers.6.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 971 |
+
"model.layers.6.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 972 |
+
"model.layers.6.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 973 |
+
"model.layers.6.pre_ff_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 974 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 975 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 976 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 977 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 978 |
+
"model.layers.60.feed_forward.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 979 |
+
"model.layers.60.feed_forward.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 980 |
+
"model.layers.60.feed_forward.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 981 |
+
"model.layers.60.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 982 |
+
"model.layers.60.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 983 |
+
"model.layers.60.mamba.D": "model-00012-of-00014.safetensors",
|
| 984 |
+
"model.layers.60.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 985 |
+
"model.layers.60.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 986 |
+
"model.layers.60.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 987 |
+
"model.layers.60.mamba.in_proj.weight": "model-00012-of-00014.safetensors",
|
| 988 |
+
"model.layers.60.mamba.norm.weight": "model-00012-of-00014.safetensors",
|
| 989 |
+
"model.layers.60.mamba.out_proj.weight": "model-00012-of-00014.safetensors",
|
| 990 |
+
"model.layers.60.pre_ff_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 991 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 992 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 993 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 994 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 995 |
+
"model.layers.61.feed_forward.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 996 |
+
"model.layers.61.feed_forward.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 997 |
+
"model.layers.61.feed_forward.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 998 |
+
"model.layers.61.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 999 |
+
"model.layers.61.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 1000 |
+
"model.layers.61.mamba.D": "model-00012-of-00014.safetensors",
|
| 1001 |
+
"model.layers.61.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 1002 |
+
"model.layers.61.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 1003 |
+
"model.layers.61.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 1004 |
+
"model.layers.61.mamba.in_proj.weight": "model-00012-of-00014.safetensors",
|
| 1005 |
+
"model.layers.61.mamba.norm.weight": "model-00012-of-00014.safetensors",
|
| 1006 |
+
"model.layers.61.mamba.out_proj.weight": "model-00012-of-00014.safetensors",
|
| 1007 |
+
"model.layers.61.pre_ff_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 1008 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 1009 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 1010 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 1011 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 1012 |
+
"model.layers.62.feed_forward.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 1013 |
+
"model.layers.62.feed_forward.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 1014 |
+
"model.layers.62.feed_forward.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 1015 |
+
"model.layers.62.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 1016 |
+
"model.layers.62.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 1017 |
+
"model.layers.62.mamba.D": "model-00012-of-00014.safetensors",
|
| 1018 |
+
"model.layers.62.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 1019 |
+
"model.layers.62.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 1020 |
+
"model.layers.62.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 1021 |
+
"model.layers.62.mamba.in_proj.weight": "model-00012-of-00014.safetensors",
|
| 1022 |
+
"model.layers.62.mamba.norm.weight": "model-00012-of-00014.safetensors",
|
| 1023 |
+
"model.layers.62.mamba.out_proj.weight": "model-00012-of-00014.safetensors",
|
| 1024 |
+
"model.layers.62.pre_ff_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 1025 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 1026 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 1027 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 1028 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 1029 |
+
"model.layers.63.feed_forward.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 1030 |
+
"model.layers.63.feed_forward.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 1031 |
+
"model.layers.63.feed_forward.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 1032 |
+
"model.layers.63.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 1033 |
+
"model.layers.63.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 1034 |
+
"model.layers.63.mamba.D": "model-00012-of-00014.safetensors",
|
| 1035 |
+
"model.layers.63.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 1036 |
+
"model.layers.63.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 1037 |
+
"model.layers.63.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 1038 |
+
"model.layers.63.mamba.in_proj.weight": "model-00012-of-00014.safetensors",
|
| 1039 |
+
"model.layers.63.mamba.norm.weight": "model-00012-of-00014.safetensors",
|
| 1040 |
+
"model.layers.63.mamba.out_proj.weight": "model-00012-of-00014.safetensors",
|
| 1041 |
+
"model.layers.63.pre_ff_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 1042 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 1043 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 1044 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 1045 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 1046 |
+
"model.layers.64.feed_forward.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 1047 |
+
"model.layers.64.feed_forward.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 1048 |
+
"model.layers.64.feed_forward.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 1049 |
+
"model.layers.64.input_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 1050 |
+
"model.layers.64.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 1051 |
+
"model.layers.64.mamba.D": "model-00012-of-00014.safetensors",
|
| 1052 |
+
"model.layers.64.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 1053 |
+
"model.layers.64.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 1054 |
+
"model.layers.64.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 1055 |
+
"model.layers.64.mamba.in_proj.weight": "model-00012-of-00014.safetensors",
|
| 1056 |
+
"model.layers.64.mamba.norm.weight": "model-00012-of-00014.safetensors",
|
| 1057 |
+
"model.layers.64.mamba.out_proj.weight": "model-00012-of-00014.safetensors",
|
| 1058 |
+
"model.layers.64.pre_ff_layernorm.weight": "model-00012-of-00014.safetensors",
|
| 1059 |
+
"model.layers.64.self_attn.k_proj.weight": "model-00012-of-00014.safetensors",
|
| 1060 |
+
"model.layers.64.self_attn.o_proj.weight": "model-00012-of-00014.safetensors",
|
| 1061 |
+
"model.layers.64.self_attn.q_proj.weight": "model-00012-of-00014.safetensors",
|
| 1062 |
+
"model.layers.64.self_attn.v_proj.weight": "model-00012-of-00014.safetensors",
|
| 1063 |
+
"model.layers.65.feed_forward.down_proj.weight": "model-00012-of-00014.safetensors",
|
| 1064 |
+
"model.layers.65.feed_forward.gate_proj.weight": "model-00012-of-00014.safetensors",
|
| 1065 |
+
"model.layers.65.feed_forward.up_proj.weight": "model-00012-of-00014.safetensors",
|
| 1066 |
+
"model.layers.65.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1067 |
+
"model.layers.65.mamba.A_log": "model-00012-of-00014.safetensors",
|
| 1068 |
+
"model.layers.65.mamba.D": "model-00012-of-00014.safetensors",
|
| 1069 |
+
"model.layers.65.mamba.conv1d.bias": "model-00012-of-00014.safetensors",
|
| 1070 |
+
"model.layers.65.mamba.conv1d.weight": "model-00012-of-00014.safetensors",
|
| 1071 |
+
"model.layers.65.mamba.dt_bias": "model-00012-of-00014.safetensors",
|
| 1072 |
+
"model.layers.65.mamba.in_proj.weight": "model-00013-of-00014.safetensors",
|
| 1073 |
+
"model.layers.65.mamba.norm.weight": "model-00013-of-00014.safetensors",
|
| 1074 |
+
"model.layers.65.mamba.out_proj.weight": "model-00013-of-00014.safetensors",
|
| 1075 |
+
"model.layers.65.pre_ff_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1076 |
+
"model.layers.65.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 1077 |
+
"model.layers.65.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 1078 |
+
"model.layers.65.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 1079 |
+
"model.layers.65.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 1080 |
+
"model.layers.66.feed_forward.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 1081 |
+
"model.layers.66.feed_forward.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 1082 |
+
"model.layers.66.feed_forward.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 1083 |
+
"model.layers.66.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1084 |
+
"model.layers.66.mamba.A_log": "model-00013-of-00014.safetensors",
|
| 1085 |
+
"model.layers.66.mamba.D": "model-00013-of-00014.safetensors",
|
| 1086 |
+
"model.layers.66.mamba.conv1d.bias": "model-00013-of-00014.safetensors",
|
| 1087 |
+
"model.layers.66.mamba.conv1d.weight": "model-00013-of-00014.safetensors",
|
| 1088 |
+
"model.layers.66.mamba.dt_bias": "model-00013-of-00014.safetensors",
|
| 1089 |
+
"model.layers.66.mamba.in_proj.weight": "model-00013-of-00014.safetensors",
|
| 1090 |
+
"model.layers.66.mamba.norm.weight": "model-00013-of-00014.safetensors",
|
| 1091 |
+
"model.layers.66.mamba.out_proj.weight": "model-00013-of-00014.safetensors",
|
| 1092 |
+
"model.layers.66.pre_ff_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1093 |
+
"model.layers.66.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 1094 |
+
"model.layers.66.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 1095 |
+
"model.layers.66.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 1096 |
+
"model.layers.66.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 1097 |
+
"model.layers.67.feed_forward.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 1098 |
+
"model.layers.67.feed_forward.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 1099 |
+
"model.layers.67.feed_forward.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 1100 |
+
"model.layers.67.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1101 |
+
"model.layers.67.mamba.A_log": "model-00013-of-00014.safetensors",
|
| 1102 |
+
"model.layers.67.mamba.D": "model-00013-of-00014.safetensors",
|
| 1103 |
+
"model.layers.67.mamba.conv1d.bias": "model-00013-of-00014.safetensors",
|
| 1104 |
+
"model.layers.67.mamba.conv1d.weight": "model-00013-of-00014.safetensors",
|
| 1105 |
+
"model.layers.67.mamba.dt_bias": "model-00013-of-00014.safetensors",
|
| 1106 |
+
"model.layers.67.mamba.in_proj.weight": "model-00013-of-00014.safetensors",
|
| 1107 |
+
"model.layers.67.mamba.norm.weight": "model-00013-of-00014.safetensors",
|
| 1108 |
+
"model.layers.67.mamba.out_proj.weight": "model-00013-of-00014.safetensors",
|
| 1109 |
+
"model.layers.67.pre_ff_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1110 |
+
"model.layers.67.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 1111 |
+
"model.layers.67.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 1112 |
+
"model.layers.67.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 1113 |
+
"model.layers.67.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 1114 |
+
"model.layers.68.feed_forward.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 1115 |
+
"model.layers.68.feed_forward.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 1116 |
+
"model.layers.68.feed_forward.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 1117 |
+
"model.layers.68.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1118 |
+
"model.layers.68.mamba.A_log": "model-00013-of-00014.safetensors",
|
| 1119 |
+
"model.layers.68.mamba.D": "model-00013-of-00014.safetensors",
|
| 1120 |
+
"model.layers.68.mamba.conv1d.bias": "model-00013-of-00014.safetensors",
|
| 1121 |
+
"model.layers.68.mamba.conv1d.weight": "model-00013-of-00014.safetensors",
|
| 1122 |
+
"model.layers.68.mamba.dt_bias": "model-00013-of-00014.safetensors",
|
| 1123 |
+
"model.layers.68.mamba.in_proj.weight": "model-00013-of-00014.safetensors",
|
| 1124 |
+
"model.layers.68.mamba.norm.weight": "model-00013-of-00014.safetensors",
|
| 1125 |
+
"model.layers.68.mamba.out_proj.weight": "model-00013-of-00014.safetensors",
|
| 1126 |
+
"model.layers.68.pre_ff_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1127 |
+
"model.layers.68.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 1128 |
+
"model.layers.68.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 1129 |
+
"model.layers.68.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 1130 |
+
"model.layers.68.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 1131 |
+
"model.layers.69.feed_forward.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 1132 |
+
"model.layers.69.feed_forward.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 1133 |
+
"model.layers.69.feed_forward.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 1134 |
+
"model.layers.69.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1135 |
+
"model.layers.69.mamba.A_log": "model-00013-of-00014.safetensors",
|
| 1136 |
+
"model.layers.69.mamba.D": "model-00013-of-00014.safetensors",
|
| 1137 |
+
"model.layers.69.mamba.conv1d.bias": "model-00013-of-00014.safetensors",
|
| 1138 |
+
"model.layers.69.mamba.conv1d.weight": "model-00013-of-00014.safetensors",
|
| 1139 |
+
"model.layers.69.mamba.dt_bias": "model-00013-of-00014.safetensors",
|
| 1140 |
+
"model.layers.69.mamba.in_proj.weight": "model-00013-of-00014.safetensors",
|
| 1141 |
+
"model.layers.69.mamba.norm.weight": "model-00013-of-00014.safetensors",
|
| 1142 |
+
"model.layers.69.mamba.out_proj.weight": "model-00013-of-00014.safetensors",
|
| 1143 |
+
"model.layers.69.pre_ff_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1144 |
+
"model.layers.69.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 1145 |
+
"model.layers.69.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 1146 |
+
"model.layers.69.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 1147 |
+
"model.layers.69.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 1148 |
+
"model.layers.7.feed_forward.down_proj.weight": "model-00002-of-00014.safetensors",
|
| 1149 |
+
"model.layers.7.feed_forward.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 1150 |
+
"model.layers.7.feed_forward.up_proj.weight": "model-00002-of-00014.safetensors",
|
| 1151 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 1152 |
+
"model.layers.7.mamba.A_log": "model-00002-of-00014.safetensors",
|
| 1153 |
+
"model.layers.7.mamba.D": "model-00002-of-00014.safetensors",
|
| 1154 |
+
"model.layers.7.mamba.conv1d.bias": "model-00002-of-00014.safetensors",
|
| 1155 |
+
"model.layers.7.mamba.conv1d.weight": "model-00002-of-00014.safetensors",
|
| 1156 |
+
"model.layers.7.mamba.dt_bias": "model-00002-of-00014.safetensors",
|
| 1157 |
+
"model.layers.7.mamba.in_proj.weight": "model-00002-of-00014.safetensors",
|
| 1158 |
+
"model.layers.7.mamba.norm.weight": "model-00002-of-00014.safetensors",
|
| 1159 |
+
"model.layers.7.mamba.out_proj.weight": "model-00002-of-00014.safetensors",
|
| 1160 |
+
"model.layers.7.pre_ff_layernorm.weight": "model-00002-of-00014.safetensors",
|
| 1161 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00014.safetensors",
|
| 1162 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00014.safetensors",
|
| 1163 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00014.safetensors",
|
| 1164 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00014.safetensors",
|
| 1165 |
+
"model.layers.70.feed_forward.down_proj.weight": "model-00013-of-00014.safetensors",
|
| 1166 |
+
"model.layers.70.feed_forward.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 1167 |
+
"model.layers.70.feed_forward.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 1168 |
+
"model.layers.70.input_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1169 |
+
"model.layers.70.mamba.A_log": "model-00013-of-00014.safetensors",
|
| 1170 |
+
"model.layers.70.mamba.D": "model-00013-of-00014.safetensors",
|
| 1171 |
+
"model.layers.70.mamba.conv1d.bias": "model-00013-of-00014.safetensors",
|
| 1172 |
+
"model.layers.70.mamba.conv1d.weight": "model-00013-of-00014.safetensors",
|
| 1173 |
+
"model.layers.70.mamba.dt_bias": "model-00013-of-00014.safetensors",
|
| 1174 |
+
"model.layers.70.mamba.in_proj.weight": "model-00013-of-00014.safetensors",
|
| 1175 |
+
"model.layers.70.mamba.norm.weight": "model-00013-of-00014.safetensors",
|
| 1176 |
+
"model.layers.70.mamba.out_proj.weight": "model-00013-of-00014.safetensors",
|
| 1177 |
+
"model.layers.70.pre_ff_layernorm.weight": "model-00013-of-00014.safetensors",
|
| 1178 |
+
"model.layers.70.self_attn.k_proj.weight": "model-00013-of-00014.safetensors",
|
| 1179 |
+
"model.layers.70.self_attn.o_proj.weight": "model-00013-of-00014.safetensors",
|
| 1180 |
+
"model.layers.70.self_attn.q_proj.weight": "model-00013-of-00014.safetensors",
|
| 1181 |
+
"model.layers.70.self_attn.v_proj.weight": "model-00013-of-00014.safetensors",
|
| 1182 |
+
"model.layers.71.feed_forward.down_proj.weight": "model-00014-of-00014.safetensors",
|
| 1183 |
+
"model.layers.71.feed_forward.gate_proj.weight": "model-00013-of-00014.safetensors",
|
| 1184 |
+
"model.layers.71.feed_forward.up_proj.weight": "model-00013-of-00014.safetensors",
|
| 1185 |
+
"model.layers.71.input_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 1186 |
+
"model.layers.71.mamba.A_log": "model-00014-of-00014.safetensors",
|
| 1187 |
+
"model.layers.71.mamba.D": "model-00014-of-00014.safetensors",
|
| 1188 |
+
"model.layers.71.mamba.conv1d.bias": "model-00014-of-00014.safetensors",
|
| 1189 |
+
"model.layers.71.mamba.conv1d.weight": "model-00014-of-00014.safetensors",
|
| 1190 |
+
"model.layers.71.mamba.dt_bias": "model-00014-of-00014.safetensors",
|
| 1191 |
+
"model.layers.71.mamba.in_proj.weight": "model-00014-of-00014.safetensors",
|
| 1192 |
+
"model.layers.71.mamba.norm.weight": "model-00014-of-00014.safetensors",
|
| 1193 |
+
"model.layers.71.mamba.out_proj.weight": "model-00014-of-00014.safetensors",
|
| 1194 |
+
"model.layers.71.pre_ff_layernorm.weight": "model-00014-of-00014.safetensors",
|
| 1195 |
+
"model.layers.71.self_attn.k_proj.weight": "model-00014-of-00014.safetensors",
|
| 1196 |
+
"model.layers.71.self_attn.o_proj.weight": "model-00014-of-00014.safetensors",
|
| 1197 |
+
"model.layers.71.self_attn.q_proj.weight": "model-00014-of-00014.safetensors",
|
| 1198 |
+
"model.layers.71.self_attn.v_proj.weight": "model-00014-of-00014.safetensors",
|
| 1199 |
+
"model.layers.8.feed_forward.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 1200 |
+
"model.layers.8.feed_forward.gate_proj.weight": "model-00002-of-00014.safetensors",
|
| 1201 |
+
"model.layers.8.feed_forward.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 1202 |
+
"model.layers.8.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 1203 |
+
"model.layers.8.mamba.A_log": "model-00003-of-00014.safetensors",
|
| 1204 |
+
"model.layers.8.mamba.D": "model-00003-of-00014.safetensors",
|
| 1205 |
+
"model.layers.8.mamba.conv1d.bias": "model-00003-of-00014.safetensors",
|
| 1206 |
+
"model.layers.8.mamba.conv1d.weight": "model-00003-of-00014.safetensors",
|
| 1207 |
+
"model.layers.8.mamba.dt_bias": "model-00003-of-00014.safetensors",
|
| 1208 |
+
"model.layers.8.mamba.in_proj.weight": "model-00003-of-00014.safetensors",
|
| 1209 |
+
"model.layers.8.mamba.norm.weight": "model-00003-of-00014.safetensors",
|
| 1210 |
+
"model.layers.8.mamba.out_proj.weight": "model-00003-of-00014.safetensors",
|
| 1211 |
+
"model.layers.8.pre_ff_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 1212 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 1213 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 1214 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 1215 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00003-of-00014.safetensors",
|
| 1216 |
+
"model.layers.9.feed_forward.down_proj.weight": "model-00003-of-00014.safetensors",
|
| 1217 |
+
"model.layers.9.feed_forward.gate_proj.weight": "model-00003-of-00014.safetensors",
|
| 1218 |
+
"model.layers.9.feed_forward.up_proj.weight": "model-00003-of-00014.safetensors",
|
| 1219 |
+
"model.layers.9.input_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 1220 |
+
"model.layers.9.mamba.A_log": "model-00003-of-00014.safetensors",
|
| 1221 |
+
"model.layers.9.mamba.D": "model-00003-of-00014.safetensors",
|
| 1222 |
+
"model.layers.9.mamba.conv1d.bias": "model-00003-of-00014.safetensors",
|
| 1223 |
+
"model.layers.9.mamba.conv1d.weight": "model-00003-of-00014.safetensors",
|
| 1224 |
+
"model.layers.9.mamba.dt_bias": "model-00003-of-00014.safetensors",
|
| 1225 |
+
"model.layers.9.mamba.in_proj.weight": "model-00003-of-00014.safetensors",
|
| 1226 |
+
"model.layers.9.mamba.norm.weight": "model-00003-of-00014.safetensors",
|
| 1227 |
+
"model.layers.9.mamba.out_proj.weight": "model-00003-of-00014.safetensors",
|
| 1228 |
+
"model.layers.9.pre_ff_layernorm.weight": "model-00003-of-00014.safetensors",
|
| 1229 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00003-of-00014.safetensors",
|
| 1230 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00003-of-00014.safetensors",
|
| 1231 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00003-of-00014.safetensors",
|
| 1232 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00003-of-00014.safetensors"
|
| 1233 |
+
}
|
| 1234 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,868 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|pad|>",
|
| 4 |
+
">>ABSTRACT<<",
|
| 5 |
+
">>INTRODUCTION<<",
|
| 6 |
+
">>SUMMARY<<",
|
| 7 |
+
">>COMMENT<<",
|
| 8 |
+
">>ANSWER<<",
|
| 9 |
+
">>QUESTION<<",
|
| 10 |
+
">>DOMAIN<<",
|
| 11 |
+
">>PREFIX<<",
|
| 12 |
+
">>SUFFIX<<",
|
| 13 |
+
">>MIDDLE<<",
|
| 14 |
+
"<|finetune_right_pad_id|>",
|
| 15 |
+
"<|start_header_id|>",
|
| 16 |
+
"<|end_header_id|>",
|
| 17 |
+
"<|eom_id|>",
|
| 18 |
+
"<|eot_id|>",
|
| 19 |
+
"<|begin_of_text|>",
|
| 20 |
+
">>TITLE<<",
|
| 21 |
+
"<tool_response>",
|
| 22 |
+
"</tool_response>",
|
| 23 |
+
"<tool_call>",
|
| 24 |
+
"</tool_call>",
|
| 25 |
+
"<schema>",
|
| 26 |
+
"</schema>",
|
| 27 |
+
"<scratch_pad>",
|
| 28 |
+
"</scratch_pad>",
|
| 29 |
+
"<thinking>",
|
| 30 |
+
"</thinking>",
|
| 31 |
+
"<explanation>",
|
| 32 |
+
"</explanation>",
|
| 33 |
+
"<file_sep>",
|
| 34 |
+
"<repo_name>",
|
| 35 |
+
">>UNUSED_119<<",
|
| 36 |
+
">>UNUSED_120<<",
|
| 37 |
+
"<|im_start|>",
|
| 38 |
+
"<|im_end|>",
|
| 39 |
+
"<|system|>",
|
| 40 |
+
">>UNUSED_218<<",
|
| 41 |
+
">>UNUSED_219<<",
|
| 42 |
+
">>UNUSED_220<<",
|
| 43 |
+
">>UNUSED_221<<",
|
| 44 |
+
">>UNUSED_222<<",
|
| 45 |
+
">>UNUSED_223<<",
|
| 46 |
+
">>UNUSED_224<<",
|
| 47 |
+
">>UNUSED_225<<",
|
| 48 |
+
">>UNUSED_226<<",
|
| 49 |
+
">>UNUSED_227<<",
|
| 50 |
+
">>UNUSED_228<<",
|
| 51 |
+
">>UNUSED_229<<",
|
| 52 |
+
">>UNUSED_230<<",
|
| 53 |
+
">>UNUSED_231<<",
|
| 54 |
+
">>UNUSED_232<<",
|
| 55 |
+
">>UNUSED_233<<",
|
| 56 |
+
">>UNUSED_234<<",
|
| 57 |
+
">>UNUSED_235<<",
|
| 58 |
+
">>UNUSED_236<<",
|
| 59 |
+
">>UNUSED_237<<",
|
| 60 |
+
">>UNUSED_238<<",
|
| 61 |
+
">>UNUSED_239<<",
|
| 62 |
+
">>UNUSED_240<<",
|
| 63 |
+
">>UNUSED_241<<",
|
| 64 |
+
">>UNUSED_242<<",
|
| 65 |
+
">>UNUSED_243<<",
|
| 66 |
+
">>UNUSED_244<<",
|
| 67 |
+
">>UNUSED_245<<",
|
| 68 |
+
">>UNUSED_246<<",
|
| 69 |
+
">>UNUSED_247<<",
|
| 70 |
+
">>UNUSED_248<<",
|
| 71 |
+
">>UNUSED_249<<",
|
| 72 |
+
">>UNUSED_250<<",
|
| 73 |
+
">>UNUSED_251<<",
|
| 74 |
+
">>UNUSED_252<<",
|
| 75 |
+
">>UNUSED_253<<",
|
| 76 |
+
">>UNUSED_254<<",
|
| 77 |
+
">>UNUSED_255<<",
|
| 78 |
+
">>UNUSED_256<<",
|
| 79 |
+
">>UNUSED_257<<",
|
| 80 |
+
">>UNUSED_258<<",
|
| 81 |
+
">>UNUSED_259<<",
|
| 82 |
+
">>UNUSED_260<<",
|
| 83 |
+
">>UNUSED_261<<",
|
| 84 |
+
">>UNUSED_262<<",
|
| 85 |
+
">>UNUSED_263<<",
|
| 86 |
+
">>UNUSED_264<<",
|
| 87 |
+
">>UNUSED_265<<",
|
| 88 |
+
">>UNUSED_266<<",
|
| 89 |
+
">>UNUSED_267<<",
|
| 90 |
+
">>UNUSED_268<<",
|
| 91 |
+
">>UNUSED_269<<",
|
| 92 |
+
">>UNUSED_270<<",
|
| 93 |
+
">>UNUSED_271<<",
|
| 94 |
+
">>UNUSED_272<<",
|
| 95 |
+
">>UNUSED_273<<",
|
| 96 |
+
">>UNUSED_274<<",
|
| 97 |
+
">>UNUSED_275<<",
|
| 98 |
+
">>UNUSED_276<<",
|
| 99 |
+
">>UNUSED_277<<",
|
| 100 |
+
">>UNUSED_278<<",
|
| 101 |
+
">>UNUSED_279<<",
|
| 102 |
+
">>UNUSED_280<<",
|
| 103 |
+
">>UNUSED_281<<",
|
| 104 |
+
">>UNUSED_282<<",
|
| 105 |
+
">>UNUSED_283<<",
|
| 106 |
+
">>UNUSED_284<<",
|
| 107 |
+
">>UNUSED_285<<",
|
| 108 |
+
">>UNUSED_286<<",
|
| 109 |
+
">>UNUSED_287<<",
|
| 110 |
+
">>UNUSED_288<<",
|
| 111 |
+
">>UNUSED_289<<",
|
| 112 |
+
">>UNUSED_290<<",
|
| 113 |
+
">>UNUSED_291<<",
|
| 114 |
+
">>UNUSED_292<<",
|
| 115 |
+
">>UNUSED_293<<",
|
| 116 |
+
">>UNUSED_294<<",
|
| 117 |
+
">>UNUSED_295<<",
|
| 118 |
+
">>UNUSED_296<<",
|
| 119 |
+
">>UNUSED_297<<",
|
| 120 |
+
">>UNUSED_298<<",
|
| 121 |
+
">>UNUSED_299<<",
|
| 122 |
+
">>UNUSED_300<<",
|
| 123 |
+
">>UNUSED_301<<",
|
| 124 |
+
">>UNUSED_302<<",
|
| 125 |
+
">>UNUSED_303<<",
|
| 126 |
+
">>UNUSED_304<<",
|
| 127 |
+
">>UNUSED_305<<",
|
| 128 |
+
">>UNUSED_306<<",
|
| 129 |
+
">>UNUSED_307<<",
|
| 130 |
+
">>UNUSED_308<<",
|
| 131 |
+
">>UNUSED_309<<",
|
| 132 |
+
">>UNUSED_310<<",
|
| 133 |
+
">>UNUSED_311<<",
|
| 134 |
+
">>UNUSED_312<<",
|
| 135 |
+
">>UNUSED_313<<",
|
| 136 |
+
">>UNUSED_314<<",
|
| 137 |
+
">>UNUSED_315<<",
|
| 138 |
+
">>UNUSED_316<<",
|
| 139 |
+
">>UNUSED_317<<",
|
| 140 |
+
">>UNUSED_318<<",
|
| 141 |
+
">>UNUSED_319<<",
|
| 142 |
+
">>UNUSED_320<<",
|
| 143 |
+
">>UNUSED_321<<",
|
| 144 |
+
">>UNUSED_322<<",
|
| 145 |
+
">>UNUSED_323<<",
|
| 146 |
+
">>UNUSED_324<<",
|
| 147 |
+
">>UNUSED_325<<",
|
| 148 |
+
">>UNUSED_326<<",
|
| 149 |
+
">>UNUSED_327<<",
|
| 150 |
+
">>UNUSED_328<<",
|
| 151 |
+
">>UNUSED_329<<",
|
| 152 |
+
">>UNUSED_330<<",
|
| 153 |
+
">>UNUSED_331<<",
|
| 154 |
+
">>UNUSED_332<<",
|
| 155 |
+
">>UNUSED_333<<",
|
| 156 |
+
">>UNUSED_334<<",
|
| 157 |
+
">>UNUSED_335<<",
|
| 158 |
+
">>UNUSED_336<<",
|
| 159 |
+
">>UNUSED_337<<",
|
| 160 |
+
">>UNUSED_338<<",
|
| 161 |
+
">>UNUSED_339<<",
|
| 162 |
+
">>UNUSED_340<<",
|
| 163 |
+
">>UNUSED_341<<",
|
| 164 |
+
">>UNUSED_342<<",
|
| 165 |
+
">>UNUSED_343<<",
|
| 166 |
+
">>UNUSED_344<<",
|
| 167 |
+
">>UNUSED_345<<",
|
| 168 |
+
">>UNUSED_346<<",
|
| 169 |
+
">>UNUSED_347<<",
|
| 170 |
+
">>UNUSED_348<<",
|
| 171 |
+
">>UNUSED_349<<",
|
| 172 |
+
">>UNUSED_350<<",
|
| 173 |
+
">>UNUSED_351<<",
|
| 174 |
+
">>UNUSED_352<<",
|
| 175 |
+
">>UNUSED_353<<",
|
| 176 |
+
">>UNUSED_354<<",
|
| 177 |
+
">>UNUSED_355<<",
|
| 178 |
+
">>UNUSED_356<<",
|
| 179 |
+
">>UNUSED_357<<",
|
| 180 |
+
">>UNUSED_358<<",
|
| 181 |
+
">>UNUSED_359<<",
|
| 182 |
+
">>UNUSED_360<<",
|
| 183 |
+
">>UNUSED_361<<",
|
| 184 |
+
">>UNUSED_362<<",
|
| 185 |
+
">>UNUSED_363<<",
|
| 186 |
+
">>UNUSED_364<<",
|
| 187 |
+
">>UNUSED_365<<",
|
| 188 |
+
">>UNUSED_366<<",
|
| 189 |
+
">>UNUSED_367<<",
|
| 190 |
+
">>UNUSED_368<<",
|
| 191 |
+
">>UNUSED_369<<",
|
| 192 |
+
">>UNUSED_370<<",
|
| 193 |
+
">>UNUSED_371<<",
|
| 194 |
+
">>UNUSED_372<<",
|
| 195 |
+
">>UNUSED_373<<",
|
| 196 |
+
">>UNUSED_374<<",
|
| 197 |
+
">>UNUSED_375<<",
|
| 198 |
+
">>UNUSED_376<<",
|
| 199 |
+
">>UNUSED_377<<",
|
| 200 |
+
">>UNUSED_378<<",
|
| 201 |
+
">>UNUSED_379<<",
|
| 202 |
+
">>UNUSED_380<<",
|
| 203 |
+
">>UNUSED_381<<",
|
| 204 |
+
">>UNUSED_382<<",
|
| 205 |
+
">>UNUSED_383<<",
|
| 206 |
+
">>UNUSED_384<<",
|
| 207 |
+
">>UNUSED_385<<",
|
| 208 |
+
">>UNUSED_386<<",
|
| 209 |
+
">>UNUSED_387<<",
|
| 210 |
+
">>UNUSED_388<<",
|
| 211 |
+
">>UNUSED_389<<",
|
| 212 |
+
">>UNUSED_390<<",
|
| 213 |
+
">>UNUSED_391<<",
|
| 214 |
+
">>UNUSED_392<<",
|
| 215 |
+
">>UNUSED_393<<",
|
| 216 |
+
">>UNUSED_394<<",
|
| 217 |
+
">>UNUSED_395<<",
|
| 218 |
+
">>UNUSED_396<<",
|
| 219 |
+
">>UNUSED_397<<",
|
| 220 |
+
">>UNUSED_398<<",
|
| 221 |
+
">>UNUSED_399<<",
|
| 222 |
+
">>UNUSED_400<<",
|
| 223 |
+
">>UNUSED_401<<",
|
| 224 |
+
">>UNUSED_402<<",
|
| 225 |
+
">>UNUSED_403<<",
|
| 226 |
+
">>UNUSED_404<<",
|
| 227 |
+
">>UNUSED_405<<",
|
| 228 |
+
">>UNUSED_406<<",
|
| 229 |
+
">>UNUSED_407<<",
|
| 230 |
+
">>UNUSED_408<<",
|
| 231 |
+
">>UNUSED_409<<",
|
| 232 |
+
">>UNUSED_410<<",
|
| 233 |
+
">>UNUSED_411<<",
|
| 234 |
+
">>UNUSED_412<<",
|
| 235 |
+
">>UNUSED_413<<",
|
| 236 |
+
">>UNUSED_414<<",
|
| 237 |
+
">>UNUSED_415<<",
|
| 238 |
+
">>UNUSED_416<<",
|
| 239 |
+
">>UNUSED_417<<",
|
| 240 |
+
">>UNUSED_418<<",
|
| 241 |
+
">>UNUSED_419<<",
|
| 242 |
+
">>UNUSED_420<<",
|
| 243 |
+
">>UNUSED_421<<",
|
| 244 |
+
">>UNUSED_422<<",
|
| 245 |
+
">>UNUSED_423<<",
|
| 246 |
+
">>UNUSED_424<<",
|
| 247 |
+
">>UNUSED_425<<",
|
| 248 |
+
">>UNUSED_426<<",
|
| 249 |
+
">>UNUSED_427<<",
|
| 250 |
+
">>UNUSED_428<<",
|
| 251 |
+
">>UNUSED_429<<",
|
| 252 |
+
">>UNUSED_430<<",
|
| 253 |
+
">>UNUSED_431<<",
|
| 254 |
+
">>UNUSED_432<<",
|
| 255 |
+
">>UNUSED_433<<",
|
| 256 |
+
">>UNUSED_434<<",
|
| 257 |
+
">>UNUSED_435<<",
|
| 258 |
+
">>UNUSED_436<<",
|
| 259 |
+
">>UNUSED_437<<",
|
| 260 |
+
">>UNUSED_438<<",
|
| 261 |
+
">>UNUSED_439<<",
|
| 262 |
+
">>UNUSED_440<<",
|
| 263 |
+
">>UNUSED_441<<",
|
| 264 |
+
">>UNUSED_442<<",
|
| 265 |
+
">>UNUSED_443<<",
|
| 266 |
+
">>UNUSED_444<<",
|
| 267 |
+
">>UNUSED_445<<",
|
| 268 |
+
">>UNUSED_446<<",
|
| 269 |
+
">>UNUSED_447<<",
|
| 270 |
+
">>UNUSED_448<<",
|
| 271 |
+
">>UNUSED_449<<",
|
| 272 |
+
">>UNUSED_450<<",
|
| 273 |
+
">>UNUSED_451<<",
|
| 274 |
+
">>UNUSED_452<<",
|
| 275 |
+
">>UNUSED_453<<",
|
| 276 |
+
">>UNUSED_454<<",
|
| 277 |
+
">>UNUSED_455<<",
|
| 278 |
+
">>UNUSED_456<<",
|
| 279 |
+
">>UNUSED_457<<",
|
| 280 |
+
">>UNUSED_458<<",
|
| 281 |
+
">>UNUSED_459<<",
|
| 282 |
+
">>UNUSED_460<<",
|
| 283 |
+
">>UNUSED_461<<",
|
| 284 |
+
">>UNUSED_462<<",
|
| 285 |
+
">>UNUSED_463<<",
|
| 286 |
+
">>UNUSED_464<<",
|
| 287 |
+
">>UNUSED_465<<",
|
| 288 |
+
">>UNUSED_466<<",
|
| 289 |
+
">>UNUSED_467<<",
|
| 290 |
+
">>UNUSED_468<<",
|
| 291 |
+
">>UNUSED_469<<",
|
| 292 |
+
">>UNUSED_470<<",
|
| 293 |
+
">>UNUSED_471<<",
|
| 294 |
+
">>UNUSED_472<<",
|
| 295 |
+
">>UNUSED_473<<",
|
| 296 |
+
">>UNUSED_474<<",
|
| 297 |
+
">>UNUSED_475<<",
|
| 298 |
+
">>UNUSED_476<<",
|
| 299 |
+
">>UNUSED_477<<",
|
| 300 |
+
">>UNUSED_478<<",
|
| 301 |
+
">>UNUSED_479<<",
|
| 302 |
+
">>UNUSED_480<<",
|
| 303 |
+
">>UNUSED_481<<",
|
| 304 |
+
">>UNUSED_482<<",
|
| 305 |
+
">>UNUSED_483<<",
|
| 306 |
+
">>UNUSED_484<<",
|
| 307 |
+
">>UNUSED_485<<",
|
| 308 |
+
">>UNUSED_486<<",
|
| 309 |
+
">>UNUSED_487<<",
|
| 310 |
+
">>UNUSED_488<<",
|
| 311 |
+
">>UNUSED_489<<",
|
| 312 |
+
">>UNUSED_490<<",
|
| 313 |
+
">>UNUSED_491<<",
|
| 314 |
+
">>UNUSED_492<<",
|
| 315 |
+
">>UNUSED_493<<",
|
| 316 |
+
">>UNUSED_494<<",
|
| 317 |
+
">>UNUSED_495<<",
|
| 318 |
+
">>UNUSED_496<<",
|
| 319 |
+
">>UNUSED_497<<",
|
| 320 |
+
">>UNUSED_498<<",
|
| 321 |
+
">>UNUSED_499<<",
|
| 322 |
+
">>UNUSED_500<<",
|
| 323 |
+
">>UNUSED_501<<",
|
| 324 |
+
">>UNUSED_502<<",
|
| 325 |
+
">>UNUSED_503<<",
|
| 326 |
+
">>UNUSED_504<<",
|
| 327 |
+
">>UNUSED_505<<",
|
| 328 |
+
">>UNUSED_506<<",
|
| 329 |
+
">>UNUSED_507<<",
|
| 330 |
+
">>UNUSED_508<<",
|
| 331 |
+
">>UNUSED_509<<",
|
| 332 |
+
">>UNUSED_510<<",
|
| 333 |
+
">>UNUSED_511<<",
|
| 334 |
+
">>UNUSED_512<<",
|
| 335 |
+
">>UNUSED_513<<",
|
| 336 |
+
">>UNUSED_514<<",
|
| 337 |
+
">>UNUSED_515<<",
|
| 338 |
+
">>UNUSED_516<<",
|
| 339 |
+
">>UNUSED_517<<",
|
| 340 |
+
">>UNUSED_518<<",
|
| 341 |
+
">>UNUSED_519<<",
|
| 342 |
+
">>UNUSED_520<<",
|
| 343 |
+
">>UNUSED_521<<",
|
| 344 |
+
">>UNUSED_522<<",
|
| 345 |
+
">>UNUSED_523<<",
|
| 346 |
+
">>UNUSED_524<<",
|
| 347 |
+
">>UNUSED_525<<",
|
| 348 |
+
">>UNUSED_526<<",
|
| 349 |
+
">>UNUSED_527<<",
|
| 350 |
+
">>UNUSED_528<<",
|
| 351 |
+
">>UNUSED_529<<",
|
| 352 |
+
">>UNUSED_530<<",
|
| 353 |
+
">>UNUSED_531<<",
|
| 354 |
+
">>UNUSED_532<<",
|
| 355 |
+
">>UNUSED_533<<",
|
| 356 |
+
">>UNUSED_534<<",
|
| 357 |
+
">>UNUSED_535<<",
|
| 358 |
+
">>UNUSED_536<<",
|
| 359 |
+
">>UNUSED_537<<",
|
| 360 |
+
">>UNUSED_538<<",
|
| 361 |
+
">>UNUSED_539<<",
|
| 362 |
+
">>UNUSED_540<<",
|
| 363 |
+
">>UNUSED_541<<",
|
| 364 |
+
">>UNUSED_542<<",
|
| 365 |
+
">>UNUSED_543<<",
|
| 366 |
+
">>UNUSED_544<<",
|
| 367 |
+
">>UNUSED_545<<",
|
| 368 |
+
">>UNUSED_546<<",
|
| 369 |
+
">>UNUSED_547<<",
|
| 370 |
+
">>UNUSED_548<<",
|
| 371 |
+
">>UNUSED_549<<",
|
| 372 |
+
">>UNUSED_550<<",
|
| 373 |
+
">>UNUSED_551<<",
|
| 374 |
+
">>UNUSED_552<<",
|
| 375 |
+
">>UNUSED_553<<",
|
| 376 |
+
">>UNUSED_554<<",
|
| 377 |
+
">>UNUSED_555<<",
|
| 378 |
+
">>UNUSED_556<<",
|
| 379 |
+
">>UNUSED_557<<",
|
| 380 |
+
">>UNUSED_558<<",
|
| 381 |
+
">>UNUSED_559<<",
|
| 382 |
+
">>UNUSED_560<<",
|
| 383 |
+
">>UNUSED_561<<",
|
| 384 |
+
">>UNUSED_562<<",
|
| 385 |
+
">>UNUSED_563<<",
|
| 386 |
+
">>UNUSED_564<<",
|
| 387 |
+
">>UNUSED_565<<",
|
| 388 |
+
">>UNUSED_566<<",
|
| 389 |
+
">>UNUSED_567<<",
|
| 390 |
+
">>UNUSED_568<<",
|
| 391 |
+
">>UNUSED_569<<",
|
| 392 |
+
">>UNUSED_570<<",
|
| 393 |
+
">>UNUSED_571<<",
|
| 394 |
+
">>UNUSED_572<<",
|
| 395 |
+
">>UNUSED_573<<",
|
| 396 |
+
">>UNUSED_574<<",
|
| 397 |
+
">>UNUSED_575<<",
|
| 398 |
+
">>UNUSED_576<<",
|
| 399 |
+
">>UNUSED_577<<",
|
| 400 |
+
">>UNUSED_578<<",
|
| 401 |
+
">>UNUSED_579<<",
|
| 402 |
+
">>UNUSED_580<<",
|
| 403 |
+
">>UNUSED_581<<",
|
| 404 |
+
">>UNUSED_582<<",
|
| 405 |
+
">>UNUSED_583<<",
|
| 406 |
+
">>UNUSED_584<<",
|
| 407 |
+
">>UNUSED_585<<",
|
| 408 |
+
">>UNUSED_586<<",
|
| 409 |
+
">>UNUSED_587<<",
|
| 410 |
+
">>UNUSED_588<<",
|
| 411 |
+
">>UNUSED_589<<",
|
| 412 |
+
">>UNUSED_590<<",
|
| 413 |
+
">>UNUSED_591<<",
|
| 414 |
+
">>UNUSED_592<<",
|
| 415 |
+
">>UNUSED_593<<",
|
| 416 |
+
">>UNUSED_594<<",
|
| 417 |
+
">>UNUSED_595<<",
|
| 418 |
+
">>UNUSED_596<<",
|
| 419 |
+
">>UNUSED_597<<",
|
| 420 |
+
">>UNUSED_598<<",
|
| 421 |
+
">>UNUSED_599<<",
|
| 422 |
+
">>UNUSED_600<<",
|
| 423 |
+
">>UNUSED_601<<",
|
| 424 |
+
">>UNUSED_602<<",
|
| 425 |
+
">>UNUSED_603<<",
|
| 426 |
+
">>UNUSED_604<<",
|
| 427 |
+
">>UNUSED_605<<",
|
| 428 |
+
">>UNUSED_606<<",
|
| 429 |
+
">>UNUSED_607<<",
|
| 430 |
+
">>UNUSED_608<<",
|
| 431 |
+
">>UNUSED_609<<",
|
| 432 |
+
">>UNUSED_610<<",
|
| 433 |
+
">>UNUSED_611<<",
|
| 434 |
+
">>UNUSED_612<<",
|
| 435 |
+
">>UNUSED_613<<",
|
| 436 |
+
">>UNUSED_614<<",
|
| 437 |
+
">>UNUSED_615<<",
|
| 438 |
+
">>UNUSED_616<<",
|
| 439 |
+
">>UNUSED_617<<",
|
| 440 |
+
">>UNUSED_618<<",
|
| 441 |
+
">>UNUSED_619<<",
|
| 442 |
+
">>UNUSED_620<<",
|
| 443 |
+
">>UNUSED_621<<",
|
| 444 |
+
">>UNUSED_622<<",
|
| 445 |
+
">>UNUSED_623<<",
|
| 446 |
+
">>UNUSED_624<<",
|
| 447 |
+
">>UNUSED_625<<",
|
| 448 |
+
">>UNUSED_626<<",
|
| 449 |
+
">>UNUSED_627<<",
|
| 450 |
+
">>UNUSED_628<<",
|
| 451 |
+
">>UNUSED_629<<",
|
| 452 |
+
">>UNUSED_630<<",
|
| 453 |
+
">>UNUSED_631<<",
|
| 454 |
+
">>UNUSED_632<<",
|
| 455 |
+
">>UNUSED_633<<",
|
| 456 |
+
">>UNUSED_634<<",
|
| 457 |
+
">>UNUSED_635<<",
|
| 458 |
+
">>UNUSED_636<<",
|
| 459 |
+
">>UNUSED_637<<",
|
| 460 |
+
">>UNUSED_638<<",
|
| 461 |
+
">>UNUSED_639<<",
|
| 462 |
+
">>UNUSED_640<<",
|
| 463 |
+
">>UNUSED_641<<",
|
| 464 |
+
">>UNUSED_642<<",
|
| 465 |
+
">>UNUSED_643<<",
|
| 466 |
+
">>UNUSED_644<<",
|
| 467 |
+
">>UNUSED_645<<",
|
| 468 |
+
">>UNUSED_646<<",
|
| 469 |
+
">>UNUSED_647<<",
|
| 470 |
+
">>UNUSED_648<<",
|
| 471 |
+
">>UNUSED_649<<",
|
| 472 |
+
">>UNUSED_650<<",
|
| 473 |
+
">>UNUSED_651<<",
|
| 474 |
+
">>UNUSED_652<<",
|
| 475 |
+
">>UNUSED_653<<",
|
| 476 |
+
">>UNUSED_654<<",
|
| 477 |
+
">>UNUSED_655<<",
|
| 478 |
+
">>UNUSED_656<<",
|
| 479 |
+
">>UNUSED_657<<",
|
| 480 |
+
">>UNUSED_658<<",
|
| 481 |
+
">>UNUSED_659<<",
|
| 482 |
+
">>UNUSED_660<<",
|
| 483 |
+
">>UNUSED_661<<",
|
| 484 |
+
">>UNUSED_662<<",
|
| 485 |
+
">>UNUSED_663<<",
|
| 486 |
+
">>UNUSED_664<<",
|
| 487 |
+
">>UNUSED_665<<",
|
| 488 |
+
">>UNUSED_666<<",
|
| 489 |
+
">>UNUSED_667<<",
|
| 490 |
+
">>UNUSED_668<<",
|
| 491 |
+
">>UNUSED_669<<",
|
| 492 |
+
">>UNUSED_670<<",
|
| 493 |
+
">>UNUSED_671<<",
|
| 494 |
+
">>UNUSED_672<<",
|
| 495 |
+
">>UNUSED_673<<",
|
| 496 |
+
">>UNUSED_674<<",
|
| 497 |
+
">>UNUSED_675<<",
|
| 498 |
+
">>UNUSED_676<<",
|
| 499 |
+
">>UNUSED_677<<",
|
| 500 |
+
">>UNUSED_678<<",
|
| 501 |
+
">>UNUSED_679<<",
|
| 502 |
+
">>UNUSED_680<<",
|
| 503 |
+
">>UNUSED_681<<",
|
| 504 |
+
">>UNUSED_682<<",
|
| 505 |
+
">>UNUSED_683<<",
|
| 506 |
+
">>UNUSED_684<<",
|
| 507 |
+
">>UNUSED_685<<",
|
| 508 |
+
">>UNUSED_686<<",
|
| 509 |
+
">>UNUSED_687<<",
|
| 510 |
+
">>UNUSED_688<<",
|
| 511 |
+
">>UNUSED_689<<",
|
| 512 |
+
">>UNUSED_690<<",
|
| 513 |
+
">>UNUSED_691<<",
|
| 514 |
+
">>UNUSED_692<<",
|
| 515 |
+
">>UNUSED_693<<",
|
| 516 |
+
">>UNUSED_694<<",
|
| 517 |
+
">>UNUSED_695<<",
|
| 518 |
+
">>UNUSED_696<<",
|
| 519 |
+
">>UNUSED_697<<",
|
| 520 |
+
">>UNUSED_698<<",
|
| 521 |
+
">>UNUSED_699<<",
|
| 522 |
+
">>UNUSED_700<<",
|
| 523 |
+
">>UNUSED_701<<",
|
| 524 |
+
">>UNUSED_702<<",
|
| 525 |
+
">>UNUSED_703<<",
|
| 526 |
+
">>UNUSED_704<<",
|
| 527 |
+
">>UNUSED_705<<",
|
| 528 |
+
">>UNUSED_706<<",
|
| 529 |
+
">>UNUSED_707<<",
|
| 530 |
+
">>UNUSED_708<<",
|
| 531 |
+
">>UNUSED_709<<",
|
| 532 |
+
">>UNUSED_710<<",
|
| 533 |
+
">>UNUSED_711<<",
|
| 534 |
+
">>UNUSED_712<<",
|
| 535 |
+
">>UNUSED_713<<",
|
| 536 |
+
">>UNUSED_714<<",
|
| 537 |
+
">>UNUSED_715<<",
|
| 538 |
+
">>UNUSED_716<<",
|
| 539 |
+
">>UNUSED_717<<",
|
| 540 |
+
">>UNUSED_718<<",
|
| 541 |
+
">>UNUSED_719<<",
|
| 542 |
+
">>UNUSED_720<<",
|
| 543 |
+
">>UNUSED_721<<",
|
| 544 |
+
">>UNUSED_722<<",
|
| 545 |
+
">>UNUSED_723<<",
|
| 546 |
+
">>UNUSED_724<<",
|
| 547 |
+
">>UNUSED_725<<",
|
| 548 |
+
">>UNUSED_726<<",
|
| 549 |
+
">>UNUSED_727<<",
|
| 550 |
+
">>UNUSED_728<<",
|
| 551 |
+
">>UNUSED_729<<",
|
| 552 |
+
">>UNUSED_730<<",
|
| 553 |
+
">>UNUSED_731<<",
|
| 554 |
+
">>UNUSED_732<<",
|
| 555 |
+
">>UNUSED_733<<",
|
| 556 |
+
">>UNUSED_734<<",
|
| 557 |
+
">>UNUSED_735<<",
|
| 558 |
+
">>UNUSED_736<<",
|
| 559 |
+
">>UNUSED_737<<",
|
| 560 |
+
">>UNUSED_738<<",
|
| 561 |
+
">>UNUSED_739<<",
|
| 562 |
+
">>UNUSED_740<<",
|
| 563 |
+
">>UNUSED_741<<",
|
| 564 |
+
">>UNUSED_742<<",
|
| 565 |
+
">>UNUSED_743<<",
|
| 566 |
+
">>UNUSED_744<<",
|
| 567 |
+
">>UNUSED_745<<",
|
| 568 |
+
">>UNUSED_746<<",
|
| 569 |
+
">>UNUSED_747<<",
|
| 570 |
+
">>UNUSED_748<<",
|
| 571 |
+
">>UNUSED_749<<",
|
| 572 |
+
">>UNUSED_750<<",
|
| 573 |
+
">>UNUSED_751<<",
|
| 574 |
+
">>UNUSED_752<<",
|
| 575 |
+
">>UNUSED_753<<",
|
| 576 |
+
">>UNUSED_754<<",
|
| 577 |
+
">>UNUSED_755<<",
|
| 578 |
+
">>UNUSED_756<<",
|
| 579 |
+
">>UNUSED_757<<",
|
| 580 |
+
">>UNUSED_758<<",
|
| 581 |
+
">>UNUSED_759<<",
|
| 582 |
+
">>UNUSED_760<<",
|
| 583 |
+
">>UNUSED_761<<",
|
| 584 |
+
">>UNUSED_762<<",
|
| 585 |
+
">>UNUSED_763<<",
|
| 586 |
+
">>UNUSED_764<<",
|
| 587 |
+
">>UNUSED_765<<",
|
| 588 |
+
">>UNUSED_766<<",
|
| 589 |
+
">>UNUSED_767<<",
|
| 590 |
+
">>UNUSED_768<<",
|
| 591 |
+
">>UNUSED_769<<",
|
| 592 |
+
">>UNUSED_770<<",
|
| 593 |
+
">>UNUSED_771<<",
|
| 594 |
+
">>UNUSED_772<<",
|
| 595 |
+
">>UNUSED_773<<",
|
| 596 |
+
">>UNUSED_774<<",
|
| 597 |
+
">>UNUSED_775<<",
|
| 598 |
+
">>UNUSED_776<<",
|
| 599 |
+
">>UNUSED_777<<",
|
| 600 |
+
">>UNUSED_778<<",
|
| 601 |
+
">>UNUSED_779<<",
|
| 602 |
+
">>UNUSED_780<<",
|
| 603 |
+
">>UNUSED_781<<",
|
| 604 |
+
">>UNUSED_782<<",
|
| 605 |
+
">>UNUSED_783<<",
|
| 606 |
+
">>UNUSED_784<<",
|
| 607 |
+
">>UNUSED_785<<",
|
| 608 |
+
">>UNUSED_786<<",
|
| 609 |
+
">>UNUSED_787<<",
|
| 610 |
+
">>UNUSED_788<<",
|
| 611 |
+
">>UNUSED_789<<",
|
| 612 |
+
">>UNUSED_790<<",
|
| 613 |
+
">>UNUSED_791<<",
|
| 614 |
+
">>UNUSED_792<<",
|
| 615 |
+
">>UNUSED_793<<",
|
| 616 |
+
">>UNUSED_794<<",
|
| 617 |
+
">>UNUSED_795<<",
|
| 618 |
+
">>UNUSED_796<<",
|
| 619 |
+
">>UNUSED_797<<",
|
| 620 |
+
">>UNUSED_798<<",
|
| 621 |
+
">>UNUSED_799<<",
|
| 622 |
+
">>UNUSED_800<<",
|
| 623 |
+
">>UNUSED_801<<",
|
| 624 |
+
">>UNUSED_802<<",
|
| 625 |
+
">>UNUSED_803<<",
|
| 626 |
+
">>UNUSED_804<<",
|
| 627 |
+
">>UNUSED_805<<",
|
| 628 |
+
">>UNUSED_806<<",
|
| 629 |
+
">>UNUSED_807<<",
|
| 630 |
+
">>UNUSED_808<<",
|
| 631 |
+
">>UNUSED_809<<",
|
| 632 |
+
">>UNUSED_810<<",
|
| 633 |
+
">>UNUSED_811<<",
|
| 634 |
+
">>UNUSED_812<<",
|
| 635 |
+
">>UNUSED_813<<",
|
| 636 |
+
">>UNUSED_814<<",
|
| 637 |
+
">>UNUSED_815<<",
|
| 638 |
+
">>UNUSED_816<<",
|
| 639 |
+
">>UNUSED_817<<",
|
| 640 |
+
">>UNUSED_818<<",
|
| 641 |
+
">>UNUSED_819<<",
|
| 642 |
+
">>UNUSED_820<<",
|
| 643 |
+
">>UNUSED_821<<",
|
| 644 |
+
">>UNUSED_822<<",
|
| 645 |
+
">>UNUSED_823<<",
|
| 646 |
+
">>UNUSED_824<<",
|
| 647 |
+
">>UNUSED_825<<",
|
| 648 |
+
">>UNUSED_826<<",
|
| 649 |
+
">>UNUSED_827<<",
|
| 650 |
+
">>UNUSED_828<<",
|
| 651 |
+
">>UNUSED_829<<",
|
| 652 |
+
">>UNUSED_830<<",
|
| 653 |
+
">>UNUSED_831<<",
|
| 654 |
+
">>UNUSED_832<<",
|
| 655 |
+
">>UNUSED_833<<",
|
| 656 |
+
">>UNUSED_834<<",
|
| 657 |
+
">>UNUSED_835<<",
|
| 658 |
+
">>UNUSED_836<<",
|
| 659 |
+
">>UNUSED_837<<",
|
| 660 |
+
">>UNUSED_838<<",
|
| 661 |
+
">>UNUSED_839<<",
|
| 662 |
+
">>UNUSED_840<<",
|
| 663 |
+
">>UNUSED_841<<",
|
| 664 |
+
">>UNUSED_842<<",
|
| 665 |
+
">>UNUSED_843<<",
|
| 666 |
+
">>UNUSED_844<<",
|
| 667 |
+
">>UNUSED_845<<",
|
| 668 |
+
">>UNUSED_846<<",
|
| 669 |
+
">>UNUSED_847<<",
|
| 670 |
+
">>UNUSED_848<<",
|
| 671 |
+
">>UNUSED_849<<",
|
| 672 |
+
">>UNUSED_850<<",
|
| 673 |
+
">>UNUSED_851<<",
|
| 674 |
+
">>UNUSED_852<<",
|
| 675 |
+
">>UNUSED_853<<",
|
| 676 |
+
">>UNUSED_854<<",
|
| 677 |
+
">>UNUSED_855<<",
|
| 678 |
+
">>UNUSED_856<<",
|
| 679 |
+
">>UNUSED_857<<",
|
| 680 |
+
">>UNUSED_858<<",
|
| 681 |
+
">>UNUSED_859<<",
|
| 682 |
+
">>UNUSED_860<<",
|
| 683 |
+
">>UNUSED_861<<",
|
| 684 |
+
">>UNUSED_862<<",
|
| 685 |
+
">>UNUSED_863<<",
|
| 686 |
+
">>UNUSED_864<<",
|
| 687 |
+
">>UNUSED_865<<",
|
| 688 |
+
">>UNUSED_866<<",
|
| 689 |
+
">>UNUSED_867<<",
|
| 690 |
+
">>UNUSED_868<<",
|
| 691 |
+
">>UNUSED_869<<",
|
| 692 |
+
">>UNUSED_870<<",
|
| 693 |
+
">>UNUSED_871<<",
|
| 694 |
+
">>UNUSED_872<<",
|
| 695 |
+
">>UNUSED_873<<",
|
| 696 |
+
">>UNUSED_874<<",
|
| 697 |
+
">>UNUSED_875<<",
|
| 698 |
+
">>UNUSED_876<<",
|
| 699 |
+
">>UNUSED_877<<",
|
| 700 |
+
">>UNUSED_878<<",
|
| 701 |
+
">>UNUSED_879<<",
|
| 702 |
+
">>UNUSED_880<<",
|
| 703 |
+
">>UNUSED_881<<",
|
| 704 |
+
">>UNUSED_882<<",
|
| 705 |
+
">>UNUSED_883<<",
|
| 706 |
+
">>UNUSED_884<<",
|
| 707 |
+
">>UNUSED_885<<",
|
| 708 |
+
">>UNUSED_886<<",
|
| 709 |
+
">>UNUSED_887<<",
|
| 710 |
+
">>UNUSED_888<<",
|
| 711 |
+
">>UNUSED_889<<",
|
| 712 |
+
">>UNUSED_890<<",
|
| 713 |
+
">>UNUSED_891<<",
|
| 714 |
+
">>UNUSED_892<<",
|
| 715 |
+
">>UNUSED_893<<",
|
| 716 |
+
">>UNUSED_894<<",
|
| 717 |
+
">>UNUSED_895<<",
|
| 718 |
+
">>UNUSED_896<<",
|
| 719 |
+
">>UNUSED_897<<",
|
| 720 |
+
">>UNUSED_898<<",
|
| 721 |
+
">>UNUSED_899<<",
|
| 722 |
+
">>UNUSED_900<<",
|
| 723 |
+
">>UNUSED_901<<",
|
| 724 |
+
">>UNUSED_902<<",
|
| 725 |
+
">>UNUSED_903<<",
|
| 726 |
+
">>UNUSED_904<<",
|
| 727 |
+
">>UNUSED_905<<",
|
| 728 |
+
">>UNUSED_906<<",
|
| 729 |
+
">>UNUSED_907<<",
|
| 730 |
+
">>UNUSED_908<<",
|
| 731 |
+
">>UNUSED_909<<",
|
| 732 |
+
">>UNUSED_910<<",
|
| 733 |
+
">>UNUSED_911<<",
|
| 734 |
+
">>UNUSED_912<<",
|
| 735 |
+
">>UNUSED_913<<",
|
| 736 |
+
">>UNUSED_914<<",
|
| 737 |
+
">>UNUSED_915<<",
|
| 738 |
+
">>UNUSED_916<<",
|
| 739 |
+
">>UNUSED_917<<",
|
| 740 |
+
">>UNUSED_918<<",
|
| 741 |
+
">>UNUSED_919<<",
|
| 742 |
+
">>UNUSED_920<<",
|
| 743 |
+
">>UNUSED_921<<",
|
| 744 |
+
">>UNUSED_922<<",
|
| 745 |
+
">>UNUSED_923<<",
|
| 746 |
+
">>UNUSED_924<<",
|
| 747 |
+
">>UNUSED_925<<",
|
| 748 |
+
">>UNUSED_926<<",
|
| 749 |
+
">>UNUSED_927<<",
|
| 750 |
+
">>UNUSED_928<<",
|
| 751 |
+
">>UNUSED_929<<",
|
| 752 |
+
">>UNUSED_930<<",
|
| 753 |
+
">>UNUSED_931<<",
|
| 754 |
+
">>UNUSED_932<<",
|
| 755 |
+
">>UNUSED_933<<",
|
| 756 |
+
">>UNUSED_934<<",
|
| 757 |
+
">>UNUSED_935<<",
|
| 758 |
+
">>UNUSED_936<<",
|
| 759 |
+
">>UNUSED_937<<",
|
| 760 |
+
">>UNUSED_938<<",
|
| 761 |
+
">>UNUSED_939<<",
|
| 762 |
+
">>UNUSED_940<<",
|
| 763 |
+
">>UNUSED_941<<",
|
| 764 |
+
">>UNUSED_942<<",
|
| 765 |
+
">>UNUSED_943<<",
|
| 766 |
+
">>UNUSED_944<<",
|
| 767 |
+
">>UNUSED_945<<",
|
| 768 |
+
">>UNUSED_946<<",
|
| 769 |
+
">>UNUSED_947<<",
|
| 770 |
+
">>UNUSED_948<<",
|
| 771 |
+
">>UNUSED_949<<",
|
| 772 |
+
">>UNUSED_950<<",
|
| 773 |
+
">>UNUSED_951<<",
|
| 774 |
+
">>UNUSED_952<<",
|
| 775 |
+
">>UNUSED_953<<",
|
| 776 |
+
">>UNUSED_954<<",
|
| 777 |
+
">>UNUSED_955<<",
|
| 778 |
+
">>UNUSED_956<<",
|
| 779 |
+
">>UNUSED_957<<",
|
| 780 |
+
">>UNUSED_958<<",
|
| 781 |
+
">>UNUSED_959<<",
|
| 782 |
+
">>UNUSED_960<<",
|
| 783 |
+
">>UNUSED_961<<",
|
| 784 |
+
">>UNUSED_962<<",
|
| 785 |
+
">>UNUSED_963<<",
|
| 786 |
+
">>UNUSED_964<<",
|
| 787 |
+
">>UNUSED_965<<",
|
| 788 |
+
">>UNUSED_966<<",
|
| 789 |
+
">>UNUSED_967<<",
|
| 790 |
+
">>UNUSED_968<<",
|
| 791 |
+
">>UNUSED_969<<",
|
| 792 |
+
">>UNUSED_970<<",
|
| 793 |
+
">>UNUSED_971<<",
|
| 794 |
+
">>UNUSED_972<<",
|
| 795 |
+
">>UNUSED_973<<",
|
| 796 |
+
">>UNUSED_974<<",
|
| 797 |
+
">>UNUSED_975<<",
|
| 798 |
+
">>UNUSED_976<<",
|
| 799 |
+
">>UNUSED_977<<",
|
| 800 |
+
">>UNUSED_978<<",
|
| 801 |
+
">>UNUSED_979<<",
|
| 802 |
+
">>UNUSED_980<<",
|
| 803 |
+
">>UNUSED_981<<",
|
| 804 |
+
">>UNUSED_982<<",
|
| 805 |
+
">>UNUSED_983<<",
|
| 806 |
+
">>UNUSED_984<<",
|
| 807 |
+
">>UNUSED_985<<",
|
| 808 |
+
">>UNUSED_986<<",
|
| 809 |
+
">>UNUSED_987<<",
|
| 810 |
+
">>UNUSED_988<<",
|
| 811 |
+
">>UNUSED_989<<",
|
| 812 |
+
">>UNUSED_990<<",
|
| 813 |
+
">>UNUSED_991<<",
|
| 814 |
+
">>UNUSED_992<<",
|
| 815 |
+
">>UNUSED_993<<",
|
| 816 |
+
">>UNUSED_994<<",
|
| 817 |
+
">>UNUSED_995<<",
|
| 818 |
+
">>UNUSED_996<<",
|
| 819 |
+
">>UNUSED_997<<",
|
| 820 |
+
">>UNUSED_998<<",
|
| 821 |
+
">>UNUSED_999<<",
|
| 822 |
+
">>UNUSED_1000<<",
|
| 823 |
+
">>UNUSED_1001<<",
|
| 824 |
+
">>UNUSED_1002<<",
|
| 825 |
+
">>UNUSED_1003<<",
|
| 826 |
+
">>UNUSED_1004<<",
|
| 827 |
+
">>UNUSED_1005<<",
|
| 828 |
+
">>UNUSED_1006<<",
|
| 829 |
+
">>UNUSED_1007<<",
|
| 830 |
+
">>UNUSED_1008<<",
|
| 831 |
+
">>UNUSED_1009<<",
|
| 832 |
+
">>UNUSED_1010<<",
|
| 833 |
+
">>UNUSED_1011<<",
|
| 834 |
+
">>UNUSED_1012<<",
|
| 835 |
+
">>UNUSED_1013<<",
|
| 836 |
+
">>UNUSED_1014<<",
|
| 837 |
+
">>UNUSED_1015<<",
|
| 838 |
+
">>UNUSED_1016<<",
|
| 839 |
+
">>UNUSED_1017<<",
|
| 840 |
+
">>UNUSED_1018<<",
|
| 841 |
+
">>UNUSED_1019<<",
|
| 842 |
+
">>UNUSED_1020<<",
|
| 843 |
+
">>UNUSED_1021<<",
|
| 844 |
+
">>UNUSED_1022<<",
|
| 845 |
+
">>UNUSED_1023<<"
|
| 846 |
+
],
|
| 847 |
+
"bos_token": {
|
| 848 |
+
"content": "<|begin_of_text|>",
|
| 849 |
+
"lstrip": false,
|
| 850 |
+
"normalized": false,
|
| 851 |
+
"rstrip": false,
|
| 852 |
+
"single_word": false
|
| 853 |
+
},
|
| 854 |
+
"eos_token": {
|
| 855 |
+
"content": "<|end_of_text|>",
|
| 856 |
+
"lstrip": false,
|
| 857 |
+
"normalized": false,
|
| 858 |
+
"rstrip": false,
|
| 859 |
+
"single_word": false
|
| 860 |
+
},
|
| 861 |
+
"pad_token": {
|
| 862 |
+
"content": "<|pad|>",
|
| 863 |
+
"lstrip": false,
|
| 864 |
+
"normalized": false,
|
| 865 |
+
"rstrip": false,
|
| 866 |
+
"single_word": false
|
| 867 |
+
}
|
| 868 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3773232503e494688ed696239e23b10ce36425290350d07b9e1067f9d6fbbab7
|
| 3 |
+
size 21756262
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|