spedrox-sac commited on
Commit
a36cb35
1 Parent(s): 52fd905

Upload 3 files

Browse files
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "do_sample": true,
5
+ "eos_token_id": 128001,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.46.3"
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2d08484d892284317a8fc4f70dacebfd813eabe3db07a5428b3065c6f846b7
3
+ size 1032380416
quantize_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bits": 4,
3
+ "dataset": "c4",
4
+ "group_size": 128,
5
+ "damp_percent": 0.1,
6
+ "desc_act": false,
7
+ "sym": true,
8
+ "true_sequential": true,
9
+ "quant_method": "gptq",
10
+ "modules_in_block_to_quantize": null
11
+ }