Upload cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark.json with huggingface_hub
Browse files
cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark.json
CHANGED
|
@@ -44,8 +44,9 @@
|
|
| 44 |
"duration": 1,
|
| 45 |
"warmup_runs": 1,
|
| 46 |
"input_shapes": {
|
| 47 |
-
"batch_size":
|
| 48 |
-
"sequence_length":
|
|
|
|
| 49 |
},
|
| 50 |
"new_tokens": null,
|
| 51 |
"memory": true,
|
|
@@ -79,7 +80,7 @@
|
|
| 79 |
"processor": "x86_64",
|
| 80 |
"python_version": "3.10.15",
|
| 81 |
"optimum_benchmark_version": "0.5.0.dev0",
|
| 82 |
-
"optimum_benchmark_commit": "
|
| 83 |
"transformers_version": "4.46.3",
|
| 84 |
"transformers_commit": null,
|
| 85 |
"accelerate_version": "1.1.1",
|
|
@@ -100,7 +101,7 @@
|
|
| 100 |
"load": {
|
| 101 |
"memory": {
|
| 102 |
"unit": "MB",
|
| 103 |
-
"max_ram":
|
| 104 |
"max_global_vram": null,
|
| 105 |
"max_process_vram": null,
|
| 106 |
"max_reserved": null,
|
|
@@ -109,15 +110,15 @@
|
|
| 109 |
"latency": {
|
| 110 |
"unit": "s",
|
| 111 |
"values": [
|
| 112 |
-
1.
|
| 113 |
],
|
| 114 |
"count": 1,
|
| 115 |
-
"total": 1.
|
| 116 |
-
"mean": 1.
|
| 117 |
-
"p50": 1.
|
| 118 |
-
"p90": 1.
|
| 119 |
-
"p95": 1.
|
| 120 |
-
"p99": 1.
|
| 121 |
"stdev": 0,
|
| 122 |
"stdev_": 0
|
| 123 |
},
|
|
@@ -128,7 +129,7 @@
|
|
| 128 |
"forward": {
|
| 129 |
"memory": {
|
| 130 |
"unit": "MB",
|
| 131 |
-
"max_ram":
|
| 132 |
"max_global_vram": null,
|
| 133 |
"max_process_vram": null,
|
| 134 |
"max_reserved": null,
|
|
@@ -137,59 +138,42 @@
|
|
| 137 |
"latency": {
|
| 138 |
"unit": "s",
|
| 139 |
"values": [
|
| 140 |
-
0.
|
| 141 |
-
0.
|
| 142 |
-
0.
|
| 143 |
-
0.
|
| 144 |
-
0.
|
| 145 |
-
0.
|
| 146 |
-
0.
|
| 147 |
-
0.
|
| 148 |
-
0.
|
| 149 |
-
0.
|
| 150 |
-
0.
|
| 151 |
-
0.03429234700001871,
|
| 152 |
-
0.03452939999999671,
|
| 153 |
-
0.035058477999996285,
|
| 154 |
-
0.03288451100002021,
|
| 155 |
-
0.033002731999999924,
|
| 156 |
-
0.03274014200002284,
|
| 157 |
-
0.032771269999955166,
|
| 158 |
-
0.033267905999991854,
|
| 159 |
-
0.03382941400002437,
|
| 160 |
-
0.034541262000004735,
|
| 161 |
-
0.034603747999994994,
|
| 162 |
-
0.040686757000003126,
|
| 163 |
-
0.03903687999996919,
|
| 164 |
-
0.038817409999978736,
|
| 165 |
-
0.040607710000017505,
|
| 166 |
-
0.04100459099998943,
|
| 167 |
-
0.040230747000009615
|
| 168 |
],
|
| 169 |
-
"count":
|
| 170 |
-
"total": 1.
|
| 171 |
-
"mean": 0.
|
| 172 |
-
"p50": 0.
|
| 173 |
-
"p90": 0.
|
| 174 |
-
"p95": 0.
|
| 175 |
-
"p99": 0.
|
| 176 |
-
"stdev": 0.
|
| 177 |
-
"stdev_":
|
| 178 |
},
|
| 179 |
"throughput": {
|
| 180 |
"unit": "samples/s",
|
| 181 |
-
"value":
|
| 182 |
},
|
| 183 |
"energy": {
|
| 184 |
"unit": "kWh",
|
| 185 |
-
"cpu":
|
| 186 |
-
"ram":
|
| 187 |
"gpu": 0.0,
|
| 188 |
-
"total":
|
| 189 |
},
|
| 190 |
"efficiency": {
|
| 191 |
"unit": "samples/kWh",
|
| 192 |
-
"value":
|
| 193 |
}
|
| 194 |
}
|
| 195 |
}
|
|
|
|
| 44 |
"duration": 1,
|
| 45 |
"warmup_runs": 1,
|
| 46 |
"input_shapes": {
|
| 47 |
+
"batch_size": 2,
|
| 48 |
+
"sequence_length": 16,
|
| 49 |
+
"num_choices": 2
|
| 50 |
},
|
| 51 |
"new_tokens": null,
|
| 52 |
"memory": true,
|
|
|
|
| 80 |
"processor": "x86_64",
|
| 81 |
"python_version": "3.10.15",
|
| 82 |
"optimum_benchmark_version": "0.5.0.dev0",
|
| 83 |
+
"optimum_benchmark_commit": "04bb8676c2e912cf262caaa2d4796a0191a83273",
|
| 84 |
"transformers_version": "4.46.3",
|
| 85 |
"transformers_commit": null,
|
| 86 |
"accelerate_version": "1.1.1",
|
|
|
|
| 101 |
"load": {
|
| 102 |
"memory": {
|
| 103 |
"unit": "MB",
|
| 104 |
+
"max_ram": 965.894144,
|
| 105 |
"max_global_vram": null,
|
| 106 |
"max_process_vram": null,
|
| 107 |
"max_reserved": null,
|
|
|
|
| 110 |
"latency": {
|
| 111 |
"unit": "s",
|
| 112 |
"values": [
|
| 113 |
+
1.2284593859999973
|
| 114 |
],
|
| 115 |
"count": 1,
|
| 116 |
+
"total": 1.2284593859999973,
|
| 117 |
+
"mean": 1.2284593859999973,
|
| 118 |
+
"p50": 1.2284593859999973,
|
| 119 |
+
"p90": 1.2284593859999973,
|
| 120 |
+
"p95": 1.2284593859999973,
|
| 121 |
+
"p99": 1.2284593859999973,
|
| 122 |
"stdev": 0,
|
| 123 |
"stdev_": 0
|
| 124 |
},
|
|
|
|
| 129 |
"forward": {
|
| 130 |
"memory": {
|
| 131 |
"unit": "MB",
|
| 132 |
+
"max_ram": 980.516864,
|
| 133 |
"max_global_vram": null,
|
| 134 |
"max_process_vram": null,
|
| 135 |
"max_reserved": null,
|
|
|
|
| 138 |
"latency": {
|
| 139 |
"unit": "s",
|
| 140 |
"values": [
|
| 141 |
+
0.1238886159999879,
|
| 142 |
+
0.12290218300000788,
|
| 143 |
+
0.12276183199998059,
|
| 144 |
+
0.12147735500002455,
|
| 145 |
+
0.122830160000035,
|
| 146 |
+
0.1105314069999963,
|
| 147 |
+
0.06386351399999057,
|
| 148 |
+
0.06171119399999725,
|
| 149 |
+
0.06070957299999691,
|
| 150 |
+
0.06110229299997627,
|
| 151 |
+
0.06171753699999272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
],
|
| 153 |
+
"count": 11,
|
| 154 |
+
"total": 1.033495663999986,
|
| 155 |
+
"mean": 0.093954151272726,
|
| 156 |
+
"p50": 0.1105314069999963,
|
| 157 |
+
"p90": 0.12290218300000788,
|
| 158 |
+
"p95": 0.1233953994999979,
|
| 159 |
+
"p99": 0.1237899726999899,
|
| 160 |
+
"stdev": 0.02954011115969721,
|
| 161 |
+
"stdev_": 31.440985586628813
|
| 162 |
},
|
| 163 |
"throughput": {
|
| 164 |
"unit": "samples/s",
|
| 165 |
+
"value": 21.28697851992178
|
| 166 |
},
|
| 167 |
"energy": {
|
| 168 |
"unit": "kWh",
|
| 169 |
+
"cpu": 2.386661140522803e-06,
|
| 170 |
+
"ram": 9.974284266989785e-08,
|
| 171 |
"gpu": 0.0,
|
| 172 |
+
"total": 2.486403983192701e-06
|
| 173 |
},
|
| 174 |
"efficiency": {
|
| 175 |
"unit": "samples/kWh",
|
| 176 |
+
"value": 804374.5157743323
|
| 177 |
}
|
| 178 |
}
|
| 179 |
}
|