Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-03 | 1.3 kB | |
v1.1.2 source code.tar.gz | 2025-04-03 | 25.2 MB | |
v1.1.2 source code.zip | 2025-04-03 | 25.3 MB | |
Totals: 3 Items | 50.5 MB | 1 |
This is a patch release that introduces compatibility with newer transformers
and sentence-transformers
versions, notably:
- Avoid compatibility issues when loading models saved in Transformers v4.50 by @tomaarsen in https://github.com/huggingface/setfit/pull/594
- Introduce compatibility with Sentence Transformers v4.0 by @tomaarsen in https://github.com/huggingface/setfit/pull/595
All Changes
- Fix minor typo in docs (#510) by @emilioMaddalena in https://github.com/huggingface/setfit/pull/589
- Pass output_dir to superclass when initializing by @bluestealth in https://github.com/huggingface/setfit/pull/585
- Avoid compatibility issues when loading models saved in Transformers v4.50 by @tomaarsen in https://github.com/huggingface/setfit/pull/594
- Introduce compatibility with Sentence Transformers v4.0 by @tomaarsen in https://github.com/huggingface/setfit/pull/595
- [
ci
] Attempt to fix CI by @tomaarsen in https://github.com/huggingface/setfit/pull/596
New Contributors
- @emilioMaddalena made their first contribution in https://github.com/huggingface/setfit/pull/589
- @bluestealth made their first contribution in https://github.com/huggingface/setfit/pull/585
Full Changelog: https://github.com/huggingface/setfit/compare/v1.1.1...v1.1.2