|
{ |
|
"data_path": "haywoodsloan/ai-images", |
|
"model": "haywoodsloan/ai-image-detector-deploy", |
|
"username": "haywoodsloan", |
|
"lr": 4e-05, |
|
"epochs": 1, |
|
"batch_size": 12, |
|
"warmup_ratio": 0.0, |
|
"gradient_accumulation": 1, |
|
"optimizer": "adamw_torch", |
|
"scheduler": "cosine", |
|
"weight_decay": 0.001, |
|
"max_grad_norm": 1.0, |
|
"seed": 7499, |
|
"train_split": "train", |
|
"valid_split": "test", |
|
"logging_steps": -1, |
|
"project_name": "autotrain-ai-image-detect-20250119-2305", |
|
"auto_find_batch_size": true, |
|
"mixed_precision": "bf16", |
|
"save_total_limit": 1, |
|
"push_to_hub": true, |
|
"eval_strategy": "epoch", |
|
"image_column": "image", |
|
"target_column": "label", |
|
"log": "tensorboard", |
|
"early_stopping_patience": 5, |
|
"early_stopping_threshold": 0.01 |
|
} |