Skip to content

Commit

Permalink
Closes #912
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkartchner committed Jan 26, 2024
1 parent 7bc91fe commit 2f40831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bigbio/hub/hub_repos/sourcedata_nlp/sourcedata_nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
Expand Down

0 comments on commit 2f40831

Please sign in to comment.