huggingface / huggingface/setfit
Setfit can't doing model prediction after training for MultiClass Classification with hf Trainer
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.8k
- Forks
- 267
- Avg merge
- 36m
- Merged PRs (30d)
- 5
Description
When I train setfit for multiclass classification using huggingface trainer which I am using save_step arguments, I can not use the model.predict() method for getting predictions. I am getting the below not fitted error.
model.predict() only work when i am loading the model with save_pretrained() method, but i still can not use other saved steps models for prediction, there is only one useable model which saved with save_pretrained_method().
I did not face with the issue when train binary classification model using same setup.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.