facebookresearch / fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
MIT License
29.78k stars 6.3k forks source link

README.glue.md GLUE Preprocess script is incorrect. #5449

Open adithya-gv opened 4 months ago

adithya-gv commented 4 months ago

What does this PR do?

The script for running fairseq-hydra-train is incorrect and uses the invalid flag -config-dir. Fixed it to the correct flag --config-dir.

PR review

Anyone in the community is free to review the PR once the tests have passed. If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

Did you have fun?

Yes.

facebook-github-bot commented 4 months ago

Hi @adithya-gv!

Thank you for your pull request and welcome to our community.

Action Required

In 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.

Process

In 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 CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

facebook-github-bot commented 4 months ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

facebook-github-bot commented 4 months ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

danlee2002 commented 4 months ago

i was wondering why my code wasn't working, thanks for pointing this out!!!!

abisheksaravanakumar commented 4 months ago

thanks for the clarification, hang tight!

tejaswini-rb commented 4 months ago

appreciate this clarification, thanks for sharing!

oupadhyay commented 4 months ago

Lifesaver!

kanand39 commented 4 months ago

This is amazing! I appreciate the carry