early_stopping_patience: 12 checkpoint_save_top_k: -1 checkpoint_save_weights_only: true dataset_file: tweet_response_training.csv base_modelpath: gpt2-large max_sequence_length: 512 batch_size: 3 learning_rate: 5.0e-05 weight_decay: 0.0 adam_epsilon: 1.0e-08 warmup_steps: 0 random_state: 42 overwrite_prepared_data: false val_split: 0.1 logger: true checkpoint_callback: null enable_checkpointing: true default_root_dir: null gradient_clip_val: 1.0 gradient_clip_algorithm: null process_position: 0 num_nodes: 1 num_processes: 1 devices: null gpus: 1 auto_select_gpus: false tpu_cores: null ipus: null log_gpu_memory: null progress_bar_refresh_rate: null enable_progress_bar: true overfit_batches: 0.0 track_grad_norm: -1 check_val_every_n_epoch: 1 fast_dev_run: false accumulate_grad_batches: 4 max_epochs: 15 min_epochs: null max_steps: -1 min_steps: null max_time: null limit_train_batches: 1.0 limit_val_batches: 1.0 limit_test_batches: 1.0 limit_predict_batches: 1.0 val_check_interval: 0.25 flush_logs_every_n_steps: null log_every_n_steps: 50 accelerator: null strategy: null sync_batchnorm: false precision: 32 enable_model_summary: true weights_summary: top weights_save_path: null num_sanity_val_steps: 2 resume_from_checkpoint: null profiler: null benchmark: false deterministic: false reload_dataloaders_every_n_epochs: 0 reload_dataloaders_every_epoch: false auto_lr_find: false replace_sampler_ddp: true detect_anomaly: false auto_scale_batch_size: false prepare_data_per_node: null plugins: null amp_backend: native amp_level: null move_metrics_to_cpu: false multiple_trainloader_mode: max_size_cycle stochastic_weight_avg: false terminate_on_nan: null