Model2vec

Latest version: v0.3.3

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.2

What's Changed
* docs: Update results by Pringled in https://github.com/MinishLab/model2vec/pull/51
* fix: convert bfloat16 to float because of numpy incompatibility by stephantul in https://github.com/MinishLab/model2vec/pull/53
* fix: Add explicit errors for BPE and unigram, return tokenizer without cha… by stephantul in https://github.com/MinishLab/model2vec/pull/54
* Add from model by stephantul in https://github.com/MinishLab/model2vec/pull/57
* fix: Attention mask being None crashes distillation by stephantul in https://github.com/MinishLab/model2vec/pull/58
* fix: allow PCA dims == dims by stephantul in https://github.com/MinishLab/model2vec/pull/59
* enh: Add device selection mechanism by stephantul in https://github.com/MinishLab/model2vec/pull/60
* Fix in README by stephantul in https://github.com/MinishLab/model2vec/pull/61
* Bumped version by Pringled in https://github.com/MinishLab/model2vec/pull/62


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

0.2.1

What's Changed
* Bump version to 0.2.0 by stephantul in https://github.com/MinishLab/model2vec/pull/46
* Add median token length as limit by stephantul in https://github.com/MinishLab/model2vec/pull/47
* docs: Add codecov badge by Pringled in https://github.com/MinishLab/model2vec/pull/49

**Full Changelog**: https://github.com/MinishLab/model2vec/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* remove broken dim property by stephantul in https://github.com/MinishLab/model2vec/pull/26
* Fix issue with hasattr vs getattr by stephantul in https://github.com/MinishLab/model2vec/pull/27
* Add retrieval tutorial by Pringled in https://github.com/MinishLab/model2vec/pull/28
* docs: Add readme headline by Pringled in https://github.com/MinishLab/model2vec/pull/29
* [`fix`] Various fixes for non-Posix machines by tomaarsen in https://github.com/MinishLab/model2vec/pull/30
* Add model cards by Pringled in https://github.com/MinishLab/model2vec/pull/31
* Hybrid tokenizers by stephantul in https://github.com/MinishLab/model2vec/pull/25
* docs: Added new image by Pringled in https://github.com/MinishLab/model2vec/pull/32
* [`enh`] Rely on Jinja for model card, use model id/path in snippet by tomaarsen in https://github.com/MinishLab/model2vec/pull/37
* remove sentence transformers dependency by stephantul in https://github.com/MinishLab/model2vec/pull/35
* Fix bug where we accidentally pass a pretrainedtokenizer by stephantul in https://github.com/MinishLab/model2vec/pull/40
* Add support for safetensors by stephantul in https://github.com/MinishLab/model2vec/pull/36
* Make token optional and private an argument, add template by stephantul in https://github.com/MinishLab/model2vec/pull/39
* tests: Add distill tests and CI by Pringled in https://github.com/MinishLab/model2vec/pull/42
* docs: Added codecov badge by Pringled in https://github.com/MinishLab/model2vec/pull/43
* Logos by stephantul in https://github.com/MinishLab/model2vec/pull/44
* Add model card loading by stephantul in https://github.com/MinishLab/model2vec/pull/45

New Contributors
* tomaarsen made their first contribution in https://github.com/MinishLab/model2vec/pull/30

**Full Changelog**: https://github.com/MinishLab/model2vec/compare/v0.1.2...v0.2.0

0.1.2

What's Changed
* fix: Fixed dims bug and bumped version by Pringled in https://github.com/MinishLab/model2vec/pull/24


**Full Changelog**: https://github.com/MinishLab/model2vec/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* Fix pca bug by stephantul in https://github.com/MinishLab/model2vec/pull/19
* Turn model into module by stephantul in https://github.com/MinishLab/model2vec/pull/18
* Readme reread me by stephantul in https://github.com/MinishLab/model2vec/pull/20
* docs: Added multilingual model by Pringled in https://github.com/MinishLab/model2vec/pull/21
* Fix README, rename to for clarity by stephantul in https://github.com/MinishLab/model2vec/pull/22
* Bump pyproject.toml new version by stephantul in https://github.com/MinishLab/model2vec/pull/23


**Full Changelog**: https://github.com/MinishLab/model2vec/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* Initial commit by Pringled in https://github.com/MinishLab/model2vec/pull/1
* Add phrase benchmarks by stephantul in https://github.com/MinishLab/model2vec/pull/2
* Add multi word tokenizer by stephantul in https://github.com/MinishLab/model2vec/pull/3
* Aligned code with template by Pringled in https://github.com/MinishLab/model2vec/pull/4
* Add new makefile by stephantul in https://github.com/MinishLab/model2vec/pull/5
* Refactored codebase by Pringled in https://github.com/MinishLab/model2vec/pull/6
* Gone reach by stephantul in https://github.com/MinishLab/model2vec/pull/7
* separate dependency, remove requirements.txt, add base makefile option by stephantul in https://github.com/MinishLab/model2vec/pull/8
* Add lots of stuff by stephantul in https://github.com/MinishLab/model2vec/pull/9
* fix issue with tokens by stephantul in https://github.com/MinishLab/model2vec/pull/10
* Add tests by Pringled in https://github.com/MinishLab/model2vec/pull/11
* Remove tokens tokenizer by stephantul in https://github.com/MinishLab/model2vec/pull/12
* make it faster by stephantul in https://github.com/MinishLab/model2vec/pull/13
* add push_to_hub functionality by stephantul in https://github.com/MinishLab/model2vec/pull/14
* Add docs by Pringled in https://github.com/MinishLab/model2vec/pull/15
* docs: Added model list by Pringled in https://github.com/MinishLab/model2vec/pull/16
* New image by stephantul in https://github.com/MinishLab/model2vec/pull/17

New Contributors
* Pringled made their first contribution in https://github.com/MinishLab/model2vec/pull/1
* stephantul made their first contribution in https://github.com/MinishLab/model2vec/pull/2

**Full Changelog**: https://github.com/MinishLab/model2vec/commits/v0.1.0

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.