AutoGPTQ model for bigscience/bloom-560m: 4bits, gr128, desc_act=False
Browse files- config.json +1 -1
- gptq_model-4bit-128g.safetensors +3 -0
- quantize_config.json +2 -2
config.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
"skip_bias_add_qkv": false,
|
26 |
"slow_but_exact": false,
|
27 |
"torch_dtype": "float16",
|
28 |
-
"transformers_version": "4.
|
29 |
"unk_token_id": 0,
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 250880
|
|
|
25 |
"skip_bias_add_qkv": false,
|
26 |
"slow_but_exact": false,
|
27 |
"torch_dtype": "float16",
|
28 |
+
"transformers_version": "4.44.2",
|
29 |
"unk_token_id": 0,
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 250880
|
gptq_model-4bit-128g.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:800923678f2b9531beb85aa6fb2dbba30240b9becd30395e37fe3ec25f21a8b3
|
3 |
+
size 1185900200
|
quantize_config.json
CHANGED
@@ -6,6 +6,6 @@
|
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
-
"model_name_or_path":
|
10 |
-
"model_file_base_name":
|
11 |
}
|
|
|
6 |
"static_groups": false,
|
7 |
"sym": true,
|
8 |
"true_sequential": true,
|
9 |
+
"model_name_or_path": null,
|
10 |
+
"model_file_base_name": null
|
11 |
}
|