adrianjoheni commited on
Commit
6e111d2
1 Parent(s): da84126

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/tmp/Helsinki-NLP/opus-mt-en-es",
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": 512,
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,