bowphs commited on
Commit
37069d6
1 Parent(s): b9f33d8

Update cc-100-01-percent.py

Browse files
Files changed (1) hide show
  1. cc-100-01-percent.py +1 -1
cc-100-01-percent.py CHANGED
@@ -733,7 +733,7 @@ class MyDataset(datasets.GeneratorBasedBuilder):
733
  gen_kwargs={"filepath": test_path},
734
  ),
735
  datasets.SplitGenerator(
736
- name=datasets.Split.VALID,
737
  gen_kwargs={"filepath": valid_path},
738
  ),
739
  ]
 
733
  gen_kwargs={"filepath": test_path},
734
  ),
735
  datasets.SplitGenerator(
736
+ name=datasets.Split.VALIDATION,
737
  gen_kwargs={"filepath": valid_path},
738
  ),
739
  ]