Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2022

Bumps setfit from 0.4.1 to 0.5.0.

Release notes

Sourced from setfit's releases.

v0.5.0 Knowledge distillation trainer & ONNX exporter

This release comes with two main features:

  • A DistillationSetFitTrainer class that allows users to use unlabeled data to significantly boost the performance of small models like MiniLM. See this workshop for an end-to-end example.
  • An ONNX exporter that converts the SetFit model instances into ONNX graphs for downstream inference + optimisation. Checkout the notebooks folder for an end-to-end example.

Kudos to @​orenpereg and @​nbertagnolli for implementing both of these features 🔥

Bug fixes and improvements

Significant community contributions

The following contributors have made significant changes to the library over the last release:

Commits
  • b99c3a3 Release v0.5.0
  • 2b3114b Revert "Add SetFitModel.to (#229)" (#234)
  • e29486f Add SetFitModel.to (#229)
  • 273244b Expand CI tests using matrix; make dependencies less restrictive; fix ONNX te...
  • dfa4541 Rename init,py to init.py
  • eee595e Various cleanups; type hint fixes incl. corresponding to PEP 484 (#185)
  • 46fcd9f No longer needlessly deepcopy the original model state (#201)
  • acb99fd For scripts/setfit/run_fewshot.py, add warning for class imbalance w. accur...
  • 6471bc7 fixed spell errors in code example (#210)
  • bef404a Fix/input type hint (#184)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [setfit](https://github.com/SetFit/setfit) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/SetFit/setfit/releases)
- [Commits](huggingface/setfit@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: setfit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 9, 2023

Superseded by #21.

@dependabot dependabot bot closed this Feb 9, 2023
@dependabot dependabot bot deleted the dependabot/pip/setfit-0.5.0 branch February 9, 2023 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant