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-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index.json +758 -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.10416666666666667,
|
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": 3072,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 12288,
|
18 |
+
"key_multiplier": 0.030690398488999456,
|
19 |
+
"lm_head_multiplier": 0.013020833333333334,
|
20 |
+
"mamba_chunk_size": 256,
|
21 |
+
"mamba_conv_bias": true,
|
22 |
+
"mamba_d_conv": 4,
|
23 |
+
"mamba_d_head": 128,
|
24 |
+
"mamba_d_ssm": 3072,
|
25 |
+
"mamba_d_state": 256,
|
26 |
+
"mamba_expand": 2,
|
27 |
+
"mamba_n_groups": 1,
|
28 |
+
"mamba_n_heads": 24,
|
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.2946278254943948,
|
38 |
+
0.032552083333333336
|
39 |
+
],
|
40 |
+
"model_type": "falcon_h1",
|
41 |
+
"num_attention_heads": 12,
|
42 |
+
"num_hidden_layers": 44,
|
43 |
+
"num_key_value_heads": 2,
|
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.4166666666666667,
|
51 |
+
"ssm_multipliers": [
|
52 |
+
0.3535533905932738,
|
53 |
+
0.25,
|
54 |
+
0.1767766952966369,
|
55 |
+
0.5,
|
56 |
+
0.3535533905932738
|
57 |
+
],
|
58 |
+
"ssm_out_multiplier": 0.11785113019775793,
|
59 |
+
"tie_word_embeddings": false,
|
60 |
+
"torch_dtype": "bfloat16",
|
61 |
+
"transformers_version": "4.52.0.dev0",
|
62 |
+
"use_cache": true,
|
63 |
+
"vocab_size": 130049
|
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-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb9c3e71a1625c1dd13d164ffddb6b3f03c1ebeb7994b86526b10352d2124627
|
3 |
+
size 4960322992
|
model-00002-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e5a0b9e74ace5642e559d5b88a0fde6233033750a7223dcafadc84e5b433ed3
|
3 |
+
size 4935762112
|
model-00003-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75bceb292837f48349a1ba2667763380ab00b8adeb46481bef8ec71fd9d57827
|
3 |
+
size 4476288016
|
model-00004-of-00004.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2dccc6787b572ea462e7887ff5a90b6cecf6a5848a18df479e57d6b9481dfea0
|
3 |
+
size 799021184
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,758 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 15171309760
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00004-of-00004.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
8 |
+
"model.final_layernorm.weight": "model-00003-of-00004.safetensors",
|
9 |
+
"model.layers.0.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
10 |
+
"model.layers.0.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
11 |
+
"model.layers.0.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
12 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
13 |
+
"model.layers.0.mamba.A_log": "model-00001-of-00004.safetensors",
|
14 |
+
"model.layers.0.mamba.D": "model-00001-of-00004.safetensors",
|
15 |
+
"model.layers.0.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
16 |
+
"model.layers.0.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
17 |
+
"model.layers.0.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
18 |
+
"model.layers.0.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
19 |
+
"model.layers.0.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
20 |
+
"model.layers.0.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
21 |
+
"model.layers.0.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
22 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
23 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
24 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
25 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
26 |
+
"model.layers.1.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
27 |
+
"model.layers.1.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
28 |
+
"model.layers.1.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
29 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
30 |
+
"model.layers.1.mamba.A_log": "model-00001-of-00004.safetensors",
|
31 |
+
"model.layers.1.mamba.D": "model-00001-of-00004.safetensors",
|
32 |
+
"model.layers.1.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
33 |
+
"model.layers.1.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
34 |
+
"model.layers.1.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
35 |
+
"model.layers.1.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
36 |
+
"model.layers.1.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
37 |
+
"model.layers.1.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
38 |
+
"model.layers.1.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
39 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
40 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
41 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
42 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
43 |
+
"model.layers.10.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
44 |
+
"model.layers.10.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
45 |
+
"model.layers.10.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
46 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
47 |
+
"model.layers.10.mamba.A_log": "model-00001-of-00004.safetensors",
|
48 |
+
"model.layers.10.mamba.D": "model-00001-of-00004.safetensors",
|
49 |
+
"model.layers.10.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
50 |
+
"model.layers.10.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
51 |
+
"model.layers.10.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
52 |
+
"model.layers.10.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
53 |
+
"model.layers.10.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
54 |
+
"model.layers.10.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
55 |
+
"model.layers.10.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
56 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
57 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
58 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
59 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
60 |
+
"model.layers.11.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
61 |
+
"model.layers.11.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
62 |
+
"model.layers.11.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
63 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
64 |
+
"model.layers.11.mamba.A_log": "model-00001-of-00004.safetensors",
|
65 |
+
"model.layers.11.mamba.D": "model-00001-of-00004.safetensors",
|
66 |
+
"model.layers.11.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
67 |
+
"model.layers.11.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
68 |
+
"model.layers.11.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
69 |
+
"model.layers.11.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
70 |
+
"model.layers.11.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
71 |
+
"model.layers.11.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
72 |
+
"model.layers.11.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
73 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
74 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
75 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
76 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
77 |
+
"model.layers.12.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
78 |
+
"model.layers.12.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
79 |
+
"model.layers.12.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
80 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
81 |
+
"model.layers.12.mamba.A_log": "model-00001-of-00004.safetensors",
|
82 |
+
"model.layers.12.mamba.D": "model-00001-of-00004.safetensors",
|
83 |
+
"model.layers.12.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
84 |
+
"model.layers.12.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
85 |
+
"model.layers.12.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
86 |
+
"model.layers.12.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
87 |
+
"model.layers.12.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
88 |
+
"model.layers.12.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
89 |
+
"model.layers.12.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
90 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
91 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
92 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
93 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
94 |
+
"model.layers.13.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
95 |
+
"model.layers.13.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
96 |
+
"model.layers.13.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
97 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
98 |
+
"model.layers.13.mamba.A_log": "model-00002-of-00004.safetensors",
|
99 |
+
"model.layers.13.mamba.D": "model-00002-of-00004.safetensors",
|
100 |
+
"model.layers.13.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
101 |
+
"model.layers.13.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
102 |
+
"model.layers.13.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
103 |
+
"model.layers.13.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
104 |
+
"model.layers.13.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
105 |
+
"model.layers.13.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
106 |
+
"model.layers.13.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
107 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
108 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
109 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
110 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
111 |
+
"model.layers.14.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
112 |
+
"model.layers.14.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
113 |
+
"model.layers.14.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
114 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
115 |
+
"model.layers.14.mamba.A_log": "model-00002-of-00004.safetensors",
|
116 |
+
"model.layers.14.mamba.D": "model-00002-of-00004.safetensors",
|
117 |
+
"model.layers.14.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
118 |
+
"model.layers.14.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
119 |
+
"model.layers.14.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
120 |
+
"model.layers.14.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
121 |
+
"model.layers.14.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
122 |
+
"model.layers.14.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
123 |
+
"model.layers.14.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
124 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
125 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
126 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
127 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
128 |
+
"model.layers.15.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
129 |
+
"model.layers.15.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
130 |
+
"model.layers.15.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
131 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
132 |
+
"model.layers.15.mamba.A_log": "model-00002-of-00004.safetensors",
|
133 |
+
"model.layers.15.mamba.D": "model-00002-of-00004.safetensors",
|
134 |
+
"model.layers.15.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
135 |
+
"model.layers.15.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
136 |
+
"model.layers.15.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
137 |
+
"model.layers.15.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
138 |
+
"model.layers.15.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
139 |
+
"model.layers.15.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
140 |
+
"model.layers.15.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
141 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
142 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
143 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
144 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
145 |
+
"model.layers.16.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
146 |
+
"model.layers.16.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
147 |
+
"model.layers.16.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
148 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
149 |
+
"model.layers.16.mamba.A_log": "model-00002-of-00004.safetensors",
|
150 |
+
"model.layers.16.mamba.D": "model-00002-of-00004.safetensors",
|
151 |
+
"model.layers.16.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
152 |
+
"model.layers.16.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
153 |
+
"model.layers.16.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
154 |
+
"model.layers.16.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
155 |
+
"model.layers.16.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
156 |
+
"model.layers.16.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
157 |
+
"model.layers.16.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
158 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
159 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
160 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
161 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
162 |
+
"model.layers.17.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
163 |
+
"model.layers.17.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
164 |
+
"model.layers.17.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
165 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
166 |
+
"model.layers.17.mamba.A_log": "model-00002-of-00004.safetensors",
|
167 |
+
"model.layers.17.mamba.D": "model-00002-of-00004.safetensors",
|
168 |
+
"model.layers.17.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
169 |
+
"model.layers.17.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
170 |
+
"model.layers.17.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
171 |
+
"model.layers.17.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
172 |
+
"model.layers.17.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
173 |
+
"model.layers.17.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
174 |
+
"model.layers.17.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
175 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
176 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
177 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
178 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
179 |
+
"model.layers.18.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
180 |
+
"model.layers.18.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
181 |
+
"model.layers.18.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
182 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
183 |
+
"model.layers.18.mamba.A_log": "model-00002-of-00004.safetensors",
|
184 |
+
"model.layers.18.mamba.D": "model-00002-of-00004.safetensors",
|
185 |
+
"model.layers.18.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
186 |
+
"model.layers.18.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
187 |
+
"model.layers.18.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
188 |
+
"model.layers.18.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
189 |
+
"model.layers.18.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
190 |
+
"model.layers.18.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
191 |
+
"model.layers.18.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
192 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
193 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
194 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
195 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
196 |
+
"model.layers.19.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
197 |
+
"model.layers.19.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
198 |
+
"model.layers.19.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
199 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
200 |
+
"model.layers.19.mamba.A_log": "model-00002-of-00004.safetensors",
|
201 |
+
"model.layers.19.mamba.D": "model-00002-of-00004.safetensors",
|
202 |
+
"model.layers.19.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
203 |
+
"model.layers.19.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
204 |
+
"model.layers.19.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
205 |
+
"model.layers.19.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
206 |
+
"model.layers.19.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
207 |
+
"model.layers.19.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
208 |
+
"model.layers.19.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
209 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
210 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
211 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
212 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
213 |
+
"model.layers.2.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
214 |
+
"model.layers.2.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
215 |
+
"model.layers.2.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
216 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
217 |
+
"model.layers.2.mamba.A_log": "model-00001-of-00004.safetensors",
|
218 |
+
"model.layers.2.mamba.D": "model-00001-of-00004.safetensors",
|
219 |
+
"model.layers.2.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
220 |
+
"model.layers.2.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
221 |
+
"model.layers.2.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
222 |
+
"model.layers.2.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
223 |
+
"model.layers.2.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
224 |
+
"model.layers.2.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
225 |
+
"model.layers.2.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
226 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
227 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
228 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
229 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
230 |
+
"model.layers.20.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
231 |
+
"model.layers.20.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
232 |
+
"model.layers.20.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
233 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
234 |
+
"model.layers.20.mamba.A_log": "model-00002-of-00004.safetensors",
|
235 |
+
"model.layers.20.mamba.D": "model-00002-of-00004.safetensors",
|
236 |
+
"model.layers.20.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
237 |
+
"model.layers.20.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
238 |
+
"model.layers.20.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
239 |
+
"model.layers.20.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
240 |
+
"model.layers.20.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
241 |
+
"model.layers.20.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
242 |
+
"model.layers.20.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
243 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
244 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
245 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
246 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
247 |
+
"model.layers.21.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
248 |
+
"model.layers.21.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
249 |
+
"model.layers.21.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
250 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
251 |
+
"model.layers.21.mamba.A_log": "model-00002-of-00004.safetensors",
|
252 |
+
"model.layers.21.mamba.D": "model-00002-of-00004.safetensors",
|
253 |
+
"model.layers.21.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
254 |
+
"model.layers.21.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
255 |
+
"model.layers.21.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
256 |
+
"model.layers.21.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
257 |
+
"model.layers.21.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
258 |
+
"model.layers.21.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
259 |
+
"model.layers.21.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
260 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
261 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
262 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
263 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
264 |
+
"model.layers.22.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
265 |
+
"model.layers.22.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
266 |
+
"model.layers.22.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
267 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
268 |
+
"model.layers.22.mamba.A_log": "model-00002-of-00004.safetensors",
|
269 |
+
"model.layers.22.mamba.D": "model-00002-of-00004.safetensors",
|
270 |
+
"model.layers.22.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
271 |
+
"model.layers.22.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
272 |
+
"model.layers.22.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
273 |
+
"model.layers.22.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
274 |
+
"model.layers.22.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
275 |
+
"model.layers.22.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
276 |
+
"model.layers.22.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
277 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
278 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
279 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
280 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
281 |
+
"model.layers.23.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
282 |
+
"model.layers.23.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
283 |
+
"model.layers.23.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
284 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
285 |
+
"model.layers.23.mamba.A_log": "model-00002-of-00004.safetensors",
|
286 |
+
"model.layers.23.mamba.D": "model-00002-of-00004.safetensors",
|
287 |
+
"model.layers.23.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
288 |
+
"model.layers.23.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
289 |
+
"model.layers.23.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
290 |
+
"model.layers.23.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
291 |
+
"model.layers.23.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
292 |
+
"model.layers.23.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
293 |
+
"model.layers.23.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
294 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
295 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
296 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
297 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
298 |
+
"model.layers.24.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
299 |
+
"model.layers.24.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
300 |
+
"model.layers.24.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
301 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
302 |
+
"model.layers.24.mamba.A_log": "model-00002-of-00004.safetensors",
|
303 |
+
"model.layers.24.mamba.D": "model-00002-of-00004.safetensors",
|
304 |
+
"model.layers.24.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
305 |
+
"model.layers.24.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
306 |
+
"model.layers.24.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
307 |
+
"model.layers.24.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
308 |
+
"model.layers.24.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
309 |
+
"model.layers.24.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
310 |
+
"model.layers.24.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
311 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
312 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
313 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
314 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
315 |
+
"model.layers.25.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
316 |
+
"model.layers.25.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
317 |
+
"model.layers.25.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
318 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
319 |
+
"model.layers.25.mamba.A_log": "model-00002-of-00004.safetensors",
|
320 |
+
"model.layers.25.mamba.D": "model-00002-of-00004.safetensors",
|
321 |
+
"model.layers.25.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
322 |
+
"model.layers.25.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
323 |
+
"model.layers.25.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
324 |
+
"model.layers.25.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
325 |
+
"model.layers.25.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
326 |
+
"model.layers.25.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
327 |
+
"model.layers.25.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
328 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
329 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
330 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
331 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
332 |
+
"model.layers.26.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
333 |
+
"model.layers.26.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
334 |
+
"model.layers.26.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
335 |
+
"model.layers.26.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
336 |
+
"model.layers.26.mamba.A_log": "model-00002-of-00004.safetensors",
|
337 |
+
"model.layers.26.mamba.D": "model-00002-of-00004.safetensors",
|
338 |
+
"model.layers.26.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
339 |
+
"model.layers.26.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
340 |
+
"model.layers.26.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
341 |
+
"model.layers.26.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
342 |
+
"model.layers.26.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
343 |
+
"model.layers.26.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
344 |
+
"model.layers.26.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
345 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
346 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
347 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
348 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
349 |
+
"model.layers.27.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
350 |
+
"model.layers.27.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
351 |
+
"model.layers.27.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
352 |
+
"model.layers.27.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
353 |
+
"model.layers.27.mamba.A_log": "model-00002-of-00004.safetensors",
|
354 |
+
"model.layers.27.mamba.D": "model-00002-of-00004.safetensors",
|
355 |
+
"model.layers.27.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
356 |
+
"model.layers.27.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
357 |
+
"model.layers.27.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
358 |
+
"model.layers.27.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
359 |
+
"model.layers.27.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
360 |
+
"model.layers.27.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
361 |
+
"model.layers.27.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
362 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
363 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
364 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
365 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
366 |
+
"model.layers.28.feed_forward.down_proj.weight": "model-00002-of-00004.safetensors",
|
367 |
+
"model.layers.28.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
368 |
+
"model.layers.28.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
369 |
+
"model.layers.28.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
370 |
+
"model.layers.28.mamba.A_log": "model-00002-of-00004.safetensors",
|
371 |
+
"model.layers.28.mamba.D": "model-00002-of-00004.safetensors",
|
372 |
+
"model.layers.28.mamba.conv1d.bias": "model-00002-of-00004.safetensors",
|
373 |
+
"model.layers.28.mamba.conv1d.weight": "model-00002-of-00004.safetensors",
|
374 |
+
"model.layers.28.mamba.dt_bias": "model-00002-of-00004.safetensors",
|
375 |
+
"model.layers.28.mamba.in_proj.weight": "model-00002-of-00004.safetensors",
|
376 |
+
"model.layers.28.mamba.norm.weight": "model-00002-of-00004.safetensors",
|
377 |
+
"model.layers.28.mamba.out_proj.weight": "model-00002-of-00004.safetensors",
|
378 |
+
"model.layers.28.pre_ff_layernorm.weight": "model-00002-of-00004.safetensors",
|
379 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
380 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
381 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
382 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
383 |
+
"model.layers.29.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
384 |
+
"model.layers.29.feed_forward.gate_proj.weight": "model-00002-of-00004.safetensors",
|
385 |
+
"model.layers.29.feed_forward.up_proj.weight": "model-00002-of-00004.safetensors",
|
386 |
+
"model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
387 |
+
"model.layers.29.mamba.A_log": "model-00003-of-00004.safetensors",
|
388 |
+
"model.layers.29.mamba.D": "model-00003-of-00004.safetensors",
|
389 |
+
"model.layers.29.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
390 |
+
"model.layers.29.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
391 |
+
"model.layers.29.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
392 |
+
"model.layers.29.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
393 |
+
"model.layers.29.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
394 |
+
"model.layers.29.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
395 |
+
"model.layers.29.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
396 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
397 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
398 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
399 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
400 |
+
"model.layers.3.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
401 |
+
"model.layers.3.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
402 |
+
"model.layers.3.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
403 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
404 |
+
"model.layers.3.mamba.A_log": "model-00001-of-00004.safetensors",
|
405 |
+
"model.layers.3.mamba.D": "model-00001-of-00004.safetensors",
|
406 |
+
"model.layers.3.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
407 |
+
"model.layers.3.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
408 |
+
"model.layers.3.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
409 |
+
"model.layers.3.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
410 |
+
"model.layers.3.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
411 |
+
"model.layers.3.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
412 |
+
"model.layers.3.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
413 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
414 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
415 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
416 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
417 |
+
"model.layers.30.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
418 |
+
"model.layers.30.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
419 |
+
"model.layers.30.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
420 |
+
"model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
421 |
+
"model.layers.30.mamba.A_log": "model-00003-of-00004.safetensors",
|
422 |
+
"model.layers.30.mamba.D": "model-00003-of-00004.safetensors",
|
423 |
+
"model.layers.30.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
424 |
+
"model.layers.30.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
425 |
+
"model.layers.30.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
426 |
+
"model.layers.30.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
427 |
+
"model.layers.30.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
428 |
+
"model.layers.30.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
429 |
+
"model.layers.30.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
430 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
431 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
432 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
433 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
434 |
+
"model.layers.31.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
435 |
+
"model.layers.31.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
436 |
+
"model.layers.31.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
437 |
+
"model.layers.31.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
438 |
+
"model.layers.31.mamba.A_log": "model-00003-of-00004.safetensors",
|
439 |
+
"model.layers.31.mamba.D": "model-00003-of-00004.safetensors",
|
440 |
+
"model.layers.31.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
441 |
+
"model.layers.31.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
442 |
+
"model.layers.31.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
443 |
+
"model.layers.31.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
444 |
+
"model.layers.31.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
445 |
+
"model.layers.31.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
446 |
+
"model.layers.31.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
447 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
448 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
449 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
450 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
451 |
+
"model.layers.32.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
452 |
+
"model.layers.32.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
453 |
+
"model.layers.32.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
454 |
+
"model.layers.32.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
455 |
+
"model.layers.32.mamba.A_log": "model-00003-of-00004.safetensors",
|
456 |
+
"model.layers.32.mamba.D": "model-00003-of-00004.safetensors",
|
457 |
+
"model.layers.32.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
458 |
+
"model.layers.32.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
459 |
+
"model.layers.32.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
460 |
+
"model.layers.32.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
461 |
+
"model.layers.32.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
462 |
+
"model.layers.32.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
463 |
+
"model.layers.32.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
464 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
465 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
466 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
467 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
468 |
+
"model.layers.33.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
469 |
+
"model.layers.33.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
470 |
+
"model.layers.33.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
471 |
+
"model.layers.33.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
472 |
+
"model.layers.33.mamba.A_log": "model-00003-of-00004.safetensors",
|
473 |
+
"model.layers.33.mamba.D": "model-00003-of-00004.safetensors",
|
474 |
+
"model.layers.33.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
475 |
+
"model.layers.33.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
476 |
+
"model.layers.33.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
477 |
+
"model.layers.33.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
478 |
+
"model.layers.33.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
479 |
+
"model.layers.33.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
480 |
+
"model.layers.33.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
481 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
482 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
483 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
484 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
485 |
+
"model.layers.34.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
486 |
+
"model.layers.34.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
487 |
+
"model.layers.34.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
488 |
+
"model.layers.34.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
489 |
+
"model.layers.34.mamba.A_log": "model-00003-of-00004.safetensors",
|
490 |
+
"model.layers.34.mamba.D": "model-00003-of-00004.safetensors",
|
491 |
+
"model.layers.34.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
492 |
+
"model.layers.34.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
493 |
+
"model.layers.34.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
494 |
+
"model.layers.34.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
495 |
+
"model.layers.34.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
496 |
+
"model.layers.34.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
497 |
+
"model.layers.34.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
498 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
499 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
500 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
501 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
502 |
+
"model.layers.35.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
503 |
+
"model.layers.35.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
504 |
+
"model.layers.35.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
505 |
+
"model.layers.35.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
506 |
+
"model.layers.35.mamba.A_log": "model-00003-of-00004.safetensors",
|
507 |
+
"model.layers.35.mamba.D": "model-00003-of-00004.safetensors",
|
508 |
+
"model.layers.35.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
509 |
+
"model.layers.35.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
510 |
+
"model.layers.35.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
511 |
+
"model.layers.35.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
512 |
+
"model.layers.35.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
513 |
+
"model.layers.35.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
514 |
+
"model.layers.35.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
515 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
516 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
517 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
518 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
519 |
+
"model.layers.36.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
520 |
+
"model.layers.36.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
521 |
+
"model.layers.36.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
522 |
+
"model.layers.36.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
523 |
+
"model.layers.36.mamba.A_log": "model-00003-of-00004.safetensors",
|
524 |
+
"model.layers.36.mamba.D": "model-00003-of-00004.safetensors",
|
525 |
+
"model.layers.36.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
526 |
+
"model.layers.36.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
527 |
+
"model.layers.36.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
528 |
+
"model.layers.36.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
529 |
+
"model.layers.36.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
530 |
+
"model.layers.36.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
531 |
+
"model.layers.36.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
532 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
533 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
534 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
535 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
536 |
+
"model.layers.37.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
537 |
+
"model.layers.37.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
538 |
+
"model.layers.37.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
539 |
+
"model.layers.37.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
540 |
+
"model.layers.37.mamba.A_log": "model-00003-of-00004.safetensors",
|
541 |
+
"model.layers.37.mamba.D": "model-00003-of-00004.safetensors",
|
542 |
+
"model.layers.37.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
543 |
+
"model.layers.37.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
544 |
+
"model.layers.37.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
545 |
+
"model.layers.37.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
546 |
+
"model.layers.37.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
547 |
+
"model.layers.37.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
548 |
+
"model.layers.37.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
549 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
550 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
551 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
552 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
553 |
+
"model.layers.38.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
554 |
+
"model.layers.38.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
555 |
+
"model.layers.38.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
556 |
+
"model.layers.38.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
557 |
+
"model.layers.38.mamba.A_log": "model-00003-of-00004.safetensors",
|
558 |
+
"model.layers.38.mamba.D": "model-00003-of-00004.safetensors",
|
559 |
+
"model.layers.38.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
560 |
+
"model.layers.38.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
561 |
+
"model.layers.38.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
562 |
+
"model.layers.38.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
563 |
+
"model.layers.38.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
564 |
+
"model.layers.38.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
565 |
+
"model.layers.38.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
566 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
567 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
568 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
569 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
570 |
+
"model.layers.39.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
571 |
+
"model.layers.39.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
572 |
+
"model.layers.39.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
573 |
+
"model.layers.39.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
574 |
+
"model.layers.39.mamba.A_log": "model-00003-of-00004.safetensors",
|
575 |
+
"model.layers.39.mamba.D": "model-00003-of-00004.safetensors",
|
576 |
+
"model.layers.39.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
577 |
+
"model.layers.39.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
578 |
+
"model.layers.39.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
579 |
+
"model.layers.39.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
580 |
+
"model.layers.39.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
581 |
+
"model.layers.39.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
582 |
+
"model.layers.39.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
583 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
584 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
585 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
586 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
587 |
+
"model.layers.4.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
588 |
+
"model.layers.4.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
589 |
+
"model.layers.4.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
590 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
591 |
+
"model.layers.4.mamba.A_log": "model-00001-of-00004.safetensors",
|
592 |
+
"model.layers.4.mamba.D": "model-00001-of-00004.safetensors",
|
593 |
+
"model.layers.4.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
594 |
+
"model.layers.4.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
595 |
+
"model.layers.4.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
596 |
+
"model.layers.4.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
597 |
+
"model.layers.4.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
598 |
+
"model.layers.4.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
599 |
+
"model.layers.4.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
600 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
601 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
602 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
603 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
604 |
+
"model.layers.40.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
605 |
+
"model.layers.40.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
606 |
+
"model.layers.40.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
607 |
+
"model.layers.40.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
608 |
+
"model.layers.40.mamba.A_log": "model-00003-of-00004.safetensors",
|
609 |
+
"model.layers.40.mamba.D": "model-00003-of-00004.safetensors",
|
610 |
+
"model.layers.40.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
611 |
+
"model.layers.40.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
612 |
+
"model.layers.40.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
613 |
+
"model.layers.40.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
614 |
+
"model.layers.40.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
615 |
+
"model.layers.40.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
616 |
+
"model.layers.40.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
617 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
618 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
619 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
620 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
621 |
+
"model.layers.41.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
622 |
+
"model.layers.41.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
623 |
+
"model.layers.41.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
624 |
+
"model.layers.41.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
625 |
+
"model.layers.41.mamba.A_log": "model-00003-of-00004.safetensors",
|
626 |
+
"model.layers.41.mamba.D": "model-00003-of-00004.safetensors",
|
627 |
+
"model.layers.41.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
628 |
+
"model.layers.41.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
629 |
+
"model.layers.41.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
630 |
+
"model.layers.41.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
631 |
+
"model.layers.41.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
632 |
+
"model.layers.41.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
633 |
+
"model.layers.41.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
634 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
635 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
636 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
637 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
638 |
+
"model.layers.42.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
639 |
+
"model.layers.42.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
640 |
+
"model.layers.42.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
641 |
+
"model.layers.42.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
642 |
+
"model.layers.42.mamba.A_log": "model-00003-of-00004.safetensors",
|
643 |
+
"model.layers.42.mamba.D": "model-00003-of-00004.safetensors",
|
644 |
+
"model.layers.42.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
645 |
+
"model.layers.42.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
646 |
+
"model.layers.42.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
647 |
+
"model.layers.42.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
648 |
+
"model.layers.42.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
649 |
+
"model.layers.42.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
650 |
+
"model.layers.42.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
651 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
652 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
653 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
654 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
655 |
+
"model.layers.43.feed_forward.down_proj.weight": "model-00003-of-00004.safetensors",
|
656 |
+
"model.layers.43.feed_forward.gate_proj.weight": "model-00003-of-00004.safetensors",
|
657 |
+
"model.layers.43.feed_forward.up_proj.weight": "model-00003-of-00004.safetensors",
|
658 |
+
"model.layers.43.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
659 |
+
"model.layers.43.mamba.A_log": "model-00003-of-00004.safetensors",
|
660 |
+
"model.layers.43.mamba.D": "model-00003-of-00004.safetensors",
|
661 |
+
"model.layers.43.mamba.conv1d.bias": "model-00003-of-00004.safetensors",
|
662 |
+
"model.layers.43.mamba.conv1d.weight": "model-00003-of-00004.safetensors",
|
663 |
+
"model.layers.43.mamba.dt_bias": "model-00003-of-00004.safetensors",
|
664 |
+
"model.layers.43.mamba.in_proj.weight": "model-00003-of-00004.safetensors",
|
665 |
+
"model.layers.43.mamba.norm.weight": "model-00003-of-00004.safetensors",
|
666 |
+
"model.layers.43.mamba.out_proj.weight": "model-00003-of-00004.safetensors",
|
667 |
+
"model.layers.43.pre_ff_layernorm.weight": "model-00003-of-00004.safetensors",
|
668 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
669 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
670 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
671 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
672 |
+
"model.layers.5.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
673 |
+
"model.layers.5.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
674 |
+
"model.layers.5.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
675 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
676 |
+
"model.layers.5.mamba.A_log": "model-00001-of-00004.safetensors",
|
677 |
+
"model.layers.5.mamba.D": "model-00001-of-00004.safetensors",
|
678 |
+
"model.layers.5.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
679 |
+
"model.layers.5.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
680 |
+
"model.layers.5.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
681 |
+
"model.layers.5.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
682 |
+
"model.layers.5.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
683 |
+
"model.layers.5.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
684 |
+
"model.layers.5.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
685 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
686 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
687 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
688 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
689 |
+
"model.layers.6.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
690 |
+
"model.layers.6.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
691 |
+
"model.layers.6.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
692 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
693 |
+
"model.layers.6.mamba.A_log": "model-00001-of-00004.safetensors",
|
694 |
+
"model.layers.6.mamba.D": "model-00001-of-00004.safetensors",
|
695 |
+
"model.layers.6.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
696 |
+
"model.layers.6.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
697 |
+
"model.layers.6.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
698 |
+
"model.layers.6.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
699 |
+
"model.layers.6.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
700 |
+
"model.layers.6.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
701 |
+
"model.layers.6.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
702 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
703 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
704 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
705 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
706 |
+
"model.layers.7.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
707 |
+
"model.layers.7.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
708 |
+
"model.layers.7.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
709 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
710 |
+
"model.layers.7.mamba.A_log": "model-00001-of-00004.safetensors",
|
711 |
+
"model.layers.7.mamba.D": "model-00001-of-00004.safetensors",
|
712 |
+
"model.layers.7.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
713 |
+
"model.layers.7.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
714 |
+
"model.layers.7.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
715 |
+
"model.layers.7.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
716 |
+
"model.layers.7.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
717 |
+
"model.layers.7.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
718 |
+
"model.layers.7.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
719 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
720 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
721 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
722 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
723 |
+
"model.layers.8.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
724 |
+
"model.layers.8.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
725 |
+
"model.layers.8.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
726 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
727 |
+
"model.layers.8.mamba.A_log": "model-00001-of-00004.safetensors",
|
728 |
+
"model.layers.8.mamba.D": "model-00001-of-00004.safetensors",
|
729 |
+
"model.layers.8.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
730 |
+
"model.layers.8.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
731 |
+
"model.layers.8.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
732 |
+
"model.layers.8.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
733 |
+
"model.layers.8.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
734 |
+
"model.layers.8.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
735 |
+
"model.layers.8.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
736 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
737 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
738 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
739 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
740 |
+
"model.layers.9.feed_forward.down_proj.weight": "model-00001-of-00004.safetensors",
|
741 |
+
"model.layers.9.feed_forward.gate_proj.weight": "model-00001-of-00004.safetensors",
|
742 |
+
"model.layers.9.feed_forward.up_proj.weight": "model-00001-of-00004.safetensors",
|
743 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
744 |
+
"model.layers.9.mamba.A_log": "model-00001-of-00004.safetensors",
|
745 |
+
"model.layers.9.mamba.D": "model-00001-of-00004.safetensors",
|
746 |
+
"model.layers.9.mamba.conv1d.bias": "model-00001-of-00004.safetensors",
|
747 |
+
"model.layers.9.mamba.conv1d.weight": "model-00001-of-00004.safetensors",
|
748 |
+
"model.layers.9.mamba.dt_bias": "model-00001-of-00004.safetensors",
|
749 |
+
"model.layers.9.mamba.in_proj.weight": "model-00001-of-00004.safetensors",
|
750 |
+
"model.layers.9.mamba.norm.weight": "model-00001-of-00004.safetensors",
|
751 |
+
"model.layers.9.mamba.out_proj.weight": "model-00001-of-00004.safetensors",
|
752 |
+
"model.layers.9.pre_ff_layernorm.weight": "model-00001-of-00004.safetensors",
|
753 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
754 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
755 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
756 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00004.safetensors"
|
757 |
+
}
|
758 |
+
}
|
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 |
+
"<|im_end|>",
|
36 |
+
"<|im_start|>",
|
37 |
+
">>UNUSED_119<<",
|
38 |
+
">>UNUSED_120<<",
|
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:51922642a37b5aa79b25e7f9fa119c3c272ab580cd14acb3df165e5b80ed33c6
|
3 |
+
size 10534488
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|