Upload folder using huggingface_hub
Browse files- config.json +37 -39
- model.safetensors +2 -2
config.json
CHANGED
@@ -7,48 +7,46 @@
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
"compression_config": {
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
"
|
26 |
-
|
27 |
-
|
28 |
-
"
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
"type": "int"
|
38 |
-
}
|
39 |
}
|
40 |
-
}
|
41 |
-
"format": "int-quantized",
|
42 |
-
"global_compression_ratio": 1.4583332397611055,
|
43 |
-
"ignore": [
|
44 |
-
"lm_head"
|
45 |
-
],
|
46 |
-
"quant_method": "sparseml",
|
47 |
-
"quantization_status": "frozen"
|
48 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
"sparsity_config": {
|
50 |
"format": "dense",
|
51 |
-
"global_sparsity": 7.
|
52 |
"registry_requires_subclass": false,
|
53 |
"sparsity_structure": "unstructured"
|
54 |
}
|
@@ -68,7 +66,7 @@
|
|
68 |
"rope_scaling": null,
|
69 |
"rope_theta": 10000.0,
|
70 |
"tie_word_embeddings": false,
|
71 |
-
"torch_dtype": "
|
72 |
"transformers_version": "4.40.0",
|
73 |
"use_cache": true,
|
74 |
"vocab_size": 32000
|
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
"compression_config": {
|
10 |
+
"config_groups": {
|
11 |
+
"group_0": {
|
12 |
+
"input_activations": {
|
13 |
+
"block_structure": null,
|
14 |
+
"dynamic": false,
|
15 |
+
"group_size": null,
|
16 |
+
"num_bits": 8,
|
17 |
+
"observer": "minmax",
|
18 |
+
"observer_kwargs": {},
|
19 |
+
"strategy": "tensor",
|
20 |
+
"symmetric": true,
|
21 |
+
"type": "int"
|
22 |
+
},
|
23 |
+
"output_activations": null,
|
24 |
+
"targets": [
|
25 |
+
"Linear"
|
26 |
+
],
|
27 |
+
"weights": {
|
28 |
+
"block_structure": null,
|
29 |
+
"dynamic": false,
|
30 |
+
"group_size": null,
|
31 |
+
"num_bits": 8,
|
32 |
+
"observer": "minmax",
|
33 |
+
"observer_kwargs": {},
|
34 |
+
"strategy": "tensor",
|
35 |
+
"symmetric": true,
|
36 |
+
"type": "int"
|
|
|
|
|
37 |
}
|
38 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
},
|
40 |
+
"format": "int-quantized",
|
41 |
+
"global_compression_ratio": 1.4583332397611055,
|
42 |
+
"ignore": [
|
43 |
+
"lm_head"
|
44 |
+
],
|
45 |
+
"quant_method": "compressed-tensors",
|
46 |
+
"quantization_status": "frozen",
|
47 |
"sparsity_config": {
|
48 |
"format": "dense",
|
49 |
+
"global_sparsity": 7.8259900429979625,
|
50 |
"registry_requires_subclass": false,
|
51 |
"sparsity_structure": "unstructured"
|
52 |
}
|
|
|
66 |
"rope_scaling": null,
|
67 |
"rope_theta": 10000.0,
|
68 |
"tie_word_embeddings": false,
|
69 |
+
"torch_dtype": "float16",
|
70 |
"transformers_version": "4.40.0",
|
71 |
"use_cache": true,
|
72 |
"vocab_size": 32000
|
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:85e1306ddfc0991bfe20892458b4caecd4605f2f02faabee21a71e211c177a28
|
3 |
+
size 1231269448
|