KeithG33 commited on
Commit
132e3dc
·
1 Parent(s): 5035cb7
Files changed (1) hide show
  1. ChessBot-Dataset.py +2 -2
ChessBot-Dataset.py CHANGED
@@ -27,8 +27,8 @@ class ChessPGNDataset(GeneratorBasedBuilder):
27
  version=Version("0.0.2"),
28
  description="Chess positions + moves + results, streamed from PGN shards",
29
  data_files={
30
- "train": "train/*.pgn",
31
- "test": "test/*.pgn",
32
  },
33
  ),
34
  ]
 
27
  version=Version("0.0.2"),
28
  description="Chess positions + moves + results, streamed from PGN shards",
29
  data_files={
30
+ "train": "**/train/*.pgn",
31
+ "test": "**/test/*.pgn",
32
  },
33
  ),
34
  ]