IlyasMoutawwakil HF staff commited on
Commit
3c213d7
1 Parent(s): 4664093

Upload cuda_training_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub

Browse files
cuda_training_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json CHANGED
@@ -11,7 +11,7 @@
11
  "model": "microsoft/deberta-v3-base",
12
  "processor": "microsoft/deberta-v3-base",
13
  "device": "cuda",
14
- "device_ids": "5",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
@@ -79,10 +79,10 @@
79
  "environment": {
80
  "cpu": " AMD EPYC 7763 64-Core Processor",
81
  "cpu_count": 128,
82
- "cpu_ram_mb": 1082015.256576,
83
  "system": "Linux",
84
  "machine": "x86_64",
85
- "platform": "Linux-5.15.0-101-generic-x86_64-with-glibc2.35",
86
  "processor": "x86_64",
87
  "python_version": "3.10.12",
88
  "gpu": [
@@ -97,9 +97,9 @@
97
  ],
98
  "gpu_count": 8,
99
  "gpu_vram_mb": 549621596160,
100
- "optimum_benchmark_version": "0.4.0",
101
  "optimum_benchmark_commit": null,
102
- "transformers_version": "4.44.2",
103
  "transformers_commit": null,
104
  "accelerate_version": "0.34.2",
105
  "accelerate_commit": null,
@@ -109,7 +109,7 @@
109
  "optimum_commit": null,
110
  "timm_version": "1.0.9",
111
  "timm_commit": null,
112
- "peft_version": "0.12.0",
113
  "peft_commit": null
114
  }
115
  },
@@ -117,33 +117,34 @@
117
  "overall": {
118
  "memory": {
119
  "unit": "MB",
120
- "max_ram": 1337.442304,
121
  "max_global_vram": 68702.69952,
122
- "max_process_vram": 460906.463232,
123
  "max_reserved": 3919.577088,
124
  "max_allocated": 3695.353344
125
  },
126
  "latency": {
127
  "unit": "s",
128
- "count": 5,
129
- "total": 0.9475287475585937,
130
- "mean": 0.18950574951171875,
131
- "stdev": 0.23368719310836022,
132
- "p50": 0.07290525817871094,
133
- "p90": 0.4235055541992188,
134
- "p95": 0.5401923217773437,
135
- "p99": 0.6335417358398437,
136
  "values": [
137
- 0.6568790893554688,
138
- 0.07344525146484375,
139
- 0.07226093292236328,
140
- 0.07203821563720703,
141
- 0.07290525817871094
142
- ]
 
 
 
 
 
 
 
 
 
143
  },
144
  "throughput": {
145
  "unit": "samples/s",
146
- "value": 52.768847519223236
147
  },
148
  "energy": null,
149
  "efficiency": null
@@ -151,30 +152,31 @@
151
  "warmup": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 1337.442304,
155
  "max_global_vram": 68702.69952,
156
- "max_process_vram": 460906.463232,
157
  "max_reserved": 3919.577088,
158
  "max_allocated": 3695.353344
159
  },
160
  "latency": {
161
  "unit": "s",
162
- "count": 2,
163
- "total": 0.7303243408203125,
164
- "mean": 0.36516217041015625,
165
- "stdev": 0.2917169189453125,
166
- "p50": 0.36516217041015625,
167
- "p90": 0.5985357055664063,
168
- "p95": 0.6277073974609375,
169
- "p99": 0.6510447509765626,
170
  "values": [
171
- 0.6568790893554688,
172
- 0.07344525146484375
173
- ]
 
 
 
 
 
 
 
 
 
174
  },
175
  "throughput": {
176
  "unit": "samples/s",
177
- "value": 10.954037203544752
178
  },
179
  "energy": null,
180
  "efficiency": null
