IlyasMoutawwakil HF staff commited on
Commit
dc7fa75
1 Parent(s): 159a302

Upload cpu_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark_config.json with huggingface_hub

Browse files
cpu_training_transformers_fill-mask_google-bert/bert-base-uncased/benchmark_config.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "cpu_training_transformers_fill-mask_google-bert/bert-base-uncased",
3
+ "backend": {
4
+ "name": "pytorch",
5
+ "version": "2.3.0+cpu",
6
+ "_target_": "optimum_benchmark.backends.pytorch.backend.PyTorchBackend",
7
+ "task": "fill-mask",
8
+ "model": "google-bert/bert-base-uncased",
9
+ "library": "transformers",
10
+ "device": "cpu",
11
+ "device_ids": null,
12
+ "seed": 42,
13
+ "inter_op_num_threads": null,
14
+ "intra_op_num_threads": null,
15
+ "hub_kwargs": {
16
+ "revision": "main",
17
+ "force_download": false,
18
+ "local_files_only": false,
19
+ "trust_remote_code": false
20
+ },
21
+ "no_weights": true,
22
+ "device_map": null,
23
+ "torch_dtype": null,
24
+ "eval_mode": true,
25
+ "to_bettertransformer": false,
26
+ "low_cpu_mem_usage": null,
27
+ "attn_implementation": null,
28
+ "cache_implementation": null,
29
+ "autocast_enabled": false,
30
+ "autocast_dtype": null,
31
+ "torch_compile": false,
32
+ "torch_compile_target": "forward",
33
+ "torch_compile_config": {},
34
+ "quantization_scheme": null,
35
+ "quantization_config": {},
36
+ "deepspeed_inference": false,
37
+ "deepspeed_inference_config": {},
38
+ "peft_type": null,
39
+ "peft_config": {}
40
+ },
41
+ "scenario": {
42
+ "name": "training",
43
+ "_target_": "optimum_benchmark.scenarios.training.scenario.TrainingScenario",
44
+ "max_steps": 5,
45
+ "warmup_steps": 2,
46
+ "dataset_shapes": {
47
+ "dataset_size": 500,
48
+ "sequence_length": 16,
49
+ "num_choices": 1
50
+ },
51
+ "training_arguments": {
52
+ "per_device_train_batch_size": 2,
53
+ "gradient_accumulation_steps": 1,
54
+ "output_dir": "./trainer_output",
55
+ "do_train": true,
56
+ "use_cpu": false,
57
+ "max_steps": 5,
58
+ "do_eval": false,
59
+ "do_predict": false,
60
+ "report_to": "none",
61
+ "skip_memory_metrics": true,
62
+ "ddp_find_unused_parameters": false
63
+ },
64
+ "latency": true,
65
+ "memory": true,
66
+ "energy": false
67
+ },
68
+ "launcher": {
69
+ "name": "process",
70
+ "_target_": "optimum_benchmark.launchers.process.launcher.ProcessLauncher",
71
+ "device_isolation": false,
72
+ "device_isolation_action": "error",
73
+ "start_method": "spawn"
74
+ },
75
+ "environment": {
76
+ "cpu": " AMD EPYC 7763 64-Core Processor",
77
+ "cpu_count": 4,
78
+ "cpu_ram_mb": 16757.346304,
79
+ "system": "Linux",
80
+ "machine": "x86_64",
81
+ "platform": "Linux-6.5.0-1018-azure-x86_64-with-glibc2.35",
82
+ "processor": "x86_64",
83
+ "python_version": "3.10.14",
84
+ "optimum_benchmark_version": "0.2.0",
85
+ "optimum_benchmark_commit": "2e77e02d1fd3ab0d2e788c3d89c12299219a25e8",
86
+ "transformers_version": "4.40.2",
87
+ "transformers_commit": null,
88
+ "accelerate_version": "0.30.0",
89
+ "accelerate_commit": null,
90
+ "diffusers_version": "0.27.2",
91
+ "diffusers_commit": null,
92
+ "optimum_version": null,
93
+ "optimum_commit": null,
94
+ "timm_version": "0.9.16",
95
+ "timm_commit": null,
96
+ "peft_version": null,
97
+ "peft_commit": null
98
+ }
99
+ }