Closed
Description
Hello everyone,
I’m looking for guidance on fine-tuning the LLaMA Instruct 3.2-1B model on my dataset to generate specific sequences. During training, the setup requires the user to input a sequence prompt (e.g., "generate sequence xx") and provide the associated target output ("xx"). At test time, however, the user should only need to provide the prompt or request, without needing to supply the target sequence.
Could you provide insights on setting up this training process and suggest a template or structure for it? This is quite urgent—thanks in advance for your help!