Skip to content

Commit 392576e

Browse files
committed
small format issue
1 parent 3542339 commit 392576e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/3recipes/augmenter_recipes_cmd.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ and the number of augmentations per input example. It outputs a CSV in the same
3939
```
4040

4141
The command
42-
```textattack augment --input-csv examples.csv --output-csv output.csv --input-column text --recipe embedding --pct-words-to-swap .1 --transformations-per-example 2 --exclude-original
42+
```
43+
textattack augment --input-csv examples.csv --output-csv output.csv --input-column text --recipe embedding --pct-words-to-swap .1 --transformations-per-example 2 --exclude-original
4344
```
4445
will augment the `text` column by altering 10% of each example's words, generating twice as many augmentations as original inputs, and exclude the original inputs from the
4546
output CSV. (All of this will be saved to `augment.csv` by default.)

0 commit comments

Comments
 (0)