waterhorse1 commited on
Commit
be0916a
·
1 Parent(s): 4377b20
Files changed (3) hide show
  1. config.json +2 -2
  2. model.safetensors +2 -2
  3. quantize_config.json +2 -2
config.json CHANGED
@@ -28,8 +28,8 @@
28
  "vocab_size": 125696,
29
  "quantization_config": {
30
  "bits": 4,
31
- "group_size": 128,
32
- "damp_percent": 0.01,
33
  "desc_act": true,
34
  "sym": true,
35
  "true_sequential": true,
 
28
  "vocab_size": 125696,
29
  "quantization_config": {
30
  "bits": 4,
31
+ "group_size": 32,
32
+ "damp_percent": 0.1,
33
  "desc_act": true,
34
  "sym": true,
35
  "true_sequential": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d51fd577241ced81e9614719ab6119b8860960e6bc89f71f7893a0e40be6a185
3
- size 5430745480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49e6532a2b7a81eedea9bfda1bd8561fc864ff303043074ca9b6d36ce4e46180
3
+ size 5810199248
quantize_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "bits": 4,
3
- "group_size": 128,
4
- "damp_percent": 0.01,
5
  "desc_act": true,
6
  "static_groups": false,
7
  "sym": true,
 
1
  {
2
  "bits": 4,
3
+ "group_size": 32,
4
+ "damp_percent": 0.1,
5
  "desc_act": true,
6
  "static_groups": false,
7
  "sym": true,