LoneStriker commited on
Commit
d01531e
1 Parent(s): 4d1c037

Upload folder using huggingface_hub

Browse files
output-00001-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06c0785f7458139b2f49fdadb425f027e82cdc84607bce8063228cb872705ffd
3
  size 8556831256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:302420aed5b78e6b34ea32ee2fede4fa2725d8af0df2bb64a75c39303430f9b1
3
  size 8556831256
output-00002-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf970a3ae6ea7eac5acf92bf0125d4f9c334ad3a394933a4392e54c599824ef9
3
  size 8522159808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:299b422037a87036079ccd18c1871b3cae5d607333129ce6450fced2aa52fca0
3
  size 8522159808
output-00003-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2bc0173db060d6a8abe5794da188216e2c595a49f4f20ca235559eefe47ce7c7
3
  size 8544804120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc91e9937c38aa21604a6f6bb5f68c9d1246975c2a7ddccfe1811b519e09226c
3
  size 8544804120
output-00004-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ac309157ba9e8c3de3ad7c61d814b02bb302409f9a970626aec9f9ffe198bd1
3
  size 8563912464
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93627ec1088d808b36e31381ff0b9f6836a3896c5edb3c9e3b5769a4ece2382f
3
  size 8563912464
output-00005-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16b464665114e520e031908460e7637f1bf69ad9dd4d3b99f5e78494fb4a5ff4
3
  size 8527390612
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb77d2047d83dc7fc784c62027c5ecf080afdb0060f510bf8ffb6265031377e5
3
  size 8527390612
output-00006-of-00006.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c818d943206b855843b0923af8a8450915a50e57c36016589fb78fd8762a3f41
3
  size 825740608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058ee836fae043fa4610cc90bc4e83f55df5ac203929aac2a1f576b84bc31607
3
  size 825740608
tokenizer.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
- size 499723
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f567f46e9ccc9fbeaf375f95cad98ba56034c80d96db411c7d25ddd19578a38
3
+ size 562934
tokenizer_config.json CHANGED
@@ -5,7 +5,7 @@
5
  "0": {
6
  "content": "<unk>",
7
  "lstrip": false,
8
- "normalized": true,
9
  "rstrip": false,
10
  "single_word": false,
11
  "special": true
@@ -13,7 +13,7 @@
13
  "1": {
14
  "content": "<s>",
15
  "lstrip": false,
16
- "normalized": true,
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
@@ -21,18 +21,19 @@
21
  "2": {
22
  "content": "</s>",
23
  "lstrip": false,
24
- "normalized": true,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  }
29
  },
30
  "bos_token": "<s>",
 
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
33
  "legacy": false,
34
  "model_max_length": 1000000000000000019884624838656,
35
- "pad_token": "<unk>",
36
  "sp_model_kwargs": {},
37
  "spaces_between_special_tokens": false,
38
  "tokenizer_class": "LlamaTokenizer",
 
5
  "0": {
6
  "content": "<unk>",
7
  "lstrip": false,
8
+ "normalized": false,
9
  "rstrip": false,
10
  "single_word": false,
11
  "special": true
 
13
  "1": {
14
  "content": "<s>",
15
  "lstrip": false,
16
+ "normalized": false,
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
 
21
  "2": {
22
  "content": "</s>",
23
  "lstrip": false,
24
+ "normalized": false,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  }
29
  },
30
  "bos_token": "<s>",
31
+ "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 %}",
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": false,
35
  "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": null,
37
  "sp_model_kwargs": {},
38
  "spaces_between_special_tokens": false,
39
  "tokenizer_class": "LlamaTokenizer",