lynae-1219 commited on
Commit
f5d55fd
·
verified ·
1 Parent(s): 1c3b486

Delete croissant_hf_autogenerated.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. croissant_hf_autogenerated.json +0 -890
croissant_hf_autogenerated.json DELETED
@@ -1,890 +0,0 @@
1
- {
2
- "@context": {
3
- "@language": "en",
4
- "@vocab": "https://schema.org/",
5
- "arrayShape": "cr:arrayShape",
6
- "citeAs": "cr:citeAs",
7
- "column": "cr:column",
8
- "conformsTo": "dct:conformsTo",
9
- "containedIn": "cr:containedIn",
10
- "cr": "http://mlcommons.org/croissant/",
11
- "data": {
12
- "@id": "cr:data",
13
- "@type": "@json"
14
- },
15
- "dataBiases": "cr:dataBiases",
16
- "dataCollection": "cr:dataCollection",
17
- "dataType": {
18
- "@id": "cr:dataType",
19
- "@type": "@vocab"
20
- },
21
- "dct": "http://purl.org/dc/terms/",
22
- "extract": "cr:extract",
23
- "field": "cr:field",
24
- "fileProperty": "cr:fileProperty",
25
- "fileObject": "cr:fileObject",
26
- "fileSet": "cr:fileSet",
27
- "format": "cr:format",
28
- "includes": "cr:includes",
29
- "isArray": "cr:isArray",
30
- "isLiveDataset": "cr:isLiveDataset",
31
- "jsonPath": "cr:jsonPath",
32
- "key": "cr:key",
33
- "md5": "cr:md5",
34
- "parentField": "cr:parentField",
35
- "path": "cr:path",
36
- "personalSensitiveInformation": "cr:personalSensitiveInformation",
37
- "recordSet": "cr:recordSet",
38
- "references": "cr:references",
39
- "regex": "cr:regex",
40
- "repeated": "cr:repeated",
41
- "replace": "cr:replace",
42
- "sc": "https://schema.org/",
43
- "separator": "cr:separator",
44
- "source": "cr:source",
45
- "subField": "cr:subField",
46
- "transform": "cr:transform"
47
- },
48
- "@type": "sc:Dataset",
49
- "distribution": [
50
- {
51
- "@type": "cr:FileObject",
52
- "@id": "repo",
53
- "name": "repo",
54
- "description": "The Hugging Face git repository.",
55
- "contentUrl": "https://huggingface.co/datasets/lynae-1219/AgentPerfBench/tree/refs%2Fconvert%2Fparquet",
56
- "encodingFormat": "git+https",
57
- "sha256": "https://github.com/mlcommons/croissant/issues/80"
58
- },
59
- {
60
- "@type": "cr:FileSet",
61
- "@id": "parquet-files-for-config-benchmark_results",
62
- "containedIn": {
63
- "@id": "repo"
64
- },
65
- "encodingFormat": "application/x-parquet",
66
- "includes": "benchmark_results/*/*.parquet"
67
- },
68
- {
69
- "@type": "cr:FileSet",
70
- "@id": "parquet-files-for-config-roofline",
71
- "containedIn": {
72
- "@id": "repo"
73
- },
74
- "encodingFormat": "application/x-parquet",
75
- "includes": "roofline/*/*.parquet"
76
- }
77
- ],
78
- "recordSet": [
79
- {
80
- "@type": "cr:RecordSet",
81
- "dataType": "cr:Split",
82
- "key": {
83
- "@id": "benchmark_results_splits/split_name"
84
- },
85
- "@id": "benchmark_results_splits",
86
- "name": "benchmark_results_splits",
87
- "description": "Splits for the benchmark_results config.",
88
- "field": [
89
- {
90
- "@type": "cr:Field",
91
- "@id": "benchmark_results_splits/split_name",
92
- "dataType": "sc:Text"
93
- }
94
- ],
95
- "data": [
96
- {
97
- "benchmark_results_splits/split_name": "summary"
98
- },
99
- {
100
- "benchmark_results_splits/split_name": "per_request"
101
- },
102
- {
103
- "benchmark_results_splits/split_name": "multi_turn"
104
- }
105
- ]
106
- },
107
- {
108
- "@type": "cr:RecordSet",
109
- "@id": "benchmark_results",
110
- "description": "lynae-1219/AgentPerfBench - 'benchmark_results' subset\n\nAdditional information:\n- 3 splits: summary, per_request, multi_turn",
111
- "field": [
112
- {
113
- "@type": "cr:Field",
114
- "@id": "benchmark_results/split",
115
- "dataType": "sc:Text",
116
- "source": {
117
- "fileSet": {
118
- "@id": "parquet-files-for-config-benchmark_results"
119
- },
120
- "extract": {
121
- "fileProperty": "fullpath"
122
- },
123
- "transform": {
124
- "regex": "benchmark_results/(?:partial-)?(summary|per_request|multi_turn)/.+parquet$"
125
- }
126
- },
127
- "references": {
128
- "field": {
129
- "@id": "benchmark_results_splits/split_name"
130
- }
131
- }
132
- },
133
- {
134
- "@type": "cr:Field",
135
- "@id": "benchmark_results/run_id",
136
- "dataType": "sc:Text",
137
- "source": {
138
- "fileSet": {
139
- "@id": "parquet-files-for-config-benchmark_results"
140
- },
141
- "extract": {
142
- "column": "run_id"
143
- }
144
- }
145
- },
146
- {
147
- "@type": "cr:Field",
148
- "@id": "benchmark_results/model",
149
- "dataType": "sc:Text",
150
- "source": {
151
- "fileSet": {
152
- "@id": "parquet-files-for-config-benchmark_results"
153
- },
154
- "extract": {
155
- "column": "model"
156
- }
157
- }
158
- },
159
- {
160
- "@type": "cr:Field",
161
- "@id": "benchmark_results/model_family",
162
- "dataType": "sc:Text",
163
- "source": {
164
- "fileSet": {
165
- "@id": "parquet-files-for-config-benchmark_results"
166
- },
167
- "extract": {
168
- "column": "model_family"
169
- }
170
- }
171
- },
172
- {
173
- "@type": "cr:Field",
174
- "@id": "benchmark_results/architecture",
175
- "dataType": "sc:Text",
176
- "source": {
177
- "fileSet": {
178
- "@id": "parquet-files-for-config-benchmark_results"
179
- },
180
- "extract": {
181
- "column": "architecture"
182
- }
183
- }
184
- },
185
- {
186
- "@type": "cr:Field",
187
- "@id": "benchmark_results/hardware",
188
- "dataType": "sc:Text",
189
- "source": {
190
- "fileSet": {
191
- "@id": "parquet-files-for-config-benchmark_results"
192
- },
193
- "extract": {
194
- "column": "hardware"
195
- }
196
- }
197
- },
198
- {
199
- "@type": "cr:Field",
200
- "@id": "benchmark_results/engine",
201
- "dataType": "sc:Text",
202
- "source": {
203
- "fileSet": {
204
- "@id": "parquet-files-for-config-benchmark_results"
205
- },
206
- "extract": {
207
- "column": "engine"
208
- }
209
- }
210
- },
211
- {
212
- "@type": "cr:Field",
213
- "@id": "benchmark_results/engine_version",
214
- "dataType": "sc:Text",
215
- "source": {
216
- "fileSet": {
217
- "@id": "parquet-files-for-config-benchmark_results"
218
- },
219
- "extract": {
220
- "column": "engine_version"
221
- }
222
- }
223
- },
224
- {
225
- "@type": "cr:Field",
226
- "@id": "benchmark_results/tensor_parallelism",
227
- "dataType": "cr:Int64",
228
- "source": {
229
- "fileSet": {
230
- "@id": "parquet-files-for-config-benchmark_results"
231
- },
232
- "extract": {
233
- "column": "tensor_parallelism"
234
- }
235
- }
236
- },
237
- {
238
- "@type": "cr:Field",
239
- "@id": "benchmark_results/profile",
240
- "dataType": "sc:Text",
241
- "source": {
242
- "fileSet": {
243
- "@id": "parquet-files-for-config-benchmark_results"
244
- },
245
- "extract": {
246
- "column": "profile"
247
- }
248
- }
249
- },
250
- {
251
- "@type": "cr:Field",
252
- "@id": "benchmark_results/concurrency",
253
- "dataType": "cr:Int64",
254
- "source": {
255
- "fileSet": {
256
- "@id": "parquet-files-for-config-benchmark_results"
257
- },
258
- "extract": {
259
- "column": "concurrency"
260
- }
261
- }
262
- },
263
- {
264
- "@type": "cr:Field",
265
- "@id": "benchmark_results/num_requests",
266
- "dataType": "cr:Int64",
267
- "source": {
268
- "fileSet": {
269
- "@id": "parquet-files-for-config-benchmark_results"
270
- },
271
- "extract": {
272
- "column": "num_requests"
273
- }
274
- }
275
- },
276
- {
277
- "@type": "cr:Field",
278
- "@id": "benchmark_results/duration_s",
279
- "dataType": "cr:Float64",
280
- "source": {
281
- "fileSet": {
282
- "@id": "parquet-files-for-config-benchmark_results"
283
- },
284
- "extract": {
285
- "column": "duration_s"
286
- }
287
- }
288
- },
289
- {
290
- "@type": "cr:Field",
291
- "@id": "benchmark_results/successful_requests",
292
- "dataType": "cr:Int64",
293
- "source": {
294
- "fileSet": {
295
- "@id": "parquet-files-for-config-benchmark_results"
296
- },
297
- "extract": {
298
- "column": "successful_requests"
299
- }
300
- }
301
- },
302
- {
303
- "@type": "cr:Field",
304
- "@id": "benchmark_results/failed_requests",
305
- "dataType": "cr:Int64",
306
- "source": {
307
- "fileSet": {
308
- "@id": "parquet-files-for-config-benchmark_results"
309
- },
310
- "extract": {
311
- "column": "failed_requests"
312
- }
313
- }
314
- },
315
- {
316
- "@type": "cr:Field",
317
- "@id": "benchmark_results/request_throughput",
318
- "dataType": "cr:Float64",
319
- "source": {
320
- "fileSet": {
321
- "@id": "parquet-files-for-config-benchmark_results"
322
- },
323
- "extract": {
324
- "column": "request_throughput"
325
- }
326
- }
327
- },
328
- {
329
- "@type": "cr:Field",
330
- "@id": "benchmark_results/input_token_throughput",
331
- "dataType": "cr:Float64",
332
- "source": {
333
- "fileSet": {
334
- "@id": "parquet-files-for-config-benchmark_results"
335
- },
336
- "extract": {
337
- "column": "input_token_throughput"
338
- }
339
- }
340
- },
341
- {
342
- "@type": "cr:Field",
343
- "@id": "benchmark_results/output_token_throughput",
344
- "dataType": "cr:Float64",
345
- "source": {
346
- "fileSet": {
347
- "@id": "parquet-files-for-config-benchmark_results"
348
- },
349
- "extract": {
350
- "column": "output_token_throughput"
351
- }
352
- }
353
- },
354
- {
355
- "@type": "cr:Field",
356
- "@id": "benchmark_results/total_token_throughput",
357
- "dataType": "cr:Float64",
358
- "source": {
359
- "fileSet": {
360
- "@id": "parquet-files-for-config-benchmark_results"
361
- },
362
- "extract": {
363
- "column": "total_token_throughput"
364
- }
365
- }
366
- },
367
- {
368
- "@type": "cr:Field",
369
- "@id": "benchmark_results/total_input_tokens",
370
- "dataType": "cr:Int64",
371
- "source": {
372
- "fileSet": {
373
- "@id": "parquet-files-for-config-benchmark_results"
374
- },
375
- "extract": {
376
- "column": "total_input_tokens"
377
- }
378
- }
379
- },
380
- {
381
- "@type": "cr:Field",
382
- "@id": "benchmark_results/total_output_tokens",
383
- "dataType": "cr:Int64",
384
- "source": {
385
- "fileSet": {
386
- "@id": "parquet-files-for-config-benchmark_results"
387
- },
388
- "extract": {
389
- "column": "total_output_tokens"
390
- }
391
- }
392
- },
393
- {
394
- "@type": "cr:Field",
395
- "@id": "benchmark_results/mean_ttft_ms",
396
- "dataType": "cr:Float64",
397
- "source": {
398
- "fileSet": {
399
- "@id": "parquet-files-for-config-benchmark_results"
400
- },
401
- "extract": {
402
- "column": "mean_ttft_ms"
403
- }
404
- }
405
- },
406
- {
407
- "@type": "cr:Field",
408
- "@id": "benchmark_results/median_ttft_ms",
409
- "dataType": "cr:Float64",
410
- "source": {
411
- "fileSet": {
412
- "@id": "parquet-files-for-config-benchmark_results"
413
- },
414
- "extract": {
415
- "column": "median_ttft_ms"
416
- }
417
- }
418
- },
419
- {
420
- "@type": "cr:Field",
421
- "@id": "benchmark_results/p90_ttft_ms",
422
- "dataType": "cr:Float64",
423
- "source": {
424
- "fileSet": {
425
- "@id": "parquet-files-for-config-benchmark_results"
426
- },
427
- "extract": {
428
- "column": "p90_ttft_ms"
429
- }
430
- }
431
- },
432
- {
433
- "@type": "cr:Field",
434
- "@id": "benchmark_results/p99_ttft_ms",
435
- "dataType": "cr:Float64",
436
- "source": {
437
- "fileSet": {
438
- "@id": "parquet-files-for-config-benchmark_results"
439
- },
440
- "extract": {
441
- "column": "p99_ttft_ms"
442
- }
443
- }
444
- },
445
- {
446
- "@type": "cr:Field",
447
- "@id": "benchmark_results/mean_tpot_ms",
448
- "dataType": "cr:Float64",
449
- "source": {
450
- "fileSet": {
451
- "@id": "parquet-files-for-config-benchmark_results"
452
- },
453
- "extract": {
454
- "column": "mean_tpot_ms"
455
- }
456
- }
457
- },
458
- {
459
- "@type": "cr:Field",
460
- "@id": "benchmark_results/median_tpot_ms",
461
- "dataType": "cr:Float64",
462
- "source": {
463
- "fileSet": {
464
- "@id": "parquet-files-for-config-benchmark_results"
465
- },
466
- "extract": {
467
- "column": "median_tpot_ms"
468
- }
469
- }
470
- },
471
- {
472
- "@type": "cr:Field",
473
- "@id": "benchmark_results/p90_tpot_ms",
474
- "dataType": "cr:Float64",
475
- "source": {
476
- "fileSet": {
477
- "@id": "parquet-files-for-config-benchmark_results"
478
- },
479
- "extract": {
480
- "column": "p90_tpot_ms"
481
- }
482
- }
483
- },
484
- {
485
- "@type": "cr:Field",
486
- "@id": "benchmark_results/p99_tpot_ms",
487
- "dataType": "cr:Float64",
488
- "source": {
489
- "fileSet": {
490
- "@id": "parquet-files-for-config-benchmark_results"
491
- },
492
- "extract": {
493
- "column": "p99_tpot_ms"
494
- }
495
- }
496
- },
497
- {
498
- "@type": "cr:Field",
499
- "@id": "benchmark_results/mean_itl_ms",
500
- "dataType": "cr:Float64",
501
- "source": {
502
- "fileSet": {
503
- "@id": "parquet-files-for-config-benchmark_results"
504
- },
505
- "extract": {
506
- "column": "mean_itl_ms"
507
- }
508
- }
509
- },
510
- {
511
- "@type": "cr:Field",
512
- "@id": "benchmark_results/median_itl_ms",
513
- "dataType": "cr:Float64",
514
- "source": {
515
- "fileSet": {
516
- "@id": "parquet-files-for-config-benchmark_results"
517
- },
518
- "extract": {
519
- "column": "median_itl_ms"
520
- }
521
- }
522
- },
523
- {
524
- "@type": "cr:Field",
525
- "@id": "benchmark_results/p90_itl_ms",
526
- "dataType": "cr:Float64",
527
- "source": {
528
- "fileSet": {
529
- "@id": "parquet-files-for-config-benchmark_results"
530
- },
531
- "extract": {
532
- "column": "p90_itl_ms"
533
- }
534
- }
535
- },
536
- {
537
- "@type": "cr:Field",
538
- "@id": "benchmark_results/p99_itl_ms",
539
- "dataType": "cr:Float64",
540
- "source": {
541
- "fileSet": {
542
- "@id": "parquet-files-for-config-benchmark_results"
543
- },
544
- "extract": {
545
- "column": "p99_itl_ms"
546
- }
547
- }
548
- },
549
- {
550
- "@type": "cr:Field",
551
- "@id": "benchmark_results/mean_e2el_ms",
552
- "dataType": "cr:Float64",
553
- "source": {
554
- "fileSet": {
555
- "@id": "parquet-files-for-config-benchmark_results"
556
- },
557
- "extract": {
558
- "column": "mean_e2el_ms"
559
- }
560
- }
561
- },
562
- {
563
- "@type": "cr:Field",
564
- "@id": "benchmark_results/median_e2el_ms",
565
- "dataType": "cr:Float64",
566
- "source": {
567
- "fileSet": {
568
- "@id": "parquet-files-for-config-benchmark_results"
569
- },
570
- "extract": {
571
- "column": "median_e2el_ms"
572
- }
573
- }
574
- },
575
- {
576
- "@type": "cr:Field",
577
- "@id": "benchmark_results/p90_e2el_ms",
578
- "dataType": "cr:Float64",
579
- "source": {
580
- "fileSet": {
581
- "@id": "parquet-files-for-config-benchmark_results"
582
- },
583
- "extract": {
584
- "column": "p90_e2el_ms"
585
- }
586
- }
587
- },
588
- {
589
- "@type": "cr:Field",
590
- "@id": "benchmark_results/p99_e2el_ms",
591
- "dataType": "cr:Float64",
592
- "source": {
593
- "fileSet": {
594
- "@id": "parquet-files-for-config-benchmark_results"
595
- },
596
- "extract": {
597
- "column": "p99_e2el_ms"
598
- }
599
- }
600
- },
601
- {
602
- "@type": "cr:Field",
603
- "@id": "benchmark_results/source_file",
604
- "dataType": "sc:Text",
605
- "source": {
606
- "fileSet": {
607
- "@id": "parquet-files-for-config-benchmark_results"
608
- },
609
- "extract": {
610
- "column": "source_file"
611
- }
612
- }
613
- }
614
- ]
615
- },
616
- {
617
- "@type": "cr:RecordSet",
618
- "dataType": "cr:Split",
619
- "key": {
620
- "@id": "roofline_splits/split_name"
621
- },
622
- "@id": "roofline_splits",
623
- "name": "roofline_splits",
624
- "description": "Splits for the roofline config.",
625
- "field": [
626
- {
627
- "@type": "cr:Field",
628
- "@id": "roofline_splits/split_name",
629
- "dataType": "sc:Text"
630
- }
631
- ],
632
- "data": [
633
- {
634
- "roofline_splits/split_name": "kernel_profiles"
635
- }
636
- ]
637
- },
638
- {
639
- "@type": "cr:RecordSet",
640
- "@id": "roofline",
641
- "description": "lynae-1219/AgentPerfBench - 'roofline' subset",
642
- "field": [
643
- {
644
- "@type": "cr:Field",
645
- "@id": "roofline/split",
646
- "dataType": "sc:Text",
647
- "source": {
648
- "fileSet": {
649
- "@id": "parquet-files-for-config-roofline"
650
- },
651
- "extract": {
652
- "fileProperty": "fullpath"
653
- },
654
- "transform": {
655
- "regex": "roofline/(?:partial-)?(kernel_profiles)/.+parquet$"
656
- }
657
- },
658
- "references": {
659
- "field": {
660
- "@id": "roofline_splits/split_name"
661
- }
662
- }
663
- },
664
- {
665
- "@type": "cr:Field",
666
- "@id": "roofline/profile_id",
667
- "dataType": "sc:Text",
668
- "source": {
669
- "fileSet": {
670
- "@id": "parquet-files-for-config-roofline"
671
- },
672
- "extract": {
673
- "column": "profile_id"
674
- }
675
- }
676
- },
677
- {
678
- "@type": "cr:Field",
679
- "@id": "roofline/model",
680
- "dataType": "sc:Text",
681
- "source": {
682
- "fileSet": {
683
- "@id": "parquet-files-for-config-roofline"
684
- },
685
- "extract": {
686
- "column": "model"
687
- }
688
- }
689
- },
690
- {
691
- "@type": "cr:Field",
692
- "@id": "roofline/phase",
693
- "dataType": "sc:Text",
694
- "source": {
695
- "fileSet": {
696
- "@id": "parquet-files-for-config-roofline"
697
- },
698
- "extract": {
699
- "column": "phase"
700
- }
701
- }
702
- },
703
- {
704
- "@type": "cr:Field",
705
- "@id": "roofline/batch_size",
706
- "dataType": "cr:Int64",
707
- "source": {
708
- "fileSet": {
709
- "@id": "parquet-files-for-config-roofline"
710
- },
711
- "extract": {
712
- "column": "batch_size"
713
- }
714
- }
715
- },
716
- {
717
- "@type": "cr:Field",
718
- "@id": "roofline/seq_len",
719
- "dataType": "cr:Int64",
720
- "source": {
721
- "fileSet": {
722
- "@id": "parquet-files-for-config-roofline"
723
- },
724
- "extract": {
725
- "column": "seq_len"
726
- }
727
- }
728
- },
729
- {
730
- "@type": "cr:Field",
731
- "@id": "roofline/num_layers_profiled",
732
- "dataType": "cr:Int64",
733
- "source": {
734
- "fileSet": {
735
- "@id": "parquet-files-for-config-roofline"
736
- },
737
- "extract": {
738
- "column": "num_layers_profiled"
739
- }
740
- }
741
- },
742
- {
743
- "@type": "cr:Field",
744
- "@id": "roofline/profiler",
745
- "dataType": "sc:Text",
746
- "source": {
747
- "fileSet": {
748
- "@id": "parquet-files-for-config-roofline"
749
- },
750
- "extract": {
751
- "column": "profiler"
752
- }
753
- }
754
- },
755
- {
756
- "@type": "cr:Field",
757
- "@id": "roofline/kernel_name",
758
- "dataType": "sc:Text",
759
- "source": {
760
- "fileSet": {
761
- "@id": "parquet-files-for-config-roofline"
762
- },
763
- "extract": {
764
- "column": "kernel_name"
765
- }
766
- }
767
- },
768
- {
769
- "@type": "cr:Field",
770
- "@id": "roofline/kernel_category",
771
- "dataType": "sc:Text",
772
- "source": {
773
- "fileSet": {
774
- "@id": "parquet-files-for-config-roofline"
775
- },
776
- "extract": {
777
- "column": "kernel_category"
778
- }
779
- }
780
- },
781
- {
782
- "@type": "cr:Field",
783
- "@id": "roofline/cuda_time_us",
784
- "dataType": "cr:Float64",
785
- "source": {
786
- "fileSet": {
787
- "@id": "parquet-files-for-config-roofline"
788
- },
789
- "extract": {
790
- "column": "cuda_time_us"
791
- }
792
- }
793
- },
794
- {
795
- "@type": "cr:Field",
796
- "@id": "roofline/calls",
797
- "dataType": "cr:Int64",
798
- "source": {
799
- "fileSet": {
800
- "@id": "parquet-files-for-config-roofline"
801
- },
802
- "extract": {
803
- "column": "calls"
804
- }
805
- }
806
- },
807
- {
808
- "@type": "cr:Field",
809
- "@id": "roofline/flops",
810
- "dataType": "cr:Int64",
811
- "source": {
812
- "fileSet": {
813
- "@id": "parquet-files-for-config-roofline"
814
- },
815
- "extract": {
816
- "column": "flops"
817
- }
818
- }
819
- },
820
- {
821
- "@type": "cr:Field",
822
- "@id": "roofline/theoretical_bytes",
823
- "dataType": "cr:Int64",
824
- "source": {
825
- "fileSet": {
826
- "@id": "parquet-files-for-config-roofline"
827
- },
828
- "extract": {
829
- "column": "theoretical_bytes"
830
- }
831
- }
832
- },
833
- {
834
- "@type": "cr:Field",
835
- "@id": "roofline/arithmetic_intensity",
836
- "dataType": "cr:Float64",
837
- "source": {
838
- "fileSet": {
839
- "@id": "parquet-files-for-config-roofline"
840
- },
841
- "extract": {
842
- "column": "arithmetic_intensity"
843
- }
844
- }
845
- },
846
- {
847
- "@type": "cr:Field",
848
- "@id": "roofline/achieved_tflops",
849
- "dataType": "cr:Float64",
850
- "source": {
851
- "fileSet": {
852
- "@id": "parquet-files-for-config-roofline"
853
- },
854
- "extract": {
855
- "column": "achieved_tflops"
856
- }
857
- }
858
- }
859
- ]
860
- }
861
- ],
862
- "conformsTo": "http://mlcommons.org/croissant/1.1",
863
- "name": "AgentPerfBench",
864
- "description": "\n\t\n\t\t\n\t\tAgentPerfBench\n\t\n\n\n\t\n\t\t\n\t\tDataset Summary\n\t\n\nAgentPerfBench measures LLM inference serving performance under agentic workloads. The dataset contains benchmark results (TTFT, TPOT, ITL, throughput) across 9 models, 3 GPU platforms, 2 serving engines, and 14+ workload profiles spanning single-turn chat, multi-turn agent sessions, and synthetic stress tests. It also includes per-kernel CUDA profiling data for roofline analysis. Data was collected in April 2026.\n\n\t\n\t\t\n\t\n\t\n\t\tData\u2026 See the full description on the dataset page: https://huggingface.co/datasets/lynae-1219/AgentPerfBench.",
865
- "alternateName": [
866
- "lynae-1219/AgentPerfBench",
867
- "AgentPerfBench"
868
- ],
869
- "creator": {
870
- "@type": "Person",
871
- "name": "Kevin Wong",
872
- "url": "https://huggingface.co/lynae-1219"
873
- },
874
- "keywords": [
875
- "tabular-regression",
876
- "English",
877
- "apache-2.0",
878
- "1K<n<10K",
879
- "\ud83c\uddfa\ud83c\uddf8 Region: US",
880
- "llm-inference",
881
- "benchmarking",
882
- "gpu-profiling",
883
- "vllm",
884
- "sglang",
885
- "roofline",
886
- "agentic-workloads"
887
- ],
888
- "license": "https://choosealicense.com/licenses/apache-2.0/",
889
- "url": "https://huggingface.co/datasets/lynae-1219/AgentPerfBench"
890
- }