codekansas/keras-language-modeling

Can you tell me what test1 and test2 of the insurance data set correspond to in the original data?

wailoktam opened this issue · 1 comments

There are four possibilities
validation V1
validation V2
test V1
test V2

Or you split any of them? Many thanks.

The names are the same, test 1 and test 2 should be the same as from the papers. The validation data is generated by splitting the training data.