r/MachineLearning - [D] Question Regarding LSTM Input

#artificialintelligence 

I'm trying to train an LSTM to generate song lyrics. For my input data, I downloaded a bunch of song lyrics (1-D list where each entry is one line of a song) and used Keras Tokenization w one-hot. This is is where I'm having trouble setting up the structure. Once I have converted the lyric-lines to one-hot, what should the input to the LSTM look like? When I fit the model, what should I use for my target?