Skip to content

Commit

Permalink
fix typo (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
  • Loading branch information
sarahyurick authored Nov 22, 2024
1 parent 368bdc5 commit 9173db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemo_curator/scripts/semdedup/extract_dedup_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def main(args):
sorted_clusters_dir=os.path.join(
cache_dir, semdedup_config.clustering_save_loc, "sorted"
),
id_col=args.id_column,
id_col_type=args.id_column_type,
id_column=args.id_column,
id_column_type=args.id_column_type,
which_to_keep=semdedup_config.which_to_keep,
output_dir=os.path.join(
semdedup_config.cache_dir, semdedup_config.clustering_save_loc
Expand Down

0 comments on commit 9173db3

Please sign in to comment.