IlyasMoutawwakil HF staff commited on
Commit
6e085a5
1 Parent(s): 9f94fce

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

Browse files
cpu_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": 2826.752,
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": 2.882509665999976,
15
+ "mean": 0.5765019331999952,
16
+ "stdev": 0.04978939696949581,
17
+ "p50": 0.5569985249999831,
18
+ "p90": 0.6300386333999881,
19
+ "p95": 0.6525100941999881,
20
+ "p99": 0.670487262839988,
21
+ "values": [
22
+ 0.674981554999988,
23
+ 0.5569985249999831,
24
+ 0.5424031590000027,
25
+ 0.5626242509999884,
26
+ 0.5455021760000136
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 17.34599560576128
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 2826.752,
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.2319800799999712,
49
+ "mean": 0.6159900399999856,
50
+ "stdev": 0.05899151500000244,
51
+ "p50": 0.6159900399999856,
52
+ "p90": 0.6631832519999875,
53
+ "p95": 0.6690824034999878,
54
+ "p99": 0.673801724699988,
55
+ "values": [
56
+ 0.674981554999988,
57
+ 0.5569985249999831
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 6.493611487614465
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 2826.752,
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.6505295860000047,
80
+ "mean": 0.5501765286666682,
81
+ "stdev": 0.00889233078021606,
82
+ "p50": 0.5455021760000136,
83
+ "p90": 0.5591998359999935,
84
+ "p95": 0.5609120434999909,
85
+ "p99": 0.5622818094999888,
86
+ "values": [
87
+ 0.5424031590000027,
88
+ 0.5626242509999884,
89
+ 0.5455021760000136
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 10.905590637500968
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }