huggingface / setfit

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

[`fix`] Prevent report_to="none" from being ignored #570

Open tomaarsen opened 2 days ago

tomaarsen commented 2 days ago

Hello!

Pull Request overview

Details

report_to="none" in the TrainingArguments were previously ignored, as they were set to [] instead, which Sentence Transformers sees as the default & thus uses all available integrations.

cc @PrithivirajDamodaran

HuggingFaceDocBuilderDev commented 2 days 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.