We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1d2f8 commit 40e4686Copy full SHA for 40e4686
tests/test_command_line/test_train.py
@@ -5,7 +5,7 @@
5
6
7
def test_train_tiny():
8
- command = "textattack train --model distilbert-base-uncased --attack textfooler --dataset rotten_tomatoes --model-max-length 64 --num-epochs 1 --num-clean-epochs 0 --num-train-adv-examples 5"
+ command = "textattack train --model distilbert-base-uncased --attack textfooler --dataset rotten_tomatoes --model-max-length 64 --num-epochs 1 --num-clean-epochs 0 --num-train-adv-examples 2"
9
10
# Run command and validate outputs.
11
result = run_command_and_get_result(command)
0 commit comments