Commit
•
fb18958
1
Parent(s):
cc783ac
Upload cpu_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json with huggingface_hub
Browse files
cpu_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json
CHANGED
@@ -65,7 +65,7 @@
|
|
65 |
},
|
66 |
"latency": true,
|
67 |
"memory": true,
|
68 |
-
"energy":
|
69 |
},
|
70 |
"launcher": {
|
71 |
"name": "process",
|
@@ -79,15 +79,15 @@
|
|
79 |
"environment": {
|
80 |
"cpu": " AMD EPYC 7763 64-Core Processor",
|
81 |
"cpu_count": 4,
|
82 |
-
"cpu_ram_mb": 16766.
|
83 |
"system": "Linux",
|
84 |
"machine": "x86_64",
|
85 |
"platform": "Linux-6.8.0-1014-azure-x86_64-with-glibc2.35",
|
86 |
"processor": "x86_64",
|
87 |
"python_version": "3.10.15",
|
88 |
"optimum_benchmark_version": "0.5.0",
|
89 |
-
"optimum_benchmark_commit": "
|
90 |
-
"transformers_version": "4.
|
91 |
"transformers_commit": null,
|
92 |
"accelerate_version": "0.34.2",
|
93 |
"accelerate_commit": null,
|
@@ -105,7 +105,7 @@
|
|
105 |
"overall": {
|
106 |
"memory": {
|
107 |
"unit": "MB",
|
108 |
-
"max_ram":
|
109 |
"max_global_vram": null,
|
110 |
"max_process_vram": null,
|
111 |
"max_reserved": null,
|
@@ -114,32 +114,41 @@
|
|
114 |
"latency": {
|
115 |
"unit": "s",
|
116 |
"count": 5,
|
117 |
-
"total":
|
118 |
-
"mean": 0.
|
119 |
-
"stdev": 0.
|
120 |
-
"p50": 0.
|
121 |
-
"p90": 0.
|
122 |
-
"p95": 0.
|
123 |
-
"p99": 0.
|
124 |
"values": [
|
125 |
-
0.
|
126 |
-
0.
|
127 |
-
0.
|
128 |
-
0.
|
129 |
-
0.
|
130 |
]
|
131 |
},
|
132 |
"throughput": {
|
133 |
"unit": "samples/s",
|
134 |
-
"value":
|
135 |
},
|
136 |
-
"energy":
|
137 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
},
|
139 |
"warmup": {
|
140 |
"memory": {
|
141 |
"unit": "MB",
|
142 |
-
"max_ram":
|
143 |
"max_global_vram": null,
|
144 |
"max_process_vram": null,
|
145 |
"max_reserved": null,
|
@@ -148,21 +157,21 @@
|
|
148 |
"latency": {
|
149 |
"unit": "s",
|
150 |
"count": 2,
|
151 |
-
"total": 1.
|
152 |
-
"mean": 0.
|
153 |
-
"stdev": 0.
|
154 |
-
"p50": 0.
|
155 |
-
"p90": 0.
|
156 |
-
"p95": 0.
|
157 |
-
"p99": 0.
|
158 |
"values": [
|
159 |
-
0.
|
160 |
-
0.
|
161 |
]
|
162 |
},
|
163 |
"throughput": {
|
164 |
"unit": "samples/s",
|
165 |
-
"value": 6.
|
166 |
},
|
167 |
"energy": null,
|
168 |
"efficiency": null
|
@@ -170,7 +179,7 @@
|
|
170 |
"train": {
|
171 |
"memory": {
|
172 |
"unit": "MB",
|
173 |
-
"max_ram":
|
174 |
"max_global_vram": null,
|
175 |
"max_process_vram": null,
|
176 |
"max_reserved": null,
|
@@ -179,22 +188,22 @@
|
|
179 |
"latency": {
|
180 |
"unit": "s",
|
181 |
"count": 3,
|
182 |
-
"total": 1.
|
183 |
-
"mean": 0.
|
184 |
-
"stdev": 0.
|
185 |
-
"p50": 0.
|
186 |
-
"p90": 0.
|
187 |
-
"p95": 0.
|
188 |
-
"p99": 0.
|
189 |
"values": [
|
190 |
-
0.
|
191 |
-
0.
|
192 |
-
0.
|
193 |
]
|
194 |
},
|
195 |
"throughput": {
|
196 |
"unit": "samples/s",
|
197 |
-
"value": 10.
|
198 |
},
|
199 |
"energy": null,
|
200 |
"efficiency": null
|
|
|
65 |
},
|
66 |
"latency": true,
|
67 |
"memory": true,
|
68 |
+
"energy": true
|
69 |
},
|
70 |
"launcher": {
|
71 |
"name": "process",
|
|
|
79 |
"environment": {
|
80 |
"cpu": " AMD EPYC 7763 64-Core Processor",
|
81 |
"cpu_count": 4,
|
82 |
+
"cpu_ram_mb": 16766.763008,
|
83 |
"system": "Linux",
|
84 |
"machine": "x86_64",
|
85 |
"platform": "Linux-6.8.0-1014-azure-x86_64-with-glibc2.35",
|
86 |
"processor": "x86_64",
|
87 |
"python_version": "3.10.15",
|
88 |
"optimum_benchmark_version": "0.5.0",
|
89 |
+
"optimum_benchmark_commit": "da7a7adc61c6bf2e65157851160ed1216b6a5c9b",
|
90 |
+
"transformers_version": "4.45.0",
|
91 |
"transformers_commit": null,
|
92 |
"accelerate_version": "0.34.2",
|
93 |
"accelerate_commit": null,
|
|
|
105 |
"overall": {
|
106 |
"memory": {
|
107 |
"unit": "MB",
|
108 |
+
"max_ram": 2499.7888,
|
109 |
"max_global_vram": null,
|
110 |
"max_process_vram": null,
|
111 |
"max_reserved": null,
|
|
|
114 |
"latency": {
|
115 |
"unit": "s",
|
116 |
"count": 5,
|
117 |
+
"total": 2.9168569369999204,
|
118 |
+
"mean": 0.5833713873999841,
|
119 |
+
"stdev": 0.04864109912237477,
|
120 |
+
"p50": 0.5574514850000014,
|
121 |
+
"p90": 0.6349008005999849,
|
122 |
+
"p95": 0.6576152187999923,
|
123 |
+
"p99": 0.6757867533599983,
|
124 |
"values": [
|
125 |
+
0.6803296369999998,
|
126 |
+
0.5561044929999639,
|
127 |
+
0.5574514850000014,
|
128 |
+
0.5667575459999625,
|
129 |
+
0.5562137759999928
|
130 |
]
|
131 |
},
|
132 |
"throughput": {
|
133 |
"unit": "samples/s",
|
134 |
+
"value": 17.14173889221546
|
135 |
},
|
136 |
+
"energy": {
|
137 |
+
"unit": "kWh",
|
138 |
+
"cpu": 0.0001251520268444447,
|
139 |
+
"ram": 5.234249201248057e-06,
|
140 |
+
"gpu": 0,
|
141 |
+
"total": 0.00013038627604569276
|
142 |
+
},
|
143 |
+
"efficiency": {
|
144 |
+
"unit": "samples/kWh",
|
145 |
+
"value": 76695.18835322504
|
146 |
+
}
|
147 |
},
|
148 |
"warmup": {
|
149 |
"memory": {
|
150 |
"unit": "MB",
|
151 |
+
"max_ram": 2499.7888,
|
152 |
"max_global_vram": null,
|
153 |
"max_process_vram": null,
|
154 |
"max_reserved": null,
|
|
|
157 |
"latency": {
|
158 |
"unit": "s",
|
159 |
"count": 2,
|
160 |
+
"total": 1.2364341299999637,
|
161 |
+
"mean": 0.6182170649999819,
|
162 |
+
"stdev": 0.06211257200001796,
|
163 |
+
"p50": 0.6182170649999819,
|
164 |
+
"p90": 0.6679071225999962,
|
165 |
+
"p95": 0.674118379799998,
|
166 |
+
"p99": 0.6790873855599995,
|
167 |
"values": [
|
168 |
+
0.6803296369999998,
|
169 |
+
0.5561044929999639
|
170 |
]
|
171 |
},
|
172 |
"throughput": {
|
173 |
"unit": "samples/s",
|
174 |
+
"value": 6.470219323370048
|
175 |
},
|
176 |
"energy": null,
|
177 |
"efficiency": null
|
|
|
179 |
"train": {
|
180 |
"memory": {
|
181 |
"unit": "MB",
|
182 |
+
"max_ram": 2499.7888,
|
183 |
"max_global_vram": null,
|
184 |
"max_process_vram": null,
|
185 |
"max_reserved": null,
|
|
|
188 |
"latency": {
|
189 |
"unit": "s",
|
190 |
"count": 3,
|
191 |
+
"total": 1.6804228069999567,
|
192 |
+
"mean": 0.5601409356666522,
|
193 |
+
"stdev": 0.00470585664318602,
|
194 |
+
"p50": 0.5574514850000014,
|
195 |
+
"p90": 0.5648963337999703,
|
196 |
+
"p95": 0.5658269398999665,
|
197 |
+
"p99": 0.5665714247799634,
|
198 |
"values": [
|
199 |
+
0.5574514850000014,
|
200 |
+
0.5667575459999625,
|
201 |
+
0.5562137759999928
|
202 |
]
|
203 |
},
|
204 |
"throughput": {
|
205 |
"unit": "samples/s",
|
206 |
+
"value": 10.711589919524618
|
207 |
},
|
208 |
"energy": null,
|
209 |
"efficiency": null
|