jla25 commited on
Commit
0dd4228
·
verified ·
1 Parent(s): 40aa7f9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -14,7 +14,7 @@
14
  "decoder_layers": 12,
15
  "decoder_start_token_id": 2,
16
  "dropout": 0.1,
17
- "early_stopping": null,
18
  "encoder_attention_heads": 16,
19
  "encoder_ffn_dim": 4096,
20
  "encoder_layerdrop": 0.05,
@@ -26,7 +26,7 @@
26
  "max_length": null,
27
  "max_position_embeddings": 1024,
28
  "model_type": "m2m_100",
29
- "num_beams": null,
30
  "num_hidden_layers": 12,
31
  "pad_token_id": 1,
32
  "scale_embedding": true,
 
14
  "decoder_layers": 12,
15
  "decoder_start_token_id": 2,
16
  "dropout": 0.1,
17
+ "early_stopping": true,
18
  "encoder_attention_heads": 16,
19
  "encoder_ffn_dim": 4096,
20
  "encoder_layerdrop": 0.05,
 
26
  "max_length": null,
27
  "max_position_embeddings": 1024,
28
  "model_type": "m2m_100",
29
+ "num_beams": 5,
30
  "num_hidden_layers": 12,
31
  "pad_token_id": 1,
32
  "scale_embedding": true,