IlyasMoutawwakil HF staff commited on
Commit
98d8eb3
1 Parent(s): c9efb2a

Upload cpu_training_transformers_text-generation_openai-community/gpt2/benchmark.json with huggingface_hub

Browse files
cpu_training_transformers_text-generation_openai-community/gpt2/benchmark.json CHANGED
@@ -6,17 +6,19 @@
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "text-generation",
9
- "library": "transformers",
10
  "model": "openai-community/gpt2",
11
- "processor": "openai-community/gpt2",
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,17 +76,17 @@
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",
88
  "accelerate_commit": null,
89
  "diffusers_version": "0.27.2",
90
  "diffusers_commit": null,
@@ -100,7 +102,7 @@
100
  "overall": {
101
  "memory": {
102
  "unit": "MB",
103
- "max_ram": 2829.971456,
104
  "max_global_vram": null,
105
  "max_process_vram": null,
106
  "max_reserved": null,
@@ -109,24 +111,24 @@
109
  "latency": {
110
  "unit": "s",
111
  "count": 5,
112
- "total": 3.1730851129999564,
113
- "mean": 0.6346170225999913,
114
- "stdev": 0.03149411034186386,
115
- "p50": 0.6191944919999628,
116
- "p90": 0.6665497817999949,
117
- "p95": 0.6820680263999861,
118
- "p99": 0.6944826220799791,
119
  "values": [
120
- 0.6975862709999774,
121
- 0.6176102530000094,
122
- 0.6199950480000211,
123
- 0.6186990489999857,
124
- 0.6191944919999628
125
  ]
126
  },
127
  "throughput": {
128
  "unit": "samples/s",
129
- "value": 15.757535086327414
130
  },
131
  "energy": null,
132
  "efficiency": null
@@ -134,7 +136,7 @@
134
  "warmup": {
135
  "memory": {
136
  "unit": "MB",
137
- "max_ram": 2829.971456,
138
  "max_global_vram": null,
139
  "max_process_vram": null,
140
  "max_reserved": null,
@@ -143,21 +145,21 @@
143
  "latency": {
144
  "unit": "s",
145
  "count": 2,
146
- "total": 1.3151965239999868,
147
- "mean": 0.6575982619999934,
148
- "stdev": 0.039988008999984004,
149
- "p50": 0.6575982619999934,
150
- "p90": 0.6895886691999806,
151
- "p95": 0.693587470099979,
152
- "p99": 0.6967865108199777,
153
  "values": [
154
- 0.6975862709999774,
155
- 0.6176102530000094
156
  ]
157
  },
158
  "throughput": {
159
  "unit": "samples/s",
160
- "value": 6.082741137171741
161
  },
162
  "energy": null,
163
  "efficiency": null
@@ -165,7 +167,7 @@
165
  "train": {
166
  "memory": {
167
  "unit": "MB",
168
- "max_ram": 2829.971456,
169
  "max_global_vram": null,
170
  "max_process_vram": null,
171
  "max_reserved": null,
@@ -174,22 +176,22 @@
174
  "latency": {
175
  "unit": "s",
176
  "count": 3,
177
- "total": 1.8578885889999697,
178
- "mean": 0.6192961963333232,
179
- "stdev": 0.0005339545427539762,
180
- "p50": 0.6191944919999628,
181
- "p90": 0.6198349368000095,
182
- "p95": 0.6199149924000154,
183
- "p99": 0.61997903688002,
184
  "values": [
185
- 0.6199950480000211,
186
- 0.6186990489999857,
187
- 0.6191944919999628
188
  ]
189
  },
190
  "throughput": {
191
  "unit": "samples/s",
192
- "value": 9.688417328451708
193
  },
194
  "energy": null,
195
  "efficiency": null
 
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "text-generation",
 
9
  "model": "openai-community/gpt2",
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
  "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": "b880a42960acf7600cf87a7b5756d96d29e2fb24",
87
  "transformers_version": "4.40.2",
88
  "transformers_commit": null,
89
+ "accelerate_version": "0.30.1",
90
  "accelerate_commit": null,
91
  "diffusers_version": "0.27.2",
92
  "diffusers_commit": null,
 
102
  "overall": {
103
  "memory": {
104
  "unit": "MB",
105
+ "max_ram": 2827.747328,
106
  "max_global_vram": null,
107
  "max_process_vram": null,
108
  "max_reserved": null,
 
111
  "latency": {
112
  "unit": "s",
113
  "count": 5,
114
+ "total": 3.2426347689999773,
115
+ "mean": 0.6485269537999955,
116
+ "stdev": 0.03652144838764228,
117
+ "p50": 0.6346422439999913,
118
+ "p90": 0.6885625038000001,
119
+ "p95": 0.7040936514000009,
120
+ "p99": 0.7165185694800016,
121
  "values": [
122
+ 0.7196247990000018,
123
+ 0.6301061929999889,
124
+ 0.6346422439999913,
125
+ 0.6162924719999978,
126
+ 0.6419690609999975
127
  ]
128
  },
129
  "throughput": {
130
  "unit": "samples/s",
131
+ "value": 15.419559574826835
132
  },
133
  "energy": null,
134
  "efficiency": null
 
136
  "warmup": {
137
  "memory": {
138
  "unit": "MB",
139
+ "max_ram": 2827.747328,
140
  "max_global_vram": null,
141
  "max_process_vram": null,
142
  "max_reserved": null,
 
145
  "latency": {
146
  "unit": "s",
147
  "count": 2,
148
+ "total": 1.3497309919999907,
149
+ "mean": 0.6748654959999953,
150
+ "stdev": 0.04475930300000641,
151
+ "p50": 0.6748654959999953,
152
+ "p90": 0.7106729384000005,
153
+ "p95": 0.7151488687000012,
154
+ "p99": 0.7187296129400016,
155
  "values": [
156
+ 0.7196247990000018,
157
+ 0.6301061929999889
158
  ]
159
  },
160
  "throughput": {
161
  "unit": "samples/s",
162
+ "value": 5.92710699199834
163
  },
164
  "energy": null,
165
  "efficiency": null
 
167
  "train": {
168
  "memory": {
169
  "unit": "MB",
170
+ "max_ram": 2827.747328,
171
  "max_global_vram": null,
172
  "max_process_vram": null,
173
  "max_reserved": null,
 
176
  "latency": {
177
  "unit": "s",
178
  "count": 3,
179
+ "total": 1.8929037769999866,
180
+ "mean": 0.6309679256666622,
181
+ "stdev": 0.010799607001482503,
182
+ "p50": 0.6346422439999913,
183
+ "p90": 0.6405036975999963,
184
+ "p95": 0.6412363792999969,
185
+ "p99": 0.6418225246599973,
186
  "values": [
187
+ 0.6346422439999913,
188
+ 0.6162924719999978,
189
+ 0.6419690609999975
190
  ]
191
  },
192
  "throughput": {
193
  "unit": "samples/s",
194
+ "value": 9.509199685008674
195
  },
196
  "energy": null,
197
  "efficiency": null