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 <[email protected]>
  • Loading branch information
AlexKoff88 and helena-intel authored Oct 23, 2024
1 parent 8b2b912 commit 4d23b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/openvino/sentence_transformer_quantization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"model.save_pretrained(\"all-MiniLM-L6-v2\")\n",
"\n",
"tokenizer = AutoTokenizer.from_pretrained(MODEL_ID)\n",
"tokenizer.save_pretrained(\"all-MiniLM-L6-v2\")\n",
"DATASET_NAME = \"squad\"\n",
"dataset = datasets.load_dataset(DATASET_NAME)\n",
"int8_ptq_model_path = \"all-MiniLM-L6-v2_int8\"\n",
Expand Down

0 comments on commit 4d23b99

Please sign in to comment.