Distilabel

Latest version: v1.4.1

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.4.0

What's Changed
* docs: Notus end2end example for preference and instruction generation by ignacioct in https://github.com/argilla-io/distilabel/pull/145
* docs: binders anchors by ignacioct in https://github.com/argilla-io/distilabel/pull/235
* feat: Add support for dedicated and serverless inference endpoints via inference API by philschmid in https://github.com/argilla-io/distilabel/pull/238
* docs: Update links to arxiv landing pages rather than PDFs by davanstrien in https://github.com/argilla-io/distilabel/pull/249
* feat: add ETA to progress bar and fix not showing the progress bar if irrelavant by ignacioct in https://github.com/argilla-io/distilabel/pull/253
* feat: Add Evol instruct task by plaguss in https://github.com/argilla-io/distilabel/pull/237
* docs: rename `enable_checkpoints` to `checkpoint_strategy` by davidberenstein1957 in https://github.com/argilla-io/distilabel/pull/257
* feat: Fixing progress bar and ETA by ignacioct in https://github.com/argilla-io/distilabel/pull/260
* fix: resolved error with self instruct to argilla method by plaguss in https://github.com/argilla-io/distilabel/pull/265
* chore: Add extra check in llmpool to ensure all the tasks share the same parent class by plaguss in https://github.com/argilla-io/distilabel/pull/266
* fix: fix for Notus tutorial after bug in record unwrap by ignacioct in https://github.com/argilla-io/distilabel/pull/267
* feat: add customizable criteria for query generation in SelfInstructTask by ignacioct in https://github.com/argilla-io/distilabel/pull/269
* docs: add a tutorial on "clean a DPO/preference dataset with distilabel" by sdiazlor in https://github.com/argilla-io/distilabel/pull/270
* feat: Add new functionality to binarize preference datasets directly from distilabel by plaguss in https://github.com/argilla-io/distilabel/pull/264
* feat: add support `ollama` api by davidberenstein1957 in https://github.com/argilla-io/distilabel/pull/250

New Contributors
* philschmid made their first contribution in https://github.com/argilla-io/distilabel/pull/238
* davanstrien made their first contribution in https://github.com/argilla-io/distilabel/pull/249
* sdiazlor made their first contribution in https://github.com/argilla-io/distilabel/pull/270

**Full Changelog**: https://github.com/argilla-io/distilabel/compare/0.3.0...0.4.0

0.3.0

What's Changed

* Add `VertexAILLM` & `VertexAIEndpointLLM` classes by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/204
* Add draft with social cards by plaguss in https://github.com/argilla-io/distilabel/pull/197
* Relax `LLMPool` check to match parent `Task` instead by plaguss in https://github.com/argilla-io/distilabel/pull/210
* Align `README.md` with `docs/` and minor fixes / improvements by alvarobartt in https://github.com/argilla-io/distilabel/pull/214
* Add `TogetherInferenceLLM` by alvarobartt in https://github.com/argilla-io/distilabel/pull/215
* Add checking valid `inputs` before calling `_generate` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/216
* Add `TogetherInferenceLLM` tests by alvarobartt in https://github.com/argilla-io/distilabel/pull/217
* Add Vertex AI `LLM`s documentation by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/222
* Documentation review by alvarobartt in https://github.com/argilla-io/distilabel/pull/223
* Rename `for_text_quality` to `for_overall_quality` method in `UltraFeedbackTask` by alvarobartt in https://github.com/argilla-io/distilabel/pull/224
* Add Anyscale endpoints by plaguss in https://github.com/argilla-io/distilabel/pull/213
* Feature dataset checkpoint strategy by plaguss in https://github.com/argilla-io/distilabel/pull/194
* Fix `rating` parsing in `RatingToArgillaMixin.to_argilla_record` by alvarobartt in https://github.com/argilla-io/distilabel/pull/227
* Add badges to readme by plaguss in https://github.com/argilla-io/distilabel/pull/226
* Fix badges by dvsrepo in https://github.com/argilla-io/distilabel/pull/228
* Update `LICENSE` and add `LICENSE_HEADER` by davidberenstein1957 in https://github.com/argilla-io/distilabel/pull/221

**Full Changelog**: https://github.com/argilla-io/distilabel/compare/0.2.1...0.3.0

0.2.1

What's Changed
* Fix `PrometheusTask` could not be imported by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/190
* Fix `LLM.return_futures` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/192
* Remove learn section from docs until developed by plaguss in https://github.com/argilla-io/distilabel/pull/188
* Add markdown to fields by default by plaguss in https://github.com/argilla-io/distilabel/pull/189
* Fix `PrometheusTask` and `UltraCMTask` could not be chained with `TextGenerationTask` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/195
* Add missing `use_markdown` for every field by plaguss in https://github.com/argilla-io/distilabel/pull/196
* Add `to_argilla_{dataset,record}` for `CritiqueTask` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/198
* Update `generate_prompt` in `Task` subclasses to always return `Prompt` by alvarobartt in https://github.com/argilla-io/distilabel/pull/199
* Add `CritiqueTask` documentation by alvarobartt in https://github.com/argilla-io/distilabel/pull/200
* Fix `UltraCMTask` scoring range and align `argilla` imports by alvarobartt in https://github.com/argilla-io/distilabel/pull/201

