mauricett commited on
Commit
4ff47d0
1 Parent(s): fbb5670

Update lichess_sf.py

Browse files
Files changed (1) hide show
  1. lichess_sf.py +1 -1
lichess_sf.py CHANGED
@@ -42,7 +42,7 @@ class Lichess(datasets.GeneratorBasedBuilder):
42
  months = ["01", "02", "03", "04", "05", "06",
43
  "07", "08", "09", "10", "11", "12"]
44
  shards = ["0", "1", "2", "3"]
45
- filepaths = ["lichess/" + self.config.name + "/2023/" + m for m in months]
46
 
47
  if self.config.name == "pgn":
48
  paths = []
 
42
  months = ["01", "02", "03", "04", "05", "06",
43
  "07", "08", "09", "10", "11", "12"]
44
  shards = ["0", "1", "2", "3"]
45
+ filepaths = [self.config.name + "/2023/" + m for m in months]
46
 
47
  if self.config.name == "pgn":
48
  paths = []