huggingface / setfit

Efficient few-shot learning with Sentence Transformers
https://hf.co/docs/setfit
Apache License 2.0
2.24k stars 223 forks source link

[CI] Deprecate Python3.7 and invalidate cache weekly #506

Closed Wauplin closed 2 months ago

Wauplin commented 8 months ago

This PR is only a suggestion. Realized while working on https://github.com/huggingface/setfit/pull/505 that SetFit is tested on Python3.7 which is deprecated since June 2023 and not supported anymore by transformers/huggingface_hub/datasets.

What this PR do:

HuggingFaceDocBuilderDev commented 8 months ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Wauplin commented 8 months ago

Looks like CI is failing with 3 different errors:

cc @tomaarsen I'm setting this PR as "ready for review". Please let me know if you have any comments.

tomaarsen commented 2 months ago

Hello!

Apologies for the delay! I've merged these changes into main and resolved the remaining outstanding issues as well. I expect this'll all be included in a release quite soon (this week?). Thanks a bunch for making this PR!