IlyasMoutawwakil HF staff commited on
Commit
a538ac6
1 Parent(s): fde56a0

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": "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": 1317.756928,
121
  "max_global_vram": 68702.69952,
122
- "max_process_vram": 276635.365376,
123
  "max_reserved": 2497.708032,
124
  "max_allocated": 2195.345408
125
  },
126
  "latency": {
127
  "unit": "s",
128
- "count": 5,
129
- "total": 0.7650141143798828,
130
- "mean": 0.15300282287597655,
131
- "stdev": 0.21752113733083092,
132
- "p50": 0.043598770141601566,
133
- "p90": 0.3720249069213868,
134
- "p95": 0.4800257286071777,
135
- "p99": 0.5664263859558105,
136
  "values": [
137
- 0.5880265502929688,
138
- 0.04213253784179687,
139
- 0.043598770141601566,
140
- 0.04802244186401367,
141
- 0.043233814239501955
142
- ]
 
 
 
 
 
 
 
 
 
143
  },
144
  "throughput": {
145
  "unit": "samples/s",
146
- "value": 65.35827125298177
147
  },
148
  "energy": null,
149
  "efficiency": null
@@ -151,30 +152,31 @@
151
  "warmup": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 1317.756928,
155
  "max_global_vram": 68702.69952,
156
- "max_process_vram": 276635.365376,
157
  "max_reserved": 2497.708032,
158
  "max_allocated": 2195.345408
159
  },
160
  "latency": {
161
  "unit": "s",
162
- "count": 2,
163
- "total": 0.6301590881347656,
164
- "mean": 0.3150795440673828,
165
- "stdev": 0.272947006225586,
166
- "p50": 0.3150795440673828,
167
- "p90": 0.5334371490478516,
168
- "p95": 0.5607318496704101,
169
- "p99": 0.582567610168457,
170
  "values": [
171
- 0.5880265502929688,
172
- 0.04213253784179687
173
- ]
 
 
 
 
 
 
 
 
 
174
  },
175
  "throughput": {
176
  "unit": "samples/s",
177
- "value": 12.6952068939917
178
  },
179
  "energy": null,
180
  "efficiency": null
@@ -182,31 +184,32 @@
182
  "train": {
183
  "memory": {
184
  "unit": "MB",
185
- "max_ram": 1317.756928,
186
  "max_global_vram": 68702.69952,
187
- "max_process_vram": 276635.365376,
188
  "max_reserved": 2497.708032,
189
  "max_allocated": 2195.345408
190
  },
191
  "latency": {
192
  "unit": "s",
193
- "count": 3,
194
- "total": 0.1348550262451172,
195
- "mean": 0.04495167541503906,
196
- "stdev": 0.002176465504854208,
197
- "p50": 0.043598770141601566,
198
- "p90": 0.04713770751953125,
199
- "p95": 0.04758007469177246,
200
- "p99": 0.04793396842956543,
201
  "values": [
202
- 0.043598770141601566,
203
- 0.04802244186401367,
204
- 0.043233814239501955
205
- ]
 
 
 
 
 
 
 
 
 
206
  },
207
  "throughput": {
208
  "unit": "samples/s",
209
- "value": 133.47667121641112
210
  },
211
  "energy": null,
212
  "efficiency": null
 
11
  "model": "google-bert/bert-base-uncased",
12
  "processor": "google-bert/bert-base-uncased",
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": 1324.07296,
121
  "max_global_vram": 68702.69952,
122
+ "max_process_vram": 302092.210176,
123
  "max_reserved": 2497.708032,
124
  "max_allocated": 2195.345408
125
  },
126
  "latency": {
127
  "unit": "s",
 
 
 
 
 
 
 
 
128
  "values": [
129
+ 0.6100675048828125,
130
+ 0.042237354278564454,
131
+ 0.04069559097290039,
132
+ 0.04068279266357422,
133
+ 0.04056759262084961
134
+ ],
135
+ "count": 5,
136
+ "total": 0.7742508354187012,
137
+ "mean": 0.15485016708374025,
138
+ "p50": 0.04069559097290039,
139
+ "p90": 0.3829354446411133,
140
+ "p95": 0.49650147476196277,
141
+ "p99": 0.5873542988586425,
142
+ "stdev": 0.2276095049402262,
143
+ "stdev_": 146.98692886597854
144
  },
145
  "throughput": {
146
  "unit": "samples/s",
147
+ "value": 64.5785547947919
148
  },
149
  "energy": null,
150
  "efficiency": null
 
152
  "warmup": {
153
  "memory": {
154
  "unit": "MB",
155
+ "max_ram": 1324.07296,
156
  "max_global_vram": 68702.69952,
157
+ "max_process_vram": 302092.210176,
158
  "max_reserved": 2497.708032,
159
  "max_allocated": 2195.345408
160
  },
161
  "latency": {
162
  "unit": "s",
 
 
 
 
 
 
 
 
163
  "values": [
164
+ 0.6100675048828125,
165
+ 0.042237354278564454
166
+ ],
167
+ "count": 2,
168
+ "total": 0.6523048591613769,
169
+ "mean": 0.32615242958068846,
170
+ "p50": 0.32615242958068846,
171
+ "p90": 0.5532844898223876,
172
+ "p95": 0.5816759973526,
173
+ "p99": 0.6043892033767699,
174
+ "stdev": 0.283915075302124,
175
+ "stdev_": 87.04981154582657
176
  },
177
  "throughput": {
178
  "unit": "samples/s",
179
+ "value": 12.264204210106675
180
  },
181
  "energy": null,
182
  "efficiency": null
 
184
  "train": {
185
  "memory": {
186
  "unit": "MB",
187
+ "max_ram": 1324.07296,
188
  "max_global_vram": 68702.69952,
189
+ "max_process_vram": 302092.210176,
190
  "max_reserved": 2497.708032,
191
  "max_allocated": 2195.345408
192
  },
193
  "latency": {
194
  "unit": "s",
 
 
 
 
 
 
 
 
195
  "values": [
196
+ 0.04069559097290039,
197
+ 0.04068279266357422,
198
+ 0.04056759262084961
199
+ ],
200
+ "count": 3,
201
+ "total": 0.12194597625732422,
202
+ "mean": 0.040648658752441405,
203
+ "p50": 0.04068279266357422,
204
+ "p90": 0.040693031311035154,
205
+ "p95": 0.040694311141967775,
206
+ "p99": 0.040695335006713865,
207
+ "stdev": 5.756004082026624e-05,
208
+ "stdev_": 0.14160378862884157
209
  },
210
  "throughput": {
211
  "unit": "samples/s",
212
+ "value": 147.6063462890921
213
  },
214
  "energy": null,
215
  "efficiency": null