Upload folder using huggingface_hub
Browse files- config.json +3 -3
- model.safetensors +2 -2
- recipe.yaml +1 -1
- tokenizer.json +1 -6
config.json
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
"Linear"
|
29 |
],
|
30 |
"weights": {
|
31 |
-
"actorder": "
|
32 |
"block_structure": null,
|
33 |
"dynamic": false,
|
34 |
"group_size": 128,
|
@@ -42,7 +42,7 @@
|
|
42 |
}
|
43 |
},
|
44 |
"format": "pack-quantized",
|
45 |
-
"global_compression_ratio": 1.
|
46 |
"ignore": [
|
47 |
"lm_head"
|
48 |
],
|
@@ -51,7 +51,7 @@
|
|
51 |
"quantization_status": "compressed",
|
52 |
"sparsity_config": {
|
53 |
"format": "dense",
|
54 |
-
"global_sparsity": 0.
|
55 |
"ignore": [],
|
56 |
"registry_requires_subclass": false,
|
57 |
"sparsity_structure": "unstructured",
|
|
|
28 |
"Linear"
|
29 |
],
|
30 |
"weights": {
|
31 |
+
"actorder": "group",
|
32 |
"block_structure": null,
|
33 |
"dynamic": false,
|
34 |
"group_size": 128,
|
|
|
42 |
}
|
43 |
},
|
44 |
"format": "pack-quantized",
|
45 |
+
"global_compression_ratio": 1.8833636632816793,
|
46 |
"ignore": [
|
47 |
"lm_head"
|
48 |
],
|
|
|
51 |
"quantization_status": "compressed",
|
52 |
"sparsity_config": {
|
53 |
"format": "dense",
|
54 |
+
"global_sparsity": 0.1407252015594666,
|
55 |
"ignore": [],
|
56 |
"registry_requires_subclass": false,
|
57 |
"sparsity_structure": "unstructured",
|
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:a526374315ca3ab080a4c930dac9144a8a2a738a69ba9446ef6027e9fd2ab1e9
|
3 |
+
size 763563248
|
recipe.yaml
CHANGED
@@ -5,5 +5,5 @@ quant_stage:
|
|
5 |
config_groups:
|
6 |
group_0:
|
7 |
weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128,
|
8 |
-
actorder:
|
9 |
targets: [Linear]
|
|
|
5 |
config_groups:
|
6 |
group_0:
|
7 |
weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128,
|
8 |
+
actorder: group}
|
9 |
targets: [Linear]
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 2048,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|