fix: Removed duplicate field definitions in some classes (#31888)

Removed duplicate field definitions in classes.
This commit is contained in:
Sai-Suraj-27
2024-07-10 18:16:31 +05:30
committed by GitHub
parent 9d98706b3f
commit da79b18087
8 changed files with 0 additions and 14 deletions

View File

@@ -163,9 +163,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."},

View File

@@ -156,9 +156,6 @@ class DataTrainingArguments:
)
},
)
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."},