IlyasMoutawwakil HF staff commited on
Commit
2d6b80f
·
verified ·
1 Parent(s): 5f18af2

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

Browse files
cuda_training_transformers_multiple-choice_FacebookAI/roberta-base/file.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "name": "cuda_training_transformers_multiple-choice_FacebookAI/roberta-base",
4
+ "backend": {
5
+ "name": "pytorch",
6
+ "version": "2.2.2",
7
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
+ "task": "multiple-choice",
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,
25
+ "eval_mode": true,
26
+ "to_bettertransformer": false,
27
+ "low_cpu_mem_usage": null,
28
+ "attn_implementation": null,
29
+ "cache_implementation": null,
30
+ "autocast_enabled": false,
31
+ "autocast_dtype": null,
32
+ "torch_compile": false,
33
+ "torch_compile_target": "forward",
34
+ "torch_compile_config": {},
35
+ "quantization_scheme": null,
36
+ "quantization_config": {},
37
+ "deepspeed_inference": false,
38
+ "deepspeed_inference_config": {},
39
+ "peft_type": null,
40
+ "peft_config": {}
41
+ },
42
+ "scenario": {
43
+ "name": "training",
44
+ "_target_": "optimum_benchmark.scenarios.training.scenario.TrainingScenario",
45
+ "max_steps": 5,
46
+ "warmup_steps": 2,
47
+ "dataset_shapes": {
48
+ "dataset_size": 500,
49
+ "sequence_length": 16,
50
+ "num_choices": 1
51
+ },
52
+ "training_arguments": {
53
+ "per_device_train_batch_size": 2,
54
+ "gradient_accumulation_steps": 1,
55
+ "output_dir": "./trainer_output",
56
+ "do_train": true,
57
+ "use_cpu": false,
58
+ "max_steps": 5,
59
+ "do_eval": false,
60
+ "do_predict": false,
61
+ "report_to": "none",
62
+ "skip_memory_metrics": true,
63
+ "ddp_find_unused_parameters": false
64
+ },
65
+ "latency": true,
66
+ "memory": true,
67
+ "energy": false
68
+ },
69
+ "launcher": {
70
+ "name": "process",
71
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
72
+ "device_isolation": true,
73
+ "device_isolation_action": "error",
74
+ "start_method": "spawn"
75
+ },
76
+ "environment": {
77
+ "cpu": " AMD EPYC 7R32",
78
+ "cpu_count": 16,
79
+ "cpu_ram_mb": 66697.29792,
80
+ "system": "Linux",
81
+ "machine": "x86_64",
82
+ "platform": "Linux-5.10.214-202.855.amzn2.x86_64-x86_64-with-glibc2.35",
83
+ "processor": "x86_64",
84
+ "python_version": "3.10.14",
85
+ "gpu": [
86
+ "NVIDIA A10G"
87
+ ],
88
+ "gpu_count": 1,
89
+ "gpu_vram_mb": 24146608128,
90
+ "optimum_benchmark_version": "0.2.0",
91
+ "optimum_benchmark_commit": null,
92
+ "transformers_version": "4.40.2",
93
+ "transformers_commit": null,
94
+ "accelerate_version": "0.30.0",
95
+ "accelerate_commit": null,
96
+ "diffusers_version": "0.27.2",
97
+ "diffusers_commit": null,
98
+ "optimum_version": null,
99
+ "optimum_commit": null,
100
+ "timm_version": "0.9.16",
101
+ "timm_commit": null,
102
+ "peft_version": null,
103
+ "peft_commit": null
104
+ }
105
+ },
106
+ "report": {
107
+ "overall": {
108
+ "memory": {
109
+ "unit": "MB",
110
+ "max_ram": 1093.496832,
111
+ "max_global_vram": 3379.03616,
112
+ "max_process_vram": 0.0,
113
+ "max_reserved": 2730.491904,
114
+ "max_allocated": 2516.23424
115
+ },
116
+ "latency": {
117
+ "unit": "s",
118
+ "count": 5,
119
+ "total": 0.8026234703063965,
120
+ "mean": 0.16052469406127928,
121
+ "stdev": 0.22240891148008993,
122
+ "p50": 0.04907724761962891,
123
+ "p90": 0.38326721343994147,
124
+ "p95": 0.49430444412231433,
125
+ "p99": 0.5831342286682129,
126
+ "values": [
127
+ 0.6053416748046875,
128
+ 0.05015552139282226,
129
+ 0.04897484970092773,
130
+ 0.04907417678833008,
131
+ 0.04907724761962891
132
+ ]
133
+ },
134
+ "throughput": {
135
+ "unit": "samples/s",
136
+ "value": 62.295711313940046
137
+ },
138
+ "energy": null,
139
+ "efficiency": null
140
+ },
141
+ "warmup": {
142
+ "memory": {
143
+ "unit": "MB",
144
+ "max_ram": 1093.496832,
145
+ "max_global_vram": 3379.03616,
146
+ "max_process_vram": 0.0,
147
+ "max_reserved": 2730.491904,
148
+ "max_allocated": 2516.23424
149
+ },
150
+ "latency": {
151
+ "unit": "s",
152
+ "count": 2,
153
+ "total": 0.6554971961975098,
154
+ "mean": 0.3277485980987549,
155
+ "stdev": 0.27759307670593264,
156
+ "p50": 0.3277485980987549,
157
+ "p90": 0.549823059463501,
158
+ "p95": 0.5775823671340942,
159
+ "p99": 0.5997898132705688,
160
+ "values": [
161
+ 0.6053416748046875,
162
+ 0.05015552139282226
163
+ ]
164
+ },
165
+ "throughput": {
166
+ "unit": "samples/s",
167
+ "value": 12.204476306546239
168
+ },
169
+ "energy": null,
170
+ "efficiency": null
171
+ },
172
+ "train": {
173
+ "memory": {
174
+ "unit": "MB",
175
+ "max_ram": 1093.496832,
176
+ "max_global_vram": 3379.03616,
177
+ "max_process_vram": 0.0,
178
+ "max_reserved": 2730.491904,
179
+ "max_allocated": 2516.23424
180
+ },
181
+ "latency": {
182
+ "unit": "s",
183
+ "count": 3,
184
+ "total": 0.14712627410888673,
185
+ "mean": 0.049042091369628914,
186
+ "stdev": 4.7563564546161045e-05,
187
+ "p50": 0.04907417678833008,
188
+ "p90": 0.04907663345336914,
189
+ "p95": 0.049076940536499025,
190
+ "p99": 0.04907718620300293,
191
+ "values": [
192
+ 0.04897484970092773,
193
+ 0.04907417678833008,
194
+ 0.04907724761962891
195
+ ]
196
+ },
197
+ "throughput": {
198
+ "unit": "samples/s",
199
+ "value": 122.34388527149387
200
+ },
201
+ "energy": null,
202
+ "efficiency": null
203
+ }
204
+ }
205
+ }