Doragd / Text-Classification-PyTorch

Implementation of papers for text classification task on SST-1/SST-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary Labels Not Correct

ojipadeson opened this issue · comments

In preprocess.py, binary labels are 1 when origin label >0.6, and 1 when origin <=0.4, and excluded data are deleted. When I added these data back, test accuracy will go down from 85 to 80. Mabye the test data should not have any deleteion.