IlyasMoutawwakil HF Staff commited on
Commit
6163337
·
verified ·
1 Parent(s): b95d2b5

Upload cpu_training_transformers_multiple-choice_FacebookAI/roberta-base/benchmark_report.json with huggingface_hub

Browse files
cpu_training_transformers_multiple-choice_FacebookAI/roberta-base/benchmark_report.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 2866.25792,
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": 1.8965157559141517,
15
+ "mean": 0.3793031511828303,
16
+ "stdev": 0.04414733039825175,
17
+ "p50": 0.3562209717929363,
18
+ "p90": 0.42526909429579973,
19
+ "p95": 0.44636440090835094,
20
+ "p99": 0.4632406461983919,
21
+ "values": [
22
+ 0.46745970752090216,
23
+ 0.3619831744581461,
24
+ 0.3562209717929363,
25
+ 0.355010312050581,
26
+ 0.3558415900915861
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 26.36413636115519
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 2866.25792,
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": 0.8294428819790483,
49
+ "mean": 0.4147214409895241,
50
+ "stdev": 0.05273826653137803,
51
+ "p50": 0.4147214409895241,
52
+ "p90": 0.45691205421462655,
53
+ "p95": 0.46218588086776435,
54
+ "p99": 0.4664049421902746,
55
+ "values": [
56
+ 0.46745970752090216,
57
+ 0.3619831744581461
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 9.645028215700668
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 2866.25792,
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.0670728739351034,
80
+ "mean": 0.3556909579783678,
81
+ "stdev": 0.0005055965309014942,
82
+ "p50": 0.3558415900915861,
83
+ "p90": 0.35614509545266626,
84
+ "p95": 0.3561830336228013,
85
+ "p99": 0.3562133841589093,
86
+ "values": [
87
+ 0.3562209717929363,
88
+ 0.355010312050581,
89
+ 0.3558415900915861
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 16.868576120410978
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }