Upload openvino_config.json with huggingface_hub
Browse files- openvino_config.json +17 -0
openvino_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"compression": null,
|
3 |
+
"dtype": null,
|
4 |
+
"input_info": null,
|
5 |
+
"optimum_version": "1.20.0",
|
6 |
+
"quantization_config": {
|
7 |
+
"bits": 8,
|
8 |
+
"fast_bias_correction": true,
|
9 |
+
"ignored_scope": null,
|
10 |
+
"model_type": "transformer",
|
11 |
+
"num_samples": 300,
|
12 |
+
"overflow_fix": "disable",
|
13 |
+
"sym": false
|
14 |
+
},
|
15 |
+
"save_onnx_model": false,
|
16 |
+
"transformers_version": "4.41.2"
|
17 |
+
}
|