AYYasaswini commited on
Commit
3c9d553
·
verified ·
1 Parent(s): f234ce9

Update gpt_dev.py

Browse files
Files changed (1) hide show
  1. gpt_dev.py +1 -1
gpt_dev.py CHANGED
@@ -317,7 +317,7 @@ from torch.nn import functional as F
317
  # hyperparameters
318
  batch_size = 16 # how many independent sequences will we process in parallel?
319
  block_size = 32 # what is the maximum context length for predictions?
320
- max_iters = 3000
321
  #00
322
  eval_interval = 100
323
  learning_rate = 1e-3
 
317
  # hyperparameters
318
  batch_size = 16 # how many independent sequences will we process in parallel?
319
  block_size = 32 # what is the maximum context length for predictions?
320
+ max_iters = 5000
321
  #00
322
  eval_interval = 100
323
  learning_rate = 1e-3