IlyasMoutawwakil HF staff commited on
Commit
336316b
1 Parent(s): 1429a7b

Upload bert-base-uncased-feature-extraction-openvino-2024-09-25-13-04-07/benchmark.json with huggingface_hub

Browse files
bert-base-uncased-feature-extraction-openvino-2024-09-25-13-04-07/benchmark.json ADDED
@@ -0,0 +1,494 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "bert-base-uncased-feature-extraction-openvino-2024-09-25-13-04-07",
4
+ "backend": {
5
+ "name": "openvino",
6
+ "version": "2024.4.0",
7
+ "_target_": "optimum_benchmark.backends.openvino.backend.OVBackend",
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
+ "openvino_config": {},
25
+ "half": false,
26
+ "reshape": false,
27
+ "quantization": false,
28
+ "quantization_config": {},
29
+ "calibration": false,
30
+ "calibration_config": {}
31
+ },
32
+ "scenario": {
33
+ "name": "inference",
34
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
35
+ "iterations": 10,
36
+ "duration": 10,
37
+ "warmup_runs": 10,
38
+ "input_shapes": {
39
+ "batch_size": 2,
40
+ "num_choices": 2,
41
+ "sequence_length": 16
42
+ },
43
+ "new_tokens": null,
44
+ "memory": false,
45
+ "latency": true,
46
+ "energy": false,
47
+ "forward_kwargs": {},
48
+ "generate_kwargs": {},
49
+ "call_kwargs": {}
50
+ },
51
+ "launcher": {
52
+ "name": "process",
53
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
54
+ "device_isolation": false,
55
+ "device_isolation_action": null,
56
+ "numactl": false,
57
+ "numactl_kwargs": "",
58
+ "start_method": "spawn"
59
+ },
60
+ "environment": {
61
+ "cpu": " 12th Gen Intel(R) Core(TM) i9-12900H",
62
+ "cpu_count": 20,
63
+ "cpu_ram_mb": 8162.504704,
64
+ "system": "Linux",
65
+ "machine": "x86_64",
66
+ "platform": "Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35",
67
+ "processor": "x86_64",
68
+ "python_version": "3.9.16",
69
+ "gpu": [
70
+ "NVIDIA GeForce RTX 3070 Ti Laptop GPU"
71
+ ],
72
+ "gpu_count": 1,
73
+ "gpu_vram_mb": 8589934592,
74
+ "optimum_benchmark_version": "0.5.0",
75
+ "optimum_benchmark_commit": null,
76
+ "transformers_version": "4.39.3",
77
+ "transformers_commit": null,
78
+ "accelerate_version": "0.22.0",
79
+ "accelerate_commit": null,
80
+ "diffusers_version": "0.30.3",
81
+ "diffusers_commit": null,
82
+ "optimum_version": "1.22.0",
83
+ "optimum_commit": null,
84
+ "timm_version": null,
85
+ "timm_commit": null,
86
+ "peft_version": "0.5.0",
87
+ "peft_commit": null
88
+ }
89
+ },
90
+ "report": {
91
+ "load": {
92
+ "memory": null,
93
+ "latency": {
94
+ "unit": "s",
95
+ "count": 1,
96
+ "total": 9.7688119250015,
97
+ "mean": 9.7688119250015,
98
+ "stdev": 0.0,
99
+ "p50": 9.7688119250015,
100
+ "p90": 9.7688119250015,
101
+ "p95": 9.7688119250015,
102
+ "p99": 9.7688119250015,
103
+ "values": [
104
+ 9.7688119250015
105
+ ]
106
+ },
107
+ "throughput": null,
108
+ "energy": null,
109
+ "efficiency": null
110
+ },
111
+ "forward": {
112
+ "memory": null,
113
+ "latency": {
114
+ "unit": "s",
115
+ "count": 360,
116
+ "total": 10.015750791008031,
117
+ "mean": 0.02782152997502231,
118
+ "stdev": 0.003451435544061276,
119
+ "p50": 0.02691819849951571,
120
+ "p90": 0.031229918700591955,
121
+ "p95": 0.03607530815024802,
122
+ "p99": 0.04142005830000931,
123
+ "values": [
124
+ 0.03234358599911502,
125
+ 0.03660950899939053,
126
+ 0.035582791999331675,
127
+ 0.040006928000366315,
128
+ 0.039461616001062794,
129
+ 0.032751548000305775,
130
+ 0.03396813600011228,
131
+ 0.038463400000182446,
132
+ 0.0369638459997077,
133
+ 0.03221118999863393,
134
+ 0.03347464000034961,
135
+ 0.032521056000405224,
136
+ 0.032120964000569074,
137
+ 0.030275656999947387,
138
+ 0.030791892000706866,
139
+ 0.031223661000694847,
140
+ 0.043648890999975265,
141
+ 0.03904160199999751,
142
+ 0.0405302639992442,
143
+ 0.04458401100055198,
144
+ 0.0427004940011102,
145
+ 0.03884014700088301,
146
+ 0.03245967699876928,
147
+ 0.03937613199923362,
148
+ 0.03607239200027834,
149
+ 0.032607389000986586,
150
+ 0.027599809000093956,
151
+ 0.026522942000156036,
152
+ 0.02688771400062251,
153
+ 0.026318315998651087,
154
+ 0.028043502001310117,
155
+ 0.02837316200020723,
156
+ 0.026784534000398708,
157
+ 0.02848613600144745,
158
+ 0.033484763000160456,
159
+ 0.029506451999623096,
160
+ 0.027334090998920146,
161
+ 0.027058146000854322,
162
+ 0.027312762998917606,
163
+ 0.027262169000096037,
164
+ 0.027578098000958562,
165
+ 0.02640853800039622,
166
+ 0.02575066699864692,
167
+ 0.02532381300079578,
168
+ 0.024190193000322324,
169
+ 0.024079267001070548,
170
+ 0.024951564000730286,
171
+ 0.02584729999944102,
172
+ 0.025842479999482748,
173
+ 0.026669913000660017,
174
+ 0.025421481999728712,
175
+ 0.02332482599922514,
176
+ 0.02384005400017486,
177
+ 0.027920873000766733,
178
+ 0.026754513000923907,
179
+ 0.025948902000891394,
180
+ 0.02780264399916632,
181
+ 0.027434117000666447,
182
+ 0.026648718001524685,
183
+ 0.02648971700000402,
184
+ 0.027516922000359045,
185
+ 0.02829644799930975,
186
+ 0.028771872999641346,
187
+ 0.02775407199987967,
188
+ 0.027429044999735197,
189
+ 0.026792496999405557,
190
+ 0.025141290001556627,
191
+ 0.026302430000214372,
192
+ 0.026013081000201055,
193
+ 0.0257487669987313,
194
+ 0.028538870999909705,
195
+ 0.028308012000707095,
196
+ 0.02729615600037505,
197
+ 0.024926854001023457,
198
+ 0.024014797001655097,
199
+ 0.026137267999729374,
200
+ 0.026537693000136642,
201
+ 0.026589425000565825,
202
+ 0.027749612998377415,
203
+ 0.02652602099988144,
204
+ 0.02629386899934616,
205
+ 0.026275531999999657,
206
+ 0.025063397999474546,
207
+ 0.025339763998999842,
208
+ 0.02633077500104264,
209
+ 0.026423507000799873,
210
+ 0.026630280999597744,
211
+ 0.027972584000963252,
212
+ 0.027812043999801972,
213
+ 0.02650528000049235,
214
+ 0.026785080999616184,
215
+ 0.0278048910004145,
216
+ 0.028168030999950133,
217
+ 0.026492754999708268,
218
+ 0.02720311099983519,
219
+ 0.029993439999088878,
220
+ 0.027079280000180006,
221
+ 0.025563185999999405,
222
+ 0.02507046599930618,
223
+ 0.025979018999350956,
224
+ 0.025860216999717522,
225
+ 0.026369692999651306,
226
+ 0.025919014000464813,
227
+ 0.027450538000266533,
228
+ 0.0272734109985322,
229
+ 0.026915483998891432,
230
+ 0.026337776998843765,
231
+ 0.02648078399943188,
232
+ 0.024324113999682595,
233
+ 0.023922135998873273,
234
+ 0.02472901799956162,
235
+ 0.025718566999785253,
236
+ 0.026900009001110448,
237
+ 0.027674483999362565,
238
+ 0.02858590399955574,
239
+ 0.027328821999617503,
240
+ 0.026320766999560874,
241
+ 0.027866013999300776,
242
+ 0.029102905999025097,
243
+ 0.02777232199878199,
244
+ 0.025967464000132168,
245
+ 0.026752017000035266,
246
+ 0.026833113999600755,
247
+ 0.026137475000723498,
248
+ 0.026821204999578185,
249
+ 0.027513299999554874,
250
+ 0.026870097000937676,
251
+ 0.02824363599938806,
252
+ 0.026343708999775117,
253
+ 0.02688685599969176,
254
+ 0.027177730000403244,
255
+ 0.02559615300015139,
256
+ 0.02680757499911124,
257
+ 0.027690210001310334,
258
+ 0.026026753999758512,
259
+ 0.026229788998534787,
260
+ 0.02599249000013515,
261
+ 0.02692330299942114,
262
+ 0.02490512700023828,
263
+ 0.027652746000967454,
264
+ 0.02692091300013999,
265
+ 0.02767486900120275,
266
+ 0.027836376000777818,
267
+ 0.026612727999236085,
268
+ 0.02648997500000405,
269
+ 0.0271983349994116,
270
+ 0.025919338000676362,
271
+ 0.026327255000069272,
272
+ 0.027150034000442247,
273
+ 0.027928225999858114,
274
+ 0.028105293999033165,
275
+ 0.02861583900084952,
276
+ 0.026907366000159527,
277
+ 0.029318736000277568,
278
+ 0.02649901999939175,
279
+ 0.027265613998679328,
280
+ 0.026349028999902657,
281
+ 0.027837949000968365,
282
+ 0.029474894001396024,
283
+ 0.02821777999997721,
284
+ 0.028958572998817544,
285
+ 0.029447191998769995,
286
+ 0.025883874999635736,
287
+ 0.027492932000313886,
288
+ 0.02713576899986947,
289
+ 0.024997727001391468,
290
+ 0.024668220999956247,
291
+ 0.025227010999515187,
292
+ 0.026415219999762485,
293
+ 0.026343560000896105,
294
+ 0.02660480500162521,
295
+ 0.028253131999008474,
296
+ 0.030758372000491363,
297
+ 0.028244353999980376,
298
+ 0.026044700000056764,
299
+ 0.026422487999298028,
300
+ 0.025507715999992797,
301
+ 0.027341270999386325,
302
+ 0.027938819999690168,
303
+ 0.031395907999467454,
304
+ 0.03141162300016731,
305
+ 0.03023570400000608,
306
+ 0.02889983199929702,
307
+ 0.026159728000493487,
308
+ 0.025685602999146795,
309
+ 0.025422689999686554,
310
+ 0.025353408000228228,
311
+ 0.03374865699879592,
312
+ 0.026955519999319222,
313
+ 0.02714521099915146,
314
+ 0.02763422200041532,
315
+ 0.02560234100019443,
316
+ 0.02401167799871473,
317
+ 0.025537158000588533,
318
+ 0.026763472000311594,
319
+ 0.0272471600001154,
320
+ 0.02494799700070871,
321
+ 0.02495674800047709,
322
+ 0.025481090000539552,
323
+ 0.02693168699988746,
324
+ 0.02642105699851527,
325
+ 0.028540579998661997,
326
+ 0.027386702999137924,
327
+ 0.027676440000504954,
328
+ 0.027197813000384485,
329
+ 0.026334798998504994,
330
+ 0.028909886999826995,
331
+ 0.024225848999776645,
332
+ 0.027554370999496314,
333
+ 0.02505373799976951,
334
+ 0.024953935999292298,
335
+ 0.02430808499957493,
336
+ 0.027258894999249605,
337
+ 0.02570441900024889,
338
+ 0.029302487999302684,
339
+ 0.03022783599953982,
340
+ 0.036459168999499525,
341
+ 0.028880496000056155,
342
+ 0.027078893999714637,
343
+ 0.025286877000326058,
344
+ 0.025029513000845327,
345
+ 0.025346802000058233,
346
+ 0.024383282001508633,
347
+ 0.02860988499924133,
348
+ 0.024101958000755985,
349
+ 0.023200416000690893,
350
+ 0.02997624599993287,
351
+ 0.026165561001107562,
352
+ 0.030099674999291892,
353
+ 0.02611465999871143,
354
+ 0.028839018999860855,
355
+ 0.027930164000281366,
356
+ 0.02790334199926292,
357
+ 0.027013541999622248,
358
+ 0.02818411400039622,
359
+ 0.026689349999287515,
360
+ 0.027226636999330367,
361
+ 0.026983248000760796,
362
+ 0.02868512300119619,
363
+ 0.029189249999035383,
364
+ 0.026271069998983876,
365
+ 0.0252847700012353,
366
+ 0.025752793999345158,
367
+ 0.02670982999916305,
368
+ 0.026628940999216866,
369
+ 0.02602728800047771,
370
+ 0.025966961999074556,
371
+ 0.02565336999941792,
372
+ 0.02543293599956087,
373
+ 0.025419743000384187,
374
+ 0.02585148900107015,
375
+ 0.026176869001574232,
376
+ 0.02535550799984776,
377
+ 0.02591589700023178,
378
+ 0.02603622000060568,
379
+ 0.026788097000462585,
380
+ 0.032861894000234315,
381
+ 0.028098409000449465,
382
+ 0.0271302770015609,
383
+ 0.027375309999115416,
384
+ 0.027739651000956655,
385
+ 0.026000579999163165,
386
+ 0.026830815000721486,
387
+ 0.025411732000065967,
388
+ 0.029426553001030697,
389
+ 0.03665434700087644,
390
+ 0.026648504001059337,
391
+ 0.028293287999986205,
392
+ 0.025705828000354813,
393
+ 0.026976092000040808,
394
+ 0.025562164000803023,
395
+ 0.02602643800128135,
396
+ 0.02509610200104362,
397
+ 0.026894620001257863,
398
+ 0.02556203799940704,
399
+ 0.02520043199911015,
400
+ 0.02562005300023884,
401
+ 0.025889032000122825,
402
+ 0.024357815000257688,
403
+ 0.025191403001372237,
404
+ 0.02467525499923795,
405
+ 0.024204241000916227,
406
+ 0.023110979998818948,
407
+ 0.025053082999875187,
408
+ 0.025415121999685653,
409
+ 0.027817832000437193,
410
+ 0.02580916300030367,
411
+ 0.026650742000128957,
412
+ 0.026199437999821384,
413
+ 0.02750338400073815,
414
+ 0.029149231000701548,
415
+ 0.02753911000036169,
416
+ 0.02629854000042542,
417
+ 0.02756410300025891,
418
+ 0.03085953700065147,
419
+ 0.028525699000965687,
420
+ 0.031097230001250864,
421
+ 0.03160719399966183,
422
+ 0.031176204998700996,
423
+ 0.030998948001069948,
424
+ 0.027265523000096437,
425
+ 0.0382439400000294,
426
+ 0.026963436999722035,
427
+ 0.026621386999977403,
428
+ 0.026733389000582974,
429
+ 0.027084720000857487,
430
+ 0.02432012300050701,
431
+ 0.025852111999483895,
432
+ 0.02748637399963627,
433
+ 0.025886852999974508,
434
+ 0.027275554999505403,
435
+ 0.028215468000780675,
436
+ 0.027501426000526408,
437
+ 0.025481116001174087,
438
+ 0.02875404500082368,
439
+ 0.026542406998487422,
440
+ 0.02659437600050296,
441
+ 0.02489886699913768,
442
+ 0.025598202999390196,
443
+ 0.026460830000360147,
444
+ 0.028226488999280264,
445
+ 0.02761392499996873,
446
+ 0.03613071499967191,
447
+ 0.03056900299998233,
448
+ 0.026852570999835734,
449
+ 0.0312862379996659,
450
+ 0.029463357999702566,
451
+ 0.0371308970006794,
452
+ 0.03095900799962692,
453
+ 0.029784156000459916,
454
+ 0.028999545000260696,
455
+ 0.025573963999704574,
456
+ 0.027092717000414268,
457
+ 0.02662682100162783,
458
+ 0.023152586001742748,
459
+ 0.02517367400105286,
460
+ 0.0258308960001159,
461
+ 0.028678247001153068,
462
+ 0.02891983199879178,
463
+ 0.02854588300033356,
464
+ 0.027412839999669814,
465
+ 0.025811413001065375,
466
+ 0.02670637699884537,
467
+ 0.02663200200004212,
468
+ 0.025216009000359918,
469
+ 0.027746739999201964,
470
+ 0.02651293800045096,
471
+ 0.02988151600038691,
472
+ 0.02894506399934471,
473
+ 0.02681689800010645,
474
+ 0.02792657400095777,
475
+ 0.02716598200095177,
476
+ 0.026844349999009864,
477
+ 0.027127948000270408,
478
+ 0.029653469999175286,
479
+ 0.02963251099936315,
480
+ 0.02564744499977678,
481
+ 0.026354446999903303,
482
+ 0.027270040000075824,
483
+ 0.049444730999312014
484
+ ]
485
+ },
486
+ "throughput": {
487
+ "unit": "samples/s",
488
+ "value": 71.88677264677986
489
+ },
490
+ "energy": null,
491
+ "efficiency": null
492
+ }
493
+ }
494
+ }