Update run_clip.py (#19130)
The overwrite_cache parameter is declared twice.
This commit is contained in:
@@ -161,9 +161,6 @@ class DataTrainingArguments:
|
|||||||
overwrite_cache: bool = field(
|
overwrite_cache: bool = field(
|
||||||
default=False, metadata={"help": "Overwrite the cached training and evaluation sets"}
|
default=False, metadata={"help": "Overwrite the cached training and evaluation sets"}
|
||||||
)
|
)
|
||||||
overwrite_cache: bool = field(
|
|
||||||
default=False, metadata={"help": "Overwrite the cached training and evaluation sets"}
|
|
||||||
)
|
|
||||||
preprocessing_num_workers: Optional[int] = field(
|
preprocessing_num_workers: Optional[int] = field(
|
||||||
default=None,
|
default=None,
|
||||||
metadata={"help": "The number of processes to use for the preprocessing."},
|
metadata={"help": "The number of processes to use for the preprocessing."},
|
||||||
|
|||||||
Reference in New Issue
Block a user