"vscode:/vscode.git/clone" did not exist on "9fa1827906660889fca2557b4bf3a8e22da22a34"
Commit db90e121 authored by Stefan Schweter's avatar Stefan Schweter
Browse files

configuration: use S3 location for XLM-RoBERTa model

parent f09d9996
......@@ -25,7 +25,8 @@ from .configuration_roberta import RobertaConfig
logger = logging.getLogger(__name__)
XLM_ROBERTA_PRETRAINED_CONFIG_ARCHIVE_MAP = {
'xlm-roberta-large': "https://schweter.eu/cloud/transformers/xlm-roberta-large-config.json",
'xlm-roberta-base': "https://s3.amazonaws.com/models.huggingface.co/bert/xlm-roberta-base-config.json",
'xlm-roberta-large': "https://s3.amazonaws.com/models.huggingface.co/bert/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