HaileyStorm
commited on
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 =
|
328 |
-
learning_rate = 0.
|
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:
|