Skip to content

Releases: neulab/prompt2model

Incorporate reranking for improved dataset retrieval and automatic dataset transformation for reduced manual effort

24 Apr 16:07
d4cd23d
Compare
Choose a tag to compare

What's Changed

The main changes are that:

  1. Dataset retrieval has been improved significantly, by using an LLM as a reranker! This should hopefully give better retrieved datasets with less manual configuration required (e.g. no need to manually specify which of the top-N datasets and configs to choose from)
  2. Automatic dataset transformation is here, which means that you can get more out of your retrieved dataset than was previously possible

New Contributors

Full Changelog: v0.0.9...v0.1.0

v0.0.9

28 Dec 21:58
04bd8a4
Compare
Choose a tag to compare

What's Changed (selected changes)

  • Specify library versions for openai and litellm by @viswavi in #378
  • Enable hyperparameter optimization in Prompt2Model in #315 and #374
  • Configure dataset size in demo script and notebook by @viswavi in #358
  • Automatic Column Selection by @ritugala in #359
  • Column Selection: Improvements by @ritugala in #366
  • Loosen version requirement for protobuf by @saum7800 in #372

Full Changelog: v0.0.8...v0.0.9

v0.0.8

20 Sep 12:40
b01a7f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

12 Sep 18:00
779c7b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

11 Sep 19:45
5ca2858
Compare
Choose a tag to compare
Fix bugs in API tools (to fix #348) (#349)

* Use litellm.utils.get_max_tokens appropriatel

* Set max_tokens appropriately

* Use 16k model for HyDE

* Use updated max_tokens logic in async call

* Reduce context size needed for HyDE

v0.0.5

11 Sep 01:27
7223bf8
Compare
Choose a tag to compare
Make API-based model configurable (#344)

* Make models configurable

* Additional description on colab

* Revert unrelated change

* Remove unused argument

* Remove output from notebook

* Remove noqa

* Fix test

* Update prompt2model/utils/api_tools.py

Co-authored-by: Saumya Gandhi <[email protected]>

* Update prompt2model/utils/api_tools.py

Co-authored-by: Saumya Gandhi <[email protected]>

* Change test comments

* Default to maximum tokens for model

---------

Co-authored-by: Saumya Gandhi <[email protected]>

v0.0.4

29 Aug 18:54
3b420bf
Compare
Choose a tag to compare

Improvements, mostly aimed at getting out the colab demo.

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

24 Aug 13:03
ce4626f
Compare
Choose a tag to compare

Fix handling of numerical labels in certain retrieved datasets

v0.0.2

24 Aug 04:47
31e1e8b
Compare
Choose a tag to compare

There was a problem with the release workflow when we cut the v0.0.1 release, so v0.0.2 fixes this and makes a proper release.

v0.0.1

24 Aug 04:00
197a067
Compare
Choose a tag to compare

This is the initial release of prompt2model. It implements the entirety of the pipeline as described in our tech report.