1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

change --dataset-from-datasets to --dataset-from-huggingface

This commit is contained in:
Jin Yong Yoo
2020-09-30 00:32:24 -04:00
parent 5da0f427da
commit 88024e1f49
7 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ def add_dataset_args(parser):
"""
dataset_group = parser.add_mutually_exclusive_group()
dataset_group.add_argument(
"--dataset-from-datasets",
"--dataset-from-huggingface",
type=str,
required=False,
default=None,