webxos commited on
Commit
21b00a8
·
verified ·
1 Parent(s): 8d0bebe

Upload 5 files

Browse files
data/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
data/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
dataset_card.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "Multi-agent routing and tool use dataset for training AI agents",
3
+ "citation": "OPENCHEF!: AGENTIC v2.0 - Multi-Agent Routing Dataset",
4
+ "homepage": "https://github.com/openclaw/openchef",
5
+ "license": "mit",
6
+ "features": {
7
+ "id": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "split": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "task_description": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "agents_involved": {
23
+ "feature": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "length": -1,
29
+ "id": null,
30
+ "_type": "Sequence"
31
+ },
32
+ "full_trace": {
33
+ "feature": {
34
+ "agent_name": {
35
+ "dtype": "string",
36
+ "id": null,
37
+ "_type": "Value"
38
+ },
39
+ "role": {
40
+ "dtype": "string",
41
+ "id": null,
42
+ "_type": "Value"
43
+ },
44
+ "content": {
45
+ "dtype": "string",
46
+ "id": null,
47
+ "_type": "Value"
48
+ },
49
+ "tool_call": {
50
+ "dtype": "string",
51
+ "id": null,
52
+ "_type": "Value"
53
+ },
54
+ "tool_result": {
55
+ "dtype": "string",
56
+ "id": null,
57
+ "_type": "Value"
58
+ },
59
+ "timestamp_ms": {
60
+ "dtype": "int64",
61
+ "id": null,
62
+ "_type": "Value"
63
+ }
64
+ },
65
+ "length": -1,
66
+ "id": null,
67
+ "_type": "Sequence"
68
+ },
69
+ "final_success": {
70
+ "dtype": "bool",
71
+ "id": null,
72
+ "_type": "Value"
73
+ },
74
+ "steps_count": {
75
+ "dtype": "int64",
76
+ "id": null,
77
+ "_type": "Value"
78
+ },
79
+ "tool_use_count": {
80
+ "dtype": "int64",
81
+ "id": null,
82
+ "_type": "Value"
83
+ },
84
+ "routing_decisions": {
85
+ "dtype": "int64",
86
+ "id": null,
87
+ "_type": "Value"
88
+ },
89
+ "metadata": {
90
+ "dtype": "string",
91
+ "id": null,
92
+ "_type": "Value"
93
+ }
94
+ },
95
+ "post_processed": null,
96
+ "supervised_keys": null,
97
+ "task_templates": null,
98
+ "builder_name": "openchef_agentic",
99
+ "config_name": "default",
100
+ "version": {
101
+ "version_str": "2.0.0",
102
+ "description": null,
103
+ "major": 2,
104
+ "minor": 0,
105
+ "patch": 0
106
+ },
107
+ "splits": {
108
+ "train": {
109
+ "name": "train",
110
+ "num_bytes": 0,
111
+ "num_examples": 539,
112
+ "dataset_name": "openchef_agentic"
113
+ },
114
+ "validation": {
115
+ "name": "validation",
116
+ "num_bytes": 0,
117
+ "num_examples": 127,
118
+ "dataset_name": "openchef_agentic"
119
+ },
120
+ "test": {
121
+ "name": "test",
122
+ "num_bytes": 0,
123
+ "num_examples": 104,
124
+ "dataset_name": "openchef_agentic"
125
+ }
126
+ },
127
+ "download_checksums": null,
128
+ "download_size": 0,
129
+ "post_processing_size": null,
130
+ "dataset_size": 0,
131
+ "size_in_bytes": 0
132
+ }
webXOS_OPENCHEF!_agentic_v1.html ADDED
The diff for this file is too large to render. See raw diff