IlyasMoutawwakil HF staff commited on
Commit
4869015
1 Parent(s): 36613e2

Upload cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json with huggingface_hub

Browse files
cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased/benchmark.json CHANGED
@@ -6,17 +6,19 @@
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "fill-mask",
9
- "library": "transformers",
10
  "model": "google-bert/bert-base-uncased",
11
- "processor": "google-bert/bert-base-uncased",
12
  "device": "cpu",
13
  "device_ids": null,
14
  "seed": 42,
15
  "inter_op_num_threads": null,
16
  "intra_op_num_threads": null,
17
- "model_kwargs": {},
18
- "processor_kwargs": {},
19
- "hub_kwargs": {},
 
 
 
20
  "no_weights": true,
21
  "device_map": null,
22
  "torch_dtype": null,
@@ -71,17 +73,17 @@
71
  "environment": {
72
  "cpu": " AMD EPYC 7763 64-Core Processor",
73
  "cpu_count": 4,
74
- "cpu_ram_mb": 16757.342208,
75
  "system": "Linux",
76
  "machine": "x86_64",
77
  "platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
78
  "processor": "x86_64",
79
  "python_version": "3.10.14",
80
  "optimum_benchmark_version": "0.2.0",
81
- "optimum_benchmark_commit": "a8ccb91469272f9f38883fbf3e14bffcd5e95f2d",
82
  "transformers_version": "4.40.2",
83
  "transformers_commit": null,
84
- "accelerate_version": "0.30.0",
85
  "accelerate_commit": null,
86
  "diffusers_version": "0.27.2",
87
  "diffusers_commit": null,
@@ -97,7 +99,7 @@
97
  "forward": {
98
  "memory": {
99
  "unit": "MB",
100
- "max_ram": 867.86048,
101
  "max_global_vram": null,
102
  "max_process_vram": null,
103
  "max_reserved": null,
@@ -105,54 +107,53 @@
105
  },
106
  "latency": {
107
  "unit": "s",
108
- "count": 23,
109
- "total": 1.0035675870002478,
110
- "mean": 0.04363337334783686,
111
- "stdev": 0.0032453178939467,
112
- "p50": 0.04495672200005174,
113
- "p90": 0.04716651320002256,
114
- "p95": 0.04781742630009376,
115
- "p99": 0.048046385800030296,
116
  "values": [
117
- 0.04558362300008412,
118
- 0.04523596399997132,
119
- 0.04576062300009198,
120
- 0.04398835400002099,
121
- 0.04718859000001885,
122
- 0.04477762800001983,
123
- 0.04509842599998137,
124
- 0.045414826999945035,
125
- 0.04400227000007817,
126
- 0.048091257000010046,
127
- 0.04788729700010208,
128
- 0.04556008899999142,
129
- 0.0457574189999832,
130
- 0.04495672200005174,
131
- 0.047078206000037426,
132
- 0.04423749399995813,
133
- 0.038786134999895694,
134
- 0.039727457000026334,
135
- 0.03908436400001847,
136
- 0.0388234659999398,
137
- 0.03889239600005112,
138
- 0.03850787600003969,
139
- 0.03912710399993102
140
  ]
141
  },
142
  "throughput": {
143
  "unit": "samples/s",
144
- "value": 22.918237194914827
145
  },
146
  "energy": {
147
  "unit": "kWh",
148
- "cpu": 1.4992865232320933e-06,
149
- "ram": 6.265689259897463e-08,
150
  "gpu": 0.0,
151
- "total": 1.5619434158310681e-06
152
  },
153
  "efficiency": {
154
  "unit": "samples/kWh",
155
- "value": 640228.058113057
156
  }
157
  }
158
  }
 
6
  "version": "2.3.0+cpu",
7
  "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
8
  "task": "fill-mask",
 
9
  "model": "google-bert/bert-base-uncased",
10
+ "library": "transformers",
11
  "device": "cpu",
12
  "device_ids": null,
13
  "seed": 42,
14
  "inter_op_num_threads": null,
15
  "intra_op_num_threads": null,
16
+ "hub_kwargs": {
17
+ "revision": "main",
18
+ "force_download": false,
19
+ "local_files_only": false,
20
+ "trust_remote_code": false
21
+ },
22
  "no_weights": true,
23
  "device_map": null,
24
  "torch_dtype": null,
 
73
  "environment": {
74
  "cpu": " AMD EPYC 7763 64-Core Processor",
75
  "cpu_count": 4,
76
+ "cpu_ram_mb": 16757.346304,
77
  "system": "Linux",
78
  "machine": "x86_64",
79
  "platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.2.0",
83
+ "optimum_benchmark_commit": "b880a42960acf7600cf87a7b5756d96d29e2fb24",
84
  "transformers_version": "4.40.2",
85
  "transformers_commit": null,
86
+ "accelerate_version": "0.30.1",
87
  "accelerate_commit": null,
88
  "diffusers_version": "0.27.2",
89
  "diffusers_commit": null,
 
99
  "forward": {
100
  "memory": {
101
  "unit": "MB",
102
+ "max_ram": 866.922496,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
 
107
  },
108
  "latency": {
109
  "unit": "s",
110
+ "count": 22,
111
+ "total": 1.0176193290000697,
112
+ "mean": 0.04625542404545771,
113
+ "stdev": 0.0016021138765264973,
114
+ "p50": 0.04623509600000375,
115
+ "p90": 0.04803038290003201,
116
+ "p95": 0.048194395650025965,
117
+ "p99": 0.04866684363000502,
118
  "values": [
119
+ 0.045889488000000256,
120
+ 0.04608832799999618,
121
+ 0.04489613900000222,
122
+ 0.046058842999968874,
123
+ 0.045878227999992305,
124
+ 0.04592617600002313,
125
+ 0.045722527999998874,
126
+ 0.04606517399997756,
127
+ 0.04638186400001132,
128
+ 0.04879080599999952,
129
+ 0.04744319999997515,
130
+ 0.048200509000025704,
131
+ 0.04661360599999398,
132
+ 0.046898345999977664,
133
+ 0.047599651000041376,
134
+ 0.046843643000045176,
135
+ 0.04549070599995275,
136
+ 0.04704618100004154,
137
+ 0.04807824200003097,
138
+ 0.047090413000034914,
139
+ 0.043560163999984525,
140
+ 0.041057093999995686
 
141
  ]
142
  },
143
  "throughput": {
144
  "unit": "samples/s",
145
+ "value": 21.619086207430417
146
  },
147
  "energy": {
148
  "unit": "kWh",
149
+ "cpu": 1.5660761197408042e-06,
150
+ "ram": 6.544423457470051e-08,
151
  "gpu": 0.0,
152
+ "total": 1.6315203543155048e-06
153
  },
154
  "efficiency": {
155
  "unit": "samples/kWh",
156
+ "value": 612925.237098586
157
  }
158
  }
159
  }