IlyasMoutawwakil HF staff commited on
Commit
1e07ed2
·
verified ·
1 Parent(s): 61de0dd

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
@@ -7,6 +7,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",
@@ -86,9 +87,9 @@
86
  "gpu_vram_mb": 24146608128,
87
  "optimum_benchmark_version": "0.3.1",
88
  "optimum_benchmark_commit": null,
89
- "transformers_version": "4.42.3",
90
  "transformers_commit": null,
91
- "accelerate_version": "0.31.0",
92
  "accelerate_commit": null,
93
  "diffusers_version": "0.29.2",
94
  "diffusers_commit": null,
@@ -104,7 +105,7 @@
104
  "forward": {
105
  "memory": {
106
  "unit": "MB",
107
- "max_ram": 976.191488,
108
  "max_global_vram": 1434.976256,
109
  "max_process_vram": 0.0,
110
  "max_reserved": 794.820608,
@@ -112,102 +113,104 @@
112
  },
113
  "latency": {
114
  "unit": "s",
115
- "count": 71,
116
- "total": 1.004907585144043,
117
- "mean": 0.014153627959775253,
118
- "stdev": 0.0004936119670674675,
119
- "p50": 0.014081024169921874,
120
- "p90": 0.014718976020812988,
121
- "p95": 0.015069695949554443,
122
- "p99": 0.015791308975219725,
123
  "values": [
124
- 0.015667200088500977,
125
- 0.016080896377563478,
126
- 0.015572992324829102,
127
- 0.015316991806030274,
128
- 0.01439846420288086,
129
- 0.013988927841186523,
130
- 0.014002240180969239,
131
- 0.01425715160369873,
132
- 0.01408614444732666,
133
- 0.014180352210998535,
134
- 0.014154751777648926,
135
- 0.014177248001098633,
136
- 0.014109696388244629,
137
- 0.01398681640625,
138
- 0.01396735954284668,
139
- 0.01397555160522461,
140
- 0.014142463684082032,
141
- 0.014422016143798828,
142
- 0.0141844482421875,
143
- 0.014819328308105468,
144
- 0.014718976020812988,
145
- 0.014503935813903808,
146
- 0.01477014446258545,
147
- 0.014553088188171387,
148
- 0.014038016319274902,
149
- 0.01406771183013916,
150
- 0.014395392417907715,
151
- 0.01437491226196289,
152
- 0.014155776023864745,
 
 
 
 
153
  0.014113792419433594,
154
- 0.0139683837890625,
155
- 0.01397555160522461,
156
- 0.014024703979492188,
157
- 0.013801471710205078,
158
  0.013965312004089356,
159
- 0.01460428810119629,
160
- 0.014822400093078614,
161
- 0.014631936073303223,
162
- 0.014284799575805664,
163
- 0.014132224082946777,
164
- 0.014101504325866699,
165
- 0.014139391899108887,
166
- 0.014078975677490235,
167
- 0.014139391899108887,
168
- 0.014040063858032227,
169
- 0.01408512020111084,
170
- 0.014024703979492188,
171
- 0.014072832107543945,
172
- 0.014045184135437011,
173
- 0.014029824256896972,
174
- 0.014073856353759765,
175
- 0.01409126377105713,
176
- 0.014310400009155273,
177
- 0.014081024169921874,
178
- 0.014140416145324707,
179
- 0.014036992073059081,
180
- 0.014054400444030762,
181
- 0.013623295783996582,
182
- 0.013562879562377929,
183
- 0.013586432456970214,
184
- 0.013569024085998535,
185
- 0.01356390380859375,
186
- 0.013650943756103515,
187
- 0.01354751968383789,
188
- 0.013549568176269532,
189
- 0.013531135559082032,
190
- 0.013574144363403321,
191
- 0.01353932762145996,
192
- 0.013566975593566894,
193
- 0.013544447898864746,
194
- 0.013558783531188966
 
195
  ]
196
  },
197
  "throughput": {
198
  "unit": "samples/s",
199
- "value": 70.65326309565361
200
  },
201
  "energy": {
202
  "unit": "kWh",
203
- "cpu": 1.6689085064919344e-07,
204
- "ram": 9.123992078923466e-08,
205
- "gpu": 3.508922994929543e-07,
206
- "total": 6.090230709313824e-07
207
  },
208
  "efficiency": {
209
  "unit": "samples/kWh",
210
- "value": 1641973.9213995528
211
  }
212
  }
213
  }
 
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "token-classification",
9
  "library": "transformers",
10
+ "model_type": "deberta-v2",
11
  "model": "microsoft/deberta-v3-base",
