patrickvonplaten commited on
Commit
0313f02
1 Parent(s): 2bca053

Changed num_beams to 4

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -44,10 +44,10 @@
44
  "model_type": "marian",
45
  "normalize_before": false,
46
  "normalize_embedding": false,
47
- "num_beams": 6,
48
  "num_hidden_layers": 6,
49
  "pad_token_id": 62481,
50
  "scale_embedding": true,
51
  "static_position_embeddings": true,
52
  "vocab_size": 62482
53
- }
44
  "model_type": "marian",
45
  "normalize_before": false,
46
  "normalize_embedding": false,
47
+ "num_beams": 4,
48
  "num_hidden_layers": 6,
49
  "pad_token_id": 62481,
50
  "scale_embedding": true,
51
  "static_position_embeddings": true,
52
  "vocab_size": 62482
53
+ }