Datasets:

Size:
n<1K
ArXiv:
DOI:
License:
DarthReca commited on
Commit
6b07df6
1 Parent(s): 4851a70

:hammer: Keyword correction

Browse files
Files changed (1) hide show
  1. california_burned_areas.py +1 -1
california_burned_areas.py CHANGED
@@ -158,7 +158,7 @@ class CaBuAr(datasets.GeneratorBasedBuilder):
158
  name=datasets.Split.VALIDATION,
159
  # These kwargs will be passed to _generate_examples
160
  gen_kwargs={
161
- "folds:": self.config.validation_folds,
162
  "load_prefire": self.config.load_prefire,
163
  "filepath": h5_file,
164
  },
 
158
  name=datasets.Split.VALIDATION,
159
  # These kwargs will be passed to _generate_examples
160
  gen_kwargs={
161
+ "folds": self.config.validation_folds,
162
  "load_prefire": self.config.load_prefire,
163
  "filepath": h5_file,
164
  },