IlyasMoutawwakil HF staff commited on
Commit
7080507
·
verified ·
1 Parent(s): aaf1af4

Upload cuda_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark_report.json with huggingface_hub

Browse files
cuda_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark_report.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1121.56672,
6
+ "max_global_vram": 2945.032192,
7
+ "max_process_vram": 320592.83456,
8
+ "max_reserved": 2497.708032,
9
+ "max_allocated": 2195.345408
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 0.6891405029296874,
15
+ "mean": 0.13782810058593747,
16
+ "stdev": 0.1881005526344888,
17
+ "p50": 0.043774486541748044,
18
+ "p90": 0.32616562652587894,
19
+ "p95": 0.42009712600707994,
20
+ "p99": 0.49524232559204096,
21
+ "values": [
22
+ 0.5140286254882812,
23
+ 0.04437112808227539,
24
+ 0.0433828125,
25
+ 0.04358345031738281,
26
+ 0.043774486541748044
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 72.55414503637363
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 1121.56672,
40
+ "max_global_vram": 2945.032192,
41
+ "max_process_vram": 320592.83456,
42
+ "max_reserved": 2497.708032,
43
+ "max_allocated": 2195.345408
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 0.5583997535705566,
49
+ "mean": 0.2791998767852783,
50
+ "stdev": 0.2348287487030029,
51
+ "p50": 0.2791998767852783,
52
+ "p90": 0.46706287574768063,
53
+ "p95": 0.4905457506179809,
54
+ "p99": 0.5093320505142211,
55
+ "values": [
56
+ 0.5140286254882812,
57
+ 0.04437112808227539
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 14.326653887015299
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 1121.56672,
71
+ "max_global_vram": 2945.032192,
72
+ "max_process_vram": 320592.83456,
73
+ "max_reserved": 2497.708032,
74
+ "max_allocated": 2195.345408
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 0.13074074935913085,
80
+ "mean": 0.04358024978637695,
81
+ "stdev": 0.00015991627245499803,
82
+ "p50": 0.04358345031738281,
83
+ "p90": 0.043736279296875,
84
+ "p95": 0.04375538291931152,
85
+ "p99": 0.04377066581726074,
86
+ "values": [
87
+ 0.0433828125,
88
+ 0.04358345031738281,
89
+ 0.043774486541748044
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 137.67704474873344
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }