IlyasMoutawwakil HF staff commited on
Commit
74ca8e5
·
verified ·
1 Parent(s): 0f42019

Upload cuda_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub

Browse files
cuda_inference_transformers_token-classification_microsoft/deberta-v3-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": "token-classification",
9
- "model": "microsoft/deberta-v3-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,
@@ -85,7 +83,7 @@
85
  "gpu_count": 1,
86
  "gpu_vram_mb": 68702699520,
87
  "optimum_benchmark_version": "0.2.0",
88
- "optimum_benchmark_commit": "3e2eebdc0f80ae6deeb2e1faad3e889ed5a4df2d",
89
  "transformers_version": "4.40.2",
90
  "transformers_commit": null,
91
  "accelerate_version": "0.30.1",
@@ -104,92 +102,108 @@
104
  "forward": {
105
  "memory": {
106
  "unit": "MB",
107
- "max_ram": 1022.967808,
108
- "max_global_vram": 1122.861056,
109
- "max_process_vram": 313092.632576,
110
  "max_reserved": 773.849088,
111
  "max_allocated": 745.087488
112
  },
113
  "latency": {
114
  "unit": "s",
115
- "count": 64,
116
- "total": 1.002216485977173,
117
- "mean": 0.015659632593393327,
118
- "stdev": 0.00032657959496250246,
119
- "p50": 0.0156137056350708,
120
- "p90": 0.016119156646728517,
121
- "p95": 0.016201380729675294,
122
- "p99": 0.01642167297363281,
123
  "values": [
124
- 0.014580034255981445,
125
- 0.015380826950073243,
126
- 0.015632505416870116,
127
- 0.015705784797668456,
128
- 0.015665465354919434,
129
- 0.015613625526428223,
130
- 0.015462427139282227,
131
- 0.015415387153625488,
132
- 0.015331868171691895,
133
- 0.015300507545471192,
134
- 0.015308828353881835,
135
- 0.01517123031616211,
136
- 0.015371388435363769,
137
- 0.015199708938598632,
138
- 0.015440986633300782,
139
- 0.015365467071533204,
140
- 0.015630425453186034,
141
- 0.015564346313476562,
142
- 0.015875542640686035,
143
- 0.015610745429992676,
144
- 0.015710584640502928,
145
- 0.015358907699584961,
146
- 0.015540506362915039,
147
- 0.015366908073425292,
148
- 0.015511066436767577,
149
- 0.01519986915588379,
150
- 0.015571545600891114,
151
- 0.015733304023742675,
152
- 0.01585154342651367,
153
- 0.01549522590637207,
154
- 0.015496186256408691,
155
- 0.01568210506439209,
156
- 0.015999061584472656,
157
- 0.015836183547973632,
158
- 0.015821144104003905,
159
- 0.015796024322509764,
160
- 0.016090261459350587,
161
- 0.015565146446228027,
162
- 0.015568985939025878,
163
- 0.015391707420349121,
164
- 0.01592898178100586,
165
- 0.015771544456481934,
166
- 0.01599650192260742,
167
- 0.015524986267089844,
168
- 0.015766103744506835,
169
- 0.015821304321289063,
170
- 0.01604498291015625,
171
- 0.01618914031982422,
172
- 0.016131540298461915,
173
- 0.016135221481323243,
174
- 0.01621921920776367,
175
- 0.015613785743713379,
176
- 0.015590585708618165,
177
- 0.015798744201660157,
178
- 0.01585922336578369,
179
- 0.016203540802001953,
180
- 0.01660129737854004,
181
- 0.016316179275512696,
182
- 0.015740824699401856,
183
- 0.015590585708618165,
184
- 0.015331707000732421,
185
- 0.01589426326751709,
186
- 0.01535746669769287,
187
- 0.015575386047363282
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  ]
189
  },
190
  "throughput": {
191
  "unit": "samples/s",
192
- "value": 63.85845862194059
193
  },
194
  "energy": null,
195
  "efficiency": null
 
6
  "version": "2.2.2+rocm5.7",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "token-classification",
 
9
  "library": "transformers",
10
+ "model": "microsoft/deberta-v3-base",
11
+ "processor": "microsoft/deberta-v3-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,
 
83
  "gpu_count": 1,
84
  "gpu_vram_mb": 68702699520,
85
  "optimum_benchmark_version": "0.2.0",
86
+ "optimum_benchmark_commit": "6fd377459e287bb09e9383ba2516b1b2a271a562",
87
  "transformers_version": "4.40.2",
88
  "transformers_commit": null,
89
  "accelerate_version": "0.30.1",
 
102
  "forward": {
103
  "memory": {
104
  "unit": "MB",
105
+ "max_ram": 1023.5904,
106
+ "max_global_vram": 1122.869248,
107
+ "max_process_vram": 297340.772352,
108
  "max_reserved": 773.849088,
109
  "max_allocated": 745.087488
110
  },
111
  "latency": {
112
  "unit": "s",
113
+ "count": 80,
114
+ "total": 1.0064200000762942,
115
+ "mean": 0.012580250000953674,
116
+ "stdev": 0.0005794106577831661,
117
+ "p50": 0.012255734920501709,
118
+ "p90": 0.013297764492034913,
119
+ "p95": 0.013759947967529298,
120
+ "p99": 0.01449089952468872,
121
  "values": [
122
+ 0.01308413314819336,
123
+ 0.013221892356872558,
124
+ 0.01329421329498291,
125
+ 0.013328291893005372,
126
+ 0.013490212440490723,
127
+ 0.01329437255859375,
128
+ 0.013197413444519043,
129
+ 0.01305085277557373,
130
+ 0.01317565155029297,
131
+ 0.013031972885131835,
132
+ 0.013177733421325683,
133
+ 0.013005252838134765,
134
+ 0.013148933410644532,
135
+ 0.013002693176269531,
136
+ 0.013041253089904786,
137
+ 0.012918373107910157,
138
+ 0.014669249534606934,
139
+ 0.014443490028381347,
140
+ 0.01220173454284668,
141
+ 0.012247654914855957,
142
+ 0.012614853858947754,
143
+ 0.012185894966125488,
144
+ 0.01224909496307373,
145
+ 0.012357575416564941,
146
+ 0.012103335380554199,
147
+ 0.012206854820251465,
148
+ 0.012093894958496094,
149
+ 0.012149575233459473,
150
+ 0.012178215026855468,
151
+ 0.01243869400024414,
152
+ 0.012130214691162109,
153
+ 0.01212589454650879,
154
+ 0.012199335098266602,
155
+ 0.01236621379852295,
156
+ 0.01214973545074463,
157
+ 0.012340934753417968,
158
+ 0.01214557456970215,
159
+ 0.012155815124511719,
160
+ 0.012135334968566894,
161
+ 0.012231655120849609,
162
+ 0.012159174919128417,
163
+ 0.012619494438171387,
164
+ 0.012198214530944823,
165
+ 0.012358533859252929,
166
+ 0.012313735008239747,
167
+ 0.012286374092102051,
168
+ 0.012192934989929198,
169
+ 0.012144615173339843,
170
+ 0.012162694931030274,
171
+ 0.012174534797668456,
172
+ 0.012180933952331543,
173
+ 0.012289734840393066,
174
+ 0.012130535125732422,
175
+ 0.012159814834594726,
176
+ 0.012152295112609863,
177
+ 0.01211821460723877,
178
+ 0.012157255172729493,
179
+ 0.012347494125366211,
180
+ 0.012170374870300293,
181
+ 0.012164614677429198,
182
+ 0.012171814918518067,
183
+ 0.012177413940429687,
184
+ 0.012262374877929687,
185
+ 0.012198534965515137,
186
+ 0.012182374954223633,
187
+ 0.01218301486968994,
188
+ 0.012187813758850098,
189
+ 0.01219117546081543,
190
+ 0.012186534881591797,
191
+ 0.012311655044555664,
192
+ 0.012426374435424804,
193
+ 0.012137254714965821,
194
+ 0.013227012634277344,
195
+ 0.013853411674499511,
196
+ 0.01333485221862793,
197
+ 0.013756772041320801,
198
+ 0.013820290565490723,
199
+ 0.012812614440917969,
200
+ 0.013064772605895995,
201
+ 0.012868291854858398
202
  ]
203
  },
204
  "throughput": {
205
  "unit": "samples/s",
206
+ "value": 79.48967627226746
207
  },
208
  "energy": null,
209
  "efficiency": null