v0.2.3

MinishLab/model2vecv0.2.3Oct 9, 2024by Pringled

AI Summary

This release improves device management, adds utility functions, and enhances configuration handling.

Key Highlights

  • Added token encode function
  • Fixed device management
  • Made config optional
  • Added dim property

New Features

  • Token encode function
  • Dim property

Full Release Notes

## What's Changed
* fix: Updated config by @Pringled in https://github.com/MinishLab/model2vec/pull/63
* docs: Added BPEmb results by @Pringled in https://github.com/MinishLab/model2vec/pull/64
* Add token encode function by @stephantul in https://github.com/MinishLab/model2vec/pull/65
* fix: bug with devices not being managed properly by @stephantul in https://github.com/MinishLab/model2vec/pull/66
* fix: make config optional by @stephantul in https://github.com/MinishLab/model2vec/pull/67
* enh: add dim property by @stephantul in https://github.com/MinishLab/model2vec/pull/68
* docs: add token embedding description to README by @stephantul in https://github.com/MinishLab/model2vec/pull/69
* fix: issue with model info missing for local model by @stephantul in https://github.com/MinishLab/model2vec/pull/70
* Bump version by @Pringled in https://github.com/MinishLab/model2vec/pull/71


**Full Changelog**: https://github.com/MinishLab/model2vec/compare/v0.2.2...v0.2.3