IlyasMoutawwakil HF staff commited on
Commit
289e2d8
·
verified ·
1 Parent(s): 4ac748f

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": 1140.764672,
6
+ "max_global_vram": 4597.481472,
7
+ "max_process_vram": 0.0,
8
+ "max_reserved": 3948.937216,
9
+ "max_allocated": 3702.95552
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 1.0522736740112304,
15
+ "mean": 0.21045473480224608,
16
+ "stdev": 0.2521626361507063,
17
+ "p50": 0.08427519989013672,
18
+ "p90": 0.46303764648437507,
19
+ "p95": 0.5889081359863281,
20
+ "p99": 0.6896045275878907,
21
+ "values": [
22
+ 0.7147786254882813,
23
+ 0.08542617797851562,
24
+ 0.08360550689697266,
25
+ 0.08418816375732421,
26
+ 0.08427519989013672
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 47.51615595342393
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 1140.764672,
40
+ "max_global_vram": 4597.481472,
41
+ "max_process_vram": 0.0,
42
+ "max_reserved": 3948.937216,
43
+ "max_allocated": 3702.95552
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 0.8002048034667969,
49
+ "mean": 0.40010240173339845,
50
+ "stdev": 0.3146762237548828,
51
+ "p50": 0.40010240173339845,
52
+ "p90": 0.6518433807373047,
53
+ "p95": 0.683311003112793,
54
+ "p99": 0.7084851010131836,
55
+ "values": [
56
+ 0.7147786254882813,
57
+ 0.08542617797851562
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 9.997440611879489
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 1140.764672,
71
+ "max_global_vram": 4597.481472,
72
+ "max_process_vram": 0.0,
73
+ "max_reserved": 3948.937216,
74
+ "max_allocated": 3702.95552
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 0.2520688705444336,
80
+ "mean": 0.08402295684814454,
81
+ "stdev": 0.0002973125946472148,
82
+ "p50": 0.08418816375732421,
83
+ "p90": 0.08425779266357422,
84
+ "p95": 0.08426649627685547,
85
+ "p99": 0.08427345916748047,
86
+ "values": [
87
+ 0.08360550689697266,
88
+ 0.08418816375732421,
89
+ 0.08427519989013672
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 71.40905563278207
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }