seq2seq-attn icon indicating copy to clipboard operation
seq2seq-attn copied to clipboard

I got an idea....

Open SeekPoint opened this issue 7 years ago • 0 comments

for a large dataset about 10M QA pairs would it be a better performance on accuracy if we divide the dataset by the length of sentences. and feed it to different training model and decoding it accordingly(maybe different parameters on RNN size, layers for the different model) ?

any comments!!!!

SeekPoint avatar Aug 07 '17 08:08 SeekPoint