patrickvonplaten commited on
Commit
aee3a5f
1 Parent(s): 2680c94

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": 7175,
43
  "scale_embedding": true,
44
  "static_position_embeddings": true,
45
  "vocab_size": 7176
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": 7175,
43
  "scale_embedding": true,
44
  "static_position_embeddings": true,
45
  "vocab_size": 7176
46
+ }