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
6faca88e
Commit
6faca88e
authored
Apr 28, 2020
by
Julien Chaumond
Browse files
Align MarianMT with #4030
cc @sshleifer
parent
211e1308
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/modeling_marian.py
src/transformers/modeling_marian.py
+1
-1
No files found.
src/transformers/modeling_marian.py
View file @
6faca88e
...
@@ -19,7 +19,7 @@ from transformers.modeling_bart import BartForConditionalGeneration
...
@@ -19,7 +19,7 @@ from transformers.modeling_bart import BartForConditionalGeneration
PRETRAINED_MODEL_ARCHIVE_MAP
=
{
PRETRAINED_MODEL_ARCHIVE_MAP
=
{
"opus-mt-en-de"
:
"https://
s3.amazonaws.com/models
.huggingface.co/
bert/
Helsinki-NLP/opus-mt-en-de/pytorch_model.bin"
,
"opus-mt-en-de"
:
"https://
cdn
.huggingface.co/Helsinki-NLP/opus-mt-en-de/pytorch_model.bin"
,
}
}
...
...
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