HaileyStorm commited on
Commit
5472f94
·
verified ·
1 Parent(s): 0fbfa94

Update chess-gpt-eval-contrastive/mamba_module.py

Browse files
chess-gpt-eval-contrastive/mamba_module.py CHANGED
@@ -324,8 +324,8 @@ class MambaPlayer:
324
  def train_linear_probes(self):
325
  def get_lr(it):
326
  warmup_iters = 0 #300 * 43
327
- lr_decay_iters = 5000 * 43
328
- learning_rate = 0.000265
329
  min_lr = 0.00001
330
  # 1) linear warmup for warmup_iters steps
331
  if it < warmup_iters:
 
324
  def train_linear_probes(self):
325
  def get_lr(it):
326
  warmup_iters = 0 #300 * 43
327
+ lr_decay_iters = 3000 * 43
328
+ learning_rate = 0.0002
329
  min_lr = 0.00001
330
  # 1) linear warmup for warmup_iters steps
331
  if it < warmup_iters: