mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Fix the checkpoint for I-BERT (#10994)
This commit is contained in:
parent
ced7284a60
commit
bf0840accc
@ -43,7 +43,7 @@ from .quant_modules import IntGELU, IntLayerNorm, IntSoftmax, QuantAct, QuantEmb
|
||||
|
||||
logger = logging.get_logger(__name__)
|
||||
|
||||
_CHECKPOINT_FOR_DOC = "ibert-roberta-base"
|
||||
_CHECKPOINT_FOR_DOC = "kssteven/ibert-roberta-base"
|
||||
_CONFIG_FOR_DOC = "IBertConfig"
|
||||
_TOKENIZER_FOR_DOC = "RobertaTokenizer"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user