waterhorse1
commited on
Commit
·
be0916a
1
Parent(s):
4377b20
4bit-32g
Browse files- config.json +2 -2
- model.safetensors +2 -2
- 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":
|
32 |
-
"damp_percent": 0.
|
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:
|
3 |
-
size
|
|
|
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":
|
4 |
-
"damp_percent": 0.
|
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,
|