AWQ model commit
Browse files- LICENSE +48 -0
- config.json +37 -0
- generation_config.json +7 -0
- model-00001-of-00011.safetensors +3 -0
- model-00002-of-00011.safetensors +3 -0
- model-00003-of-00011.safetensors +3 -0
- model-00004-of-00011.safetensors +3 -0
- model-00005-of-00011.safetensors +3 -0
- model-00006-of-00011.safetensors +3 -0
- model-00007-of-00011.safetensors +3 -0
- model-00008-of-00011.safetensors +3 -0
- model-00009-of-00011.safetensors +3 -0
- model-00010-of-00011.safetensors +3 -0
- model-00011-of-00011.safetensors +3 -0
- model.safetensors.index.json +0 -0
- quant_config.json +7 -0
- special_tokens_map.json +23 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +41 -0
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,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"bits": 4,
|
23 |
+
"group_size": 128,
|
24 |
+
"modules_to_not_convert": null,
|
25 |
+
"quant_method": "awq",
|
26 |
+
"version": "gemm",
|
27 |
+
"zero_point": true
|
28 |
+
},
|
29 |
+
"rms_norm_eps": 1e-05,
|
30 |
+
"rope_scaling": null,
|
31 |
+
"rope_theta": 10000.0,
|
32 |
+
"tie_word_embeddings": false,
|
33 |
+
"torch_dtype": "float16",
|
34 |
+
"transformers_version": "4.37.0.dev0",
|
35 |
+
"use_cache": true,
|
36 |
+
"vocab_size": 32000
|
37 |
+
}
|
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-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b403ec9f927405678bee3f2ed45f5e8f68aafa37b9de4d0fa79e3da0b65139aa
|
3 |
+
size 9938623736
|
model-00002-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6865481f00ea68d0799242d29908c6ccebaa9bf0d49d7990ee31615f36963b4
|
3 |
+
size 9902482368
|
model-00003-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091d41c93b2a4ad366ecadc4406f9545fe216ea3e33e41386cb5ce17d1ca903f
|
3 |
+
size 9902482360
|
model-00004-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e563c0645abc695e17558c73fabe00b7063ae170e790857ad2ef23033f29ee5d
|
3 |
+
size 9980963328
|
model-00005-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe6c001b1e20599e2eea17e0e43af2b5fce3f412a0a92d653f8b78f0c25e5d77
|
3 |
+
size 9902482592
|
model-00006-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b4bb7b4e472fa803c3c56df2b7d1f6db1c02e253bb9e2ad690f6db594b8453b
|
3 |
+
size 9902482864
|
model-00007-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab7acc6ed41333bf4399d15ed0352652978e1dcc1a440971a6688c5599ddbacc
|
3 |
+
size 9980963856
|
model-00008-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ae60083b4501595ccbc1f01b516fe98443a5b58c3c422303cff408f7e79b6c1
|
3 |
+
size 9902482872
|
model-00009-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a6752503b33ad46d56f1c0d1b1353e495a5930c7a3207ec72aba02d7f1076eb
|
3 |
+
size 9902482864
|
model-00010-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d15c0b183c0f62e83b04f42aba5352434f9476bd47fc34e546beb493c7eb7f8
|
3 |
+
size 9980963856
|
model-00011-of-00011.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e405b466dc71abf8b0518db6e18b56d9637fd41cddc58ea181c49498c59cf551
|
3 |
+
size 9781744960
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
quant_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"zero_point": true,
|
3 |
+
"q_group_size": 128,
|
4 |
+
"w_bit": 4,
|
5 |
+
"version": "GEMM",
|
6 |
+
"modules_to_not_convert": null
|
7 |
+
}
|
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 |
+
}
|