IlyasMoutawwakil HF Staff commited on
Commit
a296eec
·
verified ·
1 Parent(s): a6fcd3a

Upload cpu_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark_report.json with huggingface_hub

Browse files
cpu_inference_transformers_token-classification_microsoft/deberta-v3-base/benchmark_report.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "load": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1151.397888,
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": 1,
14
+ "total": 5.6544026443734765,
15
+ "mean": 5.6544026443734765,
16
+ "stdev": 0.0,
17
+ "p50": 5.6544026443734765,
18
+ "p90": 5.6544026443734765,
19
+ "p95": 5.6544026443734765,
20
+ "p99": 5.6544026443734765,
21
+ "values": [
22
+ 5.6544026443734765
23
+ ]
24
+ },
25
+ "throughput": null,
26
+ "energy": {
27
+ "unit": "kWh",
28
+ "cpu": 7.061859659734182e-05,
29
+ "ram": 0.00011851926982850335,
30
+ "gpu": 0,
31
+ "total": 0.00018913786642584516
32
+ },
33
+ "efficiency": null
34
+ },
35
+ "forward": {
36
+ "memory": {
37
+ "unit": "MB",
38
+ "max_ram": 1176.891392,
39
+ "max_global_vram": null,
40
+ "max_process_vram": null,
41
+ "max_reserved": null,
42
+ "max_allocated": null
43
+ },
44
+ "latency": {
45
+ "unit": "s",
46
+ "count": 20,
47
+ "total": 1.0225391909480095,
48
+ "mean": 0.05112695954740047,
49
+ "stdev": 0.0008458426488399909,
50
+ "p50": 0.05117947608232498,
51
+ "p90": 0.052300562523305415,
52
+ "p95": 0.052408567350357774,
53
+ "p99": 0.052790537234395744,
54
+ "values": [
55
+ 0.05070034321397543,
56
+ 0.04961557872593403,
57
+ 0.051226950250566006,
58
+ 0.05080100242048502,
59
+ 0.051390727050602436,
60
+ 0.05064002051949501,
61
+ 0.052383437752723694,
62
+ 0.050533270463347435,
63
+ 0.050114174373447895,
64
+ 0.049904901534318924,
65
+ 0.05113200191408396,
66
+ 0.05041260365396738,
67
+ 0.05147740989923477,
68
+ 0.05035402253270149,
69
+ 0.05142404977232218,
70
+ 0.05190158449113369,
71
+ 0.051676332019269466,
72
+ 0.05167339649051428,
73
+ 0.052886029705405235,
74
+ 0.05229135416448116
75
+ ]
76
+ },
77
+ "throughput": {
78
+ "unit": "samples/s",
79
+ "value": 19.559152526425652
80
+ },
81
+ "energy": {
82
+ "unit": "kWh",
83
+ "cpu": 1.6079258959507571e-06,
84
+ "ram": 2.6979565903357432e-06,
85
+ "gpu": 0.0,
86
+ "total": 4.3058824862865e-06
87
+ },
88
+ "efficiency": {
89
+ "unit": "samples/kWh",
90
+ "value": 232240.42996640736
91
+ }
92
+ }
93
+ }