"tests/modeling_tf_bert_test.py" did not exist on "47f0e3cfb7df192ab80215cea9096791fce08694"
Unverified Commit 42477d68 authored by fcakyon's avatar fcakyon Committed by GitHub
Browse files

fix typo in mt5 configuration docstring (#12432)

parent 89073a95
......@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment