patrickvonplaten commited on
Commit
a22b1c7
1 Parent(s): 600b17b

Changed num_beams to 4

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