Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWang676 authored Sep 26, 2023
1 parent 09e8bbd commit 229f6eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"train": {
"log_interval": 10,
"eval_interval": 100,
"log_interval": 200,
"eval_interval": 1000,
"seed": 1234,
"epochs": 1000,
"epochs": 20000,
"learning_rate": 2e-4,
"betas": [0.8, 0.99],
"eps": 1e-9,
Expand Down

0 comments on commit 229f6eb

Please sign in to comment.