12
  "processor": "microsoft/deberta-v3-base",
13
  "device": "cuda",
 
87
  "gpu_vram_mb": 24146608128,
88
  "optimum_benchmark_version": "0.3.1",
89
  "optimum_benchmark_commit": null,
90
+ "transformers_version": "4.42.4",
91
  "transformers_commit": null,
92
+ "accelerate_version": "0.32.1",
93
  "accelerate_commit": null,
94
  "diffusers_version": "0.29.2",
95
  "diffusers_commit": null,
 
105
  "forward": {
106
  "memory": {
107
  "unit": "MB",
108
+ "max_ram": 977.772544,
109
  "max_global_vram": 1434.976256,
110
  "max_process_vram": 0.0,
111
  "max_reserved": 794.820608,
 
113
  },
114
  "latency": {
115
  "unit": "s",
116
+ "count": 73,
117
+ "total": 1.0037759685516363,
118
+ "mean": 0.013750355733584053,
119
+ "stdev": 0.0005961262034134148,
120
+ "p50": 0.013675519943237305,
121
+ "p90": 0.013995622062683106,
122
+ "p95": 0.01482690563201903,
123
+ "p99": 0.01621843948364258,
124
  "values": [
125
+ 0.01643519973754883,
126
+ 0.016134143829345703,
127
+ 0.01572454357147217,
128
+ 0.015904735565185547,
129
+ 0.013771776199340821,
130
+ 0.013461503982543945,
131
+ 0.013385727882385253,
132
+ 0.013410304069519043,
133
+ 0.013352959632873536,
134
+ 0.01337548828125,
135
+ 0.013340671539306641,
136
+ 0.013339648246765137,
137
+ 0.013347840309143067,
138
+ 0.013407232284545899,
139
+ 0.013336576461791993,
140
+ 0.013376511573791505,
141
+ 0.013376480102539062,
142
+ 0.013364224433898926,
143
+ 0.013334527969360351,
144
+ 0.01335807991027832,
145
+ 0.01333350372314453,
146
+ 0.013574144363403321,
147
+ 0.013389823913574218,
148
+ 0.013342783927917481,
149
+ 0.013339648246765137,
150
+ 0.01336627197265625,
151
+ 0.01338368034362793,
152
+ 0.013367327690124511,
153
+ 0.013399040222167969,
154
+ 0.013477888107299805,
155
+ 0.013419520378112794,
156
+ 0.013369343757629394,
157
+ 0.014133248329162598,
158
  0.014113792419433594,
159
+ 0.014228480339050293,
 
 
 
160
  0.013965312004089356,
161
+ 0.014003199577331543,
162
+ 0.013834239959716797,
163
+ 0.013806591987609864,
164
+ 0.013832192420959472,
165
+ 0.013710335731506347,
166
+ 0.013811712265014648,
167
+ 0.013707263946533203,
168
+ 0.013729791641235351,
169
+ 0.013660160064697266,
170
+ 0.013936608314514161,
171
+ 0.013806591987609864,
172
+ 0.013774815559387208,
173
+ 0.0136878080368042,
174
+ 0.013651968002319336,
175
+ 0.013711359977722168,
176
+ 0.013659135818481445,
177
+ 0.013685759544372558,
178
+ 0.013700096130371094,
179
+ 0.013715456008911133,
180
+ 0.013661184310913087,
181
+ 0.013675519943237305,
182
+ 0.0136878080368042,
183
+ 0.013627391815185547,
184
+ 0.013723648071289063,
185
+ 0.013731840133666993,
186
+ 0.013694975852966309,
187
+ 0.01365503978729248,
188
+ 0.013674495697021484,
189
+ 0.013731840133666993,
190
+ 0.013669376373291015,
191
+ 0.013730815887451172,
192
+ 0.013675519943237305,
193
+ 0.01375641632080078,
194
+ 0.013700096130371094,
195
+ 0.013743103981018067,
196
+ 0.013722623825073242,
197
+ 0.013747200012207032
198
  ]
199
  },
200
  "throughput": {
201
  "unit": "samples/s",
202
+ "value": 72.72539120988606
203
  },
204
  "energy": {
205
  "unit": "kWh",
206
+ "cpu": 1.6954305679398898e-07,
207
+ "ram": 9.219975320970203e-08,
208
+ "gpu": 3.690652404788694e-07,
209
+ "total": 6.308080504825604e-07
210
  },
211
  "efficiency": {
212
  "unit": "samples/kWh",
213
+ "value": 1585268.2907819776
214
  }
215
  }
216
  }