IlyasMoutawwakil HF staff commited on
Commit
e45fb5d
1 Parent(s): 8c75370

Upload cpu_training_transformers_multiple-choice_FacebookAI/roberta-base/benchmark.json with huggingface_hub

Browse files
cpu_training_transformers_multiple-choice_FacebookAI/roberta-base/benchmark.json CHANGED
@@ -6,19 +6,17 @@
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "multiple-choice",
9
- "model": "FacebookAI/roberta-base",
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.338112,
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": "3e2eebdc0f80ae6deeb2e1faad3e889ed5a4df2d",
87
  "transformers_version": "4.40.2",
88
  "transformers_commit": null,
89
  "accelerate_version": "0.30.1",
@@ -102,7 +100,7 @@
102
  "overall": {
103
  "memory": {
104
  "unit": "MB",
105
- "max_ram": 2832.03584,
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": 3.7953200779999747,
115
- "mean": 0.7590640155999949,
116
- "stdev": 0.0493340484409222,
117
- "p50": 0.7363569780000034,
118
- "p90": 0.8091532993999977,
119
- "p95": 0.8334114261999958,
120
- "p99": 0.8528179276399942,
121
  "values": [
122
- 0.8576695529999938,
123
- 0.7363789190000034,
124
- 0.7363569780000034,
125
- 0.7327155459999517,
126
- 0.7321990820000224
127
  ]
128
  },
129
  "throughput": {
130
  "unit": "samples/s",
131
- "value": 13.174119434571793
132
  },
133
  "energy": null,
134
  "efficiency": null
@@ -136,7 +134,7 @@
136
  "warmup": {
137
  "memory": {
138
  "unit": "MB",
139
- "max_ram": 2832.03584,
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.5940484719999972,
149
- "mean": 0.7970242359999986,
150
- "stdev": 0.0606453169999952,
151
- "p50": 0.7970242359999986,
152
- "p90": 0.8455404895999947,
153
- "p95": 0.8516050212999943,
154
- "p99": 0.8564566466599939,
155
  "values": [
156
- 0.8576695529999938,
157
- 0.7363789190000034
158
  ]
159
  },
160
  "throughput": {
161
  "unit": "samples/s",
162
- "value": 5.0186679643202305
163
  },
164
  "energy": null,
165
  "efficiency": null
@@ -167,7 +165,7 @@
167
  "train": {
168
  "memory": {
169
  "unit": "MB",
170
- "max_ram": 2832.03584,
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": 2.2012716059999775,
180
- "mean": 0.7337572019999925,
181
- "stdev": 0.001850371170599814,
182
- "p50": 0.7327155459999517,
183
- "p90": 0.7356286915999931,
184
- "p95": 0.7359928347999982,
185
- "p99": 0.7362841493600024,
186
  "values": [
187
- 0.7363569780000034,
188
- 0.7327155459999517,
189
- 0.7321990820000224
190
  ]
191
  },
192
  "throughput": {
193
  "unit": "samples/s",
194
- "value": 8.177091800456441
195
  },
196
  "energy": null,
197
  "efficiency": null
 
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "multiple-choice",
 
9
  "library": "transformers",
10
+ "model": "FacebookAI/roberta-base",
11
+ "processor": "FacebookAI/roberta-base",
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.354496,
78
  "system": "Linux",
79
  "machine": "x86_64",
80
+ "platform": "Linux-6.5.0-1021-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": "6fd377459e287bb09e9383ba2516b1b2a271a562",
85
  "transformers_version": "4.40.2",
86
  "transformers_commit": null,
87
  "accelerate_version": "0.30.1",
 
100
  "overall": {
101
  "memory": {
102
  "unit": "MB",
103
+ "max_ram": 2830.401536,
104
  "max_global_vram": null,
105
  "max_process_vram": null,
106
  "max_reserved": null,
 
109
  "latency": {
110
  "unit": "s",
111
  "count": 5,
112
+ "total": 3.6970460440000465,
113
+ "mean": 0.7394092088000093,
114
+ "stdev": 0.046212553497826686,
115
+ "p50": 0.7178753440000207,
116
+ "p90": 0.7869144671999948,
117
+ "p95": 0.809316455599992,
118
+ "p99": 0.8272380463199898,
119
  "values": [
120
+ 0.8317184439999892,
121
+ 0.7197085020000031,
122
+ 0.7178753440000207,
123
+ 0.714531342000015,
124
+ 0.7132124120000185
125
  ]
126
  },
127
  "throughput": {
128
  "unit": "samples/s",
129
+ "value": 13.524310870064829
130
  },
131
  "energy": null,
132
  "efficiency": null
 
134
  "warmup": {
135
  "memory": {
136
  "unit": "MB",
137
+ "max_ram": 2830.401536,
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.5514269459999923,
147
+ "mean": 0.7757134729999962,
148
+ "stdev": 0.05600497099999302,
149
+ "p50": 0.7757134729999962,
150
+ "p90": 0.8205174497999905,
151
+ "p95": 0.8261179468999899,
152
+ "p99": 0.8305983445799893,
153
  "values": [
154
+ 0.8317184439999892,
155
+ 0.7197085020000031
156
  ]
157
  },
158
  "throughput": {
159
  "unit": "samples/s",
160
+ "value": 5.15654315572268
161
  },
162
  "energy": null,
163
  "efficiency": null
 
165
  "train": {
166
  "memory": {
167
  "unit": "MB",
168
+ "max_ram": 2830.401536,
169
  "max_global_vram": null,
170
  "max_process_vram": null,
171
  "max_reserved": null,
 
174
  "latency": {
175
  "unit": "s",
176
  "count": 3,
177
+ "total": 2.1456190980000542,
178
+ "mean": 0.7152063660000181,
179
+ "stdev": 0.001962562399788656,
180
+ "p50": 0.714531342000015,
181
+ "p90": 0.7172065436000196,
182
+ "p95": 0.7175409438000202,
183
+ "p99": 0.7178084639600206,
184
  "values": [
185
+ 0.7178753440000207,
186
+ 0.714531342000015,
187
+ 0.7132124120000185
188
  ]
189
  },
190
  "throughput": {
191
  "unit": "samples/s",
192
+ "value": 8.389187072755792
193
  },
194
  "energy": null,
195
  "efficiency": null