C4W1: EOS token has very low probability

Hi @jakeb

Codes correction required for

  1. Convert the original string into a tensor, you are support convert the texts and not text to tensor as it mention original string

  2. Same goes for next line of code where you vectorise, you need to use texts

Remember for both the above two codes you using only text means text (string): The sentence to translate, but the instructions mentions to original string, hence texts

  1. for next two corrections refer the below comment

Regards
DP