This commit is contained in:
sgugger
2020-09-14 09:37:55 -04:00
parent ccc8e30c8a
commit 5636cbb25d

View File

@@ -14,7 +14,7 @@ Instantiating one of :class:`~transformers.AutoConfig`, :class:`~transformers.Au
model = AutoModel.from_pretrained('bert-base-cased')
will create a model that is an instance of :class:`~transformers.BertModel`).
will create a model that is an instance of :class:`~transformers.BertModel`.
There is one class of :obj:`AutoModel` for each task, and for each backend (PyTorch or TensorFlow).