iproskurina commited on
Commit
c0bff48
1 Parent(s): cdc960d

AutoGPTQ model for bigscience/bloom-3b: 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:82c0e9d8a34225a29ef3794eda6af45e0aa0ad3f7ea59aebe44e3b494399882a
3
+ size 3798992448
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-3b-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
  }