Skip to content

Commit f3ce601

Browse files
romanlutzCopilot
andauthored
DOC: Asset cleanup and notebook-local scorer YAML relocation (#2176)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0770376 commit f3ce601

15 files changed

Lines changed: 4 additions & 14 deletions

assets/demo_scorer_definitions/offensive_comment_classifier.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/demo_scorer_definitions/stop_sign_image_classifier.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/huggingface_model_id.png

-379 KB
Binary file not shown.

assets/kinetics_0107.mp4

-443 KB
Binary file not shown.

assets/molotov.wav

-118 KB
Binary file not shown.

assets/operation-setup.jpg

-26.3 KB
Binary file not shown.

assets/photosynthesis_question.wav

-185 KB
Binary file not shown.
-152 KB
Binary file not shown.

assets/tap.png

-446 KB
Binary file not shown.

doc/code/memory/7_azure_sql_memory_attacks.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,7 @@
571571
"scoring_target = OpenAIChatTarget()\n",
572572
"\n",
573573
"scorer = SelfAskTrueFalseScorer.from_question(\n",
574-
" question=TrueFalseQuestion.from_yaml(\n",
575-
" Path(\"../../../assets/demo_scorer_definitions/molotov_cocktail_image_classifier.yaml\")\n",
576-
" ),\n",
574+
" question=TrueFalseQuestion.from_yaml(Path(\"./molotov_cocktail_image_classifier.yaml\")),\n",
577575
" chat_target=scoring_target,\n",
578576
")\n",
579577
"scoring_config = AttackScoringConfig(\n",

0 commit comments

Comments
 (0)