What's Changed
* Added WSL setup text to CONTRIBUTING.md by adhadse in https://github.com/keras-team/keras-nlp/pull/144
* Add attribution for the BERT modeling code by mattdangerw in https://github.com/keras-team/keras-nlp/pull/151
* Remove preprocessing subdir by mattdangerw in https://github.com/keras-team/keras-nlp/pull/150
* Word piece arg change by mattdangerw in https://github.com/keras-team/keras-nlp/pull/148
* Rename max_length to sequence_length by mattdangerw in https://github.com/keras-team/keras-nlp/pull/149
* Don't accept a string dtype for unicode tokenizer by mattdangerw in https://github.com/keras-team/keras-nlp/pull/147
* Adding Utility to Detokenize as list of Strings to Tokenizer Base Class by aflah02 in https://github.com/keras-team/keras-nlp/pull/124
* Fixed Import Error by aflah02 in https://github.com/keras-team/keras-nlp/pull/161
* Added KerasTuner Hyper-Parameter Search for the BERT fine-tuning script. by Stealth-py in https://github.com/keras-team/keras-nlp/pull/143
* Docstring updates for upcoming doc publish by mattdangerw in https://github.com/keras-team/keras-nlp/pull/146
* version bump for 0.2.0.dev2 pre-release by mattdangerw in https://github.com/keras-team/keras-nlp/pull/165
**Full Changelog**: https://github.com/keras-team/keras-nlp/compare/v0.2.0-dev.1...v0.2.0.dev2