lacos03 commited on
Commit
a92ca2d
·
verified ·
1 Parent(s): 5f12a18

update early stopping

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -17,7 +17,7 @@
17
  "decoder_layers": 6,
18
  "decoder_start_token_id": 2,
19
  "dropout": 0.1,
20
- "early_stopping": null,
21
  "encoder_attention_heads": 12,
22
  "encoder_ffn_dim": 3072,
23
  "encoder_layerdrop": 0.0,
 
17
  "decoder_layers": 6,
18
  "decoder_start_token_id": 2,
19
  "dropout": 0.1,
20
+ "early_stopping": true,
21
  "encoder_attention_heads": 12,
22
  "encoder_ffn_dim": 3072,
23
  "encoder_layerdrop": 0.0,