Skip to content

Commit d14145b

Browse files
authored
update quantization parameters for accurate jina-clip quant (openvinotoolkit#2640)
CVS-159226
1 parent 8567a50 commit d14145b

8 files changed

+697
-1501
lines changed

.ci/ignore_convert_execution.txt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ notebooks/quantizing-model-with-accuracy-control/speech-recognition-quantization
44
notebooks/quantizing-model-with-accuracy-control/yolov11-quantization-with-accuracy-control.ipynb
55
notebooks/grammar-correction/grammar-correction.ipynb
66
notebooks/image-inpainting/image-inpainting.ipynb
7-
notebooks/cross-lingual-books-alignment/cross-lingual-books-alignment.ipynb
87
notebooks/stable-diffusion-text-to-image/stable-diffusion-text-to-image.ipynb
98
notebooks/whisper-subtitles-generation/whisper-subtitles-generation.ipynb
109
notebooks/clip-zero-shot-image-classification/clip-zero-shot-classification.ipynb

.ci/ignore_treon_docker.txt

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ notebooks/model-server/model-server.ipynb
44
notebooks/quantizing-model-with-accuracy-control/speech-recognition-quantization-wav2vec2.ipynb
55
notebooks/quantizing-model-with-accuracy-control/yolov11-quantization-with-accuracy-control.ipynb
66
notebooks/big-transfer-quantization/tensorflow-bit-image-classification-nncf-quantization.ipynb
7-
notebooks/cross-lingual-books-alignment/cross-lingual-books-alignment.ipynb
87
notebooks/stable-diffusion-text-to-image/stable-diffusion-text-to-image.ipynb
98
notebooks/clip-zero-shot-image-classification/clip-zero-shot-classification.ipynb
109
notebooks/instruct-pix2pix-image-editing/instruct-pix2pix-image-editing.ipynb

.ci/skipped_notebooks.yml

-7
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@
5050
- os:
5151
- ubuntu-20.04
5252
- ubuntu-22.04
53-
- notebook: notebooks/cross-lingual-books-alignment/cross-lingual-books-alignment.ipynb
54-
skips:
55-
- os:
56-
- macos-13
57-
- ubuntu-20.04
58-
- ubuntu-22.04
59-
- windows-2019
6053
- notebook: notebooks/stable-diffusion-text-to-image/stable-diffusion-text-to-image.ipynb
6154
skips:
6255
- os:

notebooks/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@
279279
- [Depth estimation with DepthAnything and OpenVINO](./depth-anything/depth-anything.ipynb)
280280
- [Depth estimation with DepthAnythingV2 and OpenVINO](./depth-anything/depth-anything-v2.ipynb)
281281
- [Colorize grayscale images using 🎨 DDColor and OpenVINO](./ddcolor-image-colorization/ddcolor-image-colorization.ipynb)
282-
- [Cross-lingual Books Alignment with Transformers and OpenVINO™](./cross-lingual-books-alignment/cross-lingual-books-alignment.ipynb)
283282
- [Text-to-Image Generation with ControlNet Conditioning](./controlnet-stable-diffusion/controlnet-stable-diffusion.ipynb)
284283
- [Zero-shot Image Classification with OpenAI CLIP and OpenVINO™](./clip-zero-shot-image-classification/clip-zero-shot-classification.ipynb)
285284
- [Language-Visual Saliency with CLIP and OpenVINO™](./clip-language-saliency-map/clip-language-saliency-map.ipynb)

notebooks/cross-lingual-books-alignment/README.md

-35
This file was deleted.

0 commit comments

Comments
 (0)