Upload cpu_training_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
Browse files
cpu_training_transformers_token-classification_microsoft/deberta-v3-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":
|
| 117 |
-
"mean": 1.
|
| 118 |
-
"stdev": 0.
|
| 119 |
-
"p50": 1.
|
| 120 |
-
"p90": 1.
|
| 121 |
-
"p95": 1.
|
| 122 |
-
"p99": 1.
|
| 123 |
"values": [
|
| 124 |
-
1.
|
| 125 |
-
1.
|
| 126 |
-
1.
|
| 127 |
-
1.
|
| 128 |
-
1.
|
| 129 |
]
|
| 130 |
},
|
| 131 |
"throughput": {
|
| 132 |
"unit": "samples/s",
|
| 133 |
-
"value": 8.
|
| 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": 2.
|
| 151 |
-
"mean": 1.
|
| 152 |
-
"stdev": 0.
|
| 153 |
-
"p50": 1.
|
| 154 |
-
"p90": 1.
|
| 155 |
-
"p95": 1.
|
| 156 |
-
"p99": 1.
|
| 157 |
"values": [
|
| 158 |
-
1.
|
| 159 |
-
1.
|
| 160 |
]
|
| 161 |
},
|
| 162 |
"throughput": {
|
| 163 |
"unit": "samples/s",
|
| 164 |
-
"value": 3.
|
| 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": 3.
|
| 182 |
-
"mean": 1.
|
| 183 |
-
"stdev": 0.
|
| 184 |
-
"p50": 1.
|
| 185 |
-
"p90": 1.
|
| 186 |
-
"p95": 1.
|
| 187 |
-
"p99": 1.
|
| 188 |
"values": [
|
| 189 |
-
1.
|
| 190 |
-
1.
|
| 191 |
-
1.
|
| 192 |
]
|
| 193 |
},
|
| 194 |
"throughput": {
|
| 195 |
"unit": "samples/s",
|
| 196 |
-
"value": 5.
|
| 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": 4355.29728,
|
| 109 |
"max_global_vram": null,
|
| 110 |
"max_process_vram": null,
|
| 111 |
"max_reserved": null,
|
|
|
|
| 114 |
"latency": {
|
| 115 |
"unit": "s",
|
| 116 |
"count": 5,
|
| 117 |
+
"total": 5.997027646999982,
|
| 118 |
+
"mean": 1.1994055293999963,
|
| 119 |
+
"stdev": 0.0800258345732692,
|
| 120 |
+
"p50": 1.164920729999949,
|
| 121 |
+
"p90": 1.2849042562000137,
|
| 122 |
+
"p95": 1.3212335126000199,
|
| 123 |
+
"p99": 1.3502969177200248,
|
| 124 |
"values": [
|
| 125 |
+
1.357562769000026,
|
| 126 |
+
1.1381858150000426,
|
| 127 |
+
1.164920729999949,
|
| 128 |
+
1.175916486999995,
|
| 129 |
+
1.1604418459999692
|
| 130 |
]
|
| 131 |
},
|
| 132 |
"throughput": {
|
| 133 |
"unit": "samples/s",
|
| 134 |
+
"value": 8.337463647514205
|
| 135 |
},
|
| 136 |
"energy": null,
|
| 137 |
"efficiency": null
|
|
|
|
| 139 |
"warmup": {
|
| 140 |
"memory": {
|
| 141 |
"unit": "MB",
|
| 142 |
+
"max_ram": 4355.29728,
|
| 143 |
"max_global_vram": null,
|
| 144 |
"max_process_vram": null,
|
| 145 |
"max_reserved": null,
|
|
|
|
| 148 |
"latency": {
|
| 149 |
"unit": "s",
|
| 150 |
"count": 2,
|
| 151 |
+
"total": 2.4957485840000686,
|
| 152 |
+
"mean": 1.2478742920000343,
|
| 153 |
+
"stdev": 0.10968847699999174,
|
| 154 |
+
"p50": 1.2478742920000343,
|
| 155 |
+
"p90": 1.3356250736000277,
|
| 156 |
+
"p95": 1.3465939213000269,
|
| 157 |
+
"p99": 1.3553689994600262,
|
| 158 |
"values": [
|
| 159 |
+
1.357562769000026,
|
| 160 |
+
1.1381858150000426
|
| 161 |
]
|
| 162 |
},
|
| 163 |
"throughput": {
|
| 164 |
"unit": "samples/s",
|
| 165 |
+
"value": 3.2054510824074978
|
| 166 |
},
|
| 167 |
"energy": null,
|
| 168 |
"efficiency": null
|
|
|
|
| 170 |
"train": {
|
| 171 |
"memory": {
|
| 172 |
"unit": "MB",
|
| 173 |
+
"max_ram": 4355.29728,
|
| 174 |
"max_global_vram": null,
|
| 175 |
"max_process_vram": null,
|
| 176 |
"max_reserved": null,
|
|
|
|
| 179 |
"latency": {
|
| 180 |
"unit": "s",
|
| 181 |
"count": 3,
|
| 182 |
+
"total": 3.501279062999913,
|
| 183 |
+
"mean": 1.167093020999971,
|
| 184 |
+
"stdev": 0.0065015518486743916,
|
| 185 |
+
"p50": 1.164920729999949,
|
| 186 |
+
"p90": 1.1737173355999857,
|
| 187 |
+
"p95": 1.1748169112999904,
|
| 188 |
+
"p99": 1.175696571859994,
|
| 189 |
"values": [
|
| 190 |
+
1.164920729999949,
|
| 191 |
+
1.175916486999995,
|
| 192 |
+
1.1604418459999692
|
| 193 |
]
|
| 194 |
},
|
| 195 |
"throughput": {
|
| 196 |
"unit": "samples/s",
|
| 197 |
+
"value": 5.140978389930882
|
| 198 |
},
|
| 199 |
"energy": null,
|
| 200 |
"efficiency": null
|