nmmursit's picture
Update training_info.json
417979f verified
Raw
History Blame Contribute Delete
2.31 kB
{
"base_model": "meta-llama/Llama-3.1-8B-Instruct",
"dataset": "newmindai/euro_hpc-legal",
"training_args": {
"model_id": "meta-llama/Llama-3.1-8B-Instruct",
"trust_remote_code": true,
"dataset": "newmindai/euro_hpc-legal",
"dataset_config": null,
"split": "train",
"format": "qa",
"seq_len": 4096,
"num_samples": null,
"combine_configs": true,
"output_dir": "./lama3.1_8b_rowwise_with_gw_hp_4nodes",
"num_epochs": 1,
"max_steps": 1000,
"batch_size": 8,
"gradient_accumulation_steps": 8,
"lr": 2e-05,
"weight_decay": 0.01,
"adam_beta1": 0.9,
"adam_beta2": 0.95,
"adam_epsilon": 1e-08,
"max_grad_norm": 1.0,
"lr_scheduler_type": "cosine",
"warmup_steps": 100,
"warmup_ratio": 0.1,
"dtype": "bf16",
"fp8": true,
"save_steps": 500,
"save_total_limit": 2,
"save_best_metric": "val_loss",
"resume_from_checkpoint": null,
"val_steps": 5,
"val_samples": 1000,
"val_batch_size": null,
"eval_split": "test",
"eval_samples": 1000,
"run_final_eval": true,
"logging_steps": 1,
"log_file": "./lama3.1_8b_rowwise_with_gw_hp_4nodes/logs/training.log",
"use_wandb": true,
"wandb_entity": null,
"use_tensorboard": false,
"tensorboard_dir": null,
"compile": false,
"gradient_checkpointing": true,
"seed": 100,
"fsdp_cpu_offload": false,
"enable_profiler": false,
"profiler_output_dir": null,
"profiler_wait_steps": 1,
"profiler_warmup_steps": 1,
"profiler_active_steps": 3,
"profiler_repeat": 1,
"profiler_record_shapes": false,
"profiler_profile_memory": false,
"profiler_with_stack": false,
"profiler_with_flops": false,
"profiler_with_modules": false,
"profiler_print_summary": false,
"enable_tf32": true,
"disable_tf32": false,
"cudnn_benchmark": true,
"flash_attention": true,
"memory_efficient_attention": true,
"attn_implementation": "sdpa",
"input_scaling_granularity": "axiswise",
"input_dtype": "e4m3fn",
"weight_scaling_granularity": "axiswise",
"weight_dtype": "e4m3fn",
"grad_output_scaling_granularity": "axiswise",
"grad_output_dtype": "e4m3fn",
"fp8_recipe": "rowwise_with_gw_hp"
},
"checkpoint_type": "distributed_sharded"
}