| { | |
| "experiment_name": "roberta_gemini-3.5-flash_classes2_auto_20260612_002904", | |
| "model_type": "roberta", | |
| "sut": "gemini-3.5-flash", | |
| "num_classes": 2, | |
| "device": "cuda", | |
| "training_config": { | |
| "max_epochs": 200, | |
| "early_stopping_patience": 5, | |
| "batch_size": 200, | |
| "num_workers": 4, | |
| "device": "auto", | |
| "gradient_clip": 1.0, | |
| "checkpoint_dir": "output/checkpoints", | |
| "log_dir": "output/logs", | |
| "gradient_accumulation_steps": 32, | |
| "use_amp": true | |
| }, | |
| "model_config": { | |
| "model_name": "roberta-base", | |
| "lr": 0.0001, | |
| "weight_decay": 0.01, | |
| "warmup_steps": 0, | |
| "max_length": 800, | |
| "gradient_checkpointing": true, | |
| "freeze_layers": 0, | |
| "dropout": 0.1, | |
| "batch_size": 256, | |
| "gradient_accumulation_steps": 32, | |
| "use_amp": true, | |
| "num_classes": 2, | |
| "loss_fn": "bce" | |
| } | |
| } |