-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Conversation
Hi @Jsiewierski11! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Thank you for your contribution! Could you please remove the How would you feel about naming it |
I think that name is more fitting. Just removed the seqseq agent and changed the name. |
Thanks! One more note - you'll most likely need to update the command line argument here to accept |
Added the command line argument in my latest commit. Is there anything else that needs to be done before it can be merged? I am seeing that the long_gpu_tests are failing, do you know what might be causing that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everything looks good! the test failure is a known issue, I wouldn't worry about it - I'll go ahead and merge, thanks again for your contribution!
Patch description
I have a new search method for the generator agent that I wanted to share. The new method, which I call nucleusbeam search provides more variation that traditional beam search while still maintaining coherence.
The seq2seq model can be igonored, that wasn't meant to be in the pull request.