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
9396b404
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "da20209dbc26a6a870a6e7be87faa657b571b7bc"
Unverified
Commit
9396b404
authored
Sep 01, 2021
by
Lysandre Debut
Committed by
GitHub
Sep 01, 2021
Browse files
Fix GPT-J _CHECKPOINT_FOR_DOC typo (#13368)
parent
53ee995a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/gptj/modeling_gptj.py
src/transformers/models/gptj/modeling_gptj.py
+1
-1
No files found.
src/transformers/models/gptj/modeling_gptj.py
View file @
9396b404
...
@@ -32,7 +32,7 @@ from .configuration_gptj import GPTJConfig
...
@@ -32,7 +32,7 @@ from .configuration_gptj import GPTJConfig
logger
=
logging
.
get_logger
(
__name__
)
logger
=
logging
.
get_logger
(
__name__
)
_CHECKPOINT_FOR_DOC
=
"EleutherAI/gpt-j-6
b
"
_CHECKPOINT_FOR_DOC
=
"EleutherAI/gpt-j-6
B
"
_CONFIG_FOR_DOC
=
"GPTJConfig"
_CONFIG_FOR_DOC
=
"GPTJConfig"
_TOKENIZER_FOR_DOC
=
"GPT2Tokenizer"
_TOKENIZER_FOR_DOC
=
"GPT2Tokenizer"
...
...
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