IlyasMoutawwakil HF staff commited on
Commit
d154083
1 Parent(s): 76f7825

Upload cpu_training_transformers_text-generation_openai-community/gpt2/benchmark_report.json with huggingface_hub

Browse files
cpu_training_transformers_text-generation_openai-community/gpt2/benchmark_report.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 2827.354112,
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.1791685380000274,
15
+ "mean": 0.6358337076000055,
16
+ "stdev": 0.07846941233493662,
17
+ "p50": 0.596941285000014,
18
+ "p90": 0.7161873142000047,
19
+ "p95": 0.7544328206000045,
20
+ "p99": 0.7850292257200044,
21
+ "values": [
22
+ 0.7926783270000044,
23
+ 0.6014507950000052,
24
+ 0.596941285000014,
25
+ 0.593667699000008,
26
+ 0.5944304319999958
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 15.727382616668173
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 2827.354112,
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.3941291220000096,
49
+ "mean": 0.6970645610000048,
50
+ "stdev": 0.0956137659999996,
51
+ "p50": 0.6970645610000048,
52
+ "p90": 0.7735555738000045,
53
+ "p95": 0.7831169504000044,
54
+ "p99": 0.7907660516800044,
55
+ "values": [
56
+ 0.7926783270000044,
57
+ 0.6014507950000052
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 5.738349392288174
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 2827.354112,
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.7850394160000178,
80
+ "mean": 0.5950131386666726,
81
+ "stdev": 0.0013985114990352936,
82
+ "p50": 0.5944304319999958,
83
+ "p90": 0.5964391144000103,
84
+ "p95": 0.5966901997000121,
85
+ "p99": 0.5968910679400136,
86
+ "values": [
87
+ 0.596941285000014,
88
+ 0.593667699000008,
89
+ 0.5944304319999958
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 10.083810944822195
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }