Upload cpu_training_transformers_text-classification_FacebookAI/roberta-base/benchmark.json with huggingface_hub
Browse files
cpu_training_transformers_text-classification_FacebookAI/roberta-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": 3.
|
| 116 |
-
"mean": 0.
|
| 117 |
-
"stdev": 0.
|
| 118 |
-
"p50": 0.
|
| 119 |
-
"p90": 0.
|
| 120 |
-
"p95": 0.
|
| 121 |
-
"p99": 0.
|
| 122 |
"values": [
|
| 123 |
-
0.
|
| 124 |
-
0.
|
| 125 |
-
0.
|
| 126 |
-
0.
|
| 127 |
-
0.
|
| 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": 1.
|
| 150 |
-
"mean": 0.
|
| 151 |
-
"stdev": 0.
|
| 152 |
-
"p50": 0.
|
| 153 |
-
"p90": 0.
|
| 154 |
-
"p95": 0.
|
| 155 |
-
"p99": 0.
|
| 156 |
"values": [
|
| 157 |
-
0.
|
| 158 |
-
0.
|
| 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": 1.
|
| 181 |
-
"mean": 0.
|
| 182 |
-
"stdev": 0.
|
| 183 |
-
"p50": 0.
|
| 184 |
-
"p90": 0.
|
| 185 |
-
"p95": 0.
|
| 186 |
-
"p99": 0.
|
| 187 |
"values": [
|
| 188 |
-
0.
|
| 189 |
-
0.
|
| 190 |
-
0.
|
| 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": 2826.735616,
|
| 108 |
"max_global_vram": null,
|
| 109 |
"max_process_vram": null,
|
| 110 |
"max_reserved": null,
|
|
|
|
| 113 |
"latency": {
|
| 114 |
"unit": "s",
|
| 115 |
"count": 5,
|
| 116 |
+
"total": 3.029863816000045,
|
| 117 |
+
"mean": 0.605972763200009,
|
| 118 |
+
"stdev": 0.05223326667924359,
|
| 119 |
+
"p50": 0.5795445159999986,
|
| 120 |
+
"p90": 0.6630771886000048,
|
| 121 |
+
"p95": 0.6862020038000082,
|
| 122 |
+
"p99": 0.704701855960011,
|
| 123 |
"values": [
|
| 124 |
+
0.7093268190000117,
|
| 125 |
+
0.5768322470000271,
|
| 126 |
+
0.5937027429999944,
|
| 127 |
+
0.5704574910000133,
|
| 128 |
+
0.5795445159999986
|
| 129 |
]
|
| 130 |
},
|
| 131 |
"throughput": {
|
| 132 |
"unit": "samples/s",
|
| 133 |
+
"value": 16.502391868558906
|
| 134 |
},
|
| 135 |
"energy": null,
|
| 136 |
"efficiency": null
|
|
|
|
| 138 |
"warmup": {
|
| 139 |
"memory": {
|
| 140 |
"unit": "MB",
|
| 141 |
+
"max_ram": 2826.735616,
|
| 142 |
"max_global_vram": null,
|
| 143 |
"max_process_vram": null,
|
| 144 |
"max_reserved": null,
|
|
|
|
| 147 |
"latency": {
|
| 148 |
"unit": "s",
|
| 149 |
"count": 2,
|
| 150 |
+
"total": 1.2861590660000388,
|
| 151 |
+
"mean": 0.6430795330000194,
|
| 152 |
+
"stdev": 0.0662472859999923,
|
| 153 |
+
"p50": 0.6430795330000194,
|
| 154 |
+
"p90": 0.6960773618000132,
|
| 155 |
+
"p95": 0.7027020904000125,
|
| 156 |
+
"p99": 0.7080018732800119,
|
| 157 |
"values": [
|
| 158 |
+
0.7093268190000117,
|
| 159 |
+
0.5768322470000271
|
| 160 |
]
|
| 161 |
},
|
| 162 |
"throughput": {
|
| 163 |
"unit": "samples/s",
|
| 164 |
+
"value": 6.220070449668438
|
| 165 |
},
|
| 166 |
"energy": null,
|
| 167 |
"efficiency": null
|
|
|
|
| 169 |
"train": {
|
| 170 |
"memory": {
|
| 171 |
"unit": "MB",
|
| 172 |
+
"max_ram": 2826.735616,
|
| 173 |
"max_global_vram": null,
|
| 174 |
"max_process_vram": null,
|
| 175 |
"max_reserved": null,
|
|
|
|
| 178 |
"latency": {
|
| 179 |
"unit": "s",
|
| 180 |
"count": 3,
|
| 181 |
+
"total": 1.7437047500000062,
|
| 182 |
+
"mean": 0.5812349166666687,
|
| 183 |
+
"stdev": 0.009564814894395157,
|
| 184 |
+
"p50": 0.5795445159999986,
|
| 185 |
+
"p90": 0.5908710975999952,
|
| 186 |
+
"p95": 0.5922869202999947,
|
| 187 |
+
"p99": 0.5934195784599945,
|
| 188 |
"values": [
|
| 189 |
+
0.5937027429999944,
|
| 190 |
+
0.5704574910000133,
|
| 191 |
+
0.5795445159999986
|
| 192 |
]
|
| 193 |
},
|
| 194 |
"throughput": {
|
| 195 |
"unit": "samples/s",
|
| 196 |
+
"value": 10.322848521230407
|
| 197 |
},
|
| 198 |
"energy": null,
|
| 199 |
"efficiency": null
|