Skip to content

Commit

Permalink
feat(corprep): add new gpt35.yaml configuration file for ABSA task
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 19, 2023
1 parent 15dcca5 commit ceb35ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/corprep/conf/absa/gpt35.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
defaults:
- prompts: default

_target_: corprep.absa.config.AbsaConfig
api_key:
model_name: gpt-3.5-turbo
rate_limit_per_minute: 3500
absa_task: QUAD
prompt_name: base
temperature: 0.0
output_dir: outputs/preds
save_filename:
verbose: true

0 comments on commit ceb35ab

Please sign in to comment.