Agus
Agus
**Is your feature request related to a problem? Please describe.** Ruff recently added a [formatter](https://docs.astral.sh/ruff/formatter/) of its own, it could be a good addition given we already use `ruff`. **Describe...
**Is your feature request related to a problem? Please describe.** PR https://github.com/argilla-io/argilla/pull/3857 added a model card for models trained with the `ArgillaTrainer`. It could be nice to improve the current...
**Is your feature request related to a problem? Please describe.** We cannot update the `responses` of `RemoteFeedbackRecords`. **Describe the solution you'd like** I would like to update the `responses` of...
**Is your feature request related to a problem? Please describe.** I would like to update the `fields` of `RemoteFeedbackRecords`. **Describe the solution you'd like** A clear and concise description of...
**Is your feature request related to a problem? Please describe.** I would like to see more tests for the unification strategies. Related to #4295, there may be more hidden errors....
**Is your feature request related to a problem? Please describe.** I would like to see more agreement metrics for the `FeedbackDataset`. **Describe the solution you'd like** We can add the...
## Description This PR modifies the default behaviour of `LoadHubDataset` to use `streaming=False` as default, and tries to fetch the column info from the cached dataset if found. Closes #561,...
## Description Make the `_Step.model_post_init` less strict to allow instantiating steps without a `Pipeline` and throwing a warning instead of raising a `ValueError`. This should simplify testing steps without the...
## Description This PR adds a new field `distilabel_meta` to store general outputs related to distilabel. Currently we will have `distilabel_id` with a UUID, and in case of `Tasks` that...
**Is your feature request related to a problem? Please describe.** In `distilabel