chentianqi commited on
Commit
bab4aee
·
verified ·
1 Parent(s): 739fbb6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - de
6
+ - fr
7
+ - it
8
+ - pt
9
+ - hi
10
+ - es
11
+ - th
12
+ base_model:
13
+ - GSAI-ML/LLaDA-8B-Base
14
+ pipeline_tag: text-generation
15
+ tags:
16
+ - gptqmodel
17
+ - FunAGI
18
+ - llada
19
+ - int4
20
+ ---
21
+
22
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/641c13e7999935676ec7bc03/SCTn0F8MhToDFbdjuPxkw.png)
23
+
24
+ This model has been quantized using [GPTQModel](https://github.com/ModelCloud/GPTQModel).
25
+
26
+ - **bits**: 4
27
+ - **dynamic**: null
28
+ - **group_size**: 128
29
+ - **desc_act**: true
30
+ - **static_groups**: false
31
+ - **sym**: false
32
+ - **lm_head**: false
33
+ - **true_sequential**: true
34
+ - **quant_method**: "gptq"
35
+ - **checkpoint_format**: "gptq"
36
+ - **meta**:
37
+ - **quantizer**: gptqmodel:1.1.0
38
+ - **uri**: https://github.com/modelcloud/gptqmodel
39
+ - **damp_percent**: 0.1
40
+ - **damp_auto_increment**: 0.0015
41
+
42
+
43
+ ## Example:
44
+ ```python
45
+ TODO
46
+ ```