iproskurina commited on
Commit
92a62bc
·
verified ·
1 Parent(s): f6ed228

AutoGPTQ model for bigscience/bloom-7b1: 4bits, gr128, desc_act=False

Browse files
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.35.2",
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:1b2e027e17b98ea8546d346f9275ae9c01fab2bdbae728a96d0d469068d9b48c
3
+ size 7255036032
quantize_config.json CHANGED
@@ -6,6 +6,6 @@
6
  "static_groups": false,
7
  "sym": true,
8
  "true_sequential": true,
9
- "model_name_or_path": "bloom-7b1-gptq-4bit",
10
- "model_file_base_name": "gptq_model-4bit-128g"
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
  }