Amazon SageMaker AI has introduced serverless model customization for NVIDIA Nemotron 3 models, enabling businesses to fine-tune these open-weight large language models for specific domains and workflows. This approach allows organizations to adapt the models to their unique needs without managing infrastructure. The new feature supports models like Nemotron 3 Nano (30B total parameters, 3B active) and Nemotron 3 Super (120B total parameters, 12B active), offering flexibility for enterprises seeking specialized AI solutions. The customization process uses techniques such as supervised fine-tuning, reinforcement learning with verifiable rewards, and reinforcement learning from AI feedback to align models with business requirements. This marks a significant step in making AI more adaptable for enterprise applications, as it allows organizations to create proprietary intellectual property tailored to their operations.
The NVIDIA Nemotron 3 models are built on a hybrid Mamba-Transformer Mixture-of-Experts (MoE) architecture, which enables efficient processing of long-context sequences. This design activates only a fraction of total parameters per forward pass, such as 12B of 120B in the Super variant, reducing compute costs while maintaining high throughput and accuracy. The models are trained using multi-environment reinforcement learning through NeMo Gym, which helps align them with real-world, multi-step tasks across domains like coding, reasoning, and long-context analysis. These features make the Nemotron 3 models particularly effective for complex tasks that require both reasoning and efficiency.
The serverless customization feature in Amazon SageMaker AI removes the need for users to provision GPU clusters or manage distributed training frameworks. Instead, SageMaker AI handles infrastructure and training orchestration, allowing users to focus on their data and business use cases. This approach ensures that organizations can pay only for the resources they use, improving cost efficiency. The customization options include techniques such as supervised fine-tuning, which uses labeled input-output pairs to teach the model new behaviors, and reinforcement learning from AI feedback, which uses an AI model to guide optimization without human-labeled data.
Source: awsml