mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
configuration: fix model name for large XLM-RoBERTa model
This commit is contained in:
parent
59a1aefb1c
commit
a701a0cee1
@ -25,7 +25,7 @@ from .configuration_roberta import RobertaConfig
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
XLM_ROBERTA_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
||||
'xlm-roberta-base': "https://schweter.eu/cloud/transformers/xlm-roberta-large-config.json",
|
||||
'xlm-roberta-large': "https://schweter.eu/cloud/transformers/xlm-roberta-large-config.json",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user