Kriyans commited on
Commit
7a918fb
1 Parent(s): 78ec7a1

Update indian_names.py

Browse files
Files changed (1) hide show
  1. indian_names.py +8 -8
indian_names.py CHANGED
@@ -35,15 +35,15 @@ class indian_names(datasets.GeneratorBasedBuilder):
35
  )
36
 
37
 
38
- def _split_generators(self, dl_manager):
39
- urls_to_download = {
40
- "train": f"file://{csv_file_path}",
41
- }
42
- downloaded_files = dl_manager.download_and_extract(urls_to_download)
43
 
44
- return [
45
- datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"filepath": downloaded_files["train"]}),
46
- ]
47
 
48
 
49
  def _generate_examples(self, filepath):
 
35
  )
36
 
37
 
38
+ # def _split_generators(self, dl_manager):
39
+ # urls_to_download = {
40
+ # "train": f"file://{csv_file_path}",
41
+ # }
42
+ # downloaded_files = dl_manager.download_and_extract(urls_to_download)
43
 
44
+ # return [
45
+ # datasets.SplitGenerator(name=datasets.Split.TRAIN, gen_kwargs={"filepath": downloaded_files["train"]}),
46
+ # ]
47
 
48
 
49
  def _generate_examples(self, filepath):