Upload openvino_config.json with huggingface_hub
Browse files- openvino_config.json +72 -0
openvino_config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dtype": "int8_int8_int8",
|
3 |
+
"input_info": null,
|
4 |
+
"optimum_version": "1.26.1",
|
5 |
+
"quantization_config": {
|
6 |
+
"dataset": "contextual",
|
7 |
+
"ignored_scope": null,
|
8 |
+
"num_samples": 200,
|
9 |
+
"processor": null,
|
10 |
+
"quantization_configs": {
|
11 |
+
"lm_model": {
|
12 |
+
"bits": 8,
|
13 |
+
"dataset": null,
|
14 |
+
"dtype": "int8",
|
15 |
+
"fast_bias_correction": true,
|
16 |
+
"ignored_scope": null,
|
17 |
+
"model_type": "transformer",
|
18 |
+
"num_samples": null,
|
19 |
+
"overflow_fix": "disable",
|
20 |
+
"processor": null,
|
21 |
+
"smooth_quant_alpha": null,
|
22 |
+
"sym": false,
|
23 |
+
"tokenizer": null,
|
24 |
+
"trust_remote_code": false
|
25 |
+
},
|
26 |
+
"text_embeddings_model": {
|
27 |
+
"all_layers": null,
|
28 |
+
"backup_precision": null,
|
29 |
+
"bits": 8,
|
30 |
+
"dataset": null,
|
31 |
+
"dtype": "int8",
|
32 |
+
"gptq": null,
|
33 |
+
"group_size": -1,
|
34 |
+
"ignored_scope": null,
|
35 |
+
"lora_correction": null,
|
36 |
+
"num_samples": null,
|
37 |
+
"processor": null,
|
38 |
+
"quant_method": "default",
|
39 |
+
"ratio": 1.0,
|
40 |
+
"scale_estimation": null,
|
41 |
+
"sensitivity_metric": null,
|
42 |
+
"sym": false,
|
43 |
+
"tokenizer": null,
|
44 |
+
"trust_remote_code": false
|
45 |
+
},
|
46 |
+
"vision_embeddings_model": {
|
47 |
+
"all_layers": null,
|
48 |
+
"backup_precision": null,
|
49 |
+
"bits": 8,
|
50 |
+
"dataset": null,
|
51 |
+
"dtype": "int8",
|
52 |
+
"gptq": null,
|
53 |
+
"group_size": -1,
|
54 |
+
"ignored_scope": null,
|
55 |
+
"lora_correction": null,
|
56 |
+
"num_samples": null,
|
57 |
+
"processor": null,
|
58 |
+
"quant_method": "default",
|
59 |
+
"ratio": 1.0,
|
60 |
+
"scale_estimation": null,
|
61 |
+
"sensitivity_metric": null,
|
62 |
+
"sym": false,
|
63 |
+
"tokenizer": null,
|
64 |
+
"trust_remote_code": false
|
65 |
+
}
|
66 |
+
},
|
67 |
+
"tokenizer": null,
|
68 |
+
"trust_remote_code": false
|
69 |
+
},
|
70 |
+
"save_onnx_model": false,
|
71 |
+
"transformers_version": "4.52.4"
|
72 |
+
}
|