hugo commited on
Commit
6ebd4b5
1 Parent(s): fba8708

Fix split name

Browse files
Files changed (1) hide show
  1. imdb_pt.py +1 -1
imdb_pt.py CHANGED
@@ -73,7 +73,7 @@ class Imdb(datasets.GeneratorBasedBuilder):
73
  name=datasets.Split.TEST, gen_kwargs={"filepath": test_path, "split": "test"}
74
  ),
75
  datasets.SplitGenerator(
76
- name="test-all", gen_kwargs={"filepath": test_all_path, "split": "test-all"}
77
  ),
78
  ]
79
 
 
73
  name=datasets.Split.TEST, gen_kwargs={"filepath": test_path, "split": "test"}
74
  ),
75
  datasets.SplitGenerator(
76
+ name="test_all", gen_kwargs={"filepath": test_all_path, "split": "test_all"}
77
  ),
78
  ]
79