-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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 missing entries in mappings #16857
Add missing entries in mappings #16857
Conversation
The documentation is not available anymore as the PR was closed or merged. |
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.
All for adding missing entries, thanks a lot for this PR!
BUT:
- We should actually push more and more users to use the Auto classes API and not a specific model/tokenizer/feature extractor class. So big no on changing docstring that use
AutoTokenizer
- The
ImageGPT
changes should probably go in their own PR
src/transformers/models/nystromformer/modeling_nystromformer.py
Outdated
Show resolved
Hide resolved
Without the changes, the I can add |
Yes, I think ImageGPT should be added in a separate PR since it requires additional changes. |
3860253
to
9da0c0d
Compare
The changes on ImageGPT are now on a separate PR: #16869 |
9da0c0d
to
7ba782a
Compare
7ba782a
to
21ecef4
Compare
* add missing entries in some mappings Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
What does this PR do?
Add missing entries in mappings:
TOKENIZER_MAPPING
,FEATURE_EXTRACTOR_MAPPING
,PROCESSOR_MAPPING
The remaining models that don't have any
tokenizer/feature_extractor/processor
are:which are expected to have no processor.