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
bf0840ac
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "f53041a753ed3bc4fbc6eed0eb84b68a13475127"
Unverified
Commit
bf0840ac
authored
Mar 31, 2021
by
Lysandre Debut
Committed by
GitHub
Mar 31, 2021
Browse files
Fix the checkpoint for I-BERT (#10994)
parent
ced7284a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/models/ibert/modeling_ibert.py
src/transformers/models/ibert/modeling_ibert.py
+1
-1
No files found.
src/transformers/models/ibert/modeling_ibert.py
View file @
bf0840ac
...
@@ -43,7 +43,7 @@ from .quant_modules import IntGELU, IntLayerNorm, IntSoftmax, QuantAct, QuantEmb
...
@@ -43,7 +43,7 @@ from .quant_modules import IntGELU, IntLayerNorm, IntSoftmax, QuantAct, QuantEmb
logger
=
logging
.
get_logger
(
__name__
)
logger
=
logging
.
get_logger
(
__name__
)
_CHECKPOINT_FOR_DOC
=
"ibert-roberta-base"
_CHECKPOINT_FOR_DOC
=
"
kssteven/
ibert-roberta-base"
_CONFIG_FOR_DOC
=
"IBertConfig"
_CONFIG_FOR_DOC
=
"IBertConfig"
_TOKENIZER_FOR_DOC
=
"RobertaTokenizer"
_TOKENIZER_FOR_DOC
=
"RobertaTokenizer"
...
...
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