Skip to content

Commit

Permalink
feat(pipeline): add datasets save predictions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Sep 9, 2023
1 parent bb93396 commit d29c1d2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/pipeline/datasets-save-predictions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
defaults:
- datasets

use_task_as_initial_object: true
steps:
- uses: convert_absa_output_to_results
with:
output_file: datasets/predictions/corprep-gpt4-train_2023/QUAD_revision2_gpt-4_20230905.jsonl
verbose: true
- uses: records_to_dataframe
- uses: save_dataframes
with:
data_file: datasets/absa_outputs/corprep-gpt4-train_${variables.filter_year}.parquet
verbose: true
verbose: true

0 comments on commit d29c1d2

Please sign in to comment.