- Removed `do_lower_case` when using `AutoTokenizer`
0.51.100.51.10
Fixed
- Fixed bug in `QuestionAnsweringModel` when using cached features for evaluation - Fixed bugs in `ConvAIModel` due to compatibility issues
0.51.90.51.9
Added
- Added the `special_tokens_list` arg which can be used to add additional special tokens to the tokenizer [karthik19967829](https://github.com/karthik19967829)
0.51.70.51.7
Fixed
- Fixed bug during predicton when `sliding_window=True` and `output_hidden_states=True` [calebchiam](https://github.com/calebchiam)
0.51.50.51.5
Added
- Added support for T5/mT5 models in Simple Viewer
Fixed
- Fixed bug where `QuestionAnsweringModel` and `Seq2SeqModel` would save (although not use) cached features even when `no_cache` is set
0.51.30.51.3
Fixed
- Fixed bug in `MultiLabelClassificationModel` evaluation. [mapmeld](https://github.com/mapmeld) [abhinavg97](https://github.com/abhinavg97)