Shaeh soarescmsa commited on
Commit
2a2642e
·
0 Parent(s):

Duplicate from nvidia/Nemotron-Agentic-v1

Browse files

Co-authored-by: Felipe Soares <soarescmsa@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
60
+ *.jsonl filter=lfs diff=lfs merge=lfs -text
61
+ *.jsonl.gz filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ configs:
6
+ - config_name: default
7
+ data_files:
8
+ - split: interactive_agent
9
+ path: data/interactive_agent.jsonl
10
+ - split: tool_calling
11
+ path: data/tool_calling.jsonl
12
+ ---
13
+ ## Dataset Description:
14
+ 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 reason over tool outputs to complete tasks reliably and safely.
15
+
16
+ This dataset is ready for commercial use.
17
+
18
+ The Nemotron-Agentic-Tool-Use-v1 dataset contains the following subsets:
19
+
20
+ ### Interactive Agent
21
+ This dataset consists of synthetic multi-turn trajectories for conversational tool use, created by simulating three roles with large language models: a user given a task to accomplish, an agent instructed to help complete that task, and a tool execution environment that responds to the agent’s tool calls. Each trajectory captures the full interaction between these entities.
22
+
23
+ To ensure that the trajectories are high quality and that every action is consistent with each actor’s goals, we employ a separate language model as a judge to score and filter the data, removing trajectories where any step appears inconsistent, incoherent, or that use the incorrect tools. We use Qwen3-235B-A22B-Thinking-2507, Qwen3-32B, GPT-OSS-120B, and Qwen3-235B-A22B-Instruct-2507 both to generate the synthetic interactions and to support this judging process, resulting in a dataset that emphasizes reliable, goal-aligned conversational tool use.
24
+
25
+ ### Tool calling
26
+ The general-purpose tool-calling subset is generated using a similar method as the Interactive Agent subset. We collect tool sets from publicly available datasets and simulate conversations involving tool use. This subset uses Qwen3-235B-A22B-Thinking-2507 and Qwen3-235B-A22B-Instruct-2507 for simulating the conversation as well as turn-level judgements. The user simulator LLM is seeded with a user persona from [nvidia/Nemotron-Personas-USA](https://huggingface.co/datasets/nvidia/Nemotron-Personas-USA).
27
+
28
+
29
+ ## Dataset Owner(s):
30
+ NVIDIA Corporation
31
+
32
+ ## Dataset Creation Date:
33
+ Created on: Dec 3, 2025
34
+ Last Modified on: Dec 3, 2025
35
+
36
+
37
+ ## License/Terms of Use:
38
+
39
+ This dataset is governed by the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
40
+ Additional Information: [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0) for [Glaiveai/Glaive-Function-Calling-v2](https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2).
41
+
42
+
43
+
44
+ ## Intended Usage:
45
+
46
+ This dataset is intended for LLM engineers and research teams developing and training models for agentic workflows and conversational tool use. It is suitable for supervised fine-tuning, data augmentation, and evaluation of models that must plan, call tools, and reason over multi-step interactions while staying aligned with the user and available tools in an environment. The trajectories can be used to train end-to-end tool-using assistants, build and benchmark tool-use planners or controllers, and study robustness of multi-role agent setups.
47
+
48
+ ## Dataset Characterization
49
+ **Data Collection Method**
50
+ Hybrid: Human, Synthetic, Automated
51
+
52
+ **Labeling Method**
53
+ Hybrid: Human, Synthetic, Automated
54
+
55
+ ## Dataset Format
56
+ Modality: Text
57
+ Format: JSONL
58
+ Structure: Text + Metadata
59
+
60
+ ## Dataset Quantification
61
+
62
+ | Subset | Samples |
63
+ |--------|---------|
64
+ | interactive_agent | 19,028 |
65
+ | tool_calling | 316,094 |
66
+ | Total | 335,122 |
67
+
68
+ Total Disk Size: ~ 5.5GB
69
+
70
+ ## Ethical Considerations:
71
+ NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications.  When downloaded or used in accordance with our terms of service, developers should work with their internal developer teams to ensure this dataset meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
72
+ Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/)
data/interactive_agent.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcfeda22372fa707c979cab29ddfe896b89a933f15ed4acbb4f16e7e3787d9dd
3
+ size 448570455
data/tool_calling.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f537a901d38a999627b8fe59e77a1007af0d79d71a892ad9a4a3d80456e5601b
3
+ size 5338348607