**Full Changelog**: https://github.com/argilla-io/distilabel/compare/0.2.0...0.2.1

0.2.0

What's Changed
* adds accelerate example by edbeeching in https://github.com/argilla-io/distilabel/pull/141
* Add a dry-run when calling `Pipeline.generate` by alvarobartt in https://github.com/argilla-io/distilabel/pull/146
* Add Notus format in `Prompt.format_as` and update `examples/*.py` by alvarobartt in https://github.com/argilla-io/distilabel/pull/147
* Add `ProcessLLM` class by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/151
* Adds `CritiqueTask`, `UltraCMTask` and more by alvarobartt in https://github.com/argilla-io/distilabel/pull/152
* docs: add `llama.cpp` to extras by davidberenstein1957 in https://github.com/argilla-io/distilabel/pull/154
* Fix `_build_dataset` as `processed_labels` were ignored by plaguss in https://github.com/argilla-io/distilabel/pull/158
* Add `to_argilla_{dataset,record}` methods in `TextGenerationTask` by alvarobartt in https://github.com/argilla-io/distilabel/pull/159
* Fix `UltraFeedbackTask.to_argilla_dataset` ratings values by alvarobartt in https://github.com/argilla-io/distilabel/pull/160
* Align `typing` and `typing_extensions` with supported Python versions by alvarobartt in https://github.com/argilla-io/distilabel/pull/161
* Add `LLMPool` class by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/156
* Add missing `CritiqueTask` and `UltraCMTask` in `__init__` and move `argilla_utils` to `utils.argilla` by alvarobartt in https://github.com/argilla-io/distilabel/pull/162
* Add `test` workflow by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/163
* Update `LLM` to return `Future[List[List[LLMOutput]]]` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/164
* Add `PrometheusTask` by alvarobartt in https://github.com/argilla-io/distilabel/pull/165
* Randomise generations order by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/167
* Add custom `to_argilla_{dataset,record}` to `SelfInstructTask` by alvarobartt in https://github.com/argilla-io/distilabel/pull/169
* Fix `shuffle_before_labelling` and progress bar in `Pipeline.generate` by alvarobartt in https://github.com/argilla-io/distilabel/pull/170
* Replace `multiprocessing` with `multiprocess` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/171
* Refactor and improve docs by plaguss in https://github.com/argilla-io/distilabel/pull/134
* Fix `SelfInstructTask.{parse_output,to_argilla_record}` methods and `_build_dataset` by alvarobartt in https://github.com/argilla-io/distilabel/pull/172
* Fix `results` didn't have same order as `futures` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/173
* Remove unnecesary plugin by plaguss in https://github.com/argilla-io/distilabel/pull/174
* Add `{generation,labelling}_model` column as metadata in Argilla by alvarobartt in https://github.com/argilla-io/distilabel/pull/175
* Fix exporting model name to Argilla with `LLMPool` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/177
* Update docs to include info about `ProcessLLM` and `LLMPool` by gabrielmbmb in https://github.com/argilla-io/distilabel/pull/176

New Contributors
* edbeeching made their first contribution in https://github.com/argilla-io/distilabel/pull/141
* davidberenstein1957 made their first contribution in https://github.com/argilla-io/distilabel/pull/154

**Full Changelog**: https://github.com/argilla-io/distilabel/compare/0.1.1...0.2.0

0.1.1

What's Changed
* Template for Documentation Issue created by ignacioct in https://github.com/argilla-io/distilabel/pull/128
* self.thread_pool_executor can be None, protecting it for print by ignacioct in https://github.com/argilla-io/distilabel/pull/129
* Use `do_sample` in `transformers` example by dvsrepo in https://github.com/argilla-io/distilabel/pull/138
* Fix `llama-cpp` and `hf-inference-endpoints` extras in `pyproject.toml` by plaguss in https://github.com/argilla-io/distilabel/pull/139
* Fix `llama_cpp_python` dependency check by plaguss in https://github.com/argilla-io/distilabel/pull/140

New Contributors
* ignacioct made their first contribution in https://github.com/argilla-io/distilabel/pull/128
* plaguss made their first contribution in https://github.com/argilla-io/distilabel/pull/139

**Full Changelog**: https://github.com/argilla-io/distilabel/compare/0.1.0...0.1.1

0.1.0

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.