songyouwei / ABSA-PyTorch

Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
MIT License
2.01k stars 524 forks source link

Overfitting #203

Open karimmahalian opened 2 years ago

karimmahalian commented 2 years ago

Hi,

I tried this code for another dataset but there is a big difference between training ACC and testing ACC (about 10%) I tried to modify the dropout value to reduce this overfitting but it did not work for me.

Any ideas plz?

thank u