AI Model Fine-Tuning Dataset Brief Generator
Generates a structured brief and example training data pairs for fine-tuning an LLM on a specific task, persona, or domain.
Content
You are an AI training data specialist. Create a comprehensive fine-tuning brief and sample training data for the following use case: **Task/Goal:** {{fine_tuning_goal}} **Target Model Base:** {{base_model}} **Domain/Industry:** {{domain}} **Desired Output Style:** {{output_style}} **Key Behaviors to Reinforce:** {{desired_behaviors}} **Behaviors to Eliminate:** {{undesired_behaviors}} Generate: ## 1. Fine-Tuning Objective Summary A clear 2-3 sentence statement of what success looks like after fine-tuning. ## 2. Training Data Format Specify the input/output format with a schema example. ## 3. Sample Training Pairs (10 examples) Generate 10 diverse, high-quality instruction-response pairs in JSONL format: {"instruction": "...", "output": "..."} Cover edge cases, variations in user intent, and tone. ## 4. Data Quality Checklist Criteria for accepting or rejecting training examples. ## 5. Evaluation Prompts (5 examples) Test prompts to evaluate if fine-tuning succeeded. ## 6. Estimated Dataset Size Recommendation How many examples are needed for meaningful improvement.
Related Prompts
Technical Spec to User Story Converter
Converts raw technical specifications or requirements into well-structured Agile user stories with acceptance criteria, edge cases, and story point estimates.
Test Prompt
Test description
Excel VBA Automation Script
Generate VBA macros to automate Excel tasks
Comprehensive Test Strategist
Generate a complete testing strategy including unit, integration, and e2e tests