The Trained model is not providing any response
bhadreshpsavani opened this issue · 3 comments
bhadreshpsavani commented
I trained model end to end and once i deployed it on gradio for chat assistant, It was giving empty reponse for all the query
iusztinpaul commented
Hello,
Have you trained it for the same number of epochs as in our config or more?
bhadreshpsavani commented
Hello @iusztinpaul,
I trained it with the same number of epochs.
iusztinpaul commented
We had the same behavior when training for too many epochs. This is probably because there is not enough variety in the dataset, and the model overfits.
Here are 3 ways to debug this issue:
- Try to use our model to run the inference to see that everything works fine
- Lower the number of epochs
- If lowering the number of epochs doesn't work, try also to lower the learning rate.
Let me know if this helps.