IlyasMoutawwakil's picture
Upload cuda_training_transformers_token-classification_microsoft/deberta-v3-base/benchmark.json with huggingface_hub
dfda8fb verified
raw
history blame
7.72 kB
{
"config": {
"name": "cuda_training_transformers_token-classification_microsoft/deberta-v3-base",
"backend": {
"name": "pytorch",
"version": "2.4.1+cu124",
"_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
"task": "token-classification",
"library": "transformers",
"model_type": "deberta-v2",
"model": "microsoft/deberta-v3-base",
"processor": "microsoft/deberta-v3-base",
"device": "cuda",
"device_ids": "0",
"seed": 42,
"inter_op_num_threads": null,
"intra_op_num_threads": null,
"model_kwargs": {},
"processor_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": "training",
"_target_": "optimum_benchmark.scenarios.training.scenario.TrainingScenario",
"max_steps": 5,
"warmup_steps": 2,
"dataset_shapes": {
"dataset_size": 500,
"sequence_length": 16,
"num_choices": 1
},
"training_arguments": {
"per_device_train_batch_size": 2,
"gradient_accumulation_steps": 1,
"output_dir": "./trainer_output",
"evaluation_strategy": "no",
"eval_strategy": "no",
"save_strategy": "no",
"do_train": true,
"use_cpu": false,
"max_steps": 5,
"do_eval": false,
"do_predict": false,
"report_to": "none",
"skip_memory_metrics": true,
"ddp_find_unused_parameters": false
},
"latency": true,
"memory": true,
"energy": true
},
"launcher": {
"name": "process",
"_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
"device_isolation": true,
"device_isolation_action": "error",
"numactl": false,
"numactl_kwargs": {},
"start_method": "spawn"
},
"environment": {
"cpu": " AMD EPYC 7R32",
"cpu_count": 16,
"cpu_ram_mb": 66697.261056,
"system": "Linux",
"machine": "x86_64",
"platform": "Linux-5.10.224-212.876.amzn2.x86_64-x86_64-with-glibc2.35",
"processor": "x86_64",
"python_version": "3.10.12",
"gpu": [
"NVIDIA A10G"
],
"gpu_count": 1,
"gpu_vram_mb": 24146608128,
"optimum_benchmark_version": "0.5.0",
"optimum_benchmark_commit": null,
"transformers_version": "4.44.2",
"transformers_commit": null,
"accelerate_version": "0.34.2",
"accelerate_commit": null,
"diffusers_version": "0.30.3",
"diffusers_commit": null,
"optimum_version": "1.22.0",
"optimum_commit": null,
"timm_version": "1.0.9",
"timm_commit": null,
"peft_version": "0.13.0",
"peft_commit": null
}
},
"report": {
"overall": {
"memory": {
"unit": "MB",
"max_ram": 1467.506688,
"max_global_vram": 4604.821504,
"max_process_vram": 0.0,
"max_reserved": 3948.937216,
"max_allocated": 3702.95552
},
"latency": {
"unit": "s",
"values": [
0.4114575500488281,
0.08606515502929687,
0.08747622680664062,
0.08447897338867187,
0.08494380950927734
],
"count": 5,
"total": 0.7544217147827148,
"mean": 0.15088434295654296,
"p50": 0.08606515502929687,
"p90": 0.2818650207519532,
"p95": 0.34666128540039054,
"p99": 0.3984982971191406,
"stdev": 0.1302907054477345,
"stdev_": 86.3513754275089
},
"throughput": {
"unit": "samples/s",
"value": 66.27592899337577
},
"energy": {
"unit": "kWh",
"cpu": 1.2925236743831193e-05,
"ram": 7.044953815986128e-06,
"gpu": 2.448001958388346e-05,
"total": 4.4450210143700784e-05
},
"efficiency": {
"unit": "samples/kWh",
"value": 224970.81493364187
}
},
"warmup": {
"memory": {
"unit": "MB",
"max_ram": 1467.506688,
"max_global_vram": 4604.821504,
"max_process_vram": 0.0,
"max_reserved": 3948.937216,
"max_allocated": 3702.95552
},
"latency": {
"unit": "s",
"values": [
0.4114575500488281,
0.08606515502929687
],
"count": 2,
"total": 0.497522705078125,
"mean": 0.2487613525390625,
"p50": 0.2487613525390625,
"p90": 0.37891831054687497,
"p95": 0.39518793029785154,
"p99": 0.4082036260986328,
"stdev": 0.16269619750976563,
"stdev_": 65.40252167354565
},
"throughput": {
"unit": "samples/s",
"value": 16.079668160559176
},
"energy": null,
"efficiency": null
},
"train": {
"memory": {
"unit": "MB",
"max_ram": 1467.506688,
"max_global_vram": 4604.821504,
"max_process_vram": 0.0,
"max_reserved": 3948.937216,
"max_allocated": 3702.95552
},
"latency": {
"unit": "s",
"values": [
0.08747622680664062,
0.08447897338867187,
0.08494380950927734
],
"count": 3,
"total": 0.25689900970458984,
"mean": 0.08563300323486328,
"p50": 0.08494380950927734,
"p90": 0.08696974334716796,
"p95": 0.08722298507690429,
"p99": 0.08742557846069335,
"stdev": 0.0013170985805731237,
"stdev_": 1.5380735590468007
},
"throughput": {
"unit": "samples/s",
"value": 70.06644369979604
},
"energy": null,
"efficiency": null
}
}
}