Skip to content

Commit ea1931c

Browse files
committed
rename test notebook to badcharacters.ipynb
1 parent 4adbb59 commit ea1931c

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

tests/badcharacters2021/textattack_experiments.ipynb renamed to tests/badcharacters2021/badcharacters.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# TextAttack Imperceptible Perturbation Notebook\n",
99
"This notebook runs different adversarial attacks using TextAttack.\n",
10-
"Select the experiment and perturbation type below."
10+
"Select the perturbation type below."
1111
]
1212
},
1313
{
@@ -2621,7 +2621,7 @@
26212621
},
26222622
{
26232623
"cell_type": "code",
2624-
"execution_count": null,
2624+
"execution_count": 9,
26252625
"id": "d6e99244",
26262626
"metadata": {},
26272627
"outputs": [],
@@ -2634,6 +2634,14 @@
26342634
" if os.path.isdir(\"results\"):\n",
26352635
" shutil.rmtree(\"results\")"
26362636
]
2637+
},
2638+
{
2639+
"cell_type": "code",
2640+
"execution_count": null,
2641+
"id": "2f5de720",
2642+
"metadata": {},
2643+
"outputs": [],
2644+
"source": []
26372645
}
26382646
],
26392647
"metadata": {

0 commit comments

Comments
 (0)