TheBloke commited on
Commit
f213c69
1 Parent(s): fdaac36

GPTQ model commit

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"</paragraph>": 32013, "<pad>": 32015, "<paragraph>": 32005, "[Continue to Use Evidence]": 32006, "[Fully supported]": 32014, "[Irrelevant]": 32011, "[No Retrieval]": 32010, "[No support / Contradictory]": 32003, "[Partially supported]": 32000, "[Relevant]": 32007, "[Retrieval]": 32004, "[Utility:1]": 32001, "[Utility:2]": 32002, "[Utility:3]": 32008, "[Utility:4]": 32012, "[Utility:5]": 32009}
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/workspace/process/sciphi_sciphi-self-rag-mistral-7b-32k/source",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 14336,
12
+ "max_position_embeddings": 32768,
13
+ "model_type": "mistral",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 32,
16
+ "num_key_value_heads": 8,
17
+ "pad_token_id": 0,
18
+ "pretraining_tp": 1,
19
+ "quantization_config": {
20
+ "batch_size": 1,
21
+ "bits": 4,
22
+ "block_name_to_quantize": "model.layers",
23
+ "damp_percent": 0.1,
24
+ "desc_act": true,
25
+ "disable_exllama": false,
26
+ "group_size": 128,
27
+ "max_input_length": null,
28
+ "model_seqlen": 4096,
29
+ "module_name_preceding_first_block": [
30
+ "model.embed_tokens"
31
+ ],
32
+ "pad_token_id": null,
33
+ "quant_method": "gptq",
34
+ "sym": true,
35
+ "tokenizer": null,
36
+ "true_sequential": true,
37
+ "use_cuda_fp16": true
38
+ },
39
+ "rms_norm_eps": 1e-05,
40
+ "rope_theta": 10000.0,
41
+ "sliding_window": 4096,
42
+ "tie_word_embeddings": false,
43
+ "torch_dtype": "float16",
44
+ "transformers_version": "4.34.1",
45
+ "use_cache": true,
46
+ "vocab_size": 32016
47
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.34.1"
6
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152bad48ce2f8d770696b38fbb3a3c69caee309c852d98944978d13bb6ca1173
3
+ size 4158924240
quantize_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": true,
6
+ "sym": true,
7
+ "true_sequential": true
8
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>",
6
+ "[Partially supported]",
7
+ "[Utility:1]",
8
+ "[Utility:2]",
9
+ "[No support / Contradictory]",
10
+ "[Retrieval]",
11
+ "<paragraph>",
12
+ "[Continue to Use Evidence]",
13
+ "[Relevant]",
14
+ "[Utility:3]",
15
+ "[Utility:5]",
16
+ "[No Retrieval]",
17
+ "[Irrelevant]",
18
+ "[Utility:4]",
19
+ "</paragraph>",
20
+ "[Fully supported]"
21
+ ],
22
+ "bos_token": "<s>",
23
+ "eos_token": "</s>",
24
+ "pad_token": "<pad>",
25
+ "unk_token": "<unk>"
26
+ }
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,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": true,
22
+ "normalized": false,
23
+ "rstrip": true,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "32000": {
28
+ "content": "[Partially supported]",
29
+ "lstrip": true,
30
+ "normalized": false,
31
+ "rstrip": true,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "32001": {
36
+ "content": "[Utility:1]",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": true,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "32002": {
44
+ "content": "[Utility:2]",
45
+ "lstrip": true,
46
+ "normalized": false,
47
+ "rstrip": true,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "32003": {
52
+ "content": "[No support / Contradictory]",
53
+ "lstrip": true,
54
+ "normalized": false,
55
+ "rstrip": true,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "32004": {
60
+ "content": "[Retrieval]",
61
+ "lstrip": true,
62
+ "normalized": false,
63
+ "rstrip": true,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "32005": {
68
+ "content": "<paragraph>",
69
+ "lstrip": true,
70
+ "normalized": false,
71
+ "rstrip": true,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "32006": {
76
+ "content": "[Continue to Use Evidence]",
77
+ "lstrip": true,
78
+ "normalized": false,
79
+ "rstrip": true,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "32007": {
84
+ "content": "[Relevant]",
85
+ "lstrip": true,
86
+ "normalized": false,
87
+ "rstrip": true,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "32008": {
92
+ "content": "[Utility:3]",
93
+ "lstrip": true,
94
+ "normalized": false,
95
+ "rstrip": true,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "32009": {
100
+ "content": "[Utility:5]",
101
+ "lstrip": true,
102
+ "normalized": false,
103
+ "rstrip": true,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "32010": {
108
+ "content": "[No Retrieval]",
109
+ "lstrip": true,
110
+ "normalized": false,
111
+ "rstrip": true,
112
+ "single_word": false,
113
+ "special": true
114
+ },
115
+ "32011": {
116
+ "content": "[Irrelevant]",
117
+ "lstrip": true,
118
+ "normalized": false,
119
+ "rstrip": true,
120
+ "single_word": false,
121
+ "special": true
122
+ },
123
+ "32012": {
124
+ "content": "[Utility:4]",
125
+ "lstrip": true,
126
+ "normalized": false,
127
+ "rstrip": true,
128
+ "single_word": false,
129
+ "special": true
130
+ },
131
+ "32013": {
132
+ "content": "</paragraph>",
133
+ "lstrip": true,
134
+ "normalized": false,
135
+ "rstrip": true,
136
+ "single_word": false,
137
+ "special": true
138
+ },
139
+ "32014": {
140
+ "content": "[Fully supported]",
141
+ "lstrip": true,
142
+ "normalized": false,
143
+ "rstrip": true,
144
+ "single_word": false,
145
+ "special": true
146
+ },
147
+ "32015": {
148
+ "content": "<pad>",
149
+ "lstrip": true,
150
+ "normalized": false,
151
+ "rstrip": true,
152
+ "single_word": false,
153
+ "special": true
154
+ }
155
+ },
156
+ "additional_special_tokens": [
157
+ "<unk>",
158
+ "<s>",
159
+ "</s>",
160
+ "[Partially supported]",
161
+ "[Utility:1]",
162
+ "[Utility:2]",
163
+ "[No support / Contradictory]",
164
+ "[Retrieval]",
165
+ "<paragraph>",
166
+ "[Continue to Use Evidence]",
167
+ "[Relevant]",
168
+ "[Utility:3]",
169
+ "[Utility:5]",
170
+ "[No Retrieval]",
171
+ "[Irrelevant]",
172
+ "[Utility:4]",
173
+ "</paragraph>",
174
+ "[Fully supported]"
175
+ ],
176
+ "bos_token": "<s>",
177
+ "clean_up_tokenization_spaces": false,
178
+ "eos_token": "</s>",
179
+ "legacy": true,
180
+ "model_max_length": 1000000000000000019884624838656,
181
+ "pad_token": "<pad>",
182
+ "sp_model_kwargs": {},
183
+ "spaces_between_special_tokens": false,
184
+ "tokenizer_class": "LlamaTokenizer",
185
+ "unk_token": "<unk>",
186
+ "use_default_system_prompt": true
187
+ }