Skip to content

Commit

Permalink
feat(corprep): add absa_agent_predict configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 19, 2023
1 parent 1c72bff commit 62ef975
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/corprep/conf/pipe/absa_agent_predict.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
defaults:
- __general_external_funcs__

run: corprep.absa.agent.predict
run_with:
tasks: [AE]
absa_config_name: default
text_col: bodyText
batch_size: 10
num_workers: 1
remove_columns:
load_from_cache_file: true
verbose: ${..verbose}
use_pipe_obj: true
return_pipe_obj: false

0 comments on commit 62ef975

Please sign in to comment.