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,7 +51,8 @@
|
|
| 51 |
"per_device_train_batch_size": 2,
|
| 52 |
"gradient_accumulation_steps": 1,
|
| 53 |
"output_dir": "./trainer_output",
|
| 54 |
-
"
|
|
|
|
| 55 |
"do_train": true,
|
| 56 |
"use_cpu": false,
|
| 57 |
"max_steps": 5,
|
|
@@ -84,7 +85,7 @@
|
|
| 84 |
"processor": "x86_64",
|
| 85 |
"python_version": "3.10.14",
|
| 86 |
"optimum_benchmark_version": "0.2.1",
|
| 87 |
-
"optimum_benchmark_commit": "
|
| 88 |
"transformers_version": "4.42.3",
|
| 89 |
"transformers_commit": null,
|
| 90 |
"accelerate_version": "0.31.0",
|
|
@@ -103,7 +104,7 @@
|
|
| 103 |
"overall": {
|
| 104 |
"memory": {
|
| 105 |
"unit": "MB",
|
| 106 |
-
"max_ram":
|
| 107 |
"max_global_vram": null,
|
| 108 |
"max_process_vram": null,
|
| 109 |
"max_reserved": null,
|
|
@@ -112,24 +113,24 @@
|
|
| 112 |
"latency": {
|
| 113 |
"unit": "s",
|
| 114 |
"count": 5,
|
| 115 |
-
"total": 6.
|
| 116 |
-
"mean": 1.
|
| 117 |
-
"stdev": 0.
|
| 118 |
-
"p50": 1.
|
| 119 |
-
"p90": 1.
|
| 120 |
-
"p95": 1.
|
| 121 |
-
"p99": 1.
|
| 122 |
"values": [
|
| 123 |
-
1.
|
| 124 |
-
1.
|
| 125 |
-
1.
|
| 126 |
-
1.
|
| 127 |
-
1.
|
| 128 |
]
|
| 129 |
},
|
| 130 |
"throughput": {
|
| 131 |
"unit": "samples/s",
|
| 132 |
-
"value":
|
| 133 |
},
|
| 134 |
"energy": null,
|
| 135 |
"efficiency": null
|
|
@@ -137,7 +138,7 @@
|
|
| 137 |
"warmup": {
|
| 138 |
"memory": {
|
| 139 |
"unit": "MB",
|
| 140 |
-
"max_ram":
|
| 141 |
"max_global_vram": null,
|
| 142 |
"max_process_vram": null,
|
| 143 |
"max_reserved": null,
|
|
@@ -146,21 +147,21 @@
|
|
| 146 |
"latency": {
|
| 147 |
"unit": "s",
|
| 148 |
"count": 2,
|
| 149 |
-
"total": 2.
|
| 150 |
-
"mean": 1.
|
| 151 |
-
"stdev": 0.
|
| 152 |
-
"p50": 1.
|
| 153 |
-
"p90": 1.
|
| 154 |
-
"p95": 1.
|
| 155 |
-
"p99": 1.
|
| 156 |
"values": [
|
| 157 |
-
1.
|
| 158 |
-
1.
|
| 159 |
]
|
| 160 |
},
|
| 161 |
"throughput": {
|
| 162 |
"unit": "samples/s",
|
| 163 |
-
"value":
|
| 164 |
},
|
| 165 |
"energy": null,
|
| 166 |
"efficiency": null
|
|
@@ -168,7 +169,7 @@
|
|
| 168 |
"train": {
|
| 169 |
"memory": {
|
| 170 |
"unit": "MB",
|
| 171 |
-
"max_ram":
|
| 172 |
"max_global_vram": null,
|
| 173 |
"max_process_vram": null,
|
| 174 |
"max_reserved": null,
|
|
@@ -177,22 +178,22 @@
|
|
| 177 |
"latency": {
|
| 178 |
"unit": "s",
|
| 179 |
"count": 3,
|
| 180 |
-
"total": 3.
|
| 181 |
-
"mean": 1.
|
| 182 |
-
"stdev": 0.
|
| 183 |
-
"p50": 1.
|
| 184 |
-
"p90": 1.
|
| 185 |
-
"p95": 1.
|
| 186 |
-
"p99": 1.
|
| 187 |
"values": [
|
| 188 |
-
1.
|
| 189 |
-
1.
|
| 190 |
-
1.
|
| 191 |
]
|
| 192 |
},
|
| 193 |
"throughput": {
|
| 194 |
"unit": "samples/s",
|
| 195 |
-
"value":
|
| 196 |
},
|
| 197 |
"energy": null,
|
| 198 |
"efficiency": null
|
|
|
|
| 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,
|
| 57 |
"use_cpu": false,
|
| 58 |
"max_steps": 5,
|
|
|
|
| 85 |
"processor": "x86_64",
|
| 86 |
"python_version": "3.10.14",
|
| 87 |
"optimum_benchmark_version": "0.2.1",
|
| 88 |
+
"optimum_benchmark_commit": "9a8b29987613b8b04c221447a49b37ee314548ff",
|
| 89 |
"transformers_version": "4.42.3",
|
| 90 |
"transformers_commit": null,
|
| 91 |
"accelerate_version": "0.31.0",
|
|
|
|
| 104 |
"overall": {
|
| 105 |
"memory": {
|
| 106 |
"unit": "MB",
|
| 107 |
+
"max_ram": 4400.20992,
|
| 108 |
"max_global_vram": null,
|
| 109 |
"max_process_vram": null,
|
| 110 |
"max_reserved": null,
|
|
|
|
| 113 |
"latency": {
|
| 114 |
"unit": "s",
|
| 115 |
"count": 5,
|
| 116 |
+
"total": 6.042641070999991,
|
| 117 |
+
"mean": 1.2085282141999982,
|
| 118 |
+
"stdev": 0.09616626905280645,
|
| 119 |
+
"p50": 1.1446917850000204,
|
| 120 |
+
"p90": 1.328695917199991,
|
| 121 |
+
"p95": 1.3360927575999768,
|
| 122 |
+
"p99": 1.3420102299199652,
|
| 123 |
"values": [
|
| 124 |
+
1.3434895979999624,
|
| 125 |
+
1.1446917850000204,
|
| 126 |
+
1.1188391849999562,
|
| 127 |
+
1.3065053960000341,
|
| 128 |
+
1.1291151070000183
|
| 129 |
]
|
| 130 |
},
|
| 131 |
"throughput": {
|
| 132 |
"unit": "samples/s",
|
| 133 |
+
"value": 8.274527547227878
|
| 134 |
},
|
| 135 |
"energy": null,
|
| 136 |
"efficiency": null
|
|
|
|
| 138 |
"warmup": {
|
| 139 |
"memory": {
|
| 140 |
"unit": "MB",
|
| 141 |
+
"max_ram": 4400.20992,
|
| 142 |
"max_global_vram": null,
|
| 143 |
"max_process_vram": null,
|
| 144 |
"max_reserved": null,
|
|
|
|
| 147 |
"latency": {
|
| 148 |
"unit": "s",
|
| 149 |
"count": 2,
|
| 150 |
+
"total": 2.488181382999983,
|
| 151 |
+
"mean": 1.2440906914999914,
|
| 152 |
+
"stdev": 0.09939890649997096,
|
| 153 |
+
"p50": 1.2440906914999914,
|
| 154 |
+
"p90": 1.3236098166999681,
|
| 155 |
+
"p95": 1.3335497073499654,
|
| 156 |
+
"p99": 1.341501619869963,
|
| 157 |
"values": [
|
| 158 |
+
1.3434895979999624,
|
| 159 |
+
1.1446917850000204
|
| 160 |
]
|
| 161 |
},
|
| 162 |
"throughput": {
|
| 163 |
"unit": "samples/s",
|
| 164 |
+
"value": 3.215199685464432
|
| 165 |
},
|
| 166 |
"energy": null,
|
| 167 |
"efficiency": null
|
|
|
|
| 169 |
"train": {
|
| 170 |
"memory": {
|
| 171 |
"unit": "MB",
|
| 172 |
+
"max_ram": 4400.20992,
|
| 173 |
"max_global_vram": null,
|
| 174 |
"max_process_vram": null,
|
| 175 |
"max_reserved": null,
|
|
|
|
| 178 |
"latency": {
|
| 179 |
"unit": "s",
|
| 180 |
"count": 3,
|
| 181 |
+
"total": 3.5544596880000086,
|
| 182 |
+
"mean": 1.184819896000003,
|
| 183 |
+
"stdev": 0.08614684875618317,
|
| 184 |
+
"p50": 1.1291151070000183,
|
| 185 |
+
"p90": 1.271027338200031,
|
| 186 |
+
"p95": 1.2887663671000325,
|
| 187 |
+
"p99": 1.3029575902200339,
|
| 188 |
"values": [
|
| 189 |
+
1.1188391849999562,
|
| 190 |
+
1.3065053960000341,
|
| 191 |
+
1.1291151070000183
|
| 192 |
]
|
| 193 |
},
|
| 194 |
"throughput": {
|
| 195 |
"unit": "samples/s",
|
| 196 |
+
"value": 5.064060808107822
|
| 197 |
},
|
| 198 |
"energy": null,
|
| 199 |
"efficiency": null
|