We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adbb59 commit ea1931cCopy full SHA for ea1931c
1 file changed
…racters2021/textattack_experiments.ipynb …ts/badcharacters2021/badcharacters.ipynbtests/badcharacters2021/textattack_experiments.ipynb renamed to tests/badcharacters2021/badcharacters.ipynb
@@ -7,7 +7,7 @@
7
"source": [
8
"# TextAttack Imperceptible Perturbation Notebook\n",
9
"This notebook runs different adversarial attacks using TextAttack.\n",
10
- "Select the experiment and perturbation type below."
+ "Select the perturbation type below."
11
]
12
},
13
{
@@ -2621,7 +2621,7 @@
2621
2622
2623
"cell_type": "code",
2624
- "execution_count": null,
+ "execution_count": 9,
2625
"id": "d6e99244",
2626
"metadata": {},
2627
"outputs": [],
@@ -2634,6 +2634,14 @@
2634
" if os.path.isdir(\"results\"):\n",
2635
" shutil.rmtree(\"results\")"
2636
2637
+ },
2638
+ {
2639
+ "cell_type": "code",
2640
+ "execution_count": null,
2641
+ "id": "2f5de720",
2642
+ "metadata": {},
2643
+ "outputs": [],
2644
+ "source": []
2645
}
2646
],
2647
"metadata": {
0 commit comments