IlyasMoutawwakil HF Staff commited on
Commit
4f1f824
·
verified ·
1 Parent(s): b55c1f4

Upload cpu_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel/benchmark_report.json with huggingface_hub

Browse files
cpu_training_transformers_fill-mask_hf-internal-testing/tiny-random-BertModel/benchmark_report.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 474.669056,
6
+ "max_global_vram": null,
7
+ "max_process_vram": null,
8
+ "max_reserved": null,
9
+ "max_allocated": null
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "values": [
14
+ 0.016033114999999043,
15
+ 0.01231795600000396,
16
+ 0.012212718999990102,
17
+ 0.012068352000000004,
18
+ 0.012090201999995998
19
+ ],
20
+ "count": 5,
21
+ "total": 0.06472234399998911,
22
+ "mean": 0.012944468799997822,
23
+ "p50": 0.012212718999990102,
24
+ "p90": 0.01454705140000101,
25
+ "p95": 0.015290083200000026,
26
+ "p99": 0.01588450863999924,
27
+ "stdev": 0.001546936574005104,
28
+ "stdev_": 11.95056048963063
29
+ },
30
+ "throughput": {
31
+ "unit": "samples/s",
32
+ "value": 772.5307352899397
33
+ },
34
+ "energy": {
35
+ "unit": "kWh",
36
+ "cpu": 8.643756294444909e-06,
37
+ "ram": 3.6100026337274195e-07,
38
+ "gpu": 0,
39
+ "total": 9.00475655781765e-06
40
+ },
41
+ "efficiency": {
42
+ "unit": "samples/kWh",
43
+ "value": 1110524.191941459
44
+ }
45
+ },
46
+ "warmup": {
47
+ "memory": {
48
+ "unit": "MB",
49
+ "max_ram": 474.669056,
50
+ "max_global_vram": null,
51
+ "max_process_vram": null,
52
+ "max_reserved": null,
53
+ "max_allocated": null
54
+ },
55
+ "latency": {
56
+ "unit": "s",
57
+ "values": [
58
+ 0.016033114999999043,
59
+ 0.01231795600000396
60
+ ],
61
+ "count": 2,
62
+ "total": 0.028351071000003003,
63
+ "mean": 0.014175535500001502,
64
+ "p50": 0.014175535500001502,
65
+ "p90": 0.015661599099999535,
66
+ "p95": 0.01584735704999929,
67
+ "p99": 0.015995963409999092,
68
+ "stdev": 0.0018575794999975415,
69
+ "stdev_": 13.104122239313956
70
+ },
71
+ "throughput": {
72
+ "unit": "samples/s",
73
+ "value": 282.1762888604509
74
+ },
75
+ "energy": null,
76
+ "efficiency": null
77
+ },
78
+ "train": {
79
+ "memory": {
80
+ "unit": "MB",
81
+ "max_ram": 474.669056,
82
+ "max_global_vram": null,
83
+ "max_process_vram": null,
84
+ "max_reserved": null,
85
+ "max_allocated": null
86
+ },
87
+ "latency": {
88
+ "unit": "s",
89
+ "values": [
90
+ 0.012212718999990102,
91
+ 0.012068352000000004,
92
+ 0.012090201999995998
93
+ ],
94
+ "count": 3,
95
+ "total": 0.036371272999986104,
96
+ "mean": 0.012123757666662035,
97
+ "p50": 0.012090201999995998,
98
+ "p90": 0.012188215599991281,
99
+ "p95": 0.012200467299990692,
100
+ "p99": 0.01221026865999022,
101
+ "stdev": 6.353447749365095e-05,
102
+ "stdev_": 0.5240493850215956
103
+ },
104
+ "throughput": {
105
+ "unit": "samples/s",
106
+ "value": 494.8960681141646
107
+ },
108
+ "energy": null,
109
+ "efficiency": null
110
+ }
111
+ }