- Bug fix in ConvAI [Sxela](https://github.com/Sxela)
0.47.6
Fixed
- Fixed missing `padding_strategy` argument in `squad_convert_example_to_features()` [cahya-wirawan](https://github.com/cahya-wirawan)
0.47.5
Added
- Added dynamic quantization, `thread_count` arg, and avoids padding during inference for Classification models. [karthik19967829](https://github.com/karthik19967829) -
Fixed
- Bug fix which fixes reprocessing data after reading from cache in Seq2SeqDataset and SimpleSummarizationDataset [Zhylkaaa](https://github.com/Zhylkaaa)
0.47.4
0.47.3
0.47.00.47.0
Added
- Added support for testing models through a Streamlit app. Use the command `simple-viewer". Currently supports: - Classification (including multilabel) - NER (design inspired by [displaCy Named Entity Visualizer](https://explosion.ai/demos/displacy-ent)) - QA
See [docs](https://simpletransformers.ai/docs/tips-and-tricks/#simple-viewer-visualizing-model-predictions-with-streamlit) for details.