haywoodsloan's picture
Upload folder using huggingface_hub
77ba202 verified
raw
history blame contribute delete
No virus
843 Bytes
{
"data_path": "haywoodsloan/ai-images",
"model": "microsoft/swinv2-large-patch4-window12to16-192to256-22kto1k-ft",
"username": "haywoodsloan",
"lr": 2e-05,
"epochs": 20,
"batch_size": 12,
"warmup_ratio": 0.1,
"gradient_accumulation": 1,
"optimizer": "adamw_torch",
"scheduler": "linear",
"weight_decay": 0.0,
"max_grad_norm": 1.0,
"seed": 42,
"train_split": "train",
"valid_split": "test",
"logging_steps": -1,
"project_name": "autotrain-ai-image-detect-20240716-0057",
"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": 10,
"early_stopping_threshold": 0.0
}