Releases: rdnfn/icai
Releases · rdnfn/icai
v0.3.0
v0.2.1
What's Changed
- Update old configs to new config structure by @rdnfn in #14
- Add pairrm baseline training and eval code by @timokau in #9
- Improve functional annotator support by @rdnfn in #16
- Update plotting code to work with updated output format (including functional annotators)
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add support for function-based annotators by @rdnfn in #13. Note that this version changes the structure of the annotator part of the experiments configuration (
cfg.annotator
). Using old configurations will throw errors with messages explaining how to adapt configurations to the new structure. In short, AlpacaEval specific configurations moved tocfg.annotator.alpaca_eval
.
Full Changelog: v0.1.3...v0.2.0
v0.1.3
v0.1.2
v0.1.1
Small release with some minor fixes
- Fix #2: Enable use of built-in annotator configs by default to avoid forcing experiment to be run in cloned ICAI repo
- Pin AlpacaEval version to 0.6.5 or lower to avoid issues with analysis code
- Add more comprehensive tests via GitHub actions (including CLI test)