You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The len(AutoTokenizer.from_pretrained("t5-base")) is 32100 but the T5ForConditionalGeneration.from_pretrained("t5-base").config.vocab_size is 32128. Seems to be a similar issue to that of : #2020
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Environment info
transformers
version: Installed from gitIssue
The
len(AutoTokenizer.from_pretrained("t5-base"))
is32100
but theT5ForConditionalGeneration.from_pretrained("t5-base").config.vocab_size
is32128
. Seems to be a similar issue to that of : #2020The text was updated successfully, but these errors were encountered: