Commit
•
774ae6a
1
Parent(s):
2ad1bd8
Upload cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark_report.json with huggingface_hub
Browse files
cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark_report.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"forward": {
|
3 |
+
"memory": {
|
4 |
+
"unit": "MB",
|
5 |
+
"max_ram": 867.168256,
|
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 |
+
"count": 24,
|
14 |
+
"total": 1.007975063999993,
|
15 |
+
"mean": 0.0419989609999997,
|
16 |
+
"stdev": 0.0019319255324772137,
|
17 |
+
"p50": 0.04262508699997625,
|
18 |
+
"p90": 0.04356798539997726,
|
19 |
+
"p95": 0.04362669644999358,
|
20 |
+
"p99": 0.04424476991001029,
|
21 |
+
"values": [
|
22 |
+
0.042812983000033,
|
23 |
+
0.043610072999968,
|
24 |
+
0.042484940000008464,
|
25 |
+
0.04297494499996901,
|
26 |
+
0.04260547600000564,
|
27 |
+
0.04264469799994686,
|
28 |
+
0.041934210000022176,
|
29 |
+
0.04164361599998756,
|
30 |
+
0.04277708600000096,
|
31 |
+
0.042425047999984145,
|
32 |
+
0.04277237700000569,
|
33 |
+
0.041670296999996026,
|
34 |
+
0.0422928809999803,
|
35 |
+
0.04233188300003121,
|
36 |
+
0.042860111000038614,
|
37 |
+
0.043469780999998875,
|
38 |
+
0.044428513000013936,
|
39 |
+
0.04362962999999809,
|
40 |
+
0.04332854699998734,
|
41 |
+
0.042980515000010655,
|
42 |
+
0.040318280000008144,
|
43 |
+
0.03734905700002855,
|
44 |
+
0.037290908999978,
|
45 |
+
0.037339207999991686
|
46 |
+
]
|
47 |
+
},
|
48 |
+
"throughput": {
|
49 |
+
"unit": "samples/s",
|
50 |
+
"value": 23.810112826362705
|
51 |
+
},
|
52 |
+
"energy": {
|
53 |
+
"unit": "kWh",
|
54 |
+
"cpu": 1.4726391545048467e-06,
|
55 |
+
"ram": 6.154388759241598e-08,
|
56 |
+
"gpu": 0.0,
|
57 |
+
"total": 1.5341830420972626e-06
|
58 |
+
},
|
59 |
+
"efficiency": {
|
60 |
+
"unit": "samples/kWh",
|
61 |
+
"value": 651812.7058900205
|
62 |
+
}
|
63 |
+
}
|
64 |
+
}
|