Experiment - Chatbot development basics
Problem:You want to build a simple chatbot that can answer basic questions about a small set of topics. The current chatbot model answers training questions very well but performs poorly on new questions, showing signs of overfitting.
Current Metrics:Training accuracy: 98%, Validation accuracy: 65%, Training loss: 0.05, Validation loss: 0.9
Issue:The chatbot model is overfitting the training data, causing low accuracy on new, unseen questions.