Dynamic-Clip-Attention icon indicating copy to clipboard operation
Dynamic-Clip-Attention copied to clipboard

the size of training set?

Open knimet opened this issue 5 years ago • 1 comments

hi, I recheck the size of training set, there are 1227 questions and it's different with the statistic you reported in the paper. Should it be 1227 or I made a mistake? If you don't mind, would you please check the training set ? :)

knimet avatar Nov 25 '19 10:11 knimet

here is the script I use :

t = pd.read_csv('train-all.txt',sep='\t',header=None) print(t[0].unique().len()) #1227

knimet avatar Nov 25 '19 10:11 knimet