keras-language-modeling
keras-language-modeling copied to clipboard
Can you tell me what test1 and test2 of the insurance data set correspond to in the original data?
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.