@@ -182,31 +184,32 @@
182
  "train": {
183
  "memory": {
184
  "unit": "MB",
185
- "max_ram": 1337.442304,
186
  "max_global_vram": 68702.69952,
187
- "max_process_vram": 460906.463232,
188
  "max_reserved": 3919.577088,
189
  "max_allocated": 3695.353344
190
  },
191
  "latency": {
192
  "unit": "s",
193
- "count": 3,
194
- "total": 0.21720440673828126,
195
- "mean": 0.07240146891276042,
196
- "stdev": 0.00036765333820694624,
197
- "p50": 0.07226093292236328,
198
- "p90": 0.0727763931274414,
199
- "p95": 0.07284082565307617,
200
- "p99": 0.07289237167358398,
201
  "values": [
202
- 0.07226093292236328,
203
- 0.07203821563720703,
204
- 0.07290525817871094
205
- ]
 
 
 
 
 
 
 
 
 
206
  },
207
  "throughput": {
208
  "unit": "samples/s",
209
- "value": 82.87124681447628
210
  },
211
  "energy": null,
212
  "efficiency": null
 
11
  "model": "microsoft/deberta-v3-base",
12
  "processor": "microsoft/deberta-v3-base",
13
  "device": "cuda",
14
+ "device_ids": "6",
15
  "seed": 42,
16
  "inter_op_num_threads": null,
17
  "intra_op_num_threads": null,
 
79
  "environment": {
80
  "cpu": " AMD EPYC 7763 64-Core Processor",
81
  "cpu_count": 128,
82
+ "cpu_ram_mb": 1082014.482432,
83
  "system": "Linux",
84
  "machine": "x86_64",
85
+ "platform": "Linux-5.15.0-122-generic-x86_64-with-glibc2.35",
86
  "processor": "x86_64",
87
  "python_version": "3.10.12",
88
  "gpu": [
 
97
  ],
98
  "gpu_count": 8,
99
  "gpu_vram_mb": 549621596160,
100
+ "optimum_benchmark_version": "0.5.0",
101
  "optimum_benchmark_commit": null,
102
+ "transformers_version": "4.45.1",
103
  "transformers_commit": null,
104
  "accelerate_version": "0.34.2",
105
  "accelerate_commit": null,
 
109
  "optimum_commit": null,
110
  "timm_version": "1.0.9",
111
  "timm_commit": null,
112
+ "peft_version": "0.13.0",
113
  "peft_commit": null
114
  }
115
  },
 
117
  "overall": {
118
  "memory": {
119
  "unit": "MB",
120
+ "max_ram": 1347.776512,
121
  "max_global_vram": 68702.69952,
122
+ "max_process_vram": 465340.506112,
123
  "max_reserved": 3919.577088,
124
  "max_allocated": 3695.353344
125
  },
126
  "latency": {
127
  "unit": "s",
 
 
 
 
 
 
 
 
128
  "values": [
129
+ 0.7165062866210937,
130
+ 0.07874957275390625,
131
+ 0.07822525024414062,
132
+ 0.07843421173095703,
133
+ 0.07715068817138672
134
+ ],
135
+ "count": 5,
136
+ "total": 1.0290660095214843,
137
+ "mean": 0.20581320190429686,
138
+ "p50": 0.07843421173095703,
139
+ "p90": 0.4614036010742188,
140
+ "p95": 0.5889549438476561,
141
+ "p99": 0.6909960180664062,
142
+ "stdev": 0.25534710792053666,
143
+ "stdev_": 124.06740945572241
144
  },
145
  "throughput": {
146
  "unit": "samples/s",
147
+ "value": 48.587748052479164
148
  },
149
  "energy": null,
150
  "efficiency": null
 
152
  "warmup": {
153
  "memory": {
154
  "unit": "MB",
155
+ "max_ram": 1347.776512,
156
  "max_global_vram": 68702.69952,
157
+ "max_process_vram": 465340.506112,
158
  "max_reserved": 3919.577088,
159
  "max_allocated": 3695.353344
160
  },
161
  "latency": {
162
  "unit": "s",
 
 
 
 
 
 
 
 
163
  "values": [
164
+ 0.7165062866210937,
165
+ 0.07874957275390625
166
+ ],
167
+ "count": 2,
168
+ "total": 0.795255859375,
169
+ "mean": 0.3976279296875,
170
+ "p50": 0.3976279296875,
171
+ "p90": 0.652730615234375,
172
+ "p95": 0.6846184509277343,
173
+ "p99": 0.7101287194824218,
174
+ "stdev": 0.31887835693359373,
175
+ "stdev_": 80.19516063275626
176
  },
177
  "throughput": {
178
  "unit": "samples/s",
179
+ "value": 10.059655525565425
180
  },
181
  "energy": null,
182
  "efficiency": null
 
184
  "train": {
185
  "memory": {
186
  "unit": "MB",
187
+ "max_ram": 1347.776512,
188
  "max_global_vram": 68702.69952,
189
+ "max_process_vram": 465340.506112,
190
  "max_reserved": 3919.577088,
191
  "max_allocated": 3695.353344
192
  },
193
  "latency": {
194
  "unit": "s",
 
 
 
 
 
 
 
 
195
  "values": [
196
+ 0.07822525024414062,
197
+ 0.07843421173095703,
198
+ 0.07715068817138672
199
+ ],
200
+ "count": 3,
201
+ "total": 0.23381015014648437,
202
+ "mean": 0.07793671671549479,
203
+ "p50": 0.07822525024414062,
204
+ "p90": 0.07839241943359375,
205
+ "p95": 0.07841331558227539,
206
+ "p99": 0.0784300325012207,
207
+ "stdev": 0.0005623147872011568,
208
+ "stdev_": 0.7215017656618341
209
  },
210
  "throughput": {
211
  "unit": "samples/s",
212
+ "value": 76.98553714936166
213
  },
214
  "energy": null,
215
  "efficiency": null