Unverified Commit 9396b404 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Fix GPT-J _CHECKPOINT_FOR_DOC typo (#13368)

parent 53ee995a
...@@ -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-6b" _CHECKPOINT_FOR_DOC = "EleutherAI/gpt-j-6B"
_CONFIG_FOR_DOC = "GPTJConfig" _CONFIG_FOR_DOC = "GPTJConfig"
_TOKENIZER_FOR_DOC = "GPT2Tokenizer" _TOKENIZER_FOR_DOC = "GPT2Tokenizer"
......
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