Upload cuda_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json with huggingface_hub
Browse files
cuda_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"model": "google-bert/bert-base-uncased",
|
| 12 |
"processor": "google-bert/bert-base-uncased",
|
| 13 |
"device": "cuda",
|
| 14 |
-
"device_ids": "
|
| 15 |
"seed": 42,
|
| 16 |
"inter_op_num_threads": null,
|
| 17 |
"intra_op_num_threads": null,
|
|
@@ -111,40 +111,42 @@
|
|
| 111 |
"timm_commit": null,
|
| 112 |
"peft_version": "0.13.0",
|
| 113 |
"peft_commit": null
|
| 114 |
-
}
|
|
|
|
|
|
|
| 115 |
},
|
| 116 |
"report": {
|
| 117 |
"overall": {
|
| 118 |
"memory": {
|
| 119 |
"unit": "MB",
|
| 120 |
-
"max_ram":
|
| 121 |
"max_global_vram": 68702.69952,
|
| 122 |
-
"max_process_vram":
|
| 123 |
"max_reserved": 2497.708032,
|
| 124 |
"max_allocated": 2195.345408
|
| 125 |
},
|
| 126 |
"latency": {
|
| 127 |
"unit": "s",
|
| 128 |
"values": [
|
| 129 |
-
0.
|
| 130 |
-
0.
|
| 131 |
-
0.
|
| 132 |
-
0.
|
| 133 |
-
0.
|
| 134 |
],
|
| 135 |
"count": 5,
|
| 136 |
-
"total": 0.
|
| 137 |
-
"mean": 0.
|
| 138 |
-
"p50": 0.
|
| 139 |
-
"p90": 0.
|
| 140 |
-
"p95": 0.
|
| 141 |
-
"p99": 0.
|
| 142 |
-
"stdev": 0.
|
| 143 |
-
"stdev_":
|
| 144 |
},
|
| 145 |
"throughput": {
|
| 146 |
"unit": "samples/s",
|
| 147 |
-
"value":
|
| 148 |
},
|
| 149 |
"energy": null,
|
| 150 |
"efficiency": null
|
|
@@ -152,31 +154,31 @@
|
|
| 152 |
"warmup": {
|
| 153 |
"memory": {
|
| 154 |
"unit": "MB",
|
| 155 |
-
"max_ram":
|
| 156 |
"max_global_vram": 68702.69952,
|
| 157 |
-
"max_process_vram":
|
| 158 |
"max_reserved": 2497.708032,
|
| 159 |
"max_allocated": 2195.345408
|
| 160 |
},
|
| 161 |
"latency": {
|
| 162 |
"unit": "s",
|
| 163 |
"values": [
|
| 164 |
-
0.
|
| 165 |
-
0.
|
| 166 |
],
|
| 167 |
"count": 2,
|
| 168 |
-
"total": 0.
|
| 169 |
-
"mean": 0.
|
| 170 |
-
"p50": 0.
|
| 171 |
-
"p90": 0.
|
| 172 |
-
"p95": 0.
|
| 173 |
-
"p99": 0.
|
| 174 |
-
"stdev": 0.
|
| 175 |
-
"stdev_": 86.
|
| 176 |
},
|
| 177 |
"throughput": {
|
| 178 |
"unit": "samples/s",
|
| 179 |
-
"value":
|
| 180 |
},
|
| 181 |
"energy": null,
|
| 182 |
"efficiency": null
|
|
@@ -184,32 +186,32 @@
|
|
| 184 |
"train": {
|
| 185 |
"memory": {
|
| 186 |
"unit": "MB",
|
| 187 |
-
"max_ram":
|
| 188 |
"max_global_vram": 68702.69952,
|
| 189 |
-
"max_process_vram":
|
| 190 |
"max_reserved": 2497.708032,
|
| 191 |
"max_allocated": 2195.345408
|
| 192 |
},
|
| 193 |
"latency": {
|
| 194 |
"unit": "s",
|
| 195 |
"values": [
|
| 196 |
-
0.
|
| 197 |
-
0.
|
| 198 |
-
0.
|
| 199 |
],
|
| 200 |
"count": 3,
|
| 201 |
-
"total": 0.
|
| 202 |
-
"mean": 0.
|
| 203 |
-
"p50": 0.
|
| 204 |
-
"p90": 0.
|
| 205 |
-
"p95": 0.
|
| 206 |
-
"p99": 0.
|
| 207 |
-
"stdev": 0.
|
| 208 |
-
"stdev_":
|
| 209 |
},
|
| 210 |
"throughput": {
|
| 211 |
"unit": "samples/s",
|
| 212 |
-
"value":
|
| 213 |
},
|
| 214 |
"energy": null,
|
| 215 |
"efficiency": null
|
|
|
|
| 11 |
"model": "google-bert/bert-base-uncased",
|
| 12 |
"processor": "google-bert/bert-base-uncased",
|
| 13 |
"device": "cuda",
|
| 14 |
+
"device_ids": "5",
|
| 15 |
"seed": 42,
|
| 16 |
"inter_op_num_threads": null,
|
| 17 |
"intra_op_num_threads": null,
|
|
|
|
| 111 |
"timm_commit": null,
|
| 112 |
"peft_version": "0.13.0",
|
| 113 |
"peft_commit": null
|
| 114 |
+
},
|
| 115 |
+
"print_report": true,
|
| 116 |
+
"log_report": true
|
| 117 |
},
|
| 118 |
"report": {
|
| 119 |
"overall": {
|
| 120 |
"memory": {
|
| 121 |
"unit": "MB",
|
| 122 |
+
"max_ram": 1324.023808,
|
| 123 |
"max_global_vram": 68702.69952,
|
| 124 |
+
"max_process_vram": 306368.376832,
|
| 125 |
"max_reserved": 2497.708032,
|
| 126 |
"max_allocated": 2195.345408
|
| 127 |
},
|
| 128 |
"latency": {
|
| 129 |
"unit": "s",
|
| 130 |
"values": [
|
| 131 |
+
0.6114296264648438,
|
| 132 |
+
0.04522224807739258,
|
| 133 |
+
0.04265617752075195,
|
| 134 |
+
0.044096969604492185,
|
| 135 |
+
0.04459328842163086
|
| 136 |
],
|
| 137 |
"count": 5,
|
| 138 |
+
"total": 0.7879983100891114,
|
| 139 |
+
"mean": 0.15759966201782227,
|
| 140 |
+
"p50": 0.04459328842163086,
|
| 141 |
+
"p90": 0.38494667510986336,
|
| 142 |
+
"p95": 0.49818815078735346,
|
| 143 |
+
"p99": 0.5887813313293457,
|
| 144 |
+
"stdev": 0.22691656003063712,
|
| 145 |
+
"stdev_": 143.9828976314531
|
| 146 |
},
|
| 147 |
"throughput": {
|
| 148 |
"unit": "samples/s",
|
| 149 |
+
"value": 63.45191272598759
|
| 150 |
},
|
| 151 |
"energy": null,
|
| 152 |
"efficiency": null
|
|
|
|
| 154 |
"warmup": {
|
| 155 |
"memory": {
|
| 156 |
"unit": "MB",
|
| 157 |
+
"max_ram": 1324.023808,
|
| 158 |
"max_global_vram": 68702.69952,
|
| 159 |
+
"max_process_vram": 306368.376832,
|
| 160 |
"max_reserved": 2497.708032,
|
| 161 |
"max_allocated": 2195.345408
|
| 162 |
},
|
| 163 |
"latency": {
|
| 164 |
"unit": "s",
|
| 165 |
"values": [
|
| 166 |
+
0.6114296264648438,
|
| 167 |
+
0.04522224807739258
|
| 168 |
],
|
| 169 |
"count": 2,
|
| 170 |
+
"total": 0.6566518745422364,
|
| 171 |
+
"mean": 0.3283259372711182,
|
| 172 |
+
"p50": 0.3283259372711182,
|
| 173 |
+
"p90": 0.5548088886260987,
|
| 174 |
+
"p95": 0.5831192575454712,
|
| 175 |
+
"p99": 0.6057675526809693,
|
| 176 |
+
"stdev": 0.28310368919372564,
|
| 177 |
+
"stdev_": 86.22641620907035
|
| 178 |
},
|
| 179 |
"throughput": {
|
| 180 |
"unit": "samples/s",
|
| 181 |
+
"value": 12.183015552307593
|
| 182 |
},
|
| 183 |
"energy": null,
|
| 184 |
"efficiency": null
|
|
|
|
| 186 |
"train": {
|
| 187 |
"memory": {
|
| 188 |
"unit": "MB",
|
| 189 |
+
"max_ram": 1324.023808,
|
| 190 |
"max_global_vram": 68702.69952,
|
| 191 |
+
"max_process_vram": 306368.376832,
|
| 192 |
"max_reserved": 2497.708032,
|
| 193 |
"max_allocated": 2195.345408
|
| 194 |
},
|
| 195 |
"latency": {
|
| 196 |
"unit": "s",
|
| 197 |
"values": [
|
| 198 |
+
0.04265617752075195,
|
| 199 |
+
0.044096969604492185,
|
| 200 |
+
0.04459328842163086
|
| 201 |
],
|
| 202 |
"count": 3,
|
| 203 |
+
"total": 0.131346435546875,
|
| 204 |
+
"mean": 0.04378214518229167,
|
| 205 |
+
"p50": 0.044096969604492185,
|
| 206 |
+
"p90": 0.044494024658203124,
|
| 207 |
+
"p95": 0.04454365653991699,
|
| 208 |
+
"p99": 0.04458336204528808,
|
| 209 |
+
"stdev": 0.0008215576559951588,
|
| 210 |
+
"stdev_": 1.876467342051229
|
| 211 |
},
|
| 212 |
"throughput": {
|
| 213 |
"unit": "samples/s",
|
| 214 |
+
"value": 137.04216581938493
|
| 215 |
},
|
| 216 |
"energy": null,
|
| 217 |
"efficiency": null
|