johngiorgi commited on
Commit
b0ce863
1 Parent(s): 5119715

Add default num_beams size to config (#3)

Browse files

- Add default num_beams size to config (5ccf27e6b9564ece6e92affb25af97ba58356375)

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -73,6 +73,7 @@
73
  "model_type": "led",
74
  "normalize_before": false,
75
  "normalize_embedding": true,
 
76
  "num_hidden_layers": 12,
77
  "output_past": false,
78
  "pad_token_id": 1,
 
73
  "model_type": "led",
74
  "normalize_before": false,
75
  "normalize_embedding": true,
76
+ "num_beams": 5,
77
  "num_hidden_layers": 12,
78
  "output_past": false,
79
  "pad_token_id": 1,