HaileyStorm
commited on
Update chess-gpt-eval-contrastive/main.py
Browse files
chess-gpt-eval-contrastive/main.py
CHANGED
@@ -682,7 +682,6 @@ move_num_in_gamestate = False
|
|
682 |
book_opening = True
|
683 |
random_opening = False
|
684 |
random_opening_moves = 10
|
685 |
-
contrastive_activation_save_interval = 10
|
686 |
activations_path="activations.pkl"
|
687 |
update_activations = True # False = use them
|
688 |
if __name__ == "__main__":
|
|
|
682 |
book_opening = True
|
683 |
random_opening = False
|
684 |
random_opening_moves = 10
|
|
|
685 |
activations_path="activations.pkl"
|
686 |
update_activations = True # False = use them
|
687 |
if __name__ == "__main__":
|