Commit 5636cbb2 authored by sgugger's avatar sgugger
Browse files

Extra )

parent ccc8e30c
......@@ -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).
......
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