versae commited on
Commit
dea7fe9
1 Parent(s): b28d4f7

Testing lr 3e-5

Browse files
Files changed (1) hide show
  1. run_mlm_flax.py +1 -1
run_mlm_flax.py CHANGED
@@ -553,7 +553,7 @@ def main():
553
  wandb.init(
554
  entity='versae',
555
  project='roberta-base-ncc',
556
- sync_tensorboard=False,
557
  )
558
  wandb.config.update(training_args)
559
  wandb.config.update(model_args)
553
  wandb.init(
554
  entity='versae',
555
  project='roberta-base-ncc',
556
+ sync_tensorboard=True,
557
  )
558
  wandb.config.update(training_args)
559
  wandb.config.update(model_args)