Skip to content

Releases: bespokelabsai/curator

v0.1.12

17 Dec 06:51
5dbb913
Compare
Choose a tag to compare

What's Changed

  • [curator-viewer] enabled toast instead of alert for copy paste, and fixed streaming toast by @CharlieJCJ in #165
  • Use huggingface modified pickler to fix path-dependent caching by @vutrung96 in #230
  • Change rpm and tpm to have lower default and allow for manual setting by @RyanMarten in #234
  • Various fixes to increase the reliability of batch processing by @vutrung96 in #231
  • Graceful error handling for missing requests by @vutrung96 in #244
  • OpenAIOnline - if api_key missing, directly error out by @CharlieJCJ in #237
  • Increase default values for tpm/rpm, otherwise there is no progress. by @madiator in #245
  • refactor: rename Prompter class to LLM by @devin-ai-integration in #242
  • Rename prompter. Simplify prompt_formatter and add test. by @madiator in #246
  • Raise error on failed responses by @RyanMarten in #251
  • Add a SimpleLLM interface, and update documentation. by @madiator in #255
  • Cool down when hitting rate limit with online processors by @RyanMarten in #256
  • Gemini lower safety constraints by @CharlieJCJ in #259
  • Raise on None response message by @RyanMarten in #262
  • Add metadata dict + cache verification by @GeorgiosSmyrnis in #257
  • Default for all online requests to 10 minutes timeout by @RyanMarten in #265
  • Retry only on "max_length" and "content_filter" finish reason by @RyanMarten in #267
  • Retry on response format failure by @RyanMarten in #266
  • Add prism.js types to dev dependencies by @RyanMarten in #270

New Contributors

Full Changelog: v0.1.11...v0.1.12

v0.1.11

06 Dec 04:47
450e934
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

26 Nov 23:39
6252238
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9.post1...v0.1.10

v0.1.9.post1

19 Nov 19:53
c23405b
Compare
Choose a tag to compare

Highlights

README documentation updates, curator-viewer minor changes, curator add configurable generation parameters related to #62.

What's Changed

Full Changelog: v0.1.9...v0.1.9.post1

v0.1.9

16 Nov 00:24
4b00175
Compare
Choose a tag to compare

Highlights

v0.1.9 release includes improvements to batch processing functionality, UI enhancements, documentation updates, and bug fixes, alongside the addition of enabling Python Interpreter usage of bespokelabs-curator.

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8

15 Nov 01:08
c843106
Compare
Choose a tag to compare

🎯 Highlights of v0.1.8

Version 0.1.8 marks the initial release of Curator, introducing core functionalities for managing and processing LLM completions for synthetic data generation. This release establishes a foundation with two main components: a completions module for efficient batch processing with OpenAI models, and a dataset viewer for visualizing and managing completion results. Key features include batch processing support, configurable model parameters, streaming capabilities, and metadata management through SQLite integration. The release also prioritizes developer experience with Colab compatibility and robust documentation.

⚡ Completions Module

  • Reorganized prompting logic (#2, #3) and improved OpenAI integration (#4, #28)
  • Added configurable temperature and top-p parameters (#77)
  • Implemented batch size configuration (#70)
  • Added fallback token counting with tiktoken (#59)
  • Improved dataset management with List objects (#9)
  • Added configurable working directory support (#53)
  • Fixed Colab compatibility issues (#69, #72)
  • Enhanced request/response handling (#65)

🎨 Curator Viewer

  • Reorganized dataset viewer architecture (#8)
  • Added streaming dataset UI functionality (#14)
  • Implemented file streaming for batch mode (#79)
  • Added metadata SQLite database integration (#10)
  • Fixed compilation errors (#23)

📚 Documentation & Packaging

  • Added Apache 2.0 license (#12)
  • Improved documentation and README (#1, #26)
  • Properly packaged as bespokelabs-curator (#11)
  • Added repository logo (#63)
  • Updated API key documentation (#32)

What's Changed

New Contributors

Full Changelog: https://github.com/bespokelabsai/curator/co...

Read more