IlyasMoutawwakil HF staff commited on
Commit
f847a9f
·
verified ·
1 Parent(s): eada27c

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

Browse files
cuda_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": 1107.173376,
6
+ "max_global_vram": 3563.585536,
7
+ "max_process_vram": 0.0,
8
+ "max_reserved": 2915.04128,
9
+ "max_allocated": 2523.776
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 5,
14
+ "total": 0.8139294586181639,
15
+ "mean": 0.16278589172363278,
16
+ "stdev": 0.2273662362653359,
17
+ "p50": 0.04927385711669922,
18
+ "p90": 0.3902293930053711,
19
+ "p95": 0.5038737297058105,
20
+ "p99": 0.594789199066162,
21
+ "values": [
22
+ 0.61751806640625,
23
+ 0.049296382904052735,
24
+ 0.04860006332397461,
25
+ 0.0492410888671875,
26
+ 0.04927385711669922
27
+ ]
28
+ },
29
+ "throughput": {
30
+ "unit": "samples/s",
31
+ "value": 61.4303849929289
32
+ },
33
+ "energy": null,
34
+ "efficiency": null
35
+ },
36
+ "warmup": {
37
+ "memory": {
38
+ "unit": "MB",
39
+ "max_ram": 1107.173376,
40
+ "max_global_vram": 3563.585536,
41
+ "max_process_vram": 0.0,
42
+ "max_reserved": 2915.04128,
43
+ "max_allocated": 2523.776
44
+ },
45
+ "latency": {
46
+ "unit": "s",
47
+ "count": 2,
48
+ "total": 0.6668144493103026,
49
+ "mean": 0.3334072246551513,
50
+ "stdev": 0.2841108417510986,
51
+ "p50": 0.3334072246551513,
52
+ "p90": 0.5606958980560303,
53
+ "p95": 0.5891069822311401,
54
+ "p99": 0.6118358495712279,
55
+ "values": [
56
+ 0.61751806640625,
57
+ 0.049296382904052735
58
+ ]
59
+ },
60
+ "throughput": {
61
+ "unit": "samples/s",
62
+ "value": 11.99734050195603
63
+ },
64
+ "energy": null,
65
+ "efficiency": null
66
+ },
67
+ "train": {
68
+ "memory": {
69
+ "unit": "MB",
70
+ "max_ram": 1107.173376,
71
+ "max_global_vram": 3563.585536,
72
+ "max_process_vram": 0.0,
73
+ "max_reserved": 2915.04128,
74
+ "max_allocated": 2523.776
75
+ },
76
+ "latency": {
77
+ "unit": "s",
78
+ "count": 3,
79
+ "total": 0.1471150093078613,
80
+ "mean": 0.04903833643595377,
81
+ "stdev": 0.00031019448743967263,
82
+ "p50": 0.0492410888671875,
83
+ "p90": 0.04926730346679687,
84
+ "p95": 0.049270580291748044,
85
+ "p99": 0.04927320175170898,
86
+ "values": [
87
+ 0.04860006332397461,
88
+ 0.0492410888671875,
89
+ 0.04927385711669922
90
+ ]
91
+ },
92
+ "throughput": {
93
+ "unit": "samples/s",
94
+ "value": 122.35325331307405
95
+ },
96
+ "energy": null,
97
+ "efficiency": null
98
+ }
99
+ }