Upload 6 files
Browse files- gptq_model-4bit-128g.safetensors +1 -1
- quantize_config.json +1 -0
- tokenizer_config.json +0 -1
gptq_model-4bit-128g.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6297627280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a3fd04aac72abac2bfaaac8358f1b09c1bf426c09a77c15f7d0a667ab2faa92
|
3 |
size 6297627280
|
quantize_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"group_size": 128,
|
4 |
"damp_percent": 0.01,
|
5 |
"desc_act": true,
|
|
|
6 |
"sym": true,
|
7 |
"true_sequential": true,
|
8 |
"model_name_or_path": null,
|
|
|
3 |
"group_size": 128,
|
4 |
"damp_percent": 0.01,
|
5 |
"desc_act": true,
|
6 |
+
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
"model_name_or_path": null,
|
tokenizer_config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"add_eos_token": true,
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
"model_max_length": 1000000000000000019884624838656,
|
5 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
1 |
{
|
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"model_max_length": 1000000000000000019884624838656,
|
4 |
"tokenizer_class": "PreTrainedTokenizerFast"
|