IlyasMoutawwakil HF staff commited on
Commit
e949d5d
1 Parent(s): 8f22f7e

Upload bert-base-uncased-feature-extraction-pytorch-2024-09-25-17-28-29/benchmark.json with huggingface_hub

Browse files
bert-base-uncased-feature-extraction-pytorch-2024-09-25-17-28-29/benchmark.json ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "bert-base-uncased-feature-extraction-pytorch-2024-09-25-17-28-29",
4
+ "backend": {
5
+ "name": "pytorch",
6
+ "version": "2.4.1",
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": true,
65
+ "numactl_kwargs": "",
66
+ "start_method": "spawn"
67
+ },
68
+ "environment": {
69
+ "cpu": " AMD EPYC 7R13 Processor",
70
+ "cpu_count": 64,
71
+ "cpu_ram_mb": 529717.02272,
72
+ "system": "Linux",
73
+ "machine": "x86_64",
74
+ "platform": "Linux-5.10.205-195.807.amzn2.x86_64-x86_64-with-glibc2.36",
75
+ "processor": "",
76
+ "python_version": "3.10.15",
77
+ "optimum_benchmark_version": "0.5.0",
78
+ "optimum_benchmark_commit": null,
79
+ "transformers_version": "4.44.2",
80
+ "transformers_commit": null,
81
+ "accelerate_version": "0.34.2",
82
+ "accelerate_commit": null,
83
+ "diffusers_version": null,
84
+ "diffusers_commit": null,
85
+ "optimum_version": "1.22.0",
86
+ "optimum_commit": null,
87
+ "timm_version": null,
88
+ "timm_commit": null,
89
+ "peft_version": null,
90
+ "peft_commit": null
91
+ }
92
+ },
93
+ "report": {
94
+ "load": {
95
+ "memory": null,
96
+ "latency": {
97
+ "unit": "s",
98
+ "count": 1,
99
+ "total": 0.054663341492414474,
100
+ "mean": 0.054663341492414474,
101
+ "stdev": 0.0,
102
+ "p50": 0.054663341492414474,
103
+ "p90": 0.054663341492414474,
104
+ "p95": 0.054663341492414474,
105
+ "p99": 0.054663341492414474,
106
+ "values": [
107
+ 0.054663341492414474
108
+ ]
109
+ },
110
+ "throughput": null,
111
+ "energy": null,
112
+ "efficiency": null
113
+ },
114
+ "forward": {
115
+ "memory": null,
116
+ "latency": {
117
+ "unit": "s",
118
+ "count": 148,
119
+ "total": 10.009725138545036,
120
+ "mean": 0.06763327796314214,
121
+ "stdev": 0.025433522927617573,
122
+ "p50": 0.08215758576989174,
123
+ "p90": 0.08837241306900978,
124
+ "p95": 0.08937046509236098,
125
+ "p99": 0.09085544280707836,
126
+ "values": [
127
+ 0.030780132859945297,
128
+ 0.087571170181036,
129
+ 0.07995138689875603,
130
+ 0.03078364208340645,
131
+ 0.08710252121090889,
132
+ 0.0812809057533741,
133
+ 0.030969608575105667,
134
+ 0.08775125816464424,
135
+ 0.07970964536070824,
136
+ 0.030253935605287552,
137
+ 0.08809491619467735,
138
+ 0.07927149534225464,
139
+ 0.03082004189491272,
140
+ 0.08767811581492424,
141
+ 0.07983437925577164,
142
+ 0.0311494879424572,
143
+ 0.08764905110001564,
144
+ 0.08302861824631691,
145
+ 0.031101468950510025,
146
+ 0.08770926296710968,
147
+ 0.08065235987305641,
148
+ 0.03147134557366371,
149
+ 0.08829094097018242,
150
+ 0.08340052142739296,
151
+ 0.031173348426818848,
152
+ 0.08787019178271294,
153
+ 0.08459831401705742,
154
+ 0.03083276003599167,
155
+ 0.0881752260029316,
156
+ 0.08339597657322884,
157
+ 0.08721482381224632,
158
+ 0.03166530281305313,
159
+ 0.07951664924621582,
160
+ 0.030905012041330338,
161
+ 0.08858499675989151,
162
+ 0.08377328142523766,
163
+ 0.08819307759404182,
164
+ 0.03186004236340523,
165
+ 0.08486791327595711,
166
+ 0.091456089168787,
167
+ 0.03132341057062149,
168
+ 0.08058498054742813,
169
+ 0.08911734819412231,
170
+ 0.03292279317975044,
171
+ 0.0853520967066288,
172
+ 0.0883445292711258,
173
+ 0.03169948235154152,
174
+ 0.08011310175061226,
175
+ 0.08840876445174217,
176
+ 0.031815286725759506,
177
+ 0.08150453120470047,
178
+ 0.08955451101064682,
179
+ 0.07944358885288239,
180
+ 0.033587776124477386,
181
+ 0.09040829166769981,
182
+ 0.08512689918279648,
183
+ 0.08986466005444527,
184
+ 0.037004504352808,
185
+ 0.08433013036847115,
186
+ 0.08992690965533257,
187
+ 0.03225483372807503,
188
+ 0.07972969487309456,
189
+ 0.08740502968430519,
190
+ 0.030474010854959488,
191
+ 0.08078745380043983,
192
+ 0.08864656835794449,
193
+ 0.0304747112095356,
194
+ 0.08039700612425804,
195
+ 0.08835683390498161,
196
+ 0.030412059277296066,
197
+ 0.07961788401007652,
198
+ 0.08810983598232269,
199
+ 0.03059597685933113,
200
+ 0.07920228689908981,
201
+ 0.08646201714873314,
202
+ 0.03063184767961502,
203
+ 0.07897179201245308,
204
+ 0.08590555191040039,
205
+ 0.030885931104421616,
206
+ 0.07963322475552559,
207
+ 0.03083980455994606,
208
+ 0.08823738247156143,
209
+ 0.08455271646380424,
210
+ 0.08811395615339279,
211
+ 0.031290072947740555,
212
+ 0.083490539342165,
213
+ 0.087986771017313,
214
+ 0.03184426948428154,
215
+ 0.08446857705712318,
216
+ 0.08812745660543442,
217
+ 0.03083176538348198,
218
+ 0.08381897583603859,
219
+ 0.08765442296862602,
220
+ 0.030432619154453278,
221
+ 0.08475420996546745,
222
+ 0.08870118111371994,
223
+ 0.030019648373126984,
224
+ 0.08416152372956276,
225
+ 0.08794580027461052,
226
+ 0.0310264453291893,
227
+ 0.08200851082801819,
228
+ 0.09125197306275368,
229
+ 0.08582908660173416,
230
+ 0.03195899724960327,
231
+ 0.08940395712852478,
232
+ 0.08154548704624176,
233
+ 0.08941389992833138,
234
+ 0.03318936005234718,
235
+ 0.08500992879271507,
236
+ 0.08796100690960884,
237
+ 0.031832996755838394,
238
+ 0.08434564992785454,
239
+ 0.08903706818819046,
240
+ 0.031546518206596375,
241
+ 0.0821695365011692,
242
+ 0.08827381581068039,
243
+ 0.031310565769672394,
244
+ 0.08454721793532372,
245
+ 0.08834567293524742,
246
+ 0.030509483069181442,
247
+ 0.08002863451838493,
248
+ 0.08785631880164146,
249
+ 0.08347004652023315,
250
+ 0.031232096254825592,
251
+ 0.08930826559662819,
252
+ 0.08507643640041351,
253
+ 0.03162110596895218,
254
+ 0.08826463297009468,
255
+ 0.0852467529475689,
256
+ 0.03121034801006317,
257
+ 0.0866924449801445,
258
+ 0.07987753674387932,
259
+ 0.029631271958351135,
260
+ 0.08730368316173553,
261
+ 0.078520018607378,
262
+ 0.03053818643093109,
263
+ 0.08685464411973953,
264
+ 0.07701215147972107,
265
+ 0.031156502664089203,
266
+ 0.0870230384171009,
267
+ 0.029011443257331848,
268
+ 0.0782267153263092,
269
+ 0.08793272823095322,
270
+ 0.029254745692014694,
271
+ 0.08214563503861427,
272
+ 0.08649980276823044,
273
+ 0.028945371508598328,
274
+ 0.08221834525465965
275
+ ]
276
+ },
277
+ "throughput": {
278
+ "unit": "samples/s",
279
+ "value": 29.571241557890076
280
+ },
281
+ "energy": null,
282
+ "efficiency": null
283
+ }
284
+ }
285
+ }