IlyasMoutawwakil HF staff commited on
Commit
f441e5e
·
verified ·
1 Parent(s): 6376c28

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

Browse files
cuda_training_transformers_multiple-choice_FacebookAI/roberta-base/benchmark_report.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1093.496832,
6
+ "max_global_vram": 3379.03616,
7
+ "max_process_vram": 0.0,
8
+ "max_reserved": 2730.491904,
9
+ "max_allocated": 2516.23424
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 0.8026234703063965,
15
+ "mean": 0.16052469406127928,
16
+ "stdev": 0.22240891148008993,
17
+ "p50": 0.04907724761962891,
18
+ "p90": 0.38326721343994147,
19
+ "p95": 0.49430444412231433,
20
+ "p99": 0.5831342286682129,
21
+ "values": [
22
+ 0.6053416748046875,
23
+ 0.05015552139282226,
24
+ 0.04897484970092773,
25
+ 0.04907417678833008,
26
+ 0.04907724761962891
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 62.295711313940046
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 1093.496832,
40
+ "max_global_vram": 3379.03616,
41
+ "max_process_vram": 0.0,
42
+ "max_reserved": 2730.491904,
43
+ "max_allocated": 2516.23424
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 0.6554971961975098,
49
+ "mean": 0.3277485980987549,
50
+ "stdev": 0.27759307670593264,
51
+ "p50": 0.3277485980987549,
52
+ "p90": 0.549823059463501,
53
+ "p95": 0.5775823671340942,
54
+ "p99": 0.5997898132705688,
55
+ "values": [
56
+ 0.6053416748046875,
57
+ 0.05015552139282226
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 12.204476306546239
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 1093.496832,
71
+ "max_global_vram": 3379.03616,
72
+ "max_process_vram": 0.0,
73
+ "max_reserved": 2730.491904,
74
+ "max_allocated": 2516.23424
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 0.14712627410888673,
80
+ "mean": 0.049042091369628914,
81
+ "stdev": 4.7563564546161045e-05,
82
+ "p50": 0.04907417678833008,
83
+ "p90": 0.04907663345336914,
84
+ "p95": 0.049076940536499025,
85
+ "p99": 0.04907718620300293,
86
+ "values": [
87
+ 0.04897484970092773,
88
+ 0.04907417678833008,
89
+ 0.04907724761962891
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 122.34388527149387
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }