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
Use Sentence Transformers to calculate the sentence vector of the input sentence, rather than calculate vectors for each word.
HuggingFace suggested to use SetFit, which is a library that helps the custom finetuning process of the sentence-transformers
Both HuggingFace and Witty Works tested various sentence-transformers models with diverse classifiers, and they settled with mpnet-base-v2 with logistic regression and KNN classifier.
The text was updated successfully, but these errors were encountered:
Leveraging Hugging Face for complex text classification use cases
Summary:
Use Sentence Transformers to calculate the sentence vector of the input sentence, rather than calculate vectors for each word.
HuggingFace suggested to use SetFit, which is a library that helps the custom finetuning process of the sentence-transformers
Both HuggingFace and Witty Works tested various sentence-transformers models with diverse classifiers, and they settled with mpnet-base-v2 with logistic regression and KNN classifier.
The text was updated successfully, but these errors were encountered: