huggingface / setfit

Efficient few-shot learning with Sentence Transformers
https://hf.co/docs/setfit
Apache License 2.0
2.25k stars 223 forks source link

A little help ? #571

Open colinrees opened 6 hours ago

colinrees commented 6 hours ago

thanks for the library, really enjoying it.

I am having a bit of a challenge though, I have around 200 samples and i am trying to classify them into 3 categories. The challenge that i am having is that the model seems to overfit - increasing the number of datapoints doesnt seem to help as i am obviously sampling them.. Any strategies to address this ?

Best Colin