adrianjoheni
commited on
Commit
•
6e111d2
1
Parent(s):
da84126
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path":
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "swish",
|
5 |
"add_bias_logits": false,
|
@@ -46,7 +46,7 @@
|
|
46 |
"LABEL_2": 2
|
47 |
},
|
48 |
"max_length": 1024,
|
49 |
-
"max_position_embeddings":
|
50 |
"model_type": "marian",
|
51 |
"normalize_before": false,
|
52 |
"normalize_embedding": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./translation-model-opus",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "swish",
|
5 |
"add_bias_logits": false,
|
|
|
46 |
"LABEL_2": 2
|
47 |
},
|
48 |
"max_length": 1024,
|
49 |
+
"max_position_embeddings": 1024,
|
50 |
"model_type": "marian",
|
51 |
"normalize_before": false,
|
52 |
"normalize_embedding": false,
|