distilabel icon indicating copy to clipboard operation
distilabel copied to clipboard

Move `_create_signature` to mixin and add new `exclude_from_signature` argument

Open plaguss opened this issue 6 months ago • 4 comments

Description

This PR adds a new mixin that contains the _create_signature method for the pipeline, and adds a new attribute named exclude_from_signature which consists of a set of strings that won't be taken into account when creating the signature for the pipeline.

Closes https://github.com/argilla-io/distilabel/issues/880

plaguss avatar Aug 13 '24 11:08 plaguss