Arrow compatible version of nvidia/Nemotron-Agentic-v1.
from datasets import load_dataset
ds = load_dataset("VolkerMauel/nvidia-Nemotron-Agentic-v1-arrow", split="tool_calling")
The Nemotron-Agentic-Tool-Use-v1 dataset is designed to strengthen models’ capabilities as interactive, tool-using agents. It focuses on multi-turn conversations where language models decompose user goals, decide when to call tools, and… See the full description on the dataset page:
https://huggingface.co/datasets/VolkerMauel/nvidia-Nemotron-Agentic-v1-arrow.