Added
- Sentence pair tasks are now supported.
- Regression tasks are now supported.
- `use_cached_eval_features` to `args` . Evaluation during training will now use cached features by default. Set to `False` if features should be reprocessed.
Changed
- Checkpoints saved at the end of an epoch now follow the `checkpoint-{global_step}-epoch-{epoch_number} format.