boris commited on
Commit
0a0080b
1 Parent(s): 3ddf1c5

feat: eval_steps already exists in TrainingArguments

Browse files
Files changed (1) hide show
  1. seq2seq/run_seq2seq_flax.py +0 -6
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
  )