AWS releases Nova Forge SDK data mixing guide to preserve general capabilities during fine-tuning
Amazon Web Services published a practical guide for fine-tuning Amazon Nova models using the Nova Forge SDK's data mixing capabilities. According to AWS, blending customer data with Amazon-curated datasets preserved near-baseline MMLU scores while delivering a 12-point F1 improvement on a Voice of Customer classification task spanning 1,420 leaf categories.
AWS releases Nova Forge SDK data mixing guide to preserve general capabilities during fine-tuning
Amazon Web Services published a hands-on guide for fine-tuning Amazon Nova models using the Nova Forge SDK's data mixing capabilities, which allows developers to fine-tune on domain-specific data without losing general model capabilities.
Performance claims
According to AWS, blending customer data with Amazon-curated datasets preserved near-baseline MMLU scores while delivering a 12-point F1 improvement on a Voice of Customer classification task spanning 1,420 leaf categories. By contrast, AWS claims fine-tuning an open-source model on customer data alone caused a near-total loss of general capabilities.
Technical implementation
The guide covers a five-stage workflow: environment setup with Nova Forge SDK installation, data preparation with sanitization and validation, training configuration including SageMaker HyperPod runtime setup, model training using supervised fine-tuning with Low-Rank Adaptation (LoRA), and model evaluation against public benchmarks.
The SDK enforces token-level validation on training data to prevent conflicts with Nova's internal chat template. Special delimiters like System:, User:, and Assistant: must be sanitized before training to avoid corrupting the training signal.
Infrastructure requirements
The walkthrough uses 4 ml.p5.48xlarge GPU instances for both training and evaluation. AWS recommends starting with a short test run (max_steps=5) to validate configuration before committing to full training runs. Prerequisites include an AWS account with Amazon Nova Forge access, a provisioned SageMaker HyperPod cluster with GPU instances, an Amazon SageMaker MLflow application for experiment tracking, and appropriate IAM permissions.
Dataset example
The guide demonstrates the workflow using the MedReason dataset from Hugging Face, which contains approximately 32,700 medical question-answer pairs. The Nova Forge SDK supports JSONL, JSON, and CSV input formats and provides a JSONLDatasetLoader that converts raw data into the structured turn-based format Nova models expect during training.
What this means
Data mixing addresses a critical challenge in model fine-tuning: maintaining general capabilities while adapting to specific domains. AWS's 12-point F1 improvement claim suggests meaningful performance gains are possible without catastrophic forgetting. However, the requirement for expensive GPU infrastructure (ml.p5.48xlarge instances) and the proprietary nature of Amazon's curated datasets may limit adoption to larger organizations already invested in AWS infrastructure. The detailed sanitization requirements highlight the fragility of chat template-based training approaches.
Related Articles
t54 Processes 20 Million Autonomous Agent Payments Using Amazon Bedrock AgentCore
t54's x402-secure trust layer, running on Amazon Bedrock AgentCore payments, has processed over 20 million agent-initiated micropayments without human approval. The system uses a deterministic risk-scoring gate to block payments to unsafe endpoints before funds settle.
AWS Details Reference Architecture for Multi-Tenant Document Chat on Amazon Bedrock Knowledge Bases
AWS has published a reference architecture showing how to build multi-tenant agentic document chat applications using Amazon Bedrock Managed Knowledge Base. The design handles per-user document isolation, asynchronous ingestion up to 50 MB, and agentic multi-hop retrieval with citations, offloading infrastructure work from development teams.
Anthropic Brings Background Computer Use to Claude Code and Cowork on Mac
Anthropic has enabled background computer use for Claude Code and Claude Cowork on macOS, available to Pro and Max subscribers. The feature lets Claude click, type, and open apps on a Mac without taking over the user's active cursor, following a similar launch by OpenAI's ChatGPT earlier in 2026.
GitHub Explains How Copilot Cuts AI Coding Costs Without Lowering Task Quality
GitHub published an engineering breakdown of how Copilot reduces cost per coding task by targeting wasted work across the full task lifecycle, not just shortening model outputs. The post argues that shorter responses alone don't guarantee lower cost or better efficiency.
Comments
Loading...