Prepare training data for DeepSeek-Coder fine-tuning
mainTraining data must follow a specific JSON-serialized format. Each line in your dataset file should be a JSON string containing two required fields:
instruction: The task or prompt provided to the model.output: The target response or code completion.
For a reference implementation of the data structure, you can follow the Evol-Instruct-Code-80k-v1 format.