From 2f408313ed77b6d1e09dae235cb0363b4bcffc4d Mon Sep 17 00:00:00 2001 From: David_Kartchner Date: Fri, 26 Jan 2024 13:25:43 -0500 Subject: [PATCH] Closes #912 --- bigbio/hub/hub_repos/sourcedata_nlp/sourcedata_nlp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bigbio/hub/hub_repos/sourcedata_nlp/sourcedata_nlp.py b/bigbio/hub/hub_repos/sourcedata_nlp/sourcedata_nlp.py index 2816857d..43b359f5 100644 --- a/bigbio/hub/hub_repos/sourcedata_nlp/sourcedata_nlp.py +++ b/bigbio/hub/hub_repos/sourcedata_nlp/sourcedata_nlp.py @@ -190,7 +190,6 @@ def _split_generators(self, dl_manager) -> List[datasets.SplitGenerator]: return [ datasets.SplitGenerator( name=datasets.Split.TRAIN, - # Whatever you put in gen_kwargs will be passed to _generate_examples gen_kwargs={ "filepath": os.path.join(data_dir, "train.jsonl"), },