Skip to content

Commit

Permalink
feat(config): add input_filename attribute to corprep-gpt3-sample.yam…
Browse files Browse the repository at this point in the history
…l, use input_filename for file path
  • Loading branch information
entelecheia committed Aug 9, 2023
1 parent 887aec2 commit 6dd5b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/runner/corprep-gpt3-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ defaults:

_config_name_: corprep-gpt3-${.name}
name: sample
input_filename: ${.name}.parquet
top_n: 10
data_load:
path: parquet
data_files: ${get_original_cwd:}/workspace/datasets/filtered/kakao_for_absa/${..name}.parquet
data_files: ${get_original_cwd:}/workspace/datasets/filtered/kakao_for_absa/${..input_filename}
split: train

data_save:
Expand Down

0 comments on commit 6dd5b65

Please sign in to comment.