Created
February 8, 2019 20:31
-
-
Save HarshSingh16/f72793ec3d39f03984aa06cd1690153d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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