I am having trouble training a SetFit model using a variety of embedding models and logistic regression
Summary The issue at hand is low accuracy in training a SetFit model using various embedding models and logistic regression. Despite attempts to adjust parameters such as epochs, iterations, and learning rate, the model consistently outputs the same label for all inputs, suggesting overfitting or collapsing of the embedding model. Root Cause The root cause … Read more