Skip to content

Commit

Permalink
fix(pseudo-labelling): add trust_remote_code parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Sep 15, 2024
1 parent 38270ef commit 7f07759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions training/run_pseudo_labelling.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ def main():
token=token,
streaming=data_args.streaming,
num_proc=data_args.preprocessing_num_workers if not data_args.streaming else None,
trust_remote_code=True
)

if data_args.audio_column_name not in next(iter(raw_datasets.values())).column_names:
Expand Down

0 comments on commit 7f07759

Please sign in to comment.