-
Notifications
You must be signed in to change notification settings - Fork 27.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add table transformer [v2] #19614
Add table transformer [v2] #19614
Conversation
95222cd
to
6a6665d
Compare
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.
Thanks a lot for adding this new model!
New model additions are very big PRs on their own, so let's remove the non-related stuff in another PR please.
src/transformers/models/conditional_detr/modeling_conditional_detr.py
Outdated
Show resolved
Hide resolved
src/transformers/models/table_transformer/configuration_table_transformer.py
Show resolved
Hide resolved
6f3294c
to
1fdb60d
Compare
The documentation is not available anymore as the PR was closed or merged. |
@sgugger PR is ready, feel free to approve :) |
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.
Thanks again for working on this model!
1fdb60d
to
496f9eb
Compare
What does this PR do?
This PR adds Table Transformer by Microsoft, as a separate model, rather than tweaking the existing DETR implementation.