AutoGPTQ model for bigscience/bloom-1b7: 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
|
@@ -26,7 +26,7 @@
|
|
| 26 |
"skip_bias_add_qkv": false,
|
| 27 |
"slow_but_exact": false,
|
| 28 |
"torch_dtype": "float16",
|
| 29 |
-
"transformers_version": "4.
|
| 30 |
"unk_token_id": 0,
|
| 31 |
"use_cache": true,
|
| 32 |
"vocab_size": 250880
|
|
|
|
| 26 |
"skip_bias_add_qkv": false,
|
| 27 |
"slow_but_exact": false,
|
| 28 |
"torch_dtype": "float16",
|
| 29 |
+
"transformers_version": "4.44.2",
|
| 30 |
"unk_token_id": 0,
|
| 31 |
"use_cache": true,
|
| 32 |
"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:384423424dec72d8172cb025f4d94a50275e5abd1834a0cd3ee6dc4d9991b836
|
| 3 |
+
size 2685520608
|
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 |
}
|