Experiment - Multilingual models
Problem:You want to build a text classification model that works well on multiple languages using a multilingual transformer model. Currently, the model performs well on English but poorly on Spanish and French texts.
Current Metrics:Training accuracy: 95%, Validation accuracy (English): 90%, Validation accuracy (Spanish): 65%, Validation accuracy (French): 60%
Issue:The model overfits English data and underperforms on other languages, showing poor generalization across languages.