SHYAM SUNDER KUMAR

Results 5 comments of SHYAM SUNDER KUMAR

Thanks for the quick reply. The SentenceTransformer is in a local folder, then you can give the path to that folder too. I am trying to load it from a...

Thanks @kgourgou, The only change if my problem is multiclass classification problem is to add a different head instead of Logistic regression.

@kgourgou @tomaarsen i was able to resolve the problem and use the pretrained transformer as you mentioned. But it feels like we are unable to train the head for long...

@kgourgou @kgourgou Thanks for your input . I was able to get improvement when i set `max_iter = 500` and also tried with other values. Results improved but the error...

Hello @Cheril184, Map the features like this. Use the `column_mapping` to map with the column names. Also share the error as well for better understanding. ```python trainer = SetFitTrainer( model=model,...