Skip to content

Commit

Permalink
fix(pipeline): correct typo in tokenize step
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 23, 2023
1 parent 743b8d7 commit c9158d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pipeline/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaults:
- /pipe@pipe_load_raw: dataset_load_raw
- /pipe@pipe_load: dataset_load_from_disk
- /pipe@pipe_save: dataset_save_to_disk
- /pipe@pipe_tokenzize: dataset_tokenize
- /pipe@pipe_tokenize: dataset_tokenize

use_task_as_initial_object: true
steps:
Expand Down

0 comments on commit c9158d8

Please sign in to comment.