Skip to content

Commit

Permalink
Update notebooks/openvino/sentence_transformer_quantization.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
  • Loading branch information
AlexKoff88 and helena-intel authored Oct 23, 2024
1 parent bae9772 commit 8b2b912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/openvino/sentence_transformer_quantization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"print(\"quantized model: pearson=\", quantized[\"pearson\"])\n",
"print(\n",
" \"The quantized model achieves \",\n",
" round(quantized[\"pearson\"] / default_acc[\"pearson\"], 2) * 100,\n",
" round((quantized["pearson"] / default_acc["pearson"]) * 100,2),\n",
" \"% accuracy of the fp32 model\",\n",
")"
]
Expand Down

0 comments on commit 8b2b912

Please sign in to comment.