HaileyStorm
commited on
Commit
•
c0179a9
1
Parent(s):
8b21418
Update filter_lichess.py
Browse files- filter_lichess.py +2 -2
filter_lichess.py
CHANGED
@@ -48,6 +48,6 @@ def process_pgn_file(input_file, output_file):
|
|
48 |
print(f"Added {games_added} of {games_seen} games. {(games_seen+start_at)/float(total_games):.2%} complete.")
|
49 |
|
50 |
# Usage example
|
51 |
-
input_file = './lichess_db_standard_rated_2022-07.pgn'
|
52 |
-
output_file = './lichess_transcripts_phase2_stable.csv'
|
53 |
process_pgn_file(input_file, output_file)
|
|
|
48 |
print(f"Added {games_added} of {games_seen} games. {(games_seen+start_at)/float(total_games):.2%} complete.")
|
49 |
|
50 |
# Usage example
|
51 |
+
input_file = './chess-mamba-vs-xformer/lichess_db_standard_rated_2022-07.pgn'
|
52 |
+
output_file = './chess-mamba-vs-xformer/lichess_transcripts_phase2_stable.csv'
|
53 |
process_pgn_file(input_file, output_file)
|