0.4.0
MinishLab/model2vec0.4.0Feb 12, 2025by Pringled
AI Summary
This major release introduces the Fittable class for model training and increases training capacity from 8m to 32m parameters. It also includes comprehensive documentation restructuring.
Key Highlights
- Added Fittable class for model training
- Increased training from 8m to 32m parameters
- Refactored main docs with separate docs directory
- Added training documentation
- Training results documentation
New Features
- Fittable class for model training
- 32m parameter training support
- Comprehensive training documentation
Full Release Notes
## What's Changed * Add fittable by @stephantul in https://github.com/MinishLab/model2vec/pull/140 * fix scores in readme by @stephantul in https://github.com/MinishLab/model2vec/pull/179 * docs: Refactored main docs, added separate docs directory, added training docs by @Pringled in https://github.com/MinishLab/model2vec/pull/181 * docs: Update README.md by @Pringled in https://github.com/MinishLab/model2vec/pull/183 * Update README.md by @Pringled in https://github.com/MinishLab/model2vec/pull/184 * feat: replace 8m by 32m for training by @stephantul in https://github.com/MinishLab/model2vec/pull/182 * docs: update scores in README by @stephantul in https://github.com/MinishLab/model2vec/pull/186 * docs: Moved training results to results directory, updated docs and description by @Pringled in https://github.com/MinishLab/model2vec/pull/187 * Bump version by @Pringled in https://github.com/MinishLab/model2vec/pull/188 **Full Changelog**: https://github.com/MinishLab/model2vec/compare/v0.3.9...0.4.0