{
    "config": {
        "name": "cpu_inference_transformers_fill-mask_google-bert/bert-base-uncased",
        "backend": {
            "name": "pytorch",
            "version": "2.3.1+cpu",
            "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
            "task": "fill-mask",
            "library": "transformers",
            "model": "google-bert/bert-base-uncased",
            "processor": "google-bert/bert-base-uncased",
            "device": "cpu",
            "device_ids": null,
            "seed": 42,
            "inter_op_num_threads": null,
            "intra_op_num_threads": null,
            "model_kwargs": {},
            "processor_kwargs": {},
            "hub_kwargs": {},
            "no_weights": true,
            "device_map": null,
            "torch_dtype": null,
            "eval_mode": true,
            "to_bettertransformer": false,
            "low_cpu_mem_usage": null,
            "attn_implementation": null,
            "cache_implementation": null,
            "autocast_enabled": false,
            "autocast_dtype": null,
            "torch_compile": false,
            "torch_compile_target": "forward",
            "torch_compile_config": {},
            "quantization_scheme": null,
            "quantization_config": {},
            "deepspeed_inference": false,
            "deepspeed_inference_config": {},
            "peft_type": null,
            "peft_config": {}
        },
        "scenario": {
            "name": "inference",
            "_target_": "optimum_benchmark.scenarios.inference.scenario.InferenceScenario",
            "iterations": 1,
            "duration": 1,
            "warmup_runs": 1,
            "input_shapes": {
                "batch_size": 1,
                "num_choices": 2,
                "sequence_length": 2
            },
            "new_tokens": null,
            "latency": true,
            "memory": true,
            "energy": true,
            "forward_kwargs": {},
            "generate_kwargs": {
                "max_new_tokens": 2,
                "min_new_tokens": 2
            },
            "call_kwargs": {
                "num_inference_steps": 2
            }
        },
        "launcher": {
            "name": "process",
            "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
            "device_isolation": false,
            "device_isolation_action": "error",
            "numactl": false,
            "numactl_kwargs": {},
            "start_method": "spawn"
        },
        "environment": {
            "cpu": " AMD EPYC 7763 64-Core Processor",
            "cpu_count": 4,
            "cpu_ram_mb": 16757.342208,
            "system": "Linux",
            "machine": "x86_64",
            "platform": "Linux-6.5.0-1023-azure-x86_64-with-glibc2.35",
            "processor": "x86_64",
            "python_version": "3.10.14",
            "optimum_benchmark_version": "0.3.1",
            "optimum_benchmark_commit": "bf00581ca84403c7aba5a4a8f646e796f7b72599",
            "transformers_version": "4.42.3",
            "transformers_commit": null,
            "accelerate_version": "0.32.1",
            "accelerate_commit": null,
            "diffusers_version": "0.29.2",
            "diffusers_commit": null,
            "optimum_version": null,
            "optimum_commit": null,
            "timm_version": "1.0.7",
            "timm_commit": null,
            "peft_version": null,
            "peft_commit": null
        }
    },
    "report": {
        "forward": {
            "memory": {
                "unit": "MB",
                "max_ram": 872.341504,
                "max_global_vram": null,
                "max_process_vram": null,
                "max_reserved": null,
                "max_allocated": null
            },
            "latency": {
                "unit": "s",
                "count": 25,
                "total": 1.0277433840000754,
                "mean": 0.041109735360003015,
                "stdev": 0.002990047579944098,
                "p50": 0.04232596899998953,
                "p90": 0.04430108059995064,
                "p95": 0.0449769941999989,
                "p99": 0.04621368424003549,
                "values": [
                    0.04398005699999885,
                    0.04511398400001099,
                    0.04303792899997916,
                    0.04367521500000748,
                    0.044109148999950776,
                    0.04177908799999841,
                    0.04656095800004323,
                    0.044429034999950545,
                    0.04357898300003171,
                    0.04363638000000947,
                    0.0427269420000016,
                    0.042382143999986965,
                    0.04315621799997871,
                    0.04232596899998953,
                    0.03745987599995715,
                    0.03649769600002628,
                    0.03781490300002588,
                    0.03743316500003857,
                    0.038267863000044144,
                    0.03898508100002118,
                    0.03867668200001617,
                    0.03826017800003001,
                    0.03808826599998838,
                    0.03853122900000017,
                    0.037236393999990014
                ]
            },
            "throughput": {
                "unit": "samples/s",
                "value": 24.32513834601164
            },
            "energy": {
                "unit": "kWh",
                "cpu": 1.5176333423353671e-06,
                "ram": 6.342058182121071e-08,
                "gpu": 0.0,
                "total": 1.5810539241565778e-06
            },
            "efficiency": {
                "unit": "samples/kWh",
                "value": 632489.4962285715
            }
        }
    }
}