Upload folder using huggingface_hub
Browse files- README.md +61 -0
- config.json +26 -0
- mergekit_config.yml +30 -0
- model-00001-of-00015.safetensors +3 -0
- model-00002-of-00015.safetensors +3 -0
- model-00003-of-00015.safetensors +3 -0
- model-00004-of-00015.safetensors +3 -0
- model-00005-of-00015.safetensors +3 -0
- model-00006-of-00015.safetensors +3 -0
- model-00007-of-00015.safetensors +3 -0
- model-00008-of-00015.safetensors +3 -0
- model-00009-of-00015.safetensors +3 -0
- model-00010-of-00015.safetensors +3 -0
- model-00011-of-00015.safetensors +3 -0
- model-00012-of-00015.safetensors +3 -0
- model-00013-of-00015.safetensors +3 -0
- model-00014-of-00015.safetensors +3 -0
- model-00015-of-00015.safetensors +3 -0
- model.safetensors.index.json +1 -0
- special_tokens_map.json +35 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +49 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- BioMistral/BioMistral-7B
|
4 |
+
- davidkim205/komt-mistral-7b-v1
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
|
10 |
+
---
|
11 |
+
# output_folder
|
12 |
+
|
13 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
14 |
+
|
15 |
+
## Merge Details
|
16 |
+
### Merge Method
|
17 |
+
|
18 |
+
This model was merged using the SLERP merge method.
|
19 |
+
|
20 |
+
### Models Merged
|
21 |
+
|
22 |
+
The following models were included in the merge:
|
23 |
+
* [BioMistral/BioMistral-7B](https://huggingface.co/BioMistral/BioMistral-7B)
|
24 |
+
* [davidkim205/komt-mistral-7b-v1](https://huggingface.co/davidkim205/komt-mistral-7b-v1)
|
25 |
+
|
26 |
+
### Configuration
|
27 |
+
|
28 |
+
The following YAML configuration was used to produce this model:
|
29 |
+
|
30 |
+
```yaml
|
31 |
+
slices:
|
32 |
+
- sources:
|
33 |
+
- model: davidkim205/komt-mistral-7b-v1
|
34 |
+
layer_range:
|
35 |
+
- 0
|
36 |
+
- 32
|
37 |
+
- model: BioMistral/BioMistral-7B
|
38 |
+
layer_range:
|
39 |
+
- 0
|
40 |
+
- 32
|
41 |
+
merge_method: slerp
|
42 |
+
base_model: davidkim205/komt-mistral-7b-v1
|
43 |
+
parameters:
|
44 |
+
t:
|
45 |
+
- filter: self_attn
|
46 |
+
value:
|
47 |
+
- 0
|
48 |
+
- 0.5
|
49 |
+
- 0.3
|
50 |
+
- 0.7
|
51 |
+
- 1
|
52 |
+
- filter: mlp
|
53 |
+
value:
|
54 |
+
- 1
|
55 |
+
- 0.5
|
56 |
+
- 0.7
|
57 |
+
- 0.3
|
58 |
+
- 0
|
59 |
+
- value: 0.5
|
60 |
+
dtype: bfloat16
|
61 |
+
```
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "davidkim205/komt-mistral-7b-v1",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 10000.0,
|
20 |
+
"sliding_window": 4096,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.41.1",
|
24 |
+
"use_cache": false,
|
25 |
+
"vocab_size": 32000
|
26 |
+
}
|
mergekit_config.yml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
slices:
|
2 |
+
- sources:
|
3 |
+
- model: davidkim205/komt-mistral-7b-v1
|
4 |
+
layer_range:
|
5 |
+
- 0
|
6 |
+
- 32
|
7 |
+
- model: BioMistral/BioMistral-7B
|
8 |
+
layer_range:
|
9 |
+
- 0
|
10 |
+
- 32
|
11 |
+
merge_method: slerp
|
12 |
+
base_model: davidkim205/komt-mistral-7b-v1
|
13 |
+
parameters:
|
14 |
+
t:
|
15 |
+
- filter: self_attn
|
16 |
+
value:
|
17 |
+
- 0
|
18 |
+
- 0.5
|
19 |
+
- 0.3
|
20 |
+
- 0.7
|
21 |
+
- 1
|
22 |
+
- filter: mlp
|
23 |
+
value:
|
24 |
+
- 1
|
25 |
+
- 0.5
|
26 |
+
- 0.7
|
27 |
+
- 0.3
|
28 |
+
- 0
|
29 |
+
- value: 0.5
|
30 |
+
dtype: bfloat16
|
model-00001-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ec4ae0de18f27d129ab053030cc00321aaaf4c3dcb5b980d915b7834fe260a2
|
3 |
+
size 960521552
|
model-00002-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc2adb7a39276f175bb7f13386612f7364fdd18d5ef6c5ce7b4ff203be92dccf
|
3 |
+
size 989890720
|
model-00003-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4073bd4aaca4bf35cc78eb007d1d37893c67d47d4204130027eeefe3de9b789
|
3 |
+
size 989890728
|
model-00004-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dc2480ee63da910dcf9cc8d519f3d26a9fa56e76887e0e60255932e648d8bdd
|
3 |
+
size 998287760
|
model-00005-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f9581566051df280de0af32909d452bb37980fa89c813f7b503f1c3f75de570
|
3 |
+
size 947956216
|
model-00006-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b90bf2cffc8beb4ea1f8a41419466046482ee6dfda9e2425ba743bcd55d1acf
|
3 |
+
size 989890728
|
model-00007-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2bdcf800da442ada76a9203fdba6ae7041185f0270da1155681560f8b4b6855
|
3 |
+
size 989890720
|
model-00008-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96cfff760b2d4d76d73769bd1953d036c8de172dfe3bea81d734f3a834a5068b
|
3 |
+
size 998287760
|
model-00009-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7957dc4427b1f83675810244638ef42f0f9df6ba48bf25d08a0f1223b508561
|
3 |
+
size 947956216
|
model-00010-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cf1394d004f35f7d1bb6e36f62268d66da6380e17860138c1b1f3fc8f7780af
|
3 |
+
size 989890728
|
model-00011-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9014b0042ea8544ad2909506a96334ef5a08d43842a117b030d0a0ccf4870c90
|
3 |
+
size 989890728
|
model-00012-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:727c53b22b93eddacd60a930ded745d33da8bff61461541725877776ddd608a8
|
3 |
+
size 998287752
|
model-00013-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9763c93783e26440b8aaaf15756313e834b9def4ec61ffe511d5742bfc66a57e
|
3 |
+
size 947956200
|
model-00014-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72f1f0f3813980a3323c332fabbaaf6f18dd967fdd43bdc987618aeba530eff1
|
3 |
+
size 989890712
|
model-00015-of-00015.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7ef5520e13d059b071c8121688eef15f7f9d03103ba66aad8e38644b7cc3675
|
3 |
+
size 755009440
|
model.safetensors.index.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"metadata": {"mergekit_version": "0.0.4.2", "total_size": 14483464192}, "weight_map": {"lm_head.weight": "model-00001-of-00015.safetensors", "model.embed_tokens.weight": "model-00001-of-00015.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00015.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00001-of-00015.safetensors", "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00015.safetensors", "model.layers.0.mlp.up_proj.weight": "model-00001-of-00015.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00015.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00015.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00015.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00015.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00015.safetensors", "model.layers.1.input_layernorm.weight": "model-00001-of-00015.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00002-of-00015.safetensors", "model.layers.1.mlp.gate_proj.weight": "model-00002-of-00015.safetensors", "model.layers.1.mlp.up_proj.weight": "model-00002-of-00015.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00002-of-00015.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00002-of-00015.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00002-of-00015.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00002-of-00015.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00002-of-00015.safetensors", "model.layers.10.input_layernorm.weight": "model-00002-of-00015.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00002-of-00015.safetensors", "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00015.safetensors", "model.layers.10.mlp.up_proj.weight": "model-00002-of-00015.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00015.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00015.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00015.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00015.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00015.safetensors", "model.layers.11.input_layernorm.weight": "model-00002-of-00015.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00002-of-00015.safetensors", "model.layers.11.mlp.gate_proj.weight": "model-00003-of-00015.safetensors", "model.layers.11.mlp.up_proj.weight": "model-00003-of-00015.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00003-of-00015.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00003-of-00015.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00003-of-00015.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00003-of-00015.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00003-of-00015.safetensors", "model.layers.12.input_layernorm.weight": "model-00003-of-00015.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00003-of-00015.safetensors", "model.layers.12.mlp.gate_proj.weight": "model-00003-of-00015.safetensors", "model.layers.12.mlp.up_proj.weight": "model-00003-of-00015.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00003-of-00015.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00003-of-00015.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00003-of-00015.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00003-of-00015.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00003-of-00015.safetensors", "model.layers.13.input_layernorm.weight": "model-00003-of-00015.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00003-of-00015.safetensors", "model.layers.13.mlp.gate_proj.weight": "model-00003-of-00015.safetensors", "model.layers.13.mlp.up_proj.weight": "model-00004-of-00015.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00004-of-00015.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00004-of-00015.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00004-of-00015.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00004-of-00015.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00004-of-00015.safetensors", "model.layers.14.input_layernorm.weight": "model-00004-of-00015.safetensors", "model.layers.14.mlp.down_proj.weight": "model-00004-of-00015.safetensors", "model.layers.14.mlp.gate_proj.weight": "model-00004-of-00015.safetensors", "model.layers.14.mlp.up_proj.weight": "model-00004-of-00015.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00004-of-00015.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00004-of-00015.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00004-of-00015.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00004-of-00015.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00004-of-00015.safetensors", "model.layers.15.input_layernorm.weight": "model-00004-of-00015.safetensors", "model.layers.15.mlp.down_proj.weight": "model-00004-of-00015.safetensors", "model.layers.15.mlp.gate_proj.weight": "model-00004-of-00015.safetensors", "model.layers.15.mlp.up_proj.weight": "model-00004-of-00015.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00004-of-00015.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00004-of-00015.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00005-of-00015.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00005-of-00015.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00005-of-00015.safetensors", "model.layers.16.input_layernorm.weight": "model-00005-of-00015.safetensors", "model.layers.16.mlp.down_proj.weight": "model-00005-of-00015.safetensors", "model.layers.16.mlp.gate_proj.weight": "model-00005-of-00015.safetensors", "model.layers.16.mlp.up_proj.weight": "model-00005-of-00015.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00005-of-00015.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00005-of-00015.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00005-of-00015.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00005-of-00015.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00005-of-00015.safetensors", "model.layers.17.input_layernorm.weight": "model-00005-of-00015.safetensors", "model.layers.17.mlp.down_proj.weight": "model-00005-of-00015.safetensors", "model.layers.17.mlp.gate_proj.weight": "model-00005-of-00015.safetensors", "model.layers.17.mlp.up_proj.weight": "model-00005-of-00015.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00005-of-00015.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00005-of-00015.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00005-of-00015.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00005-of-00015.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00005-of-00015.safetensors", "model.layers.18.input_layernorm.weight": "model-00005-of-00015.safetensors", "model.layers.18.mlp.down_proj.weight": "model-00006-of-00015.safetensors", "model.layers.18.mlp.gate_proj.weight": "model-00006-of-00015.safetensors", "model.layers.18.mlp.up_proj.weight": "model-00006-of-00015.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00006-of-00015.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00006-of-00015.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00006-of-00015.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00006-of-00015.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00006-of-00015.safetensors", "model.layers.19.input_layernorm.weight": "model-00006-of-00015.safetensors", "model.layers.19.mlp.down_proj.weight": "model-00006-of-00015.safetensors", "model.layers.19.mlp.gate_proj.weight": "model-00006-of-00015.safetensors", "model.layers.19.mlp.up_proj.weight": "model-00006-of-00015.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00006-of-00015.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00006-of-00015.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00006-of-00015.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00006-of-00015.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00006-of-00015.safetensors", "model.layers.2.input_layernorm.weight": "model-00006-of-00015.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00006-of-00015.safetensors", "model.layers.2.mlp.gate_proj.weight": "model-00007-of-00015.safetensors", "model.layers.2.mlp.up_proj.weight": "model-00007-of-00015.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00007-of-00015.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00007-of-00015.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00007-of-00015.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00007-of-00015.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00007-of-00015.safetensors", "model.layers.20.input_layernorm.weight": "model-00007-of-00015.safetensors", "model.layers.20.mlp.down_proj.weight": "model-00007-of-00015.safetensors", "model.layers.20.mlp.gate_proj.weight": "model-00007-of-00015.safetensors", "model.layers.20.mlp.up_proj.weight": "model-00007-of-00015.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00007-of-00015.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00007-of-00015.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00007-of-00015.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00007-of-00015.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00007-of-00015.safetensors", "model.layers.21.input_layernorm.weight": "model-00007-of-00015.safetensors", "model.layers.21.mlp.down_proj.weight": "model-00007-of-00015.safetensors", "model.layers.21.mlp.gate_proj.weight": "model-00007-of-00015.safetensors", "model.layers.21.mlp.up_proj.weight": "model-00008-of-00015.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00008-of-00015.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00008-of-00015.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00008-of-00015.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00008-of-00015.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00008-of-00015.safetensors", "model.layers.22.input_layernorm.weight": "model-00008-of-00015.safetensors", "model.layers.22.mlp.down_proj.weight": "model-00008-of-00015.safetensors", "model.layers.22.mlp.gate_proj.weight": "model-00008-of-00015.safetensors", "model.layers.22.mlp.up_proj.weight": "model-00008-of-00015.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00008-of-00015.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00008-of-00015.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00008-of-00015.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00008-of-00015.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00008-of-00015.safetensors", "model.layers.23.input_layernorm.weight": "model-00008-of-00015.safetensors", "model.layers.23.mlp.down_proj.weight": "model-00008-of-00015.safetensors", "model.layers.23.mlp.gate_proj.weight": "model-00008-of-00015.safetensors", "model.layers.23.mlp.up_proj.weight": "model-00008-of-00015.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00008-of-00015.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00008-of-00015.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00009-of-00015.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00009-of-00015.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00009-of-00015.safetensors", "model.layers.24.input_layernorm.weight": "model-00009-of-00015.safetensors", "model.layers.24.mlp.down_proj.weight": "model-00009-of-00015.safetensors", "model.layers.24.mlp.gate_proj.weight": "model-00009-of-00015.safetensors", "model.layers.24.mlp.up_proj.weight": "model-00009-of-00015.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00009-of-00015.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00009-of-00015.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00009-of-00015.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00009-of-00015.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00009-of-00015.safetensors", "model.layers.25.input_layernorm.weight": "model-00009-of-00015.safetensors", "model.layers.25.mlp.down_proj.weight": "model-00009-of-00015.safetensors", "model.layers.25.mlp.gate_proj.weight": "model-00009-of-00015.safetensors", "model.layers.25.mlp.up_proj.weight": "model-00009-of-00015.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00009-of-00015.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00009-of-00015.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00009-of-00015.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00009-of-00015.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00009-of-00015.safetensors", "model.layers.26.input_layernorm.weight": "model-00009-of-00015.safetensors", "model.layers.26.mlp.down_proj.weight": "model-00010-of-00015.safetensors", "model.layers.26.mlp.gate_proj.weight": "model-00010-of-00015.safetensors", "model.layers.26.mlp.up_proj.weight": "model-00010-of-00015.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00010-of-00015.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00010-of-00015.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00010-of-00015.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00010-of-00015.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00010-of-00015.safetensors", "model.layers.27.input_layernorm.weight": "model-00010-of-00015.safetensors", "model.layers.27.mlp.down_proj.weight": "model-00010-of-00015.safetensors", "model.layers.27.mlp.gate_proj.weight": "model-00010-of-00015.safetensors", "model.layers.27.mlp.up_proj.weight": "model-00010-of-00015.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00010-of-00015.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00010-of-00015.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00010-of-00015.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00010-of-00015.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00010-of-00015.safetensors", "model.layers.28.input_layernorm.weight": "model-00010-of-00015.safetensors", "model.layers.28.mlp.down_proj.weight": "model-00010-of-00015.safetensors", "model.layers.28.mlp.gate_proj.weight": "model-00011-of-00015.safetensors", "model.layers.28.mlp.up_proj.weight": "model-00011-of-00015.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00011-of-00015.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00011-of-00015.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00011-of-00015.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00011-of-00015.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00011-of-00015.safetensors", "model.layers.29.input_layernorm.weight": "model-00011-of-00015.safetensors", "model.layers.29.mlp.down_proj.weight": "model-00011-of-00015.safetensors", "model.layers.29.mlp.gate_proj.weight": "model-00011-of-00015.safetensors", "model.layers.29.mlp.up_proj.weight": "model-00011-of-00015.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00011-of-00015.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00011-of-00015.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00011-of-00015.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00011-of-00015.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00011-of-00015.safetensors", "model.layers.3.input_layernorm.weight": "model-00011-of-00015.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00011-of-00015.safetensors", "model.layers.3.mlp.gate_proj.weight": "model-00011-of-00015.safetensors", "model.layers.3.mlp.up_proj.weight": "model-00012-of-00015.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00012-of-00015.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00012-of-00015.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00012-of-00015.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00012-of-00015.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00012-of-00015.safetensors", "model.layers.30.input_layernorm.weight": "model-00012-of-00015.safetensors", "model.layers.30.mlp.down_proj.weight": "model-00012-of-00015.safetensors", "model.layers.30.mlp.gate_proj.weight": "model-00012-of-00015.safetensors", "model.layers.30.mlp.up_proj.weight": "model-00012-of-00015.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00012-of-00015.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00012-of-00015.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00012-of-00015.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00012-of-00015.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00012-of-00015.safetensors", "model.layers.31.input_layernorm.weight": "model-00012-of-00015.safetensors", "model.layers.31.mlp.down_proj.weight": "model-00012-of-00015.safetensors", "model.layers.31.mlp.gate_proj.weight": "model-00012-of-00015.safetensors", "model.layers.31.mlp.up_proj.weight": "model-00012-of-00015.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00012-of-00015.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00012-of-00015.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00013-of-00015.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00013-of-00015.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00013-of-00015.safetensors", "model.layers.4.input_layernorm.weight": "model-00013-of-00015.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00013-of-00015.safetensors", "model.layers.4.mlp.gate_proj.weight": "model-00013-of-00015.safetensors", "model.layers.4.mlp.up_proj.weight": "model-00013-of-00015.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00013-of-00015.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00013-of-00015.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00013-of-00015.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00013-of-00015.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00013-of-00015.safetensors", "model.layers.5.input_layernorm.weight": "model-00013-of-00015.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00013-of-00015.safetensors", "model.layers.5.mlp.gate_proj.weight": "model-00013-of-00015.safetensors", "model.layers.5.mlp.up_proj.weight": "model-00013-of-00015.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00013-of-00015.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00013-of-00015.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00013-of-00015.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00013-of-00015.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00013-of-00015.safetensors", "model.layers.6.input_layernorm.weight": "model-00013-of-00015.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00014-of-00015.safetensors", "model.layers.6.mlp.gate_proj.weight": "model-00014-of-00015.safetensors", "model.layers.6.mlp.up_proj.weight": "model-00014-of-00015.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00014-of-00015.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00014-of-00015.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00014-of-00015.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00014-of-00015.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00014-of-00015.safetensors", "model.layers.7.input_layernorm.weight": "model-00014-of-00015.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00014-of-00015.safetensors", "model.layers.7.mlp.gate_proj.weight": "model-00014-of-00015.safetensors", "model.layers.7.mlp.up_proj.weight": "model-00014-of-00015.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00014-of-00015.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00014-of-00015.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00014-of-00015.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00014-of-00015.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00014-of-00015.safetensors", "model.layers.8.input_layernorm.weight": "model-00014-of-00015.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00014-of-00015.safetensors", "model.layers.8.mlp.gate_proj.weight": "model-00015-of-00015.safetensors", "model.layers.8.mlp.up_proj.weight": "model-00015-of-00015.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00015-of-00015.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00015-of-00015.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00015-of-00015.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00015-of-00015.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00015-of-00015.safetensors", "model.layers.9.input_layernorm.weight": "model-00015-of-00015.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00015-of-00015.safetensors", "model.layers.9.mlp.gate_proj.weight": "model-00015-of-00015.safetensors", "model.layers.9.mlp.up_proj.weight": "model-00015-of-00015.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00015-of-00015.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00015-of-00015.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00015-of-00015.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00015-of-00015.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00015-of-00015.safetensors", "model.norm.weight": "model-00015-of-00015.safetensors"}}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<unk>",
|
4 |
+
"<s>",
|
5 |
+
"</s>"
|
6 |
+
],
|
7 |
+
"bos_token": {
|
8 |
+
"content": "<s>",
|
9 |
+
"lstrip": false,
|
10 |
+
"normalized": false,
|
11 |
+
"rstrip": false,
|
12 |
+
"single_word": false
|
13 |
+
},
|
14 |
+
"eos_token": {
|
15 |
+
"content": "</s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false
|
20 |
+
},
|
21 |
+
"pad_token": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"unk_token": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": false,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
}
|
35 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": true,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": false,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": false,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"additional_special_tokens": [
|
32 |
+
"<unk>",
|
33 |
+
"<s>",
|
34 |
+
"</s>"
|
35 |
+
],
|
36 |
+
"bos_token": "<s>",
|
37 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token + ' ' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
38 |
+
"clean_up_tokenization_spaces": false,
|
39 |
+
"eos_token": "</s>",
|
40 |
+
"legacy": true,
|
41 |
+
"model_max_length": 1024,
|
42 |
+
"pad_token": "</s>",
|
43 |
+
"padding_side": "right",
|
44 |
+
"sp_model_kwargs": {},
|
45 |
+
"spaces_between_special_tokens": false,
|
46 |
+
"tokenizer_class": "LlamaTokenizer",
|
47 |
+
"unk_token": "<unk>",
|
48 |
+
"use_default_system_prompt": true
|
49 |
+
}
|