IlyasMoutawwakil HF Staff commited on
Commit
f9ff851
·
verified ·
1 Parent(s): a258cae

Upload cuda_training_transformers_text-classification_FacebookAI/roberta-base/benchmark_report.json with huggingface_hub

Browse files
cuda_training_transformers_text-classification_FacebookAI/roberta-base/benchmark_report.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1080.1152,
6
+ "max_global_vram": 3379.03616,
7
+ "max_process_vram": 0.0,
8
+ "max_reserved": 2730.491904,
9
+ "max_allocated": 2516.250112
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 0.778464241027832,
15
+ "mean": 0.1556928482055664,
16
+ "stdev": 0.21129125718980005,
17
+ "p50": 0.05020159912109375,
18
+ "p90": 0.36730080566406254,
19
+ "p95": 0.4727875488281249,
20
+ "p99": 0.557176943359375,
21
+ "values": [
22
+ 0.5782742919921875,
23
+ 0.050840576171875,
24
+ 0.04969574356079102,
25
+ 0.049452030181884765,
26
+ 0.05020159912109375
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 64.22902602948513
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 1080.1152,
40
+ "max_global_vram": 3379.03616,
41
+ "max_process_vram": 0.0,
42
+ "max_reserved": 2730.491904,
43
+ "max_allocated": 2516.250112
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 0.6291148681640625,
49
+ "mean": 0.31455743408203124,
50
+ "stdev": 0.26371685791015625,
51
+ "p50": 0.31455743408203124,
52
+ "p90": 0.5255309204101563,
53
+ "p95": 0.5519026062011718,
54
+ "p99": 0.5729999548339844,
55
+ "values": [
56
+ 0.5782742919921875,
57
+ 0.050840576171875
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 12.716278703357135
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 1080.1152,
71
+ "max_global_vram": 3379.03616,
72
+ "max_process_vram": 0.0,
73
+ "max_reserved": 2730.491904,
74
+ "max_allocated": 2516.250112
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 0.14934937286376954,
80
+ "mean": 0.049783124287923176,
81
+ "stdev": 0.0003121857804388603,
82
+ "p50": 0.04969574356079102,
83
+ "p90": 0.05010042800903321,
84
+ "p95": 0.050151013565063476,
85
+ "p99": 0.0501914820098877,
86
+ "values": [
87
+ 0.04969574356079102,
88
+ 0.049452030181884765,
89
+ 0.05020159912109375
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 120.52276922795568
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }