Emilio Marinone commited on
Commit
d055890
1 Parent(s): 6c39625

fix typo in split name

Browse files
Files changed (1) hide show
  1. nst_sv.py +1 -1
nst_sv.py CHANGED
@@ -154,7 +154,7 @@ class NstSV(datasets.GeneratorBasedBuilder):
154
 
155
  return [
156
  datasets.SplitGenerator(
157
- name="datasets.Split.TRAIN",
158
  # These kwargs will be passed to _generate_examples
159
  gen_kwargs={
160
  "data_dir": data_dir,
 
154
 
155
  return [
156
  datasets.SplitGenerator(
157
+ name=datasets.Split.TRAIN,
158
  # These kwargs will be passed to _generate_examples
159
  gen_kwargs={
160
  "data_dir": data_dir,