Qubitium commited on
Commit
26ea47d
1 Parent(s): 2b4ff3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: unknown
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: unknown
3
  ---
4
+
5
+ This is TinyLlama/TinyLlama-1.1B-Chat-v1.0 quantized with AutoGPTQ in GPTQ 4-bit Marlin format.
6
+
7
+ **Quantize config:**
8
+ "bits": 4,
9
+ "group_size": 128,
10
+ "damp_percent": 0.005,
11
+ "desc_act": false,
12
+ "static_groups": false,
13
+ "sym": true,
14
+ "true_sequential": true,
15
+ "model_name_or_path": null,
16
+ "model_file_base_name": null,
17
+ "checkpoint_format": "marlin",
18
+ "quant_method": "gptq"