Update run_clip.py (#19130)

The overwrite_cache parameter is declared twice.
This commit is contained in:
Enze
2022-09-24 02:48:41 +08:00
committed by GitHub
parent 6395d1227f
commit 5da6afdd8d

View File

@@ -161,9 +161,6 @@ class DataTrainingArguments:
overwrite_cache: bool = field(
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(
default=None,
metadata={"help": "The number of processes to use for the preprocessing."},