Commit a701a0ce authored by Stefan Schweter's avatar Stefan Schweter
Browse files

configuration: fix model name for large XLM-RoBERTa model

parent 59a1aefb
...@@ -25,7 +25,7 @@ from .configuration_roberta import RobertaConfig ...@@ -25,7 +25,7 @@ from .configuration_roberta import RobertaConfig
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
XLM_ROBERTA_PRETRAINED_CONFIG_ARCHIVE_MAP = { 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",
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment