IlyasMoutawwakil HF staff commited on
Commit
8304462
1 Parent(s): a4de8c1

Upload bert-base-uncased-feature-extraction-onnxruntime-2024-09-25-15-07-58/benchmark.json with huggingface_hub

Browse files
bert-base-uncased-feature-extraction-onnxruntime-2024-09-25-15-07-58/benchmark.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "bert-base-uncased-feature-extraction-onnxruntime-2024-09-25-15-07-58",
4
+ "backend": {
5
+ "name": "onnxruntime",
6
+ "version": "ort:1.19.2",
7
+ "_target_": "optimum_benchmark.backends.onnxruntime.backend.ORTBackend",
8
+ "task": "feature-extraction",
9
+ "library": "transformers",
10
+ "model_type": "bert",
11
+ "model": "bert-base-uncased",
12
+ "processor": "bert-base-uncased",
13
+ "device": "cpu",
14
+ "device_ids": null,
15
+ "seed": 42,
16
+ "inter_op_num_threads": null,
17
+ "intra_op_num_threads": null,
18
+ "model_kwargs": {},
19
+ "processor_kwargs": {},
20
+ "no_weights": false,
21
+ "export": true,
22
+ "use_cache": true,
23
+ "use_merged": true,
24
+ "torch_dtype": "float32",
25
+ "provider": "CPUExecutionProvider",
26
+ "provider_options": {},
27
+ "use_io_binding": true,
28
+ "session_options": {},
29
+ "auto_optimization": null,
30
+ "auto_optimization_config": {},
31
+ "auto_quantization": null,
32
+ "auto_quantization_config": {},
33
+ "auto_calibration": null,
34
+ "auto_calibration_config": {},
35
+ "optimization": false,
36
+ "optimization_config": {},
37
+ "quantization": false,
38
+ "quantization_config": {},
39
+ "calibration": false,
40
+ "calibration_config": {}
41
+ },
42
+ "scenario": {
43
+ "name": "inference",
44
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
45
+ "iterations": 10,
46
+ "duration": 10,
47
+ "warmup_runs": 10,
48
+ "input_shapes": {
49
+ "batch_size": 2,
50
+ "num_choices": 2,
51
+ "sequence_length": 16
52
+ },
53
+ "new_tokens": null,
54
+ "memory": false,
55
+ "latency": true,
56
+ "energy": false,
57
+ "forward_kwargs": {},
58
+ "generate_kwargs": {},
59
+ "call_kwargs": {}
60
+ },
61
+ "launcher": {
62
+ "name": "process",
63
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
64
+ "device_isolation": false,
65
+ "device_isolation_action": null,
66
+ "numactl": false,
67
+ "numactl_kwargs": "",
68
+ "start_method": "spawn"
69
+ },
70
+ "environment": {
71
+ "cpu": " AMD EPYC 7R13 Processor",
72
+ "cpu_count": 64,
73
+ "cpu_ram_mb": 529717.02272,
74
+ "system": "Linux",
75
+ "machine": "x86_64",
76
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
77
+ "processor": "",
78
+ "python_version": "3.10.15",
79
+ "optimum_benchmark_version": "0.5.0",
80
+ "optimum_benchmark_commit": null,
81
+ "transformers_version": "4.44.2",
82
+ "transformers_commit": null,
83
+ "accelerate_version": "0.34.2",
84
+ "accelerate_commit": null,
85
+ "diffusers_version": null,
86
+ "diffusers_commit": null,
87
+ "optimum_version": "1.22.0",
88
+ "optimum_commit": null,
89
+ "timm_version": null,
90
+ "timm_commit": null,
91
+ "peft_version": null,
92
+ "peft_commit": null
93
+ }
94
+ },
95
+ "report": {
96
+ "load": {
97
+ "memory": null,
98
+ "latency": {
99
+ "unit": "s",
100
+ "count": 1,
101
+ "total": 6.065061464905739,
102
+ "mean": 6.065061464905739,
103
+ "stdev": 0.0,
104
+ "p50": 6.065061464905739,
105
+ "p90": 6.065061464905739,
106
+ "p95": 6.065061464905739,
107
+ "p99": 6.065061464905739,
108
+ "values": [
109
+ 6.065061464905739
110
+ ]
111
+ },
112
+ "throughput": null,
113
+ "energy": null,
114
+ "efficiency": null
115
+ },
116
+ "forward": {
117
+ "memory": null,
118
+ "latency": {
119
+ "unit": "s",
120
+ "count": 336,
121
+ "total": 10.055735122412443,
122
+ "mean": 0.029927783102417987,
123
+ "stdev": 0.025912705485721034,
124
+ "p50": 0.013073509559035301,
125
+ "p90": 0.06960516050457954,
126
+ "p95": 0.06980773061513901,
127
+ "p99": 0.07033241987228393,
128
+ "values": [
129
+ 0.06669393554329872,
130
+ 0.012924481183290482,
131
+ 0.0129367895424366,
132
+ 0.06888405606150627,
133
+ 0.013468552380800247,
134
+ 0.012929350137710571,
135
+ 0.012616284191608429,
136
+ 0.06931620836257935,
137
+ 0.012944221496582031,
138
+ 0.012639038264751434,
139
+ 0.06970469281077385,
140
+ 0.013577941805124283,
141
+ 0.01404496654868126,
142
+ 0.0701867826282978,
143
+ 0.013130325824022293,
144
+ 0.013282287865877151,
145
+ 0.012996342033147812,
146
+ 0.06966472789645195,
147
+ 0.012826617807149887,
148
+ 0.013031642884016037,
149
+ 0.0698949508368969,
150
+ 0.012887455523014069,
151
+ 0.012699335813522339,
152
+ 0.0695994608104229,
153
+ 0.013440180569887161,
154
+ 0.013273436576128006,
155
+ 0.012954499572515488,
156
+ 0.06955134496092796,
157
+ 0.014258071780204773,
158
+ 0.01315927505493164,
159
+ 0.06994164362549782,
160
+ 0.013422269374132156,
161
+ 0.013086993247270584,
162
+ 0.07041142880916595,
163
+ 0.013790261000394821,
164
+ 0.012955930083990097,
165
+ 0.06924911960959435,
166
+ 0.013229496777057648,
167
+ 0.013168714940547943,
168
+ 0.012993328273296356,
169
+ 0.06967959925532341,
170
+ 0.012881342321634293,
171
+ 0.012765206396579742,
172
+ 0.06920165568590164,
173
+ 0.012872718274593353,
174
+ 0.012751102447509766,
175
+ 0.06929352879524231,
176
+ 0.013008713722229004,
177
+ 0.012745022773742676,
178
+ 0.012678854167461395,
179
+ 0.06974268704652786,
180
+ 0.012682337313890457,
181
+ 0.012608960270881653,
182
+ 0.06920616328716278,
183
+ 0.012783680111169815,
184
+ 0.012852627784013748,
185
+ 0.012556828558444977,
186
+ 0.069139264523983,
187
+ 0.012706272304058075,
188
+ 0.012728814035654068,
189
+ 0.06967171281576157,
190
+ 0.01261087879538536,
191
+ 0.012624610215425491,
192
+ 0.07053158059716225,
193
+ 0.012826669961214066,
194
+ 0.012627750635147095,
195
+ 0.012530617415904999,
196
+ 0.06949668377637863,
197
+ 0.012826848775148392,
198
+ 0.012554753571748734,
199
+ 0.06932460889220238,
200
+ 0.013023741543293,
201
+ 0.012890376150608063,
202
+ 0.012548260390758514,
203
+ 0.06954731419682503,
204
+ 0.013087458908557892,
205
+ 0.012718494981527328,
206
+ 0.06952143460512161,
207
+ 0.012969095259904861,
208
+ 0.012845657765865326,
209
+ 0.06912875175476074,
210
+ 0.012836676090955734,
211
+ 0.012735944241285324,
212
+ 0.012579500675201416,
213
+ 0.06964049860835075,
214
+ 0.012831106781959534,
215
+ 0.012985464185476303,
216
+ 0.06935203820466995,
217
+ 0.012767046689987183,
218
+ 0.012759435921907425,
219
+ 0.06909899413585663,
220
+ 0.012813329696655273,
221
+ 0.012805845588445663,
222
+ 0.012584667652845383,
223
+ 0.06916710361838341,
224
+ 0.012641731649637222,
225
+ 0.01250367984175682,
226
+ 0.0704026035964489,
227
+ 0.012818805873394012,
228
+ 0.012672964483499527,
229
+ 0.012738782912492752,
230
+ 0.06930981948971748,
231
+ 0.01273619756102562,
232
+ 0.012521542608737946,
233
+ 0.06943867355585098,
234
+ 0.012804925441741943,
235
+ 0.012703850865364075,
236
+ 0.06889472156763077,
237
+ 0.012977022677659988,
238
+ 0.012656021863222122,
239
+ 0.012442026287317276,
240
+ 0.06923271343111992,
241
+ 0.012717057019472122,
242
+ 0.012562546879053116,
243
+ 0.06899329647421837,
244
+ 0.012749731540679932,
245
+ 0.012778356671333313,
246
+ 0.012412477284669876,
247
+ 0.06908369809389114,
248
+ 0.012646995484828949,
249
+ 0.012536760419607162,
250
+ 0.06903596222400665,
251
+ 0.01286580041050911,
252
+ 0.012606274336576462,
253
+ 0.012411195784807205,
254
+ 0.06902696564793587,
255
+ 0.012829221785068512,
256
+ 0.0125066377222538,
257
+ 0.06903226301074028,
258
+ 0.01263987272977829,
259
+ 0.012544490396976471,
260
+ 0.06958616152405739,
261
+ 0.013047497719526291,
262
+ 0.012694641947746277,
263
+ 0.01261761412024498,
264
+ 0.06908857449889183,
265
+ 0.012632552534341812,
266
+ 0.012537777423858643,
267
+ 0.06904101371765137,
268
+ 0.012880988419055939,
269
+ 0.012882880866527557,
270
+ 0.01267259195446968,
271
+ 0.06922467797994614,
272
+ 0.012769483029842377,
273
+ 0.012563630938529968,
274
+ 0.0691179484128952,
275
+ 0.01256779208779335,
276
+ 0.012576792389154434,
277
+ 0.012541219592094421,
278
+ 0.06929405778646469,
279
+ 0.012667611241340637,
280
+ 0.012523885816335678,
281
+ 0.06938409432768822,
282
+ 0.012730546295642853,
283
+ 0.012654449790716171,
284
+ 0.0690133310854435,
285
+ 0.012806370854377747,
286
+ 0.012599598616361618,
287
+ 0.012554362416267395,
288
+ 0.06960542500019073,
289
+ 0.013303108513355255,
290
+ 0.013162016868591309,
291
+ 0.06582585722208023,
292
+ 0.013544730842113495,
293
+ 0.012749120593070984,
294
+ 0.01265888661146164,
295
+ 0.06978235021233559,
296
+ 0.013368099927902222,
297
+ 0.013049092143774033,
298
+ 0.06945278495550156,
299
+ 0.013946421444416046,
300
+ 0.013157021254301071,
301
+ 0.06925208121538162,
302
+ 0.013516880571842194,
303
+ 0.014057695865631104,
304
+ 0.012989819049835205,
305
+ 0.06954371556639671,
306
+ 0.012952767312526703,
307
+ 0.013082962483167648,
308
+ 0.06986024603247643,
309
+ 0.013234362006187439,
310
+ 0.01278635859489441,
311
+ 0.0692705288529396,
312
+ 0.013429414480924606,
313
+ 0.013056211173534393,
314
+ 0.012946221977472305,
315
+ 0.06939155235886574,
316
+ 0.01317141205072403,
317
+ 0.012861866503953934,
318
+ 0.06943421065807343,
319
+ 0.012894820421934128,
320
+ 0.012662552297115326,
321
+ 0.06933464109897614,
322
+ 0.012869946658611298,
323
+ 0.012790892273187637,
324
+ 0.012683030217885971,
325
+ 0.06960489600896835,
326
+ 0.012963928282260895,
327
+ 0.012852001935243607,
328
+ 0.06941574811935425,
329
+ 0.01309996098279953,
330
+ 0.013136830180883408,
331
+ 0.06907361000776291,
332
+ 0.013143736869096756,
333
+ 0.013593506067991257,
334
+ 0.012739118188619614,
335
+ 0.06986229494214058,
336
+ 0.013124074786901474,
337
+ 0.013619504868984222,
338
+ 0.06989073753356934,
339
+ 0.013181082904338837,
340
+ 0.012867998331785202,
341
+ 0.0696495808660984,
342
+ 0.01356877014040947,
343
+ 0.013054747134447098,
344
+ 0.012877207249403,
345
+ 0.06950221583247185,
346
+ 0.012986067682504654,
347
+ 0.012594465166330338,
348
+ 0.06979945302009583,
349
+ 0.013123445212841034,
350
+ 0.012845896184444427,
351
+ 0.06957876309752464,
352
+ 0.01297849416732788,
353
+ 0.012713372707366943,
354
+ 0.013085093349218369,
355
+ 0.06980523094534874,
356
+ 0.012887571007013321,
357
+ 0.012908514589071274,
358
+ 0.06981522962450981,
359
+ 0.013398323208093643,
360
+ 0.012864802032709122,
361
+ 0.06956667453050613,
362
+ 0.013425283133983612,
363
+ 0.0138922780752182,
364
+ 0.06988151744008064,
365
+ 0.014030147343873978,
366
+ 0.013276401907205582,
367
+ 0.013172950595617294,
368
+ 0.06977638229727745,
369
+ 0.013158589601516724,
370
+ 0.012920532375574112,
371
+ 0.0697186253964901,
372
+ 0.013527050614356995,
373
+ 0.013003703206777573,
374
+ 0.0694199725985527,
375
+ 0.013160839676856995,
376
+ 0.01266690343618393,
377
+ 0.012520644813776016,
378
+ 0.0693238340318203,
379
+ 0.012791838496923447,
380
+ 0.01259048655629158,
381
+ 0.06945745274424553,
382
+ 0.012883029878139496,
383
+ 0.013150501996278763,
384
+ 0.06907905265688896,
385
+ 0.012891680002212524,
386
+ 0.012847188860177994,
387
+ 0.012743379920721054,
388
+ 0.07006555050611496,
389
+ 0.013507165014743805,
390
+ 0.013088557869195938,
391
+ 0.06973548606038094,
392
+ 0.013092830777168274,
393
+ 0.012846380472183228,
394
+ 0.06949539855122566,
395
+ 0.013425454497337341,
396
+ 0.013064056634902954,
397
+ 0.012872770428657532,
398
+ 0.06940647214651108,
399
+ 0.01322108507156372,
400
+ 0.012949112802743912,
401
+ 0.06977084651589394,
402
+ 0.013936925679445267,
403
+ 0.013195913285017014,
404
+ 0.07020207867026329,
405
+ 0.014274809509515762,
406
+ 0.013628773391246796,
407
+ 0.07085670530796051,
408
+ 0.013500630855560303,
409
+ 0.013126987963914871,
410
+ 0.012868251651525497,
411
+ 0.06982585787773132,
412
+ 0.01300322636961937,
413
+ 0.012700580060482025,
414
+ 0.069501593708992,
415
+ 0.012829333543777466,
416
+ 0.012618757784366608,
417
+ 0.06885523349046707,
418
+ 0.01273420825600624,
419
+ 0.01264144480228424,
420
+ 0.012617941945791245,
421
+ 0.06940542161464691,
422
+ 0.012637201696634293,
423
+ 0.012666229158639908,
424
+ 0.06938298791646957,
425
+ 0.012833237648010254,
426
+ 0.012579012662172318,
427
+ 0.01248089224100113,
428
+ 0.069408118724823,
429
+ 0.012685470283031464,
430
+ 0.01256314292550087,
431
+ 0.06952743977308273,
432
+ 0.012775734066963196,
433
+ 0.012660704553127289,
434
+ 0.06942397728562355,
435
+ 0.013611830770969391,
436
+ 0.013253021985292435,
437
+ 0.012835782021284103,
438
+ 0.0698559582233429,
439
+ 0.013156909495592117,
440
+ 0.013099748641252518,
441
+ 0.06940186768770218,
442
+ 0.013229314237833023,
443
+ 0.012999225407838821,
444
+ 0.0695357397198677,
445
+ 0.013166956603527069,
446
+ 0.013023603707551956,
447
+ 0.012861039489507675,
448
+ 0.06962839514017105,
449
+ 0.013015944510698318,
450
+ 0.01277552917599678,
451
+ 0.06942151859402657,
452
+ 0.013096064329147339,
453
+ 0.012701515108346939,
454
+ 0.06922413408756256,
455
+ 0.012983951717615128,
456
+ 0.01272069662809372,
457
+ 0.012634743005037308,
458
+ 0.0693894699215889,
459
+ 0.012766256928443909,
460
+ 0.012689895927906036,
461
+ 0.06979352608323097,
462
+ 0.013520345091819763,
463
+ 0.013657625764608383,
464
+ 0.07016758993268013
465
+ ]
466
+ },
467
+ "throughput": {
468
+ "unit": "samples/s",
469
+ "value": 66.82753591055035
470
+ },
471
+ "energy": null,
472
+ "efficiency": null
473
+ }
474
+ }
475
+ }