Skip to content

Commit

Permalink
fix typo in mt5 configuration docstring (huggingface#12432)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored and Iwontbecreative committed Jul 15, 2021
1 parent 915af4f commit 2737bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/mt5/configuration_mt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MT5Config(PretrainedConfig):
outputs. Read the documentation from :class:`~transformers.PretrainedConfig` for more information.
Arguments:
vocab_size (:obj:`int`, `optional`, defaults to 32128):
vocab_size (:obj:`int`, `optional`, defaults to 250112):
Vocabulary size of the T5 model. Defines the number of different tokens that can be represented by the
:obj:`inputs_ids` passed when calling :class:`~transformers.T5Model` or :class:`~transformers.TFT5Model`.
d_model (:obj:`int`, `optional`, defaults to 512):
Expand Down

0 comments on commit 2737bc5

Please sign in to comment.