| { | |
| "project_name": "autotrain-mfnfj-9bczx", | |
| "data_path": "autotrain-mfnfj-9bczx\\autotrain-data", | |
| "model": "openai/whisper-base", | |
| "username": "Mathur08", | |
| "using_hub_dataset": false, | |
| "train_split": null, | |
| "valid_split": null, | |
| "audio_column": "audio", | |
| "text_column": "transcription", | |
| "max_duration": 30.0, | |
| "sampling_rate": 16000, | |
| "max_seq_length": 128, | |
| "output_dir": "output", | |
| "batch_size": 8, | |
| "gradient_accumulation": 1, | |
| "epochs": 3, | |
| "lr": 3e-05, | |
| "scheduler": "linear", | |
| "optimizer": "adamw_torch", | |
| "mixed_precision": "no", | |
| "push_to_hub": true, | |
| "hub_model_id": null, | |
| "log": "tensorboard", | |
| "logging_steps": -1, | |
| "save_total_limit": 1, | |
| "warmup_ratio": 0.1, | |
| "weight_decay": 0.01, | |
| "max_grad_norm": 1.0, | |
| "seed": 42, | |
| "early_stopping_patience": 3, | |
| "early_stopping_threshold": 0.01, | |
| "auto_find_batch_size": false, | |
| "eval_strategy": "epoch" | |
| } |