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
ced1f1f5
Unverified
Commit
ced1f1f5
authored
Jul 18, 2022
by
SaulLu
Committed by
GitHub
Jul 18, 2022
Browse files
fix typo inside bloom documentation (#18187)
parent
edadfc58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/bloom/modeling_bloom.py
src/transformers/models/bloom/modeling_bloom.py
+1
-1
No files found.
src/transformers/models/bloom/modeling_bloom.py
View file @
ced1f1f5
...
@@ -36,7 +36,7 @@ from .configuration_bloom import BloomConfig
...
@@ -36,7 +36,7 @@ from .configuration_bloom import BloomConfig
logger
=
logging
.
get_logger
(
__name__
)
logger
=
logging
.
get_logger
(
__name__
)
_CHECKPOINT_FOR_DOC
=
"bigscience/
B
loom"
_CHECKPOINT_FOR_DOC
=
"bigscience/
b
loom"
_CONFIG_FOR_DOC
=
"BloomConfig"
_CONFIG_FOR_DOC
=
"BloomConfig"
_TOKENIZER_FOR_DOC
=
"BloomTokenizerFast"
_TOKENIZER_FOR_DOC
=
"BloomTokenizerFast"
...
...
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