Skip to content

Commit

Permalink
feat(config/runner): add new gpt3 and gpt4 test configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 3, 2023
1 parent c82df5e commit be6e168
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/runner/corprep-gpt3-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
defaults:
- corprep-gpt3

_config_name_: corprep-gpt3-test

top_n: 10
data_load:
path: parquet
data_files:
- ${get_original_cwd:}/workspace/datasets/processed/kakao_nouns_similar_6.parquet
split: train

data_save:
dataset_path: ${get_original_cwd:}/workspace/datasets/abas_results/gpt3-test

agent:
output_dir: ${get_original_cwd:}/workspace/outputs/predictions/gpt3-test
verbose: true
verbose: true
19 changes: 19 additions & 0 deletions config/runner/corprep-gpt4-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
defaults:
- corprep-gpt4

_config_name_: corprep-gpt4-test

top_n: 10
data_load:
path: parquet
data_files:
- ${get_original_cwd:}/workspace/datasets/processed/kakao_nouns_similar_6.parquet
split: train

data_save:
dataset_path: ${get_original_cwd:}/workspace/datasets/abas_results/gpt4-test

agent:
output_dir: ${get_original_cwd:}/workspace/outputs/predictions/gpt4-test
verbose: true
verbose: true

0 comments on commit be6e168

Please sign in to comment.