-
Notifications
You must be signed in to change notification settings - Fork 27.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix wandb
integration with SetFit
model
#30021
Fix wandb
integration with SetFit
model
#30021
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, can you change the status of the PR to ready
@ArthurZucker Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I appreciate having this fix in the upstream rather than in SetFit itself :)
Just need the CIs to go Green 😉 you can rebase on main and run |
f46c214
to
76ef8f6
Compare
@ArthurZucker That's what I did, but |
Just re-triggered them! |
0b6b42f
to
76ef8f6
Compare
76ef8f6
to
3abbdb4
Compare
3abbdb4
to
107d5df
Compare
the test seems unrelated so I think we can merge! |
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. |
Fix W&B integration with SetFit model Co-authored-by: PEARCE Timothe <[email protected]>
What does this PR do?
This PR fixes an error popping up while training a
SetFitModel
while reporting towandb
.To fix this issue, we could also subclass and override the
setup
method specifically in thesetfit
repository, but that would be a much bigger job. @tomaarsen if think you're the one who should decide on that.Fixes # (issue)
huggingface/setfit#498
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@tomaarsen @ArthurZucker