AlexKoff88
commited on
Commit
•
572bca9
1
Parent(s):
3ea695b
Upload openvino_config.json with huggingface_hub
Browse files- openvino_config.json +25 -0
openvino_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"compression": null,
|
3 |
+
"dtype": "int4",
|
4 |
+
"input_info": null,
|
5 |
+
"optimum_version": "1.23.3",
|
6 |
+
"quantization_config": {
|
7 |
+
"all_layers": null,
|
8 |
+
"bits": 4,
|
9 |
+
"dataset": "wikitext2",
|
10 |
+
"gptq": null,
|
11 |
+
"group_size": 64,
|
12 |
+
"ignored_scope": null,
|
13 |
+
"num_samples": 20,
|
14 |
+
"quant_method": "awq",
|
15 |
+
"ratio": 1.0,
|
16 |
+
"scale_estimation": true,
|
17 |
+
"sensitivity_metric": null,
|
18 |
+
"sym": false,
|
19 |
+
"tokenizer": null,
|
20 |
+
"trust_remote_code": false,
|
21 |
+
"weight_format": "int4"
|
22 |
+
},
|
23 |
+
"save_onnx_model": false,
|
24 |
+
"transformers_version": "4.45.2"
|
25 |
+
}
|