0.4.1
MinishLab/model2vec0.4.1Feb 28, 2025by Pringled
AI Summary
This release adds training flexibility with min/max epoch configuration and multilabel classification support. It also introduces an evaluation function for classifiers.
Key Highlights
- Added min and max epochs to fit function
- Added multilabel classification for training
- Added evaluate function for classifiers
- Documentation improvements
- Bug fixes
New Features
- Min and max epochs configuration
- Multilabel classification support
- Evaluate function for classifiers
Full Release Notes
## What's Changed * docs: Added training plot, added more training results by @Pringled in https://github.com/MinishLab/model2vec/pull/189 * feat: Added min and max epochs to fit by @Pringled in https://github.com/MinishLab/model2vec/pull/190 * docs: Update model card template by @Pringled in https://github.com/MinishLab/model2vec/pull/192 * feat: Add multilabel classification for training by @Pringled in https://github.com/MinishLab/model2vec/pull/191 * feat: Add evaluate function for classifiers by @Pringled in https://github.com/MinishLab/model2vec/pull/195 * docs: Added discord badge by @Pringled in https://github.com/MinishLab/model2vec/pull/193 * fix: only allows named args in pretrain by @stephantul in https://github.com/MinishLab/model2vec/pull/200 * Bump version by @Pringled in https://github.com/MinishLab/model2vec/pull/204 **Full Changelog**: https://github.com/MinishLab/model2vec/compare/0.4.0...0.4.1