iproskurina commited on
Commit
ae5607b
1 Parent(s): fa0eb34

AutoGPTQ model for bigscience/bloom-1b7: 4bits, gr128, desc_act=False

Browse files
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.35.2",
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": "bloom-1b7-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
  }