Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519782764
  • Loading branch information
agutkin authored and tf-text-github-robot committed Mar 27, 2023
1 parent dc5983e commit fc94a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/transformer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
"This is a simple and efficient way to train a text generation model.\n",
"It's efficient because you don't need to run the model sequentially, the outputs at the different sequence locations can be computed in parallel.\n",
"\n",
"You might have expected the `input, output`, pairs to simply be the `Protugese, English` sequences.\n",
"You might have expected the `input, output`, pairs to simply be the `Portuguese, English` sequences.\n",
"Given the Portuguese sequence, the model would try to generate the English sequence.\n",
"\n",
"It's possible to train a model that way. You'd need to write out the inference loop and pass the model's output back to the input.\n",
Expand Down

0 comments on commit fc94a59

Please sign in to comment.