Spaces:
Running
Running
feat: eval_steps already exists in TrainingArguments
Browse files
seq2seq/run_seq2seq_flax.py
CHANGED
@@ -228,12 +228,6 @@ class DataTrainingArguments:
|
|
228 |
"value if set."
|
229 |
},
|
230 |
)
|
231 |
-
eval_steps: Optional[int] = field(
|
232 |
-
default=400,
|
233 |
-
metadata={
|
234 |
-
"help": "Evaluation will be performed every eval_steps"
|
235 |
-
},
|
236 |
-
)
|
237 |
log_model: bool = field(
|
238 |
default=False, metadata={"help": "Overwrite the cached training and evaluation sets"}
|
239 |
)
|
|
|
228 |
"value if set."
|
229 |
},
|
230 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
log_model: bool = field(
|
232 |
default=False, metadata={"help": "Overwrite the cached training and evaluation sets"}
|
233 |
)
|