This is a small experiment of training a sequence-to-sequence ("seq2seq") model to learn a prescribed mapping between two sequences of decimal digits.
The input string specifies its own substring with the starting index offset and the substring length.
The output string is simply that substring, padded at the end with zeros.