mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Use smaller variant of BLOOM for doc to fix tests
This commit is contained in:
parent
bc8e30bab9
commit
29fd471556
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user