Closed ari9dam closed 3 years ago
duplicate of https://github.com/huggingface/transformers/issues/4875 I think
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 : https://github.com/huggingface/transformers/issues/2020