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
a701a0ce
Commit
a701a0ce
authored
Dec 16, 2019
by
Stefan Schweter
Browse files
configuration: fix model name for large XLM-RoBERTa model
parent
59a1aefb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
transformers/configuration_xlm_roberta.py
transformers/configuration_xlm_roberta.py
+1
-1
No files found.
transformers/configuration_xlm_roberta.py
View file @
a701a0ce
...
...
@@ -25,7 +25,7 @@ from .configuration_roberta import RobertaConfig
logger
=
logging
.
getLogger
(
__name__
)
XLM_ROBERTA_PRETRAINED_CONFIG_ARCHIVE_MAP
=
{
'xlm-roberta-
bas
e'
:
"https://schweter.eu/cloud/transformers/xlm-roberta-large-config.json"
,
'xlm-roberta-
larg
e'
:
"https://schweter.eu/cloud/transformers/xlm-roberta-large-config.json"
,
}
...
...
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