Skip to content

Commit

Permalink
feat(corprep): add gpt35 pipeline to absa task configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 19, 2023
1 parent 77be086 commit d6c2fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/corprep/conf/task/absa.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
defaults:
- __init__
- /pipeline@absa_pipeline: absa-kakao
- /pipeline@absa_pipeline_gpt35: absa-kakao-gpt35

_config_name_: absa
task_name: absa
verbose: true
pipelines:
- absa_pipeline
# - absa_pipeline
- absa_pipeline_gpt35

0 comments on commit d6c2fe8

Please sign in to comment.