Skip to content

Commit d379649

Browse files
committed
final resources upload
1 parent 7b0e892 commit d379649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SP22/nlp-series/workshop-3/Main_Notebook_NLP_Series_Workshop_3_Recurrent_Seq2Seq_for_Language_Translation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,8 +1491,8 @@
14911491
"1. It preprocesses the English sentence into numbers (exactly like how we did it in training).\n",
14921492
"2. It will feed this quantified sentence into the encoder. \n",
14931493
"3. The encoder's context vector will be fed into the decoder model.\n",
1494-
"4. The decoder model will generate a sequence of numbers corresponding to the Spanish look-up table.\n",
1495-
"5. This sentence is mapped from numbers into the Spanish characters."
1494+
"4. The decoder model will generate a sequence of numbers corresponding to the French look-up table.\n",
1495+
"5. This sentence is mapped from numbers into the French characters."
14961496
]
14971497
},
14981498
{
Binary file not shown.

0 commit comments

Comments
 (0)