Upload cpu_training_transformers_multiple-choice_FacebookAI/roberta-base/benchmark.json with huggingface_hub
Browse files
cpu_training_transformers_multiple-choice_FacebookAI/roberta-base/benchmark.json
CHANGED
|
@@ -51,6 +51,7 @@
|
|
| 51 |
"per_device_train_batch_size": 2,
|
| 52 |
"gradient_accumulation_steps": 1,
|
| 53 |
"output_dir": "./trainer_output",
|
|
|
|
| 54 |
"eval_strategy": "no",
|
| 55 |
"save_strategy": "no",
|
| 56 |
"do_train": true,
|
|
@@ -85,7 +86,7 @@
|
|
| 85 |
"processor": "x86_64",
|
| 86 |
"python_version": "3.10.14",
|
| 87 |
"optimum_benchmark_version": "0.2.1",
|
| 88 |
-
"optimum_benchmark_commit": "
|
| 89 |
"transformers_version": "4.42.3",
|
| 90 |
"transformers_commit": null,
|
| 91 |
"accelerate_version": "0.31.0",
|
|
@@ -104,7 +105,7 @@
|
|
| 104 |
"overall": {
|
| 105 |
"memory": {
|
| 106 |
"unit": "MB",
|
| 107 |
-
"max_ram":
|
| 108 |
"max_global_vram": null,
|
| 109 |
"max_process_vram": null,
|
| 110 |
"max_reserved": null,
|
|
@@ -113,24 +114,24 @@
|
|
| 113 |
"latency": {
|
| 114 |
"unit": "s",
|
| 115 |
"count": 5,
|
| 116 |
-
"total": 3.
|
| 117 |
-
"mean": 0.
|
| 118 |
-
"stdev": 0.
|
| 119 |
-
"p50": 0.
|
| 120 |
-
"p90": 0.
|
| 121 |
-
"p95": 0.
|
| 122 |
-
"p99": 0.
|
| 123 |
"values": [
|
| 124 |
-
0.
|
| 125 |
-
0.
|
| 126 |
-
0.
|
| 127 |
-
0.
|
| 128 |
-
0.
|
| 129 |
]
|
| 130 |
},
|
| 131 |
"throughput": {
|
| 132 |
"unit": "samples/s",
|
| 133 |
-
"value": 13.
|
| 134 |
},
|
| 135 |
"energy": null,
|
| 136 |
"efficiency": null
|
|
@@ -138,7 +139,7 @@
|
|
| 138 |
"warmup": {
|
| 139 |
"memory": {
|
| 140 |
"unit": "MB",
|
| 141 |
-
"max_ram":
|
| 142 |
"max_global_vram": null,
|
| 143 |
"max_process_vram": null,
|
| 144 |
"max_reserved": null,
|
|
@@ -147,21 +148,21 @@
|
|
| 147 |
"latency": {
|
| 148 |
"unit": "s",
|
| 149 |
"count": 2,
|
| 150 |
-
"total": 1.
|
| 151 |
-
"mean": 0.
|
| 152 |
-
"stdev": 0.
|
| 153 |
-
"p50": 0.
|
| 154 |
-
"p90": 0.
|
| 155 |
-
"p95": 0.
|
| 156 |
-
"p99": 0.
|
| 157 |
"values": [
|
| 158 |
-
0.
|
| 159 |
-
0.
|
| 160 |
]
|
| 161 |
},
|
| 162 |
"throughput": {
|
| 163 |
"unit": "samples/s",
|
| 164 |
-
"value":
|
| 165 |
},
|
| 166 |
"energy": null,
|
| 167 |
"efficiency": null
|
|
@@ -169,7 +170,7 @@
|
|
| 169 |
"train": {
|
| 170 |
"memory": {
|
| 171 |
"unit": "MB",
|
| 172 |
-
"max_ram":
|
| 173 |
"max_global_vram": null,
|
| 174 |
"max_process_vram": null,
|
| 175 |
"max_reserved": null,
|
|
@@ -178,22 +179,22 @@
|
|
| 178 |
"latency": {
|
| 179 |
"unit": "s",
|
| 180 |
"count": 3,
|
| 181 |
-
"total": 2.
|
| 182 |
-
"mean": 0.
|
| 183 |
-
"stdev": 0.
|
| 184 |
-
"p50": 0.
|
| 185 |
-
"p90": 0.
|
| 186 |
-
"p95": 0.
|
| 187 |
-
"p99": 0.
|
| 188 |
"values": [
|
| 189 |
-
0.
|
| 190 |
-
0.
|
| 191 |
-
0.
|
| 192 |
]
|
| 193 |
},
|
| 194 |
"throughput": {
|
| 195 |
"unit": "samples/s",
|
| 196 |
-
"value": 8.
|
| 197 |
},
|
| 198 |
"energy": null,
|
| 199 |
"efficiency": null
|
|
|
|
| 51 |
"per_device_train_batch_size": 2,
|
| 52 |
"gradient_accumulation_steps": 1,
|
| 53 |
"output_dir": "./trainer_output",
|
| 54 |
+
"evaluation_strategy": "no",
|
| 55 |
"eval_strategy": "no",
|
| 56 |
"save_strategy": "no",
|
| 57 |
"do_train": true,
|
|
|
|
| 86 |
"processor": "x86_64",
|
| 87 |
"python_version": "3.10.14",
|
| 88 |
"optimum_benchmark_version": "0.2.1",
|
| 89 |
+
"optimum_benchmark_commit": "3b8c49a169ebd79001b2a83fbf2b332612417102",
|
| 90 |
"transformers_version": "4.42.3",
|
| 91 |
"transformers_commit": null,
|
| 92 |
"accelerate_version": "0.31.0",
|
|
|
|
| 105 |
"overall": {
|
| 106 |
"memory": {
|
| 107 |
"unit": "MB",
|
| 108 |
+
"max_ram": 2831.200256,
|
| 109 |
"max_global_vram": null,
|
| 110 |
"max_process_vram": null,
|
| 111 |
"max_reserved": null,
|
|
|
|
| 114 |
"latency": {
|
| 115 |
"unit": "s",
|
| 116 |
"count": 5,
|
| 117 |
+
"total": 3.7697272600000815,
|
| 118 |
+
"mean": 0.7539454520000163,
|
| 119 |
+
"stdev": 0.04543790826860284,
|
| 120 |
+
"p50": 0.7338851559999853,
|
| 121 |
+
"p90": 0.8004317030000265,
|
| 122 |
+
"p95": 0.822561216000031,
|
| 123 |
+
"p99": 0.8402648264000345,
|
| 124 |
"values": [
|
| 125 |
+
0.8446907290000354,
|
| 126 |
+
0.7289752610000164,
|
| 127 |
+
0.7281329500000311,
|
| 128 |
+
0.7340431640000133,
|
| 129 |
+
0.7338851559999853
|
| 130 |
]
|
| 131 |
},
|
| 132 |
"throughput": {
|
| 133 |
"unit": "samples/s",
|
| 134 |
+
"value": 13.263559019386172
|
| 135 |
},
|
| 136 |
"energy": null,
|
| 137 |
"efficiency": null
|
|
|
|
| 139 |
"warmup": {
|
| 140 |
"memory": {
|
| 141 |
"unit": "MB",
|
| 142 |
+
"max_ram": 2831.200256,
|
| 143 |
"max_global_vram": null,
|
| 144 |
"max_process_vram": null,
|
| 145 |
"max_reserved": null,
|
|
|
|
| 148 |
"latency": {
|
| 149 |
"unit": "s",
|
| 150 |
"count": 2,
|
| 151 |
+
"total": 1.5736659900000518,
|
| 152 |
+
"mean": 0.7868329950000259,
|
| 153 |
+
"stdev": 0.057857734000009486,
|
| 154 |
+
"p50": 0.7868329950000259,
|
| 155 |
+
"p90": 0.8331191822000334,
|
| 156 |
+
"p95": 0.8389049556000344,
|
| 157 |
+
"p99": 0.8435335743200352,
|
| 158 |
"values": [
|
| 159 |
+
0.8446907290000354,
|
| 160 |
+
0.7289752610000164
|
| 161 |
]
|
| 162 |
},
|
| 163 |
"throughput": {
|
| 164 |
"unit": "samples/s",
|
| 165 |
+
"value": 5.0836709002014695
|
| 166 |
},
|
| 167 |
"energy": null,
|
| 168 |
"efficiency": null
|
|
|
|
| 170 |
"train": {
|
| 171 |
"memory": {
|
| 172 |
"unit": "MB",
|
| 173 |
+
"max_ram": 2831.200256,
|
| 174 |
"max_global_vram": null,
|
| 175 |
"max_process_vram": null,
|
| 176 |
"max_reserved": null,
|
|
|
|
| 179 |
"latency": {
|
| 180 |
"unit": "s",
|
| 181 |
"count": 3,
|
| 182 |
+
"total": 2.1960612700000297,
|
| 183 |
+
"mean": 0.7320204233333433,
|
| 184 |
+
"stdev": 0.002749615527054406,
|
| 185 |
+
"p50": 0.7338851559999853,
|
| 186 |
+
"p90": 0.7340115624000078,
|
| 187 |
+
"p95": 0.7340273632000105,
|
| 188 |
+
"p99": 0.7340400038400128,
|
| 189 |
"values": [
|
| 190 |
+
0.7281329500000311,
|
| 191 |
+
0.7340431640000133,
|
| 192 |
+
0.7338851559999853
|
| 193 |
]
|
| 194 |
},
|
| 195 |
"throughput": {
|
| 196 |
"unit": "samples/s",
|
| 197 |
+
"value": 8.196492623359163
|
| 198 |
},
|
| 199 |
"energy": null,
|
| 200 |
"efficiency": null
|