HaileyStorm commited on
Commit
e8c8242
·
verified ·
1 Parent(s): 55d2705

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

Browse files
Files changed (1) hide show
  1. chess-gpt-eval-contrastive/main.py +0 -1
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__":