Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,8 @@ This is [phi-4](https://huggingface.co/microsoft/phi-4) model converted to the [
|
|
28 |
Weight compression was performed using `nncf.compress_weights` with the following parameters:
|
29 |
|
30 |
* mode: **INT4_ASYM**
|
|
|
|
|
31 |
|
32 |
For more information on quantization, check the [OpenVINO model optimization guide](https://docs.openvino.ai/2025/openvino-workflow/model-optimization-guide/weight-compression.html).
|
33 |
|
|
|
28 |
Weight compression was performed using `nncf.compress_weights` with the following parameters:
|
29 |
|
30 |
* mode: **INT4_ASYM**
|
31 |
+
* ratio: **1.0**
|
32 |
+
* group_size: **128**
|
33 |
|
34 |
For more information on quantization, check the [OpenVINO model optimization guide](https://docs.openvino.ai/2025/openvino-workflow/model-optimization-guide/weight-compression.html).
|
35 |
|