Update OPTIMIZER.md

This commit is contained in:
Victor Hall 2023-07-23 02:16:26 -04:00 committed by GitHub
parent a87b4ff92e
commit ab563a50e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Lucidrains' [implementation](https://github.com/lucidrains/lion-pytorch) of the
Recommended settings for lion based on the paper are as follows:
"optimizer": "adamw8bit",
"optimizer": "lion",
"lr": 1e-7,
"lr_scheduler": "constant",
"betas": [0.9, 0.999],