IlyasMoutawwakil HF staff commited on
Commit
fa2957b
1 Parent(s): 9f4d98c

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": 2845.749248,
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": 3.581090587999995,
15
+ "mean": 0.716218117599999,
16
+ "stdev": 0.043372798377969854,
17
+ "p50": 0.697155070000008,
18
+ "p90": 0.7645524997999928,
19
+ "p95": 0.7826806403999967,
20
+ "p99": 0.7971831528799999,
21
+ "values": [
22
+ 0.8008087810000006,
23
+ 0.710168077999981,
24
+ 0.6928677590000234,
25
+ 0.697155070000008,
26
+ 0.680090899999982
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 13.962227084549829
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 2845.749248,
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.5109768589999817,
49
+ "mean": 0.7554884294999908,
50
+ "stdev": 0.04532035150000979,
51
+ "p50": 0.7554884294999908,
52
+ "p90": 0.7917447106999986,
53
+ "p95": 0.7962767458499996,
54
+ "p99": 0.7999023739700004,
55
+ "values": [
56
+ 0.8008087810000006,
57
+ 0.710168077999981
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 5.294588035778844
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 2845.749248,
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": 2.0701137290000133,
80
+ "mean": 0.6900379096666711,
81
+ "stdev": 0.007248103654729414,
82
+ "p50": 0.6928677590000234,
83
+ "p90": 0.696297607800011,
84
+ "p95": 0.6967263389000096,
85
+ "p99": 0.6970693237800083,
86
+ "values": [
87
+ 0.6928677590000234,
88
+ 0.697155070000008,
89
+ 0.680090899999982
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 8.695174447587021
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }