Skip to content

Commit

Permalink
super
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Mar 27, 2024
1 parent 10a6fce commit 0ff7607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setfit/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def __init__(
sentence_transformers_kwargs: Optional[Dict] = None,
**kwargs,
) -> None:
super(SetFitModel, self).__init__()
self.model_body = model_body
self.model_head = model_head
self.multi_target_strategy = multi_target_strategy
Expand Down

0 comments on commit 0ff7607

Please sign in to comment.