Tags: kcentric/distilabel
Tags
Update `LICENSE` and add `LICENSE_HEADER` (argilla-io#221) * Update LICENSE * Update LICENSE * Add `LICENSE_HEADER` and update `.pre-commit-config.yaml` * Update `LICENSE` date and org --------- Co-authored-by: Alvaro Bartolome <alvaro@argilla.io>
Improve `argilla` integration (argilla-io#119) * Set `0.1.0` version * Delete unused `examples/label-dataset-using-judgelm.py` * Upgrade `argilla` to 1.18.0 Cannot be lower as the `metadata_properties` were included in the v1.18.0 * Improve `argilla` integration Now the methods to implemnt on each `Task` are `to_argilla_dataset` and `to_argilla_record`, so that it's easier and straight forward for the users willing to integrate Argilla within their tasks * Update `README.md` * Update `README.md` * Fixed some typos thanks to @codespell-project * Rename `responses_column` to `generations_column` * Clean `_merge_rationales` to re-use `generations_column` too * Update `README.md` * Update `README.md` * Update `README.md` * Rename `responses_values->ratings_values` * Apply suggestions from code review Co-authored-by: Gabriel Martin <gabriel@argilla.io> --------- Co-authored-by: Gabriel Martin <gabriel@argilla.io>