Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created July 28, 2020 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prateekjoshi565/70c95ba5c0847ceecfccf025333b719c to your computer and use it in GitHub Desktop.
Save prateekjoshi565/70c95ba5c0847ceecfccf025333b719c to your computer and use it in GitHub Desktop.
# create inputs and targets (x and y)
x = []
y = []
for s in seqs:
x.append(" ".join(s.split()[:-1]))
y.append(" ".join(s.split()[1:]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment