Experiment - Language modeling concept
Problem:Build a simple language model that predicts the next word in a sentence using a small dataset of sentences.
Current Metrics:Training loss: 1.2, Validation loss: 2.5, Training accuracy: 70%, Validation accuracy: 45%
Issue:The model is overfitting: training accuracy is much higher than validation accuracy, and validation loss is much higher than training loss.
