IlyasMoutawwakil HF staff commited on
Commit
245a6e3
·
verified ·
1 Parent(s): 5782c2d

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

Browse files
cuda_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": 1142.677504,
6
+ "max_global_vram": 4373.25824,
7
+ "max_process_vram": 491445.10464,
8
+ "max_reserved": 3919.577088,
9
+ "max_allocated": 3695.353344
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 0.944256317138672,
15
+ "mean": 0.1888512634277344,
16
+ "stdev": 0.22234961608883377,
17
+ "p50": 0.07775576019287109,
18
+ "p90": 0.4113620422363282,
19
+ "p95": 0.5224561370849609,
20
+ "p99": 0.6113314129638672,
21
+ "values": [
22
+ 0.6335502319335937,
23
+ 0.07807975769042969,
24
+ 0.07749800109863281,
25
+ 0.07737256622314453,
26
+ 0.07775576019287109
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 52.95172411608773
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 1142.677504,
40
+ "max_global_vram": 4373.25824,
41
+ "max_process_vram": 491445.10464,
42
+ "max_reserved": 3919.577088,
43
+ "max_allocated": 3695.353344
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 0.7116299896240235,
49
+ "mean": 0.35581499481201173,
50
+ "stdev": 0.27773523712158205,
51
+ "p50": 0.35581499481201173,
52
+ "p90": 0.5780031845092773,
53
+ "p95": 0.6057767082214355,
54
+ "p99": 0.627995527191162,
55
+ "values": [
56
+ 0.6335502319335937,
57
+ 0.07807975769042969
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 11.241797165162547
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 1142.677504,
71
+ "max_global_vram": 4373.25824,
72
+ "max_process_vram": 491445.10464,
73
+ "max_reserved": 3919.577088,
74
+ "max_allocated": 3695.353344
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 0.23262632751464843,
80
+ "mean": 0.07754210917154948,
81
+ "stdev": 0.0001595170757442919,
82
+ "p50": 0.07749800109863281,
83
+ "p90": 0.07770420837402343,
84
+ "p95": 0.07772998428344725,
85
+ "p99": 0.07775060501098632,
86
+ "values": [
87
+ 0.07749800109863281,
88
+ 0.07737256622314453,
89
+ 0.07775576019287109
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 77.3773123287885
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }