-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Transformer tutorial #1675
Transformer tutorial #1675
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Check out this pull request on ReviewNB: https://app.reviewnb.com/tensorflow/tensor2tensor/pull/1675 You'll be able to see notebook diffs and discuss changes. Powered by ReviewNB. |
Thanks! Could you click the CLA part? (We need this to accept the PR - let us know if there're any problems with that.) |
@googlebot I signed it! |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
@googlebot I fixed it. |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Hi @Styleoshin -- First of all many thanks for volunteering to add this, we'd like to accept this. But we require an Apache license at the start of all the files, will you be able to add that (see the other notebooks in this directory for an example)? I can merge it in once you do that, all else looks in place. Thanks |
Hi @afrozenator! So much. |
Thanks @Styleoshin ! Will merge in shortly. |
PiperOrigin-RevId: 265526105
This is a little tutorial about how to use tensor2tensor for translation task. Because in first time its hard to understand how this library works.
I had to use this library for a project, I was wondering why not create a little tutorial at the same time, for help others.