statsu1990 / kaggle_tweet_sentiment_extraction

kaggle tweet sentiment extraction
0 stars 0 forks source link

Label smoothing #2

Closed statsu1990 closed 4 years ago

statsu1990 commented 4 years ago

Label smoothing for text. except special token and sentiment token.

statsu1990 commented 4 years ago

Model_v1_1_0 (w/o LS) : score 0.5444 (only posi and nega) Model_v1_2_0 (LS 0.1) : score 0.541514 (only posi and nega) Model_v1_2_1 (LS 0.05) : score 0.54777 (only posi and nega)