HaileyStorm
commited on
Update chess-gpt-eval-contrastive/mamba_module.py
Browse files
chess-gpt-eval-contrastive/mamba_module.py
CHANGED
@@ -146,7 +146,7 @@ class MambaPlayer:
|
|
146 |
}
|
147 |
wandb.init(project="mamba_linear_probes", name=f"mamba_linear_probes")
|
148 |
self.wandb_step = 0
|
149 |
-
self.linear_save_ct
|
150 |
|
151 |
def get_mamba_response(self, game_state: str, temperature: float, max_new_tokens: int, top_k: int):
|
152 |
game_state = game_state.split("\n\n")[-1].strip()
|
|
|
146 |
}
|
147 |
wandb.init(project="mamba_linear_probes", name=f"mamba_linear_probes")
|
148 |
self.wandb_step = 0
|
149 |
+
self.linear_save_ct = 0
|
150 |
|
151 |
def get_mamba_response(self, game_state: str, temperature: float, max_new_tokens: int, top_k: int):
|
152 |
game_state = game_state.split("\n\n")[-1].strip()
|