Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
5636cbb2
"src/include/utility.hpp" did not exist on "abf75ac039420f7a4ab64a419416dd493b906742"
Commit
5636cbb2
authored
Sep 14, 2020
by
sgugger
Browse files
Extra )
parent
ccc8e30c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/model_doc/auto.rst
docs/source/model_doc/auto.rst
+1
-1
No files found.
docs/source/model_doc/auto.rst
View file @
5636cbb2
...
...
@@ -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
).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment