IlyasMoutawwakil HF staff commited on
Commit
fcdf6b0
1 Parent(s): b635218

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,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "forward": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1177.78432,
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": 7,
14
+ "total": 1.0143898730000274,
15
+ "mean": 0.1449128390000039,
16
+ "stdev": 0.005891057756269804,
17
+ "p50": 0.1438135500000044,
18
+ "p90": 0.15250306259999888,
19
+ "p95": 0.1535459657999752,
20
+ "p99": 0.15438028835995624,
21
+ "values": [
22
+ 0.15111252500003047,
23
+ 0.1438135500000044,
24
+ 0.1439276020000193,
25
+ 0.14258516500001406,
26
+ 0.1435150730000032,
27
+ 0.1545888689999515,
28
+ 0.13484708900000442
29
+ ]
30
+ },
31
+ "throughput": {
32
+ "unit": "samples/s",
33
+ "value": 6.900699806177789
34
+ },
35
+ "energy": {
36
+ "unit": "kWh",
37
+ "cpu": 4.7328105679264776e-06,
38
+ "ram": 1.9779879180456798e-07,
39
+ "gpu": 0.0,
40
+ "total": 4.930609359731046e-06
41
+ },
42
+ "efficiency": {
43
+ "unit": "samples/kWh",
44
+ "value": 202814.6882142267
45
+ }
46
+ }
47
+ }