You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SetFitModel, self.model_original_state is defined, as you can see here.
But I don't see this variable being used again. So I wonder why you define that.
Since self.model_original_state contains the weights of sentence transformers, which leads to a heavy model class, so if it is not necessary, we can delete it to make a light model.
Could you tell me your opinion?
Thank you.
I am looking forward to your reply.
Yongtae
The text was updated successfully, but these errors were encountered:
A model_original_state variable is used a few times in the different scripts, so perhaps it's a relic from converting the scripts into a larger repository?
I agree that it does not seem needed. I'll make a PR so the maintainers can easily accept this change, should they agree with us.
In SetFitModel, self.model_original_state is defined, as you can see here.
But I don't see this variable being used again. So I wonder why you define that.
Since self.model_original_state contains the weights of sentence transformers, which leads to a heavy model class, so if it is not necessary, we can delete it to make a light model.
Could you tell me your opinion?
Thank you.
I am looking forward to your reply.
Yongtae
The text was updated successfully, but these errors were encountered: