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
* Dataset Reranking by ritugala in https://github.com/neulab/prompt2model/pull/383
* Add data transformation capability to dataset retrieval step by saum7800 in https://github.com/neulab/prompt2model/pull/385
* Improving Transform and Rerank Module by ritugala in https://github.com/neulab/prompt2model/pull/396
* Migrate to the latest openAI version by saum7800 in https://github.com/neulab/prompt2model/pull/397
* Add mistral fine-tuning and examples by saum7800 in https://github.com/neulab/prompt2model/pull/395
New Contributors
* 7flash made their first contribution in https://github.com/neulab/prompt2model/pull/392
**Full Changelog**: https://github.com/neulab/prompt2model/compare/v0.0.9...v0.1.0