LoneStriker
commited on
Commit
•
5530d75
1
Parent(s):
35baad8
Upload folder using huggingface_hub
Browse files- config.json +1 -14
- gptq_model-4bit-32g.safetensors +2 -2
- quantize_config.json +1 -3
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
@@ -15,19 +15,6 @@
|
|
15 |
"num_attention_heads": 32,
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
18 |
-
"quantization_config": {
|
19 |
-
"bits": 4,
|
20 |
-
"damp_percent": 0.01,
|
21 |
-
"desc_act": true,
|
22 |
-
"group_size": 32,
|
23 |
-
"is_marlin_format": false,
|
24 |
-
"model_file_base_name": null,
|
25 |
-
"model_name_or_path": null,
|
26 |
-
"quant_method": "gptq",
|
27 |
-
"static_groups": false,
|
28 |
-
"sym": true,
|
29 |
-
"true_sequential": true
|
30 |
-
},
|
31 |
"rms_norm_eps": 1e-05,
|
32 |
"rope_theta": 1000000.0,
|
33 |
"sliding_window": 4096,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/models/models/Mistral-7B-Instruct-v0.2-Neural-Story",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
15 |
"num_attention_heads": 32,
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
"rms_norm_eps": 1e-05,
|
19 |
"rope_theta": 1000000.0,
|
20 |
"sliding_window": 4096,
|
gptq_model-4bit-32g.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd416564abf65fdefc716d5029a54d6b2121f0eda0d7b2c9b570ef20a178b975
|
3 |
+
size 4567607264
|
quantize_config.json
CHANGED
@@ -7,7 +7,5 @@
|
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
"model_name_or_path": null,
|
10 |
-
"model_file_base_name": null
|
11 |
-
"is_marlin_format": false,
|
12 |
-
"quant_method": "gptq"
|
13 |
}
|
|
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
"model_name_or_path": null,
|
10 |
+
"model_file_base_name": null
|
|
|
|
|
11 |
}
|