Skip to content

Commit

Permalink
Update seacrowd/sea_datasets/cc3m_35l/cc3m_35l.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Santoso <[email protected]>
  • Loading branch information
IvanHalimP and jensan-1 authored Apr 1, 2024
1 parent 5fe471f commit cc7d2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seacrowd/sea_datasets/cc3m_35l/cc3m_35l.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _split_generators(self, dl_manager: datasets.DownloadManager) -> List[datase
),
]

def _generate_examples(self, filepath: dict, exceptions: list, split: str) -> Tuple[int, Dict]:
def _generate_examples(self, filepath: dict, exceptions: list) -> Tuple[int, Dict]:
"""Yields examples as (key, example) tuples."""
for idx, row in filepath.iterrows():
if idx not in exceptions:
Expand Down

0 comments on commit cc7d2b5

Please sign in to comment.