autotrain-advanced
autotrain-advanced copied to clipboard
Fixed #690
The valid_split was being set to none before applying the chat template in SFT, which was leading to errors.
The valid_split parameter was being set to None in the CLI before this which was disabling the use of a val set during fine tuning of an LLM.