Skip to content

Commit 3426c24

Browse files
committed
update notebook titles
Signed-off-by: Farhan Ahmed <[email protected]>
1 parent 5f7b113 commit 3426c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/hugging_face_evasion.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "8093e27a-33f6-4cd9-a47b-ea94c3d0c514",
66
"metadata": {},
77
"source": [
8-
"# Evasion Attacks on Hugging Face Models using ART\n",
8+
"# Evasion Attacks and Defenses on Hugging Face Models using ART\n",
99
"\n",
1010
"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",
1111
"\n",

notebooks/hugging_face_poisoning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Poisoning Hugging Face Models using ART\n",
7+
"# Dealing with Poisoning Threats of Hugging Face Models using ART\n",
88
"\n",
99
"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",
1010
"\n",

0 commit comments

Comments
 (0)