sylwia-kuros
commited on
Commit
•
00e9da9
1
Parent(s):
6d32b9d
Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,13 @@ It achieves the following results on the evaluation set:
|
|
41 |
|
42 |
The model was converted to the [OpenVINO™ IR](https://docs.openvino.ai/2024/documentation/openvino-ir-format.html) (Intermediate Representation) format with weights compressed to INT8 by [NNCF](https://github.com/openvinotoolkit/nncf).
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
## Optimization Parameters
|
45 |
|
46 |
Optimization was performed using `nncf` with the following `nncf_config.json` file:
|
|
|
41 |
|
42 |
The model was converted to the [OpenVINO™ IR](https://docs.openvino.ai/2024/documentation/openvino-ir-format.html) (Intermediate Representation) format with weights compressed to INT8 by [NNCF](https://github.com/openvinotoolkit/nncf).
|
43 |
|
44 |
+
## Compatibility
|
45 |
+
|
46 |
+
The provided OpenVINO™ IR model is compatible with:
|
47 |
+
|
48 |
+
* OpenVINO version 2024.3.0 and higher
|
49 |
+
* Optimum Intel 1.19.0 and higher
|
50 |
+
|
51 |
## Optimization Parameters
|
52 |
|
53 |
Optimization was performed using `nncf` with the following `nncf_config.json` file:
|