IlyasMoutawwakil HF staff commited on
Commit
e761ac0
·
verified ·
1 Parent(s): e04b90f

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

Browse files
cuda_training_transformers_multiple-choice_FacebookAI/roberta-base/benchmark.json CHANGED
@@ -11,7 +11,7 @@
11
  "model": "FacebookAI/roberta-base",
12
  "processor": "FacebookAI/roberta-base",
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": 1327.710208,
121
  "max_global_vram": 68702.69952,
122
- "max_process_vram": 319514.775552,
123
  "max_reserved": 2707.423232,
124
  "max_allocated": 2497.88416
125
  },
126
  "latency": {
127
  "unit": "s",
128
- "count": 5,
129
- "total": 0.747699275970459,
130
- "mean": 0.1495398551940918,
131
- "stdev": 0.2119658187178918,
132
- "p50": 0.04378005218505859,
133
- "p90": 0.36176083374023443,
134
- "p95": 0.46761570739746083,
135
- "p99": 0.5522996063232422,
136
  "values": [
137
- 0.5734705810546875,
138
- 0.04419621276855469,
139
- 0.0433875732421875,
140
- 0.04378005218505859,
141
- 0.0428648567199707
142
- ]
 
 
 
 
 
 
 
 
 
143
  },
144
  "throughput": {
145
  "unit": "samples/s",
146
- "value": 66.87180475747239
147
  },
148
  "energy": null,
149
  "efficiency": null
@@ -151,30 +152,31 @@
151
  "warmup": {
152
  "memory": {
153
  "unit": "MB",
154
- "max_ram": 1327.710208,
155
  "max_global_vram": 68702.69952,
156
- "max_process_vram": 319514.775552,
157
  "max_reserved": 2707.423232,
158
  "max_allocated": 2497.88416
159
  },
160
  "latency": {
161
  "unit": "s",
162
- "count": 2,
163
- "total": 0.6176667938232422,
164
- "mean": 0.3088333969116211,
165
- "stdev": 0.2646371841430664,
166
- "p50": 0.3088333969116211,
167
- "p90": 0.5205431442260743,
168
- "p95": 0.5470068626403809,
169
- "p99": 0.5681778373718261,
170
  "values": [
171
- 0.5734705810546875,
172
- 0.04419621276855469
173
- ]
 
 
 
 
 
 
 
 
 
174
  },
175
  "throughput": {
176
  "unit": "samples/s",
177
- "value": 12.951967112367322
178
  },
179
  "energy": null,
180
  "efficiency": null
@@ -182,31 +184,32 @@
182
  "train": {
183
  "memory": {
184
  "unit": "MB",
185
- "max_ram": 1327.710208,
186
  "max_global_vram": 68702.69952,
187
- "max_process_vram": 319514.775552,
188
  "max_reserved": 2707.423232,
189
  "max_allocated": 2497.88416
190
  },
191
  "latency": {
192
  "unit": "s",
193
- "count": 3,
194
- "total": 0.1300324821472168,
195
- "mean": 0.04334416071573893,
196
- "stdev": 0.00037488591190640617,
197
- "p50": 0.0433875732421875,
198
- "p90": 0.043701556396484376,
199
- "p95": 0.043740804290771484,
200
- "p99": 0.04377220260620117,
201
  "values": [
202
- 0.0433875732421875,
203
- 0.04378005218505859,
204
- 0.0428648567199707
205
- ]
 
 
 
 
 
 
 
 
 
206
  },
207
  "throughput": {
208
  "unit": "samples/s",
209
- "value": 138.42695073390377
210
  },
211
  "energy": null,
212
  "efficiency": null
 
11
  "model": "FacebookAI/roberta-base",
12
  "processor": "FacebookAI/roberta-base",
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": 1333.108736,
121
  "max_global_vram": 68702.69952,
122
+ "max_process_vram": 305881.645056,
123
  "max_reserved": 2707.423232,
124
  "max_allocated": 2497.88416
125
  },
126
  "latency": {
127
  "unit": "s",
 
 
 
 
 
 
 
 
128
  "values": [
129
+ 0.5951668701171875,
130
+ 0.04411703872680664,
131
+ 0.042950321197509765,
132
+ 0.042980079650878904,
133
+ 0.04318920135498047
134
+ ],
135
+ "count": 5,
136
+ "total": 0.7684035110473633,
137
+ "mean": 0.15368070220947266,
138
+ "p50": 0.04318920135498047,
139
+ "p90": 0.37474693756103516,
140
+ "p95": 0.4849569038391112,
141
+ "p99": 0.5731248768615722,
142
+ "stdev": 0.22074349353245942,
143
+ "stdev_": 143.6377439449604
144
  },
145
  "throughput": {
146
  "unit": "samples/s",
147
+ "value": 65.06997857395015
148
  },
149
  "energy": null,
150
  "efficiency": null
 
152
  "warmup": {
153
  "memory": {
154
  "unit": "MB",
155
+ "max_ram": 1333.108736,
156
  "max_global_vram": 68702.69952,
157
+ "max_process_vram": 305881.645056,
158
  "max_reserved": 2707.423232,
159
  "max_allocated": 2497.88416
160
  },
161
  "latency": {
162
  "unit": "s",
 
 
 
 
 
 
 
 
163
  "values": [
164
+ 0.5951668701171875,
165
+ 0.04411703872680664
166
+ ],
167
+ "count": 2,
168
+ "total": 0.6392839088439941,
169
+ "mean": 0.31964195442199705,
170
+ "p50": 0.31964195442199705,
171
+ "p90": 0.5400618869781494,
172
+ "p95": 0.5676143785476684,
173
+ "p99": 0.5896563718032837,
174
+ "stdev": 0.27552491569519044,
175
+ "stdev_": 86.19798242487202
176
  },
177
  "throughput": {
178
  "unit": "samples/s",
179
+ "value": 12.514001821923314
180
  },
181
  "energy": null,
182
  "efficiency": null
 
184
  "train": {
185
  "memory": {
186
  "unit": "MB",
187
+ "max_ram": 1333.108736,
188
  "max_global_vram": 68702.69952,
189
+ "max_process_vram": 305881.645056,
190
  "max_reserved": 2707.423232,
191
  "max_allocated": 2497.88416
192
  },
193
  "latency": {
194
  "unit": "s",
 
 
 
 
 
 
 
 
195
  "values": [
196
+ 0.042950321197509765,
197
+ 0.042980079650878904,
198
+ 0.04318920135498047
199
+ ],
200
+ "count": 3,
201
+ "total": 0.12911960220336915,
202
+ "mean": 0.043039867401123054,
203
+ "p50": 0.042980079650878904,
204
+ "p90": 0.04314737701416016,
205
+ "p95": 0.043168289184570316,
206
+ "p99": 0.04318501892089844,
207
+ "stdev": 0.00010629162311850504,
208
+ "stdev_": 0.2469608517328553
209
  },
210
  "throughput": {
211
  "unit": "samples/s",
212
+ "value": 139.40563394587596
213
  },
214
  "energy": null,
215
  "efficiency": null