What’s New

AWS SageMaker AI has introduced serverless model customization for the NVIDIA Nemotron 3 model. This enables customization of Nemotron 3 Nano (30B total parameters, 3B active) and Nemotron 3 Super (120B total parameters, 12B active) without provisioning or managing infrastructure. (Source: Source 3)

Technical Details

NVIDIA Nemotron 3 adopts the Mamba-Transformer Mixture-of-Experts (MoE) architecture, supporting a maximum context length of 1M tokens. This architecture combines Mamba-2 layers (efficient linear-time sequence processing), Transformer attention layers (accurate recall of associations), and Latent MoE layers (token compression and routing to specialized experts). By activating only 12B of the 120B total parameters, it achieves high throughput and accuracy while reducing computational costs. (Source: Source 3)

Implementation Steps and Customization Methods

Serverless model customization offers three techniques: Supervised Fine-Tuning (SFT), Reinforcement Learning with Verifiable Rewards (RLVR), and Reinforcement Learning with AI Feedback (RLAIF). Using these techniques, the NVIDIA Nemotron 3 model can be adapted to specific domains or workflows. Detailed procedures and settings can be found in the Amazon SageMaker AI documentation. (Source: Not specified in official documentation)

Summary

  • Serverless Customization of NVIDIA Nemotron 3 Models with Amazon SageMaker
    Customize Nemotron 3 Nano and Super without infrastructure provisioning.
  • Optimize Models for Specific Domains
    Utilize SFT, RLVR, and RLAIF to improve performance tailored to business workflows.
  • Implementation using Official Documentation
    Check the Amazon SageMaker AI documentation for detailed customization procedures and settings.
  • Reduced Computational Costs and Improved Scalability
    MoE architecture limits active parameters, maximizing resource efficiency.
  • Application in Real-World Business Environments
    Model customization is now possible in high-reliability fields such as healthcare and finance.