IlyasMoutawwakil HF staff commited on
Commit
ee45f92
·
verified ·
1 Parent(s): 454ebe0

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
@@ -6,17 +6,19 @@
6
  "version": "2.2.2",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "fill-mask",
9
- "library": "transformers",
10
  "model": "google-bert/bert-base-uncased",
11
- "processor": "google-bert/bert-base-uncased",
12
  "device": "cuda",
13
  "device_ids": "0",
14
  "seed": 42,
15
  "inter_op_num_threads": null,
16
  "intra_op_num_threads": null,
17
- "model_kwargs": {},
18
- "processor_kwargs": {},
19
- "hub_kwargs": {},
 
 
 
20
  "no_weights": true,
21
  "device_map": null,
22
  "torch_dtype": null,
@@ -89,7 +91,7 @@
89
  "optimum_benchmark_commit": null,
90
  "transformers_version": "4.40.2",
91
  "transformers_commit": null,
92
- "accelerate_version": "0.30.0",
93
  "accelerate_commit": null,
94
  "diffusers_version": "0.27.2",
95
  "diffusers_commit": null,
@@ -105,7 +107,7 @@
105
  "overall": {
106
  "memory": {
107
  "unit": "MB",
108
- "max_ram": 1063.849984,
109
  "max_global_vram": 3169.32096,
110
  "max_process_vram": 0.0,
111
  "max_reserved": 2520.776704,
@@ -114,24 +116,24 @@
114
  "latency": {
115
  "unit": "s",
116
  "count": 5,
117
- "total": 0.8389549293518066,
118
- "mean": 0.16779098587036131,
119
- "stdev": 0.2430084383807287,
120
- "p50": 0.04607385635375977,
121
- "p90": 0.4112209838867188,
122
- "p95": 0.5325137817382811,
123
- "p99": 0.6295480200195313,
124
  "values": [
125
- 0.6538065795898438,
126
- 0.04734259033203125,
127
- 0.04607385635375977,
128
- 0.04571648025512695,
129
- 0.04601542282104492
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "samples/s",
134
- "value": 59.59795723309118
135
  },
136
  "energy": null,
137
  "efficiency": null
@@ -139,7 +141,7 @@
139
  "warmup": {
140
  "memory": {
141
  "unit": "MB",
142
- "max_ram": 1063.849984,
143
  "max_global_vram": 3169.32096,
144
  "max_process_vram": 0.0,
145
  "max_reserved": 2520.776704,
@@ -148,21 +150,21 @@
148
  "latency": {
149
  "unit": "s",
150
  "count": 2,
151
- "total": 0.701149169921875,
152
- "mean": 0.3505745849609375,
153
- "stdev": 0.30323199462890627,
154
- "p50": 0.3505745849609375,
155
- "p90": 0.5931601806640625,
156
- "p95": 0.6234833801269531,
157
- "p99": 0.6477419396972657,
158
  "values": [
159
- 0.6538065795898438,
160
- 0.04734259033203125
161
  ]
162
  },
163
  "throughput": {
164
  "unit": "samples/s",
165
- "value": 11.409840221149222
166
  },
167
  "energy": null,
168
  "efficiency": null
@@ -170,7 +172,7 @@
170
  "train": {
171
  "memory": {
172
  "unit": "MB",
173
- "max_ram": 1063.849984,
174
  "max_global_vram": 3169.32096,
175
  "max_process_vram": 0.0,
176
  "max_reserved": 2520.776704,
@@ -179,22 +181,22 @@
179
  "latency": {
180
  "unit": "s",
181
  "count": 3,
182
- "total": 0.13780575942993165,
183
- "mean": 0.045935253143310546,
184
- "stdev": 0.00015652433653062426,
185
- "p50": 0.04601542282104492,
186
- "p90": 0.0460621696472168,
187
- "p95": 0.04606801300048828,
188
- "p99": 0.04607268768310547,
189
  "values": [
190
- 0.04607385635375977,
191
- 0.04571648025512695,
192
- 0.04601542282104492
193
  ]
194
  },
195
  "throughput": {
196
  "unit": "samples/s",
197
- "value": 130.61863360763402
198
  },
199
  "energy": null,
200
  "efficiency": null
 
6
  "version": "2.2.2",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "fill-mask",
 
9
  "model": "google-bert/bert-base-uncased",
10
+ "library": "transformers",
11
  "device": "cuda",
12
  "device_ids": "0",
13
  "seed": 42,
14
  "inter_op_num_threads": null,
15
  "intra_op_num_threads": null,
16
+ "hub_kwargs": {
17
+ "revision": "main",
18
+ "force_download": false,
19
+ "local_files_only": false,
20
+ "trust_remote_code": false
21
+ },
22
  "no_weights": true,
23
  "device_map": null,
24
  "torch_dtype": null,
 
91
  "optimum_benchmark_commit": null,
92
  "transformers_version": "4.40.2",
93
  "transformers_commit": null,
94
+ "accelerate_version": "0.30.1",
95
  "accelerate_commit": null,
96
  "diffusers_version": "0.27.2",
97
  "diffusers_commit": null,
 
107
  "overall": {
108
  "memory": {
109
  "unit": "MB",
110
+ "max_ram": 1063.337984,
111
  "max_global_vram": 3169.32096,
112
  "max_process_vram": 0.0,
113
  "max_reserved": 2520.776704,
 
116
  "latency": {
117
  "unit": "s",
118
  "count": 5,
119
+ "total": 0.7652792091369629,
120
+ "mean": 0.15305584182739257,
121
+ "stdev": 0.21269203539279347,
122
+ "p50": 0.046568447113037106,
123
+ "p90": 0.36605500183105477,
124
+ "p95": 0.4722470748901367,
125
+ "p99": 0.5572007333374024,
126
  "values": [
127
+ 0.5784391479492188,
128
+ 0.047478782653808595,
129
+ 0.046568447113037106,
130
+ 0.046344192504882815,
131
+ 0.046448638916015625
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "samples/s",
136
+ "value": 65.33563097367701
137
  },
138
  "energy": null,
139
  "efficiency": null
 
141
  "warmup": {
142
  "memory": {
143
  "unit": "MB",
144
+ "max_ram": 1063.337984,
145
  "max_global_vram": 3169.32096,
146
  "max_process_vram": 0.0,
147
  "max_reserved": 2520.776704,
 
150
  "latency": {
151
  "unit": "s",
152
  "count": 2,
153
+ "total": 0.6259179306030274,
154
+ "mean": 0.3129589653015137,
155
+ "stdev": 0.2654801826477051,
156
+ "p50": 0.3129589653015137,
157
+ "p90": 0.5253431114196778,
158
+ "p95": 0.5518911296844483,
159
+ "p99": 0.5731295442962647,
160
  "values": [
161
+ 0.5784391479492188,
162
+ 0.047478782653808595
163
  ]
164
  },
165
  "throughput": {
166
  "unit": "samples/s",
167
+ "value": 12.781228350963792
168
  },
169
  "energy": null,
170
  "efficiency": null
 
172
  "train": {
173
  "memory": {
174
  "unit": "MB",
175
+ "max_ram": 1063.337984,
176
  "max_global_vram": 3169.32096,
177
  "max_process_vram": 0.0,
178
  "max_reserved": 2520.776704,
 
181
  "latency": {
182
  "unit": "s",
183
  "count": 3,
184
+ "total": 0.13936127853393554,
185
+ "mean": 0.046453759511311844,
186
+ "stdev": 9.162313278406433e-05,
187
+ "p50": 0.046448638916015625,
188
+ "p90": 0.04654448547363281,
189
+ "p95": 0.04655646629333496,
190
+ "p99": 0.046566050949096674,
191
  "values": [
192
+ 0.046568447113037106,
193
+ 0.046344192504882815,
194
+ 0.046448638916015625
195
  ]
196
  },
197
  "throughput": {
198
  "unit": "samples/s",
199
+ "value": 129.16069793100286
200
  },
201
  "energy": null,
202
  "efficiency": null