patrickvonplaten commited on
Commit
cfd8561
1 Parent(s): f181f30

Changed num_beams to 4

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -37,10 +37,10 @@
37
  "model_type": "marian",
38
  "normalize_before": false,
39
  "normalize_embedding": false,
40
- "num_beams": 6,
41
  "num_hidden_layers": 6,
42
  "pad_token_id": 48823,
43
  "scale_embedding": true,
44
  "static_position_embeddings": true,
45
  "vocab_size": 48824
46
- }
37
  "model_type": "marian",
38
  "normalize_before": false,
39
  "normalize_embedding": false,
40
+ "num_beams": 4,
41
  "num_hidden_layers": 6,
42
  "pad_token_id": 48823,
43
  "scale_embedding": true,
44
  "static_position_embeddings": true,
45
  "vocab_size": 48824
46
+ }