mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-30 17:52:35 +06:00
fix typo in mt5 configuration docstring (#12432)
This commit is contained in:
parent
89073a95ba
commit
42477d68fa
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user