iproskurina commited on
Commit
bcdf4a2
1 Parent(s): 8cc9887

AutoGPTQ model for facebook/opt-13b: 4bits, gr128, desc_act=False

Browse files
config.json CHANGED
@@ -25,7 +25,7 @@
25
  "pad_token_id": 1,
26
  "prefix": "</s>",
27
  "torch_dtype": "float16",
28
- "transformers_version": "4.35.2",
29
  "use_cache": true,
30
  "vocab_size": 50272,
31
  "word_embed_proj_dim": 5120
 
25
  "pad_token_id": 1,
26
  "prefix": "</s>",
27
  "torch_dtype": "float16",
28
+ "transformers_version": "4.44.2",
29
  "use_cache": true,
30
  "vocab_size": 50272,
31
  "word_embed_proj_dim": 5120
gptq_model-4bit-128g.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e107c2c39053bea33e7cf65bc912020728984d2f9134457b8d0ee9e7ea84c60a
3
+ size 7600657320
quantize_config.json CHANGED
@@ -6,6 +6,6 @@
6
  "static_groups": false,
7
  "sym": true,
8
  "true_sequential": true,
9
- "model_name_or_path": "opt-13b-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
  }