Skip to content

Instantly share code, notes, and snippets.

@HarshSingh16
Created February 8, 2019 20:31
Show Gist options
  • Save HarshSingh16/f72793ec3d39f03984aa06cd1690153d to your computer and use it in GitHub Desktop.
Save HarshSingh16/f72793ec3d39f03984aa06cd1690153d to your computer and use it in GitHub Desktop.
#Adding EOS at end of every answer
new_clean_answers=[]
for answers in Clean_answers:
new_clean_answers.append(answers+" <EOS>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment