IlyasMoutawwakil HF Staff commited on
Commit
1f94040
·
verified ·
1 Parent(s): 44aa39d

Upload cpu_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel/benchmark.json with huggingface_hub

Browse files
cpu_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel/benchmark.json CHANGED
@@ -3,7 +3,7 @@
3
  "name": "cpu_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel",
4
  "backend": {
5
  "name": "pytorch",
6
- "version": "2.8.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "model": "hf-internal-testing/tiny-random-BertModel",
9
  "processor": "hf-internal-testing/tiny-random-BertModel",
@@ -87,19 +87,19 @@
87
  "processor": "x86_64",
88
  "python_version": "3.10.18",
89
  "optimum_benchmark_version": "0.6.0.dev0",
90
- "optimum_benchmark_commit": "f8cc4f1fcfab2d1301f39ec3aa895ba59803d7c0",
91
- "transformers_version": "4.55.2",
92
- "transformers_commit": null,
93
  "accelerate_version": "1.10.0",
94
- "accelerate_commit": null,
95
  "diffusers_version": "0.34.0",
96
- "diffusers_commit": null,
97
  "optimum_version": null,
98
  "optimum_commit": null,
99
  "timm_version": "1.0.19",
100
- "timm_commit": null,
101
- "peft_version": null,
102
- "peft_commit": null
103
  },
104
  "print_report": true,
105
  "log_report": true
