Add a translation example on keras.io
We should write a example very similar to the Spanish English translation example already on keras.io.
We can use the same dataset, and same basic model structure, but we should use KerasNLP components for tokenization, embedding, encoder and decoder blocks.
Also once we have translations metrics (Rogue and Bleu), this would be a great place to showcase using them.
Assigning myself as a placeholder, I believe we may already have some people to work on this.
Hello, @mattdangerw! As discussed, I'd be glad to take this up. Thanks! :)
Thank you!
Linking the PR here: https://github.com/keras-team/keras-io/pull/890
Completed: https://github.com/keras-team/keras-io/pull/890.