IlyasMoutawwakil HF staff commited on
Commit
1ff6664
1 Parent(s): dc6029a

Upload cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark.json with huggingface_hub

Browse files
cpu_inference_transformers_text-classification_FacebookAI/roberta-base/benchmark.json CHANGED
@@ -73,14 +73,14 @@
73
  "environment": {
74
  "cpu": " AMD EPYC 7763 64-Core Processor",
75
  "cpu_count": 4,
76
- "cpu_ram_mb": 16757.338112,
77
  "system": "Linux",
78
  "machine": "x86_64",
79
  "platform": "Linux-6.5.0-1023-azure-x86_64-with-glibc2.35",
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.3.1",
83
- "optimum_benchmark_commit": "d0c0a5c5918412583a4f2490ab7e3d1b48375998",
84
  "transformers_version": "4.42.4",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.32.1",
@@ -92,14 +92,16 @@
92
  "timm_version": "1.0.7",
93
  "timm_commit": null,
94
  "peft_version": null,
95
- "peft_commit": null
 
 
96
  }
97
  },
98
  "report": {
99
  "load": {
100
  "memory": {
101
  "unit": "MB",
102
- "max_ram": 939.941888,
103
  "max_global_vram": null,
104
  "max_process_vram": null,
105
  "max_reserved": null,
@@ -108,31 +110,31 @@
108
  "latency": {
109
  "unit": "s",
110
  "count": 1,
111
- "total": 4.321444974999963,
112
- "mean": 4.321444974999963,
113
  "stdev": 0.0,
114
- "p50": 4.321444974999963,
115
- "p90": 4.321444974999963,
116
- "p95": 4.321444974999963,
117
- "p99": 4.321444974999963,
118
  "values": [
119
- 4.321444974999963
120
  ]
121
  },
122
  "throughput": null,
123
  "energy": {
124
  "unit": "kWh",
125
- "cpu": 4.858833948771159e-05,
126
- "ram": 2.0307652589840097e-06,
127
  "gpu": 0,
128
- "total": 5.06191047466956e-05
129
  },
130
  "efficiency": null
131
  },
132
  "forward": {
133
  "memory": {
134
  "unit": "MB",
135
- "max_ram": 947.806208,
136
  "max_global_vram": null,
137
  "max_process_vram": null,
138
  "max_reserved": null,
@@ -140,63 +142,59 @@
140
  },
141
  "latency": {
142
  "unit": "s",
143
- "count": 32,
144
- "total": 1.0275006769999209,
145
- "mean": 0.03210939615624753,
146
- "stdev": 0.0009549843357225671,
147
- "p50": 0.03186252899999431,
148
- "p90": 0.033411313299995984,
149
- "p95": 0.03406328819998237,
150
- "p99": 0.03451358646000472,
151
  "values": [
152
- 0.03335595599997987,
153
- 0.03227589900001249,
154
- 0.033407742999997936,
155
- 0.03197004499998002,
156
- 0.03193985899997642,
157
- 0.032206960000053186,
158
- 0.03196565799999007,
159
- 0.032378051000023333,
160
- 0.032715343999996094,
161
- 0.03158772799997678,
162
- 0.031990894999978536,
163
- 0.0320682500000089,
164
- 0.031606703999955243,
165
- 0.03217171300002519,
166
- 0.03177884799998765,
167
- 0.03168838699997423,
168
- 0.03164901400003828,
169
- 0.03166683599999942,
170
- 0.0312955699999975,
171
- 0.03164308200001642,
172
- 0.03141693800000667,
173
- 0.031505976000005376,
174
- 0.03173640599999317,
175
- 0.0317851990000122,
176
- 0.0313179229999605,
177
- 0.03458864800001038,
178
- 0.033411709999995765,
179
- 0.03434651399999211,
180
- 0.03383155799997439,
181
- 0.03064993999998933,
182
- 0.030938539999965542,
183
- 0.03060878300004788
184
  ]
185
  },
186
  "throughput": {
187
  "unit": "samples/s",
188
- "value": 31.143531791563447
189
  },
190
  "energy": {
191
  "unit": "kWh",
192
- "cpu": 1.209244904694734e-06,
193
- "ram": 5.0536832149963164e-08,
194
  "gpu": 0.0,
195
- "total": 1.2597817368446968e-06
196
  },
197
  "efficiency": {
198
  "unit": "samples/kWh",
199
- "value": 793788.2974114569
200
  }
201
  }
202
  }
 
73
  "environment": {
74
  "cpu": " AMD EPYC 7763 64-Core Processor",
75
  "cpu_count": 4,
76
+ "cpu_ram_mb": 16757.342208,
77
  "system": "Linux",
78
  "machine": "x86_64",
79
  "platform": "Linux-6.5.0-1023-azure-x86_64-with-glibc2.35",
80
  "processor": "x86_64",
81
  "python_version": "3.10.14",
82
  "optimum_benchmark_version": "0.3.1",
83
+ "optimum_benchmark_commit": "3b109cf557e2496fe3c954817385781e6dc5cad1",
84
  "transformers_version": "4.42.4",
85
  "transformers_commit": null,
86
  "accelerate_version": "0.32.1",
 
92
  "timm_version": "1.0.7",
93
  "timm_commit": null,
94
  "peft_version": null,
95
+ "peft_commit": null,
96
+ "llama_cpp_version": null,
97
+ "llama_cpp_commit": null
98
  }
99
  },