@@ -108,7 +108,7 @@
108
  "overall": {
109
  "memory": {
110
  "unit": "MB",
111
- "max_ram": 492.802048,
112
  "max_global_vram": null,
113
  "max_process_vram": null,
114
  "max_reserved": null,
@@ -117,42 +117,42 @@
117
  "latency": {
118
  "unit": "s",
119
  "values": [
120
- 0.01669655400000636,
121
- 0.013414630999989186,
122
- 0.012827724999993961,
123
- 0.012750041000003876,
124
- 0.012966073000001188
125
  ],
126
  "count": 5,
127
- "total": 0.06865502399999457,
128
- "mean": 0.013731004799998914,
129
- "p50": 0.012966073000001188,
130
- "p90": 0.01538378479999949,
131
- "p95": 0.016040169400002923,
132
- "p99": 0.016565277080005672,
133
- "stdev": 0.0015005265390284066,
134
- "stdev_": 10.928017001556398
135
  },
136
  "throughput": {
137
  "unit": "samples/s",
138
- "value": 728.2788219548792
139
  },
140
  "energy": {
141
  "unit": "kWh",
142
- "cpu": 1.0169135744444526e-05,
143
- "ram": 4.250001920863031e-07,
144
- "gpu": 0,
145
- "total": 1.059413593653083e-05
146
  },
147
  "efficiency": {
148
  "unit": "samples/kWh",
149
- "value": 943918.4148579666
150
  }
151
  },
152
  "warmup": {
153
  "memory": {
154
  "unit": "MB",
155
- "max_ram": 492.802048,
156
  "max_global_vram": null,
157
  "max_process_vram": null,
158
  "max_reserved": null,
@@ -161,22 +161,22 @@
161
  "latency": {
162
  "unit": "s",
163
  "values": [
164
- 0.01669655400000636,
165
- 0.013414630999989186
166
  ],
167
  "count": 2,
168
- "total": 0.030111184999995544,
169
- "mean": 0.015055592499997772,
170
- "p50": 0.015055592499997772,
171
- "p90": 0.016368361700004642,
172
- "p95": 0.0165324578500055,
173
- "p99": 0.016663734770006187,
174
- "stdev": 0.0016409615000085864,
175
- "stdev_": 10.899348531177562
176
  },
177
  "throughput": {
178
  "unit": "samples/s",
179
- "value": 265.6820048763004
180
  },
181
  "energy": null,
182
  "efficiency": null
@@ -184,7 +184,7 @@
184
  "train": {
185
  "memory": {
186
  "unit": "MB",
187
- "max_ram": 492.802048,
188
  "max_global_vram": null,
189
  "max_process_vram": null,
190
  "max_reserved": null,
@@ -193,23 +193,23 @@
193
  "latency": {
194
  "unit": "s",
195
  "values": [
196
- 0.012827724999993961,
197
- 0.012750041000003876,
198
- 0.012966073000001188
199
  ],
200
  "count": 3,
201
- "total": 0.038543838999999025,
202
- "mean": 0.012847946333333008,
203
- "p50": 0.012827724999993961,
204
- "p90": 0.012938403399999743,
205
- "p95": 0.012952238200000465,
206
- "p99": 0.012963306040001043,
207
- "stdev": 8.93462664663587e-05,
208
- "stdev_": 0.6954128243403125
209
  },
210
  "throughput": {
211
  "unit": "samples/s",
212
- "value": 467.0007053526883
213
  },
214
  "energy": null,
215
  "efficiency": null
 
3
  "name": "cpu_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel",
4
  "backend": {
5
  "name": "pytorch",
6
+ "version": "2.5.1",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "model": "hf-internal-testing/tiny-random-BertModel",
9
  "processor": "hf-internal-testing/tiny-random-BertModel",
 
87
  "processor": "x86_64",
88
  "python_version": "3.10.18",
89
  "optimum_benchmark_version": "0.6.0.dev0",
90
+ "optimum_benchmark_commit": "23e060362d19efacb851c873e245f8e57e58d501",
91
+ "transformers_version": "4.45.1",
92
+ "transformers_commit": "23e060362d19efacb851c873e245f8e57e58d501",
93
  "accelerate_version": "1.10.0",
94
+ "accelerate_commit": "23e060362d19efacb851c873e245f8e57e58d501",
95
  "diffusers_version": "0.34.0",
96
+ "diffusers_commit": "23e060362d19efacb851c873e245f8e57e58d501",
97
  "optimum_version": null,
98
  "optimum_commit": null,
99
  "timm_version": "1.0.19",
100
+ "timm_commit": "23e060362d19efacb851c873e245f8e57e58d501",
101
+ "peft_version": "0.17.0",
102
+ "peft_commit": "23e060362d19efacb851c873e245f8e57e58d501"
103
  },
104
  "print_report": true,
105
  "log_report": true
 
108
  "overall": {
109
  "memory": {
110
  "unit": "MB",
111
+ "max_ram": 774.742016,
112
  "max_global_vram": null,
113
  "max_process_vram": null,
114
  "max_reserved": null,
 
117
  "latency": {
118
  "unit": "s",
119
  "values": [
120
+ 0.020138746999990076,
121
+ 0.015861849999993183,
122
+ 0.015608954000001063,
123
+ 0.015684616000001483,
124
+ 0.015521649000007187
125
  ],
126
  "count": 5,
127
+ "total": 0.08281581599999299,
128
+ "mean": 0.0165631631999986,
129
+ "p50": 0.015684616000001483,
130
+ "p90": 0.018427988199991318,
131
+ "p95": 0.019283367599990695,
132
+ "p99": 0.0199676711199902,
133
+ "stdev": 0.0017912985191770683,
134
+ "stdev_": 10.814954230344236
135
  },
136
  "throughput": {
137
  "unit": "samples/s",
138
+ "value": 603.7494094123788
139
  },
140
  "energy": {
141
  "unit": "kWh",
142
+ "cpu": 7.011635363140948e-06,
143
+ "ram": 2.164859080555578e-06,
144
+ "gpu": 0.0,
145
+ "total": 9.176494443696527e-06
146
  },
147
  "efficiency": {
148
  "unit": "samples/kWh",
149
+ "value": 1089740.7568169076
150
  }
151
  },
152
  "warmup": {
153
  "memory": {
154
  "unit": "MB",
155
+ "max_ram": 774.742016,
156
  "max_global_vram": null,
157
  "max_process_vram": null,
158
  "max_reserved": null,
 
161
  "latency": {
162
  "unit": "s",
163
  "values": [
164
+ 0.020138746999990076,
165
+ 0.015861849999993183
166
  ],
167
  "count": 2,
168
+ "total": 0.03600059699998326,
169
+ "mean": 0.01800029849999163,
170
+ "p50": 0.01800029849999163,
171
+ "p90": 0.019711057299990387,
172
+ "p95": 0.01992490214999023,
173
+ "p99": 0.020095978029990108,
174
+ "stdev": 0.0021384484999984466,
175
+ "stdev_": 11.880072433240155
176
  },
177
  "throughput": {
178
  "unit": "samples/s",
179
+ "value": 222.21853709825203
180
  },
181
  "energy": null,
182
  "efficiency": null
 
184
  "train": {
185
  "memory": {
186
  "unit": "MB",
187
+ "max_ram": 774.742016,
188
  "max_global_vram": null,
189
  "max_process_vram": null,
190
  "max_reserved": null,
 
193
  "latency": {
194
  "unit": "s",
195
  "values": [
196
+ 0.015608954000001063,
197
+ 0.015684616000001483,
198
+ 0.015521649000007187
199
  ],
200
  "count": 3,
201
+ "total": 0.04681521900000973,
202
+ "mean": 0.015605073000003244,
203
+ "p50": 0.015608954000001063,
204
+ "p90": 0.0156694836000014,
205
+ "p95": 0.015677049800001442,
206
+ "p99": 0.015683102760001476,
207
+ "stdev": 6.658757337783347e-05,
208
+ "stdev_": 0.42670465801614404
209
  },
210
  "throughput": {
211
  "unit": "samples/s",
212
+ "value": 384.4903513106765
213
  },
214
  "energy": null,
215
  "efficiency": null