Skip to content

Commit

Permalink
update notebook titles
Browse files Browse the repository at this point in the history
Signed-off-by: Farhan Ahmed <Farhan.Ahmed@ibm.com>
  • Loading branch information
f4str committed Dec 14, 2023
1 parent 5f7b113 commit 3426c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/hugging_face_evasion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "8093e27a-33f6-4cd9-a47b-ea94c3d0c514",
"metadata": {},
"source": [
"# Evasion Attacks on Hugging Face Models using ART\n",
"# Evasion Attacks and Defenses on Hugging Face Models using ART\n",
"\n",
"In this notebook we will go over how to use ART to perform evasion attacks on a Hugging Face image classifier. We will be fine-tuning a pre-trained Data-efficient Image Transformer (DeiT) model available from Hugging Face on the CIFAR-10 dataset. We will apply the Projected Gradient Descent (PGD) attack on this model using ART functionality. Then we will be performing adversarial training to defend against such evasion attacks.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/hugging_face_poisoning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Poisoning Hugging Face Models using ART\n",
"# Dealing with Poisoning Threats of Hugging Face Models using ART\n",
"\n",
"In this notebook, we will go over how to use ART to poison a Hugging Face image classifier. We will be applying the dirty label backdoor attack (DLBD) on the Imagenette dataset and fine-tuning a pre-trained Data-efficient Image Transformer (DeiT) model available from Hugging Face.\n",
"\n",
Expand Down

0 comments on commit 3426c24

Please sign in to comment.