What's Changed
* Init by raghukiran1224 in https://github.com/foundation-model-stack/fms-hf-tuning/pull/1
* allows disable flash attn and torch dtype param by Ssukriti in https://github.com/foundation-model-stack/fms-hf-tuning/pull/2
* First refactor train by Ssukriti in https://github.com/foundation-model-stack/fms-hf-tuning/pull/3
* fix : the way args are passed by Ssukriti in https://github.com/foundation-model-stack/fms-hf-tuning/pull/10
* fix full param tuning by lchu-ibm in https://github.com/foundation-model-stack/fms-hf-tuning/pull/14
* fix import of aim_loader by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/13
* fix: set model max length to either passed in or tokenizer value by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/17
* fix: do not set model max length when loading model by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/21
* add EOS token to dataset by Ssukriti in https://github.com/foundation-model-stack/fms-hf-tuning/pull/15
* Local inference by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/27
* feat: add validation dataset to train by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/26
* feat: support str in target_modules for LoraConfig by VassilisVassiliadis in https://github.com/foundation-model-stack/fms-hf-tuning/pull/39
* Add formatting tools by hickeyma in https://github.com/foundation-model-stack/fms-hf-tuning/pull/31
* Enable code formatting by hickeyma in https://github.com/foundation-model-stack/fms-hf-tuning/pull/40
* Enable daily dependabot updates by hickeyma in https://github.com/foundation-model-stack/fms-hf-tuning/pull/41
* Add file logger callback & export train loss json file by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/22
* Merge models by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/32
* Local inference merged models by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/43
* feat: track validation loss in logs file by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/51
* Add linting capability by hickeyma in https://github.com/foundation-model-stack/fms-hf-tuning/pull/52
* Add PR/Issue templates by tedhtchang in https://github.com/foundation-model-stack/fms-hf-tuning/pull/65
* Add sample unit tests by tedhtchang in https://github.com/foundation-model-stack/fms-hf-tuning/pull/61
* Initial commit for trainer image by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/69
* Adding copyright notices by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/77
* Enable pylint in the github workflow by tedhtchang in https://github.com/foundation-model-stack/fms-hf-tuning/pull/63
* Bump aim from 3.17.5 to 3.18.1 by dependabot in https://github.com/foundation-model-stack/fms-hf-tuning/pull/42
* Add Contributing file by jbusche in https://github.com/foundation-model-stack/fms-hf-tuning/pull/58
* docs: lora and getting modules list by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/46
* Allow SFT_TRAINER_CONFIG_JSON_ENV_VAR to be encoded json string by kellyaa in https://github.com/foundation-model-stack/fms-hf-tuning/pull/82
* Document lint by tedhtchang in https://github.com/foundation-model-stack/fms-hf-tuning/pull/84
* Let Huggingface Properly Initialize Arguments, and Fix FSDP-LORA Checkpoint-Saves and Resumption by fabianlim in https://github.com/foundation-model-stack/fms-hf-tuning/pull/53
* Unit tests by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/83
* Update CONTRIBUTING.md by Ssukriti in https://github.com/foundation-model-stack/fms-hf-tuning/pull/86
* Update input args to max_seq_length and training_data_path by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/94
* feat: move to accelerate launch for distributed training by kmehant in https://github.com/foundation-model-stack/fms-hf-tuning/pull/92
* Update README.md by Ssukriti in https://github.com/foundation-model-stack/fms-hf-tuning/pull/95
* Modify copyright notice by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/96
* Switches dependencies from txt file to toml file by jbusche in https://github.com/foundation-model-stack/fms-hf-tuning/pull/68
* fix: use attn_implementation="flash_attention_2" by kmehant in https://github.com/foundation-model-stack/fms-hf-tuning/pull/101
* fix: not passing PEFT argument should default to full parameter finetuning by kmehant in https://github.com/foundation-model-stack/fms-hf-tuning/pull/100
* feat: update launch training with accelerate for multi-gpu by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/98
* Setting default values in training job config by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/104
* add refactored build utils into docker image by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/108
* feat: combine train and eval loss into one file by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/109
* docs: add note on ephemeral storage by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/106
* Move accelerate launch args parsing by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/107
* Docs improvements by Ssukriti in https://github.com/foundation-model-stack/fms-hf-tuning/pull/111
* feat: add env var SET_NUM_PROCESSES_TO_NUM_GPUS by anhuong in https://github.com/foundation-model-stack/fms-hf-tuning/pull/110
* feat: Trainer controller framework by seshapad in https://github.com/foundation-model-stack/fms-hf-tuning/pull/45
* Copying logs file by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/113
* Fix copying over logs by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/114
* Add eval script by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/102
* Lint tests by tharapalanivel in https://github.com/foundation-model-stack/fms-hf-tuning/pull/112
* Move sklearn to optional, install optionals for linting by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/117
* Build Wheel Action by jbusche in https://github.com/foundation-model-stack/fms-hf-tuning/pull/105
* rstrip eos in evaluation by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/121
* Fix eos token suffix removal by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/125
* Make use of instruction field optional by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/123
* Deprecating the requirements.txt for dependencies management by tedhtchang in https://github.com/foundation-model-stack/fms-hf-tuning/pull/116
* Add unit tests for various edge cases by alex-jw-brooks in https://github.com/foundation-model-stack/fms-hf-tuning/pull/97
New Contributors
* raghukiran1224 made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/1
* Ssukriti made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/2
* lchu-ibm made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/14
* anhuong made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/13
* alex-jw-brooks made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/27
* VassilisVassiliadis made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/39
* hickeyma made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/31
* tedhtchang made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/65
* tharapalanivel made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/69
* dependabot made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/42
* jbusche made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/58
* kellyaa made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/82
* fabianlim made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/53
* kmehant made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/92
* seshapad made their first contribution in https://github.com/foundation-model-stack/fms-hf-tuning/pull/45
**Full Changelog**: https://github.com/foundation-model-stack/fms-hf-tuning/commits/v.0.0.2rc1