Update lichess_sf.py
Browse files- lichess_sf.py +1 -1
lichess_sf.py
CHANGED
@@ -44,7 +44,7 @@ class Lichess(datasets.GeneratorBasedBuilder):
|
|
44 |
# "07", "08", "09", "10", "11", "12"]
|
45 |
months = ["04"]
|
46 |
shards = ["0", "1", "2", "3"]
|
47 |
-
filepaths = [
|
48 |
|
49 |
if self.config.name == "pgn":
|
50 |
paths = []
|
|
|
44 |
# "07", "08", "09", "10", "11", "12"]
|
45 |
months = ["04"]
|
46 |
shards = ["0", "1", "2", "3"]
|
47 |
+
filepaths = [ self.config.name + "/2023/" + m for m in months]
|
48 |
|
49 |
if self.config.name == "pgn":
|
50 |
paths = []
|