IlyasMoutawwakil HF Staff commited on
Commit
55b7e29
·
verified ·
1 Parent(s): 2624ed5

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

Browse files
cpu_training_transformers_token-classification_microsoft/deberta-v3-base/benchmark_report.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 4422.656,
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": 5,
14
+ "total": 2.992242834530771,
15
+ "mean": 0.5984485669061541,
16
+ "stdev": 0.06504508551662769,
17
+ "p50": 0.5810305355116725,
18
+ "p90": 0.6729702541604639,
19
+ "p95": 0.6970813792198897,
20
+ "p99": 0.7163702792674304,
21
+ "values": [
22
+ 0.7211925042793155,
23
+ 0.6006368789821863,
24
+ 0.5810305355116725,
25
+ 0.544237851165235,
26
+ 0.5451450645923615
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 16.709873751887777
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 4422.656,
40
+ "max_global_vram": null,
41
+ "max_process_vram": null,
42
+ "max_reserved": null,
43
+ "max_allocated": null
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 1.3218293832615018,
49
+ "mean": 0.6609146916307509,
50
+ "stdev": 0.06027781264856458,
51
+ "p50": 0.6609146916307509,
52
+ "p90": 0.7091369417496025,
53
+ "p95": 0.715164723014459,
54
+ "p99": 0.7199869480263442,
55
+ "values": [
56
+ 0.7211925042793155,
57
+ 0.6006368789821863
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 6.052218312972192
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 4422.656,
71
+ "max_global_vram": null,
72
+ "max_process_vram": null,
73
+ "max_reserved": null,
74
+ "max_allocated": null
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 1.670413451269269,
80
+ "mean": 0.556804483756423,
81
+ "stdev": 0.017134408788295172,
82
+ "p50": 0.5451450645923615,
83
+ "p90": 0.5738534413278102,
84
+ "p95": 0.5774419884197414,
85
+ "p99": 0.5803128260932863,
86
+ "values": [
87
+ 0.5810305355116725,
88
+ 0.544237851165235,
89
+ 0.5451450645923615
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 10.775775294626994
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }