Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CombineOutputs step #939

Merged
merged 10 commits into from
Sep 2, 2024
Merged

Add CombineOutputs step #939

merged 10 commits into from
Sep 2, 2024

Conversation

gabrielmbmb
Copy link
Member

Description

This PR adds a new step called CombineOutputs that takes outputs from upstream steps and combine them in an output dict ({**step_0_outputs, **step_1_outputs, ...}). In addition, it updates the GroupColumns step to handle the merge of the distilabel metadata dictionary.

@gabrielmbmb gabrielmbmb added the enhancement New feature or request label Aug 30, 2024
@gabrielmbmb gabrielmbmb added this to the 1.4.0 milestone Aug 30, 2024
@gabrielmbmb gabrielmbmb requested a review from plaguss August 30, 2024 11:50
@gabrielmbmb gabrielmbmb self-assigned this Aug 30, 2024
Copy link

codspeed-hq bot commented Aug 30, 2024

CodSpeed Performance Report

Merging #939 will not alter performance

Comparing combine-outputs (b81dea9) with develop (4b3c9c0)

Summary

✅ 1 untouched benchmarks

src/distilabel/steps/columns/combine.py Outdated Show resolved Hide resolved
Copy link

Documentation for this PR has been built. You can view it at: https://distilabel.argilla.io/pr-939/

@plaguss plaguss merged commit d5f2ae3 into develop Sep 2, 2024
7 checks passed
@plaguss plaguss deleted the combine-outputs branch September 2, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] distilabel_metadata column should get merged automatically by GroupColumns
2 participants