Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ormers into anaconda121-patch-2
  • Loading branch information
Thilina Rajapakse committed Sep 18, 2022
2 parents 6b99baa + 922ec7b commit fbdcf40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions simpletransformers/config/model_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class ModelArgs:
adafactor_relative_step: bool = True
adafactor_scale_parameter: bool = True
adafactor_warmup_init: bool = True
adam_beta1: float = 0.98
adam_beta2: float = 0.98
adam_epsilon: float = 1e-8
best_model_dir: str = "outputs/best_model"
cache_dir: str = "cache_dir/"
Expand Down

0 comments on commit fbdcf40

Please sign in to comment.