mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Fix typo (#35854)
This commit is contained in:
parent
045c02f209
commit
d2a424b550
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ def default_hp_space_ray(trial) -> Dict[str, float]:
|
|||
|
||||
def default_hp_space_sigopt(trial):
|
||||
return [
|
||||
{"bounds": {"min": 1e-6, "max": 1e-4}, "name": "learning_rate", "type": "double", "transformamtion": "log"},
|
||||
{"bounds": {"min": 1e-6, "max": 1e-4}, "name": "learning_rate", "type": "double", "transformation": "log"},
|
||||
{"bounds": {"min": 1, "max": 6}, "name": "num_train_epochs", "type": "int"},
|
||||
{"bounds": {"min": 1, "max": 40}, "name": "seed", "type": "int"},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue