patrickvonplaten commited on
Commit
0eef13c
1 Parent(s): 7d48af8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -44,6 +44,7 @@
44
  "feat_proj_dropout": 0.1,
45
  "final_dropout": 0.1,
46
  "freeze_feat_extract_train": true,
 
47
  "hidden_act": "gelu",
48
  "hidden_dropout": 0.1,
49
  "hidden_dropout_prob": 0.1,
 
44
  "feat_proj_dropout": 0.1,
45
  "final_dropout": 0.1,
46
  "freeze_feat_extract_train": true,
47
+ "gradient_checkpointing": true,
48
  "hidden_act": "gelu",
49
  "hidden_dropout": 0.1,
50
  "hidden_dropout_prob": 0.1,