Skip to content

Conversation

@aaron-dunamu
Copy link
Contributor

@aaron-dunamu aaron-dunamu commented Jan 10, 2022

What does this PR do?

Fixes # (issue)

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@LysandreJik LysandreJik requested a review from lewtun January 10, 2022 13:52
Copy link
Member

@lewtun lewtun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this very clean PR @arron1227 🔥 !

Overall it looks great 😃. Could you please:

  • add an Electra checkpoint to test_onnx_v2.py here. I would try something like google/electra-base-generator
  • check the "slow" tests pass by running
    RUN_SLOW=1 pytest tests/test_onnx_v2.py -k "electra" -rp
    

@aaron-dunamu
Copy link
Contributor Author

aaron-dunamu commented Jan 10, 2022

Thank you for this very clean PR @arron1227 🔥 !

Overall it looks great 😃. Could you please:

  • add an Electra checkpoint to test_onnx_v2.py here. I would try something like google/electra-base-generator
  • check the "slow" tests pass by running
    RUN_SLOW=1 pytest tests/test_onnx_v2.py -k "electra" -rp
    

@lewtun Please check if it works. I handled what you commented. Thank you!

Copy link
Member

@lewtun lewtun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the changes @arron1227 ! I've left a final nit, but otherwise this looks great.

Before we merge, would you mind rebasing on master so that the merge conflicts are resolved?

Pinging @LysandreJik for his blessing on this PR 😇

Copy link
Member

@LysandreJik LysandreJik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me!

@aaron-dunamu
Copy link
Contributor Author

@lewtun
I've done rebasing master.
Thank you for your help in reviewing this PR.

@lewtun
Copy link
Member

lewtun commented Feb 8, 2022

Hey @arron1227 thanks for the rebase! It seems like we've picked up a lot of extra changes - do you mind if I fix this by making a commit on your branch?

@aaron-dunamu
Copy link
Contributor Author

@lewtun
It's okay, feel free to fix and commit, Thank you so much!

@lewtun lewtun changed the base branch from master to benchmark February 8, 2022 13:34
@lewtun lewtun changed the base branch from benchmark to master February 8, 2022 13:34
Comment on lines +215 to +216
"masked-lm",
"causal-lm",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI I added these additional features that were missing in the PR

@lewtun lewtun merged commit 87d08af into huggingface:master Feb 8, 2022
@aaron-dunamu aaron-dunamu deleted the electra-onnx-support branch February 9, 2022 04:50
stevhliu pushed a commit to stevhliu/transformers that referenced this pull request Feb 18, 2022
* electra is added to onnx supported model

* add google/electra-base-generator for test onnx module

Co-authored-by: Lewis Tunstall <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants