IlyasMoutawwakil HF staff commited on
Commit
de5188a
1 Parent(s): b760a03

Upload cpu_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json with huggingface_hub

Browse files
cpu_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json CHANGED
@@ -6,19 +6,17 @@
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "fill-mask",
9
- "model": "google-bert/bert-base-uncased",
10
  "library": "transformers",
 
 
11
  "device": "cpu",
12
  "device_ids": null,
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,
@@ -76,14 +74,14 @@
76
  "environment": {
77
  "cpu": " AMD EPYC 7763 64-Core Processor",
78
  "cpu_count": 4,
79
- "cpu_ram_mb": 16757.346304,
80
  "system": "Linux",
81
  "machine": "x86_64",
82
  "platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
83
  "processor": "x86_64",
84
  "python_version": "3.10.14",
85
  "optimum_benchmark_version": "0.2.0",
86
- "optimum_benchmark_commit": "d35829e539df8480b726c647eeabf91e41eae047",
87
  "transformers_version": "4.40.2",
88
  "transformers_commit": null,
89
  "accelerate_version": "0.30.0",
@@ -102,7 +100,7 @@
102
  "overall": {
103
  "memory": {
104
  "unit": "MB",
105
- "max_ram": 2476.662784,
106
  "max_global_vram": null,
107
  "max_process_vram": null,
108
  "max_reserved": null,
@@ -111,24 +109,24 @@
111
  "latency": {
112
  "unit": "s",
113
  "count": 5,
114
- "total": 2.8585293139998953,
115
- "mean": 0.571705862799979,
116
- "stdev": 0.04766574020172439,
117
- "p50": 0.5498414839999555,
118
- "p90": 0.621524728399993,
119
- "p95": 0.6441417032000004,
120
- "p99": 0.6622352830400063,
121
  "values": [
122
- 0.6667586780000079,
123
- 0.54474292499998,
124
- 0.5536738039999705,
125
- 0.5435124229999815,
126
- 0.5498414839999555
127
  ]
128
  },
129
  "throughput": {
130
  "unit": "samples/s",
131
- "value": 17.49151207060241
132
  },
133
  "energy": null,
134
  "efficiency": null
@@ -136,7 +134,7 @@
136
  "warmup": {
137
  "memory": {
138
  "unit": "MB",
139
- "max_ram": 2476.662784,
140
  "max_global_vram": null,
141
  "max_process_vram": null,
142
  "max_reserved": null,
@@ -145,21 +143,21 @@
145
  "latency": {
146
  "unit": "s",
147
  "count": 2,
148
- "total": 1.2115016029999879,
149
- "mean": 0.6057508014999939,
150
- "stdev": 0.061007876500013936,
151
- "p50": 0.6057508014999939,
152
- "p90": 0.6545571027000051,
153
- "p95": 0.6606578903500064,
154
- "p99": 0.6655385204700076,
155
  "values": [
156
- 0.6667586780000079,
157
- 0.54474292499998
158
  ]
159
  },
160
  "throughput": {
161
  "unit": "samples/s",
162
- "value": 6.603375497143341
163
  },
164
  "energy": null,
165
  "efficiency": null
@@ -167,7 +165,7 @@
167
  "train": {
168
  "memory": {
169
  "unit": "MB",
170
- "max_ram": 2476.662784,
171
  "max_global_vram": null,
172
  "max_process_vram": null,
173
  "max_reserved": null,
@@ -176,22 +174,22 @@
176
  "latency": {
177
  "unit": "s",
178
  "count": 3,
179
- "total": 1.6470277109999074,
180
- "mean": 0.5490092369999692,
181
- "stdev": 0.004189899939813515,
182
- "p50": 0.5498414839999555,
183
- "p90": 0.5529073399999674,
184
- "p95": 0.553290571999969,
185
- "p99": 0.5535971575999702,
186
  "values": [
187
- 0.5536738039999705,
188
- 0.5435124229999815,
189
- 0.5498414839999555
190
  ]
191
  },
192
  "throughput": {
193
  "unit": "samples/s",
194
- "value": 10.928777870453821
195
  },
196
  "energy": null,
197
  "efficiency": null
 
6
  "version": "2.3.0+cpu",
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": "cpu",
13
  "device_ids": null,
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,
 
74
  "environment": {
75
  "cpu": " AMD EPYC 7763 64-Core Processor",
76
  "cpu_count": 4,
77
+ "cpu_ram_mb": 16757.342208,
78
  "system": "Linux",
79
  "machine": "x86_64",
80
  "platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
81
  "processor": "x86_64",
82
  "python_version": "3.10.14",
83
  "optimum_benchmark_version": "0.2.0",
84
+ "optimum_benchmark_commit": "a8ccb91469272f9f38883fbf3e14bffcd5e95f2d",
85
  "transformers_version": "4.40.2",
86
  "transformers_commit": null,
87
  "accelerate_version": "0.30.0",
 
100
  "overall": {
101
  "memory": {
102
  "unit": "MB",
103
+ "max_ram": 2470.387712,
104
  "max_global_vram": null,
105
  "max_process_vram": null,
106
  "max_reserved": null,
 
109
  "latency": {
110
  "unit": "s",
111
  "count": 5,
112
+ "total": 2.76248686699995,
113
+ "mean": 0.55249737339999,
114
+ "stdev": 0.045337274297777196,
115
+ "p50": 0.5317464919999679,
116
+ "p90": 0.5986654855999746,
117
+ "p95": 0.6208797647999631,
118
+ "p99": 0.638651188159954,
119
  "values": [
120
+ 0.6430940439999517,
121
+ 0.5320226480000088,
122
+ 0.5317464919999679,
123
+ 0.5285263520000285,
124
+ 0.5270973309999931
125
  ]
126
  },
127
  "throughput": {
128
  "unit": "samples/s",
129
+ "value": 18.099633557461868
130
  },
131
  "energy": null,
132
  "efficiency": null
 
134
  "warmup": {
135
  "memory": {
136
  "unit": "MB",
137
+ "max_ram": 2470.387712,
138
  "max_global_vram": null,
139
  "max_process_vram": null,
140
  "max_reserved": null,
 
143
  "latency": {
144
  "unit": "s",
145
  "count": 2,
146
+ "total": 1.1751166919999605,
147
+ "mean": 0.5875583459999802,
148
+ "stdev": 0.05553569799997149,
149
+ "p50": 0.5875583459999802,
150
+ "p90": 0.6319869043999574,
151
+ "p95": 0.6375404741999546,
152
+ "p99": 0.6419833300399523,
153
  "values": [
154
+ 0.6430940439999517,
155
+ 0.5320226480000088
156
  ]
157
  },
158
  "throughput": {
159
  "unit": "samples/s",
160
+ "value": 6.80783453631707
161
  },
162
  "energy": null,
163
  "efficiency": null
 
165
  "train": {
166
  "memory": {
167
  "unit": "MB",
168
+ "max_ram": 2470.387712,
169
  "max_global_vram": null,
170
  "max_process_vram": null,
171
  "max_reserved": null,
 
174
  "latency": {
175
  "unit": "s",
176
  "count": 3,
177
+ "total": 1.5873701749999896,
178
+ "mean": 0.5291233916666632,
179
+ "stdev": 0.0019443965256728765,
180
+ "p50": 0.5285263520000285,
181
+ "p90": 0.5311024639999801,
182
+ "p95": 0.5314244779999739,
183
+ "p99": 0.5316820891999692,
184
  "values": [
185
+ 0.5317464919999679,
186
+ 0.5285263520000285,
187
+ 0.5270973309999931
188
  ]
189
  },
190
  "throughput": {
191
  "unit": "samples/s",
192
+ "value": 11.339510016937364
193
  },
194
  "energy": null,
195
  "efficiency": null