100
  "report": {
101
  "load": {
102
  "memory": {
103
  "unit": "MB",
104
+ "max_ram": 941.817856,
105
  "max_global_vram": null,
106
  "max_process_vram": null,
107
  "max_reserved": null,
 
110
  "latency": {
111
  "unit": "s",
112
  "count": 1,
113
+ "total": 4.422395160999997,
114
+ "mean": 4.422395160999997,
115
  "stdev": 0.0,
116
+ "p50": 4.422395160999997,
117
+ "p90": 4.422395160999997,
118
+ "p95": 4.422395160999997,
119
+ "p99": 4.422395160999997,
120
  "values": [
121
+ 4.422395160999997
122
  ]
123
  },
124
  "throughput": null,
125
  "energy": {
126
  "unit": "kWh",
127
+ "cpu": 4.782218933105469e-05,
128
+ "ram": 1.998731713830466e-06,
129
  "gpu": 0,
130
+ "total": 4.982092104488516e-05
131
  },
132
  "efficiency": null
133
  },
134
  "forward": {
135
  "memory": {
136
  "unit": "MB",
137
+ "max_ram": 949.813248,
138
  "max_global_vram": null,
139
  "max_process_vram": null,
140
  "max_reserved": null,
 
142
  },
143
  "latency": {
144
  "unit": "s",
145
+ "count": 28,
146
+ "total": 1.0238224839999361,
147
+ "mean": 0.036565088714283434,
148
+ "stdev": 0.0010727319302104037,
149
+ "p50": 0.036910506499992835,
150
+ "p90": 0.03770736549999469,
151
+ "p95": 0.03774706045002461,
152
+ "p99": 0.03800133945003779,
153
  "values": [
154
+ 0.03704819500001122,
155
+ 0.03737496499996951,
156
+ 0.03769230699998616,
157
+ 0.03508871299999328,
158
+ 0.038094480000040676,
159
+ 0.037048524999988786,
160
+ 0.037256182999954035,
161
+ 0.036949118999984876,
162
+ 0.037026633999971637,
163
+ 0.034897284999999556,
164
+ 0.03671690500004843,
165
+ 0.03774951500002999,
166
+ 0.03672711399997297,
167
+ 0.036460336000004645,
168
+ 0.03594677699999238,
169
+ 0.035332648000007794,
170
+ 0.03753534500003752,
171
+ 0.035276092999993125,
172
+ 0.03673471799999106,
173
+ 0.03747790699998177,
174
+ 0.03592894299998761,
175
+ 0.036144655999976294,
176
+ 0.035139117000028364,
177
+ 0.0370142800000508,
178
+ 0.037174610999954893,
179
+ 0.03774250200001461,
180
+ 0.03687189400000079,
181
+ 0.03337271699996336
 
 
 
 
182
  ]
183
  },
184
  "throughput": {
185
  "unit": "samples/s",
186
+ "value": 27.348491010480434
187
  },
188
  "energy": {
189
  "unit": "kWh",
190
+ "cpu": 1.313309183827153e-06,
191
+ "ram": 5.488509968711242e-08,
192
  "gpu": 0.0,
193
+ "total": 1.3681942835142655e-06
194
  },
195
  "efficiency": {
196
  "unit": "samples/kWh",
197
+ "value": 730890.350916726
198
  }
199
  }
200
  }