IlyasMoutawwakil HF staff commited on
Commit
8f45694
·
verified ·
1 Parent(s): 1f40f39

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

Browse files
cuda_training_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,
@@ -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": 1138.991104,
111
- "max_global_vram": 4373.225472,
112
- "max_process_vram": 425508.5568,
113
  "max_reserved": 3919.577088,
114
  "max_allocated": 3695.353344
115
  },
116
  "latency": {
117
  "unit": "s",
118
  "count": 5,
119
- "total": 0.8681330337524414,
120
- "mean": 0.1736266067504883,
121
- "stdev": 0.2019069548424633,
122
- "p50": 0.07248991394042968,
123
- "p90": 0.3758562866210938,
124
- "p95": 0.4766479614257812,
125
- "p99": 0.5572813012695312,
126
  "values": [
127
- 0.5774396362304688,
128
- 0.07348126220703124,
129
- 0.07248991394042968,
130
- 0.07230094909667968,
131
- 0.07242127227783203
132
  ]
133
  },
134
  "throughput": {
135
  "unit": "samples/s",
136
- "value": 57.594859377575645
137
  },
138
  "energy": null,
139
  "efficiency": null
@@ -141,30 +139,30 @@
141
  "warmup": {
142
  "memory": {
143
  "unit": "MB",
144
- "max_ram": 1138.991104,
145
- "max_global_vram": 4373.225472,
146
- "max_process_vram": 425508.5568,
147
  "max_reserved": 3919.577088,
148
  "max_allocated": 3695.353344
149
  },
150
  "latency": {
151
  "unit": "s",
152
  "count": 2,
153
- "total": 0.6509208984375,
154
- "mean": 0.32546044921875,
155
- "stdev": 0.2519791870117188,
156
- "p50": 0.32546044921875,
157
- "p90": 0.527043798828125,
158
- "p95": 0.5522417175292968,
159
- "p99": 0.5724000524902344,
160
  "values": [
161
- 0.5774396362304688,
162
- 0.07348126220703124
163
  ]
164
  },
165
  "throughput": {
166
  "unit": "samples/s",
167
- "value": 12.290279846911602
168
  },
169
  "energy": null,
170
  "efficiency": null
@@ -172,31 +170,31 @@
172
  "train": {
173
  "memory": {
174
  "unit": "MB",
175
- "max_ram": 1138.991104,
176
- "max_global_vram": 4373.225472,
177
- "max_process_vram": 425508.5568,
178
  "max_reserved": 3919.577088,
179
  "max_allocated": 3695.353344
180
  },
181
  "latency": {
182
  "unit": "s",
183
  "count": 3,
184
- "total": 0.21721213531494138,
185
- "mean": 0.07240404510498046,
186
- "stdev": 7.81004039968586e-05,
187
- "p50": 0.07242127227783203,
188
- "p90": 0.07247618560791015,
189
- "p95": 0.07248304977416992,
190
- "p99": 0.07248854110717773,
191
  "values": [
192
- 0.07248991394042968,
193
- 0.07230094909667968,
194
- 0.07242127227783203
195
  ]
196
  },
197
  "throughput": {
198
  "unit": "samples/s",
199
- "value": 82.86829819108101
200
  },
201
  "energy": null,
202
  "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,
 
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": 1138.782208,
109
+ "max_global_vram": 4373.233664,
110
+ "max_process_vram": 484213.501952,
111
  "max_reserved": 3919.577088,
112
  "max_allocated": 3695.353344
113
  },
114
  "latency": {
115
  "unit": "s",
116
  "count": 5,
117
+ "total": 0.9186810150146485,
118
+ "mean": 0.1837362030029297,
119
+ "stdev": 0.21465497524064203,
120
+ "p50": 0.07739598846435547,
121
+ "p90": 0.39903361511230473,
122
+ "p95": 0.5060334091186522,
123
+ "p99": 0.5916332443237304,
124
  "values": [
125
+ 0.613033203125,
126
+ 0.07803423309326171,
127
+ 0.07739598846435547,
128
+ 0.076966552734375,
129
+ 0.07325103759765625
130
  ]
131
  },
132
  "throughput": {
133
  "unit": "samples/s",
134
+ "value": 54.42585531083686
135
  },
136
  "energy": null,
137
  "efficiency": null
 
139
  "warmup": {
140
  "memory": {
141
  "unit": "MB",
142
+ "max_ram": 1138.782208,
143
+ "max_global_vram": 4373.233664,
144
+ "max_process_vram": 484213.501952,
145
  "max_reserved": 3919.577088,
146
  "max_allocated": 3695.353344
147
  },
148
  "latency": {
149
  "unit": "s",
150
  "count": 2,
151
+ "total": 0.6910674362182617,
152
+ "mean": 0.34553371810913086,
153
+ "stdev": 0.2674994850158691,
154
+ "p50": 0.34553371810913086,
155
+ "p90": 0.5595333061218262,
156
+ "p95": 0.586283254623413,
157
+ "p99": 0.6076832134246826,
158
  "values": [
159
+ 0.613033203125,
160
+ 0.07803423309326171
161
  ]
162
  },
163
  "throughput": {
164
  "unit": "samples/s",
165
+ "value": 11.576294266994427
166
  },
167
  "energy": null,
168
  "efficiency": null
 
170
  "train": {
171
  "memory": {
172
  "unit": "MB",
173
+ "max_ram": 1138.782208,
174
+ "max_global_vram": 4373.233664,
175
+ "max_process_vram": 484213.501952,
176
  "max_reserved": 3919.577088,
177
  "max_allocated": 3695.353344
178
  },
179
  "latency": {
180
  "unit": "s",
181
  "count": 3,
182
+ "total": 0.22761357879638672,
183
+ "mean": 0.0758711929321289,
184
+ "stdev": 0.0018610058649594318,
185
+ "p50": 0.076966552734375,
186
+ "p90": 0.07731010131835937,
187
+ "p95": 0.07735304489135743,
188
+ "p99": 0.07738739974975586,
189
  "values": [
190
+ 0.07739598846435547,
191
+ 0.076966552734375,
192
+ 0.07325103759765625
193
  ]
194
  },
195
  "throughput": {
196
  "unit": "samples/s",
197
+ "value": 79.0813979340926
198
  },
199
  "energy": null,
200
  "efficiency": null