Skip to content

Commit

Permalink
Updating log spaced checkpoints and checkpointing intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
SrGonao committed Apr 24, 2024
1 parent 683b661 commit 2256391
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions configs/stories/mamba/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,21 @@
},
"max_seq_len": 512,
"device": "auto",
"checkpoint_interval": -1000,
"checkpoint_interval": 400,
"extra_checkpoint_iters": [
-1000,
-2000
1,
2,
4,
8,
16,
32,
64,
128,
256,
512
],
"log_interval": -1000,
"eval_iters": 100,
"log_interval": 40,
"eval_iters": 10,
"batch_size": 256,
"max_epochs": 10,
"grad_clip": 1.0,
Expand Down

0 comments on commit 2256391

Please sign in to comment.