1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00
This commit is contained in:
Jack Morris
2020-08-06 10:30:30 -04:00
parent ae575cfeb5
commit 0291a6fbdb
6 changed files with 53 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ from .attack_args import (
# The split token allows users to optionally pass multiple arguments in a single
# parameter by separating them with the split token.
ARGS_SPLIT_TOKEN = "|"
ARGS_SPLIT_TOKEN = "^"
def add_model_args(parser):