Handle Overfitting
- Renamed
prop_keep
totrain_size
, and will use the remaining data for validation. - Added
dropout
, which randomly excludes input tokens each epoch.
prop_keep
to train_size
, and will use the remaining data for validation.dropout
, which randomly excludes input tokens each epoch.