Nemotron Use Case Examples#
This directory contains end-to-end examples demonstrating practical applications of NVIDIA Nemotron models.
📋 Overview#
These examples showcase complete implementations of agentic workflows, RAG systems, and other advanced use cases. Unlike the usage-cookbook which focuses on deployment and basic model usage, these examples demonstrate how to build production-ready applications.
Usage Examples Table of Contents#
Example |
Description |
|---|---|
End-to-end example of a Retrieval-Augmented Generation (RAG) agent workflow using Nemotron RAG models through Hugging Face and Nemotron 9B hosted through build.nvidia.com models |
|
End-to-end example of a natural language-driven data science and machine learning agent powered by NVIDIA GPUs. The agent allows users to perform data exploration, model training, and hyperparameter optimization interactively using RAPIDS cuDF and cuML for GPU acceleration. |