Upload folder using huggingface_hub
Browse files- README.md +60 -0
- config.json +27 -0
- mergekit_config.yml +29 -0
- model-00001-of-00034.safetensors +3 -0
- model-00002-of-00034.safetensors +3 -0
- model-00003-of-00034.safetensors +3 -0
- model-00004-of-00034.safetensors +3 -0
- model-00005-of-00034.safetensors +3 -0
- model-00006-of-00034.safetensors +3 -0
- model-00007-of-00034.safetensors +3 -0
- model-00008-of-00034.safetensors +3 -0
- model-00009-of-00034.safetensors +3 -0
- model-00010-of-00034.safetensors +3 -0
- model-00011-of-00034.safetensors +3 -0
- model-00012-of-00034.safetensors +3 -0
- model-00013-of-00034.safetensors +3 -0
- model-00014-of-00034.safetensors +3 -0
- model-00015-of-00034.safetensors +3 -0
- model-00016-of-00034.safetensors +3 -0
- model-00017-of-00034.safetensors +3 -0
- model-00018-of-00034.safetensors +3 -0
- model-00019-of-00034.safetensors +3 -0
- model-00020-of-00034.safetensors +3 -0
- model-00021-of-00034.safetensors +3 -0
- model-00022-of-00034.safetensors +3 -0
- model-00023-of-00034.safetensors +3 -0
- model-00024-of-00034.safetensors +3 -0
- model-00025-of-00034.safetensors +3 -0
- model-00026-of-00034.safetensors +3 -0
- model-00027-of-00034.safetensors +3 -0
- model-00028-of-00034.safetensors +3 -0
- model-00029-of-00034.safetensors +3 -0
- model-00030-of-00034.safetensors +3 -0
- model-00031-of-00034.safetensors +3 -0
- model-00032-of-00034.safetensors +3 -0
- model-00033-of-00034.safetensors +3 -0
- model-00034-of-00034.safetensors +3 -0
- model.safetensors.index.json +1 -0
- special_tokens_map.json +23 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +44 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- aws-prototyping/MegaBeam-Mistral-7B-512k
|
4 |
+
- djuna-test-lab/TEST-Ocerus-7B
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
|
10 |
+
---
|
11 |
+
# merge
|
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 |
+
* [aws-prototyping/MegaBeam-Mistral-7B-512k](https://huggingface.co/aws-prototyping/MegaBeam-Mistral-7B-512k)
|
24 |
+
* [djuna-test-lab/TEST-Ocerus-7B](https://huggingface.co/djuna-test-lab/TEST-Ocerus-7B)
|
25 |
+
|
26 |
+
### Configuration
|
27 |
+
|
28 |
+
The following YAML configuration was used to produce this model:
|
29 |
+
|
30 |
+
```yaml
|
31 |
+
slices:
|
32 |
+
- sources:
|
33 |
+
- model: djuna-test-lab/TEST-Ocerus-7B
|
34 |
+
layer_range: [0, 16]
|
35 |
+
- model: aws-prototyping/MegaBeam-Mistral-7B-512k
|
36 |
+
layer_range: [0, 16]
|
37 |
+
parameters:
|
38 |
+
t:
|
39 |
+
- filter: self_attn
|
40 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
41 |
+
- filter: mlp
|
42 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
43 |
+
- value: [0.6,0.35,0.5]
|
44 |
+
- sources:
|
45 |
+
- model: djuna-test-lab/TEST-Ocerus-7B
|
46 |
+
layer_range: [16, 32]
|
47 |
+
- model: aws-prototyping/MegaBeam-Mistral-7B-512k
|
48 |
+
layer_range: [16, 32]
|
49 |
+
parameters:
|
50 |
+
t:
|
51 |
+
- filter: self_attn
|
52 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
53 |
+
- filter: mlp
|
54 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
55 |
+
- value: 0.5
|
56 |
+
merge_method: slerp
|
57 |
+
base_model: aws-prototyping/MegaBeam-Mistral-7B-512k
|
58 |
+
dtype: float32
|
59 |
+
out_dtype: bfloat16
|
60 |
+
```
|
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "aws-prototyping/MegaBeam-Mistral-7B-512k",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"head_dim": 128,
|
10 |
+
"hidden_act": "silu",
|
11 |
+
"hidden_size": 4096,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 14336,
|
14 |
+
"max_position_embeddings": 524288,
|
15 |
+
"model_type": "mistral",
|
16 |
+
"num_attention_heads": 32,
|
17 |
+
"num_hidden_layers": 32,
|
18 |
+
"num_key_value_heads": 8,
|
19 |
+
"rms_norm_eps": 1e-05,
|
20 |
+
"rope_theta": 75000000.0,
|
21 |
+
"sliding_window": null,
|
22 |
+
"tie_word_embeddings": false,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.46.3",
|
25 |
+
"use_cache": true,
|
26 |
+
"vocab_size": 32000
|
27 |
+
}
|
mergekit_config.yml
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
slices:
|
2 |
+
- sources:
|
3 |
+
- model: djuna-test-lab/TEST-Ocerus-7B
|
4 |
+
layer_range: [0, 16]
|
5 |
+
- model: aws-prototyping/MegaBeam-Mistral-7B-512k
|
6 |
+
layer_range: [0, 16]
|
7 |
+
parameters:
|
8 |
+
t:
|
9 |
+
- filter: self_attn
|
10 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
11 |
+
- filter: mlp
|
12 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
13 |
+
- value: [0.6,0.35,0.5]
|
14 |
+
- sources:
|
15 |
+
- model: djuna-test-lab/TEST-Ocerus-7B
|
16 |
+
layer_range: [16, 32]
|
17 |
+
- model: aws-prototyping/MegaBeam-Mistral-7B-512k
|
18 |
+
layer_range: [16, 32]
|
19 |
+
parameters:
|
20 |
+
t:
|
21 |
+
- filter: self_attn
|
22 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
23 |
+
- filter: mlp
|
24 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
25 |
+
- value: 0.5
|
26 |
+
merge_method: slerp
|
27 |
+
base_model: aws-prototyping/MegaBeam-Mistral-7B-512k
|
28 |
+
dtype: float32
|
29 |
+
out_dtype: bfloat16
|
model-00001-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2b75b3ebf5c5a912e2b7b2c2c40d48a8d71c9dafefcddccfb42c40b9f579c35
|
3 |
+
size 262144128
|
model-00002-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29e101e32e5700059d29bd0f6a1a4e0cee717aacaca76736c58253b956a2e0d3
|
3 |
+
size 497033688
|
model-00003-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1b42da30912475ebfc67b647a36e743eff98773f95c1073e95a58b7bebce765
|
3 |
+
size 436225056
|
model-00004-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54d14fad1c9e102d5bc6f72185b536c328a10f5094156ef56078e801c048603a
|
3 |
+
size 436225064
|
model-00005-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:323c2310ec577c748152ce41db3349ce0982304959f0b1da39647cb692ba1434
|
3 |
+
size 436225072
|
model-00006-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0543970026025b646284ce070153dcc9b471507638c5a54a227641a04f12f60
|
3 |
+
size 436225072
|
model-00007-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:954e8063df515cfd2515939c0e3d554bb04a3e967b9f7f7e3a5edd7eb9cb4ad4
|
3 |
+
size 436225072
|
model-00008-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1e47a93d275eb5284c75789154e69f6771ffe747dbcfb98a14f0717255bb375
|
3 |
+
size 436225072
|
model-00009-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3013a26611145e9bb4708e3fe086f405f392bdb125d67b5a6da3b28c9d1fcf5
|
3 |
+
size 436225072
|
model-00010-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:238594270ed47fafa7647b0c9e8fb57e941a965ac230b46923cbabb40c06fdcc
|
3 |
+
size 436225072
|
model-00011-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:229d5015afd77d82388b03378fcf728cff06c71b38ef94c960c59efcd5a786e7
|
3 |
+
size 436225072
|
model-00012-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f053bb9b6b50ceeb043219d94bb51e6a895ec3e7ac241cada0e1252cc94c274
|
3 |
+
size 436225072
|
model-00013-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8900fde86629c8afef241a453f79545328834edd43f4c719d9aafcaeb8223e9e
|
3 |
+
size 436225072
|
model-00014-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cce746adc9b01fabfe5cd5e992ce9392bce6d46ae7150cea3d23fbc068425f9e
|
3 |
+
size 436225064
|
model-00015-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:267bccc37233922ae59c8acaf4abca758b849e3d39fcf1cb6c3afe391a823513
|
3 |
+
size 436225064
|
model-00016-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b40d83d98ea813e9a6e175669b932d38dd12a8466f04247b696335269ef2154b
|
3 |
+
size 436225072
|
model-00017-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ece7a871514ed2e477cb69b3ae6c7b00101822c79cd56dfdf7e1d3046710d731
|
3 |
+
size 436225072
|
model-00018-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:945bd769c4fb78c13596fecd3e1506e103f3797ed88c09727dbfdad9abeaf7b6
|
3 |
+
size 436225072
|
model-00019-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d23d5a8cb4ee4a42962d9ab48bd3efa6bc6464c5b69d3d82a2f224d33d939659
|
3 |
+
size 436225072
|
model-00020-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4eed80773b93abec7e7260901083b2fea6639a53ebcba6a8cd40fa1a05e60766
|
3 |
+
size 436225072
|
model-00021-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0ef78ba053db61bb2898c7d109c461169cb1a8cecb3b42699d26476a51efe8a
|
3 |
+
size 436225072
|
model-00022-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60df103d8e93e384cff0bf5f6d72c81cc8d0933ea7041c3687a58634535ce1bc
|
3 |
+
size 436225072
|
model-00023-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8186404ccf1b1f1fe8a79a05abf804fa122eeba47feb7acd9692559535256514
|
3 |
+
size 436225072
|
model-00024-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29241b6de5a1bd765880a12a38a17282c2b3ccec221829cae03030b4defb1eb7
|
3 |
+
size 436225072
|
model-00025-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a6925afdccb093d80ebc47b748a4a7a528994b24b9053e61bec80734baa454a
|
3 |
+
size 436225064
|
model-00026-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e69cf06b6ea698d0f06724810955ffcb6f3623c24b8fafa0f5682473333f76e
|
3 |
+
size 436225064
|
model-00027-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4fec3892de7b359813bbf69d894dcabd71e4474d7da015a179db0901d54dc8e
|
3 |
+
size 436225072
|
model-00028-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3396196c269a792e547cfa5510f1d9d5506777e8bbb73df6028399dd976a86e5
|
3 |
+
size 436225064
|
model-00029-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51f923912a2bc8238c524bcd54d54965c19afbc542cbdf4d6e6b8b73b9656f34
|
3 |
+
size 436225056
|
model-00030-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50bc1eb96953fbdb083a155eceafc3c80687244e556232293fbb0906df97bc10
|
3 |
+
size 436225056
|
model-00031-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a10b66b67b3343ae5059d6bf833201632109519d1483b307ffdfbe7e43bb6984
|
3 |
+
size 436225056
|
model-00032-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89d2a88a735ae8f266cca9fbba3e2c53acba6f56c9c6c7fd551b3aff48c92929
|
3 |
+
size 436225056
|
model-00033-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e733d002a1fcddccf9cdffa7366fe85e174bc075dce3a88442efb0e07d799b2
|
3 |
+
size 436225056
|
model-00034-of-00034.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10fc3993acaef693d7efd27b4b9407747d53197d30f0967841851256cd2a816d
|
3 |
+
size 201343792
|
model.safetensors.index.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"metadata": {"mergekit_version": "0.0.5.1", "total_size": 14483464192}, "weight_map": {"lm_head.weight": "model-00001-of-00034.safetensors", "model.embed_tokens.weight": "model-00002-of-00034.safetensors", "model.layers.0.input_layernorm.weight": "model-00002-of-00034.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00002-of-00034.safetensors", "model.layers.0.mlp.gate_proj.weight": "model-00002-of-00034.safetensors", "model.layers.0.mlp.up_proj.weight": "model-00003-of-00034.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00003-of-00034.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00003-of-00034.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00003-of-00034.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00003-of-00034.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00003-of-00034.safetensors", "model.layers.1.input_layernorm.weight": "model-00003-of-00034.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00003-of-00034.safetensors", "model.layers.1.mlp.gate_proj.weight": "model-00003-of-00034.safetensors", "model.layers.1.mlp.up_proj.weight": "model-00004-of-00034.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00004-of-00034.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00004-of-00034.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00004-of-00034.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00004-of-00034.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00004-of-00034.safetensors", "model.layers.10.input_layernorm.weight": "model-00004-of-00034.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00004-of-00034.safetensors", "model.layers.10.mlp.gate_proj.weight": "model-00004-of-00034.safetensors", "model.layers.10.mlp.up_proj.weight": "model-00005-of-00034.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00005-of-00034.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00005-of-00034.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00005-of-00034.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00005-of-00034.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00005-of-00034.safetensors", "model.layers.11.input_layernorm.weight": "model-00005-of-00034.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00005-of-00034.safetensors", "model.layers.11.mlp.gate_proj.weight": "model-00005-of-00034.safetensors", "model.layers.11.mlp.up_proj.weight": "model-00006-of-00034.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00006-of-00034.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00006-of-00034.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00006-of-00034.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00006-of-00034.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00006-of-00034.safetensors", "model.layers.12.input_layernorm.weight": "model-00006-of-00034.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00006-of-00034.safetensors", "model.layers.12.mlp.gate_proj.weight": "model-00006-of-00034.safetensors", "model.layers.12.mlp.up_proj.weight": "model-00007-of-00034.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00007-of-00034.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00007-of-00034.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00007-of-00034.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00007-of-00034.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00007-of-00034.safetensors", "model.layers.13.input_layernorm.weight": "model-00007-of-00034.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00007-of-00034.safetensors", "model.layers.13.mlp.gate_proj.weight": "model-00007-of-00034.safetensors", "model.layers.13.mlp.up_proj.weight": "model-00008-of-00034.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00008-of-00034.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00008-of-00034.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00008-of-00034.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00008-of-00034.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00008-of-00034.safetensors", "model.layers.14.input_layernorm.weight": "model-00008-of-00034.safetensors", "model.layers.14.mlp.down_proj.weight": "model-00008-of-00034.safetensors", "model.layers.14.mlp.gate_proj.weight": "model-00008-of-00034.safetensors", "model.layers.14.mlp.up_proj.weight": "model-00009-of-00034.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00009-of-00034.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00009-of-00034.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00009-of-00034.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00009-of-00034.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00009-of-00034.safetensors", "model.layers.15.input_layernorm.weight": "model-00009-of-00034.safetensors", "model.layers.15.mlp.down_proj.weight": "model-00009-of-00034.safetensors", "model.layers.15.mlp.gate_proj.weight": "model-00009-of-00034.safetensors", "model.layers.15.mlp.up_proj.weight": "model-00010-of-00034.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00010-of-00034.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00010-of-00034.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00010-of-00034.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00010-of-00034.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00010-of-00034.safetensors", "model.layers.16.input_layernorm.weight": "model-00010-of-00034.safetensors", "model.layers.16.mlp.down_proj.weight": "model-00010-of-00034.safetensors", "model.layers.16.mlp.gate_proj.weight": "model-00010-of-00034.safetensors", "model.layers.16.mlp.up_proj.weight": "model-00011-of-00034.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00011-of-00034.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00011-of-00034.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00011-of-00034.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00011-of-00034.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00011-of-00034.safetensors", "model.layers.17.input_layernorm.weight": "model-00011-of-00034.safetensors", "model.layers.17.mlp.down_proj.weight": "model-00011-of-00034.safetensors", "model.layers.17.mlp.gate_proj.weight": "model-00011-of-00034.safetensors", "model.layers.17.mlp.up_proj.weight": "model-00012-of-00034.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00012-of-00034.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00012-of-00034.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00012-of-00034.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00012-of-00034.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00012-of-00034.safetensors", "model.layers.18.input_layernorm.weight": "model-00012-of-00034.safetensors", "model.layers.18.mlp.down_proj.weight": "model-00012-of-00034.safetensors", "model.layers.18.mlp.gate_proj.weight": "model-00012-of-00034.safetensors", "model.layers.18.mlp.up_proj.weight": "model-00013-of-00034.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00013-of-00034.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00013-of-00034.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00013-of-00034.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00013-of-00034.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00013-of-00034.safetensors", "model.layers.19.input_layernorm.weight": "model-00013-of-00034.safetensors", "model.layers.19.mlp.down_proj.weight": "model-00013-of-00034.safetensors", "model.layers.19.mlp.gate_proj.weight": "model-00013-of-00034.safetensors", "model.layers.19.mlp.up_proj.weight": "model-00014-of-00034.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00014-of-00034.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00014-of-00034.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00014-of-00034.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00014-of-00034.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00014-of-00034.safetensors", "model.layers.2.input_layernorm.weight": "model-00014-of-00034.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00014-of-00034.safetensors", "model.layers.2.mlp.gate_proj.weight": "model-00014-of-00034.safetensors", "model.layers.2.mlp.up_proj.weight": "model-00015-of-00034.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00015-of-00034.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00015-of-00034.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00015-of-00034.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00015-of-00034.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00015-of-00034.safetensors", "model.layers.20.input_layernorm.weight": "model-00015-of-00034.safetensors", "model.layers.20.mlp.down_proj.weight": "model-00015-of-00034.safetensors", "model.layers.20.mlp.gate_proj.weight": "model-00015-of-00034.safetensors", "model.layers.20.mlp.up_proj.weight": "model-00016-of-00034.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00016-of-00034.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00016-of-00034.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00016-of-00034.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00016-of-00034.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00016-of-00034.safetensors", "model.layers.21.input_layernorm.weight": "model-00016-of-00034.safetensors", "model.layers.21.mlp.down_proj.weight": "model-00016-of-00034.safetensors", "model.layers.21.mlp.gate_proj.weight": "model-00016-of-00034.safetensors", "model.layers.21.mlp.up_proj.weight": "model-00017-of-00034.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00017-of-00034.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00017-of-00034.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00017-of-00034.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00017-of-00034.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00017-of-00034.safetensors", "model.layers.22.input_layernorm.weight": "model-00017-of-00034.safetensors", "model.layers.22.mlp.down_proj.weight": "model-00017-of-00034.safetensors", "model.layers.22.mlp.gate_proj.weight": "model-00017-of-00034.safetensors", "model.layers.22.mlp.up_proj.weight": "model-00018-of-00034.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00018-of-00034.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00018-of-00034.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00018-of-00034.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00018-of-00034.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00018-of-00034.safetensors", "model.layers.23.input_layernorm.weight": "model-00018-of-00034.safetensors", "model.layers.23.mlp.down_proj.weight": "model-00018-of-00034.safetensors", "model.layers.23.mlp.gate_proj.weight": "model-00018-of-00034.safetensors", "model.layers.23.mlp.up_proj.weight": "model-00019-of-00034.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00019-of-00034.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00019-of-00034.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00019-of-00034.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00019-of-00034.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00019-of-00034.safetensors", "model.layers.24.input_layernorm.weight": "model-00019-of-00034.safetensors", "model.layers.24.mlp.down_proj.weight": "model-00019-of-00034.safetensors", "model.layers.24.mlp.gate_proj.weight": "model-00019-of-00034.safetensors", "model.layers.24.mlp.up_proj.weight": "model-00020-of-00034.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00020-of-00034.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00020-of-00034.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00020-of-00034.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00020-of-00034.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00020-of-00034.safetensors", "model.layers.25.input_layernorm.weight": "model-00020-of-00034.safetensors", "model.layers.25.mlp.down_proj.weight": "model-00020-of-00034.safetensors", "model.layers.25.mlp.gate_proj.weight": "model-00020-of-00034.safetensors", "model.layers.25.mlp.up_proj.weight": "model-00021-of-00034.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00021-of-00034.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00021-of-00034.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00021-of-00034.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00021-of-00034.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00021-of-00034.safetensors", "model.layers.26.input_layernorm.weight": "model-00021-of-00034.safetensors", "model.layers.26.mlp.down_proj.weight": "model-00021-of-00034.safetensors", "model.layers.26.mlp.gate_proj.weight": "model-00021-of-00034.safetensors", "model.layers.26.mlp.up_proj.weight": "model-00022-of-00034.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00022-of-00034.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00022-of-00034.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00022-of-00034.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00022-of-00034.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00022-of-00034.safetensors", "model.layers.27.input_layernorm.weight": "model-00022-of-00034.safetensors", "model.layers.27.mlp.down_proj.weight": "model-00022-of-00034.safetensors", "model.layers.27.mlp.gate_proj.weight": "model-00022-of-00034.safetensors", "model.layers.27.mlp.up_proj.weight": "model-00023-of-00034.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00023-of-00034.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00023-of-00034.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00023-of-00034.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00023-of-00034.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00023-of-00034.safetensors", "model.layers.28.input_layernorm.weight": "model-00023-of-00034.safetensors", "model.layers.28.mlp.down_proj.weight": "model-00023-of-00034.safetensors", "model.layers.28.mlp.gate_proj.weight": "model-00023-of-00034.safetensors", "model.layers.28.mlp.up_proj.weight": "model-00024-of-00034.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00024-of-00034.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00024-of-00034.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00024-of-00034.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00024-of-00034.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00024-of-00034.safetensors", "model.layers.29.input_layernorm.weight": "model-00024-of-00034.safetensors", "model.layers.29.mlp.down_proj.weight": "model-00024-of-00034.safetensors", "model.layers.29.mlp.gate_proj.weight": "model-00024-of-00034.safetensors", "model.layers.29.mlp.up_proj.weight": "model-00025-of-00034.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00025-of-00034.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00025-of-00034.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00025-of-00034.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00025-of-00034.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00025-of-00034.safetensors", "model.layers.3.input_layernorm.weight": "model-00025-of-00034.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00025-of-00034.safetensors", "model.layers.3.mlp.gate_proj.weight": "model-00025-of-00034.safetensors", "model.layers.3.mlp.up_proj.weight": "model-00026-of-00034.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00026-of-00034.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00026-of-00034.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00026-of-00034.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00026-of-00034.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00026-of-00034.safetensors", "model.layers.30.input_layernorm.weight": "model-00026-of-00034.safetensors", "model.layers.30.mlp.down_proj.weight": "model-00026-of-00034.safetensors", "model.layers.30.mlp.gate_proj.weight": "model-00026-of-00034.safetensors", "model.layers.30.mlp.up_proj.weight": "model-00027-of-00034.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00027-of-00034.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00027-of-00034.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00027-of-00034.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00027-of-00034.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00027-of-00034.safetensors", "model.layers.31.input_layernorm.weight": "model-00027-of-00034.safetensors", "model.layers.31.mlp.down_proj.weight": "model-00027-of-00034.safetensors", "model.layers.31.mlp.gate_proj.weight": "model-00027-of-00034.safetensors", "model.layers.31.mlp.up_proj.weight": "model-00028-of-00034.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00028-of-00034.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00028-of-00034.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00028-of-00034.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00028-of-00034.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00028-of-00034.safetensors", "model.layers.4.input_layernorm.weight": "model-00028-of-00034.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00028-of-00034.safetensors", "model.layers.4.mlp.gate_proj.weight": "model-00028-of-00034.safetensors", "model.layers.4.mlp.up_proj.weight": "model-00029-of-00034.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00029-of-00034.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00029-of-00034.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00029-of-00034.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00029-of-00034.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00029-of-00034.safetensors", "model.layers.5.input_layernorm.weight": "model-00029-of-00034.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00029-of-00034.safetensors", "model.layers.5.mlp.gate_proj.weight": "model-00029-of-00034.safetensors", "model.layers.5.mlp.up_proj.weight": "model-00030-of-00034.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00030-of-00034.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00030-of-00034.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00030-of-00034.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00030-of-00034.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00030-of-00034.safetensors", "model.layers.6.input_layernorm.weight": "model-00030-of-00034.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00030-of-00034.safetensors", "model.layers.6.mlp.gate_proj.weight": "model-00030-of-00034.safetensors", "model.layers.6.mlp.up_proj.weight": "model-00031-of-00034.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00031-of-00034.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00031-of-00034.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00031-of-00034.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00031-of-00034.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00031-of-00034.safetensors", "model.layers.7.input_layernorm.weight": "model-00031-of-00034.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00031-of-00034.safetensors", "model.layers.7.mlp.gate_proj.weight": "model-00031-of-00034.safetensors", "model.layers.7.mlp.up_proj.weight": "model-00032-of-00034.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00032-of-00034.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00032-of-00034.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00032-of-00034.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00032-of-00034.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00032-of-00034.safetensors", "model.layers.8.input_layernorm.weight": "model-00032-of-00034.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00032-of-00034.safetensors", "model.layers.8.mlp.gate_proj.weight": "model-00032-of-00034.safetensors", "model.layers.8.mlp.up_proj.weight": "model-00033-of-00034.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00033-of-00034.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00033-of-00034.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00033-of-00034.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00033-of-00034.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00033-of-00034.safetensors", "model.layers.9.input_layernorm.weight": "model-00033-of-00034.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00033-of-00034.safetensors", "model.layers.9.mlp.gate_proj.weight": "model-00033-of-00034.safetensors", "model.layers.9.mlp.up_proj.weight": "model-00034-of-00034.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00034-of-00034.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00034-of-00034.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00034-of-00034.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00034-of-00034.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00034-of-00034.safetensors", "model.norm.weight": "model-00034-of-00034.safetensors"}}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"unk_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
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,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
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 |
+
"bos_token": "<s>",
|
33 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set loop_messages = messages %}\n{%- endif %}\n\n{{- bos_token }}\n{%- for message in loop_messages %}\n {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{- raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}\n {%- endif %}\n {%- if message['role'] == 'user' %}\n {%- if loop.first and system_message is defined %}\n {{- ' [INST] ' + system_message + '\\n\\n' + message['content'] + ' [/INST]' }}\n {%- else %}\n {{- ' [INST] ' + message['content'] + ' [/INST]' }}\n {%- endif %}\n {%- elif message['role'] == 'assistant' %}\n {{- ' ' + message['content'] + eos_token}}\n {%- else %}\n {{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}\n {%- endif %}\n{%- endfor %}\n",
|
34 |
+
"clean_up_tokenization_spaces": false,
|
35 |
+
"eos_token": "</s>",
|
36 |
+
"legacy": true,
|
37 |
+
"model_max_length": 1000000000000000019884624838656,
|
38 |
+
"pad_token": null,
|
39 |
+
"sp_model_kwargs": {},
|
40 |
+
"spaces_between_special_tokens": false,
|
41 |
+
"tokenizer_class": "LlamaTokenizer",
|
42 |
+
"unk_token": "<unk>",
|
43 |
+
"use_default_system_prompt": false
|
44 |
+
}
|