IlyasMoutawwakil HF staff commited on
Commit
6076257
1 Parent(s): 0d00edd

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

Browse files
bert-base-uncased-feature-extraction-openvino-2024-09-25-13-05-27/benchmark.json ADDED
@@ -0,0 +1,510 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "bert-base-uncased-feature-extraction-openvino-2024-09-25-13-05-27",
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": 8.147142998999698,
97
+ "mean": 8.147142998999698,
98
+ "stdev": 0.0,
99
+ "p50": 8.147142998999698,
100
+ "p90": 8.147142998999698,
101
+ "p95": 8.147142998999698,
102
+ "p99": 8.147142998999698,
103
+ "values": [
104
+ 8.147142998999698
105
+ ]
106
+ },
107
+ "throughput": null,
108
+ "energy": null,
109
+ "efficiency": null
110
+ },
111
+ "forward": {
112
+ "memory": null,
113
+ "latency": {
114
+ "unit": "s",
115
+ "count": 376,
116
+ "total": 10.009313017011664,
117
+ "mean": 0.026620513343116128,
118
+ "stdev": 0.0031798888327431345,
119
+ "p50": 0.026037568500214547,
120
+ "p90": 0.02975161750055122,
121
+ "p95": 0.03140434124998137,
122
+ "p99": 0.036214096749063174,
123
+ "values": [
124
+ 0.030668336999951862,
125
+ 0.027948016999289393,
126
+ 0.025528815000143368,
127
+ 0.025646774000051664,
128
+ 0.024760678001257475,
129
+ 0.026734118999229395,
130
+ 0.025441739000598318,
131
+ 0.024829861000398523,
132
+ 0.0250688350006385,
133
+ 0.027343794999978854,
134
+ 0.02774841400059813,
135
+ 0.026796393000040553,
136
+ 0.0276648720009689,
137
+ 0.027721644000848755,
138
+ 0.027465510000183713,
139
+ 0.023568012999021448,
140
+ 0.02587375199982489,
141
+ 0.025035402999492362,
142
+ 0.02741517600043153,
143
+ 0.02441661300144915,
144
+ 0.02523224700053106,
145
+ 0.029726970999035984,
146
+ 0.027551830000447808,
147
+ 0.025355511999805458,
148
+ 0.02509431799990125,
149
+ 0.026298041999325505,
150
+ 0.026611065999532002,
151
+ 0.026354835001257015,
152
+ 0.024921707999965292,
153
+ 0.02576192200103833,
154
+ 0.025292729000284453,
155
+ 0.02425491400026658,
156
+ 0.027277952000076766,
157
+ 0.0274016829989705,
158
+ 0.027196582001124625,
159
+ 0.02698328299993591,
160
+ 0.027952106000157073,
161
+ 0.030885975998899085,
162
+ 0.028500373000497348,
163
+ 0.026853309998841723,
164
+ 0.027390978999392246,
165
+ 0.024329395000677323,
166
+ 0.025549797001076513,
167
+ 0.027552744999411516,
168
+ 0.02842292199966323,
169
+ 0.02618930700009514,
170
+ 0.025692522000099416,
171
+ 0.026304099999833852,
172
+ 0.02750071999980719,
173
+ 0.02683969999998226,
174
+ 0.03592418599873781,
175
+ 0.02803816400046344,
176
+ 0.026458418000402162,
177
+ 0.02469826299966371,
178
+ 0.02602900500096439,
179
+ 0.031737619001432904,
180
+ 0.03128684500006784,
181
+ 0.03118160399935732,
182
+ 0.03311152899914305,
183
+ 0.03349411799899826,
184
+ 0.031050237999806996,
185
+ 0.03524784100045508,
186
+ 0.03487581400077033,
187
+ 0.030033756998818717,
188
+ 0.029920737999418634,
189
+ 0.028843743999459548,
190
+ 0.03138373399997363,
191
+ 0.028066594999472727,
192
+ 0.027243571001235978,
193
+ 0.0264071250003326,
194
+ 0.02539563500067743,
195
+ 0.025181253999107867,
196
+ 0.02640676800001529,
197
+ 0.02732998399915232,
198
+ 0.02670804199988197,
199
+ 0.02439573799892969,
200
+ 0.026264758000252186,
201
+ 0.026987135999661405,
202
+ 0.027541123001356027,
203
+ 0.030168496999976924,
204
+ 0.03708382900003926,
205
+ 0.05442702999971516,
206
+ 0.0438505800011626,
207
+ 0.049806835000708816,
208
+ 0.03524725699935516,
209
+ 0.03062945499914349,
210
+ 0.026657802000045194,
211
+ 0.029849971000658115,
212
+ 0.029887362999943434,
213
+ 0.03217866999875696,
214
+ 0.02917821800110687,
215
+ 0.027730862999305828,
216
+ 0.03228972900069493,
217
+ 0.029856736000510864,
218
+ 0.03089333200114197,
219
+ 0.02980859099989175,
220
+ 0.029757551999864518,
221
+ 0.02584033899984206,
222
+ 0.027055290000134846,
223
+ 0.02867166800024279,
224
+ 0.02840777700112085,
225
+ 0.034822094999981346,
226
+ 0.032594310001513804,
227
+ 0.030662569000924123,
228
+ 0.033082890999139636,
229
+ 0.02825104099974851,
230
+ 0.029703338999752305,
231
+ 0.026825013999769,
232
+ 0.029050726001514704,
233
+ 0.02764972299883084,
234
+ 0.027787196000645054,
235
+ 0.02658083400092437,
236
+ 0.025970939999751863,
237
+ 0.024893019000955974,
238
+ 0.025202949000231456,
239
+ 0.026024071001302218,
240
+ 0.02417914499892504,
241
+ 0.024991803000375512,
242
+ 0.02491854800064175,
243
+ 0.025590469000235316,
244
+ 0.025606995999623905,
245
+ 0.026588786000502296,
246
+ 0.028851105000285315,
247
+ 0.02837863900094817,
248
+ 0.02550789799897757,
249
+ 0.026428918001329293,
250
+ 0.026099579999936395,
251
+ 0.0264209100005246,
252
+ 0.025448010999753023,
253
+ 0.02554546699866478,
254
+ 0.02606039499914914,
255
+ 0.026312837999284966,
256
+ 0.025680722999823047,
257
+ 0.026502205999349826,
258
+ 0.025929985000402667,
259
+ 0.028304151999691385,
260
+ 0.0263995769983012,
261
+ 0.025151170999379246,
262
+ 0.02895947700017132,
263
+ 0.028164477000245824,
264
+ 0.023929008000777685,
265
+ 0.024549105000915006,
266
+ 0.026845662001505843,
267
+ 0.027515530000528088,
268
+ 0.026283230999979423,
269
+ 0.023169341000539134,
270
+ 0.024626985001305002,
271
+ 0.024676298999111168,
272
+ 0.027105455999844708,
273
+ 0.024439822000204003,
274
+ 0.0255387109991716,
275
+ 0.027681703999405727,
276
+ 0.02921273299944005,
277
+ 0.027486613998917164,
278
+ 0.026209190000372473,
279
+ 0.02569498999946518,
280
+ 0.028362967001157813,
281
+ 0.024081890000161366,
282
+ 0.025032939000084298,
283
+ 0.025237834999643383,
284
+ 0.02499846699902264,
285
+ 0.023743948000628734,
286
+ 0.024827557999742567,
287
+ 0.025252363999243244,
288
+ 0.025416521999432007,
289
+ 0.023481054000512813,
290
+ 0.024901803000830114,
291
+ 0.026539009999396512,
292
+ 0.034380324999801815,
293
+ 0.02601091700125835,
294
+ 0.026724082001237548,
295
+ 0.026799782999660238,
296
+ 0.027652511000269442,
297
+ 0.02567072899910272,
298
+ 0.026425883001138573,
299
+ 0.02313214099922334,
300
+ 0.022451614999226877,
301
+ 0.025940581999748247,
302
+ 0.025713977000123123,
303
+ 0.024999606001074426,
304
+ 0.02380746100061515,
305
+ 0.024308713000209536,
306
+ 0.02301227299903985,
307
+ 0.023161806000643992,
308
+ 0.022561724999832222,
309
+ 0.023543029999927967,
310
+ 0.024106945000312408,
311
+ 0.02432853500067722,
312
+ 0.025160212000628235,
313
+ 0.027215243000682676,
314
+ 0.02492162499947881,
315
+ 0.026127291001103004,
316
+ 0.023926436000692775,
317
+ 0.022154788000989356,
318
+ 0.023010915998384007,
319
+ 0.023335228999712854,
320
+ 0.028106371000831132,
321
+ 0.024422430999038625,
322
+ 0.02367251999930886,
323
+ 0.022927306999918073,
324
+ 0.024155140001312247,
325
+ 0.02397374999964086,
326
+ 0.024227975998655893,
327
+ 0.023794863000148325,
328
+ 0.024660253000547527,
329
+ 0.02461093300007633,
330
+ 0.025568701999873156,
331
+ 0.024522398998669814,
332
+ 0.02261593500043091,
333
+ 0.02640839900050196,
334
+ 0.02760758300064481,
335
+ 0.026046131999464706,
336
+ 0.03450080699985847,
337
+ 0.027751973999329493,
338
+ 0.02974568300123792,
339
+ 0.029532476000895258,
340
+ 0.02815417300007539,
341
+ 0.028691801999229938,
342
+ 0.029033819999312982,
343
+ 0.023839460000090185,
344
+ 0.026104013000804116,
345
+ 0.024349118999452912,
346
+ 0.024531903998649796,
347
+ 0.026056008000523434,
348
+ 0.025799103999815998,
349
+ 0.027252940999460407,
350
+ 0.024640972000270267,
351
+ 0.025456724999457947,
352
+ 0.025910360000125365,
353
+ 0.023740475000522565,
354
+ 0.02377763100048469,
355
+ 0.0244225770002231,
356
+ 0.023775949000992114,
357
+ 0.024369503000343684,
358
+ 0.022767890000977786,
359
+ 0.024306182998770964,
360
+ 0.02701386699845898,
361
+ 0.02602654300062568,
362
+ 0.02590018500086444,
363
+ 0.0243809469993721,
364
+ 0.026205391999610583,
365
+ 0.026713600998846232,
366
+ 0.027453582999442006,
367
+ 0.026295857000150136,
368
+ 0.02610176300004241,
369
+ 0.027003238999895984,
370
+ 0.024842466998961754,
371
+ 0.025041598000825616,
372
+ 0.025564186998963123,
373
+ 0.025147863998427056,
374
+ 0.024029013000472332,
375
+ 0.024808972000755602,
376
+ 0.026065928001116845,
377
+ 0.0245556720001332,
378
+ 0.024248072999398573,
379
+ 0.023643698001251323,
380
+ 0.02319461200022488,
381
+ 0.02550606700060598,
382
+ 0.02651696099928813,
383
+ 0.024520242999642505,
384
+ 0.025227868000001763,
385
+ 0.025941621001038584,
386
+ 0.027764038000896107,
387
+ 0.025592697000320186,
388
+ 0.027196235001611058,
389
+ 0.025478245999693172,
390
+ 0.026625194001098862,
391
+ 0.02950688900091336,
392
+ 0.025289027998951497,
393
+ 0.026122060999114183,
394
+ 0.023763523999150493,
395
+ 0.026821620000191615,
396
+ 0.025727573000040138,
397
+ 0.025180904000080773,
398
+ 0.02241754500028037,
399
+ 0.02692172400020354,
400
+ 0.026145525998799712,
401
+ 0.024370283999815,
402
+ 0.02446792800037656,
403
+ 0.025772750999749405,
404
+ 0.02480216199910501,
405
+ 0.02472845100055565,
406
+ 0.022693314000207465,
407
+ 0.028340426999420743,
408
+ 0.026799127999765915,
409
+ 0.02683030200023495,
410
+ 0.025583012000424787,
411
+ 0.026222297001368133,
412
+ 0.028842450001320685,
413
+ 0.030995158000223455,
414
+ 0.02717501299957803,
415
+ 0.02666679400135763,
416
+ 0.026668137999877217,
417
+ 0.029437821998726577,
418
+ 0.02684177099945373,
419
+ 0.02640163400064921,
420
+ 0.026000054000178352,
421
+ 0.026428622999446816,
422
+ 0.02395921199968143,
423
+ 0.02527280200047244,
424
+ 0.025392858999111922,
425
+ 0.024589617998572066,
426
+ 0.02458193399979791,
427
+ 0.02312228399932792,
428
+ 0.02448532900052669,
429
+ 0.023410898000292946,
430
+ 0.025774646001082147,
431
+ 0.02546521899967047,
432
+ 0.026118722998944577,
433
+ 0.02635987500070769,
434
+ 0.02503075499953411,
435
+ 0.02445613800045976,
436
+ 0.023866169000029913,
437
+ 0.02528312300091784,
438
+ 0.02541675299835333,
439
+ 0.024285805000545224,
440
+ 0.024382842999330023,
441
+ 0.023998874999961117,
442
+ 0.02478043300106947,
443
+ 0.023567758000353933,
444
+ 0.025257426999814925,
445
+ 0.025229214999853866,
446
+ 0.026678888001697487,
447
+ 0.02729016400007822,
448
+ 0.026151699999900302,
449
+ 0.026309426999432617,
450
+ 0.025879671000438975,
451
+ 0.02641666399904352,
452
+ 0.0314661630000046,
453
+ 0.030958948998886626,
454
+ 0.027593519000220113,
455
+ 0.026609563999954844,
456
+ 0.02638614200077427,
457
+ 0.026952232999974512,
458
+ 0.026270840999131906,
459
+ 0.02785244600090664,
460
+ 0.02580140999998548,
461
+ 0.025600020999263506,
462
+ 0.026125751001018216,
463
+ 0.024681545999555965,
464
+ 0.02488721500048996,
465
+ 0.025318149999293382,
466
+ 0.02521307499955583,
467
+ 0.026216833999569644,
468
+ 0.024784429999272106,
469
+ 0.025546064998707152,
470
+ 0.02600645100028487,
471
+ 0.025241252998966957,
472
+ 0.024976709000839037,
473
+ 0.025695730999359512,
474
+ 0.023757246000968735,
475
+ 0.024406809001447982,
476
+ 0.02538566799921682,
477
+ 0.023374359001536504,
478
+ 0.026316292000046815,
479
+ 0.027320797998982016,
480
+ 0.02375608399961493,
481
+ 0.028378167999107973,
482
+ 0.02868297100030759,
483
+ 0.027740289000576013,
484
+ 0.02667898399886326,
485
+ 0.027558760999454535,
486
+ 0.027096251998955267,
487
+ 0.025029742000697297,
488
+ 0.026541601000644732,
489
+ 0.025372415999299847,
490
+ 0.024985901000036392,
491
+ 0.023818137000489514,
492
+ 0.02839673200105608,
493
+ 0.023673384999710834,
494
+ 0.025964526999814552,
495
+ 0.025123498000539257,
496
+ 0.02579415800028073,
497
+ 0.025683423000373296,
498
+ 0.024658476999320555,
499
+ 0.028392107000399847
500
+ ]
501
+ },
502
+ "throughput": {
503
+ "unit": "samples/s",
504
+ "value": 75.13003127406577
505
+ },
506
+ "energy": null,
507
+ "efficiency": null
508
+ }
509
+ }
510
+ }