File size: 1,721 Bytes
cc1022e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | {
"train": {
"total": 40401,
"by_slice": {
"tool_calling": 17125,
"code_gen": 7074,
"agentic": 8994,
"instruction": 7208
},
"has_tools": {
"True": 25964,
"False": 14437
},
"n_turns": {
"min": 2,
"max": 244,
"mean": 10.5
},
"top_categories": {
"function_calling": 17125,
"general": 6977,
"seed-authoring": 2239,
"csharp": 1403,
"typescript": 1337,
"java": 1302,
"python": 905,
"cpp": 859,
"go": 620,
"dependency-planning": 564,
"project-integration": 494,
"multi-turn-state": 456,
"rust": 399,
"parallel-mixed": 279,
"parallel-same": 250,
"javascript": 249,
"build-game": 247,
"long-context-composite": 201,
"multiple-functions": 193,
"tool-selection": 189
}
},
"validation": {
"total": 4489,
"by_slice": {
"instruction": 792,
"tool_calling": 1875,
"agentic": 1004,
"code_gen": 818
},
"has_tools": {
"False": 1621,
"True": 2868
},
"n_turns": {
"min": 2,
"max": 236,
"mean": 10.7
},
"top_categories": {
"function_calling": 1875,
"general": 762,
"seed-authoring": 247,
"typescript": 173,
"csharp": 158,
"java": 158,
"cpp": 103,
"python": 97,
"dependency-planning": 68,
"project-integration": 66,
"go": 58,
"multi-turn-state": 44,
"rust": 38,
"javascript": 33,
"build-game": 33,
"error-recovery": 26,
"parallel-mixed": 26,
"parallel-same": 23,
"feature-integration": 18,
"tool-selection": 18
}
}
} |