Ubuntu commited on
Commit
ae74245
1 Parent(s): 05d88df

adding assets

Browse files
Files changed (2) hide show
  1. README.md +15 -0
  2. quant_config.json +6 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - 4-bit
5
+ - AWQ
6
+ - text-generation
7
+ - autotrain_compatible
8
+ - endpoints_compatible
9
+ pipeline_tag: text-generation
10
+ inference: false
11
+ quantized_by: Suparious
12
+ ---
13
+ #
14
+
15
+ **UPLOAD IN PROGRESS**
quant_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "zero_point": true,
3
+ "q_group_size": 128,
4
+ "w_bit": 4,
5
+ "version": "GEMM"
6
+ }