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

Upload bert-base-uncased-feature-extraction-pytorch-2024-09-25-12-57-16/benchmark.json with huggingface_hub

Browse files
bert-base-uncased-feature-extraction-pytorch-2024-09-25-12-57-16/benchmark.json ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "bert-base-uncased-feature-extraction-pytorch-2024-09-25-12-57-16",
4
+ "backend": {
5
+ "name": "pytorch",
6
+ "version": "2.3.0",
7
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
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
+ "device_map": null,
22
+ "torch_dtype": "float32",
23
+ "eval_mode": true,
24
+ "to_bettertransformer": false,
25
+ "low_cpu_mem_usage": null,
26
+ "attn_implementation": null,
27
+ "cache_implementation": null,
28
+ "autocast_enabled": false,
29
+ "autocast_dtype": null,
30
+ "torch_compile": false,
31
+ "torch_compile_target": "forward",
32
+ "torch_compile_config": {},
33
+ "quantization_scheme": null,
34
+ "quantization_config": {},
35
+ "deepspeed_inference": false,
36
+ "deepspeed_inference_config": {},
37
+ "peft_type": null,
38
+ "peft_config": {}
39
+ },
40
+ "scenario": {
41
+ "name": "inference",
42
+ "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
43
+ "iterations": 10,
44
+ "duration": 10,
45
+ "warmup_runs": 10,
46
+ "input_shapes": {
47
+ "batch_size": 2,
48
+ "num_choices": 2,
49
+ "sequence_length": 16
50
+ },
51
+ "new_tokens": null,
52
+ "memory": false,
53
+ "latency": true,
54
+ "energy": false,
55
+ "forward_kwargs": {},
56
+ "generate_kwargs": {},
57
+ "call_kwargs": {}
58
+ },
59
+ "launcher": {
60
+ "name": "process",
61
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
62
+ "device_isolation": false,
63
+ "device_isolation_action": null,
64
+ "numactl": false,
65
+ "numactl_kwargs": {},
66
+ "start_method": "spawn"
67
+ },
68
+ "environment": {
69
+ "cpu": " 12th Gen Intel(R) Core(TM) i9-12900H",
70
+ "cpu_count": 20,
71
+ "cpu_ram_mb": 8162.504704,
72
+ "system": "Linux",
73
+ "machine": "x86_64",
74
+ "platform": "Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35",
75
+ "processor": "x86_64",
76
+ "python_version": "3.9.16",
77
+ "gpu": [
78
+ "NVIDIA GeForce RTX 3070 Ti Laptop GPU"
79
+ ],
80
+ "gpu_count": 1,
81
+ "gpu_vram_mb": 8589934592,
82
+ "optimum_benchmark_version": "0.5.0",
83
+ "optimum_benchmark_commit": null,
84
+ "transformers_version": "4.39.3",
85
+ "transformers_commit": null,
86
+ "accelerate_version": "0.22.0",
87
+ "accelerate_commit": null,
88
+ "diffusers_version": "0.30.3",
89
+ "diffusers_commit": null,
90
+ "optimum_version": "1.22.0",
91
+ "optimum_commit": null,
92
+ "timm_version": null,
93
+ "timm_commit": null,
94
+ "peft_version": "0.5.0",
95
+ "peft_commit": null
96
+ }
97
+ },
98
+ "report": {
99
+ "load": {
100
+ "memory": null,
101
+ "latency": {
102
+ "unit": "s",
103
+ "count": 1,
104
+ "total": 0.21163445799902547,
105
+ "mean": 0.21163445799902547,
106
+ "stdev": 0.0,
107
+ "p50": 0.21163445799902547,
108
+ "p90": 0.21163445799902547,
109
+ "p95": 0.21163445799902547,
110
+ "p99": 0.21163445799902547,
111
+ "values": [
112
+ 0.21163445799902547
113
+ ]
114
+ },
115
+ "throughput": null,
116
+ "energy": null,
117
+ "efficiency": null
118
+ },
119
+ "forward": {
120
+ "memory": null,
121
+ "latency": {
122
+ "unit": "s",
123
+ "count": 227,
124
+ "total": 10.001136720997238,
125
+ "mean": 0.044057871017608975,
126
+ "stdev": 0.004844031775589998,
127
+ "p50": 0.043573724000452785,
128
+ "p90": 0.048108165599114724,
129
+ "p95": 0.04978989289993478,
130
+ "p99": 0.05818846191985358,
131
+ "values": [
132
+ 0.03815077699982794,
133
+ 0.04284172799998487,
134
+ 0.04165696800009755,
135
+ 0.04044770699874789,
136
+ 0.04038155399939569,
137
+ 0.034321953000471694,
138
+ 0.03675424299945007,
139
+ 0.04314277400044375,
140
+ 0.036722482000186574,
141
+ 0.03852093299974513,
142
+ 0.0408456870009104,
143
+ 0.036498060000667465,
144
+ 0.0372420499988948,
145
+ 0.034404009998979745,
146
+ 0.040136239000275964,
147
+ 0.03705203500067,
148
+ 0.03852554900004179,
149
+ 0.04217101700123749,
150
+ 0.04277487000035762,
151
+ 0.039127826001276844,
152
+ 0.049819564999779686,
153
+ 0.044688030999168404,
154
+ 0.03840092300015385,
155
+ 0.04430563200003235,
156
+ 0.0382647589995031,
157
+ 0.04258946500158345,
158
+ 0.0450386439988506,
159
+ 0.044456805000663735,
160
+ 0.037400117000288446,
161
+ 0.040190182999140234,
162
+ 0.04339363000144658,
163
+ 0.04294859000037832,
164
+ 0.04767369099863572,
165
+ 0.04336862899981497,
166
+ 0.04187604599974293,
167
+ 0.042637921000277856,
168
+ 0.04073244000028353,
169
+ 0.044239204999030335,
170
+ 0.042724457000076654,
171
+ 0.04458731599879684,
172
+ 0.03983374300150899,
173
+ 0.04573074799918686,
174
+ 0.03954862400132697,
175
+ 0.04209167699991667,
176
+ 0.04336080600114656,
177
+ 0.04572039500089886,
178
+ 0.036588389999451465,
179
+ 0.0442104069989,
180
+ 0.04381239499889489,
181
+ 0.043810007999127265,
182
+ 0.0440916229999857,
183
+ 0.045281479999175644,
184
+ 0.04235721200166154,
185
+ 0.04728463600076793,
186
+ 0.0442924220005807,
187
+ 0.043475515998579795,
188
+ 0.040809688998706406,
189
+ 0.04622284499964735,
190
+ 0.045039089000056265,
191
+ 0.0444460060007259,
192
+ 0.042437644999154145,
193
+ 0.0441015120013617,
194
+ 0.043960131999483565,
195
+ 0.041908679999323795,
196
+ 0.04309701499914809,
197
+ 0.04534891200091806,
198
+ 0.04106510500059812,
199
+ 0.04131245200005651,
200
+ 0.04170111299936252,
201
+ 0.04581119300019054,
202
+ 0.050510524000856094,
203
+ 0.045779194000715506,
204
+ 0.044977478000873816,
205
+ 0.041313117999379756,
206
+ 0.042676826000388246,
207
+ 0.04261777499959862,
208
+ 0.04316627299886022,
209
+ 0.041810534999967786,
210
+ 0.0430216479999217,
211
+ 0.0444446789988433,
212
+ 0.0439651220003725,
213
+ 0.04151693099993281,
214
+ 0.043573724000452785,
215
+ 0.04248226900017471,
216
+ 0.04833243500070239,
217
+ 0.04740680299983069,
218
+ 0.04646829599914781,
219
+ 0.04286772800151084,
220
+ 0.041121788999589626,
221
+ 0.04342508500121767,
222
+ 0.04451153699847055,
223
+ 0.047042807998877834,
224
+ 0.0471968370002287,
225
+ 0.04466002500157629,
226
+ 0.04260592500031635,
227
+ 0.04052886600038619,
228
+ 0.04474269499951333,
229
+ 0.0386294239997369,
230
+ 0.04333555799894384,
231
+ 0.039977865999389905,
232
+ 0.0434575790004601,
233
+ 0.04452780300016457,
234
+ 0.04558389100020577,
235
+ 0.0443559790001018,
236
+ 0.042368737998913275,
237
+ 0.042223829001159174,
238
+ 0.04284816599829355,
239
+ 0.04779753599905234,
240
+ 0.04324114199880569,
241
+ 0.044546933999299654,
242
+ 0.04559323299872631,
243
+ 0.0407937710006081,
244
+ 0.0414077109999198,
245
+ 0.04430668799977866,
246
+ 0.045467121999536175,
247
+ 0.044657099000687595,
248
+ 0.040830649000781705,
249
+ 0.048744277000878355,
250
+ 0.03911088999848289,
251
+ 0.04820981299963023,
252
+ 0.04329602899997553,
253
+ 0.048083117999340175,
254
+ 0.03953064100096526,
255
+ 0.041746609000256285,
256
+ 0.04146359799960919,
257
+ 0.039430951999747776,
258
+ 0.0451678310000716,
259
+ 0.04255272999944282,
260
+ 0.0455301199999667,
261
+ 0.042760743001053925,
262
+ 0.046520261999830836,
263
+ 0.048145736998776556,
264
+ 0.04710020899983647,
265
+ 0.04624329000034777,
266
+ 0.04292400099984661,
267
+ 0.03962627800137852,
268
+ 0.042185195999991265,
269
+ 0.03713873400010925,
270
+ 0.04797647399936977,
271
+ 0.04620297799920081,
272
+ 0.0463772399998561,
273
+ 0.04358592100106762,
274
+ 0.04395960100009688,
275
+ 0.042370221999590285,
276
+ 0.042261589000190725,
277
+ 0.044540737000716035,
278
+ 0.043234405999101,
279
+ 0.04224513099870819,
280
+ 0.04498892199990223,
281
+ 0.04354401099953975,
282
+ 0.044581931999346125,
283
+ 0.035908727999412804,
284
+ 0.039222316998348106,
285
+ 0.04530707699996128,
286
+ 0.0462900010006706,
287
+ 0.047450648999074474,
288
+ 0.047666995000327006,
289
+ 0.04095155200047884,
290
+ 0.04207379299987224,
291
+ 0.04358295300153259,
292
+ 0.042259328000000096,
293
+ 0.046603247999883024,
294
+ 0.04221145999872533,
295
+ 0.04364184299993212,
296
+ 0.0453056820006168,
297
+ 0.042234069000187446,
298
+ 0.0452455149988964,
299
+ 0.041958918000091217,
300
+ 0.0423393639994174,
301
+ 0.04288401200028602,
302
+ 0.034834447000321234,
303
+ 0.04106049300025916,
304
+ 0.040114214998538955,
305
+ 0.04513658800169651,
306
+ 0.04512483700091252,
307
+ 0.04431954299980134,
308
+ 0.0411927539989847,
309
+ 0.04544970899951295,
310
+ 0.04303791400161572,
311
+ 0.03683460100000957,
312
+ 0.04517204799958563,
313
+ 0.04363813100098923,
314
+ 0.04235966000123881,
315
+ 0.04058173699922918,
316
+ 0.04720091799936199,
317
+ 0.05605703799847106,
318
+ 0.05380112800048664,
319
+ 0.063203715999407,
320
+ 0.08490149899989774,
321
+ 0.05616209400068328,
322
+ 0.04874078699867823,
323
+ 0.05816296299963142,
324
+ 0.04929178400016099,
325
+ 0.04452332399887382,
326
+ 0.04972065800029668,
327
+ 0.05085855300058029,
328
+ 0.04931387299984635,
329
+ 0.046880676000000676,
330
+ 0.044706668000799255,
331
+ 0.043348294000679743,
332
+ 0.04556250200039358,
333
+ 0.05680821200076025,
334
+ 0.04698229099994933,
335
+ 0.047118067001065356,
336
+ 0.04380583900092461,
337
+ 0.04508574999999837,
338
+ 0.045398220001516165,
339
+ 0.05819742099993164,
340
+ 0.053218049000861356,
341
+ 0.047733970000990666,
342
+ 0.04235678499935602,
343
+ 0.044074357001591125,
344
+ 0.049097696000899305,
345
+ 0.04043576599906373,
346
+ 0.041585630000554374,
347
+ 0.04095260000030976,
348
+ 0.04852376100097899,
349
+ 0.04633160599951225,
350
+ 0.042648540998925455,
351
+ 0.043078263001007144,
352
+ 0.046696336999957566,
353
+ 0.04572774499865773,
354
+ 0.046517083999788156,
355
+ 0.04656116400110477,
356
+ 0.04834544199911761,
357
+ 0.047990360000767396,
358
+ 0.04153126299934229
359
+ ]
360
+ },
361
+ "throughput": {
362
+ "unit": "samples/s",
363
+ "value": 45.394839873234986
364
+ },
365
+ "energy": null,
366
+ "efficiency": null
367
+ }
368
+ }
369
+ }