File size: 796 Bytes
2a93418 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"auto_loss_scaling": false,
"device_iterations": 1,
"embedding_serialization_factor": 5,
"enable_half_partials": true,
"executable_cache_dir": "/tmp/exe_cache//summarization",
"execute_encoder_on_cpu_for_generation": false,
"gradient_accumulation_steps": 16,
"inference_device_iterations": 6,
"inference_replication_factor": 4,
"ipus_per_replica": 4,
"layers_per_ipu": [
0,
6,
3,
3
],
"matmul_proportion": [
0.25,
0.25,
0.25,
0.25
],
"optimizer_state_offchip": true,
"optimum_version": "1.6.2.dev0",
"output_mode": "final",
"recompute_checkpoint_every_layer": true,
"replicated_tensor_sharding": true,
"replication_factor": 4,
"seed": 42,
"sharded_execution_for_inference": false,
"transformers_version": "4.20.1"
}
|