Skip to content

Commit

Permalink
fix(pipeline): rename dataset_load_raw to load_raw_dataset, add file_…
Browse files Browse the repository at this point in the history
…pattern and set verbose to false
  • Loading branch information
entelecheia committed Jul 28, 2023
1 parent fa0b9be commit 74cd0c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/pipeline/datasets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults:
- __init__
- /pipe@pipe_load_raw: dataset_load_raw
- /pipe@pipe_load_raw: load_raw_dataset
- /pipe@pipe_load: load_dataset_from_disk
- /pipe@pipe_save: save_dataset_to_disk
- /pipe@pipe_tokenize: tokenize_dataset
Expand Down
5 changes: 3 additions & 2 deletions src/corprep/conf/run/load_raw_dataset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_target_: corprep.datasets.io.load_raw_dataset
raw_dataset_dir:
raw_dataset_dir: null
path: json
verbose: ${oc.select:..verbose, false}
file_pattern: '*.dat'
verbose: false

0 comments on commit 74cd0c2

Please sign in to comment.