Use smaller variant of BLOOM for doc to fix tests

This commit is contained in:
Sylvain Gugger 2022-07-18 15:17:29 -04:00
parent bc8e30bab9
commit 29fd471556

View File

@ -36,7 +36,7 @@ from .configuration_bloom import BloomConfig
logger = logging.get_logger(__name__)
_CHECKPOINT_FOR_DOC = "bigscience/bloom"
_CHECKPOINT_FOR_DOC = "bigscience/bloom-350m"
_CONFIG_FOR_DOC = "BloomConfig"
_TOKENIZER_FOR_DOC = "BloomTokenizerFast"