missing
Browse files- 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 |
]
|