Upload folder using huggingface_hub
Browse files- config.json +3 -3
- gptq_model-8bit-128g.safetensors +1 -1
- model.ckpt +3 -0
- quantize_config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -25,8 +25,8 @@
|
|
25 |
"desc_act": true,
|
26 |
"group_size": 128,
|
27 |
"is_marlin_format": false,
|
28 |
-
"model_file_base_name":
|
29 |
-
"model_name_or_path":
|
30 |
"quant_method": "gptq",
|
31 |
"static_groups": false,
|
32 |
"sym": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "42dot_quantized",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
25 |
"desc_act": true,
|
26 |
"group_size": 128,
|
27 |
"is_marlin_format": false,
|
28 |
+
"model_file_base_name": "gptq_model-8bit-128g",
|
29 |
+
"model_name_or_path": "42dot_quantized",
|
30 |
"quant_method": "gptq",
|
31 |
"static_groups": false,
|
32 |
"sym": true,
|
gptq_model-8bit-128g.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1677169096
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9ab568407e7e5e2db7bf0c95d58bbb408630827dbe18cdd3c537d63e3456051
|
3 |
size 1677169096
|
model.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11763483afca02850ca50189a440bed3a9c104cb063282dd29061d40b53af095
|
3 |
+
size 1677382964
|
quantize_config.json
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
-
"model_name_or_path":
|
10 |
-
"model_file_base_name":
|
11 |
"is_marlin_format": false,
|
12 |
"quant_method": "gptq"
|
13 |
}
|
|
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
+
"model_name_or_path": "42dot_quantized",
|
10 |
+
"model_file_base_name": "gptq_model-8bit-128g",
|
11 |
"is_marlin_format": false,
|
12 |
"quant_method": "gptq"
|
13 |
}
|