0.6.0
What's Changed
- Fix typo in docstring of to_argilla metrics_ to metric_ by @burtenshaw in #334
- Implement a JSON responding OpenAI LLM as JSONOpenAILLM by @burtenshaw in #331
- Add examples for the deita paper tasks by @plaguss in #329
- Add checkpoint strategy to automatically push to hub by @plaguss in #321
- docs: update tutorials avoid argilla installation error by @sdiazlor in #337
- Fix
CustomDataset.load_from_disk
withstr
/Path
objects by @plaguss in #341 - Clalrify number of generations produced when using LLMPool in docs by @davanstrien in #339
- Refactor _build_dataset piece for speed by @plaguss in #344
- Fix documentation and type variables in
CustomDataset
checkpoint methods by @plaguss in #342 - US Spelling and other typo correction on Distilabel tutorials by @ignacioct in #324
- docs: add a tutorial for evolinstruct by @sdiazlor in #327
- Fix Openai api error with OpenAI-compatible providers by @jphme in #351
- Add fix for labels not returned by openai api by @plaguss in #364
- Refactor model availability check in is_serverless_endpoint_available by @davanstrien in #363
New Contributors
- @burtenshaw made their first contribution in #334
- @jphme made their first contribution in #351
Full Changelog: 0.5.0...0.6.0