Upload openvino_config.json with huggingface_hub
Browse files- openvino_config.json +23 -0
openvino_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"compression": null,
|
3 |
+
"dtype": "int4",
|
4 |
+
"input_info": null,
|
5 |
+
"optimum_version": "1.22.0.dev0",
|
6 |
+
"quantization_config": {
|
7 |
+
"all_layers": null,
|
8 |
+
"bits": 4,
|
9 |
+
"dataset": "c4-new",
|
10 |
+
"group_size": 128,
|
11 |
+
"ignored_scope": null,
|
12 |
+
"num_samples": 20,
|
13 |
+
"quant_method": "awq",
|
14 |
+
"ratio": 1,
|
15 |
+
"scale_estimation": null,
|
16 |
+
"sensitivity_metric": null,
|
17 |
+
"sym": false,
|
18 |
+
"tokenizer": null,
|
19 |
+
"trust_remote_code": false
|
20 |
+
},
|
21 |
+
"save_onnx_model": false,
|
22 |
+
"transformers_version": "4.42.4"
|
23 |
+
}
|