gsarti commited on
Commit
523fcd6
1 Parent(s): 0e61b7b

Update clean-mc4-it.py

Browse files
Files changed (1) hide show
  1. clean-mc4-it.py +1 -1
clean-mc4-it.py CHANGED
@@ -150,7 +150,7 @@ class Mc4(datasets.GeneratorBasedBuilder):
150
  _BASE_URL.format(
151
  split_suffix="-validation" if split == "validation" else "",
152
  index=index,
153
- n_shards=_CONFIGS[self.config.name][split],
154
  )
155
  for index in range(_CONFIGS[self.config.name][split])
156
  ]
 
150
  _BASE_URL.format(
151
  split_suffix="-validation" if split == "validation" else "",
152
  index=index,
153
+ n_shards=8 if split == "validation" else 1024,
154
  )
155
  for index in range(_CONFIGS[self.config.name][split])
156
  ]