Skip to content

Commit

Permalink
feat(corprep-conf-runner): add corprep-gpt3 and corprep-gpt4 configur…
Browse files Browse the repository at this point in the history
…ation files
  • Loading branch information
entelecheia committed Aug 3, 2023
1 parent b2a52cd commit c82df5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/corprep/conf/runner/corprep-gpt3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
defaults:
- absa
- override /agent: corprep-gpt3

_config_name_: corprep-gpt3
text_col: cleaned_text
5 changes: 5 additions & 0 deletions src/corprep/conf/runner/corprep-gpt4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
defaults:
- corprep-gpt3
- override /agent: corprep-gpt4

_config_name_: corprep-gpt4

0 comments on commit c82df5e

Please sign in to comment.