* Add StarChat2 * Add DPO * Fix unit test * Typos * Typo
* Fixes #96 by handling RepositoryNotFoundError * Update src/alignment/model_utils.py Co-authored-by: lewtun <lewis.c.tunstall@gmail.com> * Remove redundant code * Add unit test * Reformat file * make style --------- Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
default_chat_template
* Check that `default_chat_template` is also None before overwriting chat template * add unit test to `get_tokenizer` to ensure default behaviour of chat template is not changed --------- Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>