IlyasMoutawwakil HF staff commited on
Commit
32f475c
·
verified ·
1 Parent(s): fa9b127

Upload cuda_training_transformers_text-classification_FacebookAI/roberta-base/benchmark.json with huggingface_hub

Browse files
cuda_training_transformers_text-classification_FacebookAI/roberta-base/benchmark.json CHANGED
@@ -6,19 +6,17 @@
6
  "version": "2.2.2+rocm5.7",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "text-classification",
9
- "model": "FacebookAI/roberta-base",
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,
@@ -88,7 +86,7 @@
88
  "gpu_count": 1,
89
  "gpu_vram_mb": 68702699520,
90
  "optimum_benchmark_version": "0.2.0",
91
- "optimum_benchmark_commit": "3e2eebdc0f80ae6deeb2e1faad3e889ed5a4df2d",
92
  "transformers_version": "4.40.2",
93
  "transformers_commit": null,
94
  "accelerate_version": "0.30.1",
@@ -107,33 +105,33 @@
107
  "overall": {
108
  "memory": {
109
  "unit": "MB",
110
- "max_ram": 1120.018432,
111
- "max_global_vram": 3155.439616,
112
- "max_process_vram": 289389.154304,
113
  "max_reserved": 2707.423232,
114
  "max_allocated": 2497.900032
115
  },
116
  "latency": {
117
  "unit": "s",
118
  "count": 5,
119
- "total": 0.7102848052978514,
120
- "mean": 0.14205696105957027,
121
- "stdev": 0.19800189440845006,
122
- "p50": 0.043140541076660155,
123
- "p90": 0.3402708557128907,
124
- "p95": 0.4391655487060546,
125
- "p99": 0.518281303100586,
126
  "values": [
127
- 0.5380602416992187,
128
- 0.04358677673339844,
129
- 0.04263622283935547,
130
- 0.043140541076660155,
131
- 0.04286102294921875
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "samples/s",
136
- "value": 70.39429764942383
137
  },
138
  "energy": null,
139
  "efficiency": null
@@ -141,30 +139,30 @@
141
  "warmup": {
142
  "memory": {
143
  "unit": "MB",
144
- "max_ram": 1120.018432,
145
- "max_global_vram": 3155.439616,
146
- "max_process_vram": 289389.154304,
147
  "max_reserved": 2707.423232,
148
  "max_allocated": 2497.900032
149
  },
150
  "latency": {
151
  "unit": "s",
152
  "count": 2,
153
- "total": 0.5816470184326171,
154
- "mean": 0.29082350921630856,
155
- "stdev": 0.24723673248291014,
156
- "p50": 0.2908235092163086,
157
- "p90": 0.48861289520263673,
158
- "p95": 0.5133365684509277,
159
- "p99": 0.5331155070495606,
160
  "values": [
161
- 0.5380602416992187,
162
- 0.04358677673339844
163
  ]
164
  },
165
  "throughput": {
166
  "unit": "samples/s",
167
- "value": 13.754046262556038
168
  },
169
  "energy": null,
170
  "efficiency": null
@@ -172,31 +170,31 @@
172
  "train": {
173
  "memory": {
174
  "unit": "MB",
175
- "max_ram": 1120.018432,
176
- "max_global_vram": 3155.439616,
177
- "max_process_vram": 289389.154304,
178
  "max_reserved": 2707.423232,
179
  "max_allocated": 2497.900032
180
  },
181
  "latency": {
182
  "unit": "s",
183
  "count": 3,
184
- "total": 0.1286377868652344,
185
- "mean": 0.04287926228841146,
186
- "stdev": 0.0002062906141671121,
187
- "p50": 0.04286102294921875,
188
- "p90": 0.04308463745117187,
189
- "p95": 0.043112589263916014,
190
- "p99": 0.043134950714111324,
191
  "values": [
192
- 0.04263622283935547,
193
- 0.043140541076660155,
194
- 0.04286102294921875
195
  ]
196
  },
197
  "throughput": {
198
  "unit": "samples/s",
199
- "value": 139.9277804651401
200
  },
201
  "energy": null,
202
  "efficiency": null
 
6
  "version": "2.2.2+rocm5.7",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "text-classification",
 
9
  "library": "transformers",
10
+ "model": "FacebookAI/roberta-base",
11
+ "processor": "FacebookAI/roberta-base",
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,
 
86
  "gpu_count": 1,
87
  "gpu_vram_mb": 68702699520,
88
  "optimum_benchmark_version": "0.2.0",
89
+ "optimum_benchmark_commit": "6fd377459e287bb09e9383ba2516b1b2a271a562",
90
  "transformers_version": "4.40.2",
91
  "transformers_commit": null,
92
  "accelerate_version": "0.30.1",
 
105
  "overall": {
106
  "memory": {
107
  "unit": "MB",
108
+ "max_ram": 1120.305152,
109
+ "max_global_vram": 3155.451904,
110
+ "max_process_vram": 322444.84096,
111
  "max_reserved": 2707.423232,
112
  "max_allocated": 2497.900032
113
  },
114
  "latency": {
115
  "unit": "s",
116
  "count": 5,
117
+ "total": 0.7044872703552246,
118
+ "mean": 0.14089745407104493,
119
+ "stdev": 0.1951893138456151,
120
+ "p50": 0.043330455780029295,
121
+ "p90": 0.3363613067626954,
122
+ "p95": 0.4338182571411132,
123
+ "p99": 0.5117838174438477,
124
  "values": [
125
+ 0.5312752075195313,
126
+ 0.0431949348449707,
127
+ 0.042696216583251956,
128
+ 0.043330455780029295,
129
+ 0.04399045562744141
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "samples/s",
134
+ "value": 70.97360322037959
135
  },
136
  "energy": null,
137
  "efficiency": null
 
139
  "warmup": {
140
  "memory": {
141
  "unit": "MB",
142
+ "max_ram": 1120.305152,
143
+ "max_global_vram": 3155.451904,
144
+ "max_process_vram": 322444.84096,
145
  "max_reserved": 2707.423232,
146
  "max_allocated": 2497.900032
147
  },
148
  "latency": {
149
  "unit": "s",
150
  "count": 2,
151
+ "total": 0.574470142364502,
152
+ "mean": 0.287235071182251,
153
+ "stdev": 0.24404013633728028,
154
+ "p50": 0.287235071182251,
155
+ "p90": 0.48246718025207525,
156
+ "p95": 0.5068711938858033,
157
+ "p99": 0.5263944047927857,
158
  "values": [
159
+ 0.5312752075195313,
160
+ 0.0431949348449707
161
  ]
162
  },
163
  "throughput": {
164
  "unit": "samples/s",
165
+ "value": 13.925876055232807
166
  },
167
  "energy": null,
168
  "efficiency": null
 
170
  "train": {
171
  "memory": {
172
  "unit": "MB",
173
+ "max_ram": 1120.305152,
174
+ "max_global_vram": 3155.451904,
175
+ "max_process_vram": 322444.84096,
176
  "max_reserved": 2707.423232,
177
  "max_allocated": 2497.900032
178
  },
179
  "latency": {
180
  "unit": "s",
181
  "count": 3,
182
+ "total": 0.13001712799072265,
183
+ "mean": 0.04333904266357422,
184
+ "stdev": 0.0005284057637856649,
185
+ "p50": 0.043330455780029295,
186
+ "p90": 0.043858455657958983,
187
+ "p95": 0.0439244556427002,
188
+ "p99": 0.043977255630493164,
189
  "values": [
190
+ 0.042696216583251956,
191
+ 0.043330455780029295,
192
+ 0.04399045562744141
193
  ]
194
  },
195
  "throughput": {
196
  "unit": "samples/s",
197
+ "value": 138.4432980344281
198
  },
199
  "energy": null,
200
  "efficiency": null