@@ -730,7 +730,7 @@ def check_ovmodel_reshaping(self, ovmodel: OVModel):
730
730
"quantization" : OVTrainerTestDescriptor (
731
731
model_id = "hf-internal-testing/tiny-random-Wav2Vec2Model" ,
732
732
nncf_compression_config = [QUANTIZATION_CONFIG_FOR_WAV2VEC2 ],
733
- expected_fake_quantize = 40 ,
733
+ expected_fake_quantize = 24 ,
734
734
expected_int8 = 30 ,
735
735
compression_metrics = ["compression_loss" ],
736
736
),
@@ -757,7 +757,7 @@ def check_ovmodel_reshaping(self, ovmodel: OVModel):
757
757
"quantization,unstructured_movement_sparsity" : OVTrainerTestDescriptor (
758
758
model_id = "hf-internal-testing/tiny-random-Wav2Vec2Model" ,
759
759
nncf_compression_config = [QUANTIZATION_CONFIG_FOR_WAV2VEC2 , UNSTRUCTURED_MOVEMENT_SPARSITY_CONFIG_FOR_WAV2VEC2 ],
760
- expected_fake_quantize = 40 ,
760
+ expected_fake_quantize = 24 ,
761
761
expected_int8 = 30 ,
762
762
expected_binary_masks = 48 ,
763
763
compression_metrics = ["compression_loss" ],
@@ -775,7 +775,7 @@ def check_ovmodel_reshaping(self, ovmodel: OVModel):
775
775
model_id = "hf-internal-testing/tiny-random-Wav2Vec2Model" ,
776
776
teacher_model_id = "hf-internal-testing/tiny-random-Wav2Vec2Model" ,
777
777
nncf_compression_config = [QUANTIZATION_CONFIG_FOR_WAV2VEC2 , UNSTRUCTURED_MOVEMENT_SPARSITY_CONFIG_FOR_WAV2VEC2 ],
778
- expected_fake_quantize = 40 ,
778
+ expected_fake_quantize = 24 ,
779
779
expected_int8 = 30 ,
780
780
expected_binary_masks = 48 ,
781
781
compression_metrics = ["compression_loss" , "distillation_loss" , "task_loss" ],
0 commit comments