andriadze commited on
Commit
e06b914
·
verified ·
1 Parent(s): 6312005

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - anthracite-org/magnum-v3-34b
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - awq
7
+ - text-generation-inference
8
+ ---
9
+
10
+ ## Model Details
11
+
12
+ This is a AWQ GEMM quant of magnum-v3-34b: https://huggingface.co/anthracite-org/magnum-v3-34b
13
+
14
+
15
+ ### Model Description
16
+
17
+ Model has been quantized on 6xRTX4090, here are quantization parameters:
18
+
19
+ "zero_point": True,
20
+ "q_group_size": 128,
21
+ "w_bit": 4,
22
+ "version": "GEMM"
23
+