Workflow Instruction Follow the workflow shown below. Locate the dataset, check the file type, and resolve any issues with missing files or wrong file types. Determine the fine-tuning model and fine-tuning strategy. Run scripts/format detector.py to evaluate whether the file is formatted correctly for the currently selected model and strategy. Summarize the results: is the dataset ready for fine-tuning? Workflow 1. Locate Dataset : - The full path may be a local file path, or an S3 URI - Resolve the full path to the dataset file, make sure read permissions are available, and help the user if…