mauricett commited on
Commit
845c38f
1 Parent(s): feff313

Update lichess_sf.py

Browse files
Files changed (1) hide show
  1. 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 = ["lichess/" + self.config.name + "/2023/" + m for m in months]
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 = []