Skip to content

Commit

Permalink
Merge pull request #677 from VijayKalmath/patch-2
Browse files Browse the repository at this point in the history
Fix Typo in  `docs/3recipes/attack_recipes_cmd.md`
  • Loading branch information
jxmorris12 committed Jul 7, 2022
2 parents 1b23a10 + 5631b4d commit d3ee721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/3recipes/attack_recipes_cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To run an attack recipe: `textattack attack --recipe [recipe_name]`
<td ><sub>Greedy replace-1 scoring and multi-transformation character-swap attack (["Black-box Generation of Adversarial Text Sequences to Evade Deep Learning Classifiers" (Gao et al., 2018)](https://arxiv.org/abs/1801.04354)</sub></td>
</tr>
<tr>
<td> <code>fast-alzantot</code> <span class="citation" data-cites="Alzantot2018GeneratingNL Jia2019CertifiedRT"></span></td>
<td> <code>faster-alzantot</code> <span class="citation" data-cites="Alzantot2018GeneratingNL Jia2019CertifiedRT"></span></td>
<td><sub>Untargeted {Classification, Entailment}</sub></td>
<td><sub>Percentage of words perturbed, Language Model perplexity, Word embedding distance</sub></td>
<td><sub>Counter-fitted word embedding swap</sub></td>
Expand Down Expand Up @@ -239,4 +239,4 @@ textattack attack --model bert-base-uncased-sst2 --recipe textfooler --num-examp
*seq2sick (black-box) against T5 fine-tuned for English-German translation:*
```bash
textattack attack --model t5-en-de --recipe seq2sick --num-examples 100
```
```

0 comments on commit d3ee721

Please sign in to comment.