TheBloke commited on
Commit
4225be4
1 Parent(s): 1e4ee12

GPTQ model commit

Browse files
LICENSE ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ DEEPNIGHT_RESPONSIBLE_AI LICENSE
2
+
3
+ This DEEPNIGHT_RESPONSIBLE_AI License (the "License") is a legal agreement between you (the "Licensee") and DEEPNIGHT,
4
+ governing the use of the artificial intelligence models (the "Models") provided by DEEPNIGHT.
5
+
6
+ 1. Grant of License
7
+ Subject to the terms and conditions of this License, DEEPNIGHT grants Licensee a personal,
8
+ non-exclusive, non-transferable license to use the Models for personal, non-commercial purposes only.
9
+
10
+ 2. Restrictions
11
+ Licensee shall not use the Models for any commercial purposes,
12
+ including but not limited to the development of products or services for sale,
13
+ without the express written consent of DEEPNIGHT.
14
+
15
+ 3. Responsible Use
16
+ The Models are provided uncensored, and Licensee agrees to use them responsibly and in compliance with
17
+ all applicable laws and regulations.
18
+ DEEPNIGHT disclaims any responsibility for the misuse of the Models, and Licensee acknowledges that they
19
+ are solely responsible for their use.
20
+
21
+ 4. No Warranty
22
+ The Models are provided "as is" without any warranty of any kind, either express or implied,
23
+ including but not limited to the implied warranties of merchantability and fitness for a particular purpose.
24
+ DEEPNIGHT makes no representations or warranties regarding the accuracy or completeness of the Models.
25
+
26
+ 5. Limitation of Liability
27
+ In no event shall DEEPNIGHT be liable for any special, incidental, indirect, or consequential
28
+ damages of any kind arising out of or in connection with the use or performance of the Models.
29
+
30
+ 6. Termination
31
+ This License is effective until terminated. DEEPNIGHT reserves the right to
32
+ terminate this License at any time if Licensee fails to comply with its terms.
33
+
34
+ 7. Governing Law
35
+ This License shall be governed by and construed in accordance with the laws of the jurisdiction in which
36
+ the Licensee is located, without regard to its conflict of law principles.
37
+
38
+ This modification allows the License to be governed by the laws of the jurisdiction where the
39
+ Licensee is located, providing a more global coverage. Make sure that this aligns with your intended
40
+ usage and consult with legal professionals to ensure its suitability for your specific circumstances.
41
+
42
+ 8. Miscellaneous
43
+ Any modifications or amendments to this License must be made in writing and signed by both parties.
44
+ If any provision of this License is held to be unenforceable,
45
+ the remaining provisions shall remain in full force and effect.
46
+
47
+
48
+ By using the Model, Licensee agrees to be bound by the terms and conditions of this DEEPNIGHT_RESPONSIBLE_AI License.
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/workspace/process/deepnight-research_saily_220b/source",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 8192,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 28672,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 64,
17
+ "num_hidden_layers": 243,
18
+ "num_key_value_heads": 8,
19
+ "pad_token_id": 0,
20
+ "pretraining_tp": 1,
21
+ "quantization_config": {
22
+ "batch_size": 1,
23
+ "bits": 4,
24
+ "block_name_to_quantize": null,
25
+ "cache_block_outputs": true,
26
+ "damp_percent": 0.1,
27
+ "desc_act": true,
28
+ "exllama_config": {
29
+ "version": 1
30
+ },
31
+ "group_size": -1,
32
+ "max_input_length": null,
33
+ "model_seqlen": null,
34
+ "module_name_preceding_first_block": null,
35
+ "modules_in_block_to_quantize": [
36
+ [
37
+ "self_attn.k_proj",
38
+ "self_attn.v_proj",
39
+ "self_attn.q_proj"
40
+ ],
41
+ [
42
+ "self_attn.o_proj"
43
+ ],
44
+ [
45
+ "mlp.up_proj",
46
+ "mlp.gate_proj"
47
+ ],
48
+ [
49
+ "mlp.down_proj"
50
+ ]
51
+ ],
52
+ "pad_token_id": null,
53
+ "quant_method": "gptq",
54
+ "sym": true,
55
+ "tokenizer": null,
56
+ "true_sequential": true,
57
+ "use_cuda_fp16": false,
58
+ "use_exllama": true
59
+ },
60
+ "rms_norm_eps": 1e-05,
61
+ "rope_scaling": null,
62
+ "rope_theta": 10000.0,
63
+ "tie_word_embeddings": false,
64
+ "torch_dtype": "float16",
65
+ "transformers_version": "4.37.0.dev0",
66
+ "use_cache": true,
67
+ "vocab_size": 32000
68
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.37.0.dev0"
7
+ }
model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb189c1059b67689879b19ce9f13af5c5807cc797d1a5bf76fe5b740faa4741d
3
+ size 48987746256
model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd3e283b6eeea48fd3b15e5a34dcfb349057907c4949aa0c166a321d1f964942
3
+ size 48892007440
model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c3ab324d2e60543b4c38411fc0a67716ad28fd06c3586b538462900c03ad4d
3
+ size 7305312592
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
quantize_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": -1,
4
+ "damp_percent": 0.1,
5
+ "desc_act": true,
6
+ "sym": true,
7
+ "true_sequential": true
8
+ }
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:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
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
+ "clean_up_tokenization_spaces": false,
32
+ "eos_token": "</s>",
33
+ "legacy": false,
34
+ "model_max_length": 1000000000000000019884624838656,
35
+ "pad_token": null,
36
+ "padding_side": "right",
37
+ "sp_model_kwargs": {},
38
+ "tokenizer_class": "LlamaTokenizer",
39
+ "unk_token": "<unk>",
40
+ "use_default_system_prompt": false
41